@import url('../fonts/HelveticaNeueLTProBd.otf');
@import url('../fonts/HelveticaNeueLTProLt.otf');
@import url('../fonts/HelveticaNeueLTProRoman.otf');
@import url('../fonts/Lora-SemiBold.ttf');
@import url('../fonts/MinionPro-Regular.otf');
@import url('../fonts/Nirmala.ttf');
@import url('../fonts/NirmalaB.ttf');

@font-face {
    font-family: 'HelveticaNeueLTProBd';
    src: url('../fonts/HelveticaNeueLTProBd.otf') format('opentype')
}

@font-face {
    font-family: 'HelveticaNeueLTProLt';
    src: url('../fonts/HelveticaNeueLTProLt.otf') format('opentype')
}

@font-face {
    font-family: 'HelveticaNeueLTProRoman';
    src: url('../fonts/HelveticaNeueLTProRoman.otf') format('opentype')
}

@font-face {
    font-family: 'Lora-SemiBold';
    src: url('../fonts/Lora-SemiBold.ttf') format('truetype')
}

@font-face {
    font-family: 'MinionPro-Regular';
    src: url('../fonts/MinionPro-Regular.otf') format('opentype')
}

@font-face {
    font-family: 'Nirmala';
    src: url('../fonts/Nirmala.ttf') format('truetype')
}

@font-face {
    font-family: 'NirmalaB';
    src: url('../fonts/NirmalaB.ttf') format('truetype')
}

:root {
    --white-color: #FFFFFF;
    --black-color: #121212;
    --grey-color: #939598;
    --orange-color: #F5821F;
    --light-orange-color: #FDD1B0;
    --lighter-orange-color: #FFEFE1;
    --brown-color: #85411D;
    --bg-brown-color: #853F00;
    --new-orange-color: #843E00;
    --main-title-font: 'Lora-SemiBold', serif;
    --sub-title-font: 'HelveticaNeueLTProBd', sans-serif;
    --paragraph-font: 'HelveticaNeueLTProRoman', sans-serif;
}

html {}


body {
    margin: 0;
    padding: 0;
    font-family: var(--paragraph-font);
    color: var(--black-color);
    overflow-x: hidden;
    font-size: 1rem;
    line-height: 1.2;
}

/* lenis */
html.lenis,
html.lenis body {
    height: auto;
    overflow-x: hidden;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--main-title-font);
    text-transform: uppercase;
}

a {
    text-decoration: none;
}

.fs-16 {
    font-size: 1rem !important;
}

.fs-18 {
    font-size: 1.125rem !important;
}

.fs-20 {
    font-size: 1.25rem !important;
}

.fs-25 {
    font-size: 1.5625rem !important;
}

.fs-30 {
    font-size: 1.875rem !important;
}

.fs-35 {
    font-size: 2.1875rem !important;
}

.color-grey {
    color: var(--grey-color) !important;
}
.color-black {
    color: var(--black-color) !important;
}

.color-orange {
    color: var(--orange-color) !important;
}

.color-brown {
    color: var(--brown-color) !important;
}

.color-light-orange {
    color: var(--light-orange-color) !important;
}

.bg-brown {
    background: var(--brown-color) !important;
}

.bg-new-orange {
    background: var(--new-orange-color) !important;
}

.bg-lighter-orange {
    background: var(--lighter-orange-color) !important;
}

.bg-orange {
    background: var(--orange-color) !important;
}

.bg-light-orange {
    background: var(--light-orange-color) !important;
}

.main-title {
    font-size: 3.125rem;
    color: var(--grey-color);
    margin-bottom: 1.5625rem;
    line-height: 1.09;

}

.main-title span {
    color: var(--orange-color);

}

.main-title2 {
    font-size: 3.125rem;
    color: var(--light-orange-color);
    margin-bottom: 1.5625rem;
    line-height: 1.09;

}

.main-title2 span {
    color: var(--white-color);

}

.main-title3 span {
    color: var(--orange-color);

}

.sub-title {
    font-family: var(--sub-title-font);
    font-size: 1.5625rem;
    text-transform: none;
    margin-bottom: 0;
}

