body {
	font-family: "Inter", sans-serif;
}
p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
}
ul li {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Inter", sans-serif;
    font-weight: 500;
}
.title-yellow {
	color: #e3c143;
}
.title-light-yellow {
    color: #fae58c;
}
.title-dark-brown {
    color: #4e3811;
}
.title-light-brown {
    color: #9c791f;
}
.border-menu {
    border: 1px solid #e3c143;
}
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
  text-decoration: none;
  text-align: center;
}
.btn-3 {
  background: rgb(143, 120, 60);
background: linear-gradient(0deg, rgba(143, 120, 60,1) 0%, rgba(211,174,82,1) 100%);
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  
}
.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
   background: rgba(211,174,82,1);
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover{
   background: transparent;
  box-shadow: none;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}
.btn-3 span:hover{
   color: rgba(211,174,82,1);
}
.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
   background: rgba(211,174,82,1);
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}

/* SCROLL TO TOP */
.scroll-pohkong-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-pohkong-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-pohkong-blue:hover {
	border-color: #e3c143;;
}
.scroll-pohkong-blue:hover::before {
	left: 0;
}
.scroll-pohkong-blue span {
	position: relative;
	z-index: 1;
	color: #000;
	transition: color 0.3s ease-in-out;
}
.scroll-pohkong-blue:hover span {
	color: #e3c143;;
}
/* NAV */
.navbar-toggler {
     display: block !important;
}
.navbar-icon {
    color: #e3c143;
    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='%23e3c143' 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 .img-logo {
    width: 130px;
}

.navbar.navbar-scrolled .logo-container {
    margin-top: 0 !important;
}
.navbar.navbar-scrolled .img-logo {
    display: none;
}

.navbar-nav .nav-link.active {
    color: #e3c143;
}
/* ANNUAL REPORT */
.annualreport-section {
    position: relative;
    display: grid;
    align-items: start;
    justify-items: start;
    padding-top: 80px;
    background-image: url("../images/cover/bg_cover.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 0;
}
.annualreport-section .annual-icon {
    width: 50px;
}
.annualreport-section > * {
  position: relative;
  z-index: 3;
}
.annualreport-section::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 50%;
  width: 60%;
  height: 120%;
  transform: translateX(-50%);
  
  background: radial-gradient(
    ellipse at top,
    rgba(255, 213, 128, 1),
    rgba(255, 213, 128, 1),
    rgba(255, 213, 128, 0.5),
    rgba(255, 213, 128, 0) 
  );

  filter: blur(60px);
  opacity: 0.7;

  animation: beamDown 5s ease-in-out infinite alternate;

  pointer-events: none;
  z-index: 2;
}

@keyframes beamDown {
  0%   { opacity: 0.6; transform: translateX(-50%) scaleY(0.7); }
  100% { opacity: 0.2; transform: translateX(-50%) scaleY(1.2); }
}

.gold-sparkle {
    position: absolute;
    inset: 0;
    pointer-events: none;

    background-image:
        radial-gradient(circle, rgba(255,215,0,0.9) 0px, transparent 5px),
        radial-gradient(circle, rgba(255,215,0,0.7) 0px, transparent 2px),
        radial-gradient(circle, rgba(255,215,0,1) 0px, transparent 7px),
        radial-gradient(circle, rgba(255,215,0,0.5) 0px, transparent 1.5px),
        radial-gradient(circle, rgba(255,215,0,0.8) 0px, transparent 2.5px);

    background-repeat: repeat;
    background-size: 
        180px 180px, 
        120px 120px, 
        240px 240px,
        90px 90px,
        150px 150px;

    opacity: 0;
    transition: opacity 0.6s ease-out;

    animation: sparkleMove 3s linear infinite;
    animation-play-state: paused;

    filter: brightness(1) contrast(1);
}

@keyframes sparkleMove {
    0% {
        background-position: 
            0 0,
            0 0,
            0 0,
            0 0,
            0 0;
    }
    50% {
        background-position: 
            0 -90px,
            0 -60px,
            0 -120px,
            0 -45px,
            0 -75px;
    }
    100% {
        background-position: 
            0 -180px,
            0 -120px,
            0 -240px,
            0 -90px,
            0 -150px;
    }
}

.gold-sparkle.active { opacity: 1; animation-play-state: running; }

/* CHAIRMAN'S */
.chairmans-section {
	position: relative;
    background-image: url("../images/chairman/bg_chairman.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    overflow: hidden;
    z-index: 0;
}
.chairmans-section:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/chairman/chairman_img01.webp");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    opacity: var(--after-opacity, 0);
    transform: scale(var(--after-scale, 0.9));
    pointer-events: none;
    bottom: 0;
    z-index: 0;
}
.chairmans-title {
    font-size: 50px;
}

/* FINANCIAL REPORT */
.financial-section {
    position: relative;
    display: grid;
    align-items: center;
    justify-items: center;
    background-image: url("../images/financial/bg_financial.webp");
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    z-index: 0;
}
.financial-title {
    font-size: 70px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8) !important;
}
.financial-group-title {
    font-size: 50px;
}
.financial-title-wrap {
  display: flex;
  align-items: end;
  gap: 20px;
}

