/* Page spacing adjustments */
.offerings-section {
  padding-top: 20px !important;
}

.offerings-section .section-title {
  margin-top: 0 !important;
}

.testimonial-section {
  padding-top: 20px !important;
}

.testimonial-section .header-container {
  margin-top: 0 !important;
}

body {
  background: linear-gradient(
    to bottom,
    #f7d81b 0%,
    #dacb5a 35%,
    #fcdf2b 40%,
    #a1a156 85%
  );
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Darker Grotesque', sans-serif;
}

.home-hero-video {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 60px;
  background: #000;
}

.home-hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.home-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  pointer-events: none;
}

.home-hero-content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.home-hero-content .hero-btn {
  border: 1px solid rgba(255, 255, 255, 0.85);
  background: rgba(17, 17, 17, 0.45);
  color: #fff;
  padding: 14px 42px;
  border-radius: 999px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.home-hero-content .hero-btn:hover {
  background: rgba(77, 78, 74, 0.85);
}

.home-hero-logo {
  width: min(350px, 85vw);
  max-width: 350px;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .home-hero-video {
    min-height: 78vh;
    padding-top: 105px;
  }

  .home-hero-content .hero-btn {
    font-size: 22px;
    padding: 12px 32px;
  }
}

@media (max-width: 576px) {
  .home-hero-video {
    min-height: 70vh;
    padding-top: 95px;
    padding-bottom: 40px;
  }

  .home-hero-content {
    gap: 14px;
  }

  .home-hero-content .hero-btn {
    font-size: 18px;
    padding: 10px 26px;
  }

  .home-hero-logo {
    width: min(220px, 80vw);
    max-width: 220px;
  }
}


.home-stats-tagline-wrap {
  padding: 24px 0 6px;
}

.home-stats-tagline {
  margin: 0 auto;
  max-width: 1080px;
  color: #565656;
  font-size: clamp(34px, 3.9vw, 50px);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.home-stats-tagline-line1,
.home-stats-tagline-line2 {
  display: block;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .home-stats-tagline-wrap {
    padding: 18px 0 6px;
  }

  .home-stats-tagline {
    max-width: 860px;
    font-size: clamp(30px, 4.3vw, 40px);
    line-height: 1.12;
  }
}

@media (max-width: 576px) {
  .home-stats-tagline-wrap {
    padding: 12px 0 4px;
  }

  .home-stats-tagline {
    max-width: 95%;
    font-size: 22px;
    line-height: 1.2;
  }

  .home-stats-tagline-line1,
  .home-stats-tagline-line2 {
    white-space: normal;
  }
}









.stats-ditto {
  position: relative;
}

.stats-ditto .footer-dot-pattern,
.stats-ditto .footer-dot-pattern-left {
  position: absolute;
  top: 20px;
  bottom: auto;
  z-index: 0;
  pointer-events: none;
}

.stats-ditto .footer-dot-pattern {
  left: 0;
}

.stats-ditto .footer-dot-pattern-left {
  left: auto;
  right: 0;
}

.stats-ditto .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 576px) {
  .stats-ditto .footer-dot-pattern,
  .stats-ditto .footer-dot-pattern-left {
    display: none;
  }
}