.main-btn {
    font-family: var(--sub-title-font);
    background: var(--black-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 1.875rem;
    padding: 0.75rem 1.5625rem;
    line-height: 1;
}

.main-btn2 {
    font-family: var(--sub-title-font);
    background: var(--orange-color);
    color: var(--white-color);
    display: inline-block;
    border-radius: 1.875rem;
    padding: 0.75rem 1.5625rem;
    line-height: 1;
}

.custom-container {
    padding: 0 9.375rem;
}

.sec-pad {
    padding: 4.375rem 0;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

main {
    padding-top: 60px;
}

/* header */
.header {
    background: var(--black-color);
    color: var(--white-color);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header img {
    width: 10.9375rem;
}

.header .nav-link {
    color: var(--white-color);
}

/* banner */
.hero {
    padding: 4.375rem 0;
}

.hero-text {
    text-align: center;
}

.hero-text h1 {
    color: var(--grey-color);
    font-size: 4.6875rem;
    margin-bottom: 2.1875rem;
}

.hero-text h1 span {
    color: var(--orange-color);
}

.hero-text h2 {
    font-family: var(--paragraph-font);
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
}

.hero-text p {
    font-size: 1.375rem;
    text-transform: uppercase;
    margin-bottom: 1.875rem;
}

.line {
    width: 23.75rem;
    height: 0.125rem;
    display: inline-block;
    background: linear-gradient(90deg, var(--white-color) 0%, var(--orange-color) 50%, var(--white-color) 100%);
    margin-bottom: 1.25rem;
}

.hero-text {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 5.9375rem;

}

.hero-img {
    position: absolute;
    bottom: 53px;
    left: 75px;
    width: 34%;
}

.hero-tree {
    position: absolute;
    bottom: 50px;
    left: 45%;
    animation: grow 3s ease-in-out;
    /* Pulse animation */
    transform-origin: bottom;
}

/* Keyframes for the pulse effect */
@keyframes grow {
    0% {
        transform: scale(0.5);
        /* Initial size */
    }

    100% {
        transform: scale(1);
        /* Return to original size */
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        /* Initial size */
    }

    50% {
        transform: scale(1.2);
        /* Grow slightly */
    }

    100% {
        transform: scale(1);
        /* Return to original size */
    }
}

.hero-cloud {
    width: 405px;
    position: absolute;
    top: 85px;
    right: 39%;
      animation: moveRight 50s linear infinite alternate;
    overflow: hidden;
}

.hero-cloud img {}
@keyframes moveRight {
    from {
        right: 39%;
    }
    to {
        right: 0;
    }
}
@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

/* about us */
.about-border-text {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 5.9375rem;
}

.year {
    font-family: var(--main-title-font);
    font-size: 6.75rem;
    color: var(--light-orange-color);
}

.year span {
    font-family: var(--main-title-font);
    font-size: 1.75rem;
    vertical-align: top;
    display: inline-block;
    margin-top: 12px;
}

.about-border-left {
    position: absolute;
    bottom: 63px;
    left: 160px;
    width: 35%;
}

.about-sun {
    position: absolute;
    top: 85px;
    left: 115px;
    width: 146px;
}

.about-sun img {
    animation: spin 30s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bird-icon {
    position: absolute;
    top: 85px;
    right: 50px;
    width: 110px;
    animation: bounce 5s ease-in-out infinite;
}

/* FY 25 */
.fy-cards {
    background: var(--white-color);
    border: 1px solid var(--brown-color);
    padding: 30px;
    margin-bottom: 25px;
    min-height: 390px;
    position: relative;
}

.fy-cards-title {
    font-family: var(--sub-title-font);
    text-transform: none;
    color: var(--grey-color);
    font-size: 30px;
}

.fy-cards-title span {
    color: var(--brown-color);
}

.fy-number {
    font-family: var(--main-title-font);
    font-size: 35px;
    color: var(--orange-color);
    margin-bottom: 5px;
}



.fy-text2 {
    font-family: var(--main-title-font);
    color: var(--orange-color);

    font-size: 18px;
}

.fy-number-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.fy-number-item1 {
    width: 30%;
    margin-right: 3.3%;
    margin-bottom: 35px;
}

.fy-flex {
    display: flex;
    align-items: end;
}

.fy-flex .fy-text2 {
    margin-bottom: 10px;
    margin-left: 5px;
}

.fy-card-pattern {
    position: absolute;
    bottom: 0;
    left: 55px;
    width: 140px;
    /* Pulse animation */
    transform-origin: bottom;
}

.fy-card-pattern.animate {
    animation: grow 3s ease-in-out forwards;
}

.fy-card-pattern2 {
    left: unset;
    right: 55px;
    width: 275px;
    transform-origin: bottom;
}

.fy-bottom {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
}


/* leader */
.leader-card {
    margin-bottom: 25px;

}


.leader-text h3 {
    font-size: 40px;
}

.leader-text h4 {
    margin-bottom: 25px;
}

.leader-text p {
    color: var(--white-color);
    font-family: "HelveticaNeueLTProLt", sans-serif;
    width: 65%;
}

.leader-text h5 {
    text-transform: none;
    font-size: 20px;
    color: var(--white-color);
    margin-bottom: 5px;
    margin-top: 55px;
}

.leader-text h6 {
    color: var(--light-orange-color);
    text-transform: none;
    font-family: var(--sub-title-font);
    margin-bottom: 0;
}

.leader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94.5%;
    height: 92%;
    padding: 50px;
    display: flex;
    align-items: center;
    /* background: linear-gradient(90deg, var(--brown-color) 0%, var(--bg-brown-color) 50%, var(--brown-color) 100%); */
}

.leader-text {
    position: relative;
    z-index: 1;
}

.leader-img {
    position: absolute;
    right: 20px;
    bottom: 16px;

}

.leader-card:hover .leader-img img {
    filter: drop-shadow(0 0 0.75rem var(--orange-color));
}

.leader-img img {
    height: 500px;
    width: auto !important;
    transition: 0.3s ease-in-out;
}

.leader-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    opacity: 1;
    border: 1px solid var(--orange-color);
}

.leader-swiper .swiper-pagination-bullet-active {
    background: var(--orange-color);
}

.leader-swiper .swiper-pagination {
    bottom: -4px;
}

.leader-left-pattern {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
}

.leader-right-pattern {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 230px;
}

.leader-top2-pattern {
    position: absolute;
    top: 0;
    right: 10px;
    width: 90px;
    /* Pulse animation */
    transform-origin: top;
}

.leader-top2-pattern.animate {
    animation: grow 4s ease-in-out forwards;
}

.leader-top-pattern {
    position: absolute;
    top: 50px;
    left: 25px;
    width: 90px;
}

.leader-swiper-buttons-prev,
.leader-swiper-buttons-next,
.fy-buttons-prev,
.fy-buttons-next,
.chart-swiper-buttons-prev,
.chart-swiper-buttons-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    background: var(--orange-color);
}

.fy-buttons-prev,
.fy-buttons-next,
.chart-swiper-buttons-prev,
.chart-swiper-buttons-next {
    background: var(--brown-color);
}

.leader-swiper-buttons-prev:after,
.leader-swiper-buttons-next:after,
.fy-buttons-prev:after,
.fy-buttons-next:after,
.chart-swiper-buttons-prev:after,
.chart-swiper-buttons-next:after {
    font-size: 20px;
    font-weight: 700;
    color: var(--white-color);
}

.leader-swiper-buttons-prev {
    left: 17%;
}

.leader-swiper-buttons-next {
    right: 17%;
}

.fy-buttons-prev,
.chart-swiper-buttons-prev {
    left: -4%;
}

.fy-buttons-next,
.chart-swiper-buttons-next {
    right: -4%;
}

/* kpi */
.chart-container {
    border-bottom: 1px solid var(--white-color);
    padding-bottom: 5px;
}

.kpi-card {
    background: var(--brown-color);
    padding: 25px;
    margin-top: 25px;
}

.kpi-card h3 {
    text-transform: none;
    padding-bottom: 10px;
    margin-bottom: 35px;
    font-size: 20px;
}

.kpi-card h3::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100px;
    background: var(--orange-color);

}

