.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.text-container {
    text-align: center;
    position: absolute;
    top: 5%; /* Default top position */
    z-index: 1;
}

.image-container {
    margin-top: -7%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.image-container img {
    max-width: 100%;
    height: auto;
    width:100%
}

.since {
    font-family: 'Poppins', sans-serif;
    font-size: 10vw;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 4.8px;
    color: #e8e8e8;
}

.history {
    font-family: 'Poppins', sans-serif;
    font-size: 4vw;
    line-height: 1.2;
    font-weight: 500;
    color: #0e0e0e;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .since {
        font-size: 20vw;
    }

    .history {
        font-size: 8vw;
    }
}

@media (max-width: 480px) {
    .since {
        font-size: 25vw;
    }

    .history {
        font-size: 10vw;
    }
}

/* Section 2 - Who We Are */
.who-we-are {
    padding:40px 15px;
    text-align: center;
    background-color: #ffffff;
}

.who-we-are h2 {
    color: #0E0E0E;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 58.8px */
}

.who-we-are h3 {
    color: #000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 37.2px */
}

.who-we-are p {
    color: #505050;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 35px */
    padding: 0 10%;
}


/* Section 3 - Our Story */
.our-story {
    background-color: #0040C3;
    color: white;
    /* padding: 60px 15px; */
}


.our-story p {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.our-story img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.our-partners {
    background-color: #0040C3;
    color: white;
}

.our-partners h2 {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 58.8px */
    white-space: nowrap; /* Ensure "Our Official Partners" stays in one line */
    text-align: left; /* Left align the heading by default */
    
}
.clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.our-partners p,
.our-partners li {
    line-height: 1.5;
}

.our-partners img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px; /* Add space between image and heading */
}

.our-partners p {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 35px */
    text-align: left; /* Left align the paragraph by default */
}

/* Responsive adjustments for section_5 */
@media (max-width: 1024px) {
    .our-partners h2 {
        white-space: nowrap; /* Ensure "Our Official Partners" stays in one line */
        text-align: left; /* Left align the heading for tablets */
    }

    .our-partners p {
        text-align: left; /* Left align the paragraph for tablets */
    }

    .our-partners .col-md-6 {
        text-align: left; /* Left align for tablets */
        margin-bottom: 20px; /* Add space between columns */
    }

    .our-partners img {
        margin-bottom: 20px; /* Add space between image and heading */
        max-width: 80%; /* Reduce image size for tablets */
    }
}

@media (max-width: 767.98px) {
    .our-partners h2 {
        text-align: center; /* Center align the heading for smaller devices */
    }

    .our-partners p {
        text-align: center; /* Center align the paragraph for smaller devices */
    }

    .our-partners .col-md-6 {
        text-align: center; /* Center align for smaller devices */
        margin-bottom: 10px; /* Reduce space between columns */
    }

    .our-partners img {
        margin-bottom: 10px; /* Reduce space between image and heading */
        max-width: 70%; /* Reduce image size for smaller devices */
    }
    .founder img {
        width:40%;
    }
}

@media (max-width: 480px) {
    .our-partners img {
        margin-bottom: 10px; /* Reduce space between image and heading */
        max-width: 60%; /* Reduce image size for smallest devices */
    }

    .our-partners .col-md-6 {
        text-align: center; /* Center align for smallest devices */
        margin-bottom: 10px; /* Reduce space between columns */
    }
    .founder img {
        width:40%;
    }
}

.our-founders {
    /* padding: 60px 15px; */
    background-color: white;
}

.our-founders h2 {
    color: #000;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 58.8px */
}

.founder img {
    max-width:auto;
    height: auto;
    border-radius: 50%;
    margin-bottom: 20px;
}

.founder h4 {
    color: #505050;
    line-height: 140%;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
}

.founder p {
    color: #000;
    /* line-height: 0.5; */
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* max-height: 20px;  */
    text-align: justify;
}

.founder .title {
    color: #505050;
    line-height: 140%;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
}


.founders img {
    max-width: 100%;
    border-radius: 50%;
}

.custom-list {
    list-style: none; /* Remove default bullets */
    padding: 0;
}

.custom-list li {
    position: relative;
    padding-left: 20px; /* Adjust padding to make space for the custom symbol */
}

.custom-list li::before {
    content: '>';
    position: absolute;
    left: 0;
    color: white; /* Adjust the color as needed */
}

.gold-standard h2 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 58.8px */
    white-space: nowrap; /* Ensure the text stays in one line */
    text-align: left; /* Left align the heading by default */
}

.gold-standard p {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 35px */
    text-align: left; /* Left align the paragraph by default */
}

.gold-standard img {
    max-width: 100%;
    height: auto;
}

/* Responsive adjustments for section_6 */
@media (max-width: 1440px) {
    .gold-standard h2 {
        white-space: nowrap; /* Ensure the text stays in one line */
    }

}

