@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
    font-family: 'Urbanist';
    src: url('/fonts/Urbanist.ttf') format('truetype');
    font-weight: 100 900;
  }
  *{
    font-family: 'Urbanist !important';
  }
body {
    font-family: 'Urbanist !important';
}

.main-shape-chairman {
    position: absolute;
    right: -80%;
    top: -110%;
    height: 250%;
    width: 250%;
}

.animate-wrapper {
    overflow: hidden;
}

.chairman-section {
    position: relative;
}

.main-shape-ceo {
    position: absolute;
    left: -10%;
    top: -0%;
}

@media (min-width: 1024px) {
    .main-shape-ceo {
        position: absolute;
        left: -20% !important;
        top: -0%;
    }
}

@media (min-width: 1500px) {
    .main-shape-ceo {
        position: absolute;
        left: -7% !important;
        top: -0%;
    }
}

.executive-summary-section {
    position: relative;
    overflow: hidden;
}

.main-shape-excutive {
    position: absolute;
    right: -10%;
    top: -30%;
}

@media (max-width: 1024px) {
    .main-shape-chairman {
        position: absolute;
        right: -80%;
        top: -50%;
        height: 250%;
        width: 250%;
    }

    .sponsorships-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .accordion-title {
        font-size: 24px;
    }

    .sponsorship-card {
        font-size: 16px;
    }

    .certifications-title {
        font-size: 24px;
    }

    .certifications-description {
        max-width: 1130px;
        color: #333;
        margin-bottom: 80px;
        display: flex;
        align-items: center;
        gap: 32px;
    }

    .line-certifications {
        display: none;
    }

    .certifications-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .certifications-grid {
        margin-left: 0 !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

    .corporate-governance-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .governance-content h2 {
        font-size: 32px;
    }

    .achievements-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .achievements-title {
        font-size: 24px;
    }

    .achievements-section {
        padding: 0 20px 100px;
    }

    .projects-slider-section {
        margin: 80px 0;
    }

    .projects-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .profile-container {
        padding: 0 20px;
    }

    .main-shape-excutive {
        display: none;
    }

    .slider-pagination {

        left: 20px;
    }

    .slide-content {
        margin-left: 75px;
        margin-right: 10px;
    }

    .animate-wrapper .slide-title {
        font-size: 32px;
    }

    .slide-info {
        flex-direction: column;
        justify-content: left;
        align-items: start;
    }
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #fff;
    opacity: 0.5;
    border-radius: 10px;
    transition: height 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
    margin: 4px 0 !important;
}

.swiper-pagination-bullet-active {
    height: 30px;
    opacity: 1;
    background-color: #fff;
}

.sponsorships-section {
    position: relative;
}

.swiper-pagination {
    position: relative !important;
    top: unset !important;
    bottom: unset !important;
    transform: unset !important;
    padding-left: 15px;
}

.swiper-pagination-bullet {
    width: 6px;
    height: 27px !important;
    border-radius: 20px !important;
    background-color: #fff !important;
    opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
    height: 188px !important;
    opacity: 100 !important;

}

.main-shape-certifications {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.09;
}

.cta-btn {
    border-radius: 12px;
    border: 1px solid #FFF;
    background: #131313;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
    padding: 20px 24px;
    height: 64px;
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-family: Urbanist;
}

.business-grid {
    grid-template-columns: repeat(4, 1fr);
}

.project-card-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.project-card-info h3 {
    color: #FFF;
    font-family: Urbanist;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-transform: capitalize;
    margin-bottom: 32px;
}

.project-card-info p {
    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.project-card-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0 !important;
}

.project-card-details div {
    display: flex;
    align-items: center;
}

.project-card-details div span {
    color: #FFF;
    font-family: Urbanist;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-transform: capitalize;
}

.project-card-info .project-text {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
}

@media (max-width: 768px) {
    .project-card {
        height: 100%;
    }
}

.accordion-item {
    position: relative;
    overflow: hidden;
}

.accordion-bg-notactive {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}

.accordion-item.is-active .accordion-bg-notactive {
    display: none;
}

.accordion-bg-active {
    position: absolute;
    left: 0;
    height: 100%;
    width: 1062px;
}

/* Achievements Slider */
.achievements-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 75px 123px;
    margin-top: 10px;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .achievements-steps {
        grid-template-columns: repeat(3, 1fr);
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .achievements-steps {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 768px) {
    .achievements-steps {
        grid-template-columns: repeat(1, 1fr);
    }

}

.achievement-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.achievement-item .achievement-number {
    font-family: Inter, sans-serif;
    font-size: 77.318px;
    font-weight: 400;
    line-height: 0.9;
    text-transform: lowercase;
    color: transparent;
    -webkit-text-stroke-width: 1.55px;
    -webkit-text-stroke-color: #006337;
    -webkit-background-clip: text;
    background-clip: text;
    display: flex;
    justify-content: start;
    width: 100%;
}




.achievement-item p {
    color: #000;
    font-family: Inter;
    font-size: 19.696px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.hero-description {
    max-width: 887px;
}

.hero-download-btn span {
    font-size: 18px;
}

.hero-download-btn {
    height: 54px !important;
    border-radius: 100px !important;
    padding: 10.8px 25px;
}

.hero-download-btn .download-icon {
    width: 32px;
    height: 32px;
}
.hero-title {
    max-width: 1168px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 100%;
}
