*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f8fafc;
    color:#222;
}

.top-bar{
    background:#0A2342;
    color:#fff;
    padding:10px 0;
    font-size:14px;
}

.top-bar .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.navbar{
    background:#fff !important;
	backdrop-filter: blur(10px);
    padding:22px 0;

    position:sticky;
    top:0;
    z-index:9999;

    box-shadow:0 8px 30px rgba(10,35,66,.08);
}
.navbar .container,
.navbar .container-fluid{
    max-width:1600px;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* ===== Brand Logo ===== */

.brand-logo{
    text-decoration:none;
    text-align:center;
}

.brand-logo h2{
    margin:0;
    font-family:'Montserrat', sans-serif;
    font-size:56px;
    font-weight:900;
    letter-spacing:1px;
    line-height:1;
    text-transform:uppercase;
}

.brand-logo .the{
    color:#0A2342;
}

.brand-logo .client{
    color:#CFA32B;
}

.brand-logo .care{
    color:#0A2342;
}

.brand-tagline{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin-top:10px;
    font-family:'Poppins', sans-serif;
    font-size:13px;
    font-weight:500;
    letter-spacing:7px;
    color:#555;
    text-transform:uppercase;
}

.brand-tagline span{
    flex:1;
    max-width:70px;
    height:2px;
    background:#D4AF37;
}

.navbar-brand h2{
    color:#0A2342;
    font-weight:700;
    margin:0;
}

.navbar-brand span{
    color:inherit;
    font-size:inherit;
}

.nav-link{
    transition:color .3s ease;
}

.nav-link:hover{
    color:#D4AF37 !important;
}

.callback-btn{
    width:100%;
    animation:floatButton 3s ease-in-out infinite;
    box-shadow:0 10px 25px rgba(212,175,55,.35);
    transition:all .3s ease;
}

.callback-btn:hover{
    animation:none;
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(212,175,55,.45);
}

.btn-warning:hover{
    background:#C79A1B;
    transform:translateY(-2px);
    box-shadow:0 12px 25px rgba(212,175,55,.35);
}

.hero{
    padding:100px 0;
    background:
    linear-gradient(rgba(255,255,255,0.88),rgba(255,255,255,0.88)),
    url('https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1600&q=80');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.hero h1{
    font-size:60px;
    line-height:1.1;
    letter-spacing:-1px;
}

.hero p{
    margin:25px 0;
    font-size:18px;
    color:#555;
}
/* Hero Request Callback Button */

@keyframes floatButton{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-4px);
    }
}

.callback-btn{
    width:100%;
    background:#D4AF37;
    color:#fff;
    border:none;
    padding:16px;
    border-radius:14px;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    transition:all .3s ease;
    box-shadow:0 10px 25px rgba(212,175,55,.35);
}

.callback-btn:hover{
    background:#C79A1B;
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(212,175,55,.45);
}

.hero .btn-warning:hover{
    animation:none;
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(212,175,55,.45);
}

.btn-primary{
    background:#0A2342;
    border:none;
    padding:12px 28px;
    border-radius:8px;
}

.btn-outline-dark{
    margin-left:12px;
    padding:12px 28px;
    border-radius:8px;
}

.callback-box{
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 15px 45px rgba(0,0,0,.12);
}

.callback-box h3{
    margin-bottom:20px;
    color:#0A2342;
}

.callback-box input,
.callback-box select,
.callback-box textarea{
    width:100%;
    padding:12px;
    margin-bottom:15px;
    border:1px solid #ddd;
    border-radius:8px;
}

.callback-box button{
    width:100%;
    background:#D4AF37;
    color:#fff;
    border:none;
    padding:14px;
    border-radius:8px;
    font-weight:600;
}

/* SERVICES */

/* ===========================
   PREMIUM SERVICES SECTION
=========================== */

.services-premium{
    padding:90px 0;
    background:#f8fafc;
}

