body{
    background:#f8f8f8;
}
:root{
    --primary:#dc3545;
    --secondary:#ff3366;
}
.hero-section{
    background:#fff;
}
.icon_color{
    color:var(--primary);
}
 ul {
    padding-left: 0rem !important;
}
.hero-title{
    font-size:60px;
    font-weight:800;
    line-height:1.1;
}
.hero-title span{
    color:var(--primary);
}
.counter-box{
    background:#fff;
    border-radius:15px;
    padding:15px 20px;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.counter-box i{
    flex-shrink:0;
}

.counter-box h4{
    margin:0;
    line-height:1;
}
.book-btn{
    background:var(--primary);
    color:#fff;
    padding:12px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}
.support-btn{
    border:2px solid var(--primary);
    color:var(--primary);
    padding:12px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
}
.section-title{
    text-align:center;
    font-size:36px;
    font-weight:700;
    margin-bottom:40px;
}
.service-card{
    background:#fff;
    border-radius:20px;
    padding:20px;
    height:100%;
    transition:.3s;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}
.service-card:hover{
    transform:translateY(-5px);
}
.service-card img{
    width:100%;
    object-fit:cover;
    border-radius:10px;
}
.service-card h5{
    margin-top:15px;
    font-weight:700;
}
.service-btn{
    background:var(--primary);
    color:white;
    border:none;
    padding:10px 25px;
    border-radius:50px;
}
.step-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    text-align:center;
    height:100%;
}
.trust-box{
    background:#fff;
    padding:25px;
    border-radius:15px;
    text-align:center;
}
.partner-section{
    background:#fff;
    padding:60px 0;
}
.cta-section{
    background:linear-gradient(90deg,#e91e63,#ff3366);
    color:white;
    border-radius:25px;
    padding:50px;
}
.icon_circle img{
    height: 50px;
    width: 50px;
    border-radius:50%;
    padding: 5px;
    border: 2px solid #ffd5dc;
}
.why-card{
    display:flex;
    align-items:center;
    background:#fff8f8;
    border:1px solid #f4d7d7;
    border-radius:15px;
    overflow:hidden;
}

.why-item{
    flex:1;
    text-align:center;
    padding:20px 15px;
    border-right:1px dashed #f0b7b7;
    min-height:140px;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.first-item{
    flex:1.8;
    text-align:left;
    align-items:flex-start;
    padding:20px;
}

.first-item h3{
    color:#d62828;
    font-size:24px;
    font-weight:700;
    margin-bottom:10px;
}

.first-item p{
    color:#444;
    font-size:14px;
    margin-bottom:15px;
}

.alert-icon{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#dc3545;
    font-size:22px;
}

.icon{
    font-size:34px;
    color:#dc3545;
    margin-bottom:10px;
}

.why-item p{
    font-size:14px;
    margin:0;
    color:#333;
    line-height:1.4;
}

@media(max-width:768px){

    .why-card{
        flex-direction:column;
    }

    .why-item{
        width:100%;
        border-right:none;
        border-bottom:1px dashed #f0b7b7;
    }

    .why-item:last-child{
        border-bottom:none;
    }

    .first-item{
        text-align:center;
        align-items:center;
    }
     .hero-title{
        font-size:30px;
        line-height:1.25;
    }
}
.how-medcab{
    background:#fff;
}

.steps-wrapper{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap:10px;
}

.step-item{
    width:180px;
    text-align:center;
}

.step-icon{
    width:65px;
    height:65px;
    border:2px solid #ffd5dc;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-bottom:10px;
}

.step-icon i{
    font-size:28px;
    color:#e84c74;
}

.step-item h6{
    color:#e84c74;
    font-weight:700;
    margin-bottom:8px;
}

.step-item p{
    font-size:13px;
    line-height:1.4;
    color:#555;
}

.step-arrow{
    width:70px;
    border-top:2px dashed #e84c74;
    margin-top:32px;
    position:relative;
}

.step-arrow::after{
    content:"➜";
    position:absolute;
    right:-8px;
    top:-14px;
    color:#e84c74;
    font-size:16px;
}

@media(max-width:992px){

    .steps-wrapper{
        flex-direction:column;
        align-items:center;
    }

    .step-arrow{
        width:2px;
        height:40px;
        border-top:none;
        border-left:2px dashed #e84c74;
        margin-top:0;
    }

    .step-arrow::after{
        content:"↓";
        right:-8px;
        top:30px;
    }
    .trust-box{
    background:#fff;
    border:1px solid #eee;
    border-radius:20px;
    padding:25px;
}

.trust-icon{
    width:70px;
    height:70px;
    border:1px solid #f3d7dc;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    font-size:30px;
    color:#e63963;
}

.partner-card{
    background:#fff5f7;
    border-radius:20px;
    padding:30px;
    height:100%;
}

.india-card{
    background:#f7fbff;
    border-radius:20px;
    padding:30px;
    height:100%;
}

.partner-card h3,
.india-card h3{
    color:#1d3b8b;
    font-weight:700;
}

.partner-card ul,
.india-card ul{
    list-style:none;
    padding:0;
}

.partner-card ul li,
.india-card ul li{
    margin-bottom:10px;
}

.partner-card ul li::before,
.india-card ul li::before{
    content:"✓";
    color:#e63963;
    font-weight:bold;
    margin-right:8px;
}
}
 .feature-section {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        gap: 100px;
        padding: 40px 20px;
        position: relative;
    }

    .featureCardTitle {
        font-size: clamp(12px, 1.5vw, 16px);
        font-weight: 600;
        color: var(--mcab-blue);
    }

    .featureCardDesc {
        font-size: clamp(10px, 1.2vw, 12px);
        color: var(--mcab-blue);
    }

    .connectors {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
        overflow: hidden;
    }

    .connector {
        position: absolute;
        stroke: #6366f1;
        stroke-width: 2;
        stroke-dasharray: 5, 5;
        fill: none;
        transition: all 0.4s ease;
        opacity: 0;
    }

    @media (min-width: 768px) {
        .connector {
            opacity: 0.4;
        }

        .feature-card:hover~.connector,
        .feature-card:hover+.connector {
            opacity: 0.8;
            stroke: var(--primary-clr);
            stroke-width: 3;
        }
    }

    .features-column {
        display: flex;
        flex-direction: column;
        gap: 25px;
        flex: 1;
        min-width: 280px;
        max-width: 320px;
        position: relative;
    }

    .feature-card {
        color: white;
        padding: 22px 25px;
        border-radius: 18px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        cursor: pointer;
        position: relative;
        overflow: hidden;
        z-index: 2;
    }

    .feature-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .feature-card:hover {
        transform: translateY(-5px) scale(1.02);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    }

    .feature-card:hover::before {
        opacity: 1;
    }

    .feature-card h3 {
        position: relative;
        z-index: 2;
        margin-bottom: 12px;
        line-height: 1.4;
    }

    .feature-card p {
        position: relative;
        z-index: 2;
        opacity: 0.9;
        line-height: 1.5;
    }

    #left-column .feature-card:nth-child(1) {
        background: var(--mcab-lightGray);
    }

    #left-column .feature-card:nth-child(2) {
        background: var(--mcab-lightGray);
    }

    #left-column .feature-card:nth-child(3) {
        background: var(--mcab-lightGray);
    }

    #left-column .feature-card:nth-child(4) {
        background: var(--mcab-lightGray);
    }

    #right-column .feature-card:nth-child(4) {
        background: var(--mcab-lightGray);
    }

    #right-column .feature-card:nth-child(3) {
        background: var(--mcab-lightGray);
    }

    #right-column .feature-card:nth-child(2) {
        background: var(--mcab-lightGray);
    }

    #right-column .feature-card:nth-child(1) {
        background: var(--mcab-lightGray);
    }

    .tablet-container {
        position: relative;
        width: 320px;
        height: 520px;
        background: linear-gradient(145deg, #1a1a1a, #2d2d2d);
        border-radius: 40px;
        box-shadow:
            0 20px 50px rgba(0, 0, 0, 0.3),
            inset 0 0 10px rgba(255, 255, 255, 0.05);
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: transform 0.4s ease;
        z-index: 2;
    }

    .tablet-container:hover {
        transform: scale(1.02);
    }

    .tablet-screen {
        width: 92%;
        height: 88%;
        border-radius: 28px;
        background-color: #f8f9fa;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
        box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
    }

    .camera-notch {
        position: absolute;
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 10px;
        background: #333;
        border-radius: 6px;
        z-index: 2;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    }

    .mic-dot {
        position: absolute;
        top: 18px;
        right: 40px;
        width: 8px;
        height: 8px;
        background: #555;
        border-radius: 50%;
        z-index: 2;
    }

    .home-button {
        position: absolute;
        bottom: 6px;
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 20px;
        background: #777;
        border-radius: 50%;
        box-shadow:
            inset 0 0 4px rgba(255, 255, 255, 0.1),
            0 1px 2px rgba(0, 0, 0, 0.3);
        z-index: 2;
    }

    .feature-card:hover>.featureCardTitle {
        color: var(--mcab-red) !important;
    }

    @media (max-width: 1000px) {
        .feature-section {
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 20px;
        }

        .features-column {
            max-width: 100%;
            width: 100%;
            align-items: stretch;
        }

        .tablet-container {
            width: 280px;
            height: 450px;
            margin: 30px 0;
        }
    }

    @media (max-width: 600px) {
        .feature-card {
            padding: 18px 20px;
        }
    }
    .ml-title {
    font-size: clamp(32px, 4vw, 40px);
    font-weight: 700;
    color: #0b1b2a;
}

.ml-subtitle {
    font-weight: 700;
    color: #e11d48;
    font-size: clamp(20px, 3vw, 32px);
}

.ml-desc {
    margin: 12px auto 0;
    max-width: 720px;
    font-size: clamp(16px, 2vw, 16px);
    color: #4b5563;
}

.ml-card {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    background: #fff;
}

.ml-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.ml-icon {
    width: 55px;
    height: 55px;
    border-radius: 12px;
    /* background: #e11d48; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(24px, 2.5vw, 28px);
    color: #fff;
    margin-bottom: 20px;
}

.mi-cardIcons {
    color: var(--mcab-red);
    font-size: clamp(24px, 2.5vw, 32px);
}

.ml-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #0f172a;
    font-size: clamp(14px, 2vw, 19px);
}

.ml-card p {
    color: #475569;
    font-size: clamp(12px, 2vw, 16px);
}

.ml-highlight {
    background: #f4e7ea;
    border-radius: 12px;
    padding: 14px 18px;
    margin-top: 20px;
    font-size: clamp(14px, 2vw, 15px);
    color: #e11d48;
}

.ml-highlight i {
    color: #e11d48;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .ml-card {
        padding: 20px;
    }

    .ml-highlight {
        padding: 10px 14px;
    }
}

@media (max-width: 576px) {
    .ml-icon {
        width: 45px;
        height: 45px;
        font-size: clamp(20px, 3vw, 24px);
        padding: 15px;
    }

    .ml-highlight {
        padding: 8px 12px;
    }
}
    .mcab-howItWork-card {
    background: #fff;
    border-radius: 24px;
    padding: 45px 30px;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease;
}

.mcab-howItWork-card.active {
    opacity: 1;
    transform: translateY(0);
}

/* Step number */
.mcab-howItWork-step {
    position: absolute;
    font-size: 12px;
    top: 0px;
    left: 30px;
    width: 44px;
    height: 44px;
    background: #e11d48;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Icon box */
.mcab-howItWork-icon {
    width: 70px;
    height: 70px;
    background: #e11d48;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 25px;
    font-size: clamp(22px, 3vw, 32px);
    color: #fff;
}

.mcab-howItWork-card h5 {
    font-weight: 700;
    color: var(--mcab-blue);
    margin-bottom: 12px;
    font-size: clamp(16px, 1.5vw, 20px);
}

.mcab-howItWork-card p {
    color: var(--mcab-gray);
    font-size: clamp(12px, 1.2vw, 14px);
    line-height: 1.6;
}

/* Connector line (desktop only) */
@media (min-width: 992px) {
    .mcab-howItWork-connector {
        position: absolute;
        top: 50%;
        left: 100%;
        width: 120px;
        height: 2px;
        background: #e11d48;
    }

    .mcab-howItWork-last .mcab-howItWork-connector {
        display: none;
    }

    .mcab-howItWork-card {
        border-radius: 16px;
        padding: 25px 15px;
    }

    .mcab-howItWork-icon {
        width: 60px;
        height: 60px;
        border-radius: 14px;
    }
}

/* Mobile spacing */
@media (max-width: 991px) {
    .mcab-howItWork-card {
        margin-bottom: 25px;
        border-radius: 16px;
        padding: 16px 20px;
    }

    .mcab-howItWork-icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
    }
}
.about-hero{
    background:#fff;
}

.hero-title{
    font-size:40px;
    font-weight:800;
    line-height:1.1;
}

.hero-desc{
    font-size:18px;
    color:#666;
}

.feature-box{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.feature-box i{
    font-size:32px;
    color: var(--primary) !important;
}

.verified-card{
    position:absolute;
    right:20px;
    bottom:20px;
    background:#fff;
    padding:20px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.stats-box{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding:30px;
    border:1px solid #eee;
    border-radius:20px;
}

.stat-item{
    text-align:center;
}

.stat-item i{
    font-size:35px;
}

@media(max-width:768px){

    .hero-title{
        font-size:25px;
    }

    .stats-box{
        gap:20px;
        justify-content:center;
    }

    .verified-card{
        position:relative;
        right:auto;
        bottom:auto;
        margin-top:20px;
    }
}
.info-card{
    border:1px solid #e8e8e8;
    border-radius:20px;
    padding:35px;
    transition:.3s;
}

.mission-card{
    background:#fff7f7;
}

.vision-card{
    background:#f6f9ff;
}

.info-card:hover,
.founder-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.icon-circle{
    width:45px;
    height:45px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.icon-circle i{
    font-size:32px;
}

.info-card h3,
.founder-card h3{
    font-size:28px;
    font-weight:700;
}

.info-card p,
.founder-card p{
    color:#555;
    line-height:1.8;
}

.founder-card{
    border:1px solid #e8e8e8;
    border-radius:20px;
    overflow:hidden;
    background:#fff;
}

.founder-img{
    max-height:320px;
    object-fit:cover;
}

@media(max-width:768px){

    .info-card,
    .founder-card{
        text-align:center;
    }

    .icon-circle{
        margin:auto;
    }

    .founder-img{
        width:100%;
        max-height:250px;
    }
}
.value-box {
    padding: 20px;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}

.value-box:hover {
    transform: translateY(-5px);
}

.row .col-md-2:last-child .value-box {
    border-right: none;
}

.text-purple {
    color: #8e44ad;
}

.value-box h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.value-box p {
    line-height: 1.6;
}
.certification-box{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:12px;
    padding:30px;
    box-shadow:0 2px 10px rgba(0,0,0,0.03);
}

.section-title{
    font-size:28px;
    font-weight:700;
    color:#1f2937;
}

.cert-logo{
    max-height:80px;
    object-fit:contain;
}

.partner-logo{
    max-height:55px;
    object-fit:contain;
    transition:.3s;
}

.partner-logo:hover{
    transform:scale(1.05);
}

.certification-box small{
    color:#6b7280;
}

.partner-link{
    color:#dc3545;
    font-weight:600;
    text-decoration:none;
}

.partner-link:hover{
    color:#b91c1c;
}
.why-medcab-section{
    background:#f7f8fc;
    border-radius:12px;
}

.feature-box{
    padding:20px 15px;
    border-right:1px solid #e5e7eb;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}

.feature-icon{
    font-size:38px;
    flex-shrink:0;
}

.feature-box h6{
    margin:0;
    font-size:16px;
    font-weight:600;
    text-align:left;
    line-height:1.4;
}

@media(max-width:991px){
    .feature-box{
        border-right:none;
        border-bottom:1px solid #e5e7eb;
    }
}