/* Critical CSS inlined in HTML - rest loaded async */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Proxima Nova', 'Montserrat', sans-serif; background-color: #ffffff; overflow-x: hidden; line-height: 1.6; color: #333; }
img, video { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { font-family: 'Montserrat', sans-serif; }

/* SEO: Screen reader only content */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border-width: 0; }
.what-we-do {
    position: relative;
    padding: 120px 10%;
    background-color: #fff;
    overflow: hidden;
}

/* Background Script Text (The light gray text in the back) */
.bg-script-text {
    position: absolute;
    bottom: -20px;
    right: -50px;
    font-family: 'Georgia', serif; /* Use a script font here if available */
    font-style: italic;
    font-size: 12vw;
    color: rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    pointer-events: none;
    z-index: 1;
}

.wwd-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

/* Header with Line */
.wwd-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.wwd-header .line {
    width: 60px;
    height: 1px;
    background-color: #333;
}

.wwd-header .label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #666;
}

/* Content Grid */
.wwd-content {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr; /* Left side is wider */
    gap: 100px;
    align-items: start;
}

.main-title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    font-weight: 400;
    line-height: 1.1;
    color: #1a1a1a;
    letter-spacing: -1px;
}

.description {
    font-family: 'Montserrat', sans-serif; /* Replace with Proxima Nova if you have it */
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-top: 20px;
    font-weight: 300;
}

/* Responsive for Mobile */
@media (max-width: 992px) {
    .wwd-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .main-title {
        font-size: 2.5rem;
    }
}
/* Base Styles */
body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 5%;
    position: relative;
}

/* Header with Line */
.header-group {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.decorative-line {
    width: 80px;
    height: 1px;
    background-color: #333;
}

.section-label {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    color: #555;
    font-family: 'Montserrat', sans-serif;
}

/* Section 1 Grid */
.content-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    gap: 60px;
    align-items: start;
}

.main-heading h2 {
    font-size: clamp(2rem, 4vw, 3.8rem);
    font-weight: 400;
    line-height: 1.1;
    color: #222;
    margin: 0;
}

.sub-text p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444;
    font-weight: 300;
    margin-top: 20px;
}

/* Section 2 Style */
.content-single {
    max-width: 900px;
}

.content-single h2 {
    /* font-size: medium; */
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 400;
    /* margin-bottom: 25px; */
}

.description-wide {
    font-size: 1.1rem;
    color: #666;
    max-width: 750px;
}

/* Background Watermark (Connecting People & Spaces) */
.bg-watermark {
    position: absolute;
    bottom: -10px;
    right: 0;
    font-family: 'Dancing Script', cursive; /* Use a handwriting font */
    font-size: 12vw;
    color: rgba(0,0,0,0.02);
    white-space: nowrap;
    z-index: 0;
    pointer-events: none;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

:root {
    --text-main: #1a1a1a;
    --text-muted: #555555;
    --line-color: #333333;
    --font-heading: 'Montserrat', sans-serif;
}

.bowerbird-sections {
    background-color: #ffffff;
    padding: 10px 7%;
    /* padding-right: 100px 7%; */
    position: relative;
    overflow: hidden;
}
.bowerbird-sections1 {
    background-color: #ffffff;
    padding: 100px 7%;
    /* padding-right: 100px 7%; */
    position: relative;
    overflow: hidden;
}
.info-block {
    position: relative;
    margin-bottom: 50px; /* Sections ke beech ka gap */
}

/* Watermark Script Text */
.watermark-text {
    position: absolute;
    bottom: -50px;
    right: -20px;
    font-family: 'Dancing Script', cursive; /* Use handwriting font */
    font-size: 10vw;
    color: rgba(0, 0, 0, 0.03);
    white-space: nowrap;
    pointer-events: none;
    z-index: 1;
}

/* Label with Line */
.label-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: px;
}

