:root{
    --primary:#0059a9;
    --secondary:#fb7a01;
    --dark:#041F3E;
    --light:#e5f0f9;
}

body{
    font-family:'Plus Jakarta Sans',sans-serif;
    background:#f7f7f7;
}

/* NAVBAR */

.custom-navbar{
    background:#fff;
    border-radius:0 0 28px 28px;
    /* padding:18px 30px; */
}

.logo{
    font-size:28px;
    font-weight:800;
}

.nav-link{
    color:#0f172a !important;
    font-weight:600;
}

.phone-btn{
    background:var(--light);
    color:var(--primary);
    text-decoration:none;
    padding:14px 24px;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
}

.appointment-btn{
    background:var(--secondary);
    color:#fff;
    text-decoration:none;
    padding:14px 28px;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
}

/* HERO */

.hero{
    background:var(--dark);
    padding:100px 0;
}

.hero h1{
    color:#fff;
    font-size:48px;
    font-weight:800;
    line-height:1.5;
}

.hero h1 span{
    color:var(--secondary);
}

.hero p{
    color:#fff;
    opacity:.9;
    font-size:16px;
    line-height:1.8;
    margin:25px 0;
}

.hero-btn{
    display:inline-block;
    background:var(--primary);
    color:#fff;
    text-decoration:none;
    padding:16px 30px;
    border-radius:50px;
    font-weight:600;
}

.hero-features{
    margin-top:35px;
    display:flex;
    gap:25px;
    flex-wrap:wrap;
    color:#fff;
    font-size:15px;
}

.hero-image img{
    width:100%;
    border-radius:30px;
}
.hero-image{
    position: relative;
}

.hero-image img{
    width: 100%;
    border-radius: 30px;
    display: block;
}

.review-card{
    position: absolute;
    bottom: 20px;
    right: 55%;

    background: #fff;
    padding: 18px 20px;
    border-radius: 20px;

    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    z-index: 10;
}

.review-card{
    background:#fff;
    width:220px;
    padding:20px;
    border-radius:24px;
    
}

.stars{
    color:var(--primary);
    margin-bottom:10px;
}

/* EXPERTISE */

.expertise{
    padding:90px 0;
    background:#fff;
}

.expertise-img{
    border-radius:30px;
}

.section-tag{
    display:inline-block;
    border:1px solid var(--primary);
    padding:10px 18px;
    border-radius:50px;
    color:var(--primary);
    font-size:14px;
    font-weight: 700;
}

.expertise h2{
    margin-top:20px;
    font-size:42px;
    font-weight:800;
    line-height:1.15;
}

.expertise p{
    margin-top:20px;
    font-size:16px;
    line-height:1.9;
    color:#475569;
}

.blue-btn{
    display:inline-block;
    margin-top:30px;
    background:var(--primary);
    color:#fff;
    text-decoration:none;
    padding:16px 28px;
    border-radius:50px;
    font-weight:600;
}

/* SERVICES */

.services-wrapper{
    padding:80px 0;
}

.services-box{
    background:var(--light);
    border-radius:40px;
    padding:60px;
}

.service-title{
    margin-top:20px;
    font-size:42px;
    line-height:1.15;
    font-weight:800;
}

.service-title span{
    color:var(--secondary);
}

.service-desc{
    font-size:16px;
    line-height:1.8;
    color:#475569;
}

.service-card{
    background:#fff;
    border-radius:28px;
    padding:30px;
    height:100%;
}

.icon-box{
    width:72px;
    height:72px;
    border-radius:20px;
    background:#EEF3FC;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:20px;
}

.service-card h4{
    font-size:20px;
    font-weight:700;
    margin-bottom:15px;
}

.service-card p{
    color:#64748b;
    line-height:1.8;
    font-size:15px;
}

.service-card a{
    text-decoration:none;
    color:#0f172a;
    font-weight:600;
}

/* RESPONSIVE */

@media(max-width:991px){

    .hero{
        text-align:center;
    }

    .hero-features{
        justify-content:center;
    }

    .review-card{
        margin:20px auto 0;
    }

    .expertise{
        text-align:center;
    }

    .expertise h2,
    .service-title{
        font-size:36px;
    }

    .services-box{
        padding:40px 25px;
    }
}

