.reports-section {
    padding: 2em 0;
    margin-bottom: 30px;
    background-color: #fdd831;
}

.section-heading {
    text-align: center;
    margin-bottom: 1em;
}
.transparency-sec{
    margin-block:0 !important;
}
.report-selector {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    font-size: 1.5rem;
    margin-bottom: 2em;
}

.report-selector select,
.report-selector button {
    padding: 0.5em 1em;
    font-size: 20px;
}

.report-content {
    color: white;
    font-size: 1.5rem;
    text-align: center;
}

.transparency-certificates {
    background-color: #86cdcc;
    padding: 60px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 50px;
    color: #333;
}

.section-title img {
    vertical-align: middle;
    margin-right: 10px;
}

.certificate-carousel {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-container {
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.certificate-item {
    flex: 0 0 25%;
    padding: 0 10px;
    text-align: center;
}

.thumbnail {
    width: 100%;
    height: 75%;
    background: #fff;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.thumbnail:hover {
    transform: scale(1.05);
}

.certificate-item h3 {
    margin-top: 10px;
    font-size: 20px;
    color: #333;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fdd831;
    color: white;
    border: none;
    font-size: 24px;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    z-index: 10;
}

.carousel-button:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.carousel-button.prev {
    left: -10px;
}

.carousel-button.next {
    right: -10px;
}

/* Modal styles (unchanged) */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.documents-section {
    background-color: #f5f5f5;
    padding: 60px 0;
    position: relative;
}

.documents-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, #ccc 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.3;
    z-index: 0;
}

.container {
    position: relative;
    z-index: 1;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.5rem;
    color: #333;
}

.documents-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}


.document-item-2 {
    display: flex;
    /* flex-direction: column; */
    gap: clamp(18px,4vw,24px);
    align-items: center;
    /* justify-content: center; */
    background-color: #fdd831;
    border-radius: 8px;
    padding: 14px 20px;
    text-decoration: none;
    color: #333;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    min-height: fit-content;
}

.document-item-2 img {
    width: clamp(32px,8vw,40px);
}

.document-item-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.document-item-2 i {
    font-size: 3rem;
    margin-bottom: 10px;
    color: #007bff;
}

.document-item-2 span {
    /*text-align: center;*/
    font-weight: 500;
    font-size: clamp(20px,5vw,28px);
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .transparency-certificates {
        padding: 30px 0;
    }

    .section-title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .certificate-item {
        flex: 0 0 33%;
    }

    .section-title {
        font-size: 25px;
    }
}

@media only screen and (max-width: 575px) {
    .certificate-item {
        flex: 0 0 50%;
    }
}

.certificate-item1 {
    flex: 0 0 25%;
    padding: 0 10px;
    text-align: center;
}

.certificate-item1 {
    flex: 0 0 33%;
}

.certificate-item1 {
    flex: 0 0 50%;
}

.thumbnail1 {
    width: 100%;
    height: 75%;
    background: #fff;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.3s ease;
}







.annual-reports {
    padding-bottom: 80px;
    background: #fff;
    font-family: sans-serif;
}

.annual-reports__container {
    max-width: 1250px;
    margin: 0 auto;
}

.annual-reports__container--fcra {
    margin-top: 45px;
}

.annual-reports__title {
    margin: 0 0 4px;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 500;
    color: #243746;
    text-align: start;
}

.annual-reports__intro {
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 1.6;
    color: #263746;
    text-align: start;
}


/* ================================
   ACCORDION
================================ */

.annual-report {
    margin: 0 0 20px;
    border: 1px solid #d1d1d1;
    border-radius: 7px;
    background: #fff;
    overflow: hidden;
}

.annual-report:last-child {
    margin-bottom: 0;
}


/* Header */

.annual-report__header {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 18px;
    cursor: pointer;
    list-style: none;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
    color: #263746;
}

.annual-report__header::-webkit-details-marker {
    display: none;
}


/* Arrow */

.annual-report__arrow {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #444;
    flex-shrink: 0;
    transition: transform .2s ease;
}

.annual-report[open] .annual-report__arrow {
    transform: rotate(90deg);
}


/* Content */

.annual-report__content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px 30px;
    padding: 8px 20px 22px 42px;
    border-top: 1px solid #eee;
}


/* Links */

.annual-report__link {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    font-size: 17px;
    line-height: 1.5;
    color: #f0443a;
    text-decoration: none;
}

.annual-report__link:hover {
    text-decoration: underline;
}


/* Bullet */

.annual-report__link::before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 9px;
    flex: 0 0 5px;
    border-radius: 50%;
    background: #333;
}



.fcra-reports__box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    padding: 20px 24px;
    border: 1px solid #d1d1d1;
    border-radius: 7px;
    background: #fff;
}

.fcra-reports__link {
    display: inline-block;
    padding: 4px 24px;
    font-size: 17px;
    line-height: 1.5;
    color: #f0443a;
    text-decoration: none;
    border-right: 1px solid #d6d6d6;
}
.swiper-button-next, .swiper-button-prev{
    color:#111 !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px);
    left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0px);
    right: auto;
}
@media (min-width:767px) {
    
    .cart34 {
        padding-right: 80px;
    }
    
    .fcra-reports__link:first-child {
        padding-left: 0;
    }

    .fcra-reports__link:last-child {
        padding-right: 0;
        border-right: 0;
    }
}
@media (max-width:400px) {
    
    .fcra-reports__box{
        justify-content: center;
    }
    .fcra-reports__link:nth-child(even){
        border-right:none;
    }
}

.fcra-reports__link:hover {
    text-decoration: underline;
}