.horizontal-line {
    width: 60px;
    height: 1px;
    background-color: var(--line-color);
}

.label {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    color: var(--text-muted);
    font-family: var(--font-heading);
}

/* Content Grid for Section 1 */
.content-split {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    align-items: start;
    z-index: 2;
    position: relative;
}

.title-large {
    font-size: clamp(2rem, 4.5vw, 4.2rem);
    font-weight: 400;
    line-height: 1.1;
    color: var(--text-main);
    letter-spacing: -1px;
}

.text-small p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: var(--text-muted);
    font-weight: 300;
    margin-top: 20px;
}

/* Section 2 Styling */
.content-single {
    max-width: 850px;
    margin-left: 0;
}

.title-medium {
    font-size: medium;
    /* font-size: clamp(1.8rem, 3.5vw, 2.8rem); */
    font-weight: 500;
    /* margin-bottom: px; */
    color: var(--text-main);
}
.title-medium1 {
    font-size: medium;
    /* font-size: clamp(1.8rem, 3.5vw, 2.8rem); */
    font-weight: 500;
    /* margin-bottom: px; */
    color: var(--text-main);
}

.text-wide {
    font-size: 1.1rem;
    color: var(--text-muted);
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 992px) {
    .content-split {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .info-block { margin-bottom: 100px; }
}


.interactive-grid {
    width: 100%;
    height: 80vh;
    background: #000;

}

.grid-container {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.grid-item {
    position: relative;
    flex: 1; /* Sab barabar size ke honge */
    background-size: cover;
    background-position: center;
    transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1); /* Smooth expansion */
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    padding: 40px;
    filter: grayscale(80%); /* Default thoda black & white */
}

/* Hover effect: Jab mouse upar ho */
.grid-item:hover {
    flex: 2.5; /* Ye column bada ho jayega */
    filter: grayscale(0%); /* Color wapas aa jayega */
}

/* Content styling */
.item-content {
    color: white;
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
    opacity: 0.8;
    transition: 0.3s;
}

.grid-item:hover .item-content {
    opacity: 1;
    transform: translateY(-10px);
}

.item-content span {
    display: block;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.item-content h3 {
    font-size: 2rem;
    text-transform: uppercase;
    margin: 0;
}

/* Overlay for readability */
.grid-item::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    z-index: 1;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .grid-container {
        flex-direction: column;
    }
    .grid-item:hover {
        flex: 3;
    }
}


.bowerbird-final-wrap1 {
    padding: 100px 2%;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: medium30px;
    /* text-align: center; */
}

.bowerbird-final-wrap {
    /* padding: px 1%; */
    padding-bottom: 1%;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    /* text-align: center; */
}

.bowerbird-final-wrap {
    padding: px 1%;
    padding-bottom: 1%;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    /* text-align: center; */
}
/* Sections Header */
.section-header {
    display: flex;
    align-items: center;
    gap: 15px;
    /* margin-bottom: 40px; */
}

.header-line {
    width: 60px;
    height: 1px;
    background: #333;
}

.header-label {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    color: #888;
}

/* Content Layouts */
.grid-content {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 80px;
    margin-bottom: 120px;
}

.title-main { font-size: 3.5rem; font-weight: 400; line-height: 1.1; }
.title-medium { font-size: 2.5rem; font-weight: 400; margin-bottom: 20px; }
.title-medium1 { font-size: 2rem; font-weight: 400; margin-bottom: 10px; }


/* Contact Form Box (image_bcef0f.png) */
.contact-section { margin-top: 100px; }
.contact-section1 { 
    margin-top: 100px;
    margin-bottom: 100px;
    padding-left: 200px;
    padding-right: 200px;
 }

.contact-form-box {
    background: #f9f9f9;
    padding: 60px;
    border: 1px solid #eee;
    position: relative;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.input-group label {
    display: block;
    font-size: 10px;
    letter-spacing: 1.5px;
    color: #444;
    margin-bottom: 8px;
}

.input-group input, .input-group select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    padding: 10px 0;
    font-size: 14px;
    outline: none;
}

.btn-send {
    position: absolute;
    bottom: -25px;
    right: 60px;
    background: #333;
    color: white;
    border: none;
    padding: 15px 40px;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 2px;
    transition: 0.3s;
}

.btn-send:hover { background: #000; padding-right: 50px; }

/* Watermark Text */
.watermark-bg {
    position: absolute;
    right: 0;
    font-family: 'Georgia', serif;
    font-style: italic;
    font-size: 10vw;
    color: rgba(0,0,0,0.02);
    z-index: 0;
    pointer-events: none;
}

@media (max-width: 992px) {
    .grid-content, .form-grid { grid-template-columns: 1fr; }
    .btn-send { position: static; margin-top: 30px; width: 100%; }
}


.arcture-slider {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    background: #fff;
}

.slider-track {
    display: flex;
    width: calc(400px * 8 + 160px);
    animation: scrollSlide 40s linear infinite;
    gap: 20px;
    will-change: transform;
}

.slider-track:hover {
    animation-play-state: paused;
}

.slide {
    position: relative;
    min-width: 400px;
    height: 550px;
    overflow: hidden;
    cursor: pointer;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    will-change: transform;
}

.slide:hover img {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .slide { min-width: 300px; height: 400px; }
    .slider-track { width: calc(300px * 8 + 160px); }
}

@media (max-width: 480px) {
    .slide { min-width: 280px; height: 350px; }
    .slider-track { width: calc(280px * 8 + 140px); }
}

/* Hover Overlay Effect */
.slide-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0; /* Hidden by default */
    transition: all 0.5s ease;
}

.slide:hover .slide-overlay {
    opacity: 1;
}

.slide-content {
    text-align: center;
    color: #fff;
    transform: translateY(30px);
    transition: transform 0.5s ease;
}

.slide:hover .slide-content {
    transform: translateY(0);
}

.slide-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.view-btn {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    border: 1px solid #fff;
    padding: 12px 25px;
    transition: 0.3s;
}

.view-btn:hover {
    background: #fff;
    color: #000;
}

/* Smooth Infinite Loop */
@keyframes scrollSlide {
    0% { transform: translateX(0); }
    100% { transform: translateX(-1600px); } /* Adjust based on slide width */
}


.portfolio-container {
    display: flex;
    align-items: center;
    background-color: #fff;
    min-height: 500px;
    width: 100%;
    overflow: hidden;
}

/* Image Hissa */
.image-wrapper {
    position: relative;
    flex: 1.2; /* Image area thoda bada rakha hai */
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

/* "Portfolio" Script Text */
.portfolio-title {
    position: absolute;
    top: 50px;
    right: -40px; /* Isse text image se thoda bahar niklega */
    font-family: 'Cursive', serif; /* Google font 'Dancing Script' use karein */
    font-size: 100px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    font-weight: 300;
}

/* Text Hissa */
.text-content {
    flex: 1;
    padding: 0 60px;
}

.line-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.line {
    width: 40px;
    height: 1px;
    background-color: #333;
}

.label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #666;
}

/* General Resets */
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #fcfcfc;
    overflow-x: hidden;
}

