/* ================= BRAND COLOR SYSTEM ================= */
:root {
  /* Primary Brand */
  --brand-maroon: #7A0C23;
  --brand-maroon-dark: #5A0718;

  /* Text & Light */
  --brand-cream: #F6E6C8;
  --brand-beige: #FDF1DD;

  /* Neutrals */
  --text-dark: #4A3B32;
  --white: #FFFFFF;

  /* Cinematic */
  --cinematic-dark: #0E0B0C;
}


body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: var(--white);
  color: var(--text-dark);
}

/* ================= HEADER ================= */

.site-header {
  background: #FFFFFF;
   padding: 10px 30px;
  border-bottom: 1px solid rgba(122,14,28,0.08);
  position: sticky;
  top: 0;
  z-index: 999;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 100px;   /* Compact but bold */
  width: auto;
}


/* ================= HERO SECTION ================= */

body {
  margin: 0;
  overflow-x: hidden;
}



/* NAVIGATION */

.nav-list {
  display: flex;
  gap: 28px;
  list-style: none;
  align-items: center;
}

.nav-list li a {
  position: relative;
  text-decoration: none;
  font-weight: 500;
  color: #6E0D18;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
}

/* Number icon style */

.nav-icon {
  font-size: 11px;
  color: #B8860B;
  font-weight: 600;
  opacity: 0.8;
}

/* Hover underline animation */

.nav-list li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -8px;
  left: 0;
  background: #7A0E1C;
  transition: width 0.3s ease;
}

.nav-list li a:hover::after {
  width: 100%;
}
/* ================= MOBILE NAV ================= */

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #7A0C23;   /* IMPORTANT: make sure color is visible */
    display: block;
}

/* SHOW ON MOBILE */
@media (max-width: 992px) {
    .main-nav,
    .header-cta {
        display: none;
    }

    .hamburger {
        display: flex;
    }
}


/* Mobile Menu Panel */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.4s ease;
  z-index: 9999;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.mobile-menu li {
  margin-bottom: 30px;
}

.mobile-menu a {
  font-size: 22px;
  text-decoration: none;
  color: var(--brand-maroon);
  font-weight: 500;
}

.mobile-menu .mobile-cta {
  padding: 14px 30px;
  border: 1px solid var(--brand-maroon);
  border-radius: 30px;
}

/* ACTIVE STATE */
.mobile-menu.active {
  right: 0;
}

/* Hide desktop nav on mobile */
@media (max-width: 1024px) {
  .main-nav,
  .header-cta {
    display: none;
  }

  .hamburger {
    display: flex;
  }
}
/* Close Button */
.mobile-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 40px;
  color: var(--brand-maroon);
  cursor: pointer;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.mobile-close:hover {
  transform: rotate(90deg);
}
@media (max-width: 1400px) {
  .logo img {
    height: 80px;
  }
}
.header-cta {
  flex-shrink: 0;
}

/* CTA BUTTON */

.cta-btn {
  background: #7A0E1C;
  color: #fff;
  padding: 12px 26px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #5E0A15;
}







/* MOBILE NAV OVERLAY */
.mobile-nav {
  position: fixed;
  inset: 0;
  background: var(--white);
  z-index: 9999;
  padding: 24px;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.mobile-nav.active {
  transform: translateX(0);
}

.mobile-nav-header {
  display: flex;
  justify-content: flex-end;
}

.close-btn {
  font-size: 28px;
  cursor: pointer;
  color: var(--maroon);
}

.mobile-nav-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.mobile-nav-list li {
  margin-bottom: 18px;
}

.mobile-nav-list a,
.accordion-toggle {
  text-decoration: none;
  color: var(--brand-maroon);
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
}

.accordion-menu {
  list-style: none;
  padding-left: 16px;
  margin-top: 12px;
  display: none;
}

.accordion-menu li {
  margin-bottom: 10px;
}

.accordion-menu a {
  font-size: 16px;
  color: var(--dark);
}

.accordion-menu a:hover {
  color: var(--brand-maroon-dark);
}

.arrow {
  transition: transform 0.3s ease;
}

.arrow.rotate {
  transform: rotate(180deg);
}

.mobile-cta {
  margin-top: 30px;
}
/*----footer--------*/
/* ================= PREMIUM FOOTER ================= */

.site-footer {
  position: relative;
  background: linear-gradient(
    135deg,
    var(--brand-maroon-dark),
    var(--brand-maroon)
  );
  color: var(--brand-cream);
  padding: 100px 40px 30px;
  overflow: hidden;
}

/* Subtle cinematic glow */
.site-footer::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(255,255,255,0.06),
    transparent 70%
  );
  top: -200px;
  left: -200px;
  filter: blur(120px);
}

/* ================= GRID ================= */

.footer-container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

/* ================= HEADINGS ================= */

.footer-col h4 {
  margin-bottom: 22px;
  font-size: 18px;
  letter-spacing: 1px;
  position: relative;
}

/* Elegant underline accent */
.footer-col h4::after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background: #F4B77F;
  margin-top: 8px;
}

/* ================= TEXT & LINKS ================= */

.footer-col p,
.footer-col a {
  font-size: 14px;
  color: var(--brand-cream);
  text-decoration: none;
  line-height: 1.8;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* ================= BRAND LOGO ================= */

.footer-logo {
  max-width: 170px;
  margin-bottom: 18px;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.footer-logo:hover {
  transform: scale(1.08);
  filter: brightness(1.15);
}

/* ================= LINKS ================= */

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}
/* ================= QUICK LINKS PREMIUM HOVER ================= */

.footer-quick-links ul li a {
  position: relative;
  display: inline-block;
  color: var(--brand-cream);
  text-decoration: none;
  transition: all 0.35s ease;
}

/* Smooth slide underline */
.footer-quick-links ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 2px;
  background: #F4B77F; /* subtle luxury gold */
  transition: width 0.4s ease;
}

/* Hover Effects */
.footer-quick-links ul li a:hover {
  transform: translateX(6px);
  color: #F4B77F;
}

.footer-quick-links ul li a:hover::after {
  width: 100%;
}

/* ================= CONTACT ================= */

.footer-contact a:hover {
  color: #F4B77F;
}

.footer-contact span {
  margin-right: 8px;
}

/* ================= BOTTOM BAR ================= */

.footer-bottom {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px solid rgba(246,230,200,0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
}

/* ================= SOCIAL ICONS ================= */

.footer-social a {
  font-size: 20px;
  margin-left: 16px;
  color: var(--brand-cream);
  transition: all 0.3s ease;
  position: relative;
}

.footer-social a:hover {
  transform: translateY(-4px);
  color: #F4B77F;
  text-shadow: 0 0 12px rgba(244,183,127,0.6);
}
.footer-bottom {
  position: relative;
  padding-top: 25px;
  margin-top: 60px;
  border-top: 1px solid rgba(246,230,200,0.25);

  display: flex;
  align-items: center;
  justify-content: center; /* Center by default */
}

/* LEFT Icons */
.footer-social {
  position: absolute;
  left: 0;
  display: flex;
  gap: 18px;
}

/* CENTER Text */
.footer-copy {
  text-align: center;
  font-size: 13px;
}
@media (max-width: 768px) {

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
  }

  .footer-social {
    position: static;
  }

}
/* ================= RESPONSIVE ================= */

@media (max-width: 900px) {

  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 18px;
    text-align: center;
  }

}


/* GLOBAL REVEAL SYSTEM */
.reveal,
.slide-left,
.slide-right {
  opacity: 0;
  transition: all 1s ease;
}

.reveal {
  transform: translateY(40px);
}

.slide-left {
  transform: translateX(-60px);
}

.slide-right {
  transform: translateX(60px);
}

.reveal.visible,
.slide-left.visible,
.slide-right.visible {
  opacity: 1;
  transform: translate(0);
}


/* VARIANTS */
.fade-in {
  transform: none;
}

.slide-left {
  transform: translateX(30px);
}

.slide-right {
  transform: translateX(-30px);
}






/* PAGE LOAD ANIMATION */
.page-load {
  animation: pageFade 0.8s ease-out forwards;
}

@keyframes pageFade {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




/* ========== GLOBAL ========== */
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #4A3B32;
}

h1, h2, h3 {
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
  color: #7A0C23;
}

