.ms-process-section{

padding:120px 0;

background:#F8FAF9;

}

.ms-process-tag{

display:inline-block;

padding:8px 20px;

background:#EAF5F0;

color:#0F5C4D;

border-radius:30px;

font-weight:600;

font-size:14px;

margin-bottom:20px;

}

.ms-process-title{

font-size:52px;

font-weight:700;

color:#1F2937;

margin-bottom:20px;

}

.ms-process-title span{

color:#0F5C4D;

}

.ms-process-desc{

max-width:720px;

margin:auto;

font-size:18px;

color:#666;

line-height:1.8;

}

.ms-step-card{

background:#fff;

padding:40px 30px;

border-radius:22px;

position:relative;

height:100%;

transition:.35s;

box-shadow:0 12px 35px rgba(0,0,0,.06);

overflow:hidden;

}

.ms-step-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 55px rgba(0,0,0,.10);

}

.ms-step-number{

position:absolute;

top:22px;

right:25px;

font-size:50px;

font-weight:700;

color:rgba(15,92,77,.08);

}

.ms-step-icon{

width:80px;

height:80px;

background:#0F5C4D;

color:#fff;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

margin-bottom:25px;

}

.ms-step-card h4{

font-size:24px;

margin-bottom:15px;

font-weight:700;

color:#1F2937;

}

.ms-step-card p{

font-size:16px;

line-height:1.8;

color:#666;

margin:0;

}

@media(max-width:991px){

.ms-process-title{

font-size:38px;

}

}

@media(max-width:767px){

.ms-process-section{

padding:80px 0;

}

.ms-process-title{

font-size:30px;

}

.ms-step-card{

padding:30px 20px;

}

.ms-step-icon{

width:65px;

height:65px;

font-size:24px;

}

}

/*=====================================
WHY CHOOSE INDIA
======================================*/

.ms-india-section{
    padding:120px 0;
    background:#F8FBF9;
}

.ms-india-image{
    position:relative;
}

.ms-india-image img{
    width:100%;
    border-radius:25px;
    object-fit:cover;
}

.ms-country-card{

    position:absolute;

    bottom:25px;

    left:25px;

    background:#0F5C4D;

    color:#fff;

    padding:25px;

    border-radius:18px;

    max-width:220px;

    box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.ms-country-card h3{

font-size:50px;

margin:0;

font-weight:700;

}

.ms-country-card p{

margin:0;

font-size:15px;

}

.ms-india-tag{

display:inline-block;

padding:8px 20px;

background:#EAF5F0;

color:#0F5C4D;

border-radius:50px;

font-size:14px;

font-weight:600;

margin-bottom:18px;

}

.ms-india-content h2{

font-size:52px;

font-weight:700;

line-height:1.2;

margin-bottom:25px;

color:#1F2937;

}

.ms-india-content h2 span{

color:#0F5C4D;

}

.ms-india-content>p{

font-size:17px;

line-height:1.8;

margin-bottom:35px;

color:#666;

}

.ms-india-item{

display:flex;

align-items:flex-start;

gap:20px;

margin-bottom:25px;

}

.ms-india-item i{

width:55px;

height:55px;

background:#0F5C4D;

color:#fff;

border-radius:15px;

display:flex;

align-items:center;

justify-content:center;

font-size:20px;

flex-shrink:0;

}

.ms-india-item h5{

margin-bottom:6px;

font-size:20px;

font-weight:600;

}

.ms-india-item p{

margin:0;

font-size:15px;

color:#666;

}

@media(max-width:991px){

.ms-india-section{

padding:80px 0;

}

.ms-india-content{

margin-top:50px;

}

.ms-india-content h2{

font-size:38px;

}

}

@media(max-width:767px){

.ms-india-content h2{

font-size:30px;

}

.ms-country-card{

position:relative;

left:0;

bottom:0;

margin-top:20px;

max-width:100%;

}

}

/*=====================================
MEDISAARTHI HELP SECTION
======================================*/

.ms-help-section{
    padding:100px 0;
    background:#f8fbfa;
}

.ms-help-heading{
    max-width:750px;
    margin:auto;
    margin-bottom:60px;
}

.ms-help-heading span{
    display:inline-block;
    background:#e8f5ef;
    color:#0f6b55;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.ms-help-heading h2{
    font-size:46px;
    font-weight:700;
    color:#1d2939;
    margin-bottom:18px;
}

.ms-help-heading p{
    font-size:17px;
    color:#667085;
    line-height:1.8;
}

.ms-help-card{
    background:#fff;
    border-radius:20px;
    padding:35px;
    height:100%;
    transition:.4s;
    border:1px solid #edf1f4;
}

.ms-help-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.ms-help-icon{
    width:70px;
    height:70px;
    background:#0f6b55;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:18px;
    font-size:28px;
    margin-bottom:25px;
}

.ms-help-card h4{
    font-size:24px;
    margin-bottom:12px;
    color:#1d2939;
}

.ms-help-card p{
    color:#667085;
    line-height:1.8;
    margin:0;
}

/* Mobile */

@media(max-width:991px){

.ms-help-heading h2{
    font-size:36px;
}

.ms-help-card{
    padding:28px;
}

}

@media(max-width:767px){

.ms-help-section{
    padding:70px 0;
}

.ms-help-heading h2{
    font-size:30px;
}

.ms-help-heading p{
    font-size:15px;
}

.ms-help-card h4{
    font-size:21px;
}

}

/*=========================================
        MEDISAARTHI FAQ SECTION
==========================================*/

.ms-faq-section{
    padding:100px 0;
    background:#f8fbfa;
    position:relative;
    overflow:hidden;
}

.ms-faq-section::before{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(18,115,90,.05);
    border-radius:50%;
    top:-180px;
    right:-120px;
}

.ms-faq-section::after{
    content:'';
    position:absolute;
    width:320px;
    height:320px;
    background:rgba(18,115,90,.04);
    border-radius:50%;
    bottom:-150px;
    left:-120px;
}

/* Left */

.ms-faq-left{
    position:sticky;
    top:120px;
    z-index:2;
}

.ms-section-tag{
    display:inline-block;
    background:#12735a;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.ms-faq-left h2{
    font-size:46px;
    line-height:1.2;
    color:#1d2939;
    font-weight:700;
    margin-bottom:25px;
}

.ms-faq-left p{
    font-size:17px;
    color:#667085;
    line-height:1.9;
    margin-bottom:35px;
}

.ms-faq-contact{
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:18px;
    padding:22px;
    margin-bottom:30px;
    box-shadow:0 10px 35px rgba(0,0,0,.05);
}

.ms-faq-icon{
    width:65px;
    height:65px;
    background:#12735a;
    color:#fff;
    border-radius:18px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    margin-right:18px;
    flex-shrink:0;
}

.ms-faq-contact h5{
    margin-bottom:8px;
    font-size:20px;
    color:#1d2939;
}

.ms-faq-contact p{
    margin:0;
    font-size:15px;
}

.ms-faq-btn{
    display:inline-block;
    background:#12735a;
    color:#fff;
    padding:16px 34px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
    text-decoration:none;
}

.ms-faq-btn:hover{
    background:#0d5b47;
    color:#fff;
    transform:translateY(-3px);
}

/* Right */

.ms-faq-wrapper{
    position:relative;
    z-index:2;
}

.ms-faq-item{
    background:#fff;
    border-radius:20px;
    margin-bottom:20px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.05);
    transition:.4s;
    border:1px solid transparent;
}

