

:root{
--primary:#0d6efd;
--secondary:#00bcd4;
--dark:#1d3557;
--light:#f8fbff;
}

body{
font-family:'Segoe UI',sans-serif;
overflow-x:hidden;
}

.top-bar{
background:var(--primary);
color:#fff;
padding:8px 0;
font-size:14px;
}

.navbar{
box-shadow:0 2px 15px rgba(0,0,0,.08);
}

.navbar-brand{
font-size:28px;
font-weight:700;
color:var(--primary)!important;
}

.hero{
background:linear-gradient(rgba(13,110,253,.85),rgba(0,188,212,.80)),
url('https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?auto=format&fit=crop&w=1600&q=80');
background-size:cover;
background-position:center;
min-height:90vh;
display:flex;
align-items:center;
color:#fff;
}

.hero h1{
font-size:60px;
font-weight:700;
}

.hero p{
font-size:20px;
margin:20px 0;
}

.btn-custom{
padding:14px 35px;
border-radius:50px;
font-weight:600;
}

.section-title{
font-size:38px;
font-weight:700;
color:var(--dark);
margin-bottom:20px;
}

.service-card{
padding:30px;
border-radius:15px;
background:#fff;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.4s;
height:100%;
}

.service-card:hover{
transform:translateY(-10px);
}

.service-card i{
font-size:45px;
color:var(--primary);
margin-bottom:15px;
}

.counter-section{
background:linear-gradient(90deg,#0d6efd,#00bcd4);
color:#fff;
padding:80px 0;
}

.counter{
font-size:55px;
font-weight:700;
}

.why-box{
padding:25px;
border-radius:15px;
background:#fff;
box-shadow:0 5px 20px rgba(0,0,0,.08);
height:100%;
}

.testimonial{
background:#fff;
padding:35px;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.appointment{
background:#f5f9ff;
}

.footer{
background:#0b1f36;
color:#fff;
padding:60px 0 20px;
}

.whatsapp{
position:fixed;
right:20px;
bottom:20px;
width:60px;
height:60px;
background:#25D366;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
text-decoration:none;
z-index:999;
}

@media(max-width:768px){

.hero h1{
font-size:38px;
}

.hero{
text-align:center;
}

}


.services-section{
    background:#f8fbff;
}

.section-title{
    font-size:42px;
    font-weight:700;
}

.service-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s ease;
}

.service-card:hover{
    transform:translateY(-8px);
}

.service-img{
    width:100%;
    height:auto;
    object-fit:cover;
}

.service-content{
    padding:25px;
}

.service-content h4{
    font-size:22px;
    font-weight:600;
}

.service-content p{
    color:#666;
    min-height:70px;
}

.gallery-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.gallery-card:hover{
    transform:translateY(-8px);
}

.gallery-img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.4s;
}

.gallery-card:hover .gallery-img{
    transform:scale(1.05);
}

.gallery-content{
    padding:20px;
    text-align:center;
}

.gallery-content h5{
    font-weight:600;
    margin-bottom:5px;
}