.kpi-btm {
    position: absolute;
    padding-right: 80px;
    bottom: 0;
    right: 0;
    width: 29.3%;

}

/* capital card */
.capital-card {
    background: var(--lighter-orange-color);
    margin-top: 25px;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.3s ease-in-out;
    z-index: 1;
}

.capital-text h3 {
    font-size: 30px;
    padding: 25px;
    margin-bottom: 0;
}

.capital-text h3 span {
    display: block;
}

.capital-text p {
    padding: 25px;
    padding-top: 0;
    margin-bottom: 0;
    width: 67%;
}

.capital-text a {
    color: var(--orange-color);
    padding: 25px;
    display: inline-block;
    padding-top: 0;
    text-decoration: underline;
    font-family: var(--sub-title-font);
}

.capital-image {
    text-align: end;

}

.capital-image img {
    height: 287px;
    transition: 0.3s ease-in-out;
}

.capt-top,
.capt-bottom {
    position: absolute;
    width: 81px;
    transition: 0.3s ease-in-out;
    filter: invert(33%) sepia(45%) saturate(2314%) hue-rotate(348deg) brightness(114%) contrast(108%);
    opacity: 0.3;
}

.capt-top {
    top: 25px;
    right: 25px;
}

.capt-bottom {
    bottom: 25px;
    left: 25px;
}

.capital-card:hover .capt-top,
.capital-card:hover .capt-bottom {
    transform: scale(1.1);
    opacity: 1;
}

.capital-card:hover {
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 2;
}

.capital-card:hover .capital-image img {}

.perf-top-pattern {
    position: absolute;
    width: 110px;
    top: 125px;
    right: 95px;
    animation: spin 30s linear infinite;
}

/* corp */
.corp-left {
    padding: 70px 0;
}

.corp-right {
    padding-top: 70px;
}

.corp-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: url(../images/pattern/line.png)repeat;
}

.corp-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    /* Pulse animation */
    transform-origin: top;
}

.corp-top.animate {
    animation: grow 4s ease-in-out forwards;
}

/* abt page */
.abt-banner {
    height: 95dvh;
    padding-top: 100px;
}

.abt-banner h1 {
    font-size: 60px;
    margin-top: 50px;
}

.abt-banner-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.abt-banner-top2,
.abt-banner-top3 {
    position: absolute;
    top: 0;
}

.abt-banner-top {
    animation: bounce 15s ease-in-out infinite;
}

.abt-banner-top2 {
    top: 50px;
    left: 30%;
    animation: bounce 15s ease-in-out infinite;
}

.abt-banner-top3 {
    right: 30%;
    width: 130px;
    top: 50px;
    animation: spin 15s linear infinite;
}

.vision-card .fy-card-pattern {
    width: 100%;
    animation: none;
    left: 0;

    padding: 0 35px;
}