/* Portfolio Layout */
.portfolio-section {
    display: flex;
    align-items: center;
    min-height: 80vh;
    background: #fff;
    position: relative;
}
.portfolio-section {
    display: flex;
    align-items: center;
    min-height: 80vh;
    background: #fff;
    position: relative;
    padding-top: 100px;
}

.image-side {
    flex: 1.2;
    position: relative;
    height: 85vh;
}
.image-side-LEFT {
    flex: 1.2;
    position: relative;
    height: 85vh;
}
.image-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-side- img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Script Font Overlap */
.portfolio-overlay-text {
    position: absolute;
    top: 15%;
    right: -70px;
    font-family: 'Dancing Script', cursive;
    font-size: clamp(60px, 10vw, 120px);
    color: white;
    z-index: 5;
    text-shadow: 2px 5px 15px rgba(0,0,0,0.1);
}

.content-side {
    flex: 1;
    padding: 0 5% 0 10%;
}

.project-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.line {
    width: 45px;
    height: 1.5px;
    background: #333;
}

.meta-text {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    color: #888;
}

.project-title {
    font-family: 'Playfair Display', serif;
    font-size: 45px;
    font-weight: 400;
    margin: 0 0 25px 0;
    color: #1a1a1a;
}

.project-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    max-width: 700px;
    margin-bottom: 35px;
}