.section-tag{
    display:inline-block;
    color:#D4AF37;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    font-size:14px;
    margin-bottom:10px;
}

.section-title{
    font-size:46px;
    font-weight:800;
    color:#0A2342;
    margin-bottom:15px;
}

.section-subtitle{
    color:#6b7280;
    font-size:17px;
    max-width:700px;
    margin:auto;
    margin-bottom:60px;
}

.service-card{

    background:#ffffff;

    border-radius:24px;

    padding:35px 30px;

    text-align:center;

    position:relative;

    height:100%;

    overflow:hidden;

    transition:.4s ease;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    border:1px solid #edf1f5;

}

.service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 50px rgba(10,35,66,.18);
}

}

.icon-box{

    width:80px;

    height:80px;

    margin:auto;

    margin-bottom:20px;

    display:flex;

    justify-content:center;

    align-items:center;

}

.icon-box img{
    width:50%;
    height:50%;
    object-fit:contain;
    transition:.4s;
}

.service-card:hover .icon-box img{
    transform:scale(1.08);
    transition:.4s;
}

.service-card h4{

    color:#0A2342;

    font-size:30px;

    font-weight:700;

    margin-bottom:15px;

}

.service-card p{

    color:#666;

    line-height:1.8;

    font-size:15px;

    margin-bottom:55px;

}

.arrow-btn{

    position:absolute;

    right:28px;

    bottom:28px;

    width:52px;

    height:52px;

    border-radius:50%;

    background:#D4AF37;

    color:#0A2342;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    transition:.35s;

    font-size:18px;

}

.arrow-btn:hover{

    background:#0A2342;

    color:#fff;

    transform:rotate(-45deg);

}

.service-card:before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:5px;

    background:#D4AF37;

    transform:scaleX(0);

    transition:.4s;

}

.service-card:hover::before{

    transform:scaleX(1);

}

/* Mobile */

@media(max-width:991px){

.section-title{

font-size:36px;

}

.service-card{

padding:28px;

}

}

@media(max-width:576px){

.services-premium{

padding:60px 0;

}

.section-title{

font-size:30px;

}

.icon-box{

width:100px;

height:100px;

}

.icon-box img{

width:90px;

}

.service-card h4{

font-size:21px;

}

}

.whatsapp-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:25px;
    right:25px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    text-decoration:none;
    box-shadow:0 8px 25px rgba(0,0,0,.25);
    z-index:9999;
    transition:0.3s;
}

.whatsapp-float:hover{
    transform:scale(1.1);
    color:#fff;
}
/* ===== AI Assistant ===== */

.ai-chat-btn{
    position:fixed;
    bottom:115px;
    right:25px;
    width:65px;
    height:65px;
    background:#0A2342;
    color:#D4AF37;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    cursor:pointer;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
    transition:all .3s ease;
    z-index:9999;
}

.ai-chat-btn:hover{
    transform:scale(1.08);
    background:#D4AF37;
    color:#0A2342;
}
/* ===== AI Chat Popup ===== */

.ai-chat-box{
    position:fixed;
    bottom:145px;
    right:25px;
    width:250px;
    background:#fff;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.18);
    overflow:hidden;
    display:none;
    z-index:9999;
    animation:fadeIn .3s ease;
}

.ai-header{
    background:red !important;
    color:#fff;
    padding:12px 16px;
    font-weight:600;
    display:flex;
    justify-content:space-between;
    align-items:center;
    min-height:50px;
}

.ai-header span{
    cursor:pointer;
    font-size:18px;
    font-weight:500;
    color:#fff;
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    transition:all .3s ease;
}

.ai-header span:hover{
    background:rgba(255,255,255,0.15);
    color:#D4AF37;
}

.ai-body{
    padding:14px;
}

.ai-body p{
    margin-bottom:8px;
    color:#444;
    line-height:1.5;
}