.mission-card .fy-card-pattern {
    width: 300px;
    animation: none;

    right: 0;
    left: unset;
}

.star-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 135px;
}

.mission-card .star-pattern {
    right: 50%;
    width: 75px;
}

.mission-card ul {
    padding-left: 0;
    margin-bottom: 0;
}

.mission-card ul li {
    list-style: none;
    display: flex;
    width: 60%;
    gap: 10px;
    margin-bottom: 15px;
}

.mission-card ul li i {
    color: var(--orange-color);
}

.mission-card,
.vision-card {
    min-height: 280px;
}

.number-sec .fy-cards {
    background: var(--brown-color);
    border-color: var(--orange-color);
    margin-bottom: 0;
}

.number-sec .corp-right {
    padding-top: 0;
}

.number-sec .fy-cards .fy-number {
    color: var(--white-color);
}

.number-sec .fy-cards .fy-text {
    color: var(--light-orange-color);
}

.timeline-card {
    text-align: center;
}

.timeline-card h4 {
    color: var(--orange-color);
    font-size: 40px;
    margin-bottom: 20px;
}

.diamond {
    width: 26px;
    height: 26px;
    background: var(--orange-color);
    display: inline-block;
    transform: rotate(45deg);
}

.diamond-wrapper {
    height: 26px;
}

.diamond-wrapper::before {
    height: 3px;
    width: 106.2%;
    background: var(--orange-color);
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.timeline-card p {
    margin-top: 20px;
}

.diamond-wrapper::after {
    height: 16px;
    width: 16px;

    background: var(--orange-color);
    content: '';
    position: absolute;
    left: -6.1%;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.row .col-lg-3:nth-child(4n+2) .diamond-wrapper::after,
.row .col-lg-3:nth-child(4n+3) .diamond-wrapper::after {
    display: none;
}

.row .col-lg-3:nth-child(4n+4) .diamond-wrapper::after {
    left: unset;
    right: -6.1%;
}

.row.flex-row-reverse .col-lg-3:nth-child(4n+2) .diamond-wrapper::after,
.row .col-lg-3:nth-child(4n+3) .diamond-wrapper::after {
    display: none;
}

.row.flex-row-reverse .col-lg-3:nth-child(4n+4) .diamond-wrapper::after {
    left: -6.1%;
    right: unset;
}

.row.flex-row-reverse .col-lg-3:nth-child(4n+1) .diamond-wrapper::after {
    left: unset;
    right: -6.1%;
}

.last-card .diamond-wrapper::before {
    left: unset;
    right: -6.1%;
    transform: translateY(-50%);
    width: 53%;
}

.milestone-row .col-lg-3 .timeline-card p {
    position: relative;
    min-height: 155px;
}

.milestone-row .col-lg-3:last-child .timeline-card p::before {
    content: '';
    position: absolute;
    background: var(--orange-color);
    width: 3px;
    height: 270px;
    right: -16px;
    top: -25px;
}

.milestone-row.row.flex-row-reverse .col-lg-3:last-child .timeline-card p::before {
    content: '';
    position: absolute;
    background: var(--orange-color);
    width: 3px;
    height: 285px;
    right: unset;
    top: -25px;
    left: -16px;
}

.timeline-pattern {
    width: 70dvw;
    left: 25px;
    animation: none;
}

.map-button {
    display: inline-block;
    padding: 25px;
    border: 1px solid var(--light-orange-color);
    color: var(--white-color);
    font-size: 18px;
    font-family: var(--sub-title-font);
}

.map-button+.map-button {
    margin-left: 20px;
}

.map-button span {}


.button-boxes {
    /* position: absolute;
    top: 50%;
    right: -23.9%;
    transform: rotate(90deg) translateY(-50%); */
    text-align: center;
}

.map-button-container {}

.map-button i {

    /* transform: rotate(-90deg); */
}

.custom-container2 {
    padding: 0 9.375rem;

}

.scroll-map {
    display: flex;
}

.port-fy .fy-number-wrapper .fy-number-item1 {
    width: 20%;
    margin-right: 0;
}

.port-fy {
    border: none;
    min-height: 0;
}

.strategy-line-outer {
    margin-top: -20px;
}

.corp-right2 {
    padding-right: 35px;
}

.cloud4-icon {
    position: absolute;
    top: 160px;
    left: 80px;
    width: 100px;
}

/* strategy */
.pillar-card {
    padding: 25px;
    text-align: center;
    background: var(--white-color);
    border: 1px solid var(--orange-color);
    height: 100%;
}

.pillar-icon {
    border: 2px dashed var(--brown-color);
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.pillar-icon img {
    height: 60px;
    width: auto !important;
}

.pillar-card h3 {
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.pillar-card h3::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 100px;
    background: var(--orange-color);
}

.pillar-row .fy-card-pattern {
    left: unset;
    right: 10px;
    width: 100px;
}

.strategy-circle-back img {
    animation: spin 100s linear infinite;
}

.strategy-circle-front {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}

/* corporate */
.corp-cc .leader-img {
    width: 145px;bottom: 13px;
}

.corp-cc .leader-img img {
    width: 100% !important;
    height: auto;
}
.corp-cc.leader-card:hover .leader-img img{
filter: none;
}
.corp-cc .fy-number-item1 {
    width: 50%;
    margin-right: 0;
}

.legend-box {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.legend-wrapper {
    padding: 50px;
    border: 1px solid var(--orange-color);
    position: relative;
}

.legend-wrapper::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid var(--orange-color);
}

.committee-card {
    padding: 30px;
    background: var(--lighter-orange-color);
    border-radius: 15px;
    text-align: center;
    box-shadow: 0px 0px 80px rgba(132 62 0 / 60%);
    height: 900px;
}

.committee-img {
    display: inline-block;
    width: 115px;
}

.committee-img img {
    width: 100%;
}

.committee-name p {
    font-size: 12px;
}

.committee-text p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}

.committee-button-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
}

.committee-button {
    font-family: var(--sub-title-font);
    padding: 10px 20px;
    background: var(--light-orange-color);
    border-radius: 5px;
}

.committee-button2 {
    background: var(--orange-color);
    color: var(--white-color);
}

.committee-swiper {
    padding: 100px 0;
}

.committee-swiper .swiper-button-prev,
.committee-swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 0px 29px rgba(0 0 0 / 49%);
    background: var(--white-color);
}

