.card-card {
  position: relative;
  background-color: #e9e3db;
}
 
.card-header {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.card-icon {
  height: 50px;
  object-fit: cover;
}
 
.card-heading {
  color: rgb(18, 40, 33);
  font-size: 24px;
  max-width: 600px;
  font-style: normal;
  font-weight: 500;
}
 
.card-text {
  color: rgb(18, 40, 33);
  max-width: 600px;
  font-family: "Lato";
  line-height: 24px;
}

.branding-branding {
  gap: var(--dl-layout-space-unit);
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.branding-text1 {
  color: rgb(18, 40, 33);
  font-size: 24px;
  line-height: 36px;
}
 
.branding-icon1 {
  width: 7px;
  height: 7px;
}
 
.branding-text2 {
  color: rgb(18, 40, 33);
  font-size: 18px;
  font-family: "Nunito";
  line-height: 27px;
}
 
@media(max-width: 991px) {
  .branding-icon1 {
    display: none;
  }
  .branding-text2 {
    display: none;
  }
}

.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-unit);
  margin-bottom: var(--dl-layout-space-twounits);
  padding-right: var(--dl-layout-space-unit);
  flex-direction: row;
  justify-content: space-between;
}
 
.footer-information {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-content {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-header {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-text1 {
  color: rgb(18, 40, 33);
  width: 100%;
  font-size: 18px;
  max-width: 600px;
  font-family: "Lato";
  line-height: 27px;
}
 
.footer-contact-list {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-contact1 {
  gap: 11px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.footer-image1 {
  width: 24px;
  height: 18px;
  object-fit: cover;
}
 
.footer-text2 {
  color: rgb(18, 40, 33);
  width: 100%;
  font-size: 18px;
  font-family: "Exo 2";
  line-height: 18px;
}
 
.footer-contact2 {
  gap: 11px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.footer-image2 {
  width: 18px;
  height: 24px;
  object-fit: cover;
  margin-left: 3px;
  margin-right: 3px;
}
 
.footer-text3 {
  color: rgb(18, 40, 33);
  width: 100%;
  font-size: 18px;
  font-family: "Exo 2";
  line-height: 18px;
}
 
.footer-copyright {
  color: rgb(18, 40, 33);
  width: 100%;
  font-size: 14px;
  font-family: "Lato";
  line-height: 21px;
}
 
.footer-links {
  gap: 50px;
  display: flex;
  align-items: flex-start;
  padding-right: 50px;
  flex-direction: row;
}
 
.footer-column2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.footer-text8 {
  font-family: "Exo 2";
}
 
.home-text80 {
  display: inline-block;
  font-family: "Nunito";
}
 
@media(max-width: 991px) {
  .home-testimonials {
    display: flex;
  }
  .home-mission1 {
    padding-left: 0;
  }
  .home-cards {
    gap: var(--dl-layout-space-unit);
  }
  .footer-footer {
    gap: var(--dl-layout-space-unit);
    align-items: flex-start;
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-content {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .footer-header {
    gap: var(--dl-layout-space-unit);
  }
  .footer-copyright {
    display: none;
  }
  .footer-links {
    gap: var(--dl-layout-space-unit);
    padding-right: 0px;
    flex-direction: column;
  }
}

.home-container10 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
}
 
.home-header1 {
  width: 100%;
  display: flex;
  z-index: 100;
  position: relative;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
}
 
.home-navbar-interactive {
  left: 0;
  width: 100%;
  top: 0px;
  height: 80px;
  display: flex;
  position: fixed;
  z-index: 1000;
  align-items: center;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: space-between;
  background-color: #e9e3db;
}
 
.home-image10 {
  height: 40px;
  width: auto;
  object-fit: cover;
}
 
  .home-mobile-menu {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 100;
    position: fixed;
    padding-top: var(--dl-layout-space-twounits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    flex-direction: column;
    padding-bottom: var(--dl-layout-space-twounits);
    justify-content: flex-start;
    background-color: #fff;
    transition: opacity 0.3s ease;
  }
 
.home-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
  .home-branding {
    gap: var(--dl-layout-space-unit);
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-bottom: var(--dl-layout-space-twounits);
  }
 
  .home-text10 {
    color: rgba(18, 40, 33, 1);
    font-size: 22px;
    line-height: 33px;
  }

  .home-icon10 {
    width: 7px;
    height: 7px;
  }

  .home-text11 {
    color: rgba(18, 40, 33, 1);
    font-size: 16px;
    font-family: Lato;
    line-height: 24px;
  }
 
  .home-menu-close {
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    align-items: center;
    justify-content: center;
  }

  .home-icon12 {
    width: 48px;
    height: 48px;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .home-icon12:hover {
    transform: scale(1.1);
  }
 
.home-links1 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
 
  .home-button10 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-family: Lato;
    line-height: 27px;
    border-radius: 28px;
    background-color: rgb(18, 40, 33);
    transition: 0.3s ease;
  }

  .home-button10:hover {
    background-color: rgb(28, 50, 43);
  }

  .home-button11 {
    color: var(--dl-color-gray-white);
    font-size: 18px;
    font-family: Lato;
    line-height: 27px;
    border-radius: 28px;
    background-color: rgb(18, 40, 33);
    transition: 0.3s ease;
  }

  .home-button11:hover {
    background-color: rgb(28, 50, 43);
  }
 
.home-button12 {
  color: var(--dl-color-gray-white);
  font-size: 18px;
  font-family: Lato;
  line-height: 27px;
  border-radius: 28px;
  background-color: rgb(18, 40, 33);
}
 
.home-social-bar {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-threeunits);
  margin-top: auto;
  justify-content: flex-start;
}
 
.home-icon14 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  margin-right: var(--dl-layout-space-twounits);
}
 
.home-icon16 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  margin-right: var(--dl-layout-space-twounits);
}
 
.home-icon18 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  margin-right: var(--dl-layout-space-twounits);
}
 
.home-icon20 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  margin-right: var(--dl-layout-space-twounits);
}
 
.home-icon22 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.home-links2 {
  gap: var(--dl-layout-space-halfunit);
  width: auto;
  height: 43px;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-button14 {
  color: rgb(18, 40, 33);
  font-size: 18px;
  font-family: "Lato";
  line-height: 27px;
  padding: var(--dl-layout-space-halfunit) 8px var(--dl-layout-space-halfunit) 0;
  background: transparent;
  border: none;
  outline: none;
  margin-right: var(--dl-layout-space-halfunit);
}

.home-button13 {
  color: rgb(18, 40, 33);
  width: auto;
  height: 36px;
  font-size: 18px;
  align-self: flex-start;
  text-align: left;
  font-family: "Lato";
  line-height: 27px;
  padding-top: var(--dl-layout-space-halfunit);
  border-color: rgba(18, 40, 33, 1);
  padding-left: 13px;
  border-radius: 0px;
  padding-right: 0px;
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: transparent;
  border-left-width: 1px;
}
 
.home-burger-menu {
  display: none;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-hamburger {
  width: 100px;
  object-fit: cover;
}
 
.home-hero {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  height: 700px;
  display: flex;
  position: relative;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-top: 80px;
  flex-direction: row;
}
 
.home-content1 {
  gap: var(--dl-layout-space-unit);
  width: auto;
  display: flex;
  position: relative;
  max-width: 1280px;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
}
 
.home-title1 {
  color: rgb(18, 40, 33);
  font-size: 72px;
  max-width: 600px;
  font-style: normal;
  text-align: left;
  font-weight: 500;
  line-height: 92px;
}
 
.home-description1 {
  color: rgb(18, 40, 33);
  font-size: 24px;
  max-width: 600px;
  text-align: justify;
  font-family: "Nunito";
  line-height: 36px;
}
 
.home-image11 {
  left: 16px;
  width: 240px;
  bottom: -337px;
  height: 330px;
  position: absolute;
  object-fit: cover;
}
 
.home-image12 {
  width: 720px;
  height: 700px;
  display: flex;
  overflow-x: hidden;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
  background-color: #d4c9b4;
}
 
.home-image13 {
  width: 485px;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
 
.home-image14 {
  right: 0px;
  bottom: 0px;
  height: 390px;
  position: absolute;
  object-fit: cover;
}
 
.home-mission1 {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  max-width: 1280px;
  align-items: flex-start;
  padding-top: 120px;
  padding-left: 290px;
  flex-direction: column;
  padding-bottom: 120px;
}
 
.home-text27 {
  color: rgb(18, 40, 33);
  font-size: 40px;
  max-width: 1000px;
  font-style: normal;
  font-weight: 500;
  line-height: 51px;
}
 
.home-services1 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: flex-start;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  margin-bottom: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
}
 
.home-text29 {
  color: rgb(18, 40, 33);
  width: 100%;
  font-size: 56px;
  max-width: 1000px;
  font-style: normal;
  font-weight: 500;
}
 
.home-cards {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}
 
.home-row1 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  flex: 1;
  align-items: stretch;
}
 
.home-row2 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  flex: 1;
  align-items: stretch;
  flex-direction: row;
}
 
.home-testimonials {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: none; /* Hidden - can be easily shown later by changing to 'flex' */
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
}
 
.home-container17 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 110px;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  background-color: #1158a5;
}
 
.home-content2 {
  gap: 56px;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-image15 {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: var(--dl-layout-radius-round);
}
 
.home-quote2 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  max-width: 600px;
  text-align: center;
  font-family: "Nunito";
  line-height: 30px;
}
 
.home-author1 {
  gap: 4px;
  flex: 1;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-name1 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  max-width: 120px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  border-color: #ffffff;
  border-top-width: 1px;
}
 
.home-origin1 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 18px;
  max-width: 120px;
  text-align: center;
  font-family: "Lato";
  line-height: 27px;
}
 
.home-image16 {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: var(--dl-layout-radius-round);
}
 
.home-quote4 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  max-width: 600px;
  text-align: center;
  font-family: Lato;
  line-height: 30px;
}
 