.ms-faq-item:hover{
    border-color:#12735a;
    transform:translateY(-4px);
}

.ms-faq-question{
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    padding:28px 30px;
}

.ms-faq-question h4{
    margin:0;
    font-size:20px;
    color:#1d2939;
    font-weight:600;
    width:90%;
    line-height:1.5;
}

.ms-faq-question span{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#edf8f5;
    color:#12735a;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:18px;
    transition:.4s;
}

.ms-faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .45s ease;
    padding:0 30px;
}

.ms-faq-answer p{
    margin-bottom:28px;
    color:#667085;
    line-height:1.9;
    font-size:16px;
}

.ms-faq-item.active .ms-faq-answer{
    max-height:250px;
}

.ms-faq-item.active .ms-faq-question span{
    background:#12735a;
    color:#fff;
    transform:rotate(45deg);
}

/* Responsive */

@media(max-width:991px){

.ms-faq-left{
    position:relative;
    top:0;
    margin-bottom:50px;
}

.ms-faq-left h2{
    font-size:36px;
}

.ms-faq-question{
    padding:24px;
}

.ms-faq-answer{
    padding:0 24px;
}

}

@media(max-width:767px){

.ms-faq-section{
    padding:70px 0;
}

.ms-faq-left h2{
    font-size:30px;
}

.ms-faq-left p{
    font-size:15px;
}

.ms-faq-question h4{
    font-size:17px;
}

.ms-faq-contact{
    padding:18px;
}

.ms-faq-icon{
    width:55px;
    height:55px;
    font-size:20px;
}

.ms-faq-btn{
    width:100%;
    text-align:center;
}

}


/*=========================================
        MEDISAARTHI FINAL CTA
==========================================*/

.ms-cta-section{
    padding:100px 0;
    background:#f8fbfa;
}

