/* =====================================================
   ULTRA PREMIUM GLOBAL RESET
===================================================== */

body{
    font-family:"Segoe UI",system-ui,-apple-system,sans-serif;
    background:#f8fafc;
    color:#0f172a;
    -webkit-font-smoothing:antialiased;
}

html,body{
    overflow-x:hidden !important;
    max-width:100%;
}

html{
    overflow-y:scroll;
}

img{
    max-width:100%;
    height:auto;
    display:block;
}

/* Smooth luxury scrolling */
html{
    scroll-behavior:smooth;
}

/* =====================================================
   TOP HEADER (PREMIUM STRIP)
===================================================== */

.top-header{
    font-size:13px;
    background:linear-gradient(90deg,#020617,#0f172a);
    letter-spacing:.4px;
}

@media(max-width:991px){
    .top-header{display:none!important;}
}

/* =====================================================
   ULTRA PREMIUM NAVBAR
===================================================== */

.navbar{
    backdrop-filter:blur(14px);
    background:rgba(255,255,255,.85)!important;
    border-bottom:1px solid rgba(0,0,0,.04);
    transition:.4s;
}

.navbar-brand{
    display:flex;
    align-items:center;
    gap:10px;
    white-space:nowrap;
    max-width:75%;
    overflow:hidden;
    text-overflow:ellipsis;
}

.navbar-brand img{
    width:50px;
    flex-shrink:0;
}

.navbar .nav-link{
    font-weight:500;
    color:#0f172a!important;
    position:relative;
}

.navbar .nav-link::after{
    content:"";
    position:absolute;
    bottom:-6px;
    left:0;
    width:0;
    height:2px;
    background:#0284c7;
    transition:.35s;
}

.navbar .nav-link:hover::after{
    width:100%;
}

/* Mobile menu button */
.navbar .btn[data-bs-toggle="offcanvas"]{
    width:42px;
    height:42px;
    border-radius:10px;
    background:#f1f5f9;
    position:relative;
}

.navbar .btn[data-bs-toggle="offcanvas"]::before{
    content:"\2630";
    font-size:22px;
    position:absolute;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* =====================================================
   HERO ULTRA PREMIUM SLIDER
===================================================== */

.hero-slider-wrapper{
    overflow:hidden;
}

.carousel-item{
    min-height:85vh;
}

.hero{
    min-height:85vh;
    padding:90px 0;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    color:#fff;
    position:relative;
}

.hero-premium{
    background-size:cover!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
}

.hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 30% 40%,rgba(255,255,255,.12),transparent);
}

.hero h1{
    text-shadow:0 10px 30px rgba(0,0,0,.4);
}

.hero .btn{
    border-radius:40px;
    padding:12px 28px;
    font-weight:600;
    transition:.35s;
}

.hero .btn:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}

/* =====================================================
   ICON BOXES (WHY CHOOSE / SERVICES)
===================================================== */

.icon-box{
    background:#fff;
    padding:30px 25px;
    border-radius:18px;
    box-shadow:0 12px 25px rgba(2,6,23,.05);
    height:100%;
    transition:.4s;
    will-change:transform;
}

.icon-box:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 50px rgba(2,6,23,.12);
}

.icon-box i{
    font-size:28px;
    margin-bottom:12px;
    color:#0284c7;
}

/* =====================================================
   SERVICES PREMIUM BACKGROUND
===================================================== */

.bg-services-premium{
    background:linear-gradient(135deg,#f0f9ff,#e0f2fe,#f8fafc);
    position:relative;
}

.bg-services-premium::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    background:rgba(56,189,248,.15);
    filter:blur(110px);
    top:-60px;
    left:-60px;
    border-radius:50%;
    pointer-events:none;
}

.bg-services-premium::after{
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(2,132,199,.15);
    filter:blur(110px);
    bottom:-80px;
    right:-40px;
    border-radius:50%;
    pointer-events:none;
}

.bg-services-premium .container{
    position:relative;
    z-index:2;
}