.read-more-btn {
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    letter-spacing: 1.5px;
    display: inline-block;
}

/* Newsletter Section with Overlap */
.newsletter-container {
    padding: 0 10% 100px 10%;
    margin-top: -80px;
    position: relative;
    z-index: 10;
}
.containers{
    padding-top: 5%;

}

.newsletter-card {
    background: white;
    border: 1px solid #f0f0f0;
    padding: 60px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.04);
}

.newsletter-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 45px;
    color: #222;
}

.form-row {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    flex-wrap: wrap;
}

.form-group {
    flex: 1;
    min-width: 220px;
}

.form-group input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    font-size: 14px;
    outline: none;
    background: transparent;
    transition: 0.4s;
}

.form-group input:focus {
    border-bottom: 1px solid #000;
}

.submit-btn {
    background: #2d2d2d;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 11px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.3s ease;
}

.submit-btn:hover {
    background: #000;
    transform: translateY(-2px);
}

/* Responsive Fixes */
@media (max-width: 1024px) {
    .portfolio-section { flex-direction: column; }
    .image-side { width: 100%; height: 450px; }
    .content-side { padding: 80px 40px; }
    .portfolio-overlay-text { right: 20px; top: 10%; }
    .newsletter-container { margin-top: 20px; padding: 40px 20px; }
}


/* Footer Styles */
.main-footer {
    background-color: #a4b8c1; /* Image wala blue-grey color */
    color: #fff;
    padding: 80px 10% 40px 10%;
    font-family: 'Montserrat', sans-serif;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 60px;
    flex-wrap: wrap;
    gap: 40px;
}

/* Logo & Tagline */
.footer-branding {
    flex: 1;
}

.footer-logo {
    font-size: 28px;
    letter-spacing: 5px;
    margin: 0;
    font-weight: 700;
}

.footer-tagline {
    font-family: 'Dancing Script', cursive;
    font-size: 32px;
    margin-top: 10px;
    opacity: 0.9;
}

