/* Base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}

/* Auth Header */
.auth-header {
  padding: 4px 70px;
  display: flex;
  justify-content: flex-end;
  background-color: #ccc;
}

.auth-container {
  max-width: 855px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 4.5px;
  padding: 0 12px;
}

.auth-btn {
  font-family: "Poppins", sans-serif;
  font-size: 12.8px;
  padding: 6.33px 25.333px 7.53px;
  border-radius: 8px;
  cursor: pointer;
  color: #173a5a;
}

.login-btn {
  background-color: #fff;
  border: none;
}

.signup-btn {
  background: transparent;
  border: 1px solid #173a5a;
}

/* Main Navigation */
.main-nav {
  border-bottom: 1px solid #dee2e6;
  padding: 16.667px 70px;
  background-color: #f4f5f5;
}

.nav-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
}

.logo {
  width: 29px;
  height: 29px;
}

.nav-links {
  display: flex;
  flex: 1;
  justify-content: center;
  list-style: none;
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 12.27px;
  padding: 8.62px 8.01px 10.99px 8px;
  color: #173a5a;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.arrow-icon {
  width: 8px;
  height: 6px;
}

.cta-button {
  color: #fff;
  padding: 6.667px 12.667px;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  cursor: pointer;
  background-color: #173a5a;
  border: none;
}

/* Hero Section */
.hero-section {
  background-image: url("https://cdn.builder.io/api/v1/image/assets/TEMP/8822d6e8b662319c880f915c27cb389eed41090c"), url("https://cdn.builder.io/api/v1/image/assets/TEMP/1ef54a8f0a505dbe3279a7a8908f01da97d66bc7");
  background-size:
    99.81881380081177px 99.81881380081177px,
    143.858% 100%;
  background-repeat: repeat, no-repeat;
  min-height: 573px;
  display: flex;
  justify-content: center;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  background-color: #173f60;
}

.hero-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 96px 70px;
  width: 100%;
}

.hero-content {
  max-width: 570px;
}

.hero-subtitle {
  color: #f8f9fa;
  font-family: "Poppins", sans-serif;
  font-size: 56px;
  font-weight: 300;
  letter-spacing: 3.92px;
  display: block;
  margin-bottom: 5px;
}

.hero-heading {
  color: #f8f9fa;
  font-family: "Poppins", sans-serif;
  font-size: 108px;
  font-weight: 700;
  letter-spacing: 7.56px;
  line-height: 129.6px;
  display: block;
}

.hero-description {
  color: #f8f9fa;
  font-size: 22.1px;
  max-width: 299px;
  margin: 38px 0 24px;
}

.hero-cta {
  color: #f8f9fa;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  padding: 4.667px 24.667px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #f19332;
  border: none;
}

.hero-image {
  width: 503px;
  height: 328px;
  background: url("https://cdn.builder.io/api/v1/image/assets/TEMP/334a169955863717e15c2d59990de769116579e4") lightgray 24px 24px/90.457% 85.366% no-repeat;
}

/* Features Section */
.features-section {
  display: flex;
  justify-content: space-between;
  padding: 64px 70px;
  background-color: #f4f5f5;
}

.feature-container {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
}

.feature-image {
  width: 463px;
  height: 223px;
}

.feature-content {
  max-width: 570px;
  padding: 24px;
}

.feature-title {
  color: #212529;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 7px;
}

.feature-description {
  color: #173a5a;
  font-size: 16px;
  max-width: 424px;
  margin-bottom: 16px;
}

.feature-cta {
  color: #f8f9fa;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 4.667px 24.667px;
  border-radius: 6px;
  cursor: pointer;
  background-color: #f19332;
  border: none;
}

/* Testimonial Section */
.testimonial-section {
  padding: 50px 70px;
  text-align: center;
}

.testimonial-heading {
  color: #212529;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  margin-bottom: 40px;
}

.testimonial-heading .highlight {
  color: #173a5a;
  font-weight: 700;
}

.testimonial-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}

.nav-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.nav-button img {
  width: 56px;
  height: 55px;
}

