@import url("https://fonts.googleapis.com/css2?family=Anek+Latin:wdth,wght@75..125,100..800&display=swap");
* {
  font-family: "Anek Latin", Myriad Pro, Arial, Tahoma, Verdana, sans-serif !important;
}

/* Anek Latin Fonts */
@font-face {
  font-family: "Anek Latin";
  src: url("../Fonts/AnekLatin-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Anek Latin";
  src: url("../Fonts/AnekLatin-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Anek Latin";
  src: url("/Fonts/AnekLatin-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Anek Latin";
  src: url("/Fonts/AnekLatin-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
/* Optional Variable Font */
@font-face {
  font-family: "Anek Latin VF";
  src: url("/Fonts/AnekLatin-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
}

html {
  scroll-behavior: smooth;
}

/* Myriad Pro Fonts */
@font-face {
  font-family: "Myriad Pro";
  src: url("/Fonts/MyriadPro-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("/Fonts/MYRIADPRO-SEMIBOLD.OTF") format("opentype");
  font-weight: 600;
}
img {
  height: auto;
}
body {
  margin: 0;
  font-family: "Anek Latin", sans-serif;
  color: #231f20;
}

h1,
h2 {
  font-family: "Myriad Pro", sans-serif;
  font-weight: 600;
}

.variable-text {
  font-family: "Anek Latin VF", sans-serif;
  font-weight: 500;
  font-stretch: 100%;
}

.main-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.header-container {
  max-width: 1000px;
  margin: auto;
  padding: 10px 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo img {
  height: 100px;
}

.logo p {
  font-size: 12px;
  margin: 0;
  color: #990000;
  font-weight: bold;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.main-nav ul li a {
  text-decoration: none;
  color: #231f20;
}

.main-nav ul li a:hover {
  color: #28a745; /* Green for active link */
}
.main-nav ul li a.active {
  /*color: #28a745;*/ /* Green for active link */
}

.nav-link.active {
  /*color: #6fb865 !important;*/
}

.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

.menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  z-index: 10000;
  display: none;
}
@media (max-width: 768px) {
  .main-header {
    position: relative;
    z-index: 1000;
  }

  .menu-toggle {
    display: block;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    display: none;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .main-nav.active {
    display: flex;
  }

  .main-nav ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* margin-top: 30px; */
  }

  .menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    display: none;
    z-index: 10000;
  }

  .main-nav.active .menu-close {
    display: block;
  }
}

/* @media (max-width: 768px) {

   .main-nav.active {
    display: block;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .main-nav {
    position: absolute;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
    display: none;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }


  .menu-toggle {
    display: block;
  }

  .main-nav.active .menu-close {
    display: block;
  }

  .main-nav ul {
    margin-top: 40px;
    flex-direction: column;
    gap: 15px;
    padding: 0px 20px;
  }

  .menu-toggle.hide {
    display: none;
  }
} */

/* banner section */

.hero-banner {
  background-image: url("/images/shutterstock_2429903783.jpg"); /* adjust path as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 130px 20px;
  text-align: center;
  color: #fff;
  position: relative;
}

.hero-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent);
  z-index: 1;
}

.hero-content {
  margin: 0 auto;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.5px;
}

.hero-content h1 {
  font-size: 3.5em;
  font-weight: 800;
  margin: 0;
  padding-bottom: 15px;
}

.hero-content p {
  font-size: 1.6em;
  font-weight: 300;
  margin: 0;
}

.hero-content strong {
  font-weight: 700;
}

/* logo section */

.partner-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background-color: #fff;
  gap: 20px;
  max-width: 1120px;
  margin: 0 auto 30px auto;
  flex-wrap: wrap;
}

.logo-container {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.logo-container img {
  max-height: 100%;
  max-width: 150px;
  object-fit: contain;
  display: block;
}
.divider {
  width: 1px;
  height: 60px;
  background-color: #ccc;
}

/* for slider */

.slider-container-first {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 1000px;
  margin: auto;
}

.div-slider-first {
  width: 100%;
  /* overflow: hidden; */
  text-align: center;
  position: relative;
}

.div-slide-first {
  display: none;
  transition: all 0.5s ease-in-out;
  background-color: #fff6dc;
  border-radius: 42px;
  /* padding: 20px; */
  padding: 0px 20px 20px 20px;
}

.div-slide-first.active {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.testimonial-card {
  width: 100%;
  min-height: 290px;
  position: relative;
  box-sizing: border-box;
}

.quote-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 120px;
  color: #336a37;
  margin-top: -95px;
  margin-left: 20px;
  transform: rotateX(180deg);
}

.testimonial-text {
  flex: 1;
  padding: 30px 0 10px 60px;
  font-size: 17.6px;
  color: #231f20;
  line-height: normal;
  text-align: left;
  max-width: 55%;
}
.testimonial-text p {
  margin-top: 0;
}
.testimonial-text strong {
  display: inline-block;
  margin-top: 10px;
  color: #000;
}

.testimonial-image {
  width: 180px;
  position: absolute;
  right: 100px;
  top: -39px;
}

.testimonial-image img {
  width: 100%;
  border-radius: 8px;
  /* background: #c5e86c; */
}

.slider-btn-div-first {
  background: transparent;
  border: none;
  color: #000000;
  font-size: 82px;
  font-weight: 100;
  padding: 8px 14px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index: 10;
}

/* video-content slider */

.impact-section {
  background: #fff;
  padding: 60px 20px;
}
.impact-section .video-container {
  max-width: 900px;
}
.video-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.impact-content {
  flex: 1;
  min-width: 280px;
  max-width: 400px;
}

.impact-content h2 {
  font-size: 3.3rem;
  font-weight: 500;
  margin: 0;
}

.highlight {
  color: #6fb865;
}

.impact-content p {
  font-size: 1.25rem;
  margin: 20px 0;
  margin-right: 132px;
}

.watch-link {
  font-weight: bold;
  color: #d0193c;
  text-decoration: none;
}

.impact-video {
  flex: 1;
  min-width: 280px;
  max-width: 800px;
  position: relative;
}

.video-thumbnail {
  background: #000;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-button {
  background-color: white;
  color: #d0193c;
  font-size: 2rem;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* our misssion vision section */

.who-we-are-section {
  width: 100%;
  background-color: #fff;
}

.who-we-are-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}

.who-we-are-left {
  position: relative;
  flex: 1;
  min-width: 300px;
  max-width: 50%;
  overflow: hidden;
}

.who-we-are-left img {
  width: 100%;
  height: 100%;
  object-fit: inherit;
  display: block;
}

.who-we-are-heading-text {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

.who-we-are-right {
  flex: 1;
  width: 300px;
  max-width: 50%;
  /* padding: 40px; */
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inner-content-who-we-are-right {
  width: 410px;
  padding: 40px 40px;        /*Date: 11/09*/
}
.center-content-our-vision {
  align-items: flex-end;
}
.icon-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.icon-title h3 {
  font-size: 1.8rem;
  margin: 0;
}

.icon {
  font-size: 1.5rem;
  color: #6fb865;
}

.who-we-are-right p {
  font-size: 1.1rem;
  margin: 10px 0;
  line-height: 1.3;
  max-width: 368px;
}

.learn-more-button {
  display: inline-block;
  margin-top: 10px;
  background-color: #6fb865;
  color: white;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.learn-more-button:hover {
  background-color: #56a85a;
}

/* circularuty innovation section */

.section {
  /* padding: var(--pad); */
  background-color: #fef5db;
  height: 420px;
}

.shell {
  /* max-width: var(--maxw); */
  margin: 0 auto;
  display: grid;
  grid-template-columns: 520px 1fr;
  /* gap: var(--gap); */
  align-items: start;
}

.panel {
  position: relative;
  /* background: var(--panel); */
  border-radius: 0;
  min-height: 406px;
  overflow: visible;
}

/* .hanger {
  position: absolute;
  inset: 0px 40px auto 220px;
  height: 280px;
  display: grid;
  place-items: center;
  pointer-events: none;
  user-select: none;
  background-color: #bad652;
}
.hanger img {
  width: 65%;
  height: auto;
  display: block;
}*/

.hand {
  position: absolute;
  left: -16px;
  bottom: 0px;
  width: 480px;
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
}

/* RIGHT COPY */
.copy {
  padding-top: 50px;
  width: 450px;
}
.copy h1 {
  margin: 0 0 0.25rem;
  font-size: 2.6rem;
  font-weight: 400;
}
.copy .eyebrow {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
}
.copy .sub {
  font-size: clamp(1rem, 2.2vw, 1.4rem);
  margin: 0 0 1.25rem;
  font-weight: 500;
}
.copy .kicker {
  font-weight: 700;
  margin: 0 0 0.6rem;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 19px;
}
.copy p {
  margin: 0 0 0.8rem;
  color: var(--muted);
  max-width: 64ch;
  line-height: 1.2;
}

/* RESPONSIVE */
@media (max-width: 980px) {
  .shell {
    grid-template-columns: 1fr;
  }
  .panel {
    min-height: 300px;
  }
  .hand {
    left: 50%;
    transform: translateX(-50%);
    width: min(680px, 115vw);
    bottom: -48px;
  }
  .hanger {
    inset: 28px 28px auto 28px;
  }
}

/*  Achievements At A Glance */

.achievements {
  padding: clamp(16px, 4vw, 48px) 16px;
  color: var(--ach-ink);
}

.achievements__title {
  text-align: center;
  font-weight: 800;
  font-size: clamp(1.1rem, 2.6vw, 1.6rem);
  margin: 0 0 28px;
}

/* Carousel shell */
.achievements__carousel {
  position: relative;
  display: grid;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 5% auto;
}

.achievements__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
  color: var(--ach-arrow);
  cursor: hand;
  cursor: pointer;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.achievements__nav--prev {
  left: 80px;
}
.achievements__nav--next {
  right: 80px;
}
.achievements__nav svg {
  width: 22px;
  height: 22px;
}

.achievements__viewport {
  overflow: hidden;
  width: 100%;
  position: relative;
  max-width: 75%; /* Adjust based on your card size */
  margin: auto;
}

.achievements__track {
  display: flex;
  transition: transform 0.4s ease;
  will-change: transform;
}

/* Card */
.achievements__card {
  position: relative;
  flex: 0 0 calc(100% / 3 - 20px); /* 3 cards per view */
  margin: 40px 10px;
  scroll-snap-align: center;
  background: #fff;
  border: 2px solid #48c472;
  border-radius: 4px;
  padding: 60px 0px 27px;
  text-align: center;
  min-height: 60px;
  width: 200px;
  min-width: calc(100% / 3 - 20px); /* For 3 visible cards with some gap */
}
.achievements__card p {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.achievements__badge {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #6fb865;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.04);
}
.achievements__badge img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  display: block;
  filter: brightness(12) saturate(0);
}

.icon-title img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  display: block;
}

/* building circularity */
.building-circularity {
  display: flex;
  gap: 20px;
  margin-top: -7%;
}
.building-circularity-left {
  background-color: #bad652;
  width: 50%;
  justify-items: end;
  padding: 0px 20px;
  margin-top: 4px;
}
building-circularity-left h1 {
  font-weight: 500;
}
.building-circularity-right {
  width: 50%;
}
.building-circularity-right p {
  width: 378px;
  line-height: 1.4rem;
}

/* what it cover */

.covers-section {
  width: 70%;
  margin: 50px auto 10px;
}

.covers-section h2 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}

.covers-section h2::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #8dd08d;
  margin-top: 6px;
}

.covers-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 60px;
}
.text-image-container {
  display: flex;
  margin-left: 15%;
}
.text-image-container .line {
  display: none;
}
.cover-item-image {
  width: 100%;
  background-color: #bad652;
  margin-top: 0;
  min-height: 120px;
}
.cover-item-image img {
  /* width: 100%; */
  height: 145px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cover-item {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.cover-item-7 {
  width: 70%;
}

.number {
  font-size: 48px;
  font-weight: 800;
  color: #ccc;
  opacity: 0.6;
  margin-right: -6px;
  line-height: 36px;
  flex-shrink: 0;
  width: 25px;
}

.content {
  position: relative;
  padding-bottom: 10px;
}

.content h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #333;
}

.content p {
  font-size: 15px;
  color: #222;
  margin: 5px 0 0;
  line-height: 1.4;
  max-width: 275px;
  font-weight: 400;
}

.line {
  display: block;
  width: 40px;
  height: 1.5px;
  background: #7cd389;
  margin-top: 15px;
}

/* approach section */

.approach-section {
  width: 100%;
  background: #fff;
  padding: 50px 15%;
  box-sizing: border-box;
}

.approach-container {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  flex-wrap: wrap;
  /* gap: 30px; */
}

/* Left Text Section */
.approach-text {
  flex: 1;
  max-width: 400px;
}

.green-title {
  font-size: 38px;
  font-weight: 600;
  color: #6fb865;
  margin: 0 0 5px;
}

.approach-text h3 {
  font-size: 37px;
  font-weight: 400;
  color: #333;
  margin: 0 0 0px;
}

.approach-text p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Buttons and Box */

.slider-container-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* width: 350px; */
  margin: auto;
}

.div-slider {
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.approach-box {
  display: none;
  background: #6fb865;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.5s ease;
  min-height: 60px;
}
.approach-box h4,
.approach-box p {
  margin: 0;
}
.approach-box p {
  padding-top: 3px;
  line-height: 18px;
}
.approach-box.active {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.slider-btn-div {
  background: transparent;
  border: none;
  color: #f3a63c;
  font-size: 25px;
  font-weight: 100;
  padding: 8px 14px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.approach-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
}

.approach-image img {
  width: 360px;
  max-width: 100%;
  object-fit: contain;
}

/* <!-- Snapshots of Change --> */

.slider-section {
  text-align: center;
  padding: 40px 10%;
  background: #fff;
}

.slider-section h2 {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #222;
}

.slider-section h2::after {
  content: "";
  display: block;
  width: 250px;
  height: 2px;
  background: #65b76d;
  margin: 6px auto;
}

.slider-subtext {
  width: 42%;
  font-size: 16px;
  color: #555;
  margin: 35px auto;
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  overflow: hidden;
  height: 400px;
}

.image-wrapper {
  position: relative;
  flex-shrink: 0;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 100%;
  transition: transform 0.6s ease, opacity 0.6s ease, z-index 0.6s;
  border-radius: 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  box-sizing: border-box;
  background: none; /* Remove white bg */
  display: flex;
  align-items: center;
  justify-content: center;
  border: none; /* Remove all borders */
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  display: block;
}

.corner-shape {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 4px solid green;
  z-index: 2;
}

.top-left {
  top: 10px;
  left: 10px;
  border-right: none;
  border-bottom: none;
}

.bottom-right {
  bottom: 10px;
  right: 10px;
  border-left: none;
  border-top: none;
}

.slide.active {
  transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 10;
}

.slide.active::before,
.slide.active::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  z-index: 15;
  pointer-events: none;
  box-sizing: border-box;
}

.slide.active::before {
  top: 0;
  left: 0;
  border-top: 8px solid #65b76d;
  border-left: 8px solid #65b76d;
}

.slide.active::after {
  bottom: 0;
  right: 0;
  border-bottom: 8px solid #65b76d;
  border-right: 8px solid #65b76d;
}

.slide.prev-slide {
  transform: translateX(-50%) scale(0.8);
  opacity: 0.4;
  z-index: 5;
}

.slide.next-slide {
  transform: translateX(50%) scale(0.8);
  opacity: 0.4;
  z-index: 5;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 40px;
  font-weight: 100;
  color: #333;
  padding: 8px 12px;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 20;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

/* Green Frames */
.green-frame {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 4px solid green;
  z-index: 3;
}

.green-frame.top-left {
  top: 10px;
  left: 10px;
  border-right: none;
  border-bottom: none;
}

.green-frame.bottom-right {
  bottom: 10px;
  right: 10px;
  border-left: none;
  border-top: none;
}

/* Faq's */

.faq-section {
  width: 65%;
  margin: 10px auto 70px auto;
  text-align: center;
}

.faq-section h2 {
  font-size: 70px;
  font-weight: 700;
  color: #6fb865;
  margin-bottom: 30px;
  margin-top: 0;
}

.faq-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.faq-item {
  width: 100%;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 1px solid #6fb865;
  padding: 2px 18px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

.faq-question span {
  transform: rotate(90deg);
  font-size: 18px;
  color: #6fb865;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question {
  background: #6fb865;
  color: #fff;
}

.faq-item.active .faq-question span {
  transform: rotate(-90deg);
  color: #fff;
  margin-top: 0;
}

.faq-answer {
  display: none;
  text-align: left;
  background: #f9f9f9;
  padding: 1px 18px;
  border: 1px solid #6fb865;
  border-top: none;
  border-radius: 0 0 10px 10px;
  font-size: 18px;
  color: #444;
  line-height: 1.1;
}

.faq-question span {
  font-size: 60px; /* Increase as needed */
  margin-left: 10px;
  margin-top: -8px;
  display: inline-block;
  transform: rotate(0deg); /* ensures it stays pointing right */
  font-weight: 100;
  line-height: 50px;
}

.faq-item.active .faq-answer {
  display: block;
}

/* Knowledge & Resources */

.knowledge-section {
  width: 100%;
  background: #fff;
  padding: 0;
}

.knowledge-container {
  display: flex;
  flex-wrap: wrap;
}

.knowledge-image img {
  width: 100%;
  height: 100%;
  max-width: 600px;
  object-fit: cover;
}

.knowledge-content {
  flex: 1;
  padding: 0 50px;
}

.knowledge-content h2 {
  font-size: 38px;
  font-weight: 500;
  color: #222;
  margin-bottom: 0;
  margin-top: 5px;
}

.knowledge-content p {
  font-size: 17px;
  width: 498px;
  color: #222;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px;
}

.knowledge-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0 10px;
  color: #111;
}

.download-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.download-list li {
  margin-bottom: 10px;
}

.download-list li a {
  display: inline-block;
  background: #6fb865;
  color: #fff;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s ease;
}

.download-list li a span {
  margin-left: 6px;
  font-weight: bold;
}

.download-list li a:hover {
  background: #4b8541;
}

hr {
  border: none;
  border-bottom: 1px solid #9ed19c;
  margin: 20px 0;
}

.knowledge-content p.extra-link {
  color: #333 !important;
  margin-top: 0;
  margin-bottom: 20px;
}
.knowledge-content p.extra-link a {
  color: #333 !important;
}
/* footer */

/* footer */

.custom-footer {
  background-color: #1f1f1f;
  color: #fff;
  padding: 50px 20px 20px;
}
.footer-heading {
  max-width: 500px;
  margin: 0 auto;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.footer-left,
.footer-right {
  flex: 1;
  min-width: 280px;
}

.office-block {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}
.office-block-location{
 margin-top:-25px;
}
.footer-logo {
  width: 60px;
  height: auto;
}
.footer-logo img {
  width: 120px;
  height: 130px;
  flex-shrink: 0;
  margin-left:-40px;
}

footer h4 {
  font-size: 1rem;
  margin: 0 0 5px;
  color: #fff;
  font-weight: 600;
}

.office-block p,
.phone-block p {
  margin: 0;
  font-size: 0.8rem;
  color: #ccc;
}

.phone-block {
  margin-top: 20px;
}
.footer-right {
  position: relative;
  padding-left: 29px;
}

.footer-right::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-left: 2px dashed gray;
}

.footer-right p {
  margin-bottom: 15px;
  font-size: 0.75rem;
  color: #ccc;
}

.footer-right strong {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  font-size: 0.9rem;
  color: #aaa;
  border-top: 1px solid #444;
  margin-left: 26px;
  margin-top: 2px;
}

.footer-bottom a {
  color: #aaa;
  text-decoration: none;
  margin-right: 20px;
  margin-top: 2px;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.main-nav a.active {
  /*color: #007bff;
  font-weight: bold;
  border-bottom: 2px solid #007bff;*/
}

.reearth-logo {
  height: 40px; /* or any desired height */
  object-fit: contain;
}
#backToTop {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1000;
  border: none;
  outline: none;
  background-color: #28a745; /* Green background */
  cursor: pointer;
  padding: 14px;
  border-radius: 50px;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#backToTop:hover {
  background-color: #218838; /* Darker green on hover */
}

#backToTop img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1); /* Make the icon white */
}
.ft-icons {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ft-icons img {
  width: 15px;
  height: auto;
  margin-top: 2px;
}

/* Video Popup Modal Styles */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
  padding: clamp(10px, 2vw, 30px);
  box-sizing: border-box;
}

.video-modal-content {
  position: relative;
  width: clamp(300px, 50vw, 800px);
  height: clamp(200px, 40vh, 600px);
  background: #000;
  border-radius: clamp(8px, 1.5vw, 20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
  overflow: hidden;
  animation: modalFadeIn 0.3s ease-out;
  margin: auto;
  max-width: 90vw;
  max-height: 80vh;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.video-close {
  color: #fff;
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 300;
  cursor: pointer;
  position: absolute;
  right: clamp(10px, 2vw, 20px);
  top: clamp(8px, 1.5vw, 15px);
  z-index: 10000;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
  width: clamp(35px, 6vw, 50px);
  height: clamp(35px, 6vw, 50px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.video-close:hover,
.video-close:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.6);
  transform: scale(1.1);
}

#popupVideo {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: block;
  background: #000;
  object-fit: cover;
}

/* Comprehensive responsive design for all devices */
/* Mobile devices (320px and up) */
@media (max-width: 480px) {
  .video-modal {
    padding: 5px;
  }

  .video-modal-content {
    width: 95%;
    height: 60%;
    border-radius: 8px;
  }

  #popupVideo {
    height: 100%;
  }

  .video-close {
    font-size: 24px;
    right: 10px;
    top: 8px;
    width: 35px;
    height: 35px;
  }
}

/* Tablet devices (481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .video-modal {
    padding: 10px;
  }

  .video-modal-content {
    width: 90%;
    height: 50%;
    border-radius: 10px;
  }

  #popupVideo {
    height: 100%;
  }

  .video-close {
    font-size: 30px;
    right: 15px;
    top: 10px;
    width: 40px;
    height: 40px;
  }
}

/* Small laptops (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .video-modal-content {
    width: 70%;
    height: 45%;
  }
}

/* Large screens (1025px - 1440px) */
@media (min-width: 1025px) and (max-width: 1440px) {
  .video-modal-content {
    width: 60%;
    height: 42%;
  }
}

/* 4K and ultra-wide screens (1441px and up) */
@media (min-width: 1441px) {
  .video-modal-content {
    width: 50%;
    height: 40%;
    max-width: 1000px;
    max-height: 700px;
  }

  .video-close {
    font-size: 45px;
    width: 60px;
    height: 60px;
  }
}

/* Landscape orientation adjustments */
@media (orientation: landscape) and (max-height: 600px) {
  .video-modal-content {
    height: 80vh;
    width: 70vw;
  }
}

/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .video-modal {
    backdrop-filter: blur(12px);
  }
}

.our-vision-mobile{           /* Date 11/09*/
  display: none !important;
}