@media (max-width: 1024px) {
    .gold-standard h2 {
        white-space: nowrap; /* Ensure the text stays in one line */
        text-align: left; /* Left align the heading for tablets */
    }

    .gold-standard p {
        text-align: left; /* Left align the paragraph for tablets */
    }

    .gold-standard .row {
        flex-direction: row; /* Ensure row direction for tablets */
    }

    .gold-standard .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: left; /* Left align for tablets */
    }
}

@media (max-width: 767.98px) {
    .gold-standard h2 {
        white-space: nowrap; /* Ensure the text stays in one line */
        text-align: center; /* Center align the heading for mobile devices */
    }

    .gold-standard p {
        text-align: center; /* Center align the paragraph for mobile devices */
    }

    .gold-standard .row {
        flex-direction: column; /* Change to column direction for smaller devices */
    }

    .gold-standard .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center; /* Center align for mobile devices */
    }
}

@media (min-width: 1024px) and (max-width: 1199.98px) {
    /* section {
        padding-top: 20%; /* Increase top padding for laptops
    }. */

    .text-container {
        top: 20%; /* Increase top position for laptops */
        position: relative; /* Ensure text is not in front of the image */
    }

    .since {
        font-size: 8vw;
    }

    .history {
        font-size: 3vw;
    }
}

/* For laptops with width 1240px */
@media (min-width: 1240px) and (max-width: 1439.98px) {
    .section {
        padding-top: 15%; /* Adjust top padding for laptops */
    }

    .text-container {
        top: 15%; /* Adjust top position for laptops */
        position: relative; /* Ensure text is not in front of the image */
    }

    .since {
        font-size: 30vw; /* Increase font size for laptops */
    }

    .history {
        font-size: 15vw; /* Increase font size for laptops */
    }

    .gold-standard h2 {
        font-size: 14vw; /* Increase font size for laptops */
    }

    .text-container .since {
        font-size: 30vw; /* Increase font size for "since" */
    }

    .text-container .history {
        font-size: 15vw; /* Increase font size for "our history" */
    }

    .text-container .year {
        font-size: 18vw; /* Increase font size for "2018" */
    }
}

/* For larger laptops with width 1440px */
@media (min-width: 1440px) {
    .text-container {
        top: 15%; /* Adjust top position for larger laptops */
        position: relative; /* Ensure text is not in front of the image */
    }


    .history {
        font-size: 49px; /* Adjust font size for "Our History" */
    }

    .text-container .since {
        font-size: 114px; /* Adjust font size for "since" */
    }

    .text-container .history {
        font-size: 6vw; /* Adjust font size for "our history" */
    }

    .text-container .year {
        font-size: 10vw; /* Adjust font size for "2018" */
    }
}

/* For tablets and smaller devices */
@media (max-width: 1024px) {
    .since {
        font-size: 10vw; /* Adjust font size for tablets */
    }

    .history {
        font-size: 4vw; /* Adjust font size for tablets */
    }

    .text-container {
        top: 5%; /* Default top position */
    }

    .image-container {
        padding-top: 5%; /* Default top padding */
    }
}

@media (max-width: 991.98px) {
    .since {
        font-size: 8vw;
    }

    .history {
        font-size: 4vw;
    }

    .text-container {
        position: relative;
        top: auto;
        transform: none;
        width: 100%;
        padding: 0 15px;
        margin-bottom: -5px; /* Reduce the gap */
    }

    .image-container {
        position: relative;
        padding-top: 0; /* Reduce the gap */
    }
}

@media (max-width: 767.98px) {
    .since {
        font-size: 12vw;
    }

    .history {
        font-size: 5vw;
    }

    .text-container {
        position: relative;
        top: auto;
        transform: none;
        width: 100%;
        padding: 0 15px;
        margin-bottom: -5px; /* Reduce the gap */
    }

    .image-container {
        position: relative;
        padding-top: 0; /* Reduce the gap */
    }
}

@media (max-width: 480px) {
    .since {
        font-size: 15vw;
    }

    .history {
        font-size: 7vw;
    }

    .text-container {
        position: relative;
        top: auto;
        transform: none;
        width: 100%;
        padding: 0 15px;
        margin-bottom: -20px; /* Reduce the gap */
    }

    .image-container {
        position: relative;
        padding-top: 0; /* Reduce the gap */
    }
}

@media (min-width: 992px) and (max-width: 1023.98px) {
    .section {
        padding-top: 5%; /* Adjust top padding for this range */
    }

    .text-container {
        top: auto; /* Reset top position */
        position: relative; /* Ensure text is not in front of the image */
        transform: none;
        width: 100%;
        padding: 0 15px;
        margin-bottom: 20px; /* Add spacing between text and image */
    }

    .image-container {
        position: relative;
        padding-top: 0; /* Ensure no overlap */
    }

    .since {
        font-size: 8vw; /* Adjust font size for "since" */
    }

    .history {
        font-size: 3.5vw; /* Adjust font size for "our history" */
    }
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
    .section {
        padding-top: 5%; /* Adjust top padding for this range */
    }
}