/* Locks the new <p> heading to the exact same size/weight/line-height
   your theme's h1 used inside .main-slides-content — so swapping the
   tag doesn't change how it looks. */
.main-slides-content p.cura-slide-title {
    font-size: 65px;       /* <-- match your theme's actual h1 size, see note below */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;   /* match your theme's h1 margin, adjust if needed */
}


/* ===== Choose your clinic ===== */
.cura-choose-area { padding-top: 70px; }
.cura-choose-heading {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 40px;
}
.cura-choose-heading h2 {
    color: #2b3a44;
    font-weight: 800;
    margin-bottom: 8px;
}
.cura-choose-heading p { color: #6b7a86; margin: 0; }

.cura-path-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 22px;
    padding: 36px 28px 30px;
    height: 100%;
    margin-bottom: 30px;
    text-decoration: none !important;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cura-path-card:hover {
    transform: translateY(-8px);
}
.cura-path-cardiac {
    background: linear-gradient(160deg, #55758a, #3c5464);
    box-shadow: 0 16px 35px rgba(74,101,119,0.35);
}
.cura-path-cardiac:hover { box-shadow: 0 22px 45px rgba(74,101,119,0.45); }
.cura-path-child {
    background: linear-gradient(160deg, #9cba3f, #7a942e);
    box-shadow: 0 16px 35px rgba(141,169,55,0.35);
}
.cura-path-child:hover { box-shadow: 0 22px 45px rgba(141,169,55,0.45); }

.cura-path-icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.cura-path-icon img { max-width: 48px; }

.cura-path-card h3 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 4px;
}
.cura-path-card > p {
    color: rgba(255,255,255,0.85);
    margin-bottom: 18px;
    font-size: 15px;
}
.cura-path-points {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    text-align: left;
}
.cura-path-points li {
    color: rgba(255,255,255,0.95);
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}
.cura-path-points li i {
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.cura-path-btn {
    background: #ffffff;
    color: #2b3a44;
    font-weight: 700;
    border-radius: 50px;
    padding: 12px 26px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    transition: gap 0.25s ease;
}
.cura-path-card:hover .cura-path-btn { gap: 14px; }
.cura-path-cardiac .cura-path-btn { color: #3c5464; }
.cura-path-child .cura-path-btn { color: #6f8628; }
.cura-path-btn i { font-size: 20px; }

.cura-path-phone {
    color: rgba(255,255,255,0.9);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
}
.cura-path-phone:hover { color: #ffffff; text-decoration: underline; }

@media (max-width: 767px) {
    .cura-choose-area { padding-top: 50px; }
    .cura-path-card { padding: 28px 22px 24px; }
}


     /* ===== Dr. Shruti profile section ===== */
        .cura-doctor-area {
            padding: 80px 0 100px;
            background:
                radial-gradient(circle at 92% 8%, rgba(141,169,55,0.10), transparent 45%),
                radial-gradient(circle at 5% 95%, rgba(74,101,119,0.08), transparent 40%),
                #fafcf6;
        }

        /* Photo */
        .cura-doctor-photo {
            position: relative;
            max-width: 440px;
            margin: 0 auto;
        }
        .cura-doctor-photo img {
            width: 100%;
            border-radius: 24px;
            display: block;
            box-shadow: 0 25px 50px rgba(74,101,119,0.18);
            border-bottom: 6px solid #8da937;
        }
        .cura-doctor-badge {
            position: absolute;
            bottom: -22px;
            left: 50%;
            transform: translateX(-50%);
            background: #ffffff;
            border-radius: 50px;
            padding: 12px 24px;
            display: flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 12px 30px rgba(0,0,0,0.12);
            white-space: nowrap;
        }
        .cura-doctor-badge i {
            font-size: 28px;
            color: #8da937;
            background: rgba(141,169,55,0.12);
            border-radius: 50%;
            width: 46px;
            height: 46px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        .cura-doctor-badge strong {
            display: block;
            color: #2b3a44;
            font-size: 15px;
            line-height: 1.2;
        }
        .cura-doctor-badge span {
            font-size: 13px;
            color: #8da937;
            font-weight: 600;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        /* Content */
        .cura-eyebrow {
            display: inline-block;
            color: #8da937;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            font-size: 13px;
            margin-bottom: 8px;
            position: relative;
            padding-left: 34px;
        }
        .cura-eyebrow::before {
            content: "";
            position: absolute;
            left: 0;
            top: 50%;
            width: 26px;
            height: 2px;
            background: #8da937;
        }
        .cura-doctor-content h2 {
            color: #2b3a44;
            font-weight: 800;
            margin-bottom: 6px;
        }
        .cura-doctor-quali {
            color: #4a6577;
            font-weight: 600;
            margin-bottom: 14px;
        }

        /* Timings card */
        .cura-timings-card {
            background: #ffffff;
            border-radius: 18px;
            padding: 24px 26px;
            margin: 24px 0;
            box-shadow: 0 10px 30px rgba(74,101,119,0.10);
            border-left: 5px solid #8da937;
        }
        .cura-timings-card h4 {
            font-size: 17px;
            color: #2b3a44;
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 16px;
        }
        .cura-timings-card h4 i {
            color: #8da937;
            font-size: 22px;
        }
        .cura-timing-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 12px;
            padding: 11px 0;
            border-bottom: 1px dashed #e4e9dc;
        }
        .cura-timing-row:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }
        .cura-timing-days {
            color: #4a5560;
            font-weight: 500;
        }
        .cura-timing-days em {
            font-style: normal;
            background: rgba(141,169,55,0.14);
            color: #6f8628;
            font-size: 12px;
            font-weight: 700;
            padding: 3px 10px;
            border-radius: 20px;
            margin-left: 6px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .cura-timing-hours {
            color: #2b3a44;
            font-weight: 700;
            white-space: nowrap;
        }

        /* Buttons */
        .cura-doctor-actions {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 16px;
            margin-top: 8px;
        }
        .cura-call-btn {
            background: #8da937;
            color: #ffffff !important;
            border-radius: 50px;
            padding: 13px 28px;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(141,169,55,0.35);
        }
        .cura-call-btn:hover {
            background: #7a9430;
            transform: translateY(-3px);
            box-shadow: 0 12px 25px rgba(141,169,55,0.45);
        }
        .cura-call-btn i { font-size: 20px; }
        .cura-more-btn {
            color: #4a6577 !important;
            font-weight: 700;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: gap 0.25s ease;
        }
        .cura-more-btn:hover { gap: 12px; }
        .cura-more-btn i { font-size: 20px; }

        @media (max-width: 991px) {
            .cura-doctor-photo { margin-bottom: 45px; }
        }
        @media (max-width: 576px) {
            .cura-doctor-area { padding: 60px 0 70px; }
            .cura-timing-row {
                flex-direction: column;
                align-items: flex-start;
                gap: 2px;
            }
            .cura-doctor-badge { padding: 10px 18px; }
            .cura-doctor-actions { justify-content: center; }
        }
        
        
        
   @media only screen and (max-width: 767px) {
    .home-slides.owl-theme .owl-nav [class*=owl-] {
        top: unset;
        -webkit-transform: unset;
        transform: unset;
        bottom: -30px;
    }
}
        .cura-sticky-callbar {
            display: none;
        }
        @media (max-width: 767px) {
            .cura-sticky-callbar {
                display: flex;
                position: fixed;
                bottom: 0;
                left: 0;
                right: 0;
                z-index: 999;
                box-shadow: 0 -6px 20px rgba(0,0,0,0.15);
            }
            .cura-sticky-callbar a {
                flex: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 8px;
                /*padding: 10px 8px;*/
                text-decoration: none !important;
                color: #ffffff !important;
            }
            .cura-sticky-cardiac { background: #4a6577; }
            .cura-sticky-child { background: #8da937; }
            .cura-sticky-callbar i { font-size: 22px; }
            .cura-sticky-callbar span {
                display: flex;
                flex-direction: column;
                font-weight: 700;
                font-size: 14px;
                line-height: 1.15;
            }
            .cura-sticky-callbar small {
                font-size: 10px;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 0.8px;
                opacity: 0.85;
            }
            /* keep page content from hiding behind the bar */
            body { padding-bottom: 58px; }
        }  
        
        
@media (min-width:1281px) {
   /*.vd-disp-dsktop{*/
   /*     display:block;*/
   /* }*/

.vd-disp-mbl{
        display:none !important;
    }
}   
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
 .vd-disp-dsktop{
        display:none !important;
    }
    
.vd-disp-mbl{
        display:block !important;
    }
}        



/* ===== Shruti slide: desktop vs mobile banner swap ===== */
@media (max-width: 767px) {
    /* swap to the mobile banner (!important needed to beat the inline style) */
    .cura-slide-shruti {
        background-image: url('assets/images/Dr-shruti-mbl-banner3.jpg') !important;
        background-size: cover;
        background-position: center top;
        /* adjust this to match your mobile banner's proportions */
      
    }
    .cura-slide-sanjeevkumar{
        background-image: url('assets/images/Dr-sanjeev-mbl-banner3.jpg') !important;
        background-size: cover;
        background-position: center top;
    }
    /* hide the text/buttons on mobile — the mobile banner carries the message */
    .cura-slide-shruti .main-slides-content {
        display: none;
    }
    /* hide the text/buttons on mobile — the mobile banner carries the message */
    .cura-slide-sanjeevkumar .main-slides-content {
        display: none;
    }
}


  