/* Variables for brand consistency */
:root {
    --bg-cream: #fffaf5;
    --text-brown: #5d4037;
    --gold-accent: rgba(193, 155, 118, 0.6);
}
html{
    overflow-x: hidden;
}
body {
    /* background-color: #eee; */
    font-family: "Baloo 2", sans-serif;
    overflow-x: hidden;
}

.main-banner {
    border-radius: 4px;
    overflow: hidden;
    background-color: var(--bg-cream);
}

/* Hero Section with Image */
.hero-section {
    background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), 
                url('./images/bg.jpg'); /* REPLACE WITH YOUR IMAGE URL */
    background-size: cover;
    background-position: center;
    min-height: 750px;
    position: relative;
}

.headline-container h1 {
    font-family: 'Georgia', serif;
    color: var(--text-brown);
    font-weight: 400;
}

/* The Gold Ring Overlay */
.gold-ring {
    position: absolute;
    right: 5%;
    bottom: -80px;
    width: 450px;
    height: 450px;
    border: 10px solid var(--gold-accent);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

/* Features Styling */
.features-section {
    background-color: var(--bg-cream);
    position: relative;
    z-index: 2; /* Ensures text stays above the ring */
}

.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    color: var(--text-brown);
    font-size: 1.1rem;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.8rem;
}

/* Custom Bullet Point */
.feature-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--text-brown);
    font-weight: bold;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .hero-section {
        min-height: 170px;
    }
    .headline-container h1 {
        font-size: 1.1rem;
    }
}
/* Apartment Header Styles */
.unit-plan-header {
    color: var(--text-brown);
}

.apartment-title {
    font-family: 'Georgia', serif;
    font-size: 2.5rem;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.carpet-area {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 5px;
}

/* Ornate Divider */
.divider-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.gold-divider {
    width: 250px;
    height: 2px;
    background-color: #c19b76; /* The gold/bronze color */
    position: relative;
}

/* Creating the decorative diamond/dots on the divider */
.gold-divider::before, 
.gold-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: #c19b76;
}

.gold-divider::before { left: -3px; }
.gold-divider::after { right: -3px; }

.unit-plan-title {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 1.8rem;
}

/* Responsive Scaling */
@media (max-width: 768px) {
    .apartment-title { font-size: 1.8rem; }
    .carpet-area { font-size: 1.1rem; }
    .gold-divider { width: 150px; }
    .unit-plan-title { font-size: 1.4rem; }
}
/* Township Specific Styles */
.township-section {
    min-height: 800px;
}

.township-hero {
    background: url('./images/gallery/2.png'); /* Replace with your building image */
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}



.info-panel {
    background-color: #fff; /* The light blue color from your image */
    color: #444;
}

.brand-subtitle {
    font-family: 'Georgia', serif;
    font-size: 1.5rem;
}

.icon-item p {
    font-size: 0.7rem;
    margin-top: 8px;
    line-height: 1.2;
}

.icon-placeholder, .icon-sm {
    font-size: 2rem;
    margin-bottom: 5px;
}
.icon-placeholder img, .icon-sm img{
    width:60px;
}
.info-heading {
    font-family: 'Georgia', serif;
    font-weight: 400;
}

.amenity span {
    display: block;
    font-size: 0.8rem;
    font-weight: 500;
}

.logo-placeholder {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 5px;
    border-top: 1px solid #444;
    display: inline-block;
    padding-top: 10px;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .township-hero {
        min-height: 300px;
    }
}
/* Location Section Styles */
.headline-font {
    font-family: 'Georgia', serif;
    /* color: #fff; */
    font-size: 2.2rem;
}

.map-container {
    background-color: #fdf8f4;
}

.disclaimer {
    font-size: 0.65rem;
    color: #999;
    line-height: 1.2;
}

/* The Zig-Zag Pattern Logic */
.infra-col-right {
    margin-top: 80px; /* Adjust this value to increase/decrease the stagger */
}