.committee-swiper .swiper-button-prev:after,
.committee-swiper .swiper-button-next:after {
    font-size: 20px;
    font-weight: 700;
    color: var(--brown-color);
}

.committee-swiper .swiper-button-prev {
    left: 30%;

}

.committee-swiper .swiper-button-next {
    right: 30%;

}

/* awards */
.inner-banner2 .leader-inner {
    background: transparent;
    padding: 70px;
}

.inner-banner2 .leader-img {
    bottom: 30px;
    width: 30%;
    right: 50px;
}

.inner-banner2 .leader-img img {
    height: auto;
    width: 100% !important;
}

.unit-row .pillar-card {
    text-align: left;
    min-height: 450px;
}

.unit-row .pillar-card h3::before {
    display: none;
}

.unit-row .pillar-card ul {
    padding-left: 0;
    margin-bottom: 0;
}

.unit-row .pillar-card ul li {
    list-style: none;
    display: flex;
    margin-bottom: 20px;
    gap: 10px;
}

.unit-row .pillar-card ul li span {
    display: block;
    flex-shrink: 0;
    width: 40px;
}

.unit-row .fy-card-pattern {
    left: unset;
    right: 10px;
    width: 145px;
}

.award-card2 {
    margin-top: 25px;
}

.award-card-bg img {
    height: 500px;
}

.award-card-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 55px;
    padding-bottom: 0;
    color: var(--white-color);
}

.award-card-text ul {
    margin-bottom: 0;
    padding-left: 1.2rem;
}

.award-card-text ul li {
    margin-bottom: 5px;
    color: var(--light-orange-color);
}

.award-card-icon {
    display: inline-block;
    width: 55px;
    margin-bottom: 25px;
}

.award-card-icon img {
    width: 100%;
}