@media(max-width:576px){

    .hero h1{
        font-size:34px;
    }
.review-card {
    position: absolute;
    bottom: 50%;
    left: 5%;
}
    .expertise h2,
    .service-title{
        font-size:28px;
    }
    .navbar-brand img{
    height: 50px !important;      /* Adjust as needed */
    width: auto;
    display: block;
}

.custom-navbar {
    min-height: auto !important;
}

    .phone-btn,
    .appointment-btn{
        display:block;
        margin-top:10px;
        text-align:center;
    }
}
/* ==========================
WHY CHOOSE US
========================== */

.why-choose-section{
    padding:100px 0;
    background:#fff;
}

.why-image img{
    width:100%;
    border-radius:32px;
    display:block;
}

.why-title{
    margin-top:20px;
    font-size:42px;
    line-height:1.1;
    font-weight:800;
    color:#071C35;
}

.why-title span{
    color:var(--secondary);
}

.why-desc{
    margin-top:25px;
    margin-bottom:40px;
    font-size:16px;
    line-height:1.9;
    color:#475569;
    max-width:500px;
}

.why-feature{
    display:flex;
    align-items:center;
    gap:24px;
    margin-bottom:24px;
}

.why-icon{
    width:78px;
    height:78px;
    flex-shrink:0;

    background:#EEF3FC;
    border-radius:24px;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:30px;
}

.why-feature h4{
    font-size:24px;
    font-weight:700;
    color:#071C35;
    margin-bottom:8px;
}

.why-feature p{
    font-size:16px;
    color:#475569;
    margin:0;
}

/* Tablet */

@media(max-width:991px){

    .why-choose-section{
        text-align:center;
    }

    .why-title{
        font-size:38px;
    }

    .why-desc{
        margin-left:auto;
        margin-right:auto;
    }

    .why-feature{
        justify-content:center;
        text-align:left;
    }
}

/* Mobile */

@media(max-width:576px){

    .why-choose-section{
        padding:70px 0;
    }

    .why-title{
        font-size:30px;
    }

    .why-feature{
        gap:15px;
        align-items:flex-start;
    }

    .why-icon{
        width:65px;
        height:65px;
        font-size:24px;
    }

    .why-feature h4{
        font-size:18px;
    }

    .why-feature p{
        font-size:14px;
    }
}

/* ==========================
PROCESS SECTION
========================== */

.process-wrapper{
    padding:80px 0;
}

.process-section{
    background:#041f3e;
    border-radius:40px;
    padding:60px;
    position:relative;
    overflow:hidden;
}

/* Top Circle Decoration */

.process-section::before{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    border:35px solid rgba(255,255,255,.08);
    border-radius:50%;
    top:-120px;
    right:-120px;
}

/* Bottom Circle Decoration */

.process-section::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    border:40px solid rgba(255,255,255,.06);
    border-radius:50%;
    bottom:-180px;
    left:-180px;
}

.dark-tag{
    border:1px solid rgba(255,255,255,.15);
    color:#2563eb;
    background:transparent;
}

.process-header{
    margin-bottom:60px;
    position:relative;
    z-index:2;
}

.process-title{
    color:#fff;
    font-size:42px;
    font-weight:800;
    line-height:1.15;
    margin-top:20px;
}

.process-title span{
    color:#2563eb;
}

.process-desc{
    color:#fff;
    opacity:.9;
    font-size:16px;
    line-height:2;
}

.appointment-btn-process{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:180px;
    height:60px;

    background:#2563eb;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
}

.steps-wrapper{
    background:rgba(255,255,255,.08);
    border-radius:30px;
    overflow:hidden;
    position:relative;
    z-index:2;
}

.step-card{
    padding:50px;
    height:100%;
    border-right:1px solid rgba(255,255,255,.08);
}

.step-number{
    width:52px;
    height:52px;

    background:#2563eb;
    color:#fff;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-weight:700;
    margin-bottom:25px;
}

.step-card h4{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:18px;
}

.step-card p{
    color:rgba(255,255,255,.85);
    line-height:1.9;
    font-size:15px;
    margin:0;
}