/* =====================================================
   ABOUT OWNER
===================================================== */

.about-owner img{
    object-fit:cover;
}

/* =====================================================
   ULTRA FACILITIES GLASSMORPHISM
===================================================== */

.bg-facilities-ultra{
    background:linear-gradient(135deg,#36b9ff,#0b93ff,#0284c7);
    color:#fff;
    position:relative;
    overflow:hidden;
}

.bg-facilities-ultra::before{
    content:"";
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(255,255,255,.18);
    filter:blur(140px);
    top:-80px;
    left:-80px;
    border-radius:50%;
    pointer-events:none;
}

.bg-facilities-ultra::after{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(255,255,255,.12);
    filter:blur(140px);
    bottom:-100px;
    right:-60px;
    border-radius:50%;
    pointer-events:none;
}

.bg-facilities-ultra .container{
    position:relative;
    z-index:2;
}

.facility-card-ultra{
    background:rgba(255,255,255,.18);
    backdrop-filter:blur(18px);
    border-radius:24px;
    padding:30px 22px;
    border:1px solid rgba(255,255,255,.25);
    box-shadow:0 10px 40px rgba(0,0,0,.2);
    transition:.45s;
}

.facility-card-ultra:hover{
    transform:translateY(-12px) scale(1.02);
    box-shadow:0 30px 60px rgba(0,0,0,.3);
}

.facility-icon-circle{
    width:70px;
    height:70px;
    margin:0 auto 16px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    background:#fff;
    color:#0284c7;
    box-shadow:0 10px 20px rgba(0,0,0,.15);
}

.facility-list{
    list-style:none;
    padding:0;
    margin-top:12px;
    font-size:14px;
    color:#e0f2fe;
}

/* =====================================================
   GALLERY ULTRA STYLE
===================================================== */

.gallery-img{
    cursor:pointer;
    transition:.4s;
    border-radius:14px;
}

.gallery-img:hover{
    transform:scale(1.04);
    box-shadow:0 25px 60px rgba(2,6,23,.25);
}

/* Modal premium dark */
#galleryModal{
    background:#020617d6;
}

.modal-backdrop.show{
    background:#000;
    opacity:.85;
}

/* =====================================================
   FAQ
===================================================== */

.accordion-button{
    font-weight:600;
    border-radius:10px!important;
}

.accordion-item{
    border:0;
    margin-bottom:12px;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 20px rgba(2,6,23,.05);
}

/* =====================================================
   PREMIUM FOOTER
===================================================== */

.premium-footer{
    background:#020617;
    color:#cbd5e1;
    padding:70px 0 40px;
}

.footer-title{
    color:#fff;
    font-weight:600;
    margin-bottom:18px;
}

.premium-footer .footer-links a{
    color:#cbd5e1;
    text-decoration:none;
    display:block;
    margin-bottom:8px;
    transition:.3s;
}

.premium-footer .footer-links a:hover{
    color:#38bdf8;
    padding-left:6px;
}

.social-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#111827;
    color:#fff;
    text-decoration:none;
    transition:.35s;
}

.social-icon:hover{
    background:#0284c7;
    transform:translateY(-4px);
}

.footer-divider{
    border-color:rgba(255,255,255,.08);
    margin:40px 0 20px;
}

/* =====================================================
   AOS FIX
===================================================== */

[data-aos]{
    overflow:visible;
}

/* Brand color */
.text-dhyaas{
    color:#f81718!important;
}

/* ULTRA PERFECT CENTER ALIGNMENT */
.social-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#111827;
    color:#fff;
    text-decoration:none;
    transition:.35s;
}

/* IMPORTANT — center the icon itself */
.social-icon i{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
    font-size:18px;
    line-height:1;
}

/* =====================================================
   ULTRA PRO HERO SYSTEM
===================================================== */

.hero-premium{
    position:relative;
    background-size:cover!important;
    background-position:center!important;
    background-repeat:no-repeat!important;
    overflow:hidden;
}