.award-card-image {
    position: absolute;
    bottom: 26px;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.esg-awards-row .col-lg-3:first-child .award-card-image {
    width: 255px;
}

.esg-awards-row .col-lg-3:nth-child(3) .award-card-image {
    width: 125px;
    left: unset;
    transform: none;
    right: 40px;
}

.esg-awards-row .col-lg-3:nth-child(5) .award-card-image {
    width: 255px;
}

.esg-awards-row .col-lg-3:nth-child(6) .award-card-image {
    width: 305px;
}

.esg-awards-row .col-lg-3:nth-child(7) .award-card-image {
    width: 65px;
    left: unset;
    transform: none;
    right: 40px;
}

.esg-awards-row .col-lg-3:nth-child(8) .award-card-image {
    width: 175px;
    left: unset;
    transform: none;
    right: 40px;
}

.esg-bg-pattern {
    left: 25px;
    width: 25%;

}

.award-card-3 .legend-wrapper {
    background: linear-gradient(90deg, var(--brown-color) 0%, var(--bg-brown-color) 50%, var(--brown-color) 100%);
    color: var(--white-color);
    min-height: 200px;
}

/* human capital */
.human-capital-banner .leader-text p {
    color: var(--black-color);
    width: 40%;
}

.human-capital-banner .leader-img {
    bottom: 28px;
    width: 50%;
    right: 20px;
}

.human-capital-banner .leader-img2 {
    position: absolute;
    bottom: 28px;
    width: 35%;
    left: 30px;
}

.human-capital-banner .leader-inner {
    display: block;
}

.policy-hr {
    border: none;
    margin: 0;
    width: 100%;
    height: 1px;
    background: var(--brown-color);
    opacity: 1;
}

.policy-card {
    width: 100%;
    display: flex;
    padding: 15px;
    background: var(--brown-color);
    align-items: center;
    gap: 10px;
    position: relative;
    margin-top: 25px;
}

.policy-card::before {
    position: absolute;
    content: '';
    background: var(--lighter-orange-color);
    width: 2px;
    height: 100%;
    top: 0;
    left: 46px;
}

.policy-icon {
    width: 64px;
    height: 64px;
    background: var(--lighter-orange-color);
    font-size: 25px;
    color: var(--brown-color);
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.intro-block {
    color: var(--white-color);
    font-size: 18px;
    border: 1px solid var(--orange-color);
    padding: 50px;
    margin: 70px 0;
    background: var(--brown-color);
    position: relative;
    z-index: 1;
}

.intro-sun {
    top: 25px;
    left: 15px;
    width: 145px;
}

.faq-accordion .accordion-button {
    border-radius: 0;
    display: flex;
    align-items: center;
    font-family: var(--paragraph-font);
    font-size: 18px;
    gap: 8px;
    padding: 10px;
    border-radius: 0 !important;
    background: var(--brown-color);
    color: var(--white-color);
}

.faq-accordion .accordion-item {
    margin-top: 10px;
    border-radius: 0 !important;
    border: 1px solid var(--brown-color);
}

.faq-accordion .accordion-item .accordion-body p {
    margin-bottom: 8px;
}

.faq-accordion .accordion-item .accordion-body p:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion-item .accordion-body {
    padding: 10px;
}

.faq-accordion .accordion-button span {
    width: 40px;
    height: 40px;
    border: 1px dashed var(--white-color);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;flex-shrink: 0;
}

.faq-accordion .accordion-button::after {
    filter: brightness(81.5);
}

.dei-accordion .accordion-item:first-child .accordion-button {
    background: #F79548;
}

.dei-accordion .accordion-item:first-child {
    border-color: #F79548;
}

.dei-accordion .accordion-item:nth-child(2) .accordion-button {
    background: #DF7627;
}

.dei-accordion .accordion-item:nth-child(2) {
    border-color: #DF7627;
}

.dei-accordion .accordion-item:nth-child(3) .accordion-button {
    background: #C06716;
}

.dei-accordion .accordion-item:nth-child(3) {
    border-color: #C06716;
}

.dei-accordion .accordion-item:nth-child(4) .accordion-button {
    background: #AC5B0F;
}

.dei-accordion .accordion-item:nth-child(4) {
    border-color: #AC5B0F;
}

.dei-accordion .accordion-item:nth-child(5) .accordion-button {
    background: var(--bg-brown-color);
}

.dei-accordion .accordion-item:nth-child(5) {
    border-color: var(--bg-brown-color);
}

.dei-accordion .accordion-item:nth-child(6) .accordion-button {
    background: var(--new-orange-color);
}

.dei-accordion .accordion-item:nth-child(6) {
    border-color: var(--new-orange-color);
}

.dei-accordion .accordion-item:nth-child(7) .accordion-button {
    background: var(--brown-color);
}

.dei-accordion .accordion-item:nth-child(7) {
    border-color: var(--brown-color);
}

.dei-accordion .accordion-item:last-child .accordion-button {
    background: var(--brown-color);
}

.dei-accordion .accordion-item:last-child {
    border-color: var(--brown-color);
}

.mange-height {
    height: 355px;
    width: auto;
}

.jindal-table {
    border-top: 1px solid var(--orange-color);
    border-left: 1px solid var(--orange-color);
    border-right: 1px solid var(--orange-color);

}

.jindal-table.table>:not(caption)>*>* {
    background: transparent;
    border-bottom: 1px solid var(--orange-color);
}

.jindal-table th {
    color: var(--orange-color);
}

.jindal-table td {
    color: var(--white-color);
}

.hum-bx .leader-inner {
    z-index: 1;
    background: transparent;
    color: var(--white-color);
    width: 100%;
    height: 100%;
    padding: 120px;
}

.training-row .pillar-card {
    text-align: left;
}

.training-row .pillar-card h3::before {
    transform: none;
    left: 0;
}

.training-row .pillar-card h3,
.campus-row .pillar-card h3 {
    text-transform: none;
}

.strategy-title {
    padding: 10px 30px;
    display: inline-block;
}

.legend-wrapper2,
.legend-wrapper2::before {
    border-color: var(--brown-color);
}

.core-ul ul {
    padding-left: 0;
    margin-bottom: 0;
}

.core-ul li {
    list-style: none;
    color: var(--white-color);
    border-bottom: 3px solid var(--orange-color);
    padding: 15px 0;
}

.core-ul li:last-child {
    border: none;
}

.black-table td {
    color: var(--black-color);
}

.black-table td:first-child {
    font-family: var(--sub-title-font);
}

.bg-low {
    background: #C5FFB7 !important;
}

.bg-medium {
    background: #FEFCBE !important;
}

.bg-high {
    background: #FFD898 !important;
}

.bg-vhigh {
    background: #FFC0C0 !important;
}

.fy-number-wrapper2 .fy-number-item1 {
    width: max-content;
}

.faq-accordion .accordion-body a {
    color: var(--orange-color);
}

.resp-block .pillar-icon {
    border-color: var(--white-color);
}

.resp-block .pillar-icon img {
    height: 40px;
}

.resp-block p {
    height: 90px;
}

.white-accordion .accordion-item .accordion-button {
    background: var(--orange-color);
}

.white-accordion .accordion-item {
    border-color: var(--orange-color);
}

.pillar-sm .pillar-icon img {
    height: 45px;
}

.black-table2 td:first-child {
    font-family: var(--paragraph-font);
}

.style-list {
    padding-left: 0;
    margin-bottom: 0;
}

.style-list li {
    list-style: none;
    display: flex;
    width: 100%;
    border-bottom: 3px solid var(--orange-color);
    padding: 15px 0;
    gap: 8px;
    align-items: center;

}

.style-list li span {
    width: 50px;
    height: 50px;
    border: 1px dashed var(--white-color);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;flex-shrink: 0;
}

.style-list li span img {
    width: 30px;
}

.chart-container2 {
    border-color: var(--black-color);
}

.flip-script-img-wrapper a {
    display: block;
    width: 115px;
    height: 115px;
    background: var(--white-color);
    color: var(--orange-color);
    text-align: center;
    line-height: 115px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%, -50%);
}

.flip-script-card {
    padding-left: 9.375rem;
    display: flex;
    width: 100%;
    align-items: center;
}

.flip-script-left,
.flip-script-right {
    width: 50%;
}

.flip-script-left {
    padding-right: 50px;
}

.fs-60 {
    font-size: 60px !important;
}

/* chirperson */
.banner-leader .leader-inner {
    padding: 70px;
}

.banner-leader .leader-img {
    right: 70px;
    bottom: 40px;
}

.banner-leader .leader-img img {
    height: 580px;
}

.text-end-wrapper {
    display: flex;
    justify-content: end;
    margin-top: 55px;
}

.text-end-wrapper h3 {
    text-transform: none;
    margin-bottom: 5px;
}

.text-normal {
    text-transform: none !important;
}

.kpi-btm2 {
    width: 45%;
}

/* intcap */
.digital-row .innovation-icon {
    position: absolute;
    bottom: 10px;
    padding: 0 95px;
    width: 100%;
    left: 0;
}

.digital-row .award-card-3 h3 {
    padding-bottom: 15px;
}

.digital-row .award-card-3 h3::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 100px;
    background: var(--orange-color);
}