section {
  padding: 90px 40px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.container.narrow {
  max-width: 850px;
}

.center {
  text-align: center;
}

.intro {
  max-width: 700px;
  margin: 0 auto 60px;
}

/* ========== BUTTONS ========== */
.btn {
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.primary {
  background: #7A0C23;
  color: #F6E6C8;
}

.ghost {
  border: 2px solid #7A0C23;
  color: #7A0C23;
}

.large {
  padding: 18px 40px;
}





.decorative-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  font-weight: 600;
  color: #7A0C23;
  text-decoration: none;
}

.decorative-btn span {
  width: 40px;
  height: 2px;
  background: #7A0C23;
}


/* ================= WHAT WE DO ================= */

.whatwedo {
  background: var(--cinematic-dark);
}

/* INTRO */
.whatwedo-intro {
  text-align: center;
  padding: 120px 40px 90px;
  color: var(--brand-cream);
}

.whatwedo-intro h2 {
  font-size: 52px;
  margin-bottom: 10px;
}

.whatwedo-intro p {
  font-size: 18px;
  opacity: 0.85;
}

/* BLOCK */
.cinematic-block {
  padding: 120px 0;
}

.cinematic-block.dark {
  background: var(--cinematic-dark);
}

.cinematic-block.light {
  background: var(--brand-beige);
}

.cinematic-block.muted {
  background: linear-gradient(135deg, var(--cinematic-dark), #1a1215);
}

/* GRID */
.cinematic-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* IMAGE */
.cinematic-bg {
  height: 420px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.45);
}

.cinematic-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
}

/* CONTENT */
.cinematic-content {
  max-width: 520px;
}

.cinematic-act {
  font-size: 13px;
  letter-spacing: 3px;
  opacity: 0.7;
}

.cinematic-content h3 {
  font-size: 42px;
  margin: 18px 0;
}

.cinematic-desc {
  font-size: 18px;
  margin-bottom: 22px;
  opacity: 0.9;
}

.cinematic-list {
  list-style: none;
  padding: 0;
  margin-bottom: 26px;
}

.cinematic-list li {
  font-size: 16px;
  margin-bottom: 10px;
}

/* CTA */
.cinematic-cta {
  font-weight: 600;
  color: var(--brand-cream);
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.cinematic-cta:hover {
  border-color: currentColor;
}

/* LIGHT OVERRIDES */
.cinematic-block.light .cinematic-content,
.cinematic-block.light h3 {
  color: var(--text-dark);
}

.cinematic-block.light .cinematic-cta {
  color: var(--brand-maroon);
}


/* MOBILE */
@media (max-width: 900px) {
  .cinematic-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .cinematic-bg {
    height: 280px;
  }

  .cinematic-content h3 {
    font-size: 32px;
  }
}



/* ================= OUR CLIENTS : CINEMATIC ================= */

.clients-cinematic {
  position: relative;
  background: var(--cinematic-dark);
  color: var(--brand-cream);
  padding: 120px 40px;
  overflow: hidden;
}

/* SUBTLE OVERLAY */
.clients-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top,
    rgba(255,255,255,0.04),
    rgba(0,0,0,0.9)
  );
  z-index: 1;
}

.clients-cinematic .container {
  position: relative;
  z-index: 2;
}

/* HEADER */
.clients-header {
  max-width: 850px;
  margin: 0 auto 80px;
}

.clients-tag {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--brand-cream);
  opacity: 0.8;
}

.clients-header h2 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 18px;
  color: var(--brand-cream);
}

.clients-header p {
  font-size: 18px;
  opacity: 0.85;
}

/* GROUPS */
.clients-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  margin-bottom: 60px;
}

.client-group h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: var(--brand-cream);
  position: relative;
}

.client-group h3::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: var(--brand-maroon);
  margin-top: 10px;
}

.client-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.client-group ul li {
  font-size: 16px;
  margin-bottom: 12px;
  opacity: 0.9;
}

/* FOOTNOTE */
.clients-note {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  opacity: 0.85;
}

/* MOBILE */
@media (max-width: 900px) {
  .clients-groups {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .clients-header h2 {
    font-size: 36px;
  }
}

.client-group h3::after {
  width: 0;
  transition: width 0.8s ease;
}

.client-group.visible h3::after {
  width: 60px;
}


/* ================= FINAL CTA ================= */
/* ================= FINAL CTA ================= */

.final-cta {
  background: var(--brand-beige);
  padding: 140px 40px;
}

.final-cta-box {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 28px;
  padding: 80px 90px;
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 80px;
  box-shadow: 0 40px 90px rgba(0,0,0,0.12);
}
.final-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: var(--brand-maroon);
  border-radius: 2px;
}


/* LEFT */
.cta-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brand-maroon);
  font-weight: 700;
  margin-bottom: 14px;
  display: inline-block;
}

.final-cta-content h2 {
  font-size: 44px;
  color: var(--brand-maroon);
  margin-bottom: 22px;
}

.cta-desc {
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-dark);
  max-width: 560px;
}

/* POINTS */
.cta-points {
  margin: 26px 0 34px;
  list-style: none;
  padding: 0;
}

.cta-points li {
  font-size: 17px;
  margin-bottom: 10px;
  color: var(--text-dark);
}

/* ACTIONS */
.cta-actions {
  display: flex;
  gap: 18px;
}

.btn.outline {
  border: 2px solid var(--brand-maroon);
  color: var(--brand-maroon);
  background: transparent;
}

/* RIGHT INFO */
.final-cta-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  color: var(--text-dark);
}

.info-item span {
  font-size: 20px;
}

/* HOVER */
.final-cta-box:hover {
  transform: translateY(-6px);
  transition: transform 0.4s ease;
}

/* MOBILE */
@media (max-width: 900px) {
  .final-cta-box {
    grid-template-columns: 1fr;
    padding: 60px 40px;
    gap: 50px;
    text-align: center;
  }

  .cta-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .final-cta-content h2 {
    font-size: 34px;
  }

  .final-cta-info {
    align-items: center;
  }
}




/* Direction helpers */
.slide-left {
  transform: translateX(-60px);
}

.slide-right {
  transform: translateX(60px);
}

.slide-left.visible,
.slide-right.visible {
  transform: translateX(0);
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}


/* ================= ABOUT V2 ================= */

.about-v2 {
  background: var(--brand-beige);
  padding: 140px 40px;
}

.about-v2-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}

/* IMAGE */
.about-v2-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 35px 80px rgba(0,0,0,0.15);
  transition: transform 0.6s ease;
}

.about-v2-image img:hover {
  transform: scale(1.05);
}
/* ================= ABOUT V2 MOBILE FIX ================= */

@media (max-width: 768px) {

  .about-v2-image img {
    height: 180px;              /* reduced height */
    border-radius: 18px;        /* slightly tighter */
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  }

  /* Reduce hover intensity on mobile */
  .about-v2-image img:hover {
    transform: scale(1.02);
  }

}

/* CONTENT */
.about-tag {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brand-maroon);
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
}

.about-v2-content h2 {
  font-size: 46px;
  color: var(--brand-maroon);
  line-height: 1.2;
  margin-bottom: 28px;
}

.about-v2-content h2 span {
  color: var(--brand-maroon-dark);
}

.about-v2-content p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-dark);
  margin-bottom: 22px;
}

/* CTA */
.about-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  color: var(--brand-maroon);
  text-decoration: none;
  margin-top: 15px;
}

.about-link span {
  width: 40px;
  height: 2px;
  background: var(--brand-maroon);
  transition: width 0.3s ease;
}

.about-link:hover span {
  width: 65px;
}
@media (max-width: 900px) {
  .about-v2-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-v2-content h2 {
    font-size: 34px;
  }

  .about-v2-image img {
    height: 320px;
  }

  .about-v2 {
    padding: 100px 24px;
  }
}


/* ================= WHITE LUXURY SERVICES ================= */

/* ================= CINEMATIC LUXURY SERVICES ================= */


/* HEADER */
.services-tag {
  font-size: 13px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--brand-maroon);
  font-weight: 600;
  margin-bottom: 24px;
  display: inline-block;
}

.services-heading {
  font-size: 64px;
  max-width: 1000px;
  margin: 0 auto 180px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--brand-maroon);
}

/* ROW */
.service-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;

  align-items: center;
  margin-bottom: 220px;
  position: relative;
}

/* BIG BACKGROUND NUMBER */
.service-row::before {
  content: "0" counter(service);
  counter-increment: service;
  position: absolute;
  top: -60px;
  left: 0;
  font-size: 180px;
  font-weight: 800;
  color: #f3ede7;
  z-index: -1;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 6px;
}

.services-clean {
  counter-reset: service;
}

.service-row.reverse {
  direction: rtl;
}

.service-row.reverse .service-content {
  direction: ltr;
}