.financial-title-img {
  width: 50px;
}
.chart-wrapper {
    position: relative;
    width: 100%;
    overflow: visible;
    margin-bottom: 40px;
}
.chart-wrapper h6 {
    font-size: 12px;
    font-weight: 700;
    opacity: 0;
}

.chart-shell {
  display: flex;
  align-items: flex-end;
  gap: 0;
}

.y-axis {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  font-size: 10px;
  color: #757573;
  padding-bottom: 23px;
}

.y-tick {
  line-height: 1;
  color: #000;
  font-weight: 700;
}

.chart-area {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.chart-flex {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
    z-index: 2;
    height: 200px;
    overflow: hidden;
}

.chart-flex::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url("../images/financial/bg_chart.webp");
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
}

.x-axis {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  padding: 0 5px;
}

.x-axis-year {
  font-size: 10px;
  font-weight: 700;
  color: #000;
  text-align: center;
  flex: 1;
}

.bar-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
  cursor: pointer;
  touch-action: manipulation;
}
.bar-container.active {
  transform: scale(0.95);
  transition: transform 0.2s ease;
}
.bar {
  display: none;
}

.bar-value {
  font-size: 10px;
  font-weight: 500;
  color: #757573;
  opacity: 0;
}

.bar-img {
  width: 25px;
  opacity: 0;
  transform: translateY(20px) scale(0.8);
  transition: all 0.6s ease;
  pointer-events: auto;
}

.bar-year {
  display: none;
}

.chart-tooltip {
  position: absolute;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  opacity: 0;
  z-index: 10000;
  transform: translate(-50%, -100%);
  transition: opacity 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  display: none;
}

.chart-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
}

.bar-container:hover .bar-value,
.bar-container.active .bar-value {
  opacity: 1;
}