.ms-cta-wrapper{
    position:relative;
    overflow:hidden;
    background:linear-gradient(135deg,#0f6b55,#14876b);
    border-radius:30px;
    padding:70px;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.ms-cta-wrapper::before{
    content:'';
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    top:-120px;
    right:-100px;
}

.ms-cta-wrapper::after{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    bottom:-100px;
    left:-80px;
}

/* Left */

.ms-cta-content{
    position:relative;
    z-index:2;
}

.ms-cta-tag{
    display:inline-block;
    padding:8px 20px;
    background:rgba(255,255,255,.15);
    color:#fff;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.ms-cta-content h2{
    font-size:48px;
    line-height:1.25;
    color:#fff;
    margin-bottom:22px;
    font-weight:700;
}

.ms-cta-content p{
    color:rgba(255,255,255,.88);
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
}

/* List */

.ms-cta-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.ms-cta-item{
    display:flex;
    align-items:center;
    color:#fff;
    font-weight:500;
}

.ms-cta-item i{
    color:#9CFFCF;
    font-size:18px;
    margin-right:12px;
}

/* Card */

.ms-cta-card{
    position:relative;
    z-index:2;
    background:rgba(255,255,255,.14);
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,.2);
    border-radius:24px;
    padding:40px;
    text-align:center;
}

.ms-cta-card-icon{
    width:80px;
    height:80px;
    border-radius:50%;
    background:#fff;
    color:#0f6b55;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px;
    font-size:34px;
}

.ms-cta-card h3{
    color:#fff;
    margin-bottom:15px;
    font-size:28px;
}

.ms-cta-card p{
    color:rgba(255,255,255,.85);
    line-height:1.8;
    margin-bottom:30px;
}

/* Buttons */

.ms-btn-primary{
    display:block;
    width:100%;
    background:#fff;
    color:#0f6b55;
    text-decoration:none;
    padding:16px;
    border-radius:12px;
    font-weight:600;
    margin-bottom:15px;
    transition:.35s;
}

.ms-btn-primary:hover{
    background:#eafbf4;
    color:#0f6b55;
    transform:translateY(-3px);
}

.ms-btn-secondary{
    display:block;
    width:100%;
    background:#25D366;
    color:#fff;
    text-decoration:none;
    padding:16px;
    border-radius:12px;
    font-weight:600;
    transition:.35s;
}

.ms-btn-secondary i{
    margin-right:8px;
}

.ms-btn-secondary:hover{
    background:#1eb85a;
    color:#fff;
    transform:translateY(-3px);
}

/* Responsive */

@media(max-width:991px){

.ms-cta-wrapper{
    padding:50px 35px;
}

.ms-cta-content{
    margin-bottom:40px;
}

.ms-cta-content h2{
    font-size:36px;
}

.ms-cta-list{
    grid-template-columns:1fr;
}

}

@media(max-width:767px){

.ms-cta-section{
    padding:70px 0;
}

.ms-cta-wrapper{
    padding:35px 25px;
    border-radius:20px;
}

.ms-cta-content h2{
    font-size:28px;
}

.ms-cta-content p{
    font-size:15px;
}

.ms-cta-card{
    padding:30px 20px;
}

.ms-cta-card h3{
    font-size:22px;
}

}

/*=========================================
        MEDISAARTHI FOOTER
=========================================*/

.ms-footer{
    position:relative;
    background:#071E19;
    padding:90px 0 0;
    overflow:hidden;
}

/* World Map Background */

.ms-footer::before{
    content:'';
    position:absolute;
    inset:0;
    background:url("../images/world-map.png");
    background-repeat:no-repeat;
    background-position:center;
    background-size:65%;
    opacity:.04;
    pointer-events:none;
}

/* Green Top Border */

.ms-footer::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(90deg,#0fa77d,#27d28b,#0fa77d);
}

/*====================================
        COMMON
====================================*/

.ms-footer .container{
    position:relative;
    z-index:2;
}

.ms-footer a{
    text-decoration:none;
    transition:.35s;
}

.ms-footer ul{
    padding:0;
    margin:0;
    list-style:none;
}

.ms-footer h4{
    color:#fff;
    font-size:22px;
    margin-bottom:28px;
    font-weight:600;
}

/*====================================
        ABOUT
====================================*/

.ms-footer-about{
    padding-right:35px;
}

.ms-footer-logo img{
    max-width:210px;
    margin-bottom:25px;
}

.ms-footer-about p{
    color:#b8c7c3;
    line-height:1.9;
    margin-bottom:30px;
}

/*====================================
        CONTACT
====================================*/

.ms-footer-contact div{
    display:flex;
    align-items:flex-start;
    margin-bottom:18px;
}

.ms-footer-contact i{
    width:20px;
    color:#2DD36F;
    margin-right:12px;
    margin-top:4px;
    font-size:17px;
}

.ms-footer-contact a,
.ms-footer-contact span{

    color:#c8d5d1;
    font-size:15px;
}

.ms-footer-contact a:hover{
    color:#2DD36F;
}

/*====================================
        SOCIAL
====================================*/

.ms-footer-social{

    display:flex;
    gap:12px;
    margin-top:30px;
}

.ms-footer-social a{

    width:45px;
    height:45px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;

    background:#10332c;

    color:#fff;

    font-size:17px;
}

.ms-footer-social a:hover{

    background:#2DD36F;
    color:#071E19;

    transform:translateY(-6px);

}

/*====================================
        LINKS
====================================*/

.ms-footer-links ul li{

    margin-bottom:16px;

}

.ms-footer-links ul li:last-child{

    margin-bottom:0;

}

.ms-footer-links ul li a{

    color:#c8d5d1;

    position:relative;

    display:inline-block;

    font-size:15px;

}

.ms-footer-links ul li a:hover{

    color:#2DD36F;

}

/* Left Animation Line */

.ms-footer-links ul li a::before{

    content:'';

    position:absolute;

    left:-15px;

    top:50%;

    transform:translateY(-50%);

    width:0;

    height:2px;

    background:#2DD36F;

    transition:.35s;

}

.ms-footer-links ul li a:hover::before{

    width:10px;

}

/*====================================
        CONTACT COLUMN
====================================*/

.ms-footer-links ul li i{

    width:22px;

    color:#2DD36F;

}

/*====================================
        FOOTER BOTTOM
====================================*/

.ms-footer-bottom{

    margin-top:70px;

    padding:25px 0;

    border-top:1px solid rgba(255,255,255,.08);

}

.ms-footer-bottom p{

    margin:0;

    color:#b8c7c3;

    font-size:15px;

}

.ms-footer-bottom .text-lg-end{

    display:flex;

    justify-content:flex-end;

    align-items:center;

    gap:30px;

}

.ms-footer-bottom .text-lg-end a{

    color:#b8c7c3;

    font-size:15px;

    position:relative;

}

.ms-footer-bottom .text-lg-end a:hover{

    color:#2DD36F;

}

/* Bottom Hover Line */

.ms-footer-bottom .text-lg-end a::after{

    content:'';

    position:absolute;

    left:0;

    bottom:-6px;

    width:0;

    height:2px;

    background:#2DD36F;

    transition:.35s;

}

.ms-footer-bottom .text-lg-end a:hover::after{

    width:100%;

}

/*====================================
        FOOTER ANIMATIONS
====================================*/

.ms-footer-links ul li{

    transition:.35s;

}

.ms-footer-links ul li:hover{

    transform:translateX(8px);

}

.ms-footer-logo img{

    transition:.4s;

}

.ms-footer-logo:hover img{

    transform:scale(1.03);

}

/*====================================
        RESPONSIVE
====================================*/

@media(max-width:1199px){

.ms-footer-about{

    padding-right:10px;

}

.ms-footer-logo img{

    max-width:180px;

}

}

@media(max-width:991px){

.ms-footer{

    padding-top:70px;

}

.ms-footer-about{

    margin-bottom:45px;

}

.ms-footer-links{

    margin-bottom:40px;

}

.ms-footer-bottom{

    text-align:center;

}

.ms-footer-bottom .text-lg-end{

    justify-content:center;

    margin-top:18px;

}

}

@media(max-width:767px){

.ms-footer{

    padding-top:60px;

}

.ms-footer h4{

    font-size:20px;

}

.ms-footer-logo img{

    max-width:170px;

}

.ms-footer-about p{

    font-size:15px;

}

.ms-footer-contact a,

.ms-footer-contact span{

    font-size:14px;

}

.ms-footer-links ul li a{

    font-size:14px;

}

.ms-footer-bottom{

    margin-top:40px;

    padding:20px 0;

}

.ms-footer-bottom .text-lg-end{

    flex-direction:column;

    gap:12px;

}

.ms-footer-bottom p{

    font-size:14px;

}

}

@media(max-width:576px){

.ms-footer{

    text-align:center;

}

.ms-footer-contact div{

    justify-content:center;

}

.ms-footer-social{

    justify-content:center;

}

.ms-footer-links{

    margin-top:20px;

}

.ms-footer-links ul li:hover{

    transform:none;

}

}
.ms-footer{

    background:
        linear-gradient(rgba(7,30,25,.96), rgba(7,30,25,.96)),
        url("Services/Cancer-Treatment-In-India.png");

    background-size:cover;

    background-position:center;

}

/*=========================================
        ABOUT STORY SECTION
=========================================*/

.ms-about-story{
    position:relative;
    padding:120px 0;
    background:#ffffff;
    overflow:hidden;
}

/* Background Shapes */

.ms-about-story::before{
    content:'';
    position:absolute;
    width:520px;
    height:520px;
    border-radius:50%;
    background:rgba(16,132,101,.04);
    top:-250px;
    right:-220px;
}

.ms-about-story::after{
    content:'';
    position:absolute;
    width:380px;
    height:380px;
    border-radius:50%;
    background:rgba(16,132,101,.03);
    bottom:-180px;
    left:-160px;
}

/*==============================
        SECTION TITLE
==============================*/

.ms-section-title{
    max-width:760px;
    margin:0 auto 80px;
}

.ms-section-title span{

    display:inline-block;

    padding:8px 22px;

    background:#eaf7f2;

    color:#0f7c5b;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    letter-spacing:.5px;

    margin-bottom:18px;

}

.ms-section-title h2{

    font-size:50px;

    font-weight:700;

    color:#16242b;

    line-height:1.25;

}

/*==============================
        IMAGE
==============================*/

.ms-about-image{

    position:relative;

}

.ms-about-image img{

    width:100%;

    border-radius:30px;

    box-shadow:0 30px 70px rgba(0,0,0,.12);

    transition:.5s;

}

.ms-about-image:hover img{

    transform:scale(1.02);

}

/*==============================
        FLOATING BADGE
==============================*/

.ms-about-badge{

    position:absolute;

    bottom:35px;

    left:-35px;

    background:#ffffff;

    border-radius:20px;

    padding:22px 26px;

    display:flex;

    align-items:center;

    box-shadow:0 20px 50px rgba(0,0,0,.10);

    max-width:320px;

    transition:.4s;

}

.ms-about-image:hover .ms-about-badge{

    transform:translateY(-8px);

}

.badge-icon{

    width:68px;

    height:68px;

    min-width:68px;

    border-radius:50%;

    background:linear-gradient(135deg,#0f7c5b,#18a57d);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:28px;

    margin-right:18px;

}

.ms-about-badge h5{

    margin-bottom:4px;

    color:#16242b;

    font-size:19px;

    font-weight:700;

}

.ms-about-badge p{

    margin:0;

    color:#6d7b84;

    font-size:14px;

}

/*==============================
        CONTENT
==============================*/

.ms-about-content{

    padding-left:40px;

}

.ms-about-content h3{

    font-size:42px;

    color:#16242b;

    line-height:1.3;

    margin:35px 0 25px;

    font-weight:700;

}

.ms-about-content p{

    color:#6d7b84;

    line-height:2;

    font-size:16px;

    margin-bottom:20px;

}

.ms-about-content strong{

    color:#0f7c5b;

}

/*==============================
        QUOTE CARD
==============================*/

.ms-about-quote{

    position:relative;

    background:#f8fbfa;

    border-left:5px solid #18a57d;

    border-radius:18px;

    padding:28px 30px;

    box-shadow:0 15px 35px rgba(0,0,0,.05);

}

.ms-about-quote i{

    font-size:34px;

    color:#18a57d;

    margin-bottom:15px;

}

.ms-about-quote h4{

    font-size:28px;

    line-height:1.5;

    margin:0;

    color:#16242b;

    font-weight:600;

}

.ms-about-quote h4 span{

    color:#18a57d;

}

<!--Start second part -->

/*==================================================
            WHAT DEFINES MEDISAARTHI
==================================================*/

.ms-values{
    position:relative;
    padding:120px 0;
    background:#f8fbfa;
    overflow:hidden;
}

/* Background */

.ms-values::before{

    content:'';

    position:absolute;

    width:520px;

    height:520px;

    border-radius:50%;

    background:rgba(22,171,123,.05);

    top:-250px;

    right:-220px;

}

.ms-values::after{

    content:'';

    position:absolute;

    width:380px;

    height:380px;

    border-radius:50%;

    background:rgba(22,171,123,.04);

    bottom:-180px;

    left:-180px;

}

/*=========================================
            HEADING
=========================================*/

.ms-values .section-title{

    max-width:760px;

    margin:auto;

    margin-bottom:80px;

}

.ms-values .section-title span{

    display:inline-block;

    padding:10px 24px;

    background:#e8f8f2;

    color:#169b72;

    border-radius:40px;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:18px;

}

.ms-values .section-title h2{

    font-size:50px;

    color:#16242b;

    font-weight:700;

    margin-bottom:18px;

    line-height:1.2;

}

.ms-values .section-title p{

    color:#667680;

    font-size:17px;

    line-height:1.9;

}

/*=========================================
                IMAGE
=========================================*/

.values-image{

    position:relative;

}

.values-image img{

    width:100%;

    border-radius:30px;

    box-shadow:0 30px 70px rgba(0,0,0,.12);

    transition:.5s;

}

.values-image:hover img{

    transform:scale(1.03);

}

/* Floating Badge */


/*=========================================
            VALUE LIST
=========================================*/

.values-list{

    padding-left:45px;

}

.value-item{

    display:flex;

    align-items:flex-start;

    gap:22px;

    padding:24px 0;

    border-bottom:1px solid #edf2f1;

    transition:.4s;

    position:relative;

}

/*=========================================
        VALUE ITEM HOVER
=========================================*/

.value-item::before{

    content:'';

    position:absolute;

    left:-45px;

    top:50%;

    transform:translateY(-50%);

    width:4px;

    height:0;

    background:#18a57d;

    border-radius:20px;

    transition:.4s;

}

.value-item:hover::before{

    height:70%;

}

.value-item:hover{

    padding-left:18px;

}

/*=========================================
            ICON
=========================================*/

.value-icon{

    width:72px;

    height:72px;

    min-width:72px;

    border-radius:22px;

    background:#ffffff;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#18a57d;

    font-size:28px;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    transition:.45s;

}

.value-item:hover .value-icon{

    background:#18a57d;

    color:#ffffff;

    transform:rotate(-8deg) scale(1.08);

}

/*=========================================
            CONTENT
=========================================*/

.value-content h4{

    font-size:24px;

    color:#16242b;

    margin-bottom:10px;

    font-weight:700;

    transition:.3s;

}

.value-item:hover .value-content h4{

    color:#18a57d;

}

.value-content p{

    color:#6b7a83;

    line-height:1.8;

    margin:0;

    font-size:15px;

}

/*=========================================
        LAST ITEM
=========================================*/

.value-item:last-child{

    border-bottom:none;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

.values-list{

    padding-left:0;

    margin-top:50px;

}

.value-item::before{

    display:none;

}

}

@media(max-width:767px){

.ms-values{

    padding:80px 0;

}

.ms-values .section-title{

    margin-bottom:55px;

}

.ms-values .section-title h2{

    font-size:34px;

}

.ms-values .section-title p{

    font-size:15px;

}

.values-image::before{

    left:20px;

    top:20px;

    padding:12px 18px;

    font-size:13px;

}

.value-item{

    gap:18px;

    padding:20px 0;

}

.value-icon{

    width:60px;

    height:60px;

    min-width:60px;

    border-radius:18px;

    font-size:22px;

}

.value-content h4{

    font-size:20px;

}

.value-content p{

    font-size:14px;

}

}

@media(max-width:576px){

.value-item{

    flex-direction:column;

    text-align:center;

    align-items:center;

    padding:25px 0;

}

.value-content{

    text-align:center;

}

.value-item:hover{

    padding-left:0;

}

.values-image::before{

    position:relative;

    display:inline-block;

    margin:15px;

    left:auto;

    top:auto;

}

}

/*==================================================
            MEDISAARTHI JOURNEY
==================================================*/

.journey-section{

    position:relative;

    padding:120px 0;

    background:#f8fbfa;

    overflow:hidden;

}

/* Background Shapes */

.journey-section::before{

    content:'';

    position:absolute;

    width:500px;

    height:500px;

    background:rgba(24,165,125,.05);

    border-radius:50%;

    top:-250px;

    left:-220px;

}

.journey-section::after{

    content:'';

    position:absolute;

    width:350px;

    height:350px;

    background:rgba(24,165,125,.04);

    border-radius:50%;

    right:-120px;

    bottom:-150px;

}

/*=========================================
            SECTION TITLE
=========================================*/

.journey-section .section-title{

    margin-bottom:90px;

}

.journey-section .section-title span{

    display:inline-block;

    padding:10px 24px;

    background:#e8f8f2;

    color:#18a57d;

    border-radius:40px;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    margin-bottom:18px;

}

.journey-section .section-title h2{

    font-size:50px;

    color:#16242b;

    font-weight:700;

    line-height:1.2;

    margin-bottom:20px;

}

.journey-section .section-title p{

    color:#667680;

    line-height:1.9;

    font-size:17px;

}

/*=========================================
            TIMELINE WRAPPER
=========================================*/

.journey-wrapper{

    position:relative;

    max-width:1150px;

    margin:auto;

}

/* Center Line */

.journey-wrapper::before{

    content:'';

    position:absolute;

    left:50%;

    top:0;

    transform:translateX(-50%);

    width:4px;

    height:100%;

    background:#18a57d;

    border-radius:20px;

}

/*=========================================
            ITEM
=========================================*/

.journey-item{

    position:relative;

    width:50%;

    margin-bottom:70px;

}

.journey-item.left{

    padding-right:70px;

    text-align:right;

}

.journey-item.right{

    margin-left:50%;

    padding-left:70px;

}

/*=========================================
            NUMBER
=========================================*/

.journey-number{

    position:absolute;

    top:20px;

    width:60px;

    height:60px;

    border-radius:50%;

    background:#18a57d;

    color:#fff;

    font-size:20px;

    font-weight:700;

    display:flex;

    justify-content:center;

    align-items:center;

    z-index:10;

    box-shadow:0 15px 35px rgba(24,165,125,.35);

}

.left .journey-number{

    right:-30px;

}

.right .journey-number{

    left:-30px;

}

/*=========================================
            JOURNEY CARD
=========================================*/

.journey-card{

    position:relative;

    background:#ffffff;

    padding:35px;

    border-radius:24px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    transition:.45s;

    overflow:hidden;

}

/* Top Border Animation */

.journey-card::before{

    content:'';

    position:absolute;

    left:0;

    top:0;

    width:0;

    height:4px;

    background:linear-gradient(90deg,#18a57d,#33d69f);

    transition:.45s;

}

.journey-card:hover::before{

    width:100%;

}

.journey-card:hover{

    transform:translateY(-12px);

    box-shadow:0 35px 70px rgba(0,0,0,.12);

}

/*=========================================
            ICON
=========================================*/

.journey-icon{

    width:72px;

    height:72px;

    border-radius:22px;

    background:linear-gradient(135deg,#18a57d,#0f7c5b);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:30px;

    margin-bottom:20px;

    transition:.45s;

}

.left .journey-icon{

    margin-left:auto;

}

.right .journey-icon{

    margin-right:auto;

}

.journey-card:hover .journey-icon{

    transform:rotate(-8deg) scale(1.08);

}

/*=========================================
            CONTENT
=========================================*/

.journey-card h4{

    font-size:24px;

    color:#16242b;

    margin-bottom:15px;

    font-weight:700;

}

.journey-card p{

    color:#6b7a83;

    line-height:1.9;

    margin:0;

    font-size:15px;

}

/*=========================================
        NUMBER ANIMATION
=========================================*/

.journey-number{

    animation:journeyPulse 3s infinite;

}

@keyframes journeyPulse{

    0%{

        box-shadow:0 0 0 0 rgba(24,165,125,.40);

    }

    70%{

        box-shadow:0 0 0 18px rgba(24,165,125,0);

    }

    100%{

        box-shadow:0 0 0 0 rgba(24,165,125,0);

    }

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px){

.journey-wrapper::before{

    left:30px;

}

.journey-item{

    width:100%;

    margin-left:0 !important;

    padding-left:90px !important;

    padding-right:0 !important;

    text-align:left !important;

}

.left .journey-number,
.right .journey-number{

    left:0;

    right:auto;

}

.left .journey-icon{

    margin-left:0;

}

}

@media(max-width:767px){

.journey-section{

    padding:80px 0;

}

.journey-section .section-title{

    margin-bottom:60px;

}

.journey-section .section-title h2{

    font-size:34px;

}

.journey-section .section-title p{

    font-size:15px;

}

.journey-card{

    padding:25px;

}

.journey-icon{

    width:60px;

    height:60px;

    font-size:24px;

    border-radius:18px;

}

.journey-card h4{

    font-size:21px;

}

.journey-card p{

    font-size:14px;

}

.journey-number{

    width:52px;

    height:52px;

    font-size:17px;

}

}

/*=========================================
        FINAL CTA
=========================================*/

.about-final-cta{

    padding:110px 0;

    background:#f8fbfa;

}

.about-cta-box{

    background:url(images/cta-bg.jpg) center center;

    background-size:cover;

    border-radius:35px;

    padding:80px;

    position:relative;

    overflow:hidden;

}

.about-cta-box::before{

    content:'';

    position:absolute;

    inset:0;

    background: #16A57D;

}

.about-cta-content,
.about-cta-btn{

    position:relative;

    z-index:2;

}

.about-cta-content span{

    color:#7dffcf;

    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;

}

.about-cta-content h2{

    color:#fff;

    font-size:52px;

    margin:18px 0;

    line-height:1.2;

    font-weight:700;

}

.about-cta-content p{

    color:rgba(255,255,255,.88);

    line-height:1.9;

    font-size:17px;

    max-width:650px;

}

.about-cta-btn .btn-default{

    padding:18px 36px;

    border-radius:50px;

    font-weight:600;

}

/* Responsive */

@media(max-width:991px){

.about-cta-box{

    padding:60px 40px;

    text-align:center;

}

.about-cta-content h2{

    font-size:38px;

}

.about-cta-btn{

    margin-top:35px;

}

}

@media(max-width:767px){

.about-final-cta{

    padding:80px 0;

}

.about-cta-box{

    padding:45px 25px;

}

.about-cta-content h2{

    font-size:30px;

}

.about-cta-content p{

    font-size:15px;

}

}

/*========================================================
    SECTION 3 — WHY MEDISAARTHI
=========================================================*/

.ms-urology-why {

    padding: 95px 0;

    background: #f5faf8;

}


/*========================================================
    WRAPPER
=========================================================*/

.ms-urology-why-wrapper {

    display: grid;

    grid-template-columns: 0.85fr 1.15fr;

    gap: 70px;

    align-items: center;

}


/*========================================================
    LEFT CONTENT
=========================================================*/

.ms-urology-why-content {

    padding-right: 15px;

}

.ms-urology-why-content h2 {

    margin: 0 0 18px;

    color: #18343d;

    font-family: "Marcellus", serif;

    font-size: 43px;

    line-height: 1.2;

    font-weight: 400;

}

.ms-urology-why-content h2 span {

    display: block;

    color: #16ab7b;

}

.ms-urology-why-content > p {

    max-width: 430px;

    margin: 0 0 28px;

    color: #4f6267;

    font-size: 14px;

    line-height: 1.8;

}


/*========================================================
    BUTTON
=========================================================*/

.ms-urology-why-btn {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 14px 21px;

    border-radius: 8px;

    color: #ffffff;

    background: #16ab7b;

    font-size: 10px;

    font-weight: 700;

    text-decoration: none;

    transition: 0.3s ease;

}

.ms-urology-why-btn:hover {

    color: #ffffff;

    background: #128d67;

    transform: translateY(-2px);

}


/*========================================================
    FEATURE LIST
=========================================================*/

.ms-urology-why-list {

    display: flex;

    flex-direction: column;

    gap: 13px;

}


/*========================================================
    FEATURE ITEM
=========================================================*/

.ms-urology-why-item {

    display: grid;

    grid-template-columns: 30px 52px 1fr;

    align-items: center;

    gap: 16px;

    padding: 21px 23px;

    border: 1px solid #dcece6;

    border-radius: 17px;

    background: #ffffff;

    transition: 0.3s ease;

}

.ms-urology-why-item:hover {

    transform: translateX(5px);

    box-shadow:
        0 12px 30px rgba(20,90,70,0.07);

    border-color: #b9dfd2;

}


/*========================================================
    NUMBER
=========================================================*/

.ms-urology-why-number {

    color: #8aa49d;

    font-size: 9px;

    font-weight: 800;

}


/*========================================================
    ICON
=========================================================*/

.ms-urology-why-icon {

    width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 14px;

    color: #16ab7b;

    background: #e7f7f1;

    font-size: 17px;

}


/*========================================================
    TEXT
=========================================================*/

.ms-urology-why-text h3 {

    margin: 0 0 6px;

    color: #203d44;

    font-family: "Marcellus", serif;

    font-size: 19px;

    line-height: 1.35;

    font-weight: 500;

}

.ms-urology-why-text p {

    max-width: 500px;

    margin: 0;

    color: #52666b;

    font-size: 12.5px;

    line-height: 1.7;

}


/*========================================================
    TABLET
=========================================================*/

@media (max-width:991px) {

    .ms-urology-why {

        padding: 80px 0;

    }

    .ms-urology-why-wrapper {

        grid-template-columns: 1fr;

        gap: 45px;

    }

}


/*========================================================
    MOBILE
=========================================================*/

@media (max-width:767px) {

    .ms-urology-why {

        padding: 70px 0;

    }

    .ms-urology-why-content h2 {

        font-size: 35px;

    }

    .ms-urology-why-item {

        grid-template-columns: 25px 45px 1fr;

        gap: 11px;

        padding: 17px;

    }

    .ms-urology-why-icon {

        width: 45px;

        height: 45px;

        font-size: 15px;

    }

    .ms-urology-why-text h3 {

        font-size: 17px;

    }

    .ms-urology-why-text p {

        font-size: 12px;

    }

}
/* ========================================================
   MEDISAARTHI BLOG PAGE
========================================================= */

.ms-blog-page {
    overflow: hidden;
    color: #193e45;
    background: #ffffff;
    font-family: "Sora", sans-serif;
}

.ms-blog-container {
    width: min(1180px, calc(100% - 40px));
    margin: auto;
}


/* ========================================================
   HERO
========================================================= */

.ms-blog-hero {
    position: relative;
    padding: 100px 20px 90px;
    text-align: center;

    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(22,171,123,.12),
            transparent 28%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgba(226,132,61,.10),
            transparent 28%
        ),
        #f5faf7;
}

.ms-blog-hero-inner {
    max-width: 760px;
    margin: auto;
}

.ms-blog-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;

    color: #16a878;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
}

.ms-blog-eyebrow span {
    width: 28px;
    height: 1px;
    background: #16a878;
}

.ms-blog-hero h1 {
    margin: 0;

    color: #173f45;
    font-family: "Marcellus", serif;
    font-size: clamp(42px, 5.5vw, 70px);
    font-weight: 400;
    line-height: 1.08;
}

.ms-blog-hero h1 em {
    color: #16a878;
    font-style: normal;
}

.ms-blog-hero p {
    max-width: 680px;
    margin: 24px auto 0;

    color: #667b76;
    font-size: 15px;
    line-height: 1.8;
}


/* ========================================================
   SECTION HEADING
========================================================= */

.ms-featured-blog {
    padding: 90px 0 75px;
}

.ms-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px;
}

.ms-small-label {
    display: block;
    margin-bottom: 9px;

    color: #16a878;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
}

.ms-section-heading h2 {
    margin: 0;

    color: #173f45;
    font-family: "Marcellus", serif;
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 400;
    line-height: 1.15;
}

.ms-section-heading h2 em {
    color: #16a878;
    font-style: normal;
}

.ms-section-heading > p {
    max-width: 390px;
    margin: 0 0 4px;

    color: #71837f;
    font-size: 13px;
    line-height: 1.8;
}


/* ========================================================
   FEATURED CARD
========================================================= */

.ms-featured-card {
    display: grid;
    grid-template-columns: 1.05fr .95fr;

    min-height: 430px;

    overflow: hidden;

    border-radius: 18px;

    background: #f2f7f4;
}

.ms-featured-image {
    position: relative;
    min-height: 430px;
    overflow: hidden;
}

.ms-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform .7s ease;
}

