.faq-container10 {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
 
.faq-logo-container {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxcontent);
  margin-top: var(--dl-layout-space-unit);
  align-items: center;
  padding-top: var(--dl-layout-space-unit);
  padding-left: var(--dl-layout-space-tripleunit);
  margin-bottom: var(--dl-layout-space-unit);
  padding-right: var(--dl-layout-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-unit);
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
 
.faq-image {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
 
.faq-navbar {
  width: 100%;
  display: flex;
  max-width: var(--dl-layout-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-layout-space-tripleunit);
  padding-left: var(--dl-layout-space-tripleunit);
  padding-right: var(--dl-layout-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-tripleunit);
  justify-content: space-between;
}
 
.faq-burger-menu {
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
 
.faq-icon10 {
  width: 36px;
  height: 36px;
}
 
.faq-links-container1 {
  width: 100%;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}
 
.faq-link10 {
  margin-right: var(--dl-layout-space-tripleunit);
}
 
.faq-link11 {
  margin-right: var(--dl-layout-space-tripleunit);
}
 
.faq-link12 {
  margin-right: var(--dl-layout-space-tripleunit);
}
 
.faq-link13 {
  margin-right: var(--dl-layout-space-tripleunit);
}
 
.faq-link14 {
  margin-right: var(--dl-layout-space-tripleunit);
}
 
.faq-link15 {
  margin-right: var(--dl-layout-space-tripleunit);
}
 
/*Use this for issues with pushing*/
body {
  all: unset;
}

head {
  all: unset;
}

.faq-video {
  width: 100%;
  max-width: 950px;
  height: auto;
  aspect-ratio: 950 / 482;
  margin-bottom: var(--dl-layout-space-fourunits);
}

.faq-section {
  max-width: 800px;
  margin: 4rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.faq-box {
  margin-bottom: 3rem;
}

.faq-box h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  border-bottom: 2px solid #ccc;
  padding-bottom: 0.5rem;
}

.faq-item {
  margin-bottom: 1rem;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1rem;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s;
}

.faq-question:hover {
  background: #f3f3f3;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1rem;
  border: 1px solid #ddd;
  border-top: none;
  background-color: #fafafa;
  border-radius: 0 0 6px 6px;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.faq-answer.open {
  max-height: 500px;
  padding: 1rem;
  transition: max-height 0.3s ease-in, padding 0.3s ease-in;
}

.icon {
  font-weight: bold;
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

  
.faq-mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background-color: white;
  z-index: 1000;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  transition: transform 0.3s ease-in-out;
}

.faq-mobile-menu.active {
  display: block;
}

.faq-links-container2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.faq-close-menu {
  cursor: pointer;
  align-self: flex-end;
}

.faq-container11 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-link16,
.faq-link17,
.faq-link18,
.faq-link19,
.faq-link20,
.faq-link21 {
  text-decoration: none;
  color: black;
  font-size: 1.2rem;
}

.Navbar-Link {
  text-decoration: none;
  color: black;
}


/*

.faq-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-layout-space-tripleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
 */


.faq-container11 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
 
.faq-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.faq-icon12 {
  width: 24px;
  height: 24px;
}
 
.faq-links-container2 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.faq-link16 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.faq-link17 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.faq-link18 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.faq-container12 {
  width: 865px;
  height: auto;
  display: flex;
  margin-top: var(--dl-layout-space-fourunits);
  align-items: center;
  margin-bottom: var(--dl-layout-space-fourunits);
  flex-direction: column;
  justify-content: center;
  background-color: #f1f1f1;
}
 
.faqfaq-information {
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.faq-max-width1 {
  align-self: center;
}
 
.faq-section-title {
  gap: 32px;
  flex: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.faq-content1 {
  gap: 24px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.faq-list {
  gap: 32px;
  flex: 1;
  width: 100%;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
 
.faq-faq1 {
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
}
 
.faq-trigger1 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.faq-faq1-question {
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
 
.faq-icons-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.faq-icon14 {
  width: 24px;
  height: 24px;
}
 
.faq-icon16 {
  width: 24px;
  height: 24px;
}
 
.faq-container15 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: flex-start;
  animation-name: fadeIn;
  flex-direction: row;
  animation-delay: 0s;
  justify-content: space-between;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.faq-faq2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  flex-direction: column;
}
 
.faq-trigger2 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.faq-faq2-question1 {
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
 
.faq-icons-container2 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.faq-icon18 {
  width: 24px;
  height: 24px;
}
 
.faq-icon20 {
  width: 24px;
  height: 24px;
}
 
.faq-container18 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: flex-start;
  animation-name: fadeIn;
  flex-direction: row;
  animation-delay: 0s;
  justify-content: space-between;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.faq-faq4 {
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
}
 
.faq-trigger3 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.faq-faq2-question2 {
  font-style: normal;
  text-align: center;
  font-weight: 600;
}
 
.faq-icons-container3 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.faq-icon22 {
  width: 24px;
  height: 24px;
}
 
.faq-icon24 {
  width: 24px;
  height: 24px;
}
 
.faq-container21 {
  display: flex;
  padding: var(--dl-layout-space-unit);
  align-self: stretch;
  align-items: flex-start;
  animation-name: fadeIn;
  flex-direction: row;
  animation-delay: 0s;
  justify-content: space-between;
  animation-duration: 300ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
 
.faq-footer4 {
  gap: 80px;
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-layout-space-threeunits);
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  background-color: #D9D9D9;
}
 
.faq-max-width2 {
  gap: 48px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
/*center the logo for mobile*/
@media (max-width: 479px) {
.faq-content2 {
  gap: 32px;
  display: flex;
  align-self: flex-start;
  align-items: center;
  margin-left: var(--dl-layout-space-fourunits);
  flex-shrink: 0;
  justify-content: center;
}
}

/*Right-justify the logo for Desktop*/
@media (min-width: 479px) {
.faq-content2 {
  gap: 32px;
  display: flex;
  align-self: flex-start;
  align-items: center;
  flex-shrink: 0;
  margin-left: var(--dl-layout-space-fourunits);
  justify-content: center;
}
}
 
.faq-logo {
  gap: 24px;
  width: 101px;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
  padding: 24px 0; /* Adds 24px top and bottom padding, 0 left/right */
}
 
.faq-image1 {
  width: 94px;
  height: 85px;
}
 
.faq-container22 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
 
@media(max-width: 991px) {
  .faq-logo-container {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .faq-heading {
    text-align: center;
  }
  .faq-max-width1 {
    flex-direction: column;
  }
  .faq-faq2-question2 {
    font-style: normal;
    font-weight: 600;
  }
  .faq-logo {
    width: auto;
  }
}
 
@media(max-width: 767px) {
  .faq-navbar {
    position: relative;
  }
  .faq-burger-menu {
    display: flex;
    padding: var(--dl-layout-space-halfunit);
    margin-left: var(--dl-layout-space-tripleunit);
    border-radius: var(--dl-layout-radius-radius4);
    background-color: var(--dl-color-gray-black);
  }
  .faq-icon10 {
    fill: var(--dl-color-gray-white);
  }
  .faq-links-container1 {
    display: none;
  }
}
 
@media(max-width: 479px) {
  .faq-burger-menu {
    margin-left: var(--dl-layout-space-doubleunit);
  }
  .faq-max-width2 {
    gap: 24px;
  }
  .faq-content2 {
    width: 100%;
  }
}

.faq-mobile-menu {
  position: absolute;
  top: 60px; /* Adjust to your header height */
  left: 0;
  background-color: #f0f0f0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 16px;
  border-radius: 8px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: max-content;
  height: auto; /* Important: auto-height instead of 100% */
}




.faq-footer-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: .5rem 0;
  position: relative;
}


/* Make sure .faq-content2 layout is not affected */
.faq-content2 {
  gap: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  flex: 0 0 auto;
}

/* Footer image behavior - centered in the middle of the footer */
.footer-image-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.footer-image {
  width: 350px;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Large screens: Show centered flower */
@media (min-width: 950px) {
  .footer-image-container {
    display: flex;
  }
  
  .footer-image {
    width: 350px;
  }
}

/* Medium screens: Show centered flower */
@media (min-width: 875px) and (max-width: 950px) {
  .footer-image-container {
    display: flex;
  }
  
  .footer-image {
    width: 300px;
  }
}

/* Small screens: Hide it */
@media (max-width: 875px) {
  .footer-image-container {
    display: none;
  }
}