  
body {
    margin: 70px 0 0 0;
    padding: 0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.site-content {
    padding-top: 0;
}
.hero-section {
    background: #f6f6f6;
    padding-bottom: 50px;
    position: relative;
    padding-top: 131px;
}
.img-inner-wp-1 img {
    width: 100%;
    border-radius: 10px;
    height: 470px;
    object-fit: cover;
    margin: 12px 0;
}
.img-inner-wp-2 img {
    width: 100%;
    border-radius: 10px;
    height: 223px;
    object-fit: cover;
    margin: 12px 0;
}
.sg-single-pro-main{
    padding:80px 0;
}
.sg-inner-detail h2{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 10px;
    color: #000000;
    font-family: 'Montserrat';
}
.sg-inner-detail h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 28px;
    padding: 15px 0;
    color: #000000;
    font-family: 'Montserrat';
}
.sg-inner-detail p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #191919;
    font-family: 'Montserrat';
}
.sg-inner-detail ul {
    margin: 0;
    padding: 0 17px;
}
.sg-inner-detail .mid-sp{
    margin: 10px 0 0 0;
}
.sg-inner-detail li{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom:6px;
     font-family: 'Montserrat';
}
.categories-section ul li a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    background: #ffb745;
    padding: 7px 16px;
    border-radius: 11px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
     font-family: 'Montserrat';
}
.categories-section ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.tag-cloud{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.error-msg {
    color: red;
    font-size: 13px;
    margin-top: 5px;
}

.custom-dropdown .selected-option.error,
input.error {
    border: 1px solid red;
}

a.post-link {
    margin-top: 7px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    background: #ffb745;
    padding: 7px 16px;
    border-radius: 11px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat';
    
}

.tag-cloud
.error-msg {
    color: red;
    font-size: 13px;
    margin-top: 5px;
}

.custom-dropdown .selected-option.error,
input.error {
    border: 1px solid red;
}

a.post-link {
    margin-top: 7px;
}
.tag-cloud a{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    background: #ffb745;
    padding: 7px 16px;
    border-radius: 11px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat';
}
.feature-img{
    border-right: 1px solid #eee;
}
/* ===== FAQ SECTION STYLES ===== */
/* .pharma-faq-section {
padding: 60px 0;
background: var(--secondary);
}

.faq-container {
max-width: 800px;
margin: 0 auto;
}

.faq-item {
background: var(--white);
border-radius: 12px;
margin-bottom: 20px;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
transition: all 0.3s ease;
overflow: hidden;
}

.faq-item:hover {
transform: translateY(-3px);
box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.faq-question {
background: linear-gradient(135deg, var(--primary), var(--accent));
color: var(--white);
padding: 20px 25px;
margin: 0;
font-size: 18px;
font-weight: 600;
cursor: pointer;
position: relative;
transition: all 0.3s ease;
}

.faq-question::after {
content: '+';
position: absolute;
right: 25px;
top: 50%;
transform: translateY(-50%);
font-size: 24px;
font-weight: bold;
transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
transform: translateY(-50%) rotate(45deg);
}

.faq-answer {
padding: 0 25px;
max-height: 0;
overflow: hidden;
transition: all 0.3s ease;
background: var(--white);
}

.faq-item.active .faq-answer {
padding: 25px;
max-height: 500px;
}

.faq-answer p {
margin: 0;
font-size: 16px;
line-height: 1.6;
color: #555;
} */

/* FAQ Mobile Styles */
/* 
@media screen and (max-width: 767px) {
    .sg-inner-detail h2 {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }
    .sg-inner-detail p {
        font-size: 15px;
    }
    .sg-inner-detail li {
        font-size: 15px;
    }
    .img-inner-wp-1 img {
        height: 270px;
    }
}
@media screen and (max-width: 767px) {
.pharma-faq-section {
padding: 40px 0;
}

.faq-container {
padding: 0 15px;
}

.faq-question {
padding: 15px 20px;
font-size: 16px;
}

.faq-question::after {
right: 20px;
font-size: 20px;
}

.faq-item.active .faq-answer {
padding: 20px;
}

.faq-answer p {
font-size: 15px;
}
}
*/

/* HOME PAGE CSS START */

p {
    margin-bottom:0 !important;
}
.site-icon-wrp a img{
    width: 100%;
    max-width: 300px;
}
.main-nav-header .navbar {
    padding: 30px 0 30px 0px;
    background-color: #fff;
    box-shadow: 0 0 8px 0 #e9e9e9;
}
.right-hero-img {
    position: absolute;
    right: 0;
    top: 0;
}
.hero-outer-wrap {
    position: relative;
}
.hero-outer-wrap h1 {
    font-size: 81px;
    color: #24314f;
    line-height: 96px;
    font-weight: 600;
    font-family: 'Montserrat';
}
.hero-outer-wrap .white-text {
    color: #fff;
    background: #24314f;
    border-radius: 50px;
    padding: 6px 40px;
}
span.white-txt-wp {
    display: block;
    padding-left: 40px;
}
.bg-green-wp {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-family: 'Montserrat';
    background-color: #338000;
    font-style: italic;
    padding: 16px 15px;
    display: inline-block;
    border-radius: 50px;
    margin-top: 128px;
}

.right-hero-img img {
    width: 100%;
    max-width: 508px;
}      
.second-sec {
    background-color: #24314f;
    padding: 50px 40px;
}

.second-outer-wrap p {
    font-size: 42px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 500;
    width: 100%;
    max-width: 940px;
    text-align: center;
    margin: 0 auto;
    line-height: 50px;
}
.min-bold{
    font-weight: 700;
}

.third-section {
    background-color: #f6f6f6;
    padding: 56px 0 114px;
}

.fourth-sec {
    background-color: #338000;
    padding: 28px 30px;
}

.fourth-outer-wrap p{
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    font-family: 'Lato';
    color: #ffffff;
    text-align: center;
    margin-bottom:0;
}
.product-item-content {
    text-align: center;
    background-color: rgba(126, 217, 87, 0.23);
    border-radius: 18px;
    padding: 32px 106px;
    height: 100%;
}
.product-item-content img {
    width: 100%;
    max-width: 150px;
}
.fifth-sec {
    padding: 46px 0 56px;
}
.product-item-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #338000;
    line-height: 36px;
    font-family: 'Frutiger';
    margin: 27px 0 9px 0;
}
.product-item-content p{
    font-size: 20px;
    color: #191919;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Frutiger';
}
.sifth-sec{
        background-color: #24314f;
    padding: 28px 40px;
}