/* Info Blocks (Right Side) */
.footer-info {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.info-block h4 {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.info-block p, .info-block a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    transition: 0.3s;
}

.info-block a:hover {
    opacity: 1;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    margin-top: 10px;
}

.social-icons a {
    font-size: 18px;
    color: #fff;
    transition: transform 0.3s;
}

.social-icons a:hover {
    transform: translateY(-3px);
}

/* Footer Bottom Bar */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.legal-links {
    display: flex;
    gap: 20px;
}

.legal-links a {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        text-align: center;
    }
    .footer-info {
        text-align: center;
        width: 100%;
    }
    .social-icons {
        justify-content: center;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .legal-links {
        justify-content: center;
    }
}


/* .site-footer {
    background-color: #2d2d2d; Exact grey-blue shade
    color: #ffffff;
    padding: 60px 5% 30px 5%;
    font-family: 'Montserrat', sans-serif;
    padding-top: 105;
} */

/* .footer-main-content {
    display: flex;
    justify-content: space-between;
    align-items: center; Vertical alignment center rakhi hai
    margin-bottom: 40px;
} */

/* Logo and Tagline */
/* .branding { */
    /* flex: 1; */
    /* text-align: left; Logo ko center mein rakhne ke liye */
    /* margin-left: 1%; Right side info ko balance karne ke liye */
/* }

.logo {
    font-size: 26px;
    letter-spacing: 6px;
    margin: 0;
    font-weight: 700;
}

.tagline {
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    margin: 5px 0 0 0;
} */

/* Contact and Social Section */
/* .contact-info {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.info-group h4 {
    font-size: 10px;
    letter-spacing: 1.5px;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.info-group p, .info-group a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
}

.social-links {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-top: 5px;
}

.social-links a {
    font-size: 16px;
    transition: opacity 0.3s;
}

.social-links a:hover {
    opacity: 0.6;
} */

/* Bottom Bar Styling */
/* .footer-copyright {
    display: flex;
    gap: 20px;
    font-size: 10px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    padding-top: 20px;
    margin-left: 20px;
}

.footer-copyright a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
} */

/* Responsive for Mobile */
/* @media (max-width: 768px) {
    .footer-main-content {
        flex-direction: column;
        gap: 40px;
    }
    .branding {
        margin-left: 0;
    }
    .contact-info {
        text-align: center;
    }
    .social-links {
        justify-content: center;
    }
    .footer-copyright {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
} */
.site-footer {
    background-color: #a3b8c2; /* Dark grey se change karke exact blue-grey shade */
    color: #ffffff;
    padding: 40px 8% 20px 8%; /* Padding increase ki hai wide look ke liye */
    font-family: 'Montserrat', sans-serif;
}

.footer-main-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Alignment top se rakhi hai jaisa image mein hai */
    margin-bottom: 50px;
}

/* Logo and Tagline Section */
.branding {
    flex: 1;
    text-align: left;
}

.logo {
    display: block;
    max-width: 150px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    object-fit: contain;
}

/* Mobile responsive branding */
@media (max-width: 768px) {
    .logo {
        max-width: 100px;
    }
}

@media (max-width: 480px) {
    .logo {
        max-width: 80px;
    }
}

.tagline {
    /* font-family: 'Dancing Script', cursive; /* Make sure Google Font link is in HTML */
    font-size: 30px;
    color: #333333; /* Tagline ka color image mein dark hai */
    margin: 0;
    line-height: 1.2; 
}
.tagline {
    font-family: 'Mrs Saint Delafield', cursive; /* Script font for tagline */
    font-size: 30px;
    line-height: 1;
    color: #333333; /* Darker color for tagline as seen in image */
    margin-top: -20px;
}
/* Contact and Social Section (Right Side) */
.contact-info {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 25px; /* Spacing groups ke darmiyan */
}

.info-group h4 {
    font-size: 11px;
    letter-spacing: 2px; /* Extra letter spacing as per image */
    margin: 0 0 8px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}

.info-group p, .info-group a {
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    opacity: 0.9;
    transition: opacity 0.3s;
}
.info-group span p{
    margin-top: 25px;
    /* padding-top: 20px; */
    font-size: 25px;
}

.info-group a:hover {
    opacity: 1;
}

/* Social Icons - Dark color as per image */
.social-links {
    /* display: flex; */
    gap: 20px;
    justify-content: flex-end;
    margin-top: 5px;
}

.social-links a {
    font-size: 18px;
    color: #333333; /* Icons ka color white nahi, dark hai image mein */
    transition: transform 0.3s ease;
}

.social-links a:hover {
    transform: translateY(-3px);
    color: #000000;
}

/* Bottom Bar Styling */
.footer-copyright {
    display: flex;
    gap: 30px;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 0.8px;
    color: rgba(0, 0, 0, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.2); /* Top line add ki hai */
    padding-top: 25px;
}

.footer-copyright a {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    text-transform: capitalize; /* "Privacy Policy" ke liye capitalize sahi rahega */
}

