
body {
    font-family: sans-serif;
    color: #333;
}
.navbar {
    background-color: rgba(0,0,0,0.8) !important; 
}

/* Dropdown ko force show karne ke liye agar bootstrap clash kar raha ho */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
}
li{
    text-transform: uppercase;
}
#main-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999 !important;
}
video,
.video-overlay,
.header-overlay,
.overlay {
    z-index: 1 !important;
    pointer-events: none;
}
#main-navbar {
    z-index: 9999 !important; /* Isse navbar sabse upar rahega */
}

.dropdown-menu {
    z-index: 10000 !important;
}
/* 1. Navigation Bar Styling */
#main-navbar {
    background-color: transparent !important; 
    transition: background-color 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.navbar-brand {
    font-size: 2rem;
    font-weight: 700;
}

.nav-link {
    color: white !important; 
}

/* 2. Full-Screen Sections Styling */
.hero-section, .content-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center; 
}


#section-1 {

    background-image: url('placeholder-image-living.jpg'); 
    background-color: #555;
}


#section-2 {
   
    background-image: url('placeholder-image-villa.jpg');
    background-color: #888;
}


#section-3 {

    background-image: url('placeholder-image-reception.jpg');
    background-color: #eee;
}


.reception-desk-placeholder {
    width: 60%; 
    background: white; 
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-bottom: 5px solid gold; 
}

.desk-logo {
    color: #333;
    font-weight: 600;
    letter-spacing: 2px;
}

/* 3. Footer Awards Section */
.awards-row img {
    max-height: 50px; 
    width: auto;
}

/* 4. Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366; 
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-float a {
    text-decoration: none;
    color: white;
}

.whatsapp-float i {
    margin-top: 5px; 
}

/* Custom CSS for WORK dropdown link */
.dropdown-toggle.active {

    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7); 
    font-weight: 600; /
}


.navbar-dark .dropdown-toggle {
    color: white !important;
}


.dropdown-menu-dark {
    background-color: rgba(33, 37, 41, 0.9); 
    border-color: rgba(255, 255, 255, 0.1);
}

.dropdown-menu-dark .dropdown-item {
    color: white;
}

/* Custom CSS for the image logo */
.navbar-logo {
    height: 120px;
    width: 120px;
    filter: brightness(-1) invert(0);
}


@media (max-width: 768px) {
    .navbar-logo {
        height: 30px; 
    }
}


/* for banner video */

.video-header {
    overflow: hidden; 
}


.video-header video {

    min-width: 100%;
    min-height: 100%;
    
   
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    

    object-fit: cover; 
}

/* Styling for the Overlay (to darken the video and make text stand out) */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 1; 
}


.header-content {
    position: relative;
    z-index: 2; 
}




.hero-section {
    overflow: hidden; 

}


.section-video-bg {

    min-width: 100%;
    min-height: 100%;
    

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 

 
    object-fit: cover; 
    z-index: 0; 
}


.hero-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2); 
    z-index: 1; 
}

.hero-section .content-box {
    z-index: 2; 
}
@media (max-width: 576px) {
 .video-header {
 padding-top: 80px;  } 

.section-text {
 margin-left: 10px !important; 
 margin-bottom: 10px !important;
 }

    /* ... baqi rules ... */

 .whatsapp-float {
 width: 45px; 
 height: 45px;
 bottom: 15px;
 right: 15px;
 font-size: 20px;
}
} 
/* Last Section */
/* 🔑 INTERMEDIATE BREAKPOINT FIXES: 1350px tak */
@media (max-width: 1350px) {
    /* Logo Height kam ki, taake zyada jagah na ghere */
    .navbar-logo {
 height: 80px; /* 120px se 80px kiya */
 width: 80px; 
 }
    
    /* Navbar links ki padding kam ki taake woh ek line mein fit hon */
    .navbar-nav .nav-link {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        font-size: 13px; /* Font size halka chota kiya */
    }

    /* Navbar brand ki left margin kam ki */
    .navbar-brand {
        margin-left: 10px !important;
    }
}
/* Logo ki height 992px se neeche adjust karna behtar hai */
@media (max-width: 992px) {
.navbar-logo {
 height: 60px; /* Tablet size ke liye */
width: 60px;
}
    /* ... baqi rules ... */
}

