.hero-section {
  margin-top: 50px;
}
.hero-section img {
  width: 100%;
}
.rowIcon {
  margin-top: 80px;
  margin-bottom: 90px;
}
.rowIcon .row {
  align-items: center;
}
.rowIcon .iconImage {
  text-align: center;
}
.rowIcon .iconImage .app-icon {
  border-radius: 20px;
  max-width: 300px;
  width: 100%;
}
.rowIcon .store-buttons img {
  width: 160px;
  margin: 0.5rem;
}
.rowIcon .iconTitle .section-title {
  font-size: 1.4rem;
  font-weight: 500;
  color: #377641;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.rowIcon .iconTitle p {
  font-size: 1.2rem;
  color: #666;
}
.features-row {
  margin: 50px auto;
}
.features-row img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.topimages {
  margin-top: 90px;
}
.topimages img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}
.contact-title .left img {
  width: 100%;
  border-radius: 20px;
}
.contact-title .left .svgImage {
  text-align: center;
}
.contact-title .left .svgImage .cards {
  margin-bottom: 20px;
}
.contact-title .left .svgImage .cards img {
  max-width: 200px;
  text-align: center;
  padding: 20px;
  border: 2px solid #377641;
}
.contact-title .right {
  padding: 50px 40px;
}
.contact-title .right h3 {
  font-size: 28px;
  color: #377641;
}
.contact-title .right p {
  font-size: 20px;
  color: #333;
  line-height: 30px;
}
.last {
  margin: 80px auto 50px;
  align-items: center;
}
.contact-section {
  margin-top: 90px;
  height: 700px;
  background-image: url("../images/contact-bg.svg");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.contact-section .container .row {
  align-items: center;
}
.contact-section .container .p {
  font-size: 30px;
  color: #ffffff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
}
.contact-section .custom-form {
  max-width: 400px;
  padding: 2rem;
  margin: 2rem auto;
  background-color: white;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.contact-section .custom-form label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}
.contact-section .custom-form input,
.contact-section .custom-form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.contact-section .custom-form input:focus,
.contact-section .custom-form textarea:focus {
  border-color: #377641;
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 0, 0.2);
}
.contact-section .btn-link-submit {
  display: inline-block;
  background-color: black;
  color: white;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 16px;
  font-weight: bold;
  transition: background-color 0.3s;
}
.contact-section .btn-link-submit:hover {
  background-color: #222;
  color: white;
}
.footer {
  background-color: #377641;
  color: white;
  text-align: center;
  padding: 2rem 1rem;
  margin-top: 20px;
}
.footer-nav a {
  color: white;
  margin: 0 1rem;
  text-decoration: none;
  font-size: 1.8rem;
}
.footer-bottom {
  margin-top: 1rem;
  font-size: 1.2rem;
}
.footer-bottom a {
  color: white;
  text-decoration: none;
  margin-left: 1rem;
  font-size: 1.2rem;
}
.footer-bottom a:hover,
.footer-nav a:hover {
  text-decoration: underline;
}
.privacy {
  margin: 130px auto 50px;
}
.privacy h1 {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: bold;
}
.privacy p {
  font-size: 1.1rem;
  color: #333333;
  line-height: 2rem;
}
@media (max-width: 576px) {
  .footer-nav a {
    display: block;
    margin: 0.5rem 0;
  }
  .footer-bottom {
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .footer-bottom a {
    display: inline-block;
    margin: 0.3rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .rowIcon .store-buttons {
    text-align: center;
  }
  .rowIcon .iconTitle {
    text-align: center;
  }
  .features-row {
    text-align: center;
  }
  .features-row img {
    width: 70%;
  }
  .contact-title .left img {
    width: 100%;
    transform: translateY(-60px);
  }
  .contact-title .right {
    padding: 0;
  }
  .last {
    flex-direction: column-reverse;
  }
}
/*# sourceMappingURL=style.css.map */