@font-face {
  font-family: 'Adero';
  src: url('assets/fonts/AderoTrial-Bold.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'Adero';
  src: url('assets/fonts/AderoTrial-Medium.otf') format('opentype');
  font-weight: 500;
}




@font-face {
  font-family: 'BentonModern';
  src: url('assets/fonts/Benton%20Modern%20Font%20Family/BentonModDisp-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'BentonModern';
  src: url('assets/fonts/Benton%20Modern%20Font%20Family/BentonModDisp-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

.benton-font {
  font-family: 'BentonModern', serif !important;
}

.nobrk {
  white-space: nowrap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background: transparent;
}

body {
  background: transparent;
  color: #222;
  overflow-x: hidden;
  margin: 0;
  padding-top: 0 !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}



h1,
h2,
h3 {
  font-family: 'Adero', sans-serif;
  font-weight: 700;
}

h4,
h5,
h6 {
  font-family: 'Adero', sans-serif;
  font-weight: 500;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

/* ================= INTRO VIDEO ================= */
#intro-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease;
  overflow: hidden;
}

#intro-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.desktop-video {
  display: block;
}

.mobile-video {
  display: none;
}

@media (max-width: 768px) {
  .desktop-video {
    display: none;
  }

  .mobile-video {
    display: block;
  }
}


/* ================= GLOBAL BACKGROUND VIDEO ================= */
#global-bg-video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  overflow: hidden;
  pointer-events: none;
}

#global-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  will-change: transform;
}

#global-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.55);
}




/* ================= NAVBAR ================= */

.logo img {
  height: clamp(50px, 4vw, 60px);
  width: auto;
  display: block;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(90px, 7vw, 115px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3vw;
  background: #000;
  z-index: 1000;
  font-family: 'Adero', sans-serif;
  transition: 0.4s ease;
}

.nav-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  flex-wrap: nowrap;
  gap: clamp(1.5vw, 2.5vw, 3vw);
}



/* NAV LINKS WHITE */
.nav-menu a {
  color: #fff;
  text-decoration: none;
  margin: 0;
  font-size: clamp(14px, 1.1vw, 16.5px) !important;
  letter-spacing: clamp(2px, 0.3vw, 4px);
  transition: 0.3s ease;
  font-family: 'Adero', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.nav-menu a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #e8ca61;
  transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
}

.nav-menu a:hover::after {
  width: 100%;
  left: 0;
  background: #e8ca61;
}

.nav-menu a:hover {
  color: #e8ca61;
}

/* CONTACT BUTTON */
.contact-btn {
  background: linear-gradient(to right, #ebd197 0%, #b48c36 100%);
  border: none;
  color: #000;
  padding: clamp(12px, 1vw, 15px) clamp(30px, 3vw, 50px);
  height: auto;
  display: inline-block;
  font-weight: 700;
  font-family: 'Adero', sans-serif;
  cursor: pointer;
  border-radius: 0px;
  transition: 0.3s ease;
  text-decoration: none;
  letter-spacing: clamp(1.5px, 0.15vw, 2px);
  font-size: clamp(14px, 1.1vw, 18px);
}

.contact-btn:hover {
  background: linear-gradient(135deg, #f5db9f 0%, #c49942 100%);
}








/* ================= HERO ================= */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* Full viewport height for all hero sections */
#home,
.inner-page-hero {
  min-height: 100vh;
  height: 100vh;
}

/* Single hero banner image styling */
.hero-banner {
  width: 100%;
  height: 100%;
  /* Ensure it fills the 100vh container */
  object-fit: cover;
  display: block;
}

/* Specific fix for Verticals banner to preserve full composition AND fill 100vh height */
.verticals-hero .hero-banner {
  object-fit: fill;
  /* Use fill to avoid black gaps while keeping the whole artwork visible */
  object-position: center center;
}

/* Allow other internal heroes to use contain if they also experience cropping issues */
.inner-page-hero .slide {
  background-color: #000;
}

/* Background video behind hero slider */
.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* Slides for index.html hero slider */
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide.active {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.10);
  pointer-events: none;
}


.hero-text,
.title {
  font-family: 'Adero';
  font-weight: 700;
}

/* footer */

/* ===== CONTACT PLACEHOLDER ===== */
.contact-placeholder {
  height: 400px;
  background: #9e9e9e;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-placeholder h2 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 24px;
}

/* ===== FOOTER ===== */
.footer {
  background: #000;
  color: #fff;
  padding: 70px 40px 30px;
  /* Reduced side padding to allow shifting */
}

/* MAIN CONTAINER */
.footer-container {
  display: flex;
  justify-content: center;
  /* Pull elements together */
  align-items: flex-start;
  gap: 230px;
  /* Further increased gap to shift info right */
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

/* ===== LEFT SIDE (LOGO) ===== */
.footer-left {
  flex: 0 0 auto;
  margin-top: 15px;
  /* Aligned with right-side content baseline */
}

.footer-left img {
  width: 220px;
  height: auto;
}

/* ===== RIGHT SIDE (CONTACT INFO & BOTTOM) ===== */
.footer-right {
  flex: 0 0 auto;
  max-width: 600px;
}

/* CONTACT ITEM */
.contact-item {
  display: flex;
  align-items: center;
  margin: 20px 0;
  gap: 20px;
}

/* ICON STYLE */
.contact-item img {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  padding: 6px;
  object-fit: contain;
}

/* TEXT */
.contact-item p,
.contact-item a {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.5px;
}

/* ===== DIVIDER LINE ===== */
.footer hr.footer-divider {
  border: none;
  height: 1px;
  background: #b28822;
  /* solid gold */
  margin: 30px 0 20px;
}

/* ===== BOTTOM ===== */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.footer-bottom p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer-bottom a {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.offwhite-link {
  color: #ebd197 !important;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.offwhite-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}



/* ================= INFO STRIP ================= */
.info-strip {
  width: 100%;
  height: auto;
  /* Allow padding to control height */
  min-height: 85px;
  /* Medium thickness */
  background-image: url('assets/imgs/Gold gradient .jpeg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 15px 0;
  /* Increased vertical spacing */
  position: relative;
  z-index: 10;
}

.info-strip-track {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 25s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.info-strip p {
  font-family: 'Adero', 'Montserrat', sans-serif;
  font-weight: 500;
  /* Adero Medium */
  font-size: 26px;
  /* Increased size */
  letter-spacing: 4px;
  /* Premium feel */
  text-transform: uppercase;
  color: #000;
  margin: 0;
  padding-left: 100px;
  /* More gap between repeating text */
  display: inline-block;
}

/* Force Montserrat for numbers if Adero fails */
.number-font {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}



/* ================= HOME SECTION DIVIDER ================= */
.home-section-divider {
  width: 100%;
  height: 14px;
  background: linear-gradient(
    to right,
    #b48c36 0%,
    #ebd197 25%,
    #d6ad4b 50%,
    #ebd197 75%,
    #b48c36 100%
  );
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
}

/* ================= SECTION 2 ================= */
.section-2 {
  background: #000;
  padding: 0;
}

.section-2-banner {
  position: relative;
}

/* IMAGE */
.section-2-banner img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

/* TEXT */
.section-2-text {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.section-2-text p {
  width: 90%;
  max-width: 700px;
  /* Reduced from 1400px → forces 4–5 line wrap */
  margin: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.75;
  /* Slightly increased for premium readability */
  letter-spacing: 0.3px;
  text-align: center;
  color: #ffffff;
}



/* ================= SECTION 3 ================= */
.section-3 {
  background: #000;
  padding: 0;
}

.section-3-banner {
  position: relative;
}

.section-3-banner img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}


.section-3-text {
  position: absolute;
  bottom: 80px;
  /* Moved slightly upwards as requested */
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.section-3-text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.75;
  /* Slightly increased for premium readability */
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
  width: 90%;
  max-width: 780px;
  /* Reduced from 1550px → forces 4–5 line wrap */
  margin: auto;
  margin-top: 25px;
}



/* ================= HOME BANNERS (SECTIONS 4, 5, 6) ================= */
.home-banner {
  margin: 0;
  padding: 0;
  line-height: 0;
  /* Ensures no tiny gaps below inline images */
  font-size: 0;
  /* Extra safety for gaps */
}

.home-banner img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

/* ================= SECTION 7 ================= */
.section-7 {
  background: #f5f5f5;
  border-top: 2px solid #caa84c;
  border-bottom: 2px solid #caa84c;
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-7-banner {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.section-7-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  margin: 0;
  padding: 0;
}

.section-7-content {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin-top: -20px;
  /* Reduced from 40px to pull content upward */
  padding: 0;
  z-index: 2;
  /* Ensures content stays above banner image */
}

/* CONTENT ROW */
.section-7-row {
  display: flex;
  gap: 60px;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

/* MAP */
.section-7-row .map {
  width: calc(62% - 30px);
  border-radius: 6px;
  overflow: hidden;
}

.section-7-row .map iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: block;
}

/* FORM BOX */
.section-7-row .form-box {
  width: calc(38% - 30px);
  background: #e9ecef;
  padding: 40px;
  border-radius: 6px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.section-7-row .form-box h3 {
  font-family: 'Adero', sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 25px;
}

.section-7-row .form-box input,
.section-7-row .form-box textarea {
  width: 100%;
  padding: 16px;
  margin-bottom: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  background: #fff;
  color: #333;
  box-sizing: border-box;
}

.section-7-row .form-box textarea {
  resize: vertical;
  flex-grow: 1;
  min-height: 130px;
  margin-bottom: 25px;
}

.section-7-row .form-box button {
  width: 100%;
  background: linear-gradient(to right, #ebd197 0%, #b48c36 100%);
  color: #000;
  font-family: 'Adero', sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 20px 0;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  transition: 0.3s ease;
  margin-top: auto;
}

.section-7-row .form-box button:hover {
  background: linear-gradient(135deg, #f5db9f 0%, #c49942 100%);
}

/* ================= GLOBAL RESPONSIVE ================= */
@media (max-width: 1024px) {
  .navbar {
    padding: 0 40px;
  }

  .nav-menu {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .navbar {
    padding: 0 20px;
    height: 80px;
  }

  .logo img {
    height: 50px;
  }
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 6px;
  z-index: 2000;
}

.hamburger span {
  width: 30px;
  height: 3px;
  background: #fff;
  display: block;
  transition: 0.3s ease;
}

/* Hamburger Animation */
.hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* MOBILE MENU */
@media (max-width: 768px) {

  .hamburger {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    top: 90px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 90px);
    background: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: left 0.4s ease;
    z-index: 1500;
    padding: 0;
  }

  .nav-menu.active {
    left: 0;
  }

  /* Vertical Links Styling */
  .nav-menu a {
    margin: 20px 0 !important;
    font-size: 22px !important;
    font-family: 'Adero', sans-serif;
    letter-spacing: 4px;
    text-align: center;
    display: block;
    width: 100%;
  }

  /* Contact Button inside Mobile Menu */
  .nav-menu .mobile-contact-btn {
    display: inline-block;
    background: linear-gradient(to right, #ebd197 0%, #b48c36 100%);
    color: #000;
    padding: 15px 40px;
    font-size: 18px !important;
    font-weight: 700;
    font-family: 'Adero', sans-serif;
    letter-spacing: 2px;
    margin-top: 40px !important;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    width: auto;
  }

  .nav-menu .mobile-contact-btn::after {
    display: none;
    /* remove hover line */
  }

  .nav-menu .mobile-contact-btn:hover {
    background: linear-gradient(135deg, #f5db9f 0%, #c49942 100%);
    color: #000;
  }

  .contact-btn {
    display: none;
  }
}

@media (max-width: 768px) {

  /* ===== SECTION 2 & 3 — CLEAN STACKED MOBILE LAYOUT ===== */

  /* Make the banner wrapper a flex column so img → text stacks vertically */
  .section-2-banner,
  .section-3-banner {
    position: static;
    display: flex;
    flex-direction: column;
  }

  /* Image takes full width, sits on top */
  .section-2-banner img,
  .section-3-banner img {
    width: 100%;
    display: block;
    order: 1;
  }

  /* Text moves BELOW image — fully remove absolute positioning */
  .section-2-text,
  .section-3-text {
    position: static;
    bottom: unset;
    top: unset;
    left: unset;
    transform: none;
    width: 100%;
    padding: 24px 20px;
    background: #000;
    order: 2;
  }

  .section-2-text p,
  .section-3-text p {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.7;
    color: #ffffff;
  }

  /* SECTION 7 (CONNECT WITH US) */
  .section-7 {
    padding-bottom: 20px;
  }

  .section-7-banner {
    height: auto;
  }

  .section-7-banner img {
    height: auto;
  }

  .section-7-content {
    margin-top: 20px;
    width: 100%;
    padding: 0 15px;
  }

  .section-7-row {
    flex-direction: column;
    gap: 20px;
  }

  .section-7-row .map,
  .section-7-row .form-box {
    width: 100%;
  }

  .section-7-row .map iframe {
    min-height: 280px;
  }

  .section-7-row .form-box {
    padding: 20px;
  }

  .section-7-row .form-box h3 {
    margin-bottom: 15px;
  }

  /* FOOTER */
  .footer {
    padding: 50px 20px 30px;
  }

  .footer-container {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .footer-left {
    margin-top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .footer-left img {
    width: 200px;
    height: auto;
  }

  .footer-right {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    gap: 12px;
    width: 100%;
  }

  .contact-item img {
    flex-shrink: 0;
  }

  .contact-item p,
  .contact-item a {
    font-size: 15px;
    text-align: left;
    line-height: 1.4;
  }

  .contact-item a[href^="mailto:"] {
    word-break: break-all;
    overflow-wrap: break-word;
  }

  .footer hr.footer-divider {
    width: 100%;
    max-width: 100%;
    margin: 30px 0 20px;
  }

  .footer-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
  }

  .footer-bottom p {
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
  }

  .footer-bottom a {
    text-align: center;
    font-size: 13px;
  }
}



/* ================= MOBILE HERO BANNERS ================= */
@media (max-width: 768px) {

  /* Target hero banners for 75% viewport height */
  #home,
  .hero,
  .slide,
  .hero-banner {
    height: 75vh !important;
    height: 75dvh !important;
    min-height: 75vh !important;
    min-height: 75dvh !important;
  }

  /* ===== ABOUT PAGE HERO FIX ===== */
  .about-page .hero-banner {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    object-position: center bottom;
  }

  /* ===== JV PAGE — fills screen, no black space ===== */
  .jv-hero .hero-banner {
    object-fit: cover !important;
    object-position: center center !important;
  }

  /* ===== PROJECT PAGE — fills screen, no black space ===== */
  .project-page .inner-page-hero .hero-banner {
    object-fit: cover !important;
    object-position: center center !important;
  }

  /* Homepage-only mobile image swap — scoped to #home so inner pages are unaffected */
  #home .slide:nth-child(1) .hero-banner {
    content: url("assets/imgs/MOBILE/Homepage Banners Mobile 1.jpg");
  }

  #home .slide:nth-child(2) .hero-banner {
    content: url("assets/imgs/MOBILE/Homepage Banners Mobile 2.jpg");
  }

  #home .slide:nth-child(3) .hero-banner {
    content: url("assets/imgs/MOBILE/Homepage Banners Mobile 3.jpg");
  }

  /* Maintain aspect ratio and visual quality */
  .hero-banner {
    width: 100% !important;
    object-fit: cover !important;
    object-position: center center;
  }

  /* Inner-page mobile banners: show mobile, hide desktop */
  .desktop-banner {
    display: none !important;
  }

  .mobile-banner {
    display: block !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Ensure overlay covers full height */
  .hero-overlay {
    height: 100% !important;
  }
}

/* ================= MOBILE ONLY HOME SECTIONS ================= */
.mobile-only-sections {
  display: none;
  /* Hidden on Desktop */
}

@media (max-width: 768px) {
  .mobile-only-sections {
    display: block;
    width: 100%;
  }

  .mobile-section {
    position: relative;
    width: 100%;
    height: 85vh;
    height: 85dvh;
    overflow: hidden;
    display: block;
    line-height: 0;
    margin: 0;
    padding: 0;
  }

  .mobile-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  /* TEXT OVERLAY STYLES */
  .mobile-text-overlay {
    position: absolute;
    bottom: 25px;
    /* Shifted further down to the lower black area */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 88%;
    max-width: 440px;
    /* More compact structured block */
    color: #fff;
    z-index: 5;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .overlay-text {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 3.8vw, 16px);
    /* Slightly refined for a compact look */
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0.2px;
    opacity: 1;
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }

  /* SUBTLE DARK OVERLAY FOR READABILITY */
  .mobile-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
  }

  /* HIDE ORIGINAL DESKTOP SECTIONS ON MOBILE THAT WERE REPLACED BY MOBILE-ONLY VERSIONS */
  .section-2,
  .section-3 {
    display: none !important;
  }

  /* TARGET ONLY SECOND SECTION (ABOUT) TO INCREASE HEIGHT AND CENTER PARAGRAPH */
  .mobile-only-sections section:nth-child(1) {
    height: 95vh;
    height: 95dvh;
  }

.mobile-only-sections section:nth-child(1) .mobile-text-overlay {
    top: auto;
    bottom: 10px;
    /* Adjusted to sit nicely at the bottom */
    transform: translateX(-50%);
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.75);
    /* Dark background to fix overlap */
    padding: 20px;
    /* Padding for the box */
    border-radius: 10px;
    /* Rounded corners for premium look */
    width: 90%;
    /* Ensure it doesn't touch the edges */
  }

  /* TARGET ONLY THIRD SECTION (EXPLORE PROJECTS) TO MOVE PARAGRAPH UPWARD */
  .mobile-only-sections section:nth-of-type(2) .mobile-text-overlay {
    top: 65%; /* Adjust this value (e.g., 50% or 40%) to move it higher */
    /* Upper-center positioning */
    bottom: auto;
    transform: translate(-50%, -50%);
    justify-content: center;
    max-width: 480px;
  }

  /* THINNER INFO STRIP FOR MOBILE */
  .info-strip {
    min-height: 45px !important;
  }

  .info-strip-track {
    padding: 6px 0 !important;
  }

  .info-strip p {
    font-size: 14px !important;
    padding-left: 50px !important;
    letter-spacing: 2px !important;
  }

  /* SECTION 7 (CONNECT WITH US) MOBILE REFINEMENTS */
  .mobile-contact-title {
    display: flex !important;
    justify-content: center;
    align-items: baseline;
    /* Align text on same baseline */
    gap: 15px;
    /* Spacing between Connect and WITH US */
    font-size: clamp(24px, 6.5vw, 34px);
    /* Proportional scale */
    margin-bottom: 25px;
    padding: 40px 10px 10px;
    text-transform: uppercase;
    white-space: nowrap;
    /* Force single line */
    width: 100%;
  }

  .mobile-contact-title .benton-font {
    background: linear-gradient(to right, #b48c36 0%, #ebd197 50%, #b48c36 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-size: 1.6em;
    /* Elegant larger scale for Connect */
    font-weight: 400;
    text-transform: none;
    /* Correct casing for script look */
    letter-spacing: normal;
    display: inline-block;
  }

  .mobile-contact-title span:not(.benton-font) {
    color: #333;
    font-family: 'Adero', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    display: inline-block;
  }

  .section-7 {
    background: #f5f5f5 !important;
    padding-top: 0;
  }

  .section-7-banner {
    display: none !important;
    /* Remove banner image on mobile */
  }

  .section-7-content {
    margin-top: 0 !important;
    padding: 0 20px 40px !important;
  }

  .section-7-row {
    flex-direction: column !important;
    gap: 40px !important;
  }

  .section-7-row .form-box {
    order: 1 !important;
    /* Form comes first */
    width: 100% !important;
    background: #fff !important;
    /* Clean white background for form */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  }

  .section-7-row .map {
    order: 2 !important;
    /* Map comes second */
    width: 100% !important;
    height: 350px !important;
  }
}

/* Hide mobile title on desktop */
.mobile-contact-title {
  display: none;
}

/* ================= DESKTOP/MOBILE BANNER VISIBILITY ================= */
/* Hide mobile banner on desktop by default */
.mobile-banner {
  display: none;
}