html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

html {
  scroll-behavior: smooth;
}

.responsive-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  background-color: #e9f5e9;
}

.text-section {
  flex: 1;
  padding: 20px;
  max-width: 600px;
  display: block;
}

.text-section h1 {
  font-size: 2em;
  color: #2a7b2e;
  font-weight: 400;

  font-family: Arial, Helvetica, sans-serif;
}

.text-section p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;

  font-family: Arial, Helvetica, sans-serif;
  color: #555;
}

.cta-btn {
  margin-top: 30px;
  margin-right: 10px;
  padding: 8px 16px;
  background-color: #2a7b2e;
  color: white;
  border: none;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 5px;
  cursor: pointer;
  transition: max-height 0.1s ease;
}

.cta-btn:hover {
  background-color: #1f5c22;
  transition: max-height 0.1s ease;
}

.image-section {
  flex: 1;
  padding: 0px;
  text-align: center;
}

.image-section img {
  width: 40%;
  max-width: 450px;
  margin-top: -2px;
  margin-left: 140px;
}

@media (max-width: 768px) {
  .responsive-container {
    flex-direction: column;
    text-align: center;
  }

  .text-section,
  .image-section {
    max-width: 100%;
    padding: 10px;
  }

  .text-section h1 {
    font-size: 1.8em;
    font-weight: 400;

  }

  .text-section p {
    font-size: 14px;
  }

  .cta-btn {
    margin-top: 20px;
    padding: 10px 20px;
    transition: max-height 0.1s ease;
  }

  /*.image-section img {*/
  /*  max-width: 90%; */
  /*  margin-top: 10px; */
  /*  margin-left: 0;*/
  /*}*/
}

@media (max-width: 480px) {
  .text-section h1 {
    font-size: 1.1em;
  }

  .cta-btn {
    width: 100%;
    padding: 12px;
    transition: max-height 0.1s ease;
  }

  .image-section img {
    max-width: 90%;
  }


  .image-section img {
    width: 80%;
    max-width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .text-section p {
    font-size: 13px;
    margin-top: 17px;
    margin-bottom: 30px;
  }
}

/* --------------------offer-------------------- */
.text-con {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 45px;
}

.aero-first {
  margin-left: 50%;
  transform: translateX(-50%);
  width: 120px;
  margin-top: -10px;
}

.services-section {
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
  transition: max-height 0.1s ease;
}

.services-section h1 {
  font-size: 1.7em;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}


.services-section p {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 20px;
  max-width: 800px;
  font-family: Arial, Helvetica, sans-serif;
  margin: auto;
}

.services-section {
  text-align: center;
  padding: 35px;
  background-color: #f9f9f9;
}

.services-section-p {
  margin-top: -20px;
}

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  justify-content: center;
  margin-top: 70px;
  min-height: 300px;
}

.box {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  width: 360px;
    height: 590px;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: max-height 0.1s ease;
}

.box:hover {
  transform: translateY(-10px);
}

.text-con1 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.text-con {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 17px;
  color: black;

  font-family: Arial, Helvetica, sans-serif;
  margin-top: 45px;
  font-weight: 400;
}

.box img {
  width: 87%;
  margin-left: 17px;
  display: block;
  margin-top: 50px;
}

.box h3 {
  margin: 16px 0 8px;
  color: #333;
  font-size: 1.4em;
  margin-top: 50px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.box p {
  margin: 0 16px 16px;
  color: #666;
  font-size: 1em;
  font-weight: 400;

  font-family: Arial, Helvetica, sans-serif;
}


@media (max-width: 768px) {
  .box {
    width: 50%;
    margin: 0 auto;
  }

  .box h3 {
    font-size: 1.3em;
  }

  .box p {
    font-size: 1em;
  }

  .container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
    padding: 0px;
    margin-top: 25px;
    justify-content: center;
  }

}

