    /* =========================================
       1. FONTS & VARIABLES
       ========================================= */
    /* Gotham */
    @font-face { font-family: 'Gotham-Light'; src: url('fonts/Gotham-Light_0.otf'); }
    @font-face { font-family: 'Gotham-Book'; src: url('fonts/Gotham-Book_0.otf'); }
    @font-face { font-family: 'Gotham-Medium'; src: url('fonts/Gotham-Medium_0.otf'); }
    /* Myriad */
    @font-face { font-family: 'Myriad-Light'; src: url('fonts/MyriadPro-Light.otf'); }
    @font-face { font-family: 'Myriad-Regular'; src: url('fonts/MYRIADPRO-REGULAR_1.OTF'); }
    @font-face { font-family: 'Myriad-Semibold'; src: url('fonts/MYRIADPRO-SEMIBOLD.OTF'); }
    @font-face { font-family: 'Myriad-Bold'; src: url('fonts/MYRIADPRO-BOLD.OTF'); }

    :root {
      --font-heading: 'Myriad-Bold', Arial, sans-serif;
      --font-subheading: 'Gotham-Medium', Arial, sans-serif;
      --font-subheading-para: 'Gotham-Light', Arial, sans-serif;
      --font-body: 'Myriad-Regular', Arial, sans-serif;
      --font-light: 'Myriad-Light', Arial, sans-serif;
      --bs-body-font-size: 1.2rem;
    }

    /* =========================================
       2. BASE STYLES
       ========================================= */
    body {
      font-family: var(--font-body);
      color: #095c7c;
      line-height: 1.6;
      overflow-x: hidden;
    }

    h1, h2, h3, h4, h5 { font-family: var(--font-heading); letter-spacing: 0.5px; font-weight: 700; }
    
    h3.display-5.fw-bold { color: #095c7c; }
    .display-5 { font-size: calc(1.425rem + 2.1vw); }
    .lead { color: black; }
    .p { font-size: 1.3rem!important; }
    
    .section { padding: 100px 0; }
    .section-sm { padding: 70px 0px 70px 0px; }

    /* Utility Helpers (Refactored from inline) */
    .bg-white { background-color: white; }
    .img-fluid-mt { margin-top: 10px; }
    .w-30px { width: 30px; }
    .mb-19px { margin-bottom: 19px; }
    .mb-16px { margin-bottom: 16px; }

    /* =========================================
       3. NAVBAR
       ========================================= */
    .custom-navbar { background: transparent; transition: background-color 0.3s ease, box-shadow 0.3s ease; padding: 20px 0; }
    .custom-menu .nav-item { position: relative; }
    .custom-menu .nav-link { color: #fff !important; font-family: var(--font-light); font-weight: 400; padding: 0 18px; letter-spacing: 1.4px; }
    .custom-menu .nav-item:not(:last-child)::after { content: ''; position: absolute; right: 0; top: 50%; transform: translateY(-50%); height: 18px; width: 1px; background-color: rgba(255, 255, 255, 0.5); }
    .custom-menu .nav-link:hover { opacity: 0.8; }
    .navbar.scrolled { background-color: #111; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

    /* =========================================
       4. COMPONENTS
       ========================================= */
    /* Buttons */
    .btn-primary-custom { background: #cbb68c; border: none; border-radius: 0; padding: 12px 30px; font-family: var(--font-subheading); letter-spacing: 1px; }
    
    .btn-conversation { border: 2px solid #cdbfa3; color: #0b5c6b; letter-spacing: 0.5px; padding: 9px 27px; border-radius: 0; text-transform: none; transition: all 0.3s ease; font-weight: 700; }
    .btn-conversation:hover { background-color: #bfb08f; color: white; }
    .btn-conversation:focus { box-shadow: none; }
    
    .conversation-btn { letter-spacing: 4px; font-size: 1.3rem; }

    /* Icons */
    .icon-strip { background: #e6dfcf; }
    .icon-box { text-align: center; font-size: 14px; font-family: var(--font-light); }

    /* =========================================
       5. HERO & VISION SECTIONS
       ========================================= */
    .hero { display: flex; align-items: center; color: #095c7c; }
    .hero-overlay { background: rgba(255,255,255,0.75); padding: 80px 0; }
    
    .image-hero { position: relative; width: 100%; height: 100vh; overflow: hidden; }
    .hero-img { width: 100%; height: 100%; object-fit: cover; }
    .image-hero p.desktop-overlay { position: absolute; top: 80%; left: 65%; transform: translateX(-50%); margin: 0; padding: 0; color:#095C7C; letter-spacing: 1.2px; text-align: center; z-index: 2; }

    /* Scroll Indicator */
    .scroll-indicator { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); width: 30px; height: 30px; cursor: pointer; }
    .scroll-indicator span { display: block; width: 100%; height: 100%; border-bottom: 3px solid #fff; border-right: 3px solid #fff; transform: rotate(45deg); animation: scrollBounce 1.8s infinite; }
    @keyframes scrollBounce { 0% { transform: rotate(45deg) translate(0, 0); opacity: 0.3; } 50% { transform: rotate(45deg) translate(6px, 6px); opacity: 1; } 100% { transform: rotate(45deg) translate(0, 0); opacity: 0.3; } }

    /* Vision Section */
    .bg-image-section-vision { background-image: url('img/vision.webp'); background-size: cover; background-repeat: no-repeat; background-position: center; min-height: 160vh; }
    
    .vision-section { position: relative; min-height: 100vh; overflow: hidden; display: flex; align-items: center; }
    .vision-section::after { content: ""; inset: 0; z-index: 1; }
    .vision-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
    .vision-content { position: relative; z-index: 2; width: 100%; }
    
    .vision-title { font-family: var(--font-heading); color: #0b5c6b; font-size: calc(1.425rem + 2.1vw); line-height: 1.2; margin-bottom: 20px; }
    .vision-text { font-family: var(--font-body); color: #000; margin-bottom: 12px; }
    .vision-highlight { font-family: var(--font-heading); color: #000; font-size: 1.5rem; margin-top: 20px; }
    .vissionmgtop { margin-bottom: 20%; margin-top: 5%; }

    /* =========================================
       6. EDGE STRIP & APPROACH
       ========================================= */
    .edge-strip { background: #f1f1f1; padding: 40px 0; }
    .edge-item { padding: 0 14px; text-align: left; }
    .edge-content { display: flex; align-items: center; gap: 12px; }
    .edge-content img { width: 38px; height: auto; flex-shrink: 0; }
    .edge-content p { margin: 0; font-size: 0.9rem; color: #0b5c6b; font-family: var(--font-body); line-height: 1.3; }
    .edge-content small { font-size: 11px; color: #0b5c6b; }
    .edge-item img { width: 38px; height: auto; margin-bottom: 12px; margin-left: 10%; }
    .edge-item p { margin: 0; font-size: 0.9rem; color: #000; font-family: var(--font-body); line-height: 1.3; text-align: left; padding-left: 10%; }
    .edge-item small { font-size: 11px; color: #000; }
    .edge-divider { width: 1px; background:#cfc3aa; height: 50px; align-self: center; }
    .imgvat { vertical-align: top; }

    /* =========================================
       7. TRANSPARENCY SECTION
       ========================================= */
    .process-list li { list-style: none; padding: 10px 15px; border: 2px solid #e6dfcf; margin-bottom: 10px; font-family: var(--font-subheading); }
    
    /* Specific styling for the transparency image background */
    .transparency-bg-col {
      padding: 0;
      background-image: url('img/transparency_from_start_to_finish_full_width.webp?v=2');
      background-size: cover;
      background-position: center bottom;
      background-repeat: no-repeat;
      height: 720px;
      margin-top: 10px;
    }

    .process-step-title {
      letter-spacing: 4px;
      font-size: 1.3rem;
      color: black;
      margin-bottom: 0px;
    }

    /* =========================================
       8. FOUNDERS & EXPERTISE
       ========================================= */
    .founders-section { padding: 10px 0 0; background: #fff; }
    .founders-title { font-family: var(--font-heading); color: #0b5c6b; font-size: 32px; letter-spacing: 1px; }
    .founder-item { padding: 0 45px 20px 45px; text-align:left; }
    .founder-img { width: 100%; object-fit: cover; filter: grayscale(100%); margin-bottom: 25px; }
    .founder-name { font-family: var(--font-subheading); color: #0b5c6b; font-size: 14px; letter-spacing: 1px; margin-bottom: 15px; }
    
    /* Desktop Default for Founder Desc (Bold/Black) */
    .founder-desc { font-family: var(--font-subheading-para); font-size: 15px; color: #282828; font-weight: 900; line-height: 2; }
    
    .founders-footer { height: 291px; background: #0b4e63; margin-top: -230px; }
    .founder-card img { filter: grayscale(100%); }
    .founders-row-padding { padding: 0px 40px; }

    /* Expertise */
    .expertise-section { padding: 100px 0; background: #fff; }
    .expertise-title { font-family: var(--font-heading); color: #0b5c6b; font-size: 36px; line-height: 1.2; letter-spacing: 0.5px; }
    .expertise-text { font-family: var(--font-body); color: #095c7c; line-height: 1.7; margin-bottom: 10px; }
    .expertise-label { font-family: var(--font-heading); color: #095c7c; margin-bottom: 0; }
    .expertise-card img { width: 100%; object-fit: cover; margin-bottom: 12px; }
    .expertise-card h6 { font-family: var(--font-heading); color: #000; font-size: 1.3rem; letter-spacing: 0.8px; line-height: 1.4; }

    /* =========================================
       9. PROJECTS & SITE OVERVIEW
       ========================================= */
    .projects-section { padding-bottom: 30px; background: #fff; }
    .project-card { background: #e6dfcf; padding: 40px; }
    .project-image { box-shadow: 0 10px 30px rgba(0,0,0,0.12); }
    .project-title { font-family: var(--font-heading); color: #0b5c6b; font-size: 28px; line-height: 1.2; }
    .project-subtitle { font-family: var(--font-body); color: #095c7c; }

    /* Custom Layout Widths for Projects (Preserving inline overrides) */
    .project-width-35 { width: 35%; }
    .project-width-65 { width: 65%; }
    .project-width-60 { width: 60%; }
    .project-width-40 { width: 40%; }
    
    /* Amenities */
    .amenities-row { padding: 40px 0; }
    .amenities-item { padding: 0 25px; }
    .amenities-icon { width: 70px; height: 70px; border: 1.5px solid #cbb68c; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
    .amenities-icon img { width: 32px; height: auto; }
    .amenities-item p { margin: 0; color: #000; font-family: var(--font-body); line-height: 1.3; }
    .amenities-divider { width: 1px; height: 48px; background: #cbb68c; opacity: 0.8; margin-top: 80px; }
    .amenities-label { display: inline-block; background: #0b5c6b; color: #fff; padding: 6px 14px; font-family: var(--font-heading); letter-spacing: 0.5px; }
    .amenities-list { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 18px; }
    .amenity-item { font-size: 13px; font-family: var(--font-body); color: #095c7c; position: relative; padding-left: 15px; }
    .amenity-item::before { content: ''; position: absolute; left: 0; top: 4px; width: 6px; height: 6px; border: 1px solid #cbb68c; border-radius: 50%; }
    
    /* Project Row Adjustments */
    .amenities-row-offset { margin-left: -66px; }
    .amenities-row-bandra { margin: 0 40px 0 -40px; }

    /* Site Overview Section */
    .site-overview-section { background: #f1f1f1; padding: 30px 0; }
    .overview-box { border: 1.5px solid #c3c3c3; padding: 40px 30px; height: 100%; position: relative; color: #000; }
    .overview-title { position: absolute; top: -16px; left: 35%; background: #0b5c6b; color: #fff; padding: 6px 18px; font-size: 14px; letter-spacing: 1px; font-family: var(--font-heading); }
    .overview-item { display: flex; align-items: center; gap: 18px; }
    .overview-item img { width: 36px; height: auto; }
    .overview-box hr { border: 1.5px solid #c3c3c3; margin: 22px 0; }
    .overview-grid { display: grid; grid-template-columns: 1fr 1px 1fr 1px 1fr; gap: 30px; }
    .overview-grid.two-row.pt-3{ grid-template-columns: 1fr 1px 2fr; }
    .grid-center-large{ grid-template-columns: 3fr 1px 4fr 1px 3fr; }
    .grid-item { text-align: left; display: flex; flex-direction: column; }
    .grid-item img { width: 36px; margin-bottom: 5px; margin-left: 20px; margin-top: auto; }
    .grid-item p { margin: 0; line-height: 1.4; text-align: left; padding-left: 20px; }
    .grid-divider { width: 1px; border: 1.5px solid #c3c3c3; height: 40px; margin-top: 55px; }
    .site-overview { background: #e6dfcf; padding: 35px; margin-bottom: 80px; position: relative; }
    .site-label { position: absolute; top: -14px; left: 30px; background: #0b5c6b; color: #fff; font-size: 12px; font-family: var(--font-heading); padding: 6px 14px; letter-spacing: 0.5px; }
    .site-overview ul { list-style: none; padding: 0; margin: 0; }
    .site-overview li { font-size: 13px; font-family: var(--font-body); color: #095c7c; margin-bottom: 12px; padding-left: 20px; position: relative; }
    .site-overview li::before { content: ''; width: 8px; height: 8px; border: 1px solid #0b5c6b; position: absolute; left: 0; top: 5px; }

    /* Overview Helpers */
    .pl-33 { padding-left: 33px; }
    .pr-33 { padding-right: 33px; }
    .ls-1-5 { letter-spacing: 1.5px; }
    .strong-bold-ls { font-weight: bold !important; letter-spacing: 1.5px; }
    .grid-border-bottom { border-bottom: 1.5px solid #c3c3c3; }
    .icon-w-47 { width: 47px; }

    /* =========================================
       10. FOOTER
       ========================================= */
    .footer-section { position: relative; padding-top: 0px; padding-bottom: 30px; background:url("img/footer-bg.webp") center/cover no-repeat; background-color:linear-gradient(rgba(6, 58, 77, 0.95), rgba(6, 58, 77, 0.95)); color: #ffffff; }
    .footer-accent { width: 7px; height: 60px; background: #f5a623; margin: 0 auto 20px; }
    .footer-title { font-family: var(--font-heading); letter-spacing: 1px; font-size: 26px; margin-bottom: 12px; }
    .footer-subtitle { max-width: 700px; margin: 0 auto 50px; font-size: 15px; opacity: 0.9; }
    .footer-info h6 { font-family: var(--font-heading); font-size: 14px; letter-spacing: 1px; margin-bottom: 12px; }
    .footer-info p { font-size: 14px; line-height: 1.6; margin: 0; }
    .divider { width: 1px; background: rgba(255, 255, 255, 0.3); height: 100px; margin: 0px 0px; padding-left: 0px; padding-right: 0px; }
    
    .btn-map { background: #cbb68c; color: #0b5c6b; padding: 12px 26px; font-family: var(--font-heading); border-radius: 0; text-decoration: none; display: inline-block; transition: all 0.3s ease; }
    .btn-map:hover { background: #bfb08f; color: #083f4a; }
    .btn-map-custom { color: white; letter-spacing: 3.2px; }
    
    .footer-whatsapp { margin-top: 50px; }
    .footer-whatsapp h6 { font-size: 14px; letter-spacing: 1px; margin-bottom: 8px; }
    .footer-whatsapp p { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; margin: 0; }
    .footer-whatsapp img { width: 18px; }

    /* =========================================
       11. RESPONSIVENESS & MEDIA QUERIES
       ========================================= */
    /* Visibility Classes */
    .mobhero { display: none; }
    .dskhero { display: block; }
    
    /* Default: Desktop */
    .thoughtfordesk { display: block; }
    .thoughtformob { display: none; }

    /* Mobile & Tablet Unified Styles (Max-width: 991px) */
    @media (max-width: 991px) {
      
      /* =========================================
         MOBILE FONT SIZES (USER REQUESTED)
         ========================================= */
      
      /* 1. "rest all should be 1rem" (Body, Lists, Spans, Links, Buttons) */
      body, .btn, .nav-link, li, span, div, a {
        font-size: 1rem !important;
      }

      /* 2. "h tags should be 1.25rem" (Headers & Display classes) */
      h1, h2, h3, h4, h5, h6, 
      .display-5, .vision-title, .footer-title, .expertise-title, .project-title, .navbar-brand {
        font-size: 1.25rem !important;
        line-height: 1.3;
      }

      /* 3. "for <p> make it 0.85 rem" (Paragraphs & Text Classes) */
      p, .lead, .vision-text, .founder-desc, .amenities-item p, .edge-item p, .footer-subtitle, .footer-info p {
        font-size: 0.85rem !important;
        line-height: 1.5;
      }
      
      /* =========================================
         ADDITIONAL SPECIFIC REDUCTIONS
         ========================================= */
      /* Expertise Section Content */
      .expertise-card h6 {
        font-size: 1rem !important; /* Reduced from 1.25rem */
      }
      
      /* Founders Section Content */
      .founder-name {
        font-size: 1rem !important; /* Reduced from 1.25rem */
      }
      
      /* Updated Founder Desc to match Vision Text style in Mobile */
      .founder-desc {
        font-family: var(--font-body) !important; /* Match vision-text font */
        font-weight: 400 !important;              /* Normal weight instead of bold/900 */
        font-size: 0.85rem !important;            /* Match p size */
        line-height: 1.6 !important;
        /* color: #095c7c !important;                /* Match body text color */
      }

      /* Site Overview Content */
      .overview-box span, 
      .overview-box strong, 
      .grid-item p,
      .grid-item strong {
        font-size: 0.8rem !important;
      }
      .overview-title {
        font-size: 0.8rem !important;
      }

      /* Footer Content */
      /* Make GET IN TOUCH and START A CONVERSATION match CORPORATE OFFICE size (0.9rem) */
      .footer-title,
      .footer-whatsapp h6 {
        font-size: 0.9rem !important; 
        margin-bottom: 12px;
      }
      
      .footer-info h6 {
        font-size: 0.9rem !important; /* Reduced corporate/registered headings */
      }
      .footer-info p {
        font-size: 0.8rem !important; /* Reduced address text */
      }
      .btn-map {
        padding: 8px 15px;      /* Smaller padding */
        font-size: 0.75rem !important; /* Smaller font */
        letter-spacing: 2px !important;
      }
      
      /* =========================================
         END MOBILE FONT SIZES
         ========================================= */

      /* Global Layout & Typography */
      .section, .section-sm { padding: 40px 0; }
      .col-lg-4, .col-lg-8, .col-lg-7, .col-lg-5, .col-md-5, .col-md-7 { width: 100% !important; padding-left: 15px !important; padding-right: 15px !important; }
      
      /* Navbar - App Style */
      .custom-navbar { background: rgba(255, 255, 255, 0.98) !important; backdrop-filter: blur(10px); box-shadow: 0 4px 20px rgba(0,0,0,0.05); padding: 12px 0; }
      .custom-menu .nav-link { color: #0b5c6b !important; font-weight: 600; padding: 15px 0; border-bottom: 1px solid #f0f0f0; font-size: 16px; }
      .custom-menu .nav-item::after { display: none; }
      .navbar-toggler { border: none; padding: 0; }
      .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(11, 92, 107, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important; }

      /* Hero Section */
      .image-hero { height: auto; display: flex; flex-direction: column; min-height: auto; }
      .dskhero { display: none; }
      .mobhero { display: block; width: 100%; height: auto; }
      .desktop-overlay { display: none !important; }
      a.scroll-indicator { display: none; }
      
      /* Vision Section Mobile Styles (UPDATED FOR SQUARE IMAGE SEPARATED) */
      .vision-section {
        display: flex;         
        flex-direction: column;   /* Stack text then image */
        align-items: center; 
        min-height: auto;
        padding-top: 40px;        /* Space from navbar */
        padding-bottom: 0;
      }
      
      /* Order 1: Text Content */
      .vision-content { 
        order: 1;                 /* Visually first */
        padding: 0 15px 30px 15px; /* Side padding, spacing below text */
        width: 100%;             
        position: static;         /* Remove relative/overlay */
      }
      
      /* Order 2: Image */
      .vision-bg.mobhero { 
        order: 2;                 /* Visually second */
        position: static;         /* No absolute positioning */
        width: 100%;              /* Full width */
        height: auto;             /* Maintain aspect ratio */
        object-fit: cover;
        margin: 0;                /* No margins */
      }
      
      /* Ensure desktop BG is hidden */
      .vision-bg.dskhero {
        display: none;
      }
      
      .vissionmgtop {
        margin-top: 0 !important;    
        margin-bottom: 0 !important;
      }
      
      /* Horizontal Scrolling (App Swipe) */
      .edge-strip .row, .amenities-row .row { display: flex; flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; gap: 16px; padding-bottom: 20px; padding-left: 20px; padding-right: 40px; scroll-snap-type: x mandatory; }
      .edge-strip .row::-webkit-scrollbar, .amenities-row .row::-webkit-scrollbar { display: none; }
      
      .edge-item, .amenities-item { flex: 0 0 140px; scroll-snap-align: start; background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 20px 10px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.03); margin-bottom: 5px; }
      .edge-divider, .amenities-divider, .grid-divider, .divider { display: none; }
      .edge-item img, .amenities-item img { margin: 0 auto 10px; display: block; }
      .edge-item p, .amenities-item p { text-align: center; padding: 0; } /* Font size handled by generic rule */
      
      /* Founders Cards & Description Updates */
      .founders-section .row { display: flex; flex-direction: column; gap: 24px; }
      .founder-item { background: #fff; border-radius: 16px; padding: 30px 20px !important; box-shadow: 0 8px 24px rgba(0,0,0,0.08); text-align: center; margin-bottom: 40px; }
      .founders-footer { display: none; }
      .founder-img { width: 180px; height: 180px; margin: 0 auto 20px; }
      /* .founder-desc handled in specific overrides block above */
      
      /* Projects & Images */
      .project-image { width: 100%; height: auto; border-radius: 16px; margin-bottom: 20px; margin-top: 0 !important; }
      
      /* Site Overview Stacked Grid */
      .site-overview-section { background: transparent; padding: 0; }
      .overview-box { background: #f4f6f7; border: none; border-radius: 16px; padding: 30px 20px; margin-bottom: 20px; height: auto; }
      .overview-title { position: relative; top: 0; left: 0; display: inline-block; margin-bottom: 20px; border-radius: 6px; font-size: 12px; }
      .overview-grid, .grid-center-large, .overview-grid.two-row.pt-3 { display: grid; grid-template-columns: 1fr; gap: 20px; }
      .grid-item { background: #fff; padding: 15px; border-radius: 10px; box-shadow: 0 2px 6px rgba(0,0,0,0.04); }
      
      /* Footer Center */
      .footer-section { text-align: center; }
      .footer-info { text-align: center; gap: 30px; }
      .btn-conversation { width: 100%; padding: 16px; }
      .footer-whatsapp p { justify-content: center; }

      /* Fix margins for Horizontal Scroll Containers */
      .amenities-row { margin: 0 -15px !important; width: auto; padding: 0; }
      .edge-strip { padding-top: 40px; }
      
      .conversation-btn { letter-spacing: 3px!important; font-size: 1rem!important; }
    }
    
    /* Specific overrides for small devices */
    @media (max-width: 575px) {
      /* .vision-content { padding-bottom: 50px; } */ /* Removed to fix stacking */
      .vision-section { display: flex; } /* Ensure flex persists */
      .thoughtfordesk { display: none; }
      .thoughtformob { display: block; } /* Font size handled by generic h rule */
    }

    /* Applies only between 576px and 991px */
    @media (min-width: 576px) and (max-width: 991px) {
      .vision-bg { padding-bottom: 0px; }
    }
    
    @media (max-width: 992px) {
      .conversation-btn { letter-spacing: 3px!important; font-size: 1rem!important; }
    }
  