/* Custom CSS for exact Figma match */

/* Import styles.css in HTML */

/* Hero Section */
.hero-section {
  position: relative;
  width: 100%;
  height: 1024px;
  overflow: hidden;
}

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

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.77);
  z-index: 2;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  z-index: 10;
  width: 100%;
  max-width: 1016px;
  padding: 0 20px;
}

.hero-title {
  font-family: "Signika", sans-serif;
  font-weight: 700;
  font-size: 80.7px;
  line-height: 175.61px;
  letter-spacing: 10.69px;
  color: #3ab54a;
  text-align: center;
}

.hero-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 60px;
  color: #ffffff;
  text-align: center;
}

.hero-leaf {
  position: absolute;
  top: 299px;
  right: 268px;
  width: 139px;
  height: 139px;
  z-index: 5;
}

/* About Section */
.about-section {
  position: relative;
  width: 100%;
  padding: 120px 20px;
  background: #ffffff;
  overflow: hidden;
}

.about-leaf-1 {
  position: absolute;
  top: 100px;
  left: 44px;
  width: 268px;
  height: 184px;
}

.about-leaf-2 {
  position: absolute;
  top: 600px;
  right: 113px;
  width: 177px;
  height: 177px;
}

.about-leaf-3 {
  position: absolute;
  top: 900px;
  right: 161px;
  width: 62px;
  height: 62px;
}

.about-leaf-4 {
  position: absolute;
  bottom: 100px;
  right: 78px;
  width: 268px;
  height: 184px;
}

.section-divider {
  width: 134px;
  height: 5px;
  background: #e2e2e2;
}

.content-block {
  display: flex;
  align-items: flex-start;
  gap: 51px;
  max-width: 1492px;
  margin: 0 auto 150px;
  padding: 0 20px;
}

.content-block.reverse {
  flex-direction: row-reverse;
}

.content-image {
  width: 588px;
  height: 588px;
  object-fit: cover;
  flex-shrink: 0;
}

.content-text {
  flex: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 31px;
  line-height: 46.5px;
  color: #464646;
  text-align: justify;
}

.content-text p {
  margin-bottom: 21px;
}

.content-text p:last-child {
  margin-bottom: 0;
}

.content-text strong {
  font-weight: 600;
}

/* Responsive Design */
@media (max-width: 1440px) {
  .hero-logo {
    left: 100px;
  }

  .hero-nav {
    right: 100px;
  }

  .hero-leaf {
    right: 150px;
  }

  .about-leaf-1 {
    left: 30px;
  }

  .about-leaf-2 {
    right: 80px;
    top: 550px;
  }

  .about-leaf-3 {
    right: 120px;
    top: 850px;
  }

  .about-leaf-4 {
    right: 50px;
  }
}

@media (max-width: 1200px) {
  .hero-logo {
    left: 60px;
    width: 70px;
    height: 70px;
  }

  .hero-nav {
    right: 60px;
    gap: 30px;
  }

  .hero-title {
    font-size: 110px;
    line-height: 130px;
    letter-spacing: 8px;
  }

  .hero-subtitle {
    font-size: 34px;
    line-height: 50px;
  }

  .hero-leaf {
    width: 110px;
    height: 110px;
    right: 80px;
  }

  .content-image {
    width: 450px;
    height: 450px;
  }

  .content-text {
    font-size: 24px;
    line-height: 36px;
  }

  .content-block {
    gap: 40px;
    margin-bottom: 120px;
  }

  .about-leaf-1,
  .about-leaf-4 {
    width: 220px;
    height: auto;
  }

  .about-leaf-2 {
    width: 140px;
    height: 140px;
    right: 60px;
    top: 500px;
  }

  .about-leaf-3 {
    right: 100px;
    top: 800px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: 100vh;
    min-height: 600px;
  }

  .hero-logo {
    left: 30px;
    top: 25px;
    width: 60px;
    height: 60px;
  }

  .hero-nav {
    right: 30px;
    top: 30px;
    gap: 20px;
  }

  .nav-text,
  .nav-text-active {
    font-size: 14px;
  }

  .nav-icon {
    width: 16px;
    height: 16px;
  }

  .hero-title {
    font-size: 90px;
    line-height: 110px;
    letter-spacing: 6px;
  }

  .hero-subtitle {
    font-size: 28px;
    line-height: 42px;
  }

  .hero-leaf {
    width: 90px;
    height: 90px;
    top: 200px;
    right: 50px;
  }

  .about-section {
    padding: 80px 20px;
  }

  .about-leaf-1,
  .about-leaf-2,
  .about-leaf-3,
  .about-leaf-4 {
    display: none;
  }

  .content-block {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-bottom: 100px;
  }

  .content-block.reverse {
    flex-direction: column;
  }

  .content-image {
    width: 100%;
    height: auto;
    max-width: 500px;
  }

  .content-text {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 480px) {
  .hero-logo {
    left: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
  }

  .hero-nav {
    right: 20px;
    top: 25px;
    gap: 12px;
    flex-wrap: wrap;
  }

  .nav-text,
  .nav-text-active {
    font-size: 11px;
  }

  .nav-icon {
    width: 13px;
    height: 13px;
  }

  .hero-title {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 4px;
  }

  .hero-subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-leaf {
    width: 70px;
    height: 70px;
    top: 150px;
    right: 30px;
  }

  .about-section {
    padding: 60px 20px;
  }

  .content-block {
    margin-bottom: 80px;
  }

  .content-text {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #3ab54a;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #2d8f3a;
}