.seventh-outer-wrap {
    background-color: rgba(132, 169, 255, 0.23);
    border-radius: 18px;
    padding: 30px 30px;
    margin: 43px 0 60px;

}
.step-content-wrap {
    text-align: center;
}
.step-content-wrap img{
    width: 100%;
    max-width:80px;
}
.step-content-wrap h3 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #000;
    line-height: 28px;
    margin: 12px 0;
    font-family: 'Lato';
}
.step-content-wrap p {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #000;
    line-height: 28px;
    font-family: 'Lato';
}
.list-wrap-items p {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: 'Lato';
    margin-bottom:0;
}
.tenth-sec {
    padding: 35px 15px 53px 15px;
}
.list-wrap-items p {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-family: 'Lato';
    padding-top: 10px;
}
.eight-sec {
    background-color: #e6e7e8;
    padding: 15px 15px;
}
.eight-outer-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.eight-outer-wrap img {
    width: 100%;
    max-width: 40px;
}
.ninth-sec {
    padding: 35px 0 45px;
}
.main-heading-wrap h2 {
    text-align: center;
    font-size: 42px;
    line-height: 52px;
    font-weight:700;
    color: #191919;
    font-family: 'Lato';
}
.faq-sec-wrap {
    width: 100%;
    max-width: 720px;
    margin: 33px auto  0 auto;
}