/* IMAGE */
.service-image {
  position: relative;
}

.service-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 0 40px 120px rgba(0,0,0,0.08);
  transition: transform 1.2s ease, box-shadow 1.2s ease;
}

.service-image img:hover {
  transform: scale(1.04);
  box-shadow: 0 60px 160px rgba(0,0,0,0.12);
}

/* Soft floating effect */
.service-image::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(122,12,35,0.08), transparent 70%);
  border-radius: 50%;
  z-index: -1;
}

/* CONTENT */
.service-content h3 {
  font-size: 38px;
  margin-bottom: 30px;
  font-weight: 600;
  color: var(--brand-maroon);
}

.service-content p {
  font-size: 21px;
  line-height: 1.9;
  margin-bottom: 45px;
  color: #5a4a42;
}

/* BULLETS */
.service-content ul {
  list-style: none;
  padding: 0;
}

.service-content li {
  font-size: 17px;
  margin-bottom: 18px;
  padding-left: 28px;
  position: relative;
  color: #4a3b32;
}

.service-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: var(--brand-maroon);
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(122,12,35,0.3);
}
.service-content {
  position: relative;
  z-index: 2;
}

/* Big background number */


/* Elegant divider */


.service-row:last-child::after {
  display: none;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .service-row {
    grid-template-columns: 1fr;
    gap: 70px;
    margin-bottom: 160px;
  }

  .service-row.reverse {
    direction: ltr;
  }

  .service-image img {
    height: 420px;
  }

  .services-heading {
    font-size: 42px;
  }

  .service-row::before {
    font-size: 120px;
  }
}


/* Initial hidden state */
.service-row {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}

/* Visible state */
.service-row.show {
  opacity: 1;
  transform: translateY(0);
}

/* Text animation */
.service-content h3,
.service-content p,
.service-content li {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.service-row.show .service-content h3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.service-row.show .service-content p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.35s;
}

.service-row.show .service-content li {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.service-content {
  position: relative;
  z-index: 2;
}

/* Cinematic Step Number */
.service-content::before {
  content: attr(data-step);
  position: absolute;
  top: -20px;
  left: -10px;

  font-size: 160px;
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;

  color: rgba(122, 12, 35, 0.04);

  z-index: 0;
  line-height: 1;
  pointer-events: none;
}

/* Make heading sit above number */
.service-content h3 {
  position: relative;
  z-index: 2;
}
.featured-case {
  padding: 200px 0;
  background: linear-gradient(to bottom, #ffffff 0%, #faf6f2 100%);
}

.case-tag {
  font-size: 13px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--brand-maroon);
  margin-bottom: 20px;
  display: inline-block;
}

.case-header h2 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--brand-maroon);
}

.case-header p {
  max-width: 750px;
  margin: 0 auto 120px;
  font-size: 20px;
  line-height: 1.8;
  color: #5a4a42;
}

.case-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

/* IMAGE */
.case-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 0 60px 140px rgba(0,0,0,0.08);
  transition: transform 1.2s ease;
}

.case-image img:hover {
  transform: scale(1.03);
}

/* CONTENT */
.case-block {
  margin-bottom: 40px;
}

.case-block h4 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: var(--brand-maroon);
}

.case-block p {
  font-size: 18px;
  line-height: 1.9;
  color: #5a4a42;
}

/* STATS */
.case-stats {
  display: flex;
  gap: 60px;
  margin-top: 60px;
}

.case-stats h3 {
  font-size: 42px;
  color: var(--brand-maroon);
  margin-bottom: 8px;
}

.case-stats span {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7a6a60;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .case-grid {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .case-image img {
    height: 450px;
  }

  .case-header h2 {
    font-size: 40px;
  }

  .case-stats {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.bts-section {
  padding: 200px 0;
  background: #ffffff;
}

.bts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 140px;
  align-items: center;
}

.bts-tag {
  font-size: 13px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--brand-maroon);
  margin-bottom: 25px;
  display: inline-block;
}

.bts-content h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 30px;
  color: var(--brand-maroon);
}

.bts-content h2 span {
  display: block;
}

.bts-content p {
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 50px;
  color: #5a4a42;
}

.bts-btn {
  display: inline-block;
  padding: 18px 40px;
  border: 1px solid var(--brand-maroon);
  border-radius: 40px;
  text-decoration: none;
  color: var(--brand-maroon);
  font-weight: 600;
  transition: all 0.4s ease;
}

.bts-btn:hover {
  background: var(--brand-maroon);
  color: #fff;
}

.bts-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 0 50px 130px rgba(0,0,0,0.08);
  transition: transform 1.2s ease;
}

.bts-image img:hover {
  transform: scale(1.03);
}

@media (max-width: 1100px) {
  .bts-grid {
    grid-template-columns: 1fr;
    gap: 80px;
  }

  .bts-content h2 {
    font-size: 40px;
  }

  .bts-image img {
    height: 420px;
  }
}
/*---industry ---*/
.industries-section {
  padding: 220px 0;
  background: #ffffff;
}

.industries-tag {
  font-size: 13px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--brand-maroon);
  margin-bottom: 20px;
  display: inline-block;
}

.industries-heading {
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--brand-maroon);
}

.industries-sub {
  max-width: 800px;
  margin: 0 auto 140px;
  font-size: 20px;
  line-height: 1.8;
  color: #5a4a42;
}

/* GRID */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
}

/* CARD */
.industry-card {
  padding: 50px 45px;
  border-radius: 28px;
  background: #faf7f3;
  transition: all 0.5s ease;
  position: relative;
}

.industry-card h3 {
  font-size: 24px;
  margin-bottom: 18px;
  color: var(--brand-maroon);
}

.industry-card p {
  font-size: 17px;
  line-height: 1.8;
  color: #4a3b32;
}

/* Hover effect */
.industry-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 40px 120px rgba(0,0,0,0.06);
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .industries-grid {
    grid-template-columns: 1fr 1fr;
  }

  .industries-heading {
    font-size: 42px;
  }
}

@media (max-width: 600px) {
  .industries-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= OUR WORK ================= */
.work-showcase {
  padding: 140px 0;
  background: #ffffff;
}

.showcase-header {
  max-width: 750px;
  margin: 0 auto 90px;
}

.showcase-header h2 {
  font-size: 48px;
  color: var(--brand-maroon);
  margin-bottom: 20px;
}

.showcase-header p {
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-dark);
  opacity: 0.85;
}

/* GRID */
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 320px;
  gap: 40px;
}

/* CARD */
.showcase-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  padding: 6px; /* white inner border */
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

/* Orange outer frame */
.showcase-card::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 32px;
  background: linear-gradient(135deg, #ffb703, #ff4d00);
  z-index: -1;
}

/* Image */
.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  display: block;
  transition: transform 0.8s ease;
}

/* Premium hover */
.showcase-card:hover img {
  transform: scale(1.06);
}


/* Featured Large Box */
.showcase-card.large {
  grid-column: span 2;
  grid-row: span 2;
}


/* Responsive */
@media (max-width: 1000px) {
  .showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .showcase-card.large {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 600px) {
  .showcase-grid {
    grid-template-columns: 1fr;
  }

  .showcase-header h2 {
    font-size: 32px;
  }
}
/* Initial hidden state */
.showcase-card {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 1s ease, transform 1s ease;
}

/* Visible state */
.showcase-card.show {
  opacity: 1;
  transform: translateY(0);
}

.portfolio-section {
  padding: 120px 40px;
  background: #0f0f12;
  color: #fff;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.portfolio-header p {
  color: var(--brand-maroon);
  opacity: 0.85;
}
/* Card */
.portfolio-item {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.15);
  transition: transform 0.6s ease;
}

.portfolio-item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 1s ease;
}

/* Floating Info Panel */
.portfolio-info {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -80px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  padding: 22px 28px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.15);
  transition: all 0.6s ease;
}

.portfolio-info h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.portfolio-info span {
  font-size: 13px;
  letter-spacing: 1px;
  color: #cfcfcf;
}

/* Hover Effects */
.portfolio-item:hover {
  transform: translateY(-8px);
}

.portfolio-item:hover img {
  transform: scale(1.08);
}

.portfolio-item:hover .portfolio-info {
  bottom: 30px;
}

/* Responsive */
@media (max-width: 900px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
}
.portfolio-break {
  padding: 140px 40px;
  background: #111114;
  text-align: center;
  position: relative;
}

.portfolio-break h2 {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 28px;
  color: #ffffff;
}

.portfolio-break p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #c9c9c9;
}