@media (max-width: 480px) {

  .box {
    width: 90%;
    margin: 0 auto;
    margin-top: 5px;
  }

  .box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    overflow: hidden;
    text-align: center;
    width: 320px;
    height: 570px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: max-height 0.1s ease;
  }

  .box h3 {
    font-size: 1.3em;
    margin-top: 54px;
    color: black;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .text-con1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 16px;
  }

  .box p {
    font-size: 1.2em;
  }

  .text-con1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -10px;
  }

  .box img {
    width: 96%;
    margin-left: 14px;
    display: block;
    margin-top: 35px;
  }

  .container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 0px;
    margin-top: 45px;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .aero-first {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100px;
    margin-top: -5px;
  }
}

@media (max-width: 480px) {
  .aero-first {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 150px;
    margin-top: -12px;
  }
}

/* -------------work----------------------- */
.text-con {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 45px;
  font-weight: 400;

}

.aero {
  margin-left: 50%;
  transform: translateX(-50%);
  width: 120px;
  margin-top: -10px;
}

.services-section {
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9;
  transition: max-height 0.1s ease;
}

.services-section h1 {
  font-size: 1.7em;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

.services-section p {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 20px;
  max-width: 800px;
  font-family: Arial, Helvetica, sans-serif;
  margin: auto;
}

.services-section {
  text-align: center;
  padding: 35px;
  background-color: #f9f9f9;
  transition: max-height 0.1s ease;
}

.services-section-p {
  margin-top: -20px;
}

.container-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  justify-content: center;
  margin-top: 70px;
}

.box-s {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  width: 360px;
  height: 495px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: max-height 0.1s ease;
}

.box-s:hover {
  transform: translateY(-10px);
}

.text-con1 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.box-s img {
  width: 95%;
  margin-left: 12px;
  display: block;
  margin-top: 15px;
}

.box-s h2 {
  margin: 16px 0 8px;
  color: #333;
  font-size: 1.4em;
  margin-top: 50px;
  font-family: Arial, Helvetica, sans-serif;
}

.box-s p {
  margin: 0 16px 16px;
  color: #666;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}


@media (max-width: 768px) {
  .box-s {
    width: 50%;
    margin: 0 auto;
  }

  .box-s h2 {
    font-size: 1.3em;
  }

  .box-s p {
    font-size: 1em;
  }

  .container-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
    padding: 0px;
    margin-top: 25px;
    justify-content: center;
  }

}

@media (max-width: 480px) {
  .box-s {
    width: 91%;
    margin: 0 auto;
    height: 533px;
    margin-top: 58px;
  }

  .box-s h2 {
    font-size: 1.6em;
  }

  .box-s p {
    font-size: 1.2em;
  }

  .text-con1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -10px;
  }

  .box-s img {
    width: 97%;
    margin-left: 6px;
    display: block;
    margin-top: 35px;
  }

  .container-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 0px;
    margin-top: -33px;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .aero {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100px;
    margin-top: -5px;
  }
}

@media (max-width: 480px) {
  .aero {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 150px;
    margin-top: -12px;
  }
}

/* ------------------frequently question ------------------ */