/* Premium animated overlay */
.hero-premium::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 20% 30%,rgba(255,255,255,.12),transparent),
        linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.45));
    z-index:1;
}

.hero-premium .container{
    position:relative;
    z-index:3;
}

/* Smooth text animation synced with slide */
.carousel-item .container{
    opacity:0;
    transform:translateY(40px);
    transition:.9s ease;
}

.carousel-item.active .container{
    opacity:1;
    transform:translateY(0);
}

/* ===== PREMIUM FOOTER UPGRADE ===== */

.premium-footer{
    background: linear-gradient(180deg,#517fc0 0%,#3f6bab 100%);
    color:#e6edf7;
    padding:70px 0 40px;
    position:relative;
    overflow:hidden;
}

/* soft luxury overlay */
.premium-footer::before{
    content:"";
    position:absolute;
    inset:0;
    background: radial-gradient(circle at 20% 10%,rgba(255,255,255,.08),transparent 60%),
                radial-gradient(circle at 80% 90%,rgba(255,255,255,.05),transparent 60%);
    pointer-events:none;
}

/* headings */
.premium-footer h5,
.premium-footer .col-lg-3{
    color:#fff;
    font-weight:600;
}

/* text */
.premium-footer p{
    color:#dbe6f6;
    line-height:1.7;
}

/* footer links */
.footer-links li{
    margin-bottom:8px;
}

.footer-links a{
    color:#eaf2ff;
    text-decoration:none;
    transition:all .3s ease;
    position:relative;
}

.footer-links a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-3px;
    width:0;
    height:2px;
    background:#fff;
    transition:.3s;
}

.footer-links a:hover{
    color:#fff;
    padding-left:6px;
}

.footer-links a:hover::after{
    width:20px;
}

/* ===== SOCIAL ICONS PREMIUM STYLE ===== */

.social-icon{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    backdrop-filter: blur(6px);
    color:#fff;
    font-size:18px;
    transition:all .35s ease;
    box-shadow:0 6px 18px rgba(0,0,0,.15);
}

.social-icon:hover{
    transform:translateY(-4px) scale(1.05);
    background:#fff;
    color:#517fc0;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
}

/* contact links */
.premium-footer a{
    transition:.3s;
}

.premium-footer a:hover{
    opacity:.85;
}

/* bottom copyright */
.premium-footer .text-center.small{
    border-top:1px solid rgba(255,255,255,.15);
    margin-top:35px;
    padding-top:20px;
    color:#eaf2ff;
}

/* ===== LUXURY BRAND STYLE ===== */

.luxury-brand{
    text-decoration:none !important;
    gap:14px;
    position:relative;
    padding-left:16px;
    transition:.35s ease;
}

/* gold luxury accent line */
.luxury-brand::before{
    content:"";
    position:absolute;
    left:0;
    top:6px;
    bottom:6px;
    width:3px;
    border-radius:3px;
    background:linear-gradient(180deg,#ffd98a,#ffffff);
    opacity:.9;
}

/* logo container */
.brand-logo-wrap{
    position:relative;
background:#fff;
padding:5px;
}

.brand-logo-wrap img{
    width:58px;
    height:58px;
    object-fit:cover;
  
    transition:.4s ease;
}

/* brand text container */
.brand-text-wrap{
    display:flex;
    flex-direction:column;
    line-height:1.2;
}

/* main brand name */
.brand-name{
    font-size:20px;
    font-weight:700;
    letter-spacing:.4px;
    background:linear-gradient(90deg,#ffffff,#e8f1ff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* subtitle */
.brand-sub{
    font-size:13px;
    color:#e3ecff;
    letter-spacing:.5px;
}

/* hover luxury animation */
.luxury-brand:hover{
    transform:translateY(-3px);
}

.luxury-brand:hover img{
    transform:scale(1.06);
    box-shadow:0 16px 32px rgba(0,0,0,.45);
}

/* remove underline globally */
.luxury-brand:hover,
.luxury-brand:focus{
    text-decoration:none !important;
}