/* subtle divider lines */
.portfolio-break::before,
.portfolio-break::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff6a00, transparent);
  transform: translateX(-50%);
}

.portfolio-break::before {
  top: 60px;
}

.portfolio-break::after {
  bottom: 60px;
}

@media (max-width: 768px) {
  .portfolio-break h2 {
    font-size: 32px;
  }

  .portfolio-break {
    padding: 100px 24px;
  }
}
/* ================= WHY US ================= */

.why-us-section {
  padding: 140px 40px;
  background: #ffffff;
}

.why-tag {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brand-maroon);
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
}

.why-us-section h2 {
  font-size: 44px;
  color: var(--brand-maroon);
  margin-bottom: 90px;
}

/* Grid */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

/* Card */
.why-card {
  background: var(--brand-beige);
  padding: 50px 40px;
  border-radius: 28px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.why-card h3 {
  font-size: 24px;
  margin-bottom: 18px;
  color: var(--brand-maroon);
}

.why-card p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-dark);
}

/* Hover */
.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 90px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 1000px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-us-section h2 {
    font-size: 32px;
  }
}
/* ================= ABOUT STATS ================= */

.about-stats {
  padding: 120px 40px;
  background: var(--cinematic-dark);
  color: var(--white);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
  text-align: center;
}

.stats-grid h2 {
  font-size: 56px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 12px;
  color: var(--white);
}

.stats-grid p {
  font-size: 16px;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.7);
}

/* Subtle divider line */
.stats-grid div {
  position: relative;
}

.stats-grid div:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background: rgba(255,255,255,0.2);
}

/* Responsive */
@media (max-width: 900px) {
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .stats-grid div::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= CLIENT LOGOS V2 ================= */

.client-logos-v2 {
  background: #fff;
  padding: 120px 0;
  overflow: hidden;
}

.client-tag {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brand-maroon);
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
}

.client-heading {
  font-size: 44px;
  color: var(--brand-maroon);
  margin-bottom: 70px;
}

/* SLIDER CONTAINER */
.logo-slider {
  overflow: hidden;
  position: relative;
}

/* TRACK */
.logo-track {
  display: flex;
  width: max-content;
  animation: scrollLogos 35s linear infinite;
}

/* LOGO ITEM */
.logo-item {
  flex: 0 0 auto;
  width: 260px;       /* Bigger size */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

/* LOGO IMAGE */
.logo-item img {
  max-width: 200px;   /* Bigger logos */
  max-height: 110px;
  object-fit: contain;
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* Subtle hover */
.logo-item img:hover {
  transform: scale(1.08);
}

/* Infinite Animation */
@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .logo-item {
    width: 180px;
    padding: 0 20px;
  }

  .logo-item img {
    max-width: 140px;
    max-height: 80px;
  }

  .client-heading {
    font-size: 32px;
  }
}
/* ================= CLIENT LOGOS V2 ================= */

.client-logos-v2 {
  background: #fff;
  padding: 120px 0;
  overflow: hidden;
}

.client-tag {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brand-maroon);
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
}

.client-heading {
  font-size: 44px;
  color: var(--brand-maroon);
  margin-bottom: 70px;
}

/* SLIDER CONTAINER */
.logo-slider {
  overflow: hidden;
  position: relative;
}

/* TRACK */
/* SLIDER TRACK */
.logo-track {
  display: flex;
  width: max-content;
  animation: scrollLogos 70s linear infinite;
}

/* LOGO ITEM */
.logo-item {
  flex: 0 0 auto;
  width: 420px;           /* big container */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}

/* IMAGE */
.logo-item img {
  width: 100%;            /* IMPORTANT */
  height: auto;
  max-height: 200px;      /* controls visual height */
  object-fit: contain;
  transform: scale(1.2);  /* force visual enlargement */
}

/* Infinite Animation */
@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .logo-item {
    width: 240px;
    padding: 0 20px;
  }

  .logo-item img {
    max-height: 120px;
    transform: scale(1.1);
  }
}
/* ================= TESTIMONIAL SLIDER ================= */
/* ================= TESTIMONIAL SLIDER PREMIUM ================= */

.testimonials-slider {
  background: linear-gradient(
    to bottom,
    #fff,
    var(--brand-beige)
  );
  padding: 160px 0;
  overflow: hidden;
}

.test-tag {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--brand-maroon);
  font-weight: 700;
  margin-bottom: 18px;
  display: inline-block;
}

.test-heading {
  font-size: 48px;
  color: var(--brand-maroon);
  margin-bottom: 90px;
}

/* WRAPPER */
.testimonial-wrapper {
  overflow: hidden;
  position: relative;
}

/* TRACK */
.testimonial-track {
  display: flex;
  gap: 50px;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* CARD */
.testimonial-card {
  flex: 0 0 calc(33.333% - 34px);
  background: #fff;
  padding: 50px;
  border-radius: 26px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* HOVER DEPTH */
.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 90px rgba(0,0,0,0.12);
}

/* HEADER */
.testimonial-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.testimonial-header img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--brand-maroon);
}

.testimonial-header h4 {
  margin: 0;
  font-size: 18px;
  color: var(--brand-maroon);
  font-weight: 600;
}

.testimonial-header span {
  font-size: 14px;
  opacity: 0.65;
  display: block;
  margin-top: 4px;
}

/* TEXT */
.testimonial-card p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 26px;
  color: var(--text-dark);
}
.testimonial-card p::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: var(--brand-maroon);
  margin-top: 20px;
  margin-bottom: 20px;
}

/* STARS */
.stars {
  font-size: 20px;
  letter-spacing: 4px;
  color: #f4b400;
}

@media (max-width: 1000px) {
  .testimonial-card {
    flex: 0 0 100%;
  }
}



/* ================= CONTACT PAGE ================= */

/* ================= CONTACT SECTION ================= */

.contact-section {
  padding: 140px 40px;
  background: linear-gradient(180deg, #ffffff 0%, #faf7f2 100%);
  position: relative;
}

/* Subtle background glow */
.contact-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(128, 0, 32, 0.06) 0%,
    transparent 70%
  );
  z-index: 0;
}

/* ================= GRID ================= */

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  position: relative;
  z-index: 2;
}

/* ================= INFO SIDE ================= */

/* ================= CONTACT SECTION ================= */

.contact-section {
  padding: 140px 40px;
  background: linear-gradient(180deg, #ffffff 0%, #faf7f2 100%);
  position: relative;
  overflow: hidden;
}

/* Soft Maroon Glow */
.contact-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(128, 0, 32, 0.08) 0%,
    transparent 70%
  );
  z-index: 0;
}

/* ================= GRID ================= */

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  position: relative;
  z-index: 2;
  align-items: center;
}

/* ================= INFO SIDE ================= */

.contact-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #800020;
  font-weight: 700;
  margin-bottom: 18px;
  display: inline-block;
}