.home-author2 {
  gap: 4px;
  flex: 1;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-name2 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  max-width: 120px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  border-color: #ffffff;
  border-top-width: 1px;
}
 
.home-origin2 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 18px;
  max-width: 120px;
  text-align: center;
  font-family: Lato;
  line-height: 27px;
}
 
.home-image17 {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: var(--dl-layout-radius-round);
}
 
.home-quote6 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  max-width: 600px;
  text-align: center;
  font-family: Lato;
  line-height: 30px;
}
 
.home-author3 {
  gap: 4px;
  flex: 1;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-name3 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  max-width: 120px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  border-color: #ffffff;
  border-top-width: 1px;
}
 
.home-origin3 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 18px;
  max-width: 120px;
  text-align: center;
  font-family: Lato;
  line-height: 27px;
}
 
.home-image18 {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: var(--dl-layout-radius-round);
}
 
.home-quote8 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  max-width: 600px;
  text-align: center;
  font-family: Lato;
  line-height: 30px;
}
 
.home-author4 {
  gap: 4px;
  flex: 1;
  display: flex;
  align-self: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-name4 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 20px;
  max-width: 120px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  padding-top: var(--dl-layout-space-oneandhalfunits);
  border-color: #ffffff;
  border-top-width: 1px;
}
 