.footer-copyright a:hover {
    color: #000000;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
    .site-footer {
        padding: 50px 20px 30px 20px;
    }
    .footer-main-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
    }
    .contact-info {
        text-align: center;

    }
    .social-links {
        justify-content: center;
    }
    .footer-copyright {
        /* flex-direction: column; */
        /* align-items: center; */
        /* text-align: center; */
        gap: 15px;
    }
}








/* Header text color - main page white, other pages black */




#mainHeader {
    color: #000000 !important;
    background-color: #ffffff;
    shape-outside: gray !important;
}

#mainHeader a {
    color: #000000 !important;
}

#mainHeader.main-page {
    color: #000000 !important;
}

#mainHeader.main-page a {
    color: #000000 !important;
}

/* page 2 */
.property-styling { 
    padding-top: -1%;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.property-styling1 { 
    padding: -1%;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: -20%;
}

.container {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

/* Left Side */
.styling-text1 {
    flex: 1;
    text-align: justify;
}

.service-tag {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    display: block;
    margin-bottom: 10px;
}
.service-tag1 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.main-heading1 {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #222;
    text-align: center;
}
.main-heading {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #222;
}

.description p {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 15px;
}

.inline-link {
    color: #000;
    text-decoration: underline;
    font-weight: 600;
}

.italic-text {
    font-size: 13px;
    font-style: italic;
    margin-top: 20px;
}

/* Features Styling */
.features-list {
    margin-top: 40px;
}

.feature-item {
    border-top: 1px solid #eee;
    padding: 20px 0;
}

.feature-sub {
    font-size: 11px;
    font-style: italic;
    color: #888;
    display: block;
    margin-bottom: 5px;
}

.feature-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.checkmark {
    width: 24px;
    height: 24px;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.feature-title h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    color: #222;
}

/* Right Side Image */
.styling-image {
    flex: 1;
}

.styling-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .container {
        flex-direction: column;
    }
    .styling-image {
        order: -1; /* Image mobile par upar dikhegi */
        width: 100%;
    }
}

/* .labelp {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
} */
.title-largep {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin-bottom: -20px;
    padding-top: 10%;
    align-items: center;
   
}
.projects-grid {
    display: grid;
    /* Ek line mein 4 cards, sab barabar size ke */
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px; /* Cards ke darmiyan gap */
    padding: 20px;
}

.project-card {
    background: #fff;
    border-radius: 8px; /* Thode round corners */
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); /* Card look ke liye shadow */
    display: flex;
    flex-direction: column;
    /* Card ki fixed height set karne ke liye (Optional) */
    height: 300px; 
}

.card-image {
    width: 100%;
    height: 100%; /* Poore card ko cover karega */
}

.card-image img {
    width: 100%;
    height: 100%;
    /* Sabse important property: image stretch nahi hogi, crop hokar fill karegi */
    object-fit: cover; 
    display: block;
    transition: transform 0.5s ease;
}

/* Hover effect */
.project-card:hover img {
    transform: scale(1.1);
}

/* Responsive: Tablet par 2 aur Mobile par 1 card */
@media (max-width: 1024px) {
    .projects-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .projects-grid { grid-template-columns: 1fr; }
    .project-card { height: 250px; }
}
.service-tag1 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    display: block;
   
}


/* Contact Page Specific Header Fix */
.contact-page-header {
    color: #333 !important;
}

.contact-page-header .dot {
    background-color: #333 !important;
}

/* Simple Animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in {
    animation: fadeIn 1s ease forwards;
}
.absolute{
    opacity: 10px;
}



:root {
    --text-color: #333;
    --light-gray: #777;
    --bg-white: #ffffff;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background-color: var(--bg-white);
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

/* Header */
/* header {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.logo { font-weight: bold; letter-spacing: 3px; font-size: 1.2rem; }

nav a {
    text-decoration: none;
    color: var(--text-color);
    font-size: 11px;
    margin-right: 20px;
    letter-spacing: 1px;
    } */
    
    /* Hero Section */
    .hero { display: flex; gap: 60px; align-items: flex-start; }
    .hero-text { flex: 1.2; }
    .hero-img { flex: 0.8; }
    .hero-img img { width: 100%; height: auto; }
    
    .small-tag { font-size: 12px; color: var(--light-gray); margin-bottom: 10px; }
    
    h1 {
        font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    font-weight: 400;
    margin-bottom: 30px;
}