.contact-info h2 {
  font-size: 42px;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.contact-desc {
  color: #555;
  margin-bottom: 35px;
  line-height: 1.7;
}

.info-item {
  display: flex;
  gap: 15px;
  margin-bottom: 22px;
  align-items: flex-start;
}

.info-icon {
  font-size: 18px;
  background: #800020;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
}

.info-item p {
  color: #333;
  font-size: 15px;
}

/* ================= FORM BOX ================= */

.contact-form-box {
  background: #ffffff;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
  border-top: 4px solid #800020;
}

/* ================= FLOATING LABEL ================= */

.form-group {
  position: relative;
  margin-bottom: 28px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #faf7f2;
  color: #333;
  outline: none;
  transition: 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #800020;
  background: #fff;
}

.form-group label {
  position: absolute;
  left: 16px;
  top: 16px;
  color: #888;
  font-size: 14px;
  pointer-events: none;
  transition: 0.3s ease;
}

.form-group input:focus + label,
.form-group input:valid + label,
.form-group textarea:focus + label,
.form-group textarea:valid + label {
  top: -10px;
  left: 12px;
  font-size: 12px;
  background: #fff;
  padding: 0 6px;
  color: #800020;
}

/* ================= PREMIUM ECHOING BUTTON ================= */

.premium-btn {
  width: 100%;
  padding: 16px;
  border-radius: 50px;
  border: none;
  background: #800020;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.4s ease;
}

.premium-btn:hover {
  background: #5e0017;
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(128, 0, 32, 0.3);
}

.premium-btn:active {
  transform: translateY(0px);
  box-shadow: none;
}

/* ================= RESPONSIVE ================= */

@media(max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .contact-form-box {
    padding: 40px;
  }
}


/* ================= MAP ================= */

.map-box iframe {
  width: 100%;
  height: 300px;
  border-radius: 24px;
  border: none;
  margin-top: 40px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

/* ================= MAP : CLICK TO OPEN ================= */

.map-box {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

.map-box iframe {
  display: block;
  width: 100%;
  height: 300px;
}
@media (max-width: 900px) {
  .map-box iframe {
    height: 240px;
  }
}
/* ================= PORTFOLIO ================= */

.portfolio-section {
  padding: 120px 40px;
  background: var(--brand-beige);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */
.portfolio-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.portfolio-card.visible {
  opacity: 1;
  transform: none;
}

/* IMAGE */
.portfolio-img {
  height: 280px;
}

.portfolio-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

/* OVERLAY */
.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.15)
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  color: var(--brand-cream);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.portfolio-overlay h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

.portfolio-overlay span {
  font-size: 14px;
  opacity: 0.85;
}

/* HOVER EFFECT */
.portfolio-card:hover .portfolio-img img {
  transform: scale(1.08);
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
}

/* MOBILE */
@media (max-width: 1000px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-img {
    height: 240px;
  }
}
/* ================= PORTFOLIO FILTERS ================= */

.portfolio-filters {
  padding: 60px 40px 80px;
  background: #fff;
  text-align: center;
}

.filter-eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brand-maroon);
  font-weight: 700;
  margin-bottom: 22px;
}

.filter-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.filter-btn {
  padding: 10px 22px;
  border-radius: 30px;
  border: 1.5px solid var(--brand-maroon);
  background: transparent;
  color: var(--brand-maroon);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.35s ease;
}

/* ACTIVE */
.filter-btn.active,
.filter-btn:hover {
  background: var(--brand-maroon);
  color: var(--brand-cream);
}
/* ================= TESTIMONIALS -PORTFOLIO.PHP================= */

.testimonials {
  padding: 120px 40px;
  background: var(--brand-beige);
}

.testimonials-header {
  max-width: 700px;
  margin-bottom: 70px;
}

.test-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brand-maroon);
  font-weight: 700;
  margin-bottom: 14px;
}

.testimonials-header h2 {
  font-size: 38px;
  color: var(--brand-maroon);
}

/* GRID */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* CARD */
.testimonial-card {
  background: #fff;
  padding: 45px 38px;
  border-radius: 22px;
  box-shadow: 0 25px 55px rgba(0,0,0,0.1);
  transition: transform 0.4s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
}

/* TEXT */
.testimonial-card p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 26px;
  color: var(--text-dark);
}

/* CLIENT INFO */
.testimonial-client {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-client img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--brand-maroon);
}

.testimonial-client h4 {
  font-size: 15px;
  color: var(--brand-maroon);
  margin-bottom: 4px;
}

.testimonial-client span {
  font-size: 13px;
  opacity: 0.75;
}

/* MOBILE */
@media (max-width: 1000px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-header h2 {
    font-size: 32px;
  }
}
/* ================= CLIENT LOGOS ================= */

.client-logos {
  padding: 90px 40px;
  background: #fff;
  overflow: hidden;
}

.client-eyebrow {
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brand-maroon);
  font-weight: 700;
  margin-bottom: 40px;
}

/* SLIDER */
.logo-slider {
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll-logos 30s linear infinite;
}

/* LOGO ITEM */
/* ================= CLIENT LOGOS (FINAL) ================= */

.logo-item {
  flex: 0 0 auto;
  width: 220px;                 /* INCREASED SIZE */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

.logo-item img {
  max-width: 180px;             /* BIGGER LOGO */
  max-height: 90px;
  object-fit: contain;
  filter: none;                 /* KEEP ORIGINAL COLORS */
  opacity: 1;
  transition: transform 0.4s ease;
}

/* SUBTLE HOVER */
.logo-item img:hover {
  transform: scale(1.08);
}
.logo-item img {
  filter: saturate(1.05);
}



/* ANIMATION */
@keyframes scroll-logos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .logo-item {
    width: 160px;
    padding: 0 25px;
  }

  .logo-item img {
    max-width: 130px;
    max-height: 70px;
  }
}
/* ================= SERVICE PAGE ================= */

.container.narrow {
  max-width: 800px;
}

.service-overview,
.service-capabilities,
.service-process,
.service-why,
.service-related,
.service-cta {
  padding: 110px 40px;
}

/* OVERVIEW */
.service-overview {
  background: #fff;
}

/* CAPABILITIES */
.service-capabilities {
  background: var(--brand-beige);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

.capability-card h3 {
  color: var(--brand-maroon);
  margin-bottom: 16px;
}

.capability-card ul {
  list-style: none;
  padding: 0;
}

.capability-card li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

/* PROCESS */
.service-process {
  background: #fff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.process-step span {
  font-size: 32px;
  color: var(--brand-maroon);
  font-weight: 700;
}

/* WHY */
.service-why {
  background: var(--brand-beige);
}

.why-list {
  list-style: none;
  padding: 0;
}

.why-list li {
  padding: 12px 0;
  font-size: 16px;
}

/* RELATED */
.service-related {
  background: #fff;
}

/* CTA */
.service-cta {
  background: var(--brand-maroon);
  color: var(--brand-cream);
}

.service-cta h2,
.service-cta p {
  color: var(--brand-cream);
}

.cta-buttons {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* MOBILE */
@media (max-width: 900px) {
  .capability-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
}
/* ================= SERVICE VISUAL ================= */

.service-visual {
  padding: 100px 40px;
  background: #fff;
}

.visual-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}

.visual-wrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.visual-caption {
  position: absolute;
  bottom: 40px;
  left: 40px;
  max-width: 420px;
  background: rgba(0,0,0,0.55);
  padding: 26px 30px;
  border-radius: 18px;
  color: var(--brand-cream);
}
.capability-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 55px rgba(0,0,0,0.1);
  transition: transform 0.4s ease;
}

.capability-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.capability-card h3 {
  padding: 18px 22px 6px;
  color: var(--brand-maroon);
}

.capability-card p {
  padding: 0 22px 24px;
  font-size: 15px;
  line-height: 1.6;
}

.capability-card:hover {
  transform: translateY(-8px);
}
/* SAFE SCROLL ANIMATION */

.animate-on-scroll,
.animate-left,
.animate-right {
  opacity: 1;   /* visible by default */
  transform: none;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* JS Activated State */
.js-enabled .animate-on-scroll {
  opacity: 0;
  transform: translateY(40px);
}

.js-enabled .animate-left {
  opacity: 0;
  transform: translateX(-60px);
}

.js-enabled .animate-right {
  opacity: 0;
  transform: translateX(60px);
}

.js-enabled .show {
  opacity: 1;
  transform: translate(0);
}



/* ================= ABOUT HERO (DARK) ================= */

.about-hero-dark {
  background: var(--brand-maroon-dark);
  padding: 140px 40px 120px;
  text-align: center;
}

.about-hero-dark h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 72px;   /* increased */
  letter-spacing: 3px;
  line-height: 1.1;
  color: var(--white);
  margin: 0 auto;
  max-width: 1100px;
}

.about-hero-dark p {
  color: rgba(255,255,255,0.75);
  font-size: 18px;
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .about-hero-dark {
    padding: 90px 24px 80px;
  }

  .about-hero-dark h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .about-hero-dark h1 {
    font-size: 40px;
  }
}
.project-highlight {
  padding: 140px 0;
  background: var(--brand-beige);
}

.project-header {
  text-align: center;
  margin-bottom: 70px;
}

.project-logo {
  max-width: 160px;
  margin-bottom: 25px;
}

.project-header h2 {
  font-size: 42px;
  color: var(--brand-maroon);
  margin-bottom: 20px;
}

.project-header p {
  max-width: 700px;
  margin: auto;
  font-size: 18px;
  line-height: 1.7;
}

.project-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.project-gallery img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 22px;
  transition: transform 0.5s ease;
}

.project-gallery img:hover {
  transform: scale(1.05);
}
@media (max-width: 900px) {
  .project-gallery {
    grid-template-columns: 1fr;
  }
}

/* ================= MISSION & VISION ================= */
/* ================= MISSION & VISION ================= */

.mission-vision {
  background: var(--brand-beige);
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}

/* Soft background glow */
.mission-vision::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(122, 12, 35, 0.08),
    transparent 70%
  );
  top: -120px;
  right: -120px;
  filter: blur(70px);
}

.mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 80px;
}