/* Mobile size (576px) ke liye */
@media (max-width: 576px) {

 .navbar-logo {
 height: 40px !important; /* Mobile par logo ki height kam ki */
        width: 40px !important;
}
}
#section-3 {
    overflow: hidden; 
    position: relative; 
}


.full-section-img {
    /* Set positioning */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    

    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover; 
    
    z-index: 0; 
}

/* Overlay styling (optional) */
.overlay-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05); 
    z-index: 1; 
}


.content-wrapper {
    z-index: 2; 
}

/* prelaoder css */

#preloader {
    position: fixed; /* Screen ko fixed rakhta hai */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #808080; 
    z-index: 9999; /* Sabse upar rakhta hai */
    
    /* Content (Logo) ko center karne ke liye: */
    display: flex;
    justify-content: center;
    align-items: center;
    
    opacity: 1; /* Shuru mein poora visible */
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease; /* Fade out ke liye transition */
}

/* Jab yeh class lagayenge, toh preloader gayab (hidden) ho jayega */
#preloader.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
}


/* Logo ki size aur animation (optional) */
.loader-logo {
    width: 80px; 
    height: auto;
    /* Aap yahan koi bhi loading animation laga sakte hain */
}
/* Preloader container styles */
#preloader {
    /* ... (rest of the styles) ... */
    opacity: 1; 
    visibility: visible;
    /* Yeh line preloader aur uske andar maujood har cheez (logo) ko smooth fade-out degi */
    transition: opacity 0.5s ease, visibility 0.5s ease; 
}

/* Jab yeh class lagayenge, tab preloader aur logo dono gayab ho jayenge */
#preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

/* Logo ki animation (Pulsing / Chamakne ka effect) */
.loader-logo {
    width: 80px; 
    height: auto;
    /* Logo ko animation dene ke liye */
    animation: pulse 1s infinite; 
}

/* Animation definition */
@keyframes pulse {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}



/* /// for responsive design */



.navbar-logo {
    height: 120px;
    width: 120px; 
    filter: brightness(-1) invert(0);
}


@media (max-width: 992px) {
   


    .section-video-bg {
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }
}


@media (max-width: 576px) {
   
    .video-header {

        padding-top: 80px; 

  
    .section-text {

        margin-left: 10px !important; 
        margin-bottom: 10px !important;
    }
    

    .content-box {
        margin-right: 10px !important; 
        margin-bottom: 10px !important;
    }

 
    .whatsapp-float {
        width: 45px; 
        height: 45px;
        bottom: 15px;
        right: 15px;
        font-size: 20px;
    }
}

#section-3 {

    height: 40vh; 
    overflow: hidden; 
    position: relative; 
}

@media (max-width: 768px) {
    #section-3 {
       
        height: 20vh; 
    }
}}



/* residential-projects page CSS Start */

.project-header {
    overflow: hidden; 
    padding-top: 100px; 
    /* Yeh zaroori hai agar aapne navigation bar ko fixed top rakha hai */
}

/* 🔑 New Video Styling - Replaces Image Styling */
.project-header-video {
    /* Full screen cover video logic (Same as Banner Video) */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; /* Video ko poori tarah cover karne ke liye */
    z-index: 0;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Thoda dark overlay */
    z-index: 1;
}

/* 2. Project Grid */
.projects-grid-section {
    background-color: #f7f7f7; 
}

.project-card {
    line-height: 1.2;
    cursor: pointer;
    transition: transform 0.3s ease;
    

    overflow: hidden; 
}

.project-img {
    
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.project-card:hover .project-img {
    transform: scale(1.05); 
}


.project-info {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    width: 100%;
    padding: 20px !important;
}


@media (max-width: 768px) {
    .project-header {
        padding-top: 60px; 
    }
    
    .project-header .header-content {
        padding: 20px !important; 
    }
    
    .projects-grid-section .row.g-2 {
  
        --bs-gutter-x: 0.5rem; 
        --bs-gutter-y: 0.5rem; 
    }
    
    .project-info h6 {
        font-size: 0.9rem;
    }
    .project-info p {
        font-size: 0.7rem;
    }
}
/* 2. Project Grid */
.projects-grid-section {
    background-color: #f7f7f7;
}

.project-card {
    line-height: 1.2;
    cursor: pointer;
    display: block; /* A tag ko block element banaya */
    /* Transition ko hataya kyunki ab JavaScript se control hoga */
    overflow: hidden; 
}

/* 🔑 Video element ki styling */
.project-video {
    /* Image jaisa look dene ke liye */
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 380px; /* Example height for grid items */
}

/* Project Info text box (remains the same) */
.project-info {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); 
    width: 100%;
    padding: 20px !important;
    transition: background 0.3s ease;
}