.ms-featured-card:hover
.ms-featured-image img {
    transform: scale(1.04);
}

.ms-blog-category {
    position: absolute;

    top: 20px;
    left: 20px;

    padding: 8px 12px;

    border-radius: 5px;

    color: #ffffff;
    background: #103f36;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
}

.ms-featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 55px;
}

.ms-blog-date,
.ms-card-meta {
    color: #899a96;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.ms-featured-content h3 {
    max-width: 550px;

    margin: 15px 0 17px;

    color: #173f45;

    font-family: "Marcellus", serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.28;
}

.ms-featured-content p {
    max-width: 500px;

    margin: 0 0 28px;

    color: #71817e;

    font-size: 13px;
    line-height: 1.85;
}


/* ========================================================
   READ ARTICLE
========================================================= */

.ms-read-more,
.ms-card-read {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    width: fit-content;

    color: #103f36;

    text-decoration: none;

    font-size: 12px;
    font-weight: 800;

    transition: .25s ease;
}

.ms-read-more span,
.ms-card-read span {
    color: #16a878;
    font-size: 20px;

    transition: transform .25s ease;
}

.ms-read-more:hover,
.ms-card-read:hover {
    color: #16a878;
}

.ms-read-more:hover span,
.ms-card-read:hover span {
    transform: translateX(5px);
}