.home-origin4 {
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 18px;
  max-width: 120px;
  text-align: center;
  font-family: Lato;
  line-height: 27px;
}
 
.home-controls {
  gap: var(--dl-layout-space-oneandhalfunits);
  right: 0px;
  bottom: 0px;
  display: flex;
  position: absolute;
  align-items: flex-end;
  flex-direction: row;
  justify-content: flex-end;
}
 
.home-previous {
  width: 64px;
  cursor: pointer;
  height: 64px;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: row;
  justify-content: center;
  background-color: rgba(224, 236, 249, 0.5);
}
 
.home-previous:hover {
  background-color: #e6f9e0;
}
 
.home-image19 {
  flex: 1;
  width: 23px;
  height: 27px;
  align-self: center;
  object-fit: cover;
}
 
.home-next {
  width: 64px;
  cursor: pointer;
  height: 64px;
  display: flex;
  padding: var(--dl-layout-space-oneandhalfunits);
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-layout-radius-round);
  padding-right: 24px;
  flex-direction: row;
  padding-bottom: 24px;
  justify-content: center;
  background-color: #e9e3db;
}
 
.home-next:hover {
  background-color: rgba(230, 249, 224, 0.5);
}
 
.home-image20 {
  width: 23px;
  height: 27px;
  transform: scale(-1);
  align-self: center;
  object-fit: cover;
}
 