/* ➡️ Mobile Video Height Fix */
@media (max-width: 768px) {
    .project-video {
        min-height: 250px; /* Mobile par height thodi kam ki */
    }
}
/* 🔑 Projects Grid - Removing All Side Gaps */

.projects-grid-section .container-fluid {
    /* 1. Container ki daayi aur baayi taraf ki padding bilkul khatam ki */
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.projects-grid-section .row.g-0 {
    /* 2. Row ki default negative margins ko zero kiya */
    margin-left: 0 !important;
    margin-right: 0 !important;
    
    /* Aur yeh bhi ensure kiya ki row ke andar gutter zero ho */
    --bs-gutter-x: 0rem; 
}

/* Ensure ki col ke andar bhi koi padding na ho (though g-0 should handle this) */
.projects-grid-section .row.g-0 > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* --- Baqi Project Card Styling --- */
.project-card {
    /* ... (Existing styling like line-height, cursor, display) ... */
    margin: 0;
    padding: 0;
}

/* ======================================= */
/* 🔑 SERVICES PAGE CUSTOM STYLING */
/* ======================================= */
/* Services Header Image */
#services-hero {
    position: relative;
    height: 130vh; 
    overflow: hidden;
}
.service-row {
    gap: 5px;
}


.project-header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* Dark overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    z-index: 1;
}

/* Header text above image */
#services-hero .header-content {
    position: relative;
    z-index: 2;
}

/* 3. Core Expertise Section */
.expertise-section {
    background-color: white; 
}

.expertise-img {
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.why-choose-list li {
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    list-style: none; /* Default bullet points hataye */
}

/* 4. Specialized Services Section */
.specialized-section h2 {
    font-size: 1.5rem; 
    color: #555;
}

/* 5. CTA Section */
.cta-section {
    background-color: #f0f0f0; 
}

/* ➡️ Mobile Responsive Adjustments */
@media (max-width: 768px) {
    /* Service Details Section */
    .service-details-section .service-card {
        border-right: none; /* Mobile par border hataye */
        border-bottom: 1px solid #ddd; /* Mobile par vertical separation diya */
    }
    .service-details-section .row .col-md-4:last-child .service-card {
        border-bottom: none; /* Last card ka bottom border hataya */
    }
    
    /* Expertise Section */
    .expertise-section .row {
        flex-direction: column-reverse; /* Mobile par image pehle, text baad mein */
    }

    /* Specialized Section */
    .specialized-card {
        padding: 15px !important;
    }
}/* ======================================= */
/* 🔑 SERVICE CARDS POSITIONING (HEADER KE UPAR) */
/* ======================================= */

/* Wrapper ko absolute position dena hai */
#services-hero .header-cards-wrapper {
    
    /* bottom: 0;  */
    left: 0;
    z-index: 3; 
    margin-top: 400px;
    /* margin-bottom: -150px;  */
}
/* --- 1. Base Fixes (PC + Mobile) --- */
#services-hero {
    position: relative;
    min-height: 130vh; /* Changed from 130vh */
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-card-clone {
    background-color: rgba(0, 0, 0, 0.8) !important;
    padding: 20px !important; /* Mobile friendly padding */
    width: 100%; /* Mobile par full width */
    max-width: 375px; /* Desktop ke liye limit */
    margin-top: -80px; /* Reduced for better look */
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* --- 2. Mobile Specific Fixes --- */
@media (max-width: 768px) {
    @media (max-width: 768px) {
    #services-hero .header-content {
        padding: 0 20px; /* Sides par jagah dene ke liye */
        word-wrap: break-word; /* Agar word bada ho to niche bhej de */
    }

    #services-hero .header-content h1 {
        font-size: 1.5rem !important; /* Font size mazeed kam karein */
        white-space: normal; /* Text ko wrap hone de */
    }
    
    .service-row {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        flex-direction: column;
    }
}
    /* Wrapper aur Cards ka flow */
    #services-hero .header-cards-wrapper {
        position: relative !important;
        margin-top: 40px !important;
        margin-bottom: 0 !important;
        width: 100%;
        padding: 0 15px;
    }

    .service-card-clone {
        margin-top: 0 !important; /* Negative margin khatam */
        width: 100% !important;
        margin-bottom: 15px;
    }


    /* Expertise Section fix */
    .expertise-section {
        padding-top: 40px !important;
    }
    
    .expertise-section .row {
        flex-direction: column-reverse !important; /* Image niche, text upar */
    }
}
@media (max-width: 768px) {
    /* Mobile par cards ko header ke neeche hi rakhenge ya margin adjust karenge */
    #services-hero .header-cards-wrapper {
        position: relative; /* Relative kar diya */
        margin-top: 20px;
        margin-bottom: 0;
    }
    
    #services-hero {
    position: relative;
    min-height: 90vh;
    overflow: hidden;
}


    /* Agle section ki padding wapas kam ki */
    .expertise-section {
        padding-top: 50px !important; 
    }
}