/* ========================================================
   BLOG GRID
========================================================= */

.ms-blog-grid-section {
    padding: 80px 0 105px;
    background: #fbfcfb;
}

.ms-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}


/* ========================================================
   BLOG CARD
========================================================= */

.ms-blog-card {
    overflow: hidden;

    border: 1px solid #e6ece9;
    border-radius: 14px;

    background: #ffffff;

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.ms-blog-card:hover {
    transform: translateY(-6px);

    box-shadow:
        0 18px 45px rgba(16,63,54,.10);
}


/* ========================================================
   CARD IMAGE
========================================================= */

.ms-blog-card-image {
    position: relative;

    height: 220px;

    overflow: hidden;
}

.ms-blog-card-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .6s ease;
}

.ms-blog-card:hover
.ms-blog-card-image img {
    transform: scale(1.05);
}

.ms-blog-card-image span {
    position: absolute;

    left: 15px;
    bottom: 15px;

    padding: 7px 10px;

    border-radius: 4px;

    color: #ffffff;
    background: rgba(16,63,54,.94);

    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}


/* ========================================================
   CARD CONTENT
========================================================= */

.ms-blog-card-content {
    padding: 27px 25px 29px;
}

.ms-card-meta {
    font-size: 9px;
}

.ms-blog-card-content h3 {
    margin: 11px 0 12px;

    color: #193e45;

    font-family: "Marcellus", serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.4;
}