.counter-section{
    background:linear-gradient(135deg,#0d6efd,#00bcd4);
    position:relative;
    overflow:hidden;
}


.counter-section p{
    color:#e8f5ff;
}

.counter-box{
    background:#ffffff;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    transition:.4s;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.counter-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.icon-box{
    width:90px;
    height:90px;
    margin:0 auto 20px;
    background:#f5f9ff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.icon-box img{
    width:50px;
    height:50px;
    object-fit:contain;
}

.counter{
    font-size:52px;
    font-weight:700;
    color:#0d6efd;
    margin-bottom:10px;
}

.counter-box h5{
    font-size:18px;
    font-weight:600;
    color:#222;
}

@media(max-width:768px){

    .section-title{
        font-size:30px;
    }

    .counter{
        font-size:40px;
    }

}



/* ===========================
   TOP BAR
=========================== */

.top-bar{
    background:linear-gradient(
    90deg,
    #0d6efd,
    #00bcd4);
    color:#fff;
    padding:10px 0;
    font-size:14px;
}

.top-bar .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.top-contact{
    display:flex;
    gap:25px;
}

.top-contact a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.top-contact a:hover{
    opacity:.8;
}

.top-address{
    color:#fff;
}


/* ===========================
   NAVBAR
=========================== */

/* ===========================
   PREMIUM HEADER CSS
=========================== */

.custom-navbar{
    background:#ffffff;
    padding:12px 0;
    box-shadow:0 4px 25px rgba(0,0,0,0.08);
    transition:.3s;
}

.navbar-brand{
    padding:0;
    margin-right:30px;
}

.logo-wrapper{
    display:flex;
    align-items:center;
}

.logo-wrapper img{
    width:150px;
    height:auto;
    display:block;
}

/* MENU */

.navbar-nav{
    align-items:center;
    gap:8px;
}

.nav-link{
    color:#222 !important;
    font-size:17px;
    font-weight:600;
    position:relative;
    padding:12px 15px !important;
    transition:.3s;
}

.nav-link:hover{
    color:#0d6efd !important;
}

.nav-link.active{
    color:#0d6efd !important;
}

.nav-link::after{
    content:'';
    position:absolute;
    left:50%;
    bottom:0;
    width:0;
    height:3px;
    background:#0d6efd;
    transition:.3s;
    transform:translateX(-50%);
}

.nav-link:hover::after,
.nav-link.active::after{
    width:70%;
}

/* APPOINTMENT BUTTON */

.appointment-btn{
    background:linear-gradient(90deg,#0d6efd,#00bcd4);
    color:#fff;
    text-decoration:none;
    padding:14px 28px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    margin-left:20px;
    transition:.3s;
    white-space:nowrap;
}

.appointment-btn:hover{
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(13,110,253,.25);
}

/* MOBILE */

.navbar-toggler{
    border:none;
}

.navbar-toggler:focus{
    box-shadow:none;
}

@media(max-width:991px){

    .logo-wrapper img{
        width:120px;
    }

    .navbar-collapse{
        padding-top:20px;
    }

    .navbar-nav{
        align-items:flex-start;
    }

    .appointment-btn{
        display:inline-block;
        margin-top:15px;
        margin-left:0;
    }

}



.hero-slider{
    position:relative;
}

.slider-img{
    height:90vh;
    /*object-fit:cover;*/
}

.slider-overlay{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.75),
        rgba(13,110,253,.45)
    );
}

.carousel-caption{
    top:50%;
    transform:translateY(-50%);
    bottom:auto;
    z-index:2;
}

.hero-tag{
    display:inline-block;
    background:#00bcd4;
    color:#fff;
    padding:10px 25px;
    border-radius:30px;
    margin-bottom:20px;
    font-weight:600;
}

.carousel-caption h1{
    font-size:65px;
    font-weight:700;
    color:#fff;
    margin-bottom:20px;
}

.carousel-caption p{
    font-size:20px;
    color:#fff;
    margin-bottom:30px;
    max-width:650px;
}

.hero-btn{
    background:#0d6efd;
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    font-weight:600;
    margin-right:15px;
}

.hero-btn:hover{
    background:#0056d6;
    color:#fff;
}

.hero-btn-outline{
    border:2px solid #fff;
    color:#fff;
    padding:14px 35px;
    border-radius:50px;
    font-weight:600;
}

.hero-btn-outline:hover{
    background:#fff;
    color:#0d6efd;
}

.carousel-control-prev,
.carousel-control-next{
    width:60px;
}

@media(max-width:768px){

    .slider-img{
        height:40vh;
    }

    .carousel-caption h1{
        font-size:35px;
    }

    .carousel-caption p{
        font-size:16px;
    }

}


.services-page{
    background:#f8fbff;
}

.service-box{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.service-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(13,110,253,.18);
}

.service-box img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.service-content{
    padding:25px;
}

.service-content h4{
    font-weight:700;
    margin-bottom:15px;
    color:#0d6efd;
}

.service-content p{
    color:#666;
    min-height:70px;
}

.service-content ul{
    list-style:none;
    padding:0;
}

.service-content ul li{
    margin-bottom:8px;
    color:#555;
}

.service-content ul li i{
    color:#0d6efd;
    margin-right:8px;
}

.service-btn{
    display:inline-block;
    margin-top:15px;
    background:#0d6efd;
    color:#fff;
    padding:10px 22px;
    border-radius:40px;
    text-decoration:none;
    transition:.3s;
}

.service-btn:hover{
    background:#00bcd4;
    color:#fff;
}


.treatment-box{
    background:#fff;
    border-radius:12px;
    padding:40px 20px;
    text-align:center;
    border:1px solid #e9ecef;
    transition:.3s;
    min-height:170px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.treatment-box:hover{
    background:#0d6efd;
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(13,110,253,.25);
}

.treatment-box h5{
    margin:0;
    font-size:22px;
    font-weight:700;
    color:#222;
    transition:.3s;
}

.treatment-box:hover h5{
    color:#fff;
}

.treatmentSlider{
    padding-bottom:50px;
}

.swiper-pagination-bullet{
    width:10px;
    height:10px;
}

.swiper-pagination-bullet-active{
    background:#0d6efd;
}



.treatment-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.treatment-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(13,110,253,.18);
}

.treatment-img{
    width:100%;
    height:230px;
    object-fit:cover;
}

.treatment-title{
    color:#0d6efd;
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
}

.treatment-text{
    color:#555;
    line-height:1.8;
    margin-bottom:20px;
}

.treatment-list{
    list-style:none;
    padding:0;
    margin:0;
}

.treatment-list li{
    margin-bottom:10px;
    position:relative;
    padding-left:28px;
    color:#444;
}

.treatment-list li::before{
    content:"✔";
    position:absolute;
    left:0;
    color:#0d6efd;
    font-weight:bold;
}

.call-btn{
    width:48px;
    height:48px;
    border:2px solid #0d6efd;
    color:#0d6efd;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    transition:.3s;
}

.call-btn:hover{
    background:#0d6efd;
    color:#fff;
}


/* Popup Overlay */
.sdc-popup-overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 999999;

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

/* Show Popup */
.sdc-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup Box */
.sdc-popup-box {
    width: 92%;
    max-width: 560px;
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;

    position: relative;

    box-shadow: 0 20px 70px rgba(0,0,0,0.25);

    transform: translateY(30px) scale(0.97);
    transition: all 0.35s ease;
}

.sdc-popup-overlay.active .sdc-popup-box {
    transform: translateY(0) scale(1);
}

/* Close Button */
.sdc-popup-close {
    position: absolute;
    top: 12px;
    right: 15px;

    width: 34px;
    height: 34px;

    border: none;
    border-radius: 50%;

    background: #f1f5f9;
    color: #334155;

    font-size: 24px;
    line-height: 34px;

    cursor: pointer;

    transition: 0.2s;
}

.sdc-popup-close:hover {
    background: #e2e8f0;
    transform: rotate(90deg);
}

/* Header */
.sdc-popup-header {
    text-align: center;
    margin-bottom: 22px;
}

.sdc-popup-header h2 {
    margin: 0 0 7px;
    color: #1e293b;
    font-size: 27px;
    font-weight: 700;
}

.sdc-popup-header p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
}