.mv-card {
  background: var(--white);
  padding: 60px 40px;
  border-radius: 18px;
  text-align: left;
  transition: 0.5s ease;
  box-shadow: 0 20px 60px rgba(0,0,0,0.05);
  position: relative;
}

/* Elegant hover */
.mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(122, 12, 35, 0.15);
}

/* Icon style */
.mv-icon {
  font-size: 38px;
  margin-bottom: 20px;
  transition: 0.5s ease;
}

.mv-card:hover .mv-icon {
  transform: scale(1.15) rotate(5deg);
}

/* Heading */
.mv-card h3 {
  color: var(--brand-maroon);
  margin-bottom: 18px;
}

.mv-card p {
  color: var(--text-dark);
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 992px) {
  .mv-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= WHY US SECTION ================= */

.why-us-section {
  background: var(--white);
  padding: 140px 0;
  position: relative;
}

/* Soft maroon glow */
.why-us-section::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  background: radial-gradient(
    circle,
    rgba(122, 12, 35, 0.07),
    transparent 70%
  );
  bottom: -150px;
  left: -150px;
  filter: blur(80px);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 80px;
}

/* Card */
.why-card {
  background: var(--brand-beige);
  padding: 50px 35px;
  border-radius: 18px;
  transition: 0.5s ease;
  box-shadow: 0 15px 40px rgba(0,0,0,0.04);
  position: relative;
}

/* Elegant hover lift */
.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 70px rgba(122, 12, 35, 0.15);
}

/* Heading */
.why-card h3 {
  color: var(--brand-maroon);
  margin-bottom: 18px;
  position: relative;
}

/* Subtle underline accent */
.why-card h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: var(--brand-maroon);
  margin-top: 8px;
}

.why-card p {
  color: var(--text-dark);
  line-height: 1.8;
}

/* Responsive */
@media (max-width: 992px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}


/* ================= CLIENTS PAGE ================= */

.clients-page {
  background: #fff;
  padding: 140px 0;
}

.clients-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brand-maroon);
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
}

.clients-heading {
  font-size: 54px;
  color: var(--brand-maroon);
  margin-bottom: 100px;
}

/* GRID - 3 PER ROW */
.clients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 60px;
  align-items: center;
}

/* LOGO ITEM */
.client-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

/* LOGO IMAGE */
.client-item img {
  max-width: 220px;
  max-height: 120px;
  object-fit: contain;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

/* SUBTLE HOVER */
.client-item img:hover {
  transform: scale(1.08);
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .clients-grid {
    grid-template-columns: 1fr;
  }

  .clients-heading {
    font-size: 36px;
  }
}
.process-content h3 {
  color: var(--brand-maroon-dark);
  letter-spacing: 1px;
}

.process-content p {
  color: var(--text-dark);
  line-height: 1.8;
}
/* ================= ANIMATION BASE ================= */

.process-item {
  opacity: 0;
  transition: all 0.8s ease;
}

.process-item.left {
  transform: translateX(-60px);
}

.process-item.right {
  transform: translateX(60px);
}

.process-item.show {
  opacity: 1;
  transform: translateX(0);
}

/* Dot animation */
.process-item::before {
  transition: transform 0.6s ease, background 0.4s ease;
  transform: scale(0);
}

.process-item.show::before {
  transform: scale(1);
}

/* Vertical Line Animation */
.process-timeline::before {
  height: 0;
  transition: height 1.2s ease;
}

.process-timeline.animate-line::before {
  height: 100%;
}

/* ================= TEAM HERO ================= */

.team-hero {
  padding: 140px 0 100px;
  background: #fff;
}

.team-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brand-maroon);
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
}

.team-hero h1 {
  font-size: 54px;
  color: var(--brand-maroon);
  margin-bottom: 20px;
}

.team-hero p {
  max-width: 700px;
  margin: auto;
  font-size: 18px;
  line-height: 1.7;
}


/* ================= FOUNDER ================= */

.founder-section {
  background: var(--brand-beige);
  padding: 140px 0;
}

.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.1);
}

.founder-tag {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brand-maroon);
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
}

.founder-content h2 {
  font-size: 42px;
  color: var(--brand-maroon);
  margin-bottom: 20px;
}

.founder-content p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.founder-content blockquote {
  margin-top: 25px;
  font-style: italic;
  color: var(--brand-maroon);
  font-weight: 600;
}


/* ================= TEAM GRID ================= */

.team-grid-section {
  background: #fff;
  padding: 140px 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.team-card {
  text-align: center;
}

.team-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 24px;
  margin-bottom: 20px;
  display: block;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Hover effect */
.team-card:hover img {
  transform: scale(1.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

/* Optional subtle overlay effect */
.team-card {
  overflow: hidden;
  border-radius: 28px;
  transition: transform 0.4s ease;
}

.team-card:hover {
  transform: translateY(-6px);
}


.team-card h3 {
  font-size: 22px;
  color: var(--brand-maroon);
  margin-bottom: 6px;
}

.team-card span {
  font-size: 14px;
  opacity: 0.7;
}

/* RESPONSIVE */

@media (max-width: 1000px) {
  .founder-grid {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-hero h1 {
    font-size: 36px;
  }
}
/* ================= TEAM GROUP ================= */
.team-group {
  padding: 160px 0;
  background: #ffffff;
}

.team-eyebrow {
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--brand-maroon);
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}

.group-title {
  font-size: 48px;
  margin-bottom: 100px;
  color: var(--brand-maroon);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 60px;
}

/* Card */
.team-card {
  text-align: center;
  transition: transform 0.5s ease;
}

.team-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 28px;
  margin-bottom: 22px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.06);
  transition: transform 0.8s ease;
}

.team-card:hover img {
  transform: scale(1.03);
}

.team-card h3 {
  font-size: 20px;
  margin-bottom: 6px;
  color: var(--brand-maroon);
}

.team-card span {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #6b5b52;
}

/* Responsive */
@media (max-width: 1000px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}
.team-card p {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.7;
  color: #6b5b52;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}


/* ================= PORTFOLIO HERO ================= */

.portfolio-hero {
  padding: 160px 0 120px;
  background: #fff;
}

.portfolio-hero h1 {
  font-size: 60px;
  color: var(--brand-maroon);
  margin-bottom: 20px;
}

.portfolio-hero p {
  max-width: 700px;
  margin: auto;
  font-size: 18px;
  line-height: 1.7;
}

/* ================= FILTERS ================= */

.portfolio-filters {
  padding-bottom: 60px;
  background: #fff;
}

.filter-tabs {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 10px 22px;
  border-radius: 30px;
  border: 1.5px solid var(--brand-maroon);
  background: transparent;
  color: var(--brand-maroon);
  cursor: pointer;
  transition: 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--brand-maroon);
  color: var(--brand-cream);
}

/* ================= FEATURED ================= */

.featured-project {
  background: var(--brand-beige);
  padding: 140px 0;
}

.featured-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}

.featured-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 28px;
}

.featured-content h2 {
  font-size: 42px;
  color: var(--brand-maroon);
  margin-bottom: 20px;
}

.featured-content p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.featured-content ul {
  margin-bottom: 25px;
}

/* ================= GRID ================= */

.portfolio-grid-section {
  padding: 140px 0;
  background: #fff;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.portfolio-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  cursor: pointer;
}

.portfolio-card img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(122,12,35,0.85),
    rgba(122,12,35,0.2)
  );
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.portfolio-card:hover img {
  transform: scale(1.08);
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
}

/* RESPONSIVE */

@media (max-width: 1000px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-hero h1 {
    font-size: 38px;
  }
}
/* =========================================
   GLOBAL MOBILE OPTIMIZATION
========================================= */

