.main--div{
    background: linear-gradient(180deg, #F9E7D6 0%, #FFFFFF 75.84%);

}
.border--award{
    border-bottom: 1px solid #D4D4D4;
}
.opinions--hero {
    padding: 0px 50px;
    width: 100%;
    box-sizing: border-box;

}

.opinions--hero-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 190px;
    border-bottom: 1px solid #5f5a55;
}

.opinions--hero-text {
    padding-bottom: 68px;
}

.opinions--hero-text h2 {
    font-size: 64px;
    font-weight: 400;
    font-family: "LT Superior Serif", serif;
    color: #000000;
}

.opinions--hero-text p {
    max-width: 750px;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}



.opinions--hero-image {
    display: flex;
    margin-right: -50px;
}

.opinions--hero-image img {
    display: block;
    width: 100%;
    max-width: 372px;
    height: auto;
    object-fit: contain;
}

.awards--section {
    width: 100%;
    padding: 100px 50px 50px 50px;
    padding-bottom: 0;
}

.awards--group {
    width: 100%;
    margin-bottom: 60px;
}


.awards--year {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    font-family: "LT Superior Serif", serif;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.load-more {
    margin-bottom: 48px;
    cursor: pointer;
}
.load-more span{
    font-size: 18px;
}

.awards--arrow {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1;
}


.awards--cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

    padding-bottom: 5px;
}

.award--card {
    flex: 0 0 280px;
    min-width: 311px;
    min-height: 200px;
    background: #FFFFFF4D;
    border-radius: 8px;
    padding: 25px 18px 20px;
    box-sizing: border-box;
box-shadow: 0px 4px 4px 0px #00000040;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}


/* Optional hover effect */
.award--card:hover {
    transform: translateY(-3px);

    box-shadow:
        0 5px 12px rgba(0, 0, 0, 0.15);
}


/* Logo container */
.award--logo {
    width: 100%;
    height: 95px;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* Logo */
.award--logo img {
    display: block;

    max-width: 150px;
    max-height: 75px;

    width: auto;
    height: auto;

    object-fit: contain;
}


/* Description */
.award--card p {
    padding: 10px 38px;

    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;

    color: #000000;
}

.awards--cards {
    scrollbar-width: none;
}

.awards--cards::-webkit-scrollbar {
    display: none;
}

.old--awards {
    padding: 0px 50px;
    padding-bottom: 30px;
}

.awards-accordion {
    width: 100%;
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-header {
    width: fit-content;
    border: 0;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "LT Superior Serif", serif;
    font-size: 18px;
    gap: 10px;
    cursor: pointer;
}

.accordion-icon {
    display: flex;
    transition: transform 0.3s ease;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease;
}


.accordion-content > * {
    min-height: 0;
    overflow: hidden;
}

.accordion-item.active .accordion-content {
    grid-template-rows: 1fr;
}

.accordion-content > .awards-swiper {
    width: 100%;
    padding: 0;
    transition: padding 0.4s ease;
}

.accordion-item.active .accordion-content > .awards-swiper {
    padding: 30px 0;
}

.awards-swiper {
    width: 100%;
    overflow: hidden;
}

.awards-swiper .swiper-wrapper {
    align-items: stretch;
    transform: none !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.awards-swiper .swiper-slide {
    height: auto;
    margin: 0px !important;
    width: 100% !important;
}

.accordion-content > .old--award-content {
    width: 100%;
    padding: 0;
    transition: padding 0.4s ease;
}

.accordion-item.active .accordion-content > .old--award-content {
    padding: 20px 0;
}

.old--award-content p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
}

.old--award-content p:last-child {
    margin-bottom: 0;
}

.award-card {
    height: 290px;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 4px 0 #00000040;
    background: #FFFFFF4D;
    box-sizing: border-box;
}

.award-card img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    margin-bottom: 15px;
}

.award-card p {
    margin: 0;
    max-width: 80%;
    text-align: center;
    font-size: 14px;
    color: var(--black);
}


.awards--gallery {
    width: 100%;
    padding-top: 0px;
    overflow: hidden;
    background: #ffffff;
}

.awards--gallery-grid {
    width: 100%;
    height: 531px;
    display: grid;
    grid-template-columns: repeat(4, 428px);
    gap: 12px;
}


/* Every column */
.gallery--column {
    min-width: 0;
    height: 100%;
}


/* Columns containing two images */
.gallery--column-two {
    display: grid;
    grid-template-rows: 34% 65%;
    gap: 12px;
}
.gallery--column-three
{
    display: grid;
    grid-template-rows: 60% 38%;
    gap: 12px;
}


/* Image wrapper */
.gallery--image {
    width: 100%;
    height: 100%;

    overflow: hidden;
}


/* Actual image */
.gallery--image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    /* Your reference is black & white */
    filter: grayscale(100%);

    transition:
        transform 0.5s ease,
        filter 0.4s ease;
}


/* Optional hover */
.gallery--image:hover img {
    transform: scale(1.03);
}


/* Full-height images */
.gallery--full {
    height: 100%;
}

@media (max-width: 768px) {

    .opinions--hero {
        padding: 0 15px;
    }

    .opinions--hero-content {
        padding-top: 110px;
        flex-direction: column;
        align-items: flex-start;
    }

    .opinions--hero-text {
        padding-bottom: 30px;
        width: 100%;
    }

    .opinions--hero-text h2 {
        font-size: 34px;
        line-height: 1.05;
        margin: 0 0 18px;
    }

    .opinions--hero-text p {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
    }

    .opinions--hero-image {
        width: 100%;
        margin-right: 0;
        display: flex;
        justify-content: flex-end;
        display: none;
    }

    .opinions--hero-image img {
        width: 70%;
        max-width: 280px;
        height: auto;
    }


    /* ================= NEW AWARDS ================= */

    .old--awards{
        padding: 0px 15px;
        padding-bottom: 20px;
    }
    .award-card{
        /* height: 250px; */
        padding: 20px 10px;
        height: 100%;
    }
    .award-card img{
        height: 50px;
        margin-bottom: 5px;
    }
    .award-card p {
    max-width: 100%;
    font-size: 12px;
}

    .awards--section {
        padding: 30px 15px 0px 15px;
    }

    .awards--group {
        margin-bottom: 45px;
    }

    .awards--year {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .accordion-item.active .accordion-content > .awards-swiper {
        padding: 20px 0;
    }

    /*
       Keep horizontal scrolling on mobile.
       Cards will NOT squeeze into tiny columns.
    */
    .awards--cards {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;

        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;

        padding-right: 20px;
        padding-bottom: 8px;

        scroll-snap-type: x proximity;
        -webkit-overflow-scrolling: touch;
    }

    .award--card {
        flex: 0 0 260px;
        min-width: 260px;
        min-height: 185px;

        padding: 20px 15px 18px;

        scroll-snap-align: start;
    }

    .award--logo {
        height: 85px;
    }

    .award--logo img {
        max-width: 135px;
        max-height: 65px;
    }

    .award--card p {
        padding: 8px 20px;
        margin: 0;

        font-size: 13px;
        line-height: 1.4;
    }


    /* ================= GALLERY ================= */

    .awards--gallery {
        width: 100%;
        overflow: hidden;
    }

    .awards--gallery-grid {
        grid-template-columns:
            280px
            280px
            280px
            280px;

        gap: 8px;
    }

    .gallery--column-two {
        gap: 8px;
    }

    .gallery--column-three {
        gap: 8px;
    }
    .awards-swiper .swiper-wrapper{
            grid-template-columns: 1fr 1fr;
            gap: 10px;
    }

}