.ms-blog-card-content p {
    margin: 0 0 23px;

    color: #72827f;

    font-size: 12px;
    line-height: 1.8;
}

.ms-card-read {
    font-size: 11px;
}


/* ========================================================
   JOURNEY CTA
========================================================= */

.ms-blog-journey {
    padding: 80px 20px;

    background: #103f36;
}

.ms-blog-journey-inner {
    display: grid;
    grid-template-columns: 65px 1fr auto;

    align-items: center;

    gap: 30px;

    width: min(1050px, 100%);

    margin: auto;
}

.ms-journey-number {
    color: rgba(255,255,255,.18);

    font-family: "Marcellus", serif;

    font-size: 45px;
}

.ms-journey-text span {
    color: #64d6ae;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 2px;
}

.ms-journey-text h2 {
    margin: 9px 0 9px;

    color: #ffffff;

    font-family: "Marcellus", serif;

    font-size: 34px;
    font-weight: 400;
}

.ms-journey-text h2 em {
    color: #64d6ae;
    font-style: normal;
}

.ms-journey-text p {
    max-width: 520px;

    margin: 0;

    color: rgba(255,255,255,.65);

    font-size: 12px;
    line-height: 1.8;
}

.ms-journey-btn {
    display: inline-flex;

    align-items: center;

    gap: 13px;

    padding: 15px 20px;

    border-radius: 7px;

    color: #103f36;

    background: #ffffff;

    text-decoration: none;

    font-size: 11px;
    font-weight: 800;

    white-space: nowrap;

    transition: .3s ease;
}

