.banner-text-wrapper-about {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.banner-text-wrapper-about a {
    display: flex;
    color: var(--primary-0, #FFF);
    font-family: Gilroy-Medium;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 36px */
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    width: 26%;
    border-radius: 38px;
    border: 1px solid var(--primary-0, #FFF);
    padding: 1.2%;
    justify-content: center;
    gap: 2%;
    transition: 0.3s all linear;
}

.banner-text-wrapper-about a img {
    width: 8%;
    transition: 0.3s all linear;
}

.banner-text-wrapper-about div {
    width: 50%;
}

.banner-text-wrapper-about h3 {
    color: var(--secondary-800, #CDB47A);
    font-family: Gilroy-SemiBold;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.8px;
    text-transform: uppercase;
    margin-bottom: 2%;
}

section#esg-section-two {
    padding: 4% 0;
}

.real-estate-details {
    background: var(--secondary-0, #FAF7F2);
    padding: 7%;
    height: 17vw;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.real-estate-details h4 {
    color: var(--tertiary-900, #778A73);
    font-variant-numeric: lining-nums proportional-nums;

    /* header-4 */
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    /* 111.111% */
    margin-bottom: 5%;
}

.real-estate-details p {
    color: var(--tertiary-900, #778A73);
    font-family: Gilroy-Regular;
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 160% */
}


/* ── SECTION ── */
.nature-section {
    padding: 5%;
    min-height: 100vh;
    background: var(--primary-900, #282621);
}

/* ── TOP HEADING ── */
.section-heading {
    text-align: center;
    margin-bottom: 4%;
}

.section-heading h2 {
    color: var(--secondary-800, #CDB47A);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;

    /* header-2 */
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    /* 121.875% */
    margin-bottom: 1%;
}

.section-heading p {
    color: var(--primary-300, #8D8D8D);
    text-align: center;

    /* body-1 */
    font-family: Gilroy-Regular;
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    width: 60%;
    margin: auto;
    /* 160% */
}

/* ── CONTENT AREA ── */
.content-area {
    display: grid;
    grid-template-columns: 1fr 45%;
    gap: 0 40px;
    align-items: start;
    margin-bottom: 6%;
    min-height: 26vw;
}

.left-bullets {
    display: flex;
}

/* Left + center: bullet lists */
.bullet-col {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding-top: 10px;
}

.bullet-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.bullet-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.bullet-icon svg {
    width: 20px;
    height: 20px;
}

.bullet-text {
    color: var(--primary-200, #BEBEBC);

    /* body-1 */
    font-family: Gilroy-Regular;
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 160% */
}

.left-bullets {
    display: flex;
}

.content-area h3.bullets-title {
    color: var(--secondary-800, #CDB47A);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Playfair Display";
    font-size: 2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
    width: 70%;
    text-transform: capitalize;
}

/* ── VISION CARD ── */
.vision-card {
    border: 1px solid var(--secondary-900, #A69163);
    background: linear-gradient(82deg, #CDB47A 1.39%, #AA8D4A 94.88%);
    padding: 7%;
}

.vision-card h3 {
    color: var(--primary-900, #282621);
    font-variant-numeric: lining-nums proportional-nums;

    /* header-4 */
    font-family: "Playfair Display";
    font-size: 2.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 111%;
    margin-bottom: 6%;
    /* 111.111% */
}

.vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5vw;
}

.vision-item {}

.vision-year {
    color: var(--primary-700, #53514D);

    /* sub-header-1 */
    font-family: Gilroy-SemiBold;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    /* 133.333% */
    letter-spacing: 2.4px;
    text-transform: uppercase;
    margin-bottom: 4%;
}

.vision-desc {
    color: var(--primary-900, #282621);

    /* body-1 */
    font-family: Gilroy-Regular;
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 160% */
}

/* Divider between vision items (horizontal) */
.vision-grid .vision-item:nth-child(n+3) {
    /* border-top: 1px solid rgba(42, 42, 30, 0.25); */
    /* padding-top: 24px; */
}

/* ── TABS ── */
.tabs-wrapper {
    display: flex;
    justify-content: center;
}

.tab-pill {
    display: flex;
    align-items: center;
    padding: 0.5%;
    gap: 4px;
    border-radius: 52px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    background: rgba(0, 0, 0, 0.00);
}

.tab-btn {
    background: transparent;
    border: none;
    outline: none;
    padding: 1.5vw 2vw;
    border-radius: 40px;
    transition: background 0.3s, color 0.3s;
    white-space: nowrap;
    text-align: center;
    font-family: Gilroy-Medium;
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--primary-700, #53514D);
}

.tab-btn.active {
    border-radius: 52px;
    background: linear-gradient(105deg, rgba(40, 38, 33, 0.50) 5.14%, rgba(86, 71, 34, 0.50) 94.53%);
    color: #EACD8B;
}

.tab-btn:hover:not(.active) {
    color: #c9a84c;
}

/* ── TAB CONTENT PANELS (hidden by default) ── */
.tab-panel {
    display: none;
}

.tab-panel.active {
    display: grid;
}

section.corporate-sec {
    padding: 4% 5%;
}

section.corporate-sec h2 {
    text-align: center;
    margin-bottom: 5%;
}

section.corporate-sec img {
    width: 15%;
}

section.corporate-sec .row {
    justify-content: center;
    gap: 4%;
    row-gap: 4vw;
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
    .nature-section {
        padding: 60px 40px;
    }

    .content-area {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .vision-card {
        grid-column: 1 / -1;
    }

    .section-heading h2 {
        font-size: 48px;
    }
}

@media (max-width: 768px) {
    .nature-section {
        padding: 30px 24px;
        z-index: 2;
    }

    .content-area {
        grid-template-columns: 1fr;
        margin-bottom: 9%;
    }

    .section-heading h2 {
        font-size: 36px;
    }

    .tab-btn {
        padding: 10px 20px;
        font-size: 11px;
        letter-spacing: 1.5px;
    }
}


/* ── SECTION ── */
.reports-section {
    padding: 4% 5%;
    background: var(--primary-900, #282621);
}

/* ── TOP ROW ── */
.top-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 48px;
    gap: 40px;
}

.reports-section .section-title {
    color: var(--secondary-800, #CDB47A);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Playfair Display";
    font-style: normal;
    font-weight: 400;
    /* 121.875% */
}

/* ── YEAR DROPDOWN ── */
.year-selector {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    padding-top: 8px;
}

.year-label {
    color: var(--primary-0, #FFF);
    font-family: Gilroy-SemiBold;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 36px */
    letter-spacing: -0.24px;
}

.year-dropdown {
    position: relative;
}

.year-dropdown select {
    appearance: none;
    -webkit-appearance: none;
    color: #FAF7F2;
    font-family: 'Gilroy-Medium';
    font-size: 1.15vw;
    padding: 10% 17%;
    cursor: pointer;
    outline: none;
    letter-spacing: 0.5px;
    min-width: 10vw;
    transition: border-color 0.2s;
    border-radius: 38px;
    border: 1px solid var(--secondary-0, #FAF7F2);
    background: rgba(255, 255, 255, 0.20);
}

.year-dropdown select:hover {
    /* border-color: #c9a84c; */
}

.year-dropdown select option {
    background: #2a2a1e;
    color: #fff;
}

/* Custom chevron */
.year-dropdown::after {
    content: '';
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5vw;
    height: 1.5vw;
    background-image: url("../image/sustainability/CaretDown.png");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

/* ── REPORTS GRID ── */
.reports-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw 1.5vw;
}

/* ── REPORT CARD ── */
.report-card {
    background: #2F2C25;
    padding: 7%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s ease;
    min-height: 11vw;
    position: relative;
}

.report-card:hover {
    background: linear-gradient(82deg, #CDB47A 1.39%, #AA8D4A 94.88%), #53514D;
}


/* Card top row: FY label */
.card-fy {
    color: var(--secondary-100, #F5F0E4);

    /* sub-header-1 */
    font-family: Gilroy-SemiBold;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    /* 133.333% */
    letter-spacing: 2.4px;
    text-transform: uppercase;
    transition: color 0.3s;
}

/* Card bottom row: title + arrow */
.card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.card-title {
    color: var(--secondary-0, #FAF7F2);
    font-variant-numeric: lining-nums proportional-nums;

    /* header-4 */
    font-family: "Playfair Display";
    font-size: 2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 111%;
    /* 111.111% */
}

/* Arrow icon */
.card-arrow {
    flex-shrink: 0;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 2px; */
}

span.card-arrow img {
    width: 86%;
}

.card-arrow svg {
    width: 22px;
    height: 22px;
    transition: stroke 0.3s;
}

.card-arrow svg path,
.card-arrow svg line {
    stroke: rgba(255, 255, 255, 0.7);
    transition: stroke 0.3s;
}

.report-card.featured .card-arrow svg path,
.report-card.featured .card-arrow svg line {
    stroke: rgba(42, 42, 30, 0.75);
}

.report-card:hover .card-arrow svg path,
.report-card:hover .card-arrow svg line {
    stroke: rgba(42, 42, 30, 0.8);
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .reports-section {
        padding: 50px 40px;
    }

    .section-title {
        font-size: 42px;
    }

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

@media (max-width: 640px) {
    .reports-section {
        padding: 30px 20px 40px;
    }

    .top-row {
        flex-direction: column;
        gap: 24px;
    }

    .section-title {
        font-size: 32px;
    }

    .reports-grid {
        grid-template-columns: 1fr;
    }

    .card-title {
        font-size: 24px !important;
        line-height: 32px;
        margin-bottom: 0;
    }
}


/* ── SECTION ── */
.leadership-section {
    /* max-width: 1380px; */
    margin: 0 auto;
    padding: 5%;
}

/* ── HEADING ── */
.section-heading {
    text-align: center;
    margin-bottom: 5%;
}

section.leadership-section h2 {
    color: var(--primary-900, #282621);
}

/* ── SWIPER WRAPPER ── */
.swiper-leadership {
    width: 100%;
    overflow: hidden;
}

/* ── SLIDE CARD ── */
.leader-card {
    display: flex;
    border: 1px solid #DCCBA2;
    background: #ffffff;
    min-height: auto;
    align-items: center;
}

/* Left: photo */
.leader-photo {
    width: 31%;
    overflow: hidden;
    background: #e8e5e0;
    flex-shrink: 0;
}

.leader-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* Right: content */
.leader-content {
    padding: 3% 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}

.leader-quote {
    font-family: 'Gilroy-Regular';
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 175%;
    letter-spacing: 0.1px;
    margin-bottom: 3%;
    color: var(--primary-700, #53514D);
}

/* Divider */
.content-divider {
    width: 50%;
    height: 1px;
    background: #282621;
    margin-bottom: 5%;
}

.leader-name {
    color: var(--primary-900, #282621);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Playfair Display";
    font-size: 2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 111%;
    margin-bottom: 1.5%;
}

.leader-role {
    color: var(--secondary-900, #A69163);
    font-family: Gilroy-SemiBold;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 133%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* ── SWIPER PAGINATION ── */
.swiper-pagination {
    position: static;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    opacity: 1;
    border-radius: 50%;
    transition: background 0.3s, transform 0.3s;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #8D8D8D;
    transform: scale(1.1);
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .leadership-section {
        padding: 15% 5%;
    }

    .section-heading h2 {
        font-size: 42px;
    }

    .leader-card {
        grid-template-columns: 1fr;
    }

    .leader-photo {
        min-height: 320px;
        height: 320px;
    }

    .leader-content {
        padding: 40px 36px;
    }

    .leader-quote {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .section-heading h2 {
        font-size: 32px;
    }

    .leader-content {
        padding: 24px 24px;
    }

    .leader-quote {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .leader-name {
        font-size: 24px;
    }
}


/* ── SECTION ── */
.case-studies-section {
    padding: 5%;
    padding-top: 0;
}

/* ── TOP ROW ── */
.top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4%;
}


.view-all-link {
    display: flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    color: var(--secondary-900, #A69163);
    font-family: Gilroy-Medium;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}

.view-all-link:hover {
    color: var(--secondary-900, #A69163);
}

.view-all-link:hover img {
    transform: rotate(45deg);
}

.view-all-link img {
    width: 10%;
    transition: 0.3s all linear;
}

/* ── GRID ── */
.cards-grid {
    display: flex;
    gap: 28px;
    align-items: start;
}

/* ── CARD ── */
.case-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    width: 49%;
    border: 1px solid var(--secondary-300, #EBE1CA);
}

/* ── IMAGE CONTAINER ── */
.card-image {
    width: 100%;
    overflow: hidden;
    /* border-radius: 2px; */
}

/* First card: image + gold text block as one unit */
.case-card.card-featured .card-image {
    /* height: 420px; */
}

/* Other cards */
.case-card:not(.card-featured) .card-image {
    /* height: 420px; */
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
}

.case-card:hover .card-image img {
    transform: scale(1.04);
}

/* ── FEATURED CARD: gold text block under image (no gap) ── */


/* ── REGULAR CARD: category + title under image ── */
.card-body-plain {
    padding: 5%;
    transition: color 0.3s;
    position: relative;
}

.plain-category {
    color: var(--primary-400, #939290);
    font-family: Gilroy-Regular;
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 140% */
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.plain-title {
    color: var(--primary-900, #282621);
    font-variant-numeric: lining-nums proportional-nums;

    /* header-4 */
    font-family: "Playfair Display";
    font-size: 2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-top: 2%;
    /* 111.111% */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 84%;
}

/* Arrow for plain cards */
.plain-arrow {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
    padding-right: 4px;
    position: absolute;
    right: 5%;
    bottom: 18%;
}

.plain-arrow svg {
    width: 26px;
    height: 26px;
}

/* Hover: tint the category + title gold */
a.case-card:hover .card-body-plain {
    background: linear-gradient(82deg, #CDB47A 1.39%, #AA8D4A 94.88%);
}



a.case-card:hover .card-body-plain span.plain-category,
a.case-card:hover .card-body-plain .plain-title,
a.case-card:hover .card-body-plain .plain-arrow svg {
    color: #FAF7F2;
    filter: brightness(0) invert(1);
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
    .case-studies-section {
        padding: 0 40px;
    }

    .cards-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .case-card.card-featured {
        grid-column: 1 / -1;
    }

    .case-card.card-featured .card-image {
        height: 380px;
    }

    .section-title {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .case-studies-section {
        padding: 0 20px;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }

    .case-card.card-featured {
        grid-column: auto;
    }

    .section-title {
        font-size: 36px;
    }

    .text-block-title,
    .plain-title {
        font-size: 28px;
    }
}



/* Hide modal by default */
.case-study-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: unset;
    width: 60%;
    height: 100%;
    z-index: 10000;
    /* background: rgba(0, 0, 0, 0.6); */
    overflow-y: hidden;
}

/* Show modal when active */
.case-study-modal.active {
    display: block;
    opacity: 1;
    /* or block, depending on your layout */
}

img.close-btn {
    position: absolute;
    right: 3%;
    width: 5%;
    top: 3%;
    cursor: pointer;
}


.case-study-modal.active::before {
    content: "";
    /* background: rgba(0, 0, 0, 0.80); */
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.modal-backdrop.fade:not(.show) {
    opacity: 0;
    display: none;
}

.figure-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.case-study-modal-body {
    /* width: 50%; */
    background: #FFF;
}

.case-study-modal h3.case-study-title {
    color: var(--primary-900, #282621);
    font-variant-numeric: lining-nums proportional-nums;

    /* header-4 */
    font-family: "Playfair Display";
    font-size: 2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
    /* 127.778% */
    margin-bottom: 3%;
}

.case-study-modal .figure-img {
    height: 22vw;
    margin-bottom: 0;
}

.case-study-modal .inner-text p {
    color: var(--Solid-Colors-Black-30, #363939);


    /* body-2 */
    font-family: Gilroy-Regular;
    font-size: 1.15vw;
    font-style: normal;
    font-weight: 400;
    line-height: 178%;
    /* 177.778% */
    margin-bottom: 0;
}

.case-study-modal .inner-text {
    /* height: 15vw;
    overflow: auto; */
    padding-bottom: 10%;
}

.case-study-content {
    padding: 3%;

    /* padding-bottom: 10%; */
}

.height-box {
    height: 25vw;
    overflow: auto;
}

.about-banner-video::after {
    background-image: none;
}

.banner-text-wrapper-about a:hover {
    background: linear-gradient(82deg, #CDB47A 1.39%, #AA8D4A 94.88%), #53514D;
}

.banner-text-wrapper-about a:hover img.img-fluid {
    transform: rotate(45deg);
}

@media (max-width:767px) {
    .banner-text-wrapper-about h2 {
        font-size: 36px !important;
        letter-spacing: -0.72px;
    }

    .banner-text-wrapper-about div {
        width: 100%;
    }

    .banner-text-wrapper-about h3 {
        margin-bottom: 4%;
        font-family: Gilroy-SemiBold;
        font-size: 16px !important;
        letter-spacing: 3.2px;
    }

    section#esg-section-two {
        padding: 18% 0;
    }

    .real-estate-details h4 {
        font-size: 24px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        font-family: "Playfair Display";
    }

    .real-estate-details {
        height: 58vw;
        margin-bottom: 15px;

    }

    .swiper-button-next,
    .swiper-button-prev {
        display: block !important;
    }

    .brand-swiper img.img-fluid.disabled-one {
        display: none;
    }


    .brand-swiper .swiper-button-prev.swiper-button-disabled img.img-fluid.disabled-one {
        display: none;
    }

    .brand-swiper .swiper-button-prev img.img-fluid.disabled-one {
        display: block;
        transform: rotate(180deg);
    }

    .brand-swiper .swiper-button-next.swiper-button-disabled img.img-fluid {
        display: block;
    }

    .brand-swiper .swiper-button-next.swiper-button-disabled img.img-fluid.disabled-one {
        display: block;
        transform: rotate(180deg);
    }

    .brand-swiper .swiper-button-next img.img-fluid.disabled-one {
        display: none;
    }

    .brand-swiper .swiper-button-next.swiper-button-disabled img.img-fluid {
        display: none;
    }

    .brand-swiper .swiper-button-prev img.img-fluid {
        display: none;
    }

    .brand-swiper .swiper-button-prev.swiper-button-disabled img.img-fluid {
        display: block;
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: absolute;
        bottom: 5%;
        top: unset;
        width: 50px;
        opacity: 1 !important;
    }

    .swiper-button-next {
        right: 35%;
    }

    .swiper-button-prev {
        left: 32%;
    }

    .brand-swiper div.swiper-wrapper {
        padding-bottom: 28%;
    }

    .section-heading h2 {
        text-align: left;
        font-family: "Playfair Display";
        font-size: 28px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
        margin-bottom: 5%;
    }

    .section-heading p,
    .bullet-text {
        text-align: left;
        width: 100%;
        color: var(--primary-400, #939290);
    }

    .vision-card h3 {
        color: var(--primary-900, #282621);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: "Playfair Display";
        font-size: 20px !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .vision-year {
        color: var(--primary-700, #53514D);
        font-family: Gilroy-SemiBold;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 125% */
        letter-spacing: 1.28px;
        text-transform: uppercase;
    }

    .vision-desc {
        color: var(--primary-800, #3E3C37);
        /* body-1_mobile */
        font-family: Gilroy-Regular;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .vision-item {
        margin-bottom: 15px;
    }


    .esg-drop-btn {
        color: var(--secondary-800, #CDB47A);
        padding: 17px 20px;
        font-family: 'Trebuchet MS', Arial, sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 2.8px;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
        min-width: 200px;
        transition: background 0.15s, border-color 0.15s;
        border-radius: 32px;
        border: 0.586px solid rgba(255, 255, 255, 0.29);
        background: linear-gradient(105deg, rgba(40, 38, 33, 0.96) 5.14%, rgba(86, 71, 34, 0.96) 94.53%);
        box-shadow: 0 4px 20px 0 rgba(174, 145, 78, 0.08);
    }

    .esg-drop-btn::after {
        content: none;
    }

    .esg-drop-btn:hover,
    .esg-drop-btn:focus {
        /* background: #332c1a;
        border-color: #c9a84c;
        box-shadow: none; */
    }

    .esg-drop-btn .chevron {
        display: inline-flex;
        align-items: center;
        transform: rotate(-180deg);
        transition: transform 0.2s;
    }

    .esg-drop-btn[aria-expanded="true"] .chevron {
        transform: rotate(0deg);
    }

    .esg-drop-menu {
        background: #2a2416;
        border: 1px solid #5a4a1e;
        border-radius: 16px;
        padding: 0;
        overflow: hidden;
        min-width: 100%;
    }

    .esg-drop-item {
        color: var(--secondary-800, #CDB47A);
        padding: 16px 20px;
        font-family: 'Trebuchet MS', Arial, sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 2.8px;
        text-transform: uppercase;
        width: 100%;
        text-align: left;
        transition: background 0.12s;
        display: block;

    }

    .esg-drop-item:first-child {
        border-top: none;
    }

    .esg-drop-item:hover {
        background: #3a3020;
    }

    .esg-drop-item.active {
        color: #e8c96e;
    }

    section.corporate-sec {
        padding: 15% 5%;
    }

    section.corporate-sec h2 {
        text-align: left;
        margin-bottom: 5%;
        font-size: 28px !important;
    }

    section.corporate-sec img {
        width: 100%;
        display: block;
        margin-bottom: 8%;
        margin-top: 8%;
    }

    section.corporate-sec img:last-of-type {
        margin-top: 15%;
    }

    section.corporate-sec .swiper-wrapper {
        padding-bottom: 0;
    }

    .reports-section .section-title {
        font-size: 28px !important;
        line-height: 36px;
    }

    .reports-section .section-title br {
        display: none;
    }

    .year-selector {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-shrink: 0;
        padding-top: 0px;
        width: 100%;
        margin-top: 2%;
        margin-bottom: 7%;
    }

    .year-label {
        color: var(--primary-0, #FFF);
        font-family: Gilroy-SemiBold;
        font-size: 16px !important;
        letter-spacing: -0.16px;
    }

    .year-dropdown select {
        appearance: none;
        -webkit-appearance: none;
        font-size: 16px;
        padding: 10% 17%;
        letter-spacing: 0.5px;
        min-width: 40vw;
    }

    .year-dropdown::after {
        content: '';
        position: absolute;
        right: 0%;
        width: 10.5vw;
        height: 6.5vw;
    }

    .card-fy {
        font-family: Gilroy-Medium;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 10px;
    }

    span.card-arrow {
        position: absolute;
        top: 50%;
        right: 7%;
        transform: translateY(-50%);
        width: 8%;
    }

    .reports-grid {
        gap: 5vw 1.5vw;
    }

    section.leadership-section h2 {
        font-size: 24px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        width: 82%;
        margin-bottom: 8%;
    }

    .leader-card {
        display: block;
        border: 1px solid var(--secondary-600, #DCCBA2);
        background: #FFF;
        min-height: 177vw;
    }

    .leader-photo {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .content-divider {
        width: 100%;
        height: 1px;
        background: #282621;
        margin-bottom: 10%;
    }

    .leader-role {
        color: var(--secondary-900, #A69163);
        font-family: Gilroy-SemiBold;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        letter-spacing: 2.8px;
        text-transform: uppercase;
    }

    .leader-name {
        margin-bottom: 12px;
    }

    section.leadership-section .swiper-wrapper,
    .case-study-swiper.mob-view .swiper-wrapper {
        padding-bottom: 0;
    }

    .leadership-section {
        padding-right: 0;
    }

    .case-studies-section .top-row {
        /* display: flex; */
        align-items: flex-start;
        margin-bottom: 8%;
    }

    .case-card {
        width: 100%;
    }

    .plain-category {
        color: var(--primary-400, #939290);
        font-family: Gilroy-Regular;
        font-size: 12px !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }

    .plain-title {
        color: var(--primary-900, #282621);
        font-variant-numeric: lining-nums proportional-nums;

        /* header-4_mobile */
        font-family: "Playfair Display";
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 125% */
    }

    .card-body-plain {
        width: 100%;
        padding: 7%;
    }

    .plain-arrow {
        position: absolute;
        right: 5%;
        bottom: 18px;
    }

    span.plain-category {
        width: 85%;
        display: block;
        margin-bottom: 10px;
    }

    .plain-title {
        width: 85%;
    }

    .case-studies-section {
        padding-bottom: 15%;
        padding-right: 0;
    }

    a.view-all-link.mob-view {
        border-radius: 38px;
        background: linear-gradient(82deg, #CDB47A 1.39%, #AA8D4A 94.88%);
        padding: 16px 20px;
        color: var(--secondary-0, #FAF7F2);
        font-family: Gilroy-Medium;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        /* 112.5% */
        width: fit-content;
        margin: auto;
        margin-top: 13%;
        justify-content: center;
    }

    .view-all-link img {
        filter: brightness(0) invert(1);
    }

    .case-study-modal {
        width: 100%;
    }

    .case-study-modal-body {
        height: 100%;
    }

    img.close-btn {
        width: 10%;
    }

    .case-study-modal .figure-img {
        height: auto;
        margin-bottom: 0;
    }

    .height-box {
        height: 150vw;
        overflow: auto;
    }

    .case-study-modal .inner-text {
        padding-bottom: 0%;
    }

    .content-area h3.bullets-title {
        width: 100%;
        font-size: 24px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        text-transform: capitalize;
    }

    section#about-us-banner .container {
        bottom: 6%;
    }

    .banner-text-wrapper-about a {
        width: 100%;
        padding: 3.5%;
    }

    .banner-text-wrapper-about {
        gap: 10px;
        flex-direction: column;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .mob-view {
        display: none !important;
    }
}