.italic-text { font-style: italic; color: #999; }

.hero-desc p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    max-width: 500px;
}

/* Features */
.features { display: flex; gap: 40px; border-top: 1px solid #eee; }
.feature-item { flex: 1; }
.num { font-size: 24px; color: #ccc; display: block; margin-bottom: 15px; }
.feature-item h3 { font-size: 16px; margin-bottom: 15px; font-weight: 400; }
.feature-item p { font-size: 13px; color: var(--light-gray); margin-bottom: 15px; }
.link { font-size: 11px; font-weight: bold; color: black; text-decoration: none; border-bottom: 1px solid black; }

/* Video Section */
.video-box { position: relative; width: 100%; height: 500px; overflow: hidden; }
.video-box img { width: 100%; height: 100%; object-fit: cover; }
.video-overlay {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.1); display: flex; align-items: center; justify-content: center;
}
.quote-card {
    background: white; padding: 40px; width: 350px; position: absolute; left: 10%;
    box-shadow: 10px 10px 0px rgba(0,0,0,0.05);
}
.play-btn {
    width: 60px; height: 60px; background: black; color: white;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 20px;
}


/* Premium Typography */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;1,400&display=swap');

/* Image Hover Effect: Grayscale to Color */
.blog-card img {
    filter: grayscale(100%);
}

.blog-card:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Line clamping to keep text uniform */
.line-clamp-3 {
    display: -webkit-box;
    --webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}





/* Video Transitions */
video {
    transition: filter 0.8s ease, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.group:hover video {
    transform: scale(1.08);
}

.serif-title {
    font-family: 'Playfair Display', serif;
}



@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/proxima-nova-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
p {
    /* Agar Proxima Nova install hai toh ye chale ga */
    font-family: 'Proxima Nova', 'Montserrat', sans-serif; 
    
    /* Light version ke liye weight 300 rakha jata hai */
    font-weight: 300; 
    
    /* Text ko saaf dikhane ke liye thoda gap */
    line-height: 1.6;
    letter-spacing: 0.5px;
    
    /* Font size aap apni marzi se set kar sakte hain */
    font-size: 16px; 
}

bowerbird-final-wrap

.button-wrapper1 {
    display: flex;
    /* justify-content: center; This centers the button under the grid */
  /* margin-top: 30px; */
}
.button-wrapper{
    display: flex;
    justify-content: center; /* This centers the button under the grid */
    margin-top: 1px;
}

.view-more {
    text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  /* border-bottom: 1px solid #333; */
  padding-bottom: 5px;
  padding-left: 50%;
  transition: 0.3s;
}

.view-more:hover {
    color: #777;
    border-color: #777;
}



/* Performance optimizations */
img, video { image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; }
video { object-fit: cover; }
.hero-bg { will-change: background-image; }

/* Logo sizing - Primary Definition */
.logo { 
    max-width: 120px; 
    width: 100%; 
    height: auto; 
    display: block;
    object-fit: contain;
    transition: all 0.3s ease;
}

.container { padding: 60px 5%; max-width: 100%; }
.hero-bg { min-height: 70vh; background-size: cover; background-position: center; }
.hero-bg h1 { font-size: clamp(2rem, 6vw, 4rem); }
.hero-bg h5 { font-size: clamp(1rem, 3vw, 1.5rem); }
.hero-bg p { font-size: clamp(0.9rem, 2vw, 1.1rem); }
#mainHeader { padding: 1rem; width: 100%; }

@media (max-width: 1024px) {
  .content-split { grid-template-columns: 1fr; gap: 30px; }
  .content-grid { grid-template-columns: 1fr; }
  .hero { flex-direction: column; }
  .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main-content { flex-direction: column; gap: 30px; }
  .logo { max-width: 100px; }
}

@media (max-width: 768px) {
  .nav-font { font-size: 14px; }
  .grid-container { height: auto; flex-direction: column; }
  .interactive-grid { height: auto; padding: 40px 0; }
  .form-grid { grid-template-columns: 1fr; gap: 20px; }
  .title-main { font-size: clamp(1.5rem, 5vw, 2rem); }
  .title-medium { font-size: clamp(1.2rem, 4vw, 1.8rem); }
  .contact-section { margin-top: 40px; padding: 20px; }
  .contact-section1 { padding-left: 20px; padding-right: 20px; }
  .contact-form-box { padding: 30px 20px; }
  .item-content h3 { font-size: 1.5rem; }
  .grid-item { padding: 20px; min-height: 180px; }
  .section-header { gap: 8px; }
  .bowerbird-sections, .bowerbird-sections1 { padding: 40px 5%; }
  .slide { min-width: 300px; height: 400px; }
  .portfolio-section { flex-direction: column; padding-top: 40px; }
  .image-side { height: 50vh; }
  .content-side { padding: 40px 20px; }
  .newsletter-container { padding: 0 5% 50px 5%; }
  .footer-main-content { text-align: center; align-items: center; }
  .contact-info { text-align: center; }
  .social-links { justify-content: center; }
}

@media (max-width: 480px) {
  .label { font-size: 11px; }
  .item-content h3 { font-size: 1.25rem; }
  .logo { max-width: 75px; }
  .hero-bg h1 { font-size: clamp(1.5rem, 8vw, 2.5rem); }
  .hero-bg h5 { font-size: 1rem; }
  .hero-bg p { font-size: 0.9rem; }
  .projects-grid { grid-template-columns: 1fr; }
  .slide { min-width: 280px; height: 350px; }
  .form-row { flex-direction: column; gap: 20px; }
  .newsletter-card { padding: 30px 20px; }
  .contact-form-box { padding: 20px 15px; }
  .btn-send { position: static; width: 100%; margin-top: 20px; }
}

/* Mobile menu overlay (mobile-only) */
.mobile-menu { display:none; position:fixed; left:0; top:0; bottom:0; width:75%; max-width:420px; padding:40px 28px; flex-direction:column; background:#abbec9; color:#061017; z-index:1001; transform: translateX(-110%); transition: transform .28s cubic-bezier(.2,.9,.2,1); }
#menuOverlay.active { background: rgba(0,0,0,0.45); }
#menuOverlay.active .mobile-menu { transform: translateX(0); }
.mobile-top { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.mobile-close-dot { background:transparent; border: none; cursor:pointer; }
.mobile-links { margin-top: 36px; display:flex; flex-direction:column; gap:20px; }
.mobile-links a { font-size:1.25rem; color:#061017; font-weight:600; text-decoration:none; letter-spacing:0.06em; }
.mobile-links a:hover { opacity:0.9; }
.socials { margin-top:auto; display:flex; gap:18px; align-items:center; }
.socials a i { font-size:18px; color:#061017; }

@media (max-width: 1024px) {
  .mobile-menu { display:flex; }
  /* Hide the large overlay panels on smaller screens */
  #menuOverlay .md\:grid-cols-4 { display:none !important; }
  #menuOverlay .w-full.md\:w-\[380px\] { display:none !important; }
  #menuOverlay { align-items:flex-start; justify-content:flex-start; }
}

/* 
@keyframes fadeIn {
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
        }
        .animate-fade-in {
            animation: fadeIn 0.6s ease forwards;
            } */
            