@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");
/* Reset and base styling */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
body {
    font-family: "Rethink Sans", sans-serif;
    line-height: 1.6;
    background-color: transparent;
}
.about-wrapper {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
}
/* Hero Section */
.section-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url("../../assets/images/about-bg-2.png") center/cover no-repeat;
    padding: 106px 0px 43px 0px;
    position: relative;
    display: flex;
    align-items: center;
}
.section-stats {
    background: url(../images/Group_01_728.png) no-repeat;
    background-position-y: 60px;
    background-position-x: 43px;
}
.overlay-dark {
    width: 100%;
    height: 100%;
    padding: 0 0 0 101px;
    display: flex;
    align-items: center;
}

.about_container {
    max-width: 1440px;
    margin: 0 auto;
}

.hero-content {
    color: #fff;
    padding-left: 30px;
    border-left: 5px solid #9c9d9d;
}

.story-label {
    max-width: 192px;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 30px;
    position: relative;
    background: url("../images/Arrow-about1.png") no-repeat;
    background-position: right;
}
.why-us {
    background-image: url("../images/green-vector-2.svg"),
        url("../images/green-vector-1.svg"), url("../images/toast-vector4.svg");

    background-repeat: no-repeat, no-repeat, no-repeat;

    background-position: 0% 7%, /* green-vector-2 */ 100% 7%,
        /* green-vector-1 */ 17% 8%;

    background-size: 120px, 120px, 100px; /* or set custom sizes like 100px 100px if needed */
}
.hero-heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    max-width: 612px;
}

.highlighted-text {
    color: #16cda4;
}

/* Experience Section */
.section-stats {
    padding: 125px 80px;
    border-bottom: 1px solid #cccccc;
}

.stats-container {
    display: flex;
    gap: 40px;
}

.experience-block {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.experience-number {
    font-size: 300px;
    font-weight: 700;
    color: #00614b;
    line-height: 0.9;
}

.plus-sign {
    color: #00614b;
    font-weight: 900;
    font-size: 96px;
    vertical-align: top;
    margin-left: -31px;
    line-height: 0.4;
}

.experience-details .exp-title {
    font-size: 24px;
    font-weight: 800;
    padding-left: 24px;
    border-left: 3px solid #9c9d9d;
    max-width: 229px;
    margin-bottom: 31px;
}

.experience-details .exp-description {
    font-size: 24px;
    color: #303030;
    font-weight: 600;
    max-width: 275px;
}

.mission-statement {
    max-width: 558px;
    font-size: 16px;
    color: #333;
}
.mission-statement p {
    font-weight: 600;
    font-size: 22px;
}

/* Metrics Row */
.metrics {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.metric-box {
    font-size: 16px;
    color: #1a1a1a;
}

.metric-num {
    font-size: 40px;
    font-weight: 600;
    color: #303030;
}
.about-solution {
    padding: 100px 0px;
    padding-right: 40px;
    display: flex;
    gap: 6vw;
    border-bottom: 1px solid #cccccc;
}
.about-solution-green {
    max-width: 876px;
    width: 100%;
    background-color: #004d3c;
}
.about-solution-green .hero-content {
    max-width: 584px;
}
.about-green-para {
    color: #fff;
    font-weight: 400;
    margin-top: 40px;
    max-width: 565px;
    font-size: 21px;
    padding-left: 20px;
}
.about-solution-container {
    max-width: 582px;
    margin: 5% 8% 4% 10%;
}
.about-solution-container .highlighted-text {
    color: #ffa82f;
}
.about-solution-white ul {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    list-style: none;
    margin: 0;
}
.about-solution-white ul li {
    color: #4b4b4b;
    font-weight: 800;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.about-solution-white ul li img {
    width: 30px;
    margin-right: 30px;
}
.why-us {
    padding: 78px 0px;
}
.why-us h1 {
    font-weight: 800;
    font-size: 64px;
    color: #474747;
    text-align: center;
}
.why-us-wrapper {
    margin-top: 71px;
}
.why-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 65%;
    margin: 0 auto;
    gap: 3vw;
    color: #474747;
}
.why-container h6 {
    font-size: 28px;
    font-weight: 800;
}
.why-container p {
    font-size: 24px;
    font-weight: 400;
}
.wave-img {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    display: block;
    margin-top: 56px;
}
.why-container-second {
    grid-template-columns: repeat(3, 1fr);
    width: 95%;
    gap: 2vw;
    margin-top: 48px;
}
.page p,
.page ul {
    margin-bottom: 0;
}
.about-solution-green .hero-heading {
    font-size: 35px;
}
/* Responsive Media Queries */
@media (max-width: 1366.75px) {
    .mission-statement {
        max-width: 528px;
    }
    .why-container h6 {
        font-size: 26px;
    }
    .experience-details .exp-description {
        font-size: 21px;
    }
    .mission-statement p {
        font-size: 22px;
    }
}
@media (max-width: 1280.75px) {
    .experience-number {
        font-size: 200px;
    }
    .section-stats {
        padding: 45px 47px;
    }
    .plus-sign {
        font-size: 75px;
        margin-left: -14px;
    }
    .about-solution {
        padding: 70px 0px;
        gap: 3vw;
    }
    .about-solution-green {
        max-width: 832px;
    }
    .about-green-para {
        font-size: 20px;
    }
    .hero-heading {
        font-size: 35px;
        max-width: 544px;
    }
    .why-container p {
        font-size: 20px;
    }
    .why-container h6 {
        font-size: 23px;
    }
}
@media (max-width: 1024px) {
    .metric-box {
        font-size: 13px;
    }
    .metric-num {
        font-size: 33px;
        font-weight: 600;
        color: #303030;
    }
    .stats-container {
        flex-direction: column;
        align-items: center;
    }
    .about-solution {
        padding: 70px 0px;
        gap: 3vw;
        flex-direction: column;
        align-items: center;
    }
    .about-solution-white {
        align-self: flex-start;
        padding-left: 5%;
    }
    .why-us {
        padding: 30px 0px;
    }
    .section-hero {
        padding: 42px 0px 33px 0px;
    }
    .why-us h1 {
        font-size: 40px;
    }
    .why-us-wrapper {
        margin-top: 40px;
    }
}
@media (max-width: 520px) {
    .about-solution-green .hero-heading,
    .experience-details .exp-title,
    .why-container h6,
    .hero-heading {
        font-size: 20px;
    }
    .about-green-para,
    .experience-details .exp-description,
    .mission-statement p,
    .why-container p {
        font-size: 15px;
    }
    .why-us h1 {
        font-size: 30px;
    }
    .overlay-dark {
        padding: 15px 0 0 15px;
    }
    .story-label {
        padding-bottom: 15px;
    }
    .experience-block {
        flex-direction: column;
    }
    .experience-number {
        font-size: 91px;
    }
    .mission-statement {
        width: 100%;
    }
    .section-stats {
        padding: 45px 24px;
    }
    .metrics {
        display: grid;
        grid-template-columns: 1fr 1fr;
        place-items: center;
        gap: 20px;
    }
    .about-solution {
        gap: 9vw;
    }
    .why-container {
        grid-template-columns: 1fr;
        width: 92%;
    }
    .about-solution-white ul li {
        font-size: 15px;
    }
}