.home-services2 {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  margin-top: 120px;
  align-items: flex-start;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  margin-bottom: 130px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
}
 
.home-heading {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text46 {
  color: rgb(18, 40, 33);
  font-size: 56px;
  max-width: 1000px;
  font-style: normal;
  font-weight: 500;
}
 
.home-text47 {
  color: rgb(18, 40, 33);
  font-size: 20px;
  max-width: 800px;
  font-family: "Lato";
}
 
.home-sections {
  gap: var(--dl-layout-space-fiveunits);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
 

.home-row4 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* ✅ fixed 2 columns on desktop */
  gap: 60px;              /* gap between articles */
  justify-items: center;
}

.home-section1 {
  width: 100%;
  max-width: 100%;
}

.home-section_card {
  flex: 1 1 40%;          /* ✅ two articles per row on wide screens */
  min-width: 300px;       /* prevent squishing */
}

 
.home-header2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text50 {
  color: rgb(18, 40, 33);
  font-size: 36px;
  max-width: 1000px;
  font-style: normal;
  font-weight: 500;
}
 
.home-description2 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text51 {
  color: rgb(18, 40, 33);
  max-width: 1000px;
  text-align: justify;
  font-family: "Lato";
  line-height: 24px;
}

.home-button15 {
  margin-top: 20px;
  display: block;
  text-align: center;
}

.see-all-button.button {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  text-align: center !important;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
 
.home-banner {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  /* Removed max-width to allow full-width button */
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  justify-content: center;
}
 
.home-container20 {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 110px;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-layout-space-fiveunits);
  background-color: #1158a5;
}
 
.home-header6 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-title2 {
  color: rgb(254, 255, 254);
  width: 100%;
  font-size: 36px;
  max-width: 800px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  line-height: 46px;
}
 
.home-description6 {
  color: rgb(254, 255, 254);
  width: 100%;
  font-size: 20px;
  max-width: 550px;
  text-align: center;
  font-family: "Nunito";
  line-height: 30px;
}
 
 
.home-mission2 {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  margin-top: 120px;
  align-items: flex-end;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  margin-bottom: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
}
 
.home-content4 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  max-width: 1000px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text76 {
  color: rgb(18, 40, 33);
  font-size: 40px;
  max-width: 1000px;
  font-style: normal;
  font-weight: 500;
}
 
.home-description7 {
  gap: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text77 {
  color: rgb(18, 40, 33);
  font-size: 20px;
  max-width: 800px;
  font-family: "Nunito";
  line-height: 30px;
}
 
.home-galleries {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxwidth);
  align-items: center;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
}
 
.home-gallery-desktop {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  max-width: 1280px;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.home-column17 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-image52 {
  height: 700px;
  object-fit: cover;
  width: 100%;
}
 
.home-column18 {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-row6 {
  gap: var(--dl-layout-space-twounits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
 
.home-yellow1 {
  flex: 1;
  height: 330px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
  background-color: #d4c9b4;
}
 
.home-image53 {
  width: 236px;
  height: 312px;
  align-self: flex-start;
  object-fit: cover;
}
 
.home-container21 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
 
.home-image54 {
  height: 330px;
  object-fit: cover;
}
 
.home-container22 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
 
.home-container23 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
 
.home-row7 {
  gap: var(--dl-layout-space-twounits);
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
 
.home-newsletter {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  display: flex;
  /* Removed max-width to allow full-width email field */
  align-items: center;
  padding-top: 120px;
  border-color: var(--dl-color-gray-black);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  margin-bottom: 120px;
  padding-right: var(--dl-layout-space-oneandhalfunits);
  flex-direction: column;
  padding-bottom: 120px;
  justify-content: center;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
 
.home-header7 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.home-text78 {
  color: rgb(18, 40, 33);
  width: 100%;
  font-size: 56px;
  max-width: 800px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
}
 
.home-text79 {
  color: rgb(18, 40, 33);
  width: 100%;
  font-size: 20px;
  text-align: center;
  font-family: "Nunito";
  line-height: 30px;
}
 
.home-content5 {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
div.home-email {
  width: 100% !important;
  max-width: none !important;
  height: 60px;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: 2px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: 60px;
  padding-right: 2px;
  flex-direction: row;
  padding-bottom: 2px;
  justify-content: center;
  background-color: #e9e3db;
  margin: 0 auto; /* center on desktop too */
}
 
.home-textinput {
  flex: 1;
  color: #122821;
  outline: inherit;
  font-family: Lato;
  font-weight: 600;
  background-color: transparent;
}
 
.home-submit {
  width: 56px;
  cursor: pointer;
  height: 56px;
  display: flex;
  transition: 0.3s;
  align-items: center;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: row;
  justify-content: center;
  background-color: #d4c9b4;
}
 
.home-submit:hover {
  background-color: #408770;
}
 
.home-image58 {
  width: 29px;
  height: 20px;
  transform: scale(-1);
  object-fit: cover;
}
 
.home-notice1 {
  width: 100%;
  display: flex;
  max-width: 400px;
  align-items: flex-start;
  padding-left: 27px;
  flex-direction: column;
  justify-content: center;
}
 
  .home-notice2 {
    color: rgb(18, 40, 33);
    width: 100%;
    font-size: 12px;
    max-width: 305px;
    text-align: justify;
    font-family: "Nunito";
    line-height: 15px;
  }

  .home-message {
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-family: "Nunito";
    margin-top: 10px;
    min-height: 20px;
  }

  .home-message.success {
    color: green;
  }

  .home-message.error {
    color: #e74c3c;
  }
 
.home-text80 {
  display: inline-block;
  font-family: "Nunito";
}
 
.home-link {
  display: contents;
}
 
.home-container26 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon24 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text83 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
 
@media(max-width: 1200px) {
  .home-navbar-interactive {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
}

@media(max-width: 990px) {
  .home-title1 {
    font-size: 60px;
    line-height: 77px;
  }
  .home-description1 {
    font-size: 22px;
    line-height: 33px;
  }
  .home-mission1 {
    padding-left: 150px;
  }
  .home-text29 {
    font-size: 48px;
  }
  .home-text46 {
    font-size: 48px;
  }
  .home-text78 {
    font-size: 48px;
  }
}

@media(max-width: 991px) {
  * {
    box-sizing: border-box;
  }

  body {
    overflow-x: hidden; /* Prevent horizontal scroll */
  }

  .home-container10 {
    width: 100%;
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
  }

  /* Ensure all sections don't overflow */
  section, main, header, footer {
    max-width: 100%;
    overflow-x: hidden;
  }

  /* Fix any potential image overflow */
  img {
    max-width: 100%;
    height: auto;
  }

  .home-navbar-interactive {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-icon10 {
    display: none;
  }
  .home-text11 {
    display: none;
  }
  .home-hero {
    gap: var(--dl-layout-space-threeunits);
    height: auto;
    align-items: flex-start;
    padding-top: 80px;
    flex-direction: column;
  }
  .home-image11 {
    display: none;
  }
  .home-image12 {
    width: 100%;
    height: auto;
    position: static;
    align-items: flex-end;
    aspect-ratio: 1;
    justify-content: flex-start;
  }
  .home-image14 {
    right: 23px;
    bottom: 0px;
    height: 430px;
    position: absolute;
  }
  .home-mission1 {
    gap: var(--dl-layout-space-unit);
    padding-top: var(--dl-layout-space-threeunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-fourunits);
  }
  .home-text27 {
    font-size: 18px;
    text-align: center;
    line-height: 23px;
  }
  .home-button14 {
    width: 100%;
    text-align: center;
  }
  .home-services1 {
    align-items: center;
    justify-content: center;
  }
  .home-text29 {
    max-width: 500px;
    text-align: center;
  }
  .home-cards {
    flex-direction: column;
  }
  .home-testimonials {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-container17 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-controls {
    position: static;
  }
  .home-services2 {
    margin-top: var(--dl-layout-space-fourunits);
    padding-left: 20px;
    margin-bottom: var(--dl-layout-space-fourunits);
    padding-right: 20px;
  }
  .home-row4 {
    gap: var(--dl-layout-space-fourunits);
  }
  
  .home-banner {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-mission2 {
    margin-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    margin-bottom: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-text76 {
    font-size: 30px;
  }
  .home-gallery-desktop {
    flex-direction: column;
    gap: var(--dl-layout-space-oneandhalfunits);
    align-items: center;
  }
  .home-gallery-desktop > div {
    width: 100%;
  }
  .home-newsletter {
    gap: var(--dl-layout-space-oneandhalfunits);
    padding-top: var(--dl-layout-space-threeunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    margin-bottom: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-threeunits);
    max-width: none !important; /* Ensure no max-width on mobile */
  }
  .home-text78 {
    font-size: 32px;
  }
  .home-text79 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-notice2 {
    font-size: 10px;
    line-height: 13px;
  }
}
 
@media(max-width: 600px) {
  .home-button14 {
    font-size: 11px;
    padding: 3px 5px;
    margin-right: 4px;
    background-color: transparent !important;
    border: none;
  }
  .home-button13 {
    font-size: 11px;
    padding: 3px 5px;
  }
}

@media(max-width: 767px) {
  .home-navbar-interactive {
    height: 70px;
  }
  .home-image10 {
    height: 30px;
  }
  .home-links2 {
    display: none;
  }
  .home-button10 {
    color: rgb(18, 40, 33);
    padding-left: 0px;
    background-color: transparent;
  }
  .home-button11 {
    color: rgb(18, 40, 33);
    padding-left: 0px;
    background-color: transparent;
  }
  .home-button12 {
    color: rgb(18, 40, 33);
    padding-left: 0px;
    background-color: transparent;
  }
  .home-social-bar {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .home-burger-menu {
    display: flex;
    width: 48px;
    height: 48px;
    aspect-ratio: 1;
    border-radius: var(--dl-layout-radius-round);
    justify-content: center;
    background-color: #E6F9E0;
    align-items: center;
    box-shadow: 5px 5px 10px 0px #d4d4d4;
  }
  .home-hamburger {
    width: 16px;
    height: 8px;
  }
  .home-mobile-menu {
    padding-top: var(--dl-layout-space-twounits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .home-title1 {
    font-size: 36px;
    line-height: 46px;
  }
  .home-description1 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-image14 {
    height: 300px;
  }
  .home-mission1 {
    align-items: center;
  }
  .home-yellow2 {
    background-color: #d4c9b4;
  }
}
 
@media(max-width: 479px) {
  .card-heading {
    font-size: 28px;
  }
  .home-social-bar {
    padding-top: var(--dl-layout-space-twounits);
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .home-hero {
    padding-top: 70px;
  }
  .home-burger-menu {
    align-self: center;
  }
  .home-hamburger {
    display: grid;
  }
  .home-image14 {
    height: 170px;
  }
  .home-row1 {
    flex-direction: column;
  }
  .home-row2 {
    flex-direction: column;
  }
  .home-cards {
    flex-direction: column;
  }
  .home-container17 {
    padding-top: var(--dl-layout-space-fourunits);
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .home-content2 {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-image15 {
    width: 60px;
    height: 60px;
  }
  .home-quote2 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-author1 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-name1 {
    width: 120px;
    font-size: 16px;
  }
  .home-origin1 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-image16 {
    width: 60px;
    height: 60px;
  }
  .home-quote4 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text30 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-author2 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-name2 {
    width: 120px;
    font-size: 16px;
  }
  .home-origin2 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-image17 {
    width: 60px;
    height: 60px;
  }
  .home-quote6 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text34 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-author3 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-name3 {
    width: 120px;
    font-size: 16px;
  }
  .home-origin3 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-image18 {
    width: 60px;
    height: 60px;
  }
  .home-quote8 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text40 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-author4 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-name4 {
    width: 120px;
    font-size: 16px;
  }
  .home-origin4 {
    font-size: 14px;
    line-height: 21px;
  }
  .home-previous {
    width: 40px;
    height: 40px;
    padding: 0px;
    justify-content: center;
  }
  .home-image19 {
    width: 11px;
  }
  .home-next {
    width: 40px;
    height: 40px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    justify-content: center;
  }
  .home-image20 {
    width: 11px;
  }
  .home-services2 {
    gap: var(--dl-layout-space-unit);
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .home-text46 {
    font-size: 32px;
  }
  .home-text47 {
    color: rgb(18, 40, 33);
    font-size: 16px;
    font-family: Lato;
    line-height: 24px;
  }
  .home-sections {
    gap: var(--dl-layout-space-unit); /* Reduce gap for mobile */
  }
  .home-row4 {
    display: block !important; /* Force block layout on mobile */
    gap: var(--dl-layout-space-twounits); /* 32px for mobile - less spacing */
  }
  .home-section1 {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px;
    display: block !important;
  }

  .see-all-button {
    width: 100% !important;
    max-width: none !important;
  }

  .footer-social-link {
    padding: 16px 20px;
    font-size: 16px;
  }

  .footer-social-link svg {
    width: 36px;
    height: 36px;
  }
  .home-text50 {
    font-size: 24px;
  }
  
  

  }
  .home-container20 {
    gap: var(--dl-layout-space-oneandhalfunits);
    padding-top: var(--dl-layout-space-threeunits);
    padding-bottom: var(--dl-layout-space-threeunits);
  }
  .home-title2 {
    font-size: 32px;
    line-height: 41px;
  }
  .home-description6 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-text76 {
    font-size: 18px;
    line-height: 24px;
  }
  .home-text77 {
    font-size: 16px;
    line-height: 24px;
  }
  .home-email {
    width: 80% !important; /* More reasonable width on mobile */
    max-width: 80% !important;
    margin: 0 auto; /* center the email form */
  }
  .home-submit {
    width: 50px;
    height: 50px;
    flex-shrink: 0; /* prevent button from shrinking */
  }
  .home-image58 {
    width: 11px;
  }
  .home-newsletter {
    padding-top: var(--dl-layout-space-twounits);
    margin-bottom: var(--dl-layout-space-twounits);
  }
.footer-social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background-color: rgba(230, 249, 224, 0.1);
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: rgb(18, 40, 33);
  font-weight: 500;
}

.footer-social-link:hover {
  background-color: rgba(230, 249, 224, 0.2);
  transform: translateY(-2px);
}

.footer-social-link svg {
  width: 32px;
  height: 32px;
  fill: rgb(18, 40, 33);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.footer-social-link:hover svg {
  transform: scale(1.1);
}


img {
  max-width: 100%;
  height: auto;
}