.eight-outer-wrap p{
    font-size: 20px;
    line-height: 26px;
    margin-bottom:0;
}


/* MULTI-STEP-FORM-START */

.form-step {
    display: none;
}

.active-step {
    display: block;
}



.data-1 img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: none;
}

/* .arrow {
    font-size: 18px;
} */
.custom-dropdown {
    position: relative;
}
.options {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    left: 0;
    right: 0;
}

.option {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

.option img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}


.heading-wrap-1 h2{
    color: #24314f;
    font-size: 42px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 28px;
}
.multistep-layer {
    background: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    max-width: 840px;
    margin: 40px auto;
}
.item-name p {
    font-size: 12px;
    color: #777;
    margin-bottom: 0;
}
.cust-btn-wrp {
    background: linear-gradient(90deg, #ffb347, #ffcc33);
    padding: 8px 8px;
    border-radius: 50px;
    display: inline-block;
}
.cust-btn-wrp .btn-custom {
    background: linear-gradient(90deg, #ffb347, #ffcc33);
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    padding: 8px 40px;
    border: 1px solid #ffffff;
    border-radius: 50px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}
.cust-btn-wrp img {
    width: 100%;
    max-width: 14px;
}
.item-wrap select {
    background-color: #e6e7e8;
    border: 1px solid #000000;
    padding: 12px 10px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    color: #000;
    width: 100%;
}
.selected-option {
    background-color: #e6e7e8;
    border: 1px solid #000000;
    padding: 11px 10px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    color: #000;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-wrap input {
    border: 1px solid #000000;
    padding: 12px 10px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    color: #000;
    width: 100%;
}
.in-put-wrap .form-control {
    border-radius: 50px !important;
    padding: 12px 10px;
    text-align: center;
    background: #ececec;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.text-in-wrap textarea.form-control {
    border-radius: 15px !important;
    padding: 12px 10px;
    background: #ffffff;
    font-size: 16px;
}

.text-in-wrap textarea.form-control:focus{
    box-shadow: none;
}





.error-msg {
    color: red;
    font-size: 13px;
    margin-top: 4px;
    display: none;
}

/* Loader Wrapper */
.loader-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    color: #333;
}

/* Spinner Style */
.loader-spinner {
    border: 4px solid #f3f3f3;      /* Light grey */
    border-top: 4px solid #3498db;  /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

/* Spinner Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




.responsive-faq-container {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}
.faq-question {
    color: #191919;
    font-size: 22px;
    padding: 15px 15px;
    width: 100%;
    border: solid 1px;
    cursor: pointer;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #b4b4b4;
    background: transparent;
}
.faq-answer {
    display: none;
    padding: 10px;
    background: #f9f9f9;
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
}
.arrow-faq {
    transition: transform 0.3s ease;
    color: #545454;
    font-size: 26px;
}
.faq-question.active .arrow-faq { 
  transform: rotate(180deg); 
}
.faq-main-sec {
    margin: 80px 15px 0;
}
.faq-question {
    font-size: 22px;
    line-height: 32px;
    color: #191919;
}
/* BLOG PAGE CSS START */

.blog-filter-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 40px 30px;
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-top: -40px;
    background-color: #fff;
    border-radius: 10px;
    justify-content: center;
    
}
.blog-banner-sec {
    background: url(../images/medical-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    background-position: 100% 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}
.main-heading-wrap h1{
    font-size: 42px;
    line-height: 52px;
    color: #ffffff;
    font-family: 'Montserrat';
}
.blog-sec {
    padding: 0 15px 40px;
}
.blog-btns-sec {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 24%;
}
.blog-filter-wrap .blog-filters {
    padding: 0;
    margin-bottom: 0;
    width: 100%;
}
.blog-filter-wrap .blog-filters form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.blog-filter-wrap .filter-group {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 24%;
}
.blog-filter-wrap .blog-filters label {
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    font-size: 16px;
}
.blog-filter-wrap .blog-filters select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    width: 100%;
}
.blog-filter-wrap .filter-button {
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat';
    width: 100%;
    border: 1px solid #ffb745;
    background: linear-gradient(90deg, #ffb347, #ffcc33);
    transition:all 0.3s;
}
.blog-filter-wrap .filter-button:hover {
    background: transparent;
    border: 1px solid #ffb745;
    transition:all 0.3s;
    color: #ffb745;
}
.blog-filter-wrap .reset-filters {
    color: #ffb745;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Montserrat';
    padding: 8px 16px;
    font-weight: 600;
    border: 1px solid #ffb745;
    border-radius: 4px;
    transition:all 0.3s;
    width: 100%;
    text-align: center;
    display: block;
    background:transparent;
}
.blog-filter-wrap .reset-filters:hover {
    background: linear-gradient(90deg, #ffb347, #ffcc33);
    text-decoration: none;
    transition:all 0.3s;
    color: #ffffff;
}
.blog-filter-wrap .reset-filters:focus-visible {
    border: 1px solid #ffb745;
    outline: 0;
}
.blog-content-wrap .blog-posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(264px, 1fr));
    gap: 30px;
    margin-top: 30px;
}
.blog-content-wrap .blog-post {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-content-wrap .blog-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.blog-content-wrap .entry-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
}
/* .blog-content-wrap .entry-title {
    margin: 0 0 10px;
    font-size: 1.5rem;
    line-height: 1.3;
} */
.blog-content-wrap .entry-title a {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s;
    font-family: 'Montserrat';
}
.blog-content-wrap .entry-title a:hover {
    color: #2271b1;
}
.blog-content-wrap .entry-meta {
    font-size: 0.9em;
    color: #666;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}
.blog-content-wrap .entry-meta .posted-on,
.blog-content-wrap .entry-meta .cat-links {
    display: block;
    margin-bottom: 5px;
    color: #000;
    font-size: 14px;
    font-family: 'Montserrat';
}
.blog-content-wrap .cat-links a {
    color: #ffb745;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size: 13px;
}
.blog-content-wrap .entry-summary {
    padding: 20px 15px;
}
.blog-content-wrap .entry-summary p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
.blog-content-wrap .entry-footer {
    padding: 0 20px 20px;
}
.blog-content-wrap .read-more {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(90deg, #ffb347, #ffcc33);
    border: 1px solid #ffb745;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9em;
    transition:all 0.3s;
}
.blog-content-wrap .read-more:hover {
    background: transparent;
    color: #ffb745;
    border: 1px solid #ffb745;
}
.blog-btn-1, .blog-btn-2 {
    width: 50%;
}
.thumbnail_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.en-heading {
    width: 70%;
}
.en-image {
    width: 30%;
    text-align: right;
}
.en-image img {
    width: 100%;
}
/* BLOG PAGE CSS END */

/* HEADER CSS START */
.head-row-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.nav-menu-barwrap ul li a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    font-family: 'Montserrat';
}
.nav-menu-barwrap ul {
    display: flex;
    gap: 25px;
}
.nav-menu-barwrap {
    width: 100%;
}
/* HEADER CSS END */

#footer {
    text-align: center;
    padding: 0 0 20px 0;
}
#footer p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    font-family: 'Lato';
}
#footer p a {
    color: #ffb745;
    text-decoration: none;
}


/* Category-CSS-Start */

.category-content-wrap {
    padding: 80px 15px;
}
.category-content-wrap .page-header.alignwide {
    padding-bottom: 40px;
}
.category-content-wrap .page-header.alignwide h1 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    font-family: 'Lato';
    color: #000000;
    text-align: center;
    margin-bottom: 15px;
}
.category-content-wrap .page-header.alignwide p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Lato';
    color: #000000;
    text-align: center;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
}
/* Category-CSS-End */

.blog-post .read-more {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(90deg, #ffb347, #ffcc33);
    border: 1px solid #ffb745;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9em;
    transition: all 0.3s;
}