.ms-journey-btn span {
    color: #16a878;
    font-size: 20px;
}

.ms-journey-btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 10px 30px rgba(0,0,0,.18);
}


/* ========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .ms-featured-card {
        grid-template-columns: 1fr;
    }

    .ms-featured-image {
        min-height: 330px;
    }

    .ms-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ms-blog-journey-inner {
        grid-template-columns: 45px 1fr;
    }

    .ms-journey-btn {
        grid-column: 2;
        width: fit-content;
    }
}


/* ========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .ms-blog-container {
        width: min(100% - 28px, 1180px);
    }

    .ms-blog-hero {
        padding: 72px 16px 65px;
    }

    .ms-blog-hero h1 {
        font-size: 40px;
    }

    .ms-blog-hero p {
        font-size: 13px;
        line-height: 1.75;
    }

    .ms-featured-blog,
    .ms-blog-grid-section {
        padding: 60px 0;
    }

    .ms-section-heading {
        display: block;
    }

    .ms-section-heading > p {
        margin-top: 14px;
        font-size: 12px;
    }

    .ms-featured-image {
        min-height: 260px;
    }

    .ms-featured-content {
        padding: 32px 25px;
    }

    .ms-featured-content h3 {
        font-size: 27px;
    }

    .ms-featured-content p {
        font-size: 12px;
    }

    .ms-blog-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ms-blog-card-image {
        height: 220px;
    }

    .ms-blog-card-content {
        padding: 25px 22px 28px;
    }

    .ms-blog-card-content h3 {
        font-size: 23px;
    }

    .ms-blog-card-content p {
        font-size: 12px;
    }

    .ms-blog-journey {
        padding: 60px 20px;
    }

    .ms-blog-journey-inner {
        display: block;
    }

    .ms-journey-number {
        margin-bottom: 15px;
    }

    .ms-journey-text h2 {
        font-size: 29px;
    }

    .ms-journey-text p {
        font-size: 12px;
    }

    .ms-journey-btn {
        margin-top: 26px;
        font-size: 11px;
    }
}

.ms-blog-banner {
    width: 100%;
    aspect-ratio: 21 / 9;
    min-height: 220px;
    max-height: 560px;
    overflow: hidden;
}

.ms-blog-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 768px) {
    .ms-blog-banner {
        aspect-ratio: 16 / 9;
        min-height: 200px;
    }
}

@media (max-width: 480px) {
    .ms-blog-banner {
        aspect-ratio: 4 / 3;
        min-height: 180px;
    }
}

.ms-article-banner {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    line-height: 0 !important;
}

.ms-article-banner img {
    display: block !important;

    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain !important;
}
/* ================================
   BLOG PAGE
================================ */

.blog-page {
    width: 100%;
    color: #193e45;
    font-family: "Sora", sans-serif;
}


/* ================================
   HEADING
================================ */

.blog-heading {
    width: min(900px, calc(100% - 40px));
    margin: 0 auto;
    padding: 70px 0 55px;
    text-align: center;
}

.blog-category {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 30px;

    background: #103f36;
    color: #fff;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.blog-heading h1 {
    margin: 20px 0;

    font-family: "Marcellus", serif;
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 400;
    line-height: 1.12;
    color: #173f45;
}

.blog-heading > p {
    max-width: 680px;
    margin: auto;

    color: #71827d;
    font-size: 15px;
    line-height: 1.8;
}

.blog-info {
    margin-top: 22px;

    color: #8b9995;
    font-size: 10px;
}


/* ================================
   BANNER
================================ */

.blog-image {
    width: 100%;
    margin: 0 auto;

    text-align: center;
    line-height: 0;

    overflow: hidden;
}

.blog-image img {
    display: block;

    width: 100%;
    height: auto;

    max-width: 1400px;
    margin: 0 auto;

    /*
       IMPORTANT:
       No fixed height
       No object-fit
       No cropping
    */
}


/* ================================
   CONTENT
================================ */

.blog-content {
    width: min(780px, calc(100% - 40px));

    margin: 70px auto 100px;

    color: #526864;

    font-size: 15px;
    line-height: 1.9;
}

.blog-content p {
    margin: 0 0 23px;
}

.blog-content .blog-intro {
    font-size: 19px;
}

.blog-content strong {
    color: #173f45;
}

.blog-content h2 {
    margin: 55px 0 18px;

    font-family: "Marcellus", serif;

    color: #173f45;

    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
}

.blog-content a {
    color: #10755e;
    font-weight: 700;
}

.blog-content ul {
    padding-left: 22px;
}

.blog-content li {
    margin-bottom: 8px;
}


/* ================================
   PROCESS
================================ */

.blog-process {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

    margin: 40px 0;

    padding: 25px;

    border-radius: 15px;

    background: #f2f8f5;
}

.blog-process > div {
    padding: 22px;

    border-radius: 10px;

    background: #fff;
}

.blog-process span {
    color: #16a878;
    font-size: 12px;
    font-weight: 800;
}

.blog-process h3 {
    margin: 10px 0 7px;

    color: #173f45;

    font-size: 14px;
}

.blog-process p {
    margin: 0;

    color: #71827d;

    font-size: 12px;
    line-height: 1.6;
}


/* ================================
   SERVICE LINKS
================================ */

.blog-services {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px;

    margin: 30px 0;
}

.blog-services a {
    padding: 16px;

    border: 1px solid #e0e9e5;
    border-radius: 9px;

    background: #f8fbf9;

    text-decoration: none;

    color: #24574b;

    font-size: 12px;
}


/* ================================
   NOTE
================================ */

.blog-note {
    margin: 40px 0;

    padding: 25px;

    border-left: 4px solid #16a878;

    background: #f4faf7;
}

.blog-note strong {
    display: block;
    margin-bottom: 8px;
}

.blog-note p {
    margin: 0;

    font-size: 12px;
    line-height: 1.8;
}


/* ================================
   FAQ
================================ */

.blog-faq {
    border-top: 1px solid #e5ebe8;
}

.blog-faq details {
    padding: 20px 0;

    border-bottom: 1px solid #e5ebe8;
}