@media (max-width: 768px) {

  /* ---- Global Spacing ---- */
  section {
    padding: 80px 22px;
  }

  .container {
    padding: 0 5px;
  }

  h1 {
    font-size: 34px !important;
    line-height: 1.2;
  }

  h2 {
    font-size: 30px !important;
  }

  h3 {
    font-size: 20px !important;
  }

  p {
    font-size: 15px;
    line-height: 1.7;
  }

  /* ---- Header ---- */
  

  .logo img {
    height: 70px;
  }

  /* ---- Hero Sections ---- */
  
  .echo-hero {
    height: 80vh;
  }

  .hero-content p {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .hero-buttons {
    gap: 14px;
  }

  .btn-primary,
  .btn-outline {
    padding: 12px 22px;
    font-size: 14px;
  }

  /* ---- Services Section ---- */
  .services-heading {
    margin-bottom: 80px !important;
  }

  .service-row {
    gap: 40px !important;
    margin-bottom: 100px !important;
  }

  .service-image img {
    height: 300px !important;
  }

  .service-content::before {
    font-size: 90px !important;
    top: -10px;
  }

  /* ---- Featured Case ---- */
  .case-image img {
    height: 320px !important;
  }

  .case-stats {
    flex-direction: column;
    gap: 20px;
  }

  .case-stats h3 {
    font-size: 30px;
  }

  /* ---- Industries ---- */
  .industries-heading {
    font-size: 32px !important;
  }

  .industries-sub {
    margin-bottom: 60px !important;
  }

  .industry-card {
    padding: 30px 24px;
  }

  /* ---- Portfolio ---- */
  .portfolio-img,
  .portfolio-card img {
    height: 240px !important;
  }

  /* ---- Team ---- */
  .team-card img {
    height: 260px !important;
  }

  /* ---- Stats ---- */
  .stats-grid h2 {
    font-size: 36px !important;
  }

  /* ---- CTA ---- */
  .final-cta {
    padding: 100px 22px;
  }

  .final-cta-content h2 {
    font-size: 28px !important;
  }

}
/* ================= ABOUT STATS - ECHOING CLEAN VERSION ================= */

.about-stats {
  background: var(--white);
  padding: 120px 0;
  position: relative;
}

/* Subtle maroon soft glow */
.about-stats::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(122, 12, 35, 0.06) 0%,
    transparent 70%
  );
  top: -120px;
  left: -120px;
  filter: blur(70px);
  z-index: 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 50px;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* ================= STAT CARD ================= */

.stat-card {
  padding: 55px 30px;
  border-radius: 18px;
  background: var(--brand-beige); /* Cream card */
  transition: 0.4s ease;
  opacity: 0;
  transform: translateY(40px);
  border-bottom: 3px solid var(--brand-maroon);
}

.stat-card.active {
  opacity: 1;
  transform: translateY(0);
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(122, 12, 35, 0.12);
}

/* ================= NUMBER ================= */

.stat-card h2 {
  font-size: 48px;
  font-weight: 700;
  color: var(--brand-maroon);
  margin-bottom: 12px;
}

/* ================= TEXT ================= */

.stat-card p {
  color: var(--text-dark);
  font-size: 15px;
  letter-spacing: 0.5px;
}
.about-stats {
  background: var(--white);
  padding: 120px 0;
  position: relative;
  border-top: 1px solid rgba(122, 12, 35, 0.15);
  border-bottom: 1px solid rgba(122, 12, 35, 0.15);
}
/* ================= FLOATING CONTACT ================= */

.floating-contact {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 999;
}

/* Base Button */
.float-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.4s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

/* WhatsApp Style */
.float-btn.whatsapp {
  background: #ffffff;
  color: var(--brand-maroon);
  border: 2px solid var(--brand-maroon);
}

.float-btn.whatsapp img {
  width: 18px;
  height: 18px;
}

/* Phone Style */
.float-btn.phone {
  background: var(--brand-maroon);
  color: var(--white);
}

/* Hover Effects */
.float-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(122, 12, 35, 0.25);
}

/* Subtle Glow */
.float-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(122, 12, 35, 0.15),
    transparent 70%
  );
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s ease;
}

.float-btn:hover::before {
  opacity: 1;
}
.float-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.4),
    transparent
  );
  transform: skewX(-20deg);
  transition: 0.6s;
}

.float-btn:hover::before {
  left: 130%;
}
/* ================= PROCESS SECTION ================= */

.process-section {
  background: var(--white);
  padding: 140px 0;
  position: relative;
}

.process-timeline {
  position: relative;
  width: 100%;
  margin-top: 80px;
}

/* Center Vertical Line */
.process-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: var(--brand-maroon);
}

/* Process Item */
.process-item {
  position: relative;
  width: 50%;
  padding: 40px 60px;
}

/* Left Side */
.process-item.left {
  left: 0;
  text-align: right;
}

/* Right Side */
.process-item.right {
  left: 50%;
}

/* Card */
.process-content {
  background: var(--brand-beige);
  padding: 40px;
  border-radius: 16px;
  position: relative;
  transition: 0.4s ease;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

.process-content:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(122, 12, 35, 0.15);
}

/* Circle Dot on Line */
.process-item::before {
  content: "";
  position: absolute;
  top: 50px;
  width: 18px;
  height: 18px;
  background: var(--brand-maroon);
  border-radius: 50%;
  z-index: 2;
}

.process-item.left::before {
  right: -9px;
}

.process-item.right::before {
  left: -9px;
}

/* Number Style */
.process-number {
  font-size: 14px;
  font-weight: 700;
  color: var(--brand-maroon);
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.process-content h3 {
  margin-bottom: 12px;
  color: var(--text-dark);
}

.process-content p {
  color: #555;
  line-height: 1.6;
}

/* ================= MOBILE ================= */

@media (max-width: 992px) {

  .process-timeline::before {
    left: 20px;
  }

  .process-item {
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
  }

  .process-item.left,
  .process-item.right {
    left: 0;
    text-align: left;
  }

  .process-item::before {
    left: 11px;
  }
}
/* ================= ABOUT HERO ================= */

/* ================= CINEMATIC HERO ================= */

.about-hero-dark {
  position: relative;
  padding: 180px 0 160px;
  background: linear-gradient(
    135deg,
    #3a0512 0%,
    #5A0718 50%,
    #7A0C23 100%
  );
  color: #fff;
  text-align: center;
  overflow: hidden;
}

/* Soft moving glow */
.hero-bg-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(255,255,255,0.08),
    transparent 70%
  );
  top: -250px;
  right: -250px;
  filter: blur(120px);
  animation: slowFloat 12s ease-in-out infinite alternate;
}

@keyframes slowFloat {
  from { transform: translateY(0px); }
  to   { transform: translateY(40px); }
}

/* Content entrance */
.about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeHero 1.2s ease forwards;
}

@keyframes fadeHero {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tag */
.about-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #f6e6c8;
}

/* Heading */
.about-hero-dark h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 25px;
}

/* Highlight */
.highlight {
  background: linear-gradient(
    90deg,
    #f6e6c8,
    #ffffff
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subtext */
.hero-subtext {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.85);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {

  .about-hero-dark {
    padding: 140px 20px 120px;
  }

  .about-hero-dark h1 {
    font-size: 34px;
  }

  .hero-subtext {
    font-size: 16px;
  }

}
/* ================= CTA SECTION ================= */

.cta-section {
  position: relative;
  padding: 140px 0;
  background: linear-gradient(
    135deg,
    #3a0512 0%,
    #5A0718 50%,
    #7A0C23 100%
  );
  text-align: center;
  color: #fff;
  overflow: hidden;
}

/* Soft floating glow */
.cta-glow {
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(255,255,255,0.08),
    transparent 70%
  );
  top: -250px;
  left: -250px;
  filter: blur(120px);
  animation: floatGlow 12s ease-in-out infinite alternate;
}

@keyframes floatGlow {
  from { transform: translateY(0); }
  to   { transform: translateY(40px); }
}

/* Content */
.cta-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}

/* Heading */
.cta-section h2 {
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 25px;
}

/* Highlight */
.highlight {
  background: linear-gradient(
    90deg,
    #f6e6c8,
    #ffffff
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Paragraph */
.cta-section p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.85);
  margin-bottom: 40px;
}

/* Buttons wrapper */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Base Button */
.cta-btn {
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.4s ease;
}

/* Primary Button */
.cta-btn.primary {
  background: #ffffff;
  color: #7A0C23;
}

.cta-btn.primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

/* Secondary Button */
.cta-btn.secondary {
  border: 1px solid rgba(255,255,255,0.6);
  color: #fff;
}

.cta-btn.secondary:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-4px);
}

/* Responsive */
@media (max-width: 768px) {

  .cta-section {
    padding: 100px 20px;
  }

  .cta-section h2 {
    font-size: 32px;
  }

  .cta-section p {
    font-size: 16px;
  }

}
.cta-content {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUpCTA 1s ease forwards;
}

@keyframes fadeUpCTA {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}
section {
  padding: 90px 20px;
}
.hero-stories {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hero-stories img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills perfectly */
  display: block;
}
.hero-stories img {
  width: 100%;
  height: auto;
}
section {
  padding: 90px 40px;
}
.hero-stories {
  padding: 0 !important;
}
@media (max-width: 768px) {
  section {
    padding: 80px 22px;
  }
}
@media (max-width: 768px) {
  .hero-stories {
    min-height: auto;
    height: auto;
  }

  .hero-stories img {
    height: auto;
  }
}
/* ================= ENHANCED ABOUT V2 ================= */

