/*************************
Smaller Desktops (laptops) 
       Below 1345px 
**************************/
@media (max-width: 84em) {
  /* (Below 1344px) */

  /*html {
    font-size: 57%;
    scroll-behavior: smooth;
    height: 100%;
  } */

  html,
  body {
    height: 100%; /* Keep full height to avoid double scrollbars */
    scroll-behavior: smooth;
    overflow: hidden; /* Prevents any unnecessary scrolling on html */
  }
  body {
    overflow-y: auto; /* Allow scrolling inside the body */
  }

  /* About-Us Section  
********************/
  .about {
    padding: 5rem 2rem;
  }
  /* About-Us Section End
********************/

  /* Testimonial Section  
********************/
  .testimonial-section {
    padding: 10rem 8rem;
    margin-top: 0rem;
  }

  .testimonial-comment {
    font-size: 2rem;
    font-weight: 600;
  }

  .testimonial-author {
    font-size: 1.6rem;
    margin-top: 2rem;
    font-weight: 400;
  }

  .h1-testimonial {
    font-size: clamp(3.6rem, 5vw, 5.2rem);
    color: #1a5325;
    line-height: 1;
    margin-bottom: 15rem;
    text-align: center;
  }
  /*Testimonial Section End 
    ********************/

  /*Contact Us Section 
    ********************/
  .contact-us {
    padding: 10rem 8rem;
    margin-top: 0rem;
  }

  /*Contact Us Section End
    ********************/

  /*********************
  Footer - Section
**********************/
  .footer {
    padding: 10rem 8rem;
  }
}

@media (max-width: 75em) {
  /* (Below 1200px) */

  /* Header-Section 
  *****************/
  .h-1 {
    font-size: clamp(3.6rem, 5vw, 4.4rem);
    color: #1a5325;
    line-height: 1;
    margin-bottom: 2rem;
  }
  /* Header-Section End 
  ********************/

  /* About-Us Section  
********************/
  .about {
    padding: 5rem 2rem;
  }

  .about-us-description {
    font-size: 1.8rem;
    font-weight: 600;
  }
  /* About-Us Section End 
********************/

  /*How it Works Section 
  ********************/
  .h1-how {
    font-size: clamp(3.6rem, 5vw, 4.4rem);
    line-height: 1;
    margin-bottom: 5rem;
    color: #fff;
    font-weight: 700;
  }
  /* How it Works Section End 
  ********************/

  /*Testimonial-Section
  ********************/
  .testimonial-section {
    padding: 10rem;
    margin-top: 0rem;
  }
  .testimonial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0rem;
    row-gap: 5rem;
  }

  .h1-testimonial {
    font-size: clamp(3.6rem, 5vw, 4.4rem);
    color: #1a5325;
    line-height: 1;
    margin-bottom: 15rem;
    text-align: center;
  }

  .testimonial-flex {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .testimonial-image {
    width: 75%;
    object-fit: fill;
    border-radius: 0.5rem;
    align-self: flex-end;
  }

  .testimonial-image-1 {
    align-self: flex-start;
    object-fit: fill;
  }

  .testimonial-comment {
    font-size: 1.8rem;
    font-weight: 600;
    width: 75%;
    justify-self: end;
  }

  .testimonial-comment-1 {
    font-size: 1.8rem;
    font-weight: 600;
    width: 75%;
    justify-self: start;
  }

  .testimonial-author {
    font-size: 1.4rem;
    margin-top: 1rem;
    font-weight: 400;
    justify-self: end;
  }

  .testimonial-author-1 {
    font-size: 1.4rem;
    margin-top: 1rem;
    font-weight: 400;
    justify-self: start;
  }

  .testimonial-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 10rem;
  }
  /*Testimonial-Section End
  ********************/

  /* Pagination-Section 
  ********************/
  .testimonial-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-top: 10rem;
  }
  /* Pagination-Section End
  ********************/

  /*Contact-Us Section
  ********************/
  .contact-us {
    padding: 10rem;
    margin-top: 0rem;
  }
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0rem;
  }
  .h1-contact {
    margin-bottom: 10rem;
    text-align: center;
    font-size: clamp(3.6rem, 5vw, 4.4rem);
    color: #1a5325;
    border-bottom: 1px solid #1a5325;
  }

  .contact-us-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3rem;
  }
  .contact-info {
    padding-top: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: end;
    flex-wrap: wrap;
  }
  /* Contact-Us Section End /*
  ********************/
}

