* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  overflow-x: hidden;
}




.data{
    font-family: DM Serif Display, sans-serif;
}
.faq-section {
  max-width: 900px;
  width: 100%;
  padding: 0 20px;
  margin: 50px auto;
  font-family: "Georgia", serif;
}

@media (max-width: 768px) {
  .faq-title {
    font-size: 26px;
  }

  .faq-question {
    font-size: 16px;
  }

  .faq-answer {
    font-size: 14px;
  }
}


.faq-title {
  font-size: 32px;
  color: #0b4635;
  margin-bottom: 30px;
  border-left: 3px solid #0b4635;
  padding-left: 12px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
}

.faq-question {
  font-size: 18px;
  color: #0b4635;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq-answer {
  color: #444;
  font-size: 15px;
  margin-top: 10px;
  display: none;
  transition: all 0.3s ease;
}

.arrow {
  transition: transform 0.3s ease;
  font-size: 20px;
  color: #0b4635;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .arrow {
  transform: rotate(90deg);
}
.lv-footer {
  background: #002E29;          /* EXACT dark green from image */
  padding: 70px 0;
  font-family: "Georgia", serif;
  color: #e9ecec;
}

.lv-container {
  max-width: 1100px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}


/* TOP SECTION */
.lv-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.lv-logo {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.lv-logo-text {
  margin-top: 10px;
  line-height: 1.4;
  font-size: 13px;
  opacity: 0.9;
}

.lv-top-links a {
  display: block;
  color: #e9ecec;
  font-size: 14px;
  margin-bottom: 12px;
  text-decoration: none;
}

/* LINES */
.lv-line {
  border: none;
  border-top: 1px solid #1b4b46; /* Thin grey-green line */
  margin: 35px 0;
}

/* MIDDLE SECTION */
.lv-middle {
  display: flex;
  gap: 90px;
}

.lv-col h4 {
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  color: #d0d0d0;
}

.lv-col a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #e9ecec;
  font-size: 14px;
}

.lv-col a:hover {
  color: white;
}

/* COPYRIGHT */
.lv-copy {
  text-align: center;
  font-size: 13px;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 768px) {

  .lv-top {
    flex-direction: column;
    gap: 30px;
  }

  .lv-top-links {
    margin-top: 10px;
  }

  .lv-middle {
    flex-direction: column;
    gap: 40px;
  }

  .lv-copy {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {

  .lv-top {
    flex-direction: column;
    gap: 30px;
  }

  .lv-top-links {
    margin-top: 10px;
  }

  .lv-middle {
    flex-direction: column;
    gap: 40px;
  }

  .lv-copy {
    font-size: 12px;
    line-height: 1.5;
  }
}