/* KEY FINANCIAL RESULT */
.key-finance-title img {
    width: 50px;
}
.key-finance-title h2 {
    font-size: 50px;
}
.finance-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.finance-box {
    flex: 1;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.finance-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    transform-origin: right center;
}
.finance-box:hover img {
    transform: scale(1.1);
}
.finance-panel {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    z-index: 2;
    transform: translateY(0);
    transition: transform 0.5s ease, opacity 0.5s ease;
}
.finance-box:hover .finance-panel {
    transform: translateY(20px);
}
.gold-line {
    background-color: #e3c143;
    width: 50%;
    height: 1px;
}
.counter-value {
    font-size: 50px;
    margin-bottom: 0;
}
.counter-unit {
    font-size: 35px;
    margin-bottom: 0;
}
/* JOURNEY*/
.journey-section {
    position: relative;
    background-image: url("../images/pohkong/bg_pk02.webp"), url("../images/pohkong/bg_pk01.webp");
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom, center center;
    background-attachment: fixed;
    height: auto;
}
.journey-list-box {
    padding-left: 30%;
}
.journey-box {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.journey-box .journey-logo {
    width: 360px;
    margin: 0 auto;
    display: block;
}
.journey-title {
    font-size: 50px;
}
/* SUSTAINABILITY */
.sustainability-section {
    background-image: url("../images/sustainability/bg_sustainability.webp");
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}
.sustainability-title h2 {
    font-size: 50px;
}
.sustainability-title img {
    width: 50px;
}
.economics-box {
    background-image: url("../images/sustainability/bg_yellow.webp");
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.economics-title {
    background: #ECCA5B;
    background: linear-gradient(90deg,rgba(236, 202, 91, 1) 0%, rgba(243, 164, 16, 1) 62%);
    border-top-left-radius: 0 !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 0 !important;
    padding: 10px 22px 10px 22px;
}
.environmental-title {
    background: #599C64;
    background: linear-gradient(90deg,rgba(89, 156, 100, 1) 0%, rgba(21, 116, 72, 1) 62%);
    border-top-left-radius: 0 !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 0 !important;
    padding: 10px 22px 10px 22px;
}
.socialgovernance-title {
    background: #3F5A87;
    background: linear-gradient(90deg,rgba(63, 90, 135, 1) 0%, rgba(29, 49, 91, 1) 62%);
    border-top-left-radius: 0 !important;
    border-top-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 0 !important;
    padding: 10px 22px 10px 22px;
}
.econ-icon {
    width: 60px;
    height: 60px;
}
.econ-label {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8) !important;
    margin-bottom: 0;
}
.econ-leaf {
    width: 23px;
}
.econ-items p {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8) !important;
    margin-bottom: 0;
}
/* PRESENCE */
.presence-section {
    background-image: url("../images/location/bg_location.webp");
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}
.presence-title h2 {
    font-size: 50px;
}
.presence-title img {
    width: 50px;
}
.location-map {
    position: relative;
    width: 100%;
}
.location-map .location-map-img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.background-animation .bg1,
.background-animation .bg2,
.background-animation .bg3,
.background-animation .bg4,
.background-animation .bg5,
.background-animation .bg6,
.background-animation .bg7,
.background-animation .bg8,
.background-animation .bg9,
.background-animation .bg10,
.background-animation .bg11 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: opacity 1s;
    z-index: 1;
}
.background-animation .bg1 {
    background-image: url('../images/location/kedah.webp');
}
.background-animation .bg2 {
    background-image: url('../images/location/penang.webp');
}
.background-animation .bg3 {
    background-image: url('../images/location/kelantan.webp');
}
.background-animation .bg4 {
    background-image: url('../images/location/perak.webp');
}
.background-animation .bg5 {
    background-image: url('../images/location/pahang.webp');
}

.background-animation .bg6 {
    background-image: url('../images/location/selangor.webp');
}
.background-animation .bg7 {
    background-image: url('../images/location/kuala-lumpur.webp');
}
.background-animation .bg8 {
    background-image: url('../images/location/putrajaya.webp');
}
.background-animation .bg9 {
    background-image: url('../images/location/negeri-sembilan.webp');
}
.background-animation .bg10 {
    background-image: url('../images/location/melaka.webp');
}

.background-animation .bg11 {
    background-image: url('../images/location/johor.webp');
}
.country-wrapper {
    display: inline-block;
}
.country-title {
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8) !important;
}
.country-list {
    display: inline-block;
    width: 100%;
}
.country-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.country-list li {
    display: flex;
    justify-content: space-between;
    align-items: end;
    opacity: 0; 
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8) !important;
    font-size: 1rem;
    margin-bottom: 8px;
    position: relative;
    white-space: nowrap;
}
.country-list li .state-dot {
    display: flex;
    justify-content: end;
    align-items: end;
    width: 100%;
}
.country-list li .state-dot::before {
    content: "";
    flex: 1;
    border-bottom: 2px dotted #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8) !important;
    margin: 0 8px;
    transform: translateY(-4px);
}
/* DOWNLOADS */
.downloads-section {
    background-image: url("../images/download/bg_download.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    overflow: hidden;
}
.downloads-section .download-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.downloads-section .download-card-box {
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 100px;
}
.download-card-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    height: 100%;
    background-image: url("../images/download/download-shadow.webp");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 50px;
    z-index: 0;
}
.downloads-section .download-card-box ul {
    position: relative;
    z-index: 2;
}
.downloads-section .download-card-box li {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}
.downloads-section .download-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
}
.downloads-section .download-card-box li a {
    text-decoration: none;
}
.download-title {
    margin-top: 15%;
}
.download-title h2 {
    font-size: 50px;
}
.download-title img {
    width: 50px;
}
.download-book {
    width: 120%;
    margin-left: -20%;
}