.pragati-bg {
    background: url(../images/pattern/pragati-bg.webp)no-repeat 70% 50%;
    padding-top: 70px;
    padding-bottom: 35px;

}
.community-bg {
    background: url(../images/banner/community-bg.webp)no-repeat 70% 50%;
    padding-top: 70px;
    padding-bottom: 35px;

}
.overlay-community{
    position: absolute;width: 100%;
    height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 6.1);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.61) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.64) 100%);
}
.community-row .pillar-card{
    text-align: left;margin-bottom: 25px;height: auto;min-height: 560px;background: var(--lighter-orange-color);
}
.community-row .pillar-card .sub-title{
    margin-bottom: 0;
}
.community-row .pillar-card .sub-title::before{
display: none;
}
.orange-boxes {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 40px 25px;
    border-radius: 20px;
    background: rgba(245, 130, 31, 0.65);
    backdrop-filter: blur(6px);

}

.orange-boxes .pillar-card {
    background: transparent;
}

.orange-boxes .orange-box1 {
    padding: 0 25px;
    flex: 1;
}

.orange-boxes .pillar-card .pillar-icon {
    border-color: var(--white-color);
}

.orange-boxes .orange-line {
    width: 1px;
    background: var(--white-color);
}

.orange-boxes .pillar-icon img {
    height: 45px;
}

.orange-boxes p {
    margin-bottom: 0;
}

.pragati-inner {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    height: 90dvh;
}

.zero-row .innovation-icon {
    width: 135px;
    padding: 0;
    left: unset;
    right: 15px;
}

.zero-row .fy-number-item1 {
    width: 70%;
    margin: 0;
}

.zero-row .legend-wrapper {
    padding: 35px;
    height: 100%;
    min-height: 0;
}