.infra-card h6 {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    color: #44362a;
    margin-bottom: 5px;
}

.infra-card p {
    font-size: 0.8rem;
    color: #777;
    line-height: 1.4;
}

.infra-card img {
    width: 100%;
    aspect-ratio: 4 / 3; /* Keeps all images the same size */
    object-fit: cover;
    border-radius: 2px;
}

/* Responsiveness: Remove zig-zag on mobile for better readability */
@media (max-width: 991px) {
    .infra-col-right {
        margin-top: 0;
    }
    
    .infra-card {
        margin-bottom: 30px;
    }
    
    /* On mobile, make cards full width if they get too squished */
    
}
/* Amenities Hero */
/*.amenities-hero {*/
    /*background:  url('images/gallery/7.jpg'); */
/*    background-size: cover;*/
/*    background-position: center;*/
    /*min-height: 1000px;*/
/*}*/

.club-architecture {
    background:  url('images/gallery/8.jpg'); 
      background-size: cover;
    background-position: center;
     min-height: 1000px;
}

/* Contact Form Styling */
.contact-section {
    background-color: #fff2e6; /* The light peach background from your image */

}

.custom-input {
    background-color: transparent !important;
    border: 1.5px solid #44362a !important;
    border-radius: 8px !important;
    padding: 12px 15px;
    color: #44362a;
    font-size: 0.9rem;
}

.custom-input::placeholder {
    color: #887a6e;
}

.custom-input:focus {
    box-shadow: none;
    border-color: #c19b76 !important;
}

/* The "SEND" Button */
.btn-send {
    background-color: #c19b76;
    color: white;
    padding: 10px 60px;
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-send:hover {
    background-color: #a67f5a;
    color: white;
    transform: translateY(-2px);
}
@media(max-width:1200px){
    .amenities-hero{
        min-height:600px;
    }
    .hero-section{
        min-height:455px;
    }
    .club-architecture{
        min-height:520
        
        /* --- Premium Footer Base --- */
.premium-footer {
    background-color: #1a1a1a; /* Darker, more professional tone */
    color: #ffffff;
    font-family: 'Baloo 2', sans-serif;
}

.small-title {
    color: #c19b76; /* Gold accent */
    font-size: 0.75rem;
    letter-spacing: 2px;
    font-weight: 700;
}

.address-text {
    font-size: 0.95rem;
    color: #d1d1d1;
    line-height: 1.6;
}

.rera-number {
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
}

.gold-link {
    color: #c19b76;
    text-decoration: none;
    transition: 0.3s;
}

.gold-link:hover {
    color: #fff;
    text-decoration: underline;
}

.img-thumbnail-premium {
    width: 70px;
    background: white;
    padding: 5px;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.img-thumbnail-premium:hover {
    transform: scale(1.1);
}

.footer-divider {
    border-top: 1px solid rgba(193, 155, 118, 0.2);
    margin: 30px 0;
}

.disclaimer-text {
    font-size: 0.75rem;
    color: #888;
    line-height: 1.5;
}

.footer-links a {
    color: #888;
    text-decoration: none;
    font-size: 0.8rem;
}

.footer-links a:hover {
    color: #c19b76;
}

/* --- Entrance Animations --- */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease-out;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Subtle hover for the whole footer logo */
.footer-logo {
    filter: brightness(1);
    transition: 0.4s;
}

.footer-logo:hover {
    filter: brightness(1.2);
}px;
    }
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .amenities-hero {
        min-height: 300px;
        padding: 2rem !important;
    }
    .headline-font {
        font-size: 1.5rem !important;
    }
    .club-architecture{
        min-height: 400px;
    }
    .sec02 {
        margin-bottom: 50px;
    }
}
.mobile-footer {
    border-top: 1px solid #eee;
    z-index: 1030; /* Higher than other content, lower than modal */
}

.mobile-footer .btn {
    font-weight: 700;
    font-size: 0.9rem;
    text-transform: uppercase;
}

/* --- Premium Footer Base --- */
/* --- Premium Footer Base --- */
#ContactUs {
    background-color: #121212; /* Deep Obsidian */
    color: #e0e0e0;
    font-family: "Baloo 2", sans-serif;
    border-top: 2px solid #c08940; /* Gold brand accent */
}

/* Typography & Titles */
#ContactUs h3 span.banhead {
    color: #c08940;
    letter-spacing: 3px;
    font-weight: 700;
    font-family: 'Georgia', serif;
    display: inline-block;
    border-bottom: 1px solid rgba(192, 137, 64, 0.3);
    padding-bottom: 5px;
}