/* FOOTER */
.footer-copyright {
    font-size: 11px;
}
/* RESPONSIVE */
@media (min-width: 2000px) {
    .container-fluid {
        max-width: 2000px;
        margin-left: auto;
        margin-right: auto;
    }
    .vh-lg-100 {
		min-height: 80vh !important;
	}
}
@media (min-width: 992px) {
    /* PADDING */
    .pse-5p { padding-left: 5%; padding-right: 5%; }
    .ps-5p { padding-left: 5%; }
    .pe-5p { padding-right: 5%; }
    /* ANNUAL REPORT */
    .annual-lg-100 {
		min-height: 100vh !important;
	}
	.vh-lg-100 {
		min-height: 100vh !important;
	}
    .h-desktop-100 {
        height: 100% !important;
    }
    /* KEY FINANCIAL RESULT */
    .finance-box {
        flex: 1 1 calc(33.333% - 20px);
    }
}
@media (max-width: 991.98px) {
    /* PADDING */
    .sm-pse-15px { padding-left: 15px; padding-right: 15px; }
    .sm-ps-15px { padding-left: 15px; }
    .sm-pe-15px { padding-right: 15px; }

    /* ANNUAL REPORT */
    .annualreport-section .img-logo {
        width: 110px;
        margin-top: -70px;
    }
	.annualreport-section {
		height: 70vh;
	}
    /* CHAIRMAN'S */
    
}
/* Portrait (below 992px wide) */
@media (max-width: 991.98px) and (orientation: portrait) {
    /* ANNUAL REPORT */
    .annualreport-section {
        height: 60vh;
    }
}

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

@media (min-width: 768px) and (max-width: 991px) {
    /* KEY FINANCIAL RESULT */
    .finance-box {
        flex: 1 1 calc(33.333% - 20px);
    }
}

@media (min-width: 768px) {
    .pt-md-6 {
        padding-top: 3rem !important;
    }
    .px-6 {
        padding-left: 3.5rem !important;
        padding-right: 3.5rem !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 .annual-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;
    }
    /* ANNUAL REPORT */
    .annualreport-section .annual-box {
        margin-top: -60px;
    }
    .annualreport-section .annual-icon {
        width: 35px;
        filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.8));
    }
    /* CHAIRMANS */
    .chairmans-section:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;
        width: 100%;
        height: 100%;
    }
    .chairmans-title {
        font-size: 35px;
    }
    /* FINANCIAL */
    .financial-title {
        font-size: 50px;
    }
    .financial-group-title {
        font-size: 35px;
    }
    .financial-bg-mobile {
        background: linear-gradient(
            to bottom,
            rgba(255,255,255,0.2) 0%,
            rgba(255,255,255,0.5) 30%,
            rgba(255,255,255,0.8) 50%,
            rgba(255,255,255,0.5) 70%,
            rgba(255,255,255,0.2) 100%
            );

    }
    .chart-wrapper {
        margin-bottom: 60px;
        min-height: 280px;
    }

    .chart-flex {
        height: 210px !important;
    }
    
    .bar-container {
        min-height: 50px;
    }
    
    .bar-img {
        width: 30px;
    }

    .chart-tooltip {
        font-size: 14px;
        padding: 12px 16px;
        white-space: normal;
        text-align: center;
        max-width: 200px;
        word-wrap: break-word;
    }
    
    .bar-container {
        -webkit-tap-highlight-color: transparent;
    }

    /* KEY FINANCIAL RESULT */
    .key-finance-title h2 {
        font-size: 35px;
    }
    .finance-box {
        flex: 1 1 100%;
    }
    .gold-line {
        width: 70%;
    }

    /* JOURNEY */
    .journey-section:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;
        width: 100%;
        height: 100%;
    }
    .journey-title {
        font-size: 35px;
    }
    .journey-box .journey-logo {
        width: 260px;
    }
    .journey-list-box {
        padding-left: 0;
    }
    
    /* SUSTAINABILITY */
    .sustainability-title h2 {
        font-size: 35px;
    }

    /* PRESENCE */
    .presence-title h2 {
        font-size: 35px;
    }

    /* DOWNLOAD */
    .downloads-section .download-card-box {
        width: 100% !important;
        padding-top: 0;
        padding-bottom: 50px;
    }
    .download-title {
        margin-top: 3rem;
    }
    .download-title h2 {
        font-size: 35px;
    }
}
@media (max-width: 575px) {
    /* CHAIRMAN'S */
}

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