.list-vertical {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.list-vertical img {
    width: 30px !important;
    text-align: center;
}

.intro-block2 .pillar-icon img {
    height: 40px;
}

.train-sec {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    overflow: hidden;
}

.train-sec .train {
    animation: jerkMovement 10s ease-in-out infinite;
}

@keyframes jerkMovement {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.green-sec .about-cloud {
    position: absolute;
    top: 70px;
    left: 50px;
    width: 35%;
}

.green-sec .about-border-text {
    height: auto;
    top: 100px;
}

.key-assessment-row {
    display: flex;
    align-items: center;
}

.key-assessment-row .col {
    height: 100%;
    flex: auto;
}

.key-assessment-row div img {
    width: 18px !important;
}

.key-assessment-row .pillar-card {
    border-color: var(--brown-color);
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-5p {
    margin-right: 5px;
}

.fy-lorry-cards {
    /* height: 100%; */

}

.fy-lorry-cards .fy-number-item1 {
    width: 45%;
    margin-bottom: 0;
}

.case-study-crd {
    border: 1px solid var(--orange-color);
    height: 100%;
    position: relative;
    background: var(--new-orange-color);
}

.case-study-crd h4 {
    background: var(--orange-color);
    text-align: center;
    margin-bottom: 0;
    padding: 8px;
    font-family: var(--sub-title-font);
    color: var(--white-color);
    text-transform: none;
}

.case-study-crd .case-study-crd-text {
    padding: 25px;
    margin-bottom: 0;
    color: var(--white-color);
}

.case-study-crd-text p {
    /* margin-bottom: 0; */
}

.case-study-crd .fy-card-pattern {
    left: unset;
    right: 55px;
}

.train-sec2 {
    right: unset;
    left: 0;
    height: 100%;
    width: auto;
}

.fin-cloud {
    width: 405px;
    position: absolute;
    top: 15%;
    right: 35%;
    animation: moveRight2 50s ease-out forwards;
    overflow: hidden;
}

@keyframes moveRight2 {
    0% {
        right: 35%;
    }

    100% {
        right: 5%;
    }

}
.manf-cloud {
    width: 290px;
    position: absolute;
    top: 15%;
    right: 37%;
    animation: moveRight3 50s ease-out forwards;
    overflow: hidden;
}

@keyframes moveRight3 {
    0% {
        right: 37%;
    }

    100% {
        right: 3%;
    }

}
/* natural capital */
.grow-anim{
        animation: grow 6s 
ease-in-out;
    transform-origin: bottom;
}
/* footer */
.footer-logo img {
    width: 10.9375rem;
}

.footer-top {
    background: var(--black-color);
    padding-top: 4.375rem;
    padding-bottom: 3.125rem;
}

.footer-bottom {
    background: var(--brown-color);
}

.footer-menu {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    justify-content: center;
}

.footer-menu li {
    list-style: none;
}

.footer-menu li a {
    color: var(--white-color);
}

.footer-menu li a:hover {
    color: var(--orange-color);
}

.footer-bottom {
    padding: 0.9375rem 0;
    color: var(--lighter-orange-color);
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
}

.footer-bottom-right ul {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    gap: 0.625rem;
}

.footer-bottom-right li {
    list-style: none;
}

.footer-bottom-right li a {
    color: var(--lighter-orange-color);

}
.pr-0{
    padding-right: 0!important;
}
.mb-70{
    margin-bottom: 70px;
}
.advocacy-row{
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}
.advocacy-left, .advocacy-right{
    width: 50%;
}
.advocacy-left{
    padding: 50px;
    display: flex;justify-content: center;
    align-items: center;
}

/* to top */
#backToTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    background-color: var(--brown-color);
    color: var(--white-color);
    border: none;
    width: 50px;
    height: 50px;
    line-height: 1;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    z-index: 1000;
    border: 2px solid var(--white-color);
    transition: opacity 0.3s ease;
}

#backToTop:hover {
    background-color: var(--orange-color);
}

.bannerpopup {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: hidden;
    z-index: 999999999;
    height: 100dvh;
    max-width: 0px;
   background: var(--new-orange-color);
    transition: 0.5s;
    color: #fff;

}

.closepopup {
    padding: 10px;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 20px;
    cursor: pointer;
}

.bannerpopup p {
    font-size: 14px;
    font-style: italic;
    color: var(--light-orange-color);

}

.bannerpopup-text {
    padding: 70px 25px;
    padding-bottom: 25px;
    padding-top: 60px;

}
.navbar-toggler{
    border: 1px solid var(--orange-color);
}
.navbar-toggler-icon{
    filter: invert(51%) sepia(92%) saturate(616%) hue-rotate(346deg) brightness(98%) contrast(96%);
}
    .menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(5px);
        z-index: 999;
    }
        .menu-overlay.show   {
        display: block;
    }
    .committee-card ul{
        padding-left: 0;
    }
     .committee-card ul li{
        list-style: none;font-size: 14px;
     }
     .bannerpops .modal-body{
padding: 0;
     }
      .bannerpops .modal-body p{
          font-size: 14px;
    font-style: italic;
    /* color: var(--light-orange-color); */
    color: var(--grey-color);
      }
      .bannerpops .modal-body h4{
        font-size: 20px;
      }
       .bannerpops.modal{
            z-index: 99999;
       }
       .bannerpops.modal .btn-close{
      left: unset;
    right: 15px;
    position: absolute;
    opacity: 1;
    top: 15px;
    filter: invert(83%) sepia(8%) saturate(1437%) hue-rotate(334deg) brightness(104%) contrast(98%);
       }
       .bannerpops .bannerpopup-text{
          background: #fff;
       }
       .modal-backdrop{
      z-index: 9999;
       }
       body.modal-open {
  overflow: hidden !important;
  height: 100vh!important; /* optional, ensures no scroll */
}
.jsls-table li{
    display: inline-block;margin-right: 10px;padding: 10px;background: var(--lighter-orange-color);margin-bottom: 10px;
}
canvas{
        image-rendering: pixelated;
}
.jsls-table{
    margin-bottom: 0;
}