.faq-container {
  margin: 40px auto;
  padding: 20px;
  text-align: left;
  background: rgb(214, 245, 214);
  border-radius: 8px;
  height: 460px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq-container h3 {
  font-size: 2rem;
  margin-left: 125px;
  font-weight: 400;

  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
}

.faq-grid {
  display: grid;
  width: 70%;
  margin-top: 38px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-left: 123px;
  gap: 30px;
  transition: max-height 0.1s ease;
}

.faq-item {
  background: #f3f3f3;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.faq-question {
  background: #ffffff;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  text-align: left;
  width: 100%;
  padding: 15px;
  cursor: pointer;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  transition: max-height 0.1s ease;
}

.faq-question:hover {
  background: #4CAF50;

  color: #ffffff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #f3f3f3;
  padding: 0 15px;
  transition: max-height 0.1s ease;
}

.faq-answer p {
  margin: 10px 0;
  padding: 10px 0;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
}

.echo1 {
  width: 120px;
  margin-top: -9px;
  margin-left: 290px;
}

.para {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin-left: 125px;
}

@media (max-width: 1024px) {
  .faq-container {
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .faq-container h3 {
    font-size: 1.8rem;
    margin-left: 0;
    text-align: center;
  }

  .faq-grid {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    gap: 20px;
  }

  .faq-item {
    padding: 0px;
  }

  .faq-question {
    font-size: 0.95rem;
    padding: 12px;
  }

  .faq-answer {
    padding: 0px;
    transition: max-height 0.1s ease;
  }

  .faq-answer p {
    margin: 10px 0;
    padding: 10px 0;
    color: #333333;
    margin-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .para {
    font-size: 1rem;
    margin-left: 0;
    text-align: center;
  }

  .echo1 {
    width: 113px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 768px) {
  .faq-container {
    margin-top: 20px;
    padding: 15px;
    height: 600px;
  }

  .faq-container h3 {
    font-size: 1.6rem;
    margin-left: 0;
    text-align: center;
  }

  .faq-grid {
    width: 100%;
    margin-left: 0;
    gap: 20px;
  }

  .faq-item {
    padding: 2px;
  }

  .faq-answer p {
    margin: 10px 0;
    padding: 10px 0;
    color: #333333;
    margin-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .faq-question {
    font-size: 0.9rem;
    padding: 10px;
  }

  .faq-answer {
    padding: 0px;
    transition: max-height 0.1s ease;
  }

  .para {
    font-size: 0.9rem;
    margin-left: 0;
    text-align: center;
  }

  .echo1 {
    width: 113px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 480px) {

  .faq-container {
    margin: 10px auto;
    height: 590px;
    margin-top: 85px;
  }

  .faq-container h3 {
    font-size: 1.4rem;
    margin-left: 0;
    text-align: center;
  }

  .faq-grid {
    width: 100%;
    margin-left: 0;
    gap: 15px;
  }

  .faq-answer p {
    margin: 10px 0;
    padding: 10px 0;
    color: #333333;
    margin-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .faq-item {
    padding: 2px;
  }

  .faq-question {
    font-size: 0.85rem;
    padding: 8px;
    transition: max-height 0.1s ease;
  }

  .faq-answer {
    padding: 0px;
    transition: max-height 0.1s ease;
  }

  .para {
    font-size: 0.85rem;
    margin-left: 0;
    text-align: center;
  }

  .echo1 {
    width: 113px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media (max-width: 360px) {
  .faq-container {
    margin: 10px auto;
    padding: 8px;
    height: 500px;
  }

  .faq-container h3 {
    font-size: 1.2rem;
  }

  .faq-grid {
    width: 100%;
    margin-left: 0;
    gap: 10px;
  }

  .faq-answer p {
    margin: 10px 0;
    padding: 10px 0;
    color: #333333;
    margin-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .faq-item {
    padding: 2px;
  }

  .faq-question {
    font-size: 0.8rem;
    padding: 8px;
    transition: max-height 0.1s ease;
  }

  .faq-answer {
    padding: 0px;
    transition: max-height 0.1s ease;
  }

  .para {
    font-size: 0.8rem;
    margin-left: 0;
    text-align: center;
  }

  .echo1 {
    width: 113px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/* -------------------------contact--------------- */



.container-c {
  max-width: 100%;
  margin: 0 auto;
  margin-top: -45px;
}

.contact-section {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

.aero-c {
  width: 120px;
  margin-top: -9px;
  margin-left: 30px;
}

.map-embed {
  margin: 0 auto;
  margin-right: 7px;
  width: 595px;
  margin-top: 232px;
  margin-bottom: 30px;
  max-width: 999px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, .1);
  border-radius: 10px;
  overflow: hidden;
  transition: max-height 0.1s ease;
}

.map-section iframe {
  border-radius: 10px;
  width: 100%;
  height: 450px;
  border: none
}

.form-container {
  flex: 1;
  padding: 50px;
}

.form-container h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.form-container p {
  margin-bottom: 20px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}

.form-container input,
.form-container textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  transition: max-height 0.1s ease;
}

.form-container button {
  background-color: rgb(33, 133, 33);
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: max-height 0.1s ease;
}

.form-container button:hover {
  background-color: rgb(33, 133, 33);
  transition: max-height 0.1s ease;
}

.map-container {
  flex: 1;
  background-size: cover;
  min-height: 400px;
}


@media (max-width: 1024px) {
  .contact-section {
    flex-direction: column;
    align-items: center;
  }

  .form-container {
    padding: 30px;
    max-width: 90%;
  }

  .map-embed {
    width: 100%;
    max-width: 700px;
    margin-top: 20px;
  }

  .aero-c {
    width: 100px;
    margin-left: 0;
    margin-top: 10px;
  }

  .form-container h3 {
    font-size: 22px;
  }

  .form-container button {
    font-size: 14px;
    padding: 12px 18px;
    transition: max-height 0.1s ease;
  }
}

@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .form-container {
    padding: 20px;
    max-width: 90%;
  }

  .map-embed {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .aero-c {
    width: 90px;
    margin-left: 0;
    margin-top: 10px;
  }

  .form-container h3 {
    font-size: 20px;
  }

  .form-container button {
    font-size: 14px;
    padding: 12px 18px;
    transition: max-height 0.1s ease;
  }

  .form-container input,
  .form-container textarea {
    width: 100%;
    margin-bottom: 12px;
    transition: max-height 0.1s ease;
    font-size: 14px;
  }

  .form-container button {
    width: 100%;
    font-size: 16px;
    padding: 15px;
    transition: max-height 0.1s ease;
  }

  .map-container {
    min-height: 250px;
  }
}

@media (max-width: 480px) {
  .contact-section {
    flex-direction: column;
    padding: 15px;
  }

  .form-container {
    padding: 15px;
    max-width: 100%;
    margin-top: 61px;
  }

  .map-embed {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .aero-c {
    width: 113px;
    margin-left: 0;
    margin-top: -8px;
  }

  .form-container h3 {
    font-size: 18px;
  }

  .form-container button {
    font-size: 14px;
    padding: 12px 18px;
    transition: max-height 0.1s ease;
  }

  .form-container input,
  .form-container textarea {
    font-size: 14px;
    transition: max-height 0.1s ease;
  }

  .form-container button {
    width: 100%;
    font-size: 16px;
    transition: max-height 0.1s ease;
    padding: 15px;
  }

  .form-container input,
  .form-container textarea {
    width: 90%;
    margin-bottom: 12px;
    transition: max-height 0.1s ease;
    font-size: 14px;
  }

  .form-container button {
    width: 100%;
    font-size: 16px;
    margin-left: -17px;
    transition: max-height 0.1s ease;
    padding: 15px;
  }

  .form-container p {
    margin-bottom: 20px;
    color: #666;
    width: 315px;
    font-family: Arial, Helvetica, sans-serif;
  }

  .map-embed {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

/* --------------------testimonials--------------------------- */

.testimonials2 {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  margin-top: 40px;
  font-weight: 400;

  color: rgb(33, 133, 33);
}

.echo-testimonials {
  width: 120px;
  margin-top: -14px;
  margin-left: 610px;
}


.Testimonials {
  margin-top: 30px;



}








/* ---------form----------- */

.form-container-1 {
  max-width: 600px;
  margin: 40px auto;
  padding: 20px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.form-container-1 p {
  font-size: 0.9em;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}

.box-s h3 {
  margin-bottom: 20px;
  font-weight: 400;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
}

.required {
  color: red;
}

input,
textarea {
  width: 98%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}

textarea {
  resize: vertical;
}


button {
  display: inline-block;
  width: 200px;
  padding: 12px;
  font-size: 1em;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
}

button:hover {
  background-color: #218838;
}

@media (max-width: 768px) {
  .form-container-1 {
    padding: 15px;
  }

  button {
    font-size: 0.9em;
  }
}

.social-icons {
  position: fixed;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.social-icons .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: white;
  text-decoration: none;
  border-radius: 12px;

  transition: background-color 0.3s ease, transform 0.3s ease;
}

.social-icons .facebook {
  background-color: #3b5998;
}

.social-icons .instagram {
  background-color: #e4405f;
}

.social-icons .linkedin {
  background-color: #0077b5;
}

.social-icons .twitter {
  background-color: #053eff;
}

.social-icons .icon:hover {
  transform: scale(1.1);
}

.social-icons .icon {
  animation: float 1s infinite ease-in-out;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

@media (max-width: 768px) {
  .social-icons {
    flex-direction: column;
    transform: none;
    justify-content: center;
  }

  .social-icons .icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}


@media (max-width: 480px) {
  .social-icons {
    flex-direction: column;
    top: 126px;
    transform: none;
    justify-content: center;
  }
}

.contact-info-1 {
  display: flex;
  gap: 6px;
  font-weight: 400;

  margin-right: 65px;
}

.contact-info-1 span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.contact-info-1 a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

.contact-info-1 a:hover {
  color: #1e90ff;
}


@media (max-width: 768px) {

  .contact-info-1 {
    flex-direction: row;
    gap: 10px;
    margin-right: 12px;
    font-weight: 400;

    margin-top: 10px;
  }

  .contact-info-1 a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .nav1 ul {
    gap: 20px;
    margin-left: -167px;
    margin-bottom: -27px;

  }

  .nav1 ul li a {
    display: none;
  }

  .nav1 ul li {
    margin-top: 10px;
  }

  .contact-info-1 span a {
    font-size: 14px;
  }

  .contact-info-1 {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    margin-left: 5px;
    display: -webkit-inline-box;
  }
}

.container-benefit {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 45px;

  padding: 20px;
}

.benefit-1 {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 20px;
  font-weight: 400;

  text-align: center;
}


ul {
  list-style-type: disc;
  margin-left: 20px;
}

ul li {
  font-size: 1rem;
  color: #666;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .benefit-1 {
    margin-top: 30px;
    font-size: 1.1em;
  }

  ul li {
    font-size: 0.9rem;
  }

  ul {
    list-style-type: disc;
    margin-left: 17px;
  }
}



.container-seo {
  /* max-width: 900px; */
  margin: 37px auto;
  padding: 30px;
}

.container-seo h2 {
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  color: black;
  margin-bottom: 20px;
}

.container-seo p {
  font-size: 1rem;
  text-align: center;
  margin-right: 70px;
  margin-left: 70px;
  line-height: 1.7;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .container-seo {
    padding: 20px;
    margin: 20px;
  }

  .container-seo h2 {
    font-size: 1.5rem;
  }

  .container-seo p {
    font-size: 0.95rem;
  }
}


@media (max-width: 480px) {
  .container-seo p {
    font-size: 1rem;
    width: 100%;
    text-align: justify;
    margin-left: 0px;
    line-height: 1.7;
    margin-bottom: 16px;
  }
}

.section-seo {
  max-width: 94%;
  margin: 40px auto;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
}

.section-seo h3 {
  font-size: 1.5em;
  font-weight: 400;
  color: black;
  margin-bottom: 20px;
  border-left: 6px solid #007bff;
  padding-left: 12px;
}

.section-seo p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #444;
}

.features {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.features li {
  background: #e9f3ff;
  border-left: 4px solid #007bff;
  padding: 12px 16px;
  margin-bottom: 12px;
  width: 30%;

  font-size: 1rem;
  color: #333;
  border-radius: 6px;
  transition: background 0.3s;
}

.features li:hover {
  background: #d4e9ff;
}

@media (max-width: 600px) {
  .section-seo {
    margin: 20px;
    padding: 25px;
  }

  .section-seo h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {

  .features li {
    background: #e9f3ff;
    border-left: 4px solid #007bff;
    padding: 12px 16px;
    margin-bottom: 12px;
    width: 90%;
    font-size: 1rem;
    color: #333;
    border-radius: 6px;
    transition: background 0.3s;
  }

}








.container-seo1 {
  /* max-width: 900px; */
  margin: 37px auto;
  padding: 30px;
}

.container-seo1 h2 {
  font-size: 1.5em;
  font-weight: 400;
  text-align: left;
  color: black;
  margin-bottom: 20px;
}

.container-seo1 p {
  font-size: 1rem;
  text-align: left;

  line-height: 1.7;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .container-seo1 {
    padding: 20px;
    margin: 20px;
  }

  .container-seo1 h1 {
    font-size: 1.5rem;
  }

  .container-seo1 p {
    font-size: 0.95rem;
  }
}