/* Form Grid */
.sdc-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

/* Input / Select */
.sdc-form-group input,
.sdc-form-group select,
.sdc-form-group textarea {
    width: 100%;
    box-sizing: border-box;

    border: 1px solid #d7dee8;
    border-radius: 7px;

    padding: 11px 12px;

    font-family: inherit;
    font-size: 14px;

    color: #334155;
    background: #fff;

    outline: none;

    transition: 0.2s;
}

.sdc-form-group input,
.sdc-form-group select {
    height: 45px;
}

.sdc-form-group textarea {
    height: 92px;
    resize: vertical;
}

.sdc-form-group input:focus,
.sdc-form-group select:focus,
.sdc-form-group textarea:focus {
    border-color: #1683ff;
    box-shadow: 0 0 0 3px rgba(22,131,255,0.12);
}

/* Full Width */
.sdc-full {
    margin-bottom: 14px;
}

/* Button */
.sdc-submit-btn {
    width: 100%;
    height: 48px;

    border: none;
    border-radius: 7px;

    background: #087ff5;
    color: #fff;

    font-size: 15px;
    font-weight: 500;

    cursor: pointer;

    transition: all 0.25s ease;
}

.sdc-submit-btn:hover {
    background: #0568cf;
    transform: translateY(-1px);
}

.sdc-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Small Clinic Info */
.sdc-popup-info {
    text-align: center;
    margin-top: 15px;

    font-size: 12px;
    color: #64748b;
}

/* Mobile */
@media (max-width: 600px) {

    .sdc-popup-box {
        width: calc(100% - 25px);
        padding: 25px 18px;
        border-radius: 15px;
        max-height: 92vh;
        overflow-y: auto;
    }

    .sdc-popup-header h2 {
        font-size: 23px;
    }

    .sdc-form-row {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 12px;
    }

    .sdc-form-group input,
    .sdc-form-group select {
        height: 44px;
    }
}