/* Tablet */

@media(max-width:991px){

    .process-section{
        padding:40px 25px;
    }

    .process-title{
        font-size:38px;
    }

    .process-header{
        text-align:center;
    }

    .appointment-btn-process{
        margin-top:20px;
    }

    .step-card{
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,.08);
    }

    .step-card:last-child{
        border-bottom:none;
    }

}

/* Mobile */

@media(max-width:576px){

    .process-section{
        padding:30px 20px;
        border-radius:25px;
    }

    .process-title{
        font-size:30px;
    }

    .step-card{
        padding:30px;
    }

    .step-card h4{
        font-size:20px;
    }

    .step-card p{
        font-size:14px;
    }

    .appointment-btn-process{
        width:100%;
    }

}

/* ======================
TESTIMONIALS
====================== */

.testimonial-section{
    padding:100px 0;
    background:#fff;
}

.testimonial-image img{
    width:100%;
    border-radius:32px;
    display:block;
}

.testimonial-title{
    margin-top:20px;
    margin-bottom:35px;
    font-size:42px;
    font-weight:800;
    line-height:1.15;
    color:#071C35;
}

.testimonial-title span{
    color:var(--secondary);
}

.testimonial-content{
    min-height:250px;
}

.stars{
    color:var(--secondary);
    font-size:24px;
    margin-bottom:20px;
}

.testimonial-content p{
    font-size:18px;
    line-height:1.9;
    color:#475569;
    margin-bottom:30px;
}

.client-info{
    display:flex;
    align-items:center;
    gap:15px;
}

.client-info img{
    width:65px;
    height:65px;
    border-radius:50%;
    object-fit:cover;
}

.client-info h5{
    margin:0;
    font-size:18px;
    font-weight:700;
    color:#071C35;
}

.client-info span{
    color:#64748B;
    font-size:14px;
}

.testimonial-nav{
    display:flex;
    gap:15px;
    margin-top:30px;
}

.testimonial-nav button{
    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    background:#165DFF;
    color:#fff;
    font-size:20px;
    cursor:pointer;
}

/* Tablet */

@media(max-width:991px){

    .testimonial-section{
        text-align:center;
    }

    .testimonial-title{
        font-size:38px;
    }

    .client-info{
        justify-content:center;
    }

    .testimonial-nav{
        justify-content:center;
    }
}

/* Mobile */

@media(max-width:576px){

    .testimonial-title{
        font-size:30px;
    }

    .testimonial-content p{
        font-size:15px;
    }

    .testimonial-nav button{
        width:45px;
        height:45px;
    }
}

/* ==========================
CTA SECTION
========================== */

.cta-section{
    padding:80px 0;
}

.cta-box{
    background:#031f3d;
    border-radius:40px;
    padding:100px 60px;
    text-align:center;
    position:relative;
    overflow:hidden;
}

/* Top Right Circle */

.cta-box::before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;

    width:260px;
    height:260px;

    border:40px solid rgba(255,255,255,.08);
    border-radius:50%;
}

/* Bottom Left Circle */

.cta-box::after{
    content:"";
    position:absolute;
    left:-160px;
    bottom:-160px;

    width:420px;
    height:420px;

    border:70px solid rgba(255,255,255,.08);
    border-radius:50%;
}

.cta-box > *{
    position:relative;
    z-index:2;
}

.cta-title{
    color:#fff;
    font-size:42px;
    font-weight:800;
    line-height:1.15;
    margin:25px auto;
    max-width:900px;
}

.cta-title span{
    color:#165DFF;
}
.why-icon img{
    width: 50%;
}
.icon-box img{
    width: 50%;
}