/* ======================================= */
/* 🏆 AWARDS PAGE CUSTOM STYLING */
/* ======================================= */

.awards-grid-section {
    background-color: #fff; /* White background */
}

/* Container-fluid use kiya hai, thoda padding kam kiya */
.awards-grid-section .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

/* Grid spacing control */
.awards-grid .col-md-3 {
    padding: 5px !important; /* Columns ke beech mein bahut kam space */
}

.award-item {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.award-img {
    width: 90%;
    height: 350px;
    display: block;;
    transition: transform 0.5s ease;
}

.award-item:hover .award-img {
    transform: scale(1.03); 
}

/* ➡️ Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .awards-grid-section .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }
    .awards-grid .col-6 {
        padding: 3px !important; /* Mobile par aur bhi kam space */
    }
}

/* Custom CSS for ELE Blog Page Look-alike */


/* --- Main Blog Content --- */
.page-title {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
}

/* --- Blog Post Structure --- */
.blog-post {
    /* Use border-bottom in HTML for separation, or a subtle box shadow */
}

.post-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.post-image-container {
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.post-image {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease-in-out;
}

/* Hover effect on image */
.post-link:hover .post-image {
    transform: scale(1.03);
}

.post-content {
    padding: 0 1rem; /* Padding similar to the original layout */
}

.post-category a {
    color: #888;
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color 0.3s;
}

.post-category a:hover {
    color:gray;
}

.post-title a {
    font-size: 1.5rem;
    font-weight: bold;
    color: gray;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.3s;
}

.post-title a:hover {
    color: #888;
}

.post-excerpt {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}
/* 
.read-more {
    display: inline-block;
    color: #000;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 1rem;
    text-decoration: none;
    transition: opacity 0.3s;
} */

.read-more:hover {
    opacity: 0.7;
}

/* --- Pagination --- */
/* .pagination .page-item .page-link {
    color: #000;
    border: 1px solid #ccc;
    margin: 0 5px;
    border-radius: 0;
}

.pagination .page-item.active .page-link {
    background-color: #000;
    border-color: #000;
    color: #fff;
} */

/* Custom CSS for VIP Contact Us Page */


/* --- Main Contact Section --- *//* --- New Direct Contact Panel --- */
.contact-direct-panel {
    background-color: #ffffff;
    background-image: radial-gradient(#d4af371a 1px, transparent 1px);
    background-size: 20px 20px; /* Subtle pattern background */
}

.btn-luxury-whatsapp {
    background-color: #25D366;
    color: white;
    border-radius: 0;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid #25D366;
}

.btn-luxury-whatsapp:hover {
    background-color: transparent;
    color: #25D366;
}

.btn-luxury-outline {
    background-color: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
    border-radius: 0;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-luxury-outline:hover {
    background-color: #1a1a1a;
    color: #D4AF37;
}

.tracking-wider {
    letter-spacing: 2px;
}

/* Fix for mobile responsiveness */
@media (max-width: 991.98px) {
    .contact-direct-panel {
        padding: 20px 0;
    }
    .display-5 {
        font-size: 2rem;
    }
    .btn-luxury-whatsapp, .btn-luxury-outline {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Map Section adjustments */
.map-section {
    padding: 60px 0;
    background-color: #fdfdfd;
}
.map-container {
    border: 1px solid #eee;
    filter: grayscale(20%); /* Modern look */
    transition: 0.5s;
}
.map-container:hover {
    filter: grayscale(0%);
}