/* overlapping content card */
*{
    font-family: "Inter";
    /* color: rgba(255, 255, 255, 0.72); */
}

  .wave {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    height: calc(100% + 20px);
  }

  .wave path {
    fill: none;
    stroke: #C9CA49; 
    stroke-width: 4;
  }

.card-wrap {
    max-width: 1100px;
    margin: -180px auto 80px;
    padding: 0 20px;
}

.card-collaspe {
    background: #fff;
    border-radius: 14px;
    padding: 10px 46px 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transform: translateY(0);
}

.navheader{
    padding: 5% 20%;
    background:linear-gradient(0deg, rgba(45, 77, 65, 1), rgba(45, 77, 65, 0.3)), url(../assets/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #2D4D41;
    text-align: center;
    color: #ffff;
    height: 40%;
}

.divider {
    width: 72px;
    height: 4px;
    background: #c9ca49;
    margin: 14px auto;
    border-radius: 4px;
}

.card-collaspe p {
    max-width: 980px;
    margin: 8px auto 0;
    color: #000;
    line-height: 1.8;
    text-align: center;
}

/* mission and vision section  */

.section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 20px;
}

.mv-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 3%;
}

.mv-card {
    width: 600px;
    /* background-color: red; */
    border-radius: 3%;
    padding: 2rem;
    box-shadow: 4px 4px 8px 8px rgba(45, 77, 65, 0.2),
        0 6px 20px 0 rgba(45, 77, 65, 0.19);
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* deep impact and deep technolgy =================================================================================== */
.section {
    padding: 60px 18px 100px;
}

.section .container {
    max-width: 1400px;
    margin: 0 auto;
}

.intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 48px;
}

.intro .top {
    font-weight: 700;
    color: #3b3450;
    letter-spacing: 0.6px;
    margin-bottom: 4px;
}

.intro .big {
    font-family: "Pacifico", cursive;
    font-size: 44px;
    color: #8b84b5;
    margin-bottom: 6px;
}

.intro .plus {
    font-size: 3rem;
    color: #2d4d41;
    font-weight: 900;
    margin-bottom: 4px;
}

.columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.col {
    padding: 6px 20px;
}

.col .heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.col .heading img {
    width: 48px;
    height: 48px;
}

.col .heading h3 {
    font-size: 20px;
    color: #2d4d41;
    letter-spacing: 0.2px;
}

.points {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.points li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.points li p {
    color: #2d4d41;
    line-height: 1.7;
    margin: 0;
}

/* small decorative image on heading left (like reference small illustrator) */
.small-illustr {
    width: 46px;
    height: 46px;
    display: inline-block;
}

@media (max-width: 980px) {
    .intro .big {
        font-size: 36px;
    }

    .columns {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .intro .big {
        font-size: 28px;
    }

    .intro .plus {
        font-size: 22px;
    }

    .col {
        padding: 0;
    }
}

/* section parllax images banner ===================================================================================================================================================== */

.prallax-bnr {
    background-image: url("../assets/banner4.png");
    height: 500px;
    /* adjust height as needed */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
}

.prallax-bnr::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    /* dark overlay */
}

/* state sections ========================================================================================== */
.stats-section {
    padding: 60px 20px;
    max-width: 1400px;
    margin: auto;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 60px;
}

.stat {
    text-align: center;
}

.stat p {
    font-size: 15px;
    line-height: 1.6;
    color: #4a465c;
}

@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

/*  problem section ================================================================================================================ */
.p-section{
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 20px;
}

.pd-section{
    padding: 2rem;
    margin-bottom: 20px;
    border-radius: 0.8rem;
    background: rgb(248, 247, 245);
}

.pd-section .p-img img{
    width: 100%;
    border-radius: 0.8rem;
}


/* Global selection style */
::selection {
  background-color: #004D40; /* your brand dark green */
  color: #B9BC4B; /* your brand lime green */
}

/* For WebKit browsers (Safari, older Chrome) */
::-moz-selection {
  background-color: #004D40;
  color: #B9BC4B;
}


/* Our guidelines  */
.section-og {
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 20px;
}

.mv-container-og {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 3%;
}

.mv-card-og {
    width: 600px;
    /* background-color: red; */
    border-radius: 3%;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* === FAQ ACCRODIN =========================================================================================================== */
.faq{
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 20px;
}

.accordion {
  background-color: #2D4D41;
  color: #B9BC4B;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s ease-in;
  border-bottom: 1px solid #B9BC4B;

}

.active, .accordion:hover {
  background-color: #2D4D41; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: #B9BC4B;
  overflow: hidden;
  color: #fff;
}