.ai-body button{
    width:100%;
    border:none;
    background:#D4AF37;
    color:#fff;
    padding:9px 12px;
    margin-top:7px;
    border-radius:15px;
    font-size:10px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.ai-body button:hover{
    background:#C79A1B;
}

@keyframes fadeIn{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
/* =========================
   Mobile Optimization
========================= */

@media (max-width: 768px){

    .brand-logo h2{
        font-size:38px !important;
    }

    .brand-tagline{
        font-size:10px;
        letter-spacing:2px;
    }

    .hero{
        padding:45px 0;
    }

    .hero h1{
    font-size:36px;
    line-height:1.2;
    text-align:center;
}

    .hero p{
    text-align:center;
    font-size:16px;
    line-height:1.7;
}

    .hero .btn{
        width:100%;
        margin-bottom:12px;
    }

    .hero-form{
        margin-top:30px;
    }

    .hero-form button{
        width:100%;
    }

    .service-card{
        margin-bottom:20px;
    }

    .callback-btn{
        width:100%;
    }

    .ai-chat-box{
        width:90%;
        right:5%;
        bottom:90px;
    }

    .whatsapp-float,
    .ai-chat-btn{
        transform:scale(.9);
    }

}
footer .row{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-col{
    flex: 1;
    min-width: 250px;
}

.footer-col h3{
    margin-bottom: 20px;
}
.footer-col h3{
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
}

.footer-col:first-child p{
    margin-top:2px;
    margin-bottom:0;
    color:rgba(255,255,255,.85);
    font-size:16px;
}

.footer-col p{
    margin-bottom:18px;
    line-height:1.8;
}

footer hr{
    margin:35px 0 20px;
    border-color:rgba(255,255,255,.15);
}

.footer-col a{
    transition:all .3s ease;
}

.footer-col a:hover{
    color:#D4AF37;
    padding-left:5px;
}

.footer-col ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li{
    margin-bottom: 10px;
}

.footer-col a{
    transition:0.3s;
}

.footer-col a:hover{
    color:#D4AF37;
    padding-left:5px;
}

.footer-col p{
    margin-bottom: 12px;
}

.footer-col i{
    color: #D4AF37;
    margin-right: 8px;
    width: 18px;
}

@media (max-width:768px){
    footer .row{
        flex-direction: column;
        gap: 30px;
    }
}
.footer-row{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:40px;
}

.footer-row .footer-col{
    flex:1;
}

.footer-row .footer-col:nth-child(2){
    text-align:center;
}

.footer-row .footer-col:nth-child(3){
    text-align:left;
}

.footer-row ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-row ul li{
    margin-bottom:10px;
}

.footer-row a{
    color:#fff;
    text-decoration:none;
}

.footer-row a:hover{
    color:#D4AF37;
}

.footer-row p{
    margin-bottom:12px;
}

.footer-row i{
    color:#D4AF37;
    margin-right:8px;
}

@media(max-width:768px){
    .footer-row{
        flex-direction:column;
    }

    .footer-row .footer-col{
        width:100%;
        text-align:left !important;
    }
}
.footer-logo{
    font-family:'Cormorant Garamond', serif;
    font-size:40px;
    font-weight:700;
    line-height:1;
    margin-bottom:10px;   /* was 20px */
    letter-spacing:1px;
}

.footer-logo .the{
    color:#ffffff;
}

.footer-logo .client{
    color: #D4AF37;
}

.footer-logo .care{
    color:#ffffff;
}
.footer-social{
    margin-top:20px;
    display:flex;
    gap:18px;
}

.footer-social a{
    color:#D4AF37;
    font-size:22px;
    transition:.3s;
}

.footer-social a:hover{
    color:#ffffff;
    transform:translateY(-3px);
}
.section-title .the{
    color:#0A2342;
}

.section-title .client{
    color: #D4AF37;
}

.section-title .care{
    color:#0A2342;
}
/* ===========================
   MOBILE OPTIMIZATION
=========================== */

@media (max-width: 991px){

    .navbar .container-fluid{
        padding: 0 15px !important;
    }

    .hero{
        padding:60px 0;
    }

    .hero h1{
        font-size:36px;
        text-align:center;
    }

    .hero p{
        text-align:center;
        font-size:16px;
    }

    .hero .btn{
        width:100%;
        margin-bottom:15px;
    }

    .callback-box{
        margin-top:35px;
    }

    .section-title{
        font-size:34px;
    }

    .section-subtitle{
        font-size:16px;
    }

    .service-card{
        min-height:auto;
        padding:35px 25px;
    }

    .icon-box img{
        width:120px;
    }

    .service-card h4{
        font-size:28px;
    }

    .service-card p{
        font-size:16px;
    }

    .footer-row{
        display:block;
        text-align:center;
    }

    .footer-col{
        margin-bottom:35px;
    }

}

/* Phones */

@media (max-width:576px){

    .brand-logo h2{
        font-size:34px;
    }

    .brand-tagline{
        font-size:10px;
        letter-spacing:3px;
    }

    .hero{
        padding:45px 0;
    }

    .hero h1{
        font-size:30px;
        line-height:1.3;
    }

    .hero p{
        font-size:15px;
    }

    .section-title{
        font-size:28px;
    }

    .service-card{
        border-radius:20px;
    }

    .icon-box img{
        width:105px;
    }

    .service-card h4{
        font-size:24px;
    }

    .service-card p{
        font-size:15px;
    }

    .arrow-btn{
        width:55px;
        height:55px;
    }

    .callback-box{
        padding:25px;
    }

    .footer-logo{
        font-size:34px;
    }

}

/* ===================================================
   FINAL RESPONSIVE OVERRIDES
   Place at end of file
=================================================== */

@media (max-width:991px){

  .navbar .container-fluid{padding:0 15px!important;}

  .brand-logo h2{font-size:42px;}
  .brand-tagline{font-size:11px;letter-spacing:3px;}

  .hero{padding:60px 0;}
  .hero h1{font-size:38px;text-align:center;line-height:1.2;}
  .hero p{text-align:center;font-size:16px;}
  .hero .btn{
    width:100%;
    margin-bottom:12px;
    margin-left:0;
  }

  .callback-box{margin-top:30px;}

  .service-card{
    padding:30px 22px;
    min-height:auto;
  }

  .icon-box{
    width:90px;
    height:90px;
    margin:auto auto 20px;
  }

  @media (max-width:576px){

    .icon-box{
        width:130px;
        height:130px;
        margin:auto;
        margin-bottom:15px;
    }

    .icon-box img{
        width:130px;
        height:130px;
        object-fit:contain;
    }

    .service-card h4{
        font-size:24px;
    }

    .service-card p{
        font-size:15px;
        line-height:1.6;
    }
}

  .footer-row{
    flex-direction:column;
    text-align:center;
  }

  .footer-col{
    width:100%;
    margin-bottom:25px;
    text-align:center!important;
  }
}

@media (max-width:576px){

  .brand-logo h2{font-size:30px;}
  .brand-tagline{
    font-size:9px;
    letter-spacing:2px;
  }

  .hero h1{font-size:28px;}
  .hero p{font-size:15px;}

  .section-title{font-size:28px;}
  .section-subtitle{font-size:15px;}

  .service-card{
    padding:24px 18px;
    border-radius:18px;
  }

  .icon-box{
    width:70px;
    height:70px;
  }

  .icon-box img{
    width:100%!important;
    height:100%!important;
  }

  .service-card h4{font-size:21px;}
  .service-card p{font-size:14px;}

  .arrow-btn{
    width:48px;
    height:48px;
    right:20px;
    bottom:20px;
  }

  .ai-chat-box{
    width:92%;
    right:4%;
  }

  .whatsapp-float,
  .ai-chat-btn{
    transform:scale(.85);
  }
}
