html, body {
  overflow-x: hidden;
}

body {
	font-family: Roboto, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, serif;
}

.my-n5 {
	margin-top: -3rem !important;
	margin-bottom: -3rem !important;
}
p {
    font-family: Roboto, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
}
ul li {
    font-family: Roboto, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "EB Garamond", serif;
    font-weight: 500;
}
@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 2.3rem;
    line-height: 1;
  }
}
.ioi-text {
    font-family: "EB Garamond", serif;
    font-weight: 500;
}
.title-green-section {
	color: #6eac69;
}
.title-dark-green-section {
	color: #006547;
}
.btn-outline-dark-green {
	color: #006547;
    border: 2px solid #006547;
}
.mb-n5 {
	margin-bottom: -3rem !important;
}
.btn-custom {
  background-color: rgba(255,255,255,0.75);
  transition: background-color 0.35s ease,
              color 0.35s ease,
              border-color 0.35s ease,
              box-shadow 0.35s ease;
}

.btn-custom:hover {
  background-color: #006E32 !important;
  color: #fff !important;
  border-color: #006E32 !important;
  box-shadow: 0 8px 20px rgba(0,110,50,0.3);
}
/* SCROLL TO TOP */
.scroll-ioi-blue {
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	z-index: 1050;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #000;
	color: #000;
	transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
	overflow: hidden;
}
.scroll-ioi-blue::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: inherit;
	transition: left 0.3s ease-in-out;
	z-index: 0;
}
.scroll-ioi-blue:hover {
	border-color: #6eac69;
}
.scroll-ioi-blue:hover::before {
	left: 0;
}
.scroll-ioi-blue span {
	position: relative;
	z-index: 1;
	color: #000;
	transition: color 0.3s ease-in-out;
}
.scroll-ioi-blue:hover span {
	color: #6eac69;
}
/* NAV */
.navbar-toggler {
     display: block !important;
}
.navbar-icon {
    color: #2b3686;
    font-size: 27px;
}
.menu-logo {
    width: 100px;
}
.btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2353a567' viewBox='0 0 16 16'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586l6.293-6.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    opacity: 1;
}
.btn-close:hover {
    opacity: 0.75;
}
.btn-close:focus {
    opacity: 0.75;
}
.navbar .sustainability-report-year {
    margin-top: 50px;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
}
.navbar .img-logo {
    width: 130px;
    filter: drop-shadow(0 5px 10px rgba(255, 255, 255, 0.8));
}
.navbar .sustainability-title {
    color: #fff;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
}
.navbar.navbar-scrolled .logo-container {
    margin-top: 0 !important;
}
.navbar.navbar-scrolled .img-logo {
    display: none;
}

.navbar.navbar-scrolled .sustainability-report-year {
  margin-top: 0 !important;
}