#ContactUs p.medium {
    color: #c08940;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 2px;
    margin-bottom: 8px !important;
}

#ContactUs a {
    color: #c08940;
    text-decoration: none;
    transition: 0.3s ease;
}

#ContactUs a:hover {
    color: #ffffff;
}

/* Image & QR Styling */
#ContactUs img {
    
    transition: all 0.4s ease;
}

#ContactUs img:hover {
    filter: grayscale(0%) brightness(1);
    opacity: 1;
    transform: translateY(-5px);
}

/* Specific RERA QR styling */
#ContactUs .mr-2, #ContactUs img[src*="rera-qr"] {
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    margin-right: 10px;
}

/* Section Dividers */
.sec01 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 40px;
}

.sec02 {
    background-color: #0a0a0a;
    padding: 30px 0;
    margin-top: 20px;
}

.sec02 p {
    color: #777 !important;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto 15px auto;
}

/* --- Entrance Animation --- */
.footer-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1.2s cubic-bezier(0.2, 1, 0.3, 1);
}

.footer-reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Base hidden state for all animated elements */
.reveal-on-scroll {
    opacity: 0;
    filter: blur(5px);
    transition: all 1.2s cubic-bezier(0.2, 1, 0.3, 1);
}

/* Transformation variants */
.fade-up { transform: translateY(50px); }
.fade-left { transform: translateX(-50px); }
.fade-right { transform: translateX(50px); }
.zoom-in { transform: scale(0.9); }

/* Active state (when element is scrolled into view) */
.reveal-on-scroll.active {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0) translateX(0) scale(1);
}

/* Image Hover - Premium subtle zoom */
.img-fluid {
    transition: transform 0.8s ease;
}
.img-fluid:hover {
    transform: scale(1.02);
}

/* Staggered Delay for lists/grids */
.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
.delay-3 { transition-delay: 0.6s; }


/* Sticky Sidebar Styles */
/* Sidebar Container */
.fixed-side-bar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

/* Vertical Button Styling */
.side-btn {
    display: block;
    writing-mode: vertical-rl; /* Rotates text vertically */
    text-orientation: mixed;
    padding: 20px 10px;
    background: #44362a; /* Dark brown */
    color: white;
    border: none;
    border-radius: 5px 0 0 5px;
    margin-bottom: 2px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
}

/* Gold background for the Brochure button */
.gold-bg {
    background: #c08940;
}


/* Restrict the height of the slider */
.full-slider-img {
    height: 70vh !important; /* This takes up 70% of the screen height */
    object-fit: cover; /* Crops the image to fit the box without distortion */
    width: 100%;
}

/* Position the caption for a cleaner look since the height is shorter */
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, transparent 50%);
}

.carousel-caption h3 {
    margin-top: 40px; /* Moves text slightly down from the top */
    padding-left: 5%; /* Aligns with container margins */
}

/* Mobile height adjustment - even shorter for small screens */
@media (max-width: 768px) {
    .full-slider-img {
        height: 40vh !important; 
    }
    .carousel-caption h3 {
        font-size: 1.2rem !important;
        margin-top: 20px;
    }
}