.cta-text{
    color:rgba(255,255,255,.9);
    font-size:18px;
    line-height:1.8;
    max-width:700px;
    margin:0 auto 40px;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.cta-btn-primary{
    background:#165DFF;
    color:#fff;
    text-decoration:none;

    padding:18px 40px;
    border-radius:50px;

    font-size:18px;
    font-weight:600;
}

.cta-btn-secondary{
    background:#fff;
    color:#071C35;
    text-decoration:none;

    padding:18px 40px;
    border-radius:50px;

    font-size:18px;
    font-weight:600;
}

/* Tablet */

@media(max-width:991px){

    .cta-box{
        padding:80px 40px;
    }

    .cta-title{
        font-size:42px;
    }

    .cta-text{
        font-size:16px;
    }
}

/* Mobile */

@media(max-width:576px){

    .cta-box{
        padding:60px 25px;
        border-radius:25px;
    }

    .cta-title{
        font-size:30px;
    }

    .cta-text{
        font-size:15px;
    }

    .cta-btn-primary,
    .cta-btn-secondary{
        width:100%;
        text-align:center;
        font-size:16px;
        padding:15px 25px;
    }
}

/* ==========================
FOOTER
========================== */

.footer-section{
    padding:90px 0 30px;
    background:#fff;
}

.footer-logo h3{
    font-size:42px;
    font-weight:700;
    color:#071C35;
    margin-bottom:25px;
}

.logo-icon{
    color:#165DFF;
    font-size:28px;
    margin-right:6px;
}

.footer-text{
    color:#475569;
    line-height:2;
    font-size:16px;
    max-width:280px;
}

.footer-title{
    font-size:24px;
    font-weight:700;
    color:#071C35;
    margin-bottom:25px;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:14px;
}

.footer-links a{
    text-decoration:none;
    color:#071C35;
    font-size:18px;
    transition:.3s;
}

.footer-links a:hover{
    color:#165DFF;
}

.business-hours{
    width:100%;
}

.hour-row{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:14px 0;

    border-bottom:1px solid #e5e7eb;
}

.hour-row:last-child{
    border-bottom:none;
}

.hour-row span{
    color:#071C35;
    font-size:16px;
}

.footer-bottom{
    margin-top:70px;
    padding-top:30px;
    border-top:1px solid #e5e7eb;

    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.copyright{
    color:#475569;
    font-size:16px;
}

.footer-bottom-links{
    display:flex;
    gap:30px;
}

.footer-bottom-links a{
    text-decoration:none;
    color:#071C35;
    font-size:16px;
    font-weight:500;
}

.footer-bottom-links a:hover{
    color:#165DFF;
}

/* Tablet */

@media(max-width:991px){

    .footer-section{
        padding:70px 0 25px;
    }

    .footer-logo h3{
        font-size:34px;
    }

    .footer-title{
        font-size:20px;
    }

}

/* Mobile */

@media(max-width:576px){

    .footer-section{
        text-align:center;
    }

    .footer-text{
        margin:auto;
    }

    .hour-row{
        flex-direction:column;
        gap:8px;
    }

    .footer-bottom{
        flex-direction:column;
        text-align:center;
    }

    .footer-bottom-links{
        justify-content:center;
        flex-wrap:wrap;
        gap:15px;
    }

    .footer-links a,
    .hour-row span{
        font-size:16px;
    }
}

html{
    scroll-behavior:smooth;
}

header.sticky-top{
    z-index:9999;
}

#home,
#about,
#services,
#why-us,
#process,
#testimonials,
#contact{
    scroll-margin-top:120px;
}

.nav-link.active{
    color:#165DFF !important;
    font-weight:700;
}

.brands-location-section{
    padding:80px 0;
    background:#fff;
}

.brand-list,
.location-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.brand-list span,
.location-list span{
    background:#EEF3FC;
    color:#071C35;
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.brand-list span:hover,
.location-list span:hover{
    background:#165DFF;
    color:#fff;
}

@media(max-width:576px){

    .brand-list span,
    .location-list span{
        font-size:13px;
        padding:8px 14px;
    }
    .brand-logo{
    max-height: 30% !important;
    }
    .brand-list{
    gap: 10px !important;
    }
}
.brand-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: center;
    justify-items: center;
}

.brand-logo{
    max-width: 140px;
    height: 60px;
    object-fit: contain;
}
.brand-logo{
    max-height: 60%;
    width: auto;
    object-fit: contain;
    transition: 0.3s;
}

.brand-logo:hover{
    transform: scale(1.08);
}
.navbar-brand img{
    height: 80px;      /* Adjust as needed */
    width: auto;
    display: block;
}

.custom-navbar{
    min-height: 80px;  /* Optional */
}