.blog-faq summary {
    cursor: pointer;

    color: #173f45;

    font-size: 14px;
    font-weight: 700;
}

.blog-faq details p {
    margin-top: 15px;

    font-size: 13px;
}


/* ================================
   CTA
================================ */

.blog-cta {
    margin-top: 65px;

    padding: 45px 25px;

    border-radius: 15px;

    text-align: center;

    background: #103f36;
}

.blog-cta span {
    color: #64d6ae;

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 2px;
}

.blog-cta h2 {
    margin: 12px 0 !important;

    color: #fff !important;

    font-size: 34px !important;
}

.blog-cta h2 em {
    color: #64d6ae;
    font-style: normal;
}

.blog-cta p {
    color: rgba(255,255,255,.7);
    font-size: 13px;
}

.blog-cta a {
    display: inline-block;

    padding: 14px 20px;

    border-radius: 7px;

    background: #fff;

    color: #103f36;

    text-decoration: none;

    font-size: 11px;
    font-weight: 800;
}


/* ================================
   MOBILE
================================ */

@media (max-width: 600px) {

    .blog-heading {
        width: calc(100% - 30px);

        padding: 45px 0 35px;
    }

    .blog-heading h1 {
        font-size: 35px;
    }

    .blog-heading > p {
        font-size: 13px;
    }

    /*
       IMAGE WILL NOT CROP
    */

    .blog-image img {
        width: 100%;
        height: auto;
    }

    .blog-content {
        width: calc(100% - 30px);

        margin: 45px auto 70px;

        font-size: 14px;
    }

    .blog-content .blog-intro {
        font-size: 17px;
    }

    .blog-content h2 {
        font-size: 27px;
        margin-top: 45px;
    }

    .blog-process {
        grid-template-columns: 1fr;

        padding: 18px;
    }

    .blog-services {
        grid-template-columns: 1fr;
    }

    .blog-cta {
        padding: 35px 18px;
    }

    .blog-cta h2 {
        font-size: 27px !important;
    }

}


/* ========================================================
   MEDISAARTHI - PRIVACY POLICY PAGE
======================================================== */

.legal-page {
    width: 100%;
    padding: 100px 20px 110px;
    background: #f7f9f8;
    overflow: hidden;
}

.legal-container {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}


/* ========================================================
   PAGE HEADER
======================================================== */

.legal-header {
    max-width: 850px;
    margin: 0 auto 70px;
    text-align: center;
}

.legal-label {
    display: inline-block;
    margin-bottom: 18px;
    font-family: "Sora", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: .65;
}

.legal-header h1 {
    margin: 0 0 22px;
    font-family: "Marcellus", serif;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.1;
    font-weight: 400;
}

.legal-header > p {
    max-width: 760px;
    margin: 0 auto 22px;
    font-family: "Sora", sans-serif;
    font-size: 16px;
    line-height: 1.9;
    opacity: .72;
}

.legal-updated {
    font-family: "Sora", sans-serif;
    font-size: 12px;
    letter-spacing: .5px;
    opacity: .5;
}


/* ========================================================
   CONTENT
======================================================== */

.legal-section {
    padding: 42px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.legal-section h2 {
    margin: 0 0 20px;
    font-family: "Marcellus", serif;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 400;
}

.legal-section p {
    margin: 0 0 17px;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    line-height: 1.9;
    color: #444;
}

.legal-section p:last-child {
    margin-bottom: 0;
}


/* ========================================================
   LIST
======================================================== */

.legal-section ul {
    margin: 15px 0 22px;
    padding-left: 22px;
}

.legal-section li {
    margin-bottom: 12px;
    padding-left: 5px;
    font-family: "Sora", sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

.legal-section li::marker {
    font-size: 10px;
}


/* ========================================================
   CONTACT CTA
======================================================== */

.legal-contact {
    margin-top: 65px;
    padding: 55px 45px;
    text-align: center;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, .08);
}

.legal-contact > span {
    display: block;
    margin-bottom: 15px;
    font-family: "Sora", sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: .55;
}

.legal-contact h2 {
    margin: 0 0 15px;
    font-family: "Marcellus", serif;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 400;
}

.legal-contact p {
    max-width: 650px;
    margin: 0 auto 28px;
    font-family: "Sora", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #555;
}

.legal-contact a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 28px;
    font-family: "Sora", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    background: #1d4d46;
    transition: all .3s ease;
}

.legal-contact a:hover {
    transform: translateY(-2px);
    opacity: .9;
}


/* ========================================================
   IMPORTANT NOTE
======================================================== */

.legal-note {
    margin-top: 30px;
    padding: 24px 28px;
    background: rgba(0, 0, 0, .025);
    border-left: 3px solid rgba(0, 0, 0, .2);
}

.legal-note strong {
    display: block;
    margin-bottom: 8px;
    font-family: "Sora", sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.legal-note p {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 12px;
    line-height: 1.8;
    color: #666;
}


/* ========================================================
   TABLET
======================================================== */

@media (max-width: 991px) {

    .legal-page {
        padding: 80px 20px 90px;
    }

    .legal-header {
        margin-bottom: 50px;
    }

    .legal-section {
        padding: 35px 0;
    }

    .legal-section h2 {
        font-size: 27px;
    }

}


/* ========================================================
   MOBILE
======================================================== */

@media (max-width: 767px) {

    .legal-page {
        padding: 65px 18px 70px;
    }

    .legal-header {
        margin-bottom: 40px;
    }

    .legal-label {
        font-size: 10px;
        letter-spacing: 1.6px;
    }

    .legal-header h1 {
        font-size: 40px;
        line-height: 1.12;
        margin-bottom: 18px;
    }

    .legal-header > p {
        font-size: 13px;
        line-height: 1.8;
    }

    .legal-updated {
        font-size: 10px;
    }

    .legal-section {
        padding: 30px 0;
    }

    .legal-section h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 16px;
    }

    .legal-section p {
        font-size: 13px;
        line-height: 1.85;
        margin-bottom: 15px;
    }

    .legal-section ul {
        padding-left: 19px;
        margin-top: 12px;
    }

    .legal-section li {
        font-size: 13px;
        line-height: 1.75;
        margin-bottom: 9px;
    }

    .legal-contact {
        margin-top: 45px;
        padding: 38px 20px;
    }

    .legal-contact > span {
        font-size: 9px;
        letter-spacing: 1.5px;
    }

    .legal-contact h2 {
        font-size: 30px;
    }

    .legal-contact p {
        font-size: 12px;
        line-height: 1.8;
    }

    .legal-contact a {
        width: 100%;
        min-height: 48px;
        font-size: 12px;
    }

    .legal-note {
        padding: 20px;
    }

    .legal-note p {
        font-size: 11px;
    }

}


/* ========================================================
   SMALL MOBILE
======================================================== */

@media (max-width: 400px) {

    .legal-page {
        padding-left: 15px;
        padding-right: 15px;
    }

    .legal-header h1 {
        font-size: 34px;
    }

    .legal-section h2 {
        font-size: 22px;
    }

    .legal-contact h2 {
        font-size: 27px;
    }

}