.navbar.navbar-scrolled .sustainability-title {
    display: none;
}
.navbar-nav .nav-link.active {
    color: #6eac69;
}
/* SUSTAINABILITY */
.sustainability-section {
    position: relative;
    display: grid;
    align-items: center;
    justify-items: center;
    padding-top: 80px;
    background-image: url("../images/cover/cover-img01.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 0;
}
.sustainability-section:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/cover/cover-img03.webp");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: var(--after-opacity, 0);
    transform: scale(var(--after-scale, 0.9));
    pointer-events: none;
    bottom: 0;
    z-index: 1;
}
.sustainability-section .world-map {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
}
.sustainability-section .world-map {
    z-index: 2;
}
.sustainability-section .bg-map {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  z-index: 3;
}
.sustainability-section .together-text {
    position: absolute;
    bottom: 40px;
    right: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 4;
}
.sustainability-section .together-title {
    font-size: clamp(2.2rem, 4vw, 4rem);
    text-transform: uppercase;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
    line-height: 1;
}
/* DIRECTOR */
.director-section {
	position: relative;
    background-image: url("../images/director/director_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    z-index: 0;
}
.director-section::before {
    content: "";
    position: absolute;
    bottom: 6vw;
    left: 13vw;
    width: 20vw;
    aspect-ratio: 1 / 1;
    background: url("../images/director/global.webp") center/contain no-repeat;
    transform: translate(-50%, -50%) rotateZ(0deg);
    transform-origin: center center;
    animation: rotateZGlobe 30s linear infinite;
    z-index: 1;
}
.director-section .director-art {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}
.director-section > * {
    position: relative;
    z-index: 1;
}
@keyframes rotateZGlobe {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.director-section .partner {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
    border-radius: 30px;
    padding: 20px 30px;
}
.director-section .partner .number {
    font-family: "EB Garamond", serif;
    font-size: 2rem;
    font-weight: 600;
}
.director-section .partner .dark-green {
    font-family: "EB Garamond", serif;
    font-size: 1.25rem;
    font-weight: 600;
}
.director-section .established {
    box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
    border-radius: 30px;
    padding: 20px 30px;
}
.director-section .established .number {
    font-family: "EB Garamond", serif;
    font-size: 2rem;
    font-weight: 600;
}
.director-section .established .dark-green {
    font-family: "EB Garamond", serif;
    font-size: 1.25rem;
    font-weight: 600;
}
.director-section .line-light {
  fill: none;
  stroke-width: 2;
  transition: fill 0.3s ease;
}

/* OUR HIGHLIGHTS */
.highlights-section {
    position: relative;
	background-image: url("../images/highlights/highlight_bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    z-index: 0;
}
.highlights-section:before {
    content: "";
    position: absolute;
    left: 0;
    inset: 0;
    background-image: url("../images/highlights/infinit-left.png");
    background-size: cover;
	background-repeat: no-repeat;
    opacity: var(--left-opacity, 0);
    transform: scale(var(--left-scale, 0.9));
    pointer-events: none;
}
.highlights-section:after {
    content: "";
    position: absolute;
    right: 0;
    inset: 0;
    background-image: url("../images/highlights/infinit-right.png");
    background-size: cover;
	background-repeat: no-repeat;
    opacity: var(--right-opacity, 0);
    transform: scale(var(--right-scale, 0.9));
    pointer-events: none;
}
.highlights-grid {
    white-space: nowrap;
    margin-top: -20px;
}
.highlights-img1 {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: 20%;
}
.highlights-img2 {
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: 30%;
}
         
/* ECONOMIC */
.economic-section {
	background-image: url("../images/eesg/eesg_bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.economic-section .economic-box {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 48px;
    overflow: hidden;
}
.economic-section .economic-box img {
  transition: transform 0.5s ease-in-out;
  animation: zoomInOut 4s infinite alternate;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* MOVING */
.moving-section {
	background-image: url("../images/moving/moving_bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    background-color: #f4f4f4;
    height: auto;
}
.moving-svg {
    height: 100%;
    object-fit: contain;
}
/* DRIVING */
.driving-section {
	background-image: url("../images/driving/nature_bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    background-color: #f4f4f4;
    height: auto;
}
.driving-svg {
    height: 100%;
    object-fit: contain;
    margin-top: -30px;
}
/* EMPOWERING */
.empowering-section {
	background-image: url("../images/empowering/empowering-progress_bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    background-color: #f4f4f4;
    height: auto;
}
.empowering-svg {
    height: 100%;
    object-fit: contain;
}
/* SOCIAL */
.social-section {
	background-image: url("../images/social/social_bg.webp");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.value-title, .value-subtitle {
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.8);
}
.value-list {
    padding-left: 13px;
}
.value-created-title {
    color: #273b93;
}
.custom-acc .accordion-item {
    border: 0;
    background: transparent;
    margin: 10px 0;
}   
.custom-acc .accordion-button {
    border: 0;
    color: #fff;
    font-weight: 700;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 0 !important;
    padding: 16px 56px 16px 22px;
    box-shadow: none !important;
    position: relative;
}
.custom-acc .accordion-button:focus { outline: none; }
.custom-acc .accordion-button::after { display: none; }
.custom-acc .acc-icon {
    position: absolute;
    right: 18px; top: 50%;
    width: 22px; height: 22px;
    transform: translateY(-50%);
}
.custom-acc .acc-icon::before,
.custom-acc .acc-icon::after {
    content: "";
    position: absolute;
    left: 50%; top: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}
.custom-acc .acc-icon::before { width: 18px; height: 2px; }
.custom-acc .acc-icon::after  { width: 2px; height: 18px; transition: opacity .2s ease; }
.custom-acc .accordion-button:not(.collapsed) .acc-icon::after { opacity: 0; }
.custom-acc .accordion-button.theme-blue:not(.collapsed) {
    background: #273b93;
}
.custom-acc .accordion-button.theme-green:not(.collapsed) {
    background: #73a84b;
}
.theme-blue  { background: #273b93; }
.theme-blue:hover  { background: #1f317e; }
.theme-green { background: #73a84b; }
.theme-green:hover { background: #669744; }
.custom-acc .accordion-collapse {
    border-radius: 12px;
    overflow: hidden;
}
.custom-acc .accordion-body {
    padding: 16px 20px;
}
.custom-acc .collapsing {
  transition: height 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.custom-acc .accordion-body {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.custom-acc .accordion-collapse.show .accordion-body {
  opacity: 1;
  transform: translateY(0);
}
/* DOWNLOADS */
.downloads-section {
    background-image: url("../images/download/download_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
}
.downloads-section .download-card {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.downloads-section .download-card-box {
    width: 70%;
}
.downloads-section .download-card-box li {
    color: #fff;
    display: flex;
    align-items: stretch;
    gap: 8px;
}
.downloads-section .download-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    min-width: 40px;
    height: auto;
    color: #fff;
    background: linear-gradient(#fff 0 0) no-repeat calc(200% - var(--p, 0%)) 100% /
        200% var(--p, 0.2em);
    transition: 0.3s var(--t, 0s),
        background-position 0.3s calc(0.3s - var(--t, 0s));
    cursor: pointer;
}
.downloads-section li:hover .download-icon {
    --p: 100%;
    --t: 0.3s;
    color: #000 !important;
    border-color: #fff;
}
.downloads-section .download-list {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-decoration: none;
    min-height: 40px;
    color: #fff;
    background: linear-gradient(#fff 0 0) no-repeat calc(200% - var(--p, 0%)) 100% /
        200% var(--p, 0.2em);
    transition: 0.3s var(--t, 0s),
        background-position 0.3s calc(0.3s - var(--t, 0s));
    cursor: pointer;
}
.downloads-section li:hover .download-list {
    --p: 100%;
    --t: 0.3s;
    color: #000 !important;
    border-color: #fff;
}
.footer {
    padding: 15px 0;
    background: #6eac69;
    color: #fff;
}
/* RESPONSIVE */
@media (min-width: 1024px) {
    /* MOVING */
    .moving-section {
        height: auto;
    }
    /* DRIVING */
    .driving-section {
        height: auto;
    }
    /* EMPOWERING */
    .empowering-section {
        height: auto;
    }
    /* DOWNLOAD */
    .downloads-section {
        height: 100vh;
    }
}
@media (min-width: 992px) {
    /* MARGIN */
    .mt-n5 {
    }
    /* SUSTAINABILITY */
    .sustainability-lg-100 {
		min-height: 100vh !important;
	}
	.vh-lg-100 {
		min-height: 100vh !important;
	}
    .h-desktop-100 {
        height: 100% !important;
    }
}
@media (min-width: 2000px) {
    .container-fluid {
        max-width: 2000px;
        margin-left: auto;
        margin-right: auto;
    }
    .vh-lg-100 {
		min-height: 80vh !important;
	}
}
@media (max-width: 991.98px) {
    /* SUSTAINABILITY */
    .sustainability-section .img-logo {
        width: 110px;
        margin-top: -70px;
    }
	.sustainability-section .sustainability-report-year {
		margin-top: 70px;
	}
	.sustainability-section {
		height: 70vh;
	}
    /* DIRECTOR */
    .director-section:before {
        top: calc(15%);
        left: calc(5%);
        bottom: auto;
    } 
    
}
/* Portrait (below 992px wide) */
@media (max-width: 991.98px) and (orientation: portrait) {
    /* SUSTAINABILITY */
    .sustainability-section {
        height: 60vh;
    }
}

@media (max-width: 991.98px) and (orientation: landscape) {
    /* SUSTAINABILITY */
    .sustainability-section {
        height: 70vh;
    }    
}

@media (min-width: 768px) {
    .pt-md-6 {
        padding-top: 3rem !important;
    }
    .py-md-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .h-md-100 {
        height: 100% !important;
    }
}

@media (max-width: 767.98px) {
    /* NAV */
    .navbar .logo-container,
    .navbar .sustainability-report-year {
        margin-top: 10px !important;
    }

    .navbar .img-logo {
        width: 90px !important;
    }

    .navbar .sustainability-title {
        font-size: 0.9rem !important;
        line-height: 1.2;
        text-align: right;
    }

    .nav-right-group {
        gap: 10px;
        align-items: center !important;
    }

    .navbar {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .navbar-toggler {
        padding: 4px 6px !important;
    }

    /* DIRECTOR */
    .director-section::before {
        width: 210px;
        height: 210px;
    }

    /* HIGHLIGHTS */
    .highlights-grid {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0 !important;
    }
    .highlights-grid a:nth-child(1),
    .highlights-grid a:nth-child(4) {
        width: 40%;
    }

    .highlights-grid a:nth-child(2),
    .highlights-grid a:nth-child(3) {
        width: 60%;
    }

    .highlights-grid img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* DOWNLOAD */
    .downloads-section .download-card-box {
        width: 100% !important;
    }
    
}
@media (max-width: 575px) {
    /* DIRECTOR */
    .director-section::before {
        display: none;
    }
    .global-mobile {
        position: relative;
        z-index: 0;
    }
    .global-mobile::before {
        content: "";
        position: absolute;
        bottom: 6vw;
        left: 13vw;
        width: 20vw;
        aspect-ratio: 1 / 1;
        background: url("../images/director/global.webp") center/contain no-repeat;
        transform: translate(-50%, -50%) rotateZ(0deg);
        transform-origin: center center;
        animation: rotateZGlobe 30s linear infinite;
        z-index: 1;
    }
    @keyframes rotateZGlobe {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(360deg);
    }
    }
    .director-img-mobile img {
        width: 75% !important;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    /* NAV */
    .offcanvas-custom {
        width: 80% !important;
    }
    /* SUSTAINABILITY */
    .sustainability-section .img-logo {
        width: 90px;
        margin-top: -70px;
    }
    .sustainability-section .sustainability-title .year-2025 {
        width: 120px;
        height: 40px;
        stroke-width: 2;
        font-size: 50px;
    }

    .sustainability-section .sustainability-title .year-2025 text {
        x: 120px;
        y: 30px;
    }
}    