.about-v2 {
  position: relative;
  overflow: hidden;
}

/* Soft maroon cinematic glow */
.about-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(122,12,35,0.08),
    transparent 70%
  );
  top: -150px;
  left: -150px;
  filter: blur(80px);
  z-index: 0;
}

.about-v2-wrapper {
  position: relative;
  z-index: 2;
}

/* Image enhancement */
.about-v2-image img {
  border-radius: 28px;
  box-shadow: 0 40px 100px rgba(0,0,0,0.15);
  transition: transform 0.8s ease, box-shadow 0.8s ease;
}

.about-v2-image:hover img {
  transform: scale(1.03);
  box-shadow: 0 50px 120px rgba(122,12,35,0.25);
}

/* Heading refinement */
.about-v2-content h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 30px;
}

/* Premium gradient highlight */
.highlight-text {
  background: linear-gradient(
    90deg,
    var(--brand-maroon),
    var(--brand-maroon-dark)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Paragraph spacing */
.about-v2-content p {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 20px;
  color: var(--text-dark);
}

/* Enhanced link */
.about-link {
  margin-top: 20px;
  font-weight: 600;
  color: var(--brand-maroon);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  transition: 0.4s ease;
}

.about-link span {
  width: 40px;
  height: 2px;
  background: var(--brand-maroon);
  transition: width 0.3s ease;
}

.about-link:hover span {
  width: 70px;
}

.about-link:hover {
  letter-spacing: 0.5px;
}
.animate-left,
.animate-right {
  opacity: 0;
  transition: all 1s ease;
}

.animate-left {
  transform: translateX(-60px);
}

.animate-right {
  transform: translateX(60px);
}

.animate-left.show,
.animate-right.show {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 1280px) {

  .site-header {
    padding: 10px 25px;
  }

  .nav-list {
    gap: 22px;
  }

  .nav-list li a {
    font-size: 14px;
  }

  .logo img {
    height: 75px;
  }

}
.portfolio-section {
    padding: 80px 8%;
    background: linear-gradient(120deg, #ffffff 60%, #f3f7f4 100%);
}

.portfolio-header {
    text-align: center;
    margin-bottom: 60px;
}

.portfolio-header .tag {
    background: #01780F;
    color: #fff;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 13px;
    letter-spacing: 1px;
}

.portfolio-header h2 {
    font-size: 36px;
    margin: 15px 0;
}

.portfolio-header p {
    color: #666;
    font-size: 15px;
}

/* GRID */
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.portfolio-category {
    background: #fff;
    padding: 40px 25px;
    border-radius: 18px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

/* Hover effect */
.portfolio-category:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(1,120,15,0.15);
}

.portfolio-category::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #01780F, #03a31a);
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.portfolio-category:hover::before {
    transform: scaleX(1);
}

.folder-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.portfolio-category h3 {
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 992px) {
    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-category {
        padding: 30px 20px;
    }

    .portfolio-header h2 {
        font-size: 26px;
    }
}
.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background: #111;
    transition: 0.3s;
}

/* Animate Hamburger */
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px,5px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px,-6px);
}

/* ================= MOBILE MENU ================= */

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: #7A0C23;
    padding: 40px 25px;
    transition: 0.4s ease;
    z-index: 1000;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
}

.mobile-menu li {
    margin-bottom: 20px;
}

.mobile-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.mobile-cta {
    background: #fff;
    color: #7A0C23 !important;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 15px;
}

/* Close Button */
.mobile-close {
    font-size: 28px;
    color: #fff;
    text-align: right;
    cursor: pointer;
    margin-bottom: 30px;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {

    .main-nav,
    .header-cta {
        display: none;
    }

    .hamburger {
        display: flex;
    }

}
.footer-social {
    display: flex;
    gap: 18px;
    margin-top: 20px;
}

/* Circle Container */
.footer-social a {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    backdrop-filter: blur(6px);
    transition: all 0.35s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* Icon */
.footer-social img {
    width: 20px;
    height: 20px;
    transition: 0.35s ease;
}

/* Hover Effect */
.footer-social a:hover {
    transform: translateY(-6px) scale(1.08);
    box-shadow: 0 10px 28px rgba(0,0,0,0.25);
}

/* Individual Brand Hover Colors */
.footer-social a:nth-child(1):hover {  /* Instagram */
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

.footer-social a:nth-child(2):hover {  /* Facebook */
    background: #1877f2;
}

.footer-social a:nth-child(3):hover {  /* YouTube */
    background: #ff0000;
}

.footer-social a:nth-child(4):hover {  /* Twitter */
    background: #000000;
}

/* Make icons white on hover */
.footer-social a:hover img {
    filter: brightness(0) invert(1);
}

.gallery-section {
    padding: 80px 8%;
    background: #f9f9f9;
}

.gallery-header {
    text-align: center;
    margin-bottom: 40px;
}

.gallery-header h2 {
    font-size: 36px;
}

/* FILTER BUTTONS */
/* FILTER WRAPPER */
.gallery-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;              /* Better spacing between buttons */
    margin-bottom: 60px;    /* More breathing space */
    padding: 0 20px;
}

/* BUTTON STYLE */
.filter-btn {
    background: #ffffff;
    border: 1.5px solid #7A0C23;
    padding: 10px 22px;      /* More premium padding */
    border-radius: 40px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    transition: all 0.35s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* HOVER + ACTIVE */
.filter-btn:hover {
    background: #7A0C23;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(122, 12, 35, 0.25);
}

.filter-btn.active {
    background: #7A0C23;
    color: #ffffff;
    box-shadow: 0 8px 22px rgba(122, 12, 35, 0.35);
}

/* Mobile adjustment */
@media (max-width: 600px) {
    .gallery-filters {
        gap: 10px;
        margin-bottom: 40px;
    }

    .filter-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}

/* GRID */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}


/* ITEMS */
.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    transition: 0.4s ease;
    aspect-ratio: 4 / 3;   /* Keeps all same proportion */
    background: #eee;      /* Fallback background */
}

/* Make image fill container perfectly */
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;     /* Prevent stretching */
    transition: 0.4s ease;
}

.gallery-item {
    transition: 0.4s ease;
    opacity: 1;
    transform: scale(1);
}

.gallery-item.hide {
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
}



.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #ffffff;

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.08),
        0 2px 6px rgba(0, 0, 0, 0.04);

    transition: 
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s ease,
        opacity 0.5s ease;
}
.gallery-item:hover {
    transform: translateY(-10px);

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.18),
        0 6px 14px rgba(0, 0, 0, 0.08);
}


/* Image smooth zoom */
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
                filter 0.6s ease;
}

/* Premium hover effect */
.gallery-item:hover {
    transform: translateY(-8px);
}

.gallery-item:hover img {
    transform: scale(1.12);
    filter: brightness(0.95);
}


/* Responsive */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}


.webvistara-link {
    color: #F5E6D3; /* soft cream */
    font-weight: 600;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

/* Animated underline effect */
.webvistara-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background: #F5E6D3;
    transition: width 0.3s ease;
}

.webvistara-link:hover {
    color: #ffffff;
}

.webvistara-link:hover::after {
    width: 100%;
}
.gallery-item {
    transition: 
        opacity 0.3s ease,
        transform 0.3s ease;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;   /* ADD THIS */
}
.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;

    position: absolute;
    left: 25px;              /* 👈 MOVE TO LEFT */
    top: 50%;
    transform: translateY(-50%);
    z-index: 2000;
}

.hamburger span {
    width: 28px;
    height: 3px;
    background: #7A0C23;
    border-radius: 3px;
    transition: 0.3s ease;
}

.header-container {
    position: relative;
    padding-left: 70px;   /* 👈 space for hamburger */
}
@media (max-width: 992px) {

    .main-nav,
    .header-cta {
        display: none;
    }

    .hamburger {
        display: flex;
    }

}
@media (max-width: 992px) {

  .header-container {
    display: flex;
    align-items: center;
    justify-content: center;   /* 👈 Center everything */
    position: relative;
  }

  .logo {
    margin: 0 auto;            /* 👈 Force true center */
  }

  .hamburger {
    position: absolute;        /* 👈 Remove from flex flow */
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

}
.video-box{
position:relative;
width:100%;
padding-top:56.25%;
overflow:hidden;
border-radius:12px;
}

.video-box iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:0;
}