.hero-container {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: 680px;
  margin: 0 auto;
  padding: 32px 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  isolation: isolate;
  border-radius: 50px;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: top;
  z-index: -1;
  background-image: url('/static/img/Background.png');
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.text-group {
  display: flex;
  justify-content: space-between;
  gap: 64px;
  width: 100%;
}

.hero-title {
  width: 100%;
  line-height: 1.17;
  text-transform: capitalize;
  color: #FFFFFF;
  margin: 0;
}

.hero-subtitle {
  font-size: clamp(20px, 2.5vw, 36px);
  line-height: 1.17;
  color: #191919;
  display: flex;
  max-width: 360px;
  max-height: 104px;
  font-size: clamp(36px, 4vw, 64px);
}

.hero-buttons {
  display: flex;
  gap: 32px;
}

.calc-button {
  display: flex;
  padding: 32px 64px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #F88613;
  border: none;
  cursor: pointer;
}

.information {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}

.office-location, .contact-us {
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.25);
}

.office-img {
  height: 100%;
  align-self: stretch;
  border-radius: 32px;
}

.info-contact {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 32px;
  align-self: stretch;
}

.phone {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #D25122;
  color: #F88613;
  box-sizing: border-box;
}

.info-email {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid #D25122;
  color: #F88613;
}

.emails {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.email-style {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #191919;
  border-bottom: 1px solid currentColor;
  line-height: 1.2;
}

.about-us {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  position: relative;
}

.header-about {
  padding: 64px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-us-img {
  width: 100%;
  height: 561px;
  position: absolute;
  background-size: cover;
  background-position: top;
  border-radius: 32px;
  filter: brightness(0.7);
  z-index: -1;
}

.title-about-us {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  position: relative;
}

.company-name-color {
  color: #F88613;
}

.end-text-color {
  color: #FFF;
}

.under-title {
  margin: 0;
  color: #FFF;
}

.info-numbers {
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: 32px;
}

.wrap-con {
  display: flex;
  gap: 16px;
}

.containers {
  display: flex;
  width: 100%;
  gap: 32px;
  padding: 8px;
  flex-wrap: wrap;
}

.stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 24px;
  width: calc(25% - 24px);
  min-height: 200px;
  box-sizing: border-box;
}

.stat-number {
  font-size: 48px;
  font-weight: bold;
  color: #F88613;
}

.stat-description {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 1.4;
  max-width: 160px;
}

.form-info-numbers {
  display: flex;
  padding: 64px 64px 0 64px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  position: relative;
}

.stats-scroll-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.stats-scroll-wrapper::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}

.gallery-container {
  position: relative;
  width: 100%;
}


.scroll-indicator {
  display: none;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}

.dots-container {
  display: flex;
  gap: 12px;
  background: rgba(255, 255, 255, 0.7);
  padding: 8px 16px;
  border-radius: 20px;
  backdrop-filter: blur(5px);
}


.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E0E0E0;
  transition: background 0.3s ease;
}


.dot.active {
  background: #F88613;
}

.homepage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  flex: 1 0 auto;
}

@media (max-width: 1280px) {
  .hero-container, .office-location, .contact-us, .about-us-img, .phone, .info-email {
    border-radius: 24px;
  }
  .hero-container {
    padding: 32px 24px;
    height: 475px;
  }
  .text-group {
    width: 100%;
  }
  .hero-subtitle {
    width: 450px;
  }
  .hero-buttons {
    width: 100%;
  }
  .information {
    flex-direction: column;
  }
  .office-location, .contact-us {
    padding: 32px;
    gap: 24px;
  }
  .office-img {
    height: 300px;
  }
  .info-contact {
    flex-direction: row;
    flex: 1 1 auto;
    align-self: stretch;
  }
  .info-email, .phone {
    padding: 24px;
    width: 100%;
    height: 100%;
  }
  .form-info-numbers, .header-about {
    padding: 32px;
  }
  .title-about-us {
    gap: 48px;
  }
  .stats-scroll-wrapper .containers {
    width: max-content;
    flex-wrap: nowrap;
    padding-right: 32px;
  }
  
  .stats-scroll-wrapper .stat-card {
    width: 240px;
    flex-shrink: 0;
  }

  .homepage {
    gap: 48px;
  }
  .scroll-indicator {
    display: flex;
  }
}

@media (max-width: 768px) {
  .hero-container, .office-location, .contact-us, .about-us-img, .phone, .info-email {
    border-radius: 20px;
  }
  .hero-background {
    background-image: url('/static/img/main-truck.jpg');
    background-position: center;
  }
  .hero-container {
    padding: 32px 24px;
    height: auto;
    min-height: 500px;
  }
  .text-group {
    flex-direction: column;
    gap: 24px;
  }
  .hero-title, .hero-subtitle {
    color: #191919;
  }
  .hero-subtitle {
    width: 100%;
  }
  .hero-buttons {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
  }
  .info-contact {
    flex-direction: column;
  }
  .contact-us, .office-location {
    padding: 24px 16px;
  }
  .hero-container {
    height: 375px;
  }
  .homepage {
    gap: 32px;
  }
  .dot {
    width: 8px;
    height: 8px;
  }
  .dots-container {
    gap: 8px;
    padding: 6px 12px;
  }
}

@media (max-width: 480px) {
  .hero-container, .office-location, .contact-us, .about-us-img, .phone, .info-email {
    border-radius: 16px;
  }
  .hero-container {
    padding: 24px 16px;
    min-height: 400px;
  }
  .hero-subtitle {
    max-width: 200px;
  }
  .hero-buttons {
    gap: 16px;
  }
  .homepage {
    gap: 24px;
  }
}