.testimonial-content {
  border-radius: 32px;
  padding: 47px 72px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  max-width: 743px;
  background-color: #fff;
}

.testimonial-title {
  color: #173a5a;
  font-family: "Poppins", sans-serif;
  font-size: 30.1px;
  font-weight: 700;
  margin-bottom: 31px;
}

.testimonial-quote {
  color: #212529;
  font-size: 18.1px;
  margin-bottom: 40px;
}

.testimonial-author {
  color: #212529;
  font-size: 14.1px;
}

.author-name {
  display: block;
  margin-bottom: 5px;
}

.author-role {
  font-weight: 700;
}

.testimonial-dots {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
}

.dot {
  width: 30px;
  height: 8px;
  border-radius: 8px;
  opacity: 0.5;
  background-color: #f19332;
}

/* Footer */
.main-footer {
  padding: 122.08px 70px;
  background-color: #173a5a;
}

.footer-container {
  max-width: 1140px;
  margin: 0 auto;
}

.footer-columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.footer-column {
  max-width: 285px;
}

.footer-title {
  color: #f8f9fa;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-links {
  list-style: none;
  margin-bottom: 24px;
}

.footer-links a {
  color: #f8f9fa;
  font-size: 16px;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}

.footer-newsletter {
  border-radius: 16px;
  padding: 37.4px 29.6px;
  max-width: 309px;
  background-color: #2178af;
}

.newsletter-title {
  color: #f8f9fa;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}

.newsletter-form {
  margin-bottom: 7px;
}

.input-group {
  display: flex;
}

.newsletter-input {
  width: 188px;
  padding: 12.33px 12px;
  border-radius: 6px 0 0 6px;
  border: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.newsletter-button {
  color: #fff;
  padding: 8.667px 16.667px;
  border-radius: 0 6px 6px 0;
  border: none;
  cursor: pointer;
  font-size: 20px;
  background-color: #173a5a;
}

.newsletter-description {
  color: #f8f9fa;
  font-size: 12.3px;
  margin-bottom: 7px;
}

.newsletter-privacy {
  color: #f8f9fa;
  font-size: 8px;
}

.newsletter-privacy a {
  color: #f8f9fa;
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  width: 245px;
  height: 42px;
}

.privacy-policy {
  color: #f8f9fa;
  font-size: 16px;
  text-decoration: none;
}

.footer-address {
  color: #f8f9fa;
  font-size: 16px;
  text-align: center;
  max-width: 243px;
  font-style: normal;
}

.social-links {
  display: flex;
  gap: 4.5px;
}

.social-icon {
  width: 38px;
  height: 38px;
  cursor: pointer;
}

/* WhatsApp Button */
.whatsapp-button {
  position: fixed;
  bottom: 26px;
  right: 24px;
  width: 60px;
  height: 60px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  background-color: #25d366;
  text-decoration: none;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .auth-header,
  .main-nav {
    padding: 4px 20px;
  }

  .hero-container {
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
  }

  .hero-image {
    margin-top: 40px;
  }

  .feature-container {
    flex-direction: column;
    align-items: center;
  }

  .feature-content {
    text-align: center;
    margin-top: 30px;
  }

  .testimonial-container {
    flex-direction: column;
  }

  .nav-button {
    display: none;
  }
}

@media (max-width: 640px) {
  .nav-links {
    display: none;
  }

  .cta-button {
    font-size: 14px;
    padding: 5px 10px;
  }

  .hero-subtitle {
    font-size: 36px;
  }

  .hero-heading {
    font-size: 72px;
    line-height: 86px;
  }

  .hero-description {
    font-size: 18px;
  }

  .feature-image {
    width: 100%;
    height: auto;
  }

  .footer-columns {
    flex-direction: column;
    gap: 40px;
  }

  .footer-column {
    max-width: 100%;
  }

  .footer-newsletter {
    padding: 20px;
  }

  .newsletter-input {
    width: 150px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .social-links {
    justify-content: center;
  }
}