@media (max-width: 65em) {
  /*(Below 1040px) */

  /* About-Us Section 
********************/
  .about {
    padding: 8rem 6rem;
  }

  .about-us-text {
    align-self: flex-start;
    justify-self: center;
  }

  .about-us-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7rem;
    padding: 5rem;
  }

  .about-us-description {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 6rem;
    line-height: 1.3;
  }

  .services-header {
    margin-bottom: 6rem;
    font-size: 3.6rem;
    color: #1a5325;
    font-weight: 700;
  }

  .services-h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a5325;
    margin-bottom: 0.3rem;
  }

  .services-icon {
    width: 2.2rem;
    height: 2.2rem;
  }

  .services-location {
    grid-column: 1/3;
    align-self: center;
    justify-self: center;
  }
  /* About-Us Section 
********************/

  /*How it Works Section 
  ********************/
  .h1-how {
    font-size: clamp(3rem, 5vw, 3.6rem);
    line-height: 1;
    margin-bottom: 5rem;
    color: #fff;
    font-weight: 700;
  }

  .how-text {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
    margin-left: 1.5rem;
  }

  /*How it Works Section End
********************/

  /*Testimonial-Section 
  ********************/

  .testimonial-section {
    padding: 10rem;
    margin-top: 0rem;
  }

  .h1-testimonial {
    font-size: clamp(3rem, 5vw, 3.6rem);
    color: #1a5325;
    line-height: 1;
    margin-bottom: 12.5rem;
    text-align: center;
  }

  .testimonial-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 10rem;
  }

  .testimonial-author {
    font-size: 1.4rem;
    margin-top: 1rem;
    font-weight: 400;
    justify-self: end;
  }

  .testimonial-author-1 {
    font-size: 1.4rem;
    margin-top: 1rem;
    font-weight: 400;
    justify-self: start;
  }
  /*Testimonial-Section End
  ********************/

  /*Contact-Us Section 
  ********************/

  .contact-us {
    padding: 10rem;
    margin-top: 0rem;
  }

  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0rem;
  }

  .contact-us-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-self: start;
    gap: 3rem;
    width: 75%;
  }

  .h1-contact {
    margin-bottom: 10rem;
    text-align: center;
    font-size: clamp(3rem, 5vw, 3.6rem);
    color: #1a5325;
    border-bottom: 1px solid #1a5325;
  }

  .contact-image {
    margin-top: 2rem;
    flex: 1; /* Takes remaining space */
    width: 85%; /* Ensures full width */
    height: auto; /* Scales properly */
    object-fit: cover; /* Crops image nicely */
    opacity: 70%;
  }

  .contact-input {
    padding: 0.8rem 1.5rem;
    width: 100%;
    margin-bottom: 0rem;
  }

  .contact-textarea {
    margin-left: 0rem;
    width: 100%;
  }

  label {
    font-size: 1.6rem;
    font-weight: 400;
    margin-right: 0rem;
  }

  .contact-button {
    align-self: center;
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    width: 75%;
    background: none;
    cursor: pointer;
    margin-left: 0rem;
    color: #1a5325;
    background-color: #1a5325;
    color: #fff;
  }
}

/*Contact-Us Section End
  ********************/

/* Footer-Section
  ********************/
.footer-header {
  font-size: clamp(3rem, 5vw, 3.6rem);
  margin-bottom: 1rem;
}

.subscribe-text {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.subscribe-button {
  padding: 1rem 2rem;
  border-radius: 0 0.5rem 0.5rem 0;
  background: none;
  background-color: #3b3b3b;
  color: #fff;
  cursor: pointer;
}

.footer-input {
  padding: 1rem 2rem;
  flex: 1;
  border-radius: 0.5rem 0 0 0.5rem;
  border-right: none;
  background: none;
  border-color: #3b3b3b;
}

/* Footer-Section End
  ********************/

@media (max-width: 59em) {
  /**********************
  Hero-Section 
 **********************/
  .h-1 {
    font-size: clamp(3rem, 5vw, 3.6rem);
    color: #1a5325;
    line-height: 1;
    margin-bottom: 2rem;
  }

  .header-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100vh;
    width: 100%;
    padding-bottom: 13rem;
    padding-right: 5rem;
  }

  /*********************
    Hero-Section End
**********************/

  /*********************
About-Us-Section 
*********************/
  .about {
    padding: 8rem 7rem;
  }

  .about-us-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    padding: 0rem;
  }

  .about-us-header {
    font-size: clamp(3rem, 5vw, 3.6rem);
    color: #1a5325;
    font-weight: 700;
    margin-bottom: 4rem;
  }

  .about-us-description {
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 4rem;
    line-height: 1.3;
  }

  .services-header {
    margin-bottom: 4rem;
    font-size: clamp(3rem, 5vw, 3.6rem);
    color: #1a5325;
    font-weight: 700;
  }
  /*********************
    About-Us-Section End
*********************/

  /*********************
    Testimonial - Section
*********************/
  .testimonial-section {
    padding: 8rem 7rem;
    margin-top: 0rem;
  }
  .testimonial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0rem;
    row-gap: 5rem;
  }

  .testimonial-image {
    width: 75%;
    object-fit: fill;
    border-radius: 0.5rem;
    align-self: flex-end;
  }

  .testimonial-image-1 {
    align-self: flex-start;
    width: 75%;
    object-fit: fill;
    border-radius: 0.5rem;
  }

  .testimonial-comment {
    font-size: 1.6rem;
    font-weight: 600;
    width: 75%;
    justify-self: end;
  }

  .testimonial-comment-1 {
    font-size: 1.6rem;
    font-weight: 600;
    width: 75%;
    justify-self: flex-start;
  }

  .testimonial-author {
    font-size: 1.4rem;
    margin-top: 1rem;
    font-weight: 400;
    justify-self: end;
  }

  .testimonial-author-1 {
    font-size: 1.4rem;
    margin-top: 1rem;
    font-weight: 400;
    justify-self: flex-start;
  }

  /*********************
Testimonial - Section End
*********************/

  /*********************
  Contact-Us Section
*********************/

  .contact-us {
    padding: 8rem 7rem;
    margin-top: 0rem;
  }

  /*********************
  Contact-Us Section End
*********************/

  /*********************
  Footer-Section
*********************/
  .footer {
    padding: 8rem 7rem;
  }

  .footer-header {
    font-size: clamp(3rem, 5vw, 3.6rem);
    margin-bottom: 1rem;
  }

  .subscribe-text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  /*********************
  Footer-Section End
*********************/
}
