:root {
  --primary: #fe2400;
}
a {
  color: #123447;
}
a:hover {
  color: #D20078;
  text-decoration: none !important;
}
a:focus {
  color: #D20078;
}
a:active {
  color: #D20078;
}
::selection {
  background: #000;
}
p, h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.5px;
  color: #555555;
}
span {
  color: #999999;
}
p {
  text-align: justify !important;
}
/* Facebook */
.social-icons-facebook a:hover {
  background-color: #1877F2 !important;
  border-color: #1877F2 !important;
  color: #fff !important;
}
/* Instagram */
.social-icons li:hover.social-icons-instagram a {
  background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045) !important;
  border-color: #E1306C !important;
  color: #fff !important;
}
/* Twitter / X */
.social-icons li:hover.social-icons-twitter a {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}
/* LinkedIn */
.social-icons-linkedin a:hover {
  background-color: #0077B5 !important;
  border-color: #0077B5 !important;
  color: #fff !important;
}
/* TikTok */
.social-icons-tiktok a:hover {
  background-color: #010101 !important;
  /* TikTok dark */
  border-color: #010101 !important;
  color: #fff !important;
}
.btn {
  border-bottom: 0;
  border-radius: 0;
}
img {
  max-width: 100%;
}
.bounce-loader {
  width: 400px;
  margin: 0;
  transform: translate(-50%, -50%);
}
.wrapper-pulse {
  margin-top: 0;
}
.cms-loader {
  width: 200px;
  transform: scale(1.1);
  animation: zoomIn 1s ease forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
#header .header-logo {
  margin: 0;
}
.header-hr {
  margin: 15px 0;
  background: rgba(0, 0, 0, 0.2);
}
.page-header.page-header-classic:after {
  height: 3px;
}
.page-header.page-header-classic .page-header-title-border {
  height: 3px;
}
@media (min-width: 1200px) {
  .container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
    max-width: 1270px;
  }
}
@media (min-width: 992px) {
  #header .header-nav-bar .header-nav {
    min-height: 40px;
  }
  #header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a, #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
    min-height: 40px;
  }
  #header .header-nav.header-nav-links:not(.header-nav-light-text) nav > ul > li > a, #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
    color: #000;
    text-transform: capitalize;
  }
  #header .header-nav.header-nav-links nav > ul li:hover > a {
    color: #000;
  }
  #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before {
    height: 2px;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    color: #fff;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
    border-bottom: 0 !important;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.open > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.accessibility-open > a {
    background-color: transparent;
    border-bottom: 1px solid #000000 !important;
  }
  #header .header-nav-main.header-nav-main-dropdown-center.header-nav-main-dropdown-center-bottom nav > ul > li.dropdown:hover > .dropdown-menu {
    margin-top: -44px !important;
  }
}
#header.header-effect-shrink .header-container {
  min-height: 40px;
}

.dropdown-menu li a {
  border-bottom: 0px solid rgba(255, 255, 255, 0.3) !important;
  margin: 0 18px;
  width: auto;
  padding: 6px 0 !important;
}
.dropdown-item {
  color: #fff;
}
.nav-link {
  color: #000;
}
.nav-link:hover {
  color: #fe2400;
}
.header-cta {
  margin: 0;
  padding: 0;
  width: auto;
}
.header-cta li {
  display: inline-block;
  margin: -1px 1px 0 0;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
}
.header-cta li a {
  transition: all 0.2s ease;
  border-radius: 100%;
  display: block;
  height: 28px;
  line-height: 28px;
  width: 28px;
  text-align: center;
  color: var(--dark--200) !important;
  text-decoration: none;
}
.owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-next, .owl-carousel.nav-dark:not(.nav-style-1):not(.nav-style-2):not(.nav-style-3):not(.show-nav-title):not(.nav-arrows-1) .owl-nav .owl-prev {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
  border-radius: 0;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #fff;
}
.owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.3);
}
.owl-carousel.dots-morphing .owl-dots .owl-dot span {
  height: 3px;
  border-radius: 0;
}
.title-border {
  width: 70px;
  height: 2px;
  background: linear-gradient(45deg, #bec0c2, #a1a2a3);
  margin: 0 auto;
}
.bg-gradient-home {
  background: linear-gradient(135deg, #0b1f2a 0%, #123447 45%, #0a0f14 100%);
}
.bg-dark-home {
  background: #000;
}
.btn-gradient-2 {
  background: linear-gradient(45deg, #70706f, #a1a2a3);
  border: 0;
}
.btn-outline-2 {
  border: 1px solid;
  border-radius: 0;
  letter-spacing: 0.5px;
  padding: 15px 30px;
}
.btn-outline-2:hover {
  border: 1px solid;
  border-radius: 0;
  letter-spacing: 0.5px;
}
.home-intro .get-started .btn i {
  font-size: 1.1em;
  font-weight: 600;
}
#footer {
  background: #000;
}
#footer .footer-copyright {
  background: #000;
}
#footer .footer-copyright p {
  color: #fff;
}
#footer a:not(.btn):not(.no-footer-css) {
  color: #fff;
}
section.section {
  margin: 30px 0;
  padding: 150px 0;
}
section.section.section-overlay-dot:before {
  background: url(/images/overlay-dot.png) repeat scroll 0 0 transparent;
}
.news-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.news-block h4 {
  font-size: 16px !important;
  margin-bottom: 0;
}
.flip-content {
  height: 300px;
}
.flip-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.flip-card .flip-front {
  padding: 0;
}
.flip-card .flip-back {
  background: #000;
}
.list-unstyled p {
  display: flex;
  align-items: baseline;
}
.counters label {
  font-weight: 400;
  margin-top: 10px;
}
@media only screen and (max-width: 992px) {
  .mobile-header {
    height: 5px;
  }
}
.section-video {
  position: relative;
  height: 550px;
  padding: 0 !important;
}
.video-bg-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.video-bg-container-2 {
  position: relative;
  width: 100%;
  padding-bottom: 34.35%;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}
.video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-content {
  position: absolute;
  top: 50%;
  left: 38%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 2;
  background: #fff;
  padding: 50px;
}
.content-bg {
  background: #fff;
  padding: 50px;
}
section.section.section-overlay-dot:before {
  background: url(/images/overlay-dot.png) repeat scroll 0 0 transparent;
  z-index: 1;
}
/*.owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-prev {
    left: 80px;
}

.owl-carousel.nav-inside.nav-inside-plus .owl-nav button.owl-next {
    right: 80px;
    left: auto;
}*/
.icon-abt img {
  width: 60px;
  margin-bottom: 20px;
}
/* - Milestones - */
#timeline {
  width: 1000px;
  min-height: 350px;
  overflow: hidden;
  margin: 100px auto;
  position: relative;
  background: url('../images/dot.png') left 45px repeat-x;
}
#dates {
  width: 1000px;
  height: 60px;
  overflow: hidden;
  padding-left: 0;
}
#dates li {
  list-style: none;
  float: left;
  width: 100px;
  height: 50px;
  font-size: 24px;
  text-align: center;
  background: url('../images/biggerdot-2.png') center bottom no-repeat;
}
#dates a {
  line-height: 38px;
  padding-bottom: 10px;
  font-size: 20px !important;
  color: #000;
}
#dates .selected {
  font-size: 38px !important;
  transition-duration: 1s;
}
#issues {
  width: 1000px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  padding-left: 0;
}
#issues li {
  width: 1000px;
  height: 350px;
  list-style: none;
  float: left;
}
#issues li.selected {
  min-height: 300px !important;
  height: auto !important;
}
.milestone-block {
  padding: 0 50px;
  width: 1000px;
}
@media only screen and (max-width: 991px) {
  #timeline {
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  #issues {
    width: 100%;
  }
  .milestone-block {
    padding: 0 20px;
    max-width: 400px;
  }
}
#grad_left, #grad_right {
  width: 100px;
  height: 300px;
  position: absolute;
  top: 40px;
}
#grad_left {
  left: 0;
  background: url('../images/grad_left.png') repeat-y;
}
#grad_right {
  right: 0;
  background: url('../images/grad_right.png') repeat-y;
}
#next, #prev {
  position: absolute;
  top: 0;
  font-size: 70px;
  top: 170px;
  width: 30px;
  height: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
  opacity: 0.3;
}
#next:hover, #prev:hover {
  opacity: 1;
}
#next {
  right: 0;
  background-image: url('../images/right.png');
}
#prev {
  left: 0;
  background-image: url('../images/left.png');
}
#next.disabled, #prev.disabled {
  opacity: 0.2;
}
.modal-header {
  border-bottom: 0;
}
.modal-footer {
  border-top: 0;
}
.bg-half:before {
  content: "";
  background: #333333;
  width: 85%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 370px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.page-header {
  background-color: #000;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb li.active {
  font-weight: 700;
  color: #fff;
}
.bg-color-dark, .bg-dark {
  background-color: #000 !important;
}
.ms-box {
  background: #000;
  padding: 30px;
  min-height: 200px;
}
.divider.divider-style-2.divider-primary [class*="fa-"], .divider.divider-style-2.divider-primary .icons {
  background: #fff;
  color: #58585a;
}
.btn-icon {
  color: #a9a9a9;
}
.btn-outline-2:hover {
  color: #000;
}
.btn:hover > .btn-icon, .btn-outline-2:hover > .btn-icon {
  animation: MoveRight 1s infinite;
}
@keyframes MoveRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(5px);
  }
}
/*- location -*/
.location-1 {
  position: absolute;
  top: 50%;
  left: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.location-2 {
  position: absolute;
  top: 39%;
  left: 41%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.location-3 {
  position: absolute;
  top: 51%;
  left: 55.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.location-4 {
  position: absolute;
  top: 15%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.location-5 {
  position: absolute;
  top: 39%;
  left: 23%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.location-6 {
  position: absolute;
  top: 38%;
  left: 21%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.location-7 {
  position: absolute;
  top: 46%;
  left: 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.marker-1 {
  width: 15px;
  height: 15px;
  background: transparent;
  border-radius: 100%;
  cursor: pointer;
  z-index: 99;
}
.marker-1:hover + .marker-info {
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 999;
}
.marker-1:hover {
  animation: zoomInOut 1s infinite alternate;
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
    /* Normal size */
  }
  50% {
    transform: scale(1.2);
    /* Zoomed in */
  }
}
.marker-1 span {
  width: 15px;
  height: 15px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  background: #fff;
  border-radius: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.marker-info {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
  opacity: 0;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.marker-info h5, .marker-info li {
  color: #000;
}
.marker-info:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-style: solid;
  border-color: transparent;
  border-width: 8px;
  border-top-color: #000;
}
.marker-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.marker-list li img {
  margin-right: 10px;
  width: 80px !important;
}
/* .director-card {
    min-height: 300px;
} */
.director-info {
  position: relative
}
.director-info h4 {
  font-size: 18px;
}
.director-info p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}
.director-modal-info p {
  margin-bottom: 0;
}
.banner-overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%
}
.bumper {
  text-align: center;
  padding: 128px 16px;
  background-color: #000;
}
.space-holder {
  position: relative;
  width: 100%;
}
.sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
}
.horizontal {
  position: absolute;
  height: 100%;
  will-change: transform;
}
.cards {
  position: relative;
  margin-top: 70px;
  height: 90vh;
  padding: 0 0 0 150px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.sample-card {
  position: relative;
  height: 600px;
  width: 600px;
  background-color: #fff;
  margin-right: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center
}
.sample-card-2 {
  position: relative;
  height: 550px;
  width: 550px;
  background-color: #fff;
  margin-right: 200px;
  flex-shrink: 0;
  display: flex;
  align-items: center
}
.scroller-img {
  padding: 50px;
}
.scroller-title {
  position: absolute;
  left: -150px;
  bottom: 20%;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  /*-webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;*/
}
.scroller-des {
  background: #000;
  padding: 50px;
}
.scroller-des h4 {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.scroller-des p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.sus-box {
  background: #000;
  padding: 25px;
  text-align: center;
  min-height: 200px;
}
.sus-box img {
  width: 60px;
  margin-bottom: 20px;
}
.sus-box h5 {
  font-size: 12px;
}
.csr-box {
  background-size: cover;
  background-position: center;
  height: 400px;
}
.csr-overlay {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%
}
.csr-box:hover img {
  opacity: 0;
}
.csr-number {
  opacity: 0.3;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}
.csr-title {
  color: #fff;
}
.csr-text {
  color: #fff;
  text-align: left;
  text-transform: none;
}
.csr-info {
  margin-bottom: 20px;
}
.csr-info h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 80px !important;
  line-height: 90px;
}
.csr-info p {
  color: #fff;
  text-align: center;
  margin-bottom: 10px
}
.csr-sep {
  background: rgba(255, 255, 255, 0.3);
  margin: 20px 0;
}
.csr-card {
  padding: 20px;
  opacity: 0;
  position: relative;
  width: 100%;
  height: 400px;
  color: #ffffff;
}
.csr-box:hover .csr-card {
  opacity: 1;
  z-index: 999;
  transition-duration: 500ms;
}
.csr-icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 180px;
}
.csr-goal-box {
  background: #f9f9f9;
  height: 400px;
  display: flex;
  align-items: center;
}
.csr-goal-1 {
  background: #e5233d;
}
.csr-goal-3 {
  background: #4ca146;
}
.csr-goal-5 {
  background: #ef402c;
}
.csr-goal-6 {
  background: #27bfe6;
}
.csr-goal-7 {
  background: #fbc412;
}
.csr-goal-8 {
  background: #a31c44;
}
.csr-goal-9 {
  background: #f26a2d;
}
.csr-goal-10 {
  background: #e01483;
}
.csr-goal-11 {
  background: #f89d2a;
}
.csr-goal-12 {
  background: #bf8d2c;
}
.csr-goal-13 {
  background: #407f46;
}
.csr-goal-14 {
  background: #1f97d4;
}
.csr-goal-15 {
  background: #59ba48;
}
.csr-goal-16 {
  background: #126a9f;
}
.csr-goal-17 {
  background: #13496b;
}
.businesstitle {
  font-weight: 400;
  font-size: 16px;
  color: white
}
.counters label {
  font-size: 18px;
}
.video-banner {
  position: relative;
  width: 100%;
  min-height: 100vh;
  /* Minimum height of 100% viewport height */
  overflow: hidden;
  /* Hide overflow */
}
/* Video Styling */
.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Cover the container completely */
  transform: translate(-50%, -50%);
}
.news-filter {
  margin-bottom: 20px;
}
.date-box {
  background: #000;
  text-align: center;
  padding: 10px;
  width: 120px;
}
.date-box p {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.date-box h4 {
  color: #fff;
  margin-bottom: 0;
}
a.page-link {
  color: #000 !important;
  border: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link {
  background-color: #000 !important;
  border-color: #000;
}
.article-text-black p {
  color: #000000;
  font-size: 16px;
}
.cm-tab {
  color: #000 !important;
  border-radius: 0 !important;
}
.cm-tab.active {
  background: #000 !important;
  color: #fff !important;
  border-top: 0 !important;
  border-radius: 0 !important;
}
.cm-tab:hover {
  background: #000 !important;
  color: #fff !important;
  border-radius: 0 !important;
  border-top: 0 !important;
}
.cm-tab-content {
  border: 0;
  background: #f4f4f4;
}
.logo-list {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding-inline-start: 0;
}
.logo-list li {
  padding: 5px;
}
.nav-link.years-tab {
  font-size: 20px !important;
  /* Increase the base font size */
  color: #000 !important;
  border-radius: 0 !important;
  border-bottom-color: #ffffff !important;
}
.nav-link.years-tab.active {
  font-size: 60px !important;
  /* Increase font size for active tab */
  color: #ff0000 !important;
  border-top: 0 !important;
  border-radius: 0 !important;
}
.nav-link.years-tab:hover {
  color: #ff0000 !important;
  border-radius: 0 !important;
  border-top: 0 !important;
}
@media (max-width: 991.98px) {
  .nav-link.years-tab {
    font-size: 18px !important;
    padding: 0.6rem 1rem !important;
  }
  .nav-link.years-tab.active {
    font-size: 36px !important;
    padding: 0.6rem 1rem !important;
  }
  .tabs.tabs-simple .nav-tabs.years-tab {
    justify-content: center !important;
    box-sizing: border-box;
  }
}
@media (max-width: 575.98px) {
  .nav-link.years-tab {
    font-size: 16px !important;
    padding: 0.5rem 0.8rem !important;
  }
  .nav-link.years-tab.active {
    font-size: 30px !important;
    padding: 0.5rem 0.8rem !important;
  }
}
.tab-content.years-tab-content {
  border: 0;
  background: #f4f4f4;
}
.tabs.tabs-simple .nav-tabs .years-tab {
  justify-content: center;
  border: 0;
}
.nav-text {
  color: #000000 !important
}
.yearsOwlCarousel .owl-stage {
  margin-bottom: 0;
  /* Remove spacing at the bottom of the carousel */
}
.yearsOwlCarousel .owl-dots {
  display: none;
  /* Hide dots */
}
.c50bannerBG {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c50bannerBG iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
/**cookie-banner**/
#cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 1000;
}
#cookie-banner button {
  margin: 0 5px;
  padding: 10px 20px;
  color: #000;
  background: #fff;
  border: none;
  cursor: pointer;
}
#cookie-banner a {
  color: #fff;
  text-decoration: underline;
}
/**cookie-banner**/
.ctc-img {
  width: 100%;
  height: 250px;
}
.career-box {
  border: 1px solid #000;
  padding: 20px;
}
.career-cta-line {
  border-top: 1px solid #000;
}
.career-cta {
  border: 1px solid #000;
  width: fit-content;
  padding: 5px 15px;
  margin-top: 10px;
}
.career-cta i {
  color: #000;
}
.career-title {
  min-height: 150px;
}
.career-title h4 {
  font-size: 24px !important;
}
.section-page-banner {
  background-size: cover;
  background-position: center;
  min-height: 80vh;
}
.section-page-banner-2 {
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  position: relative;
}
.section-banner-title {
  min-height: 60vh;
  align-items: self-end;
  z-index: 2;
  position: relative;
}
.section-top {
  margin-top: -100px;
  z-index: 2;
  position: relative;
}
.custom-marker {
  display: grid;
  gap: 10px;
}
.custom-marker li::marker {
  content: '+ ';
  color: #000;
}
.thumb-info-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: none;
}
.thumb-info-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 28px !important;
  padding: 15px;
  background: black !important;
  color: #fff;
  z-index: 2;
  transition: 0.7s ease-in-out !important;
  height: 150px;
  overflow: hidden;
  width: 93% !important;
  margin-left: 12px;
}
.thumb-info-inner {
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.thumb-info-show-more-content {
  display: none;
  opacity: 0;
  transition: 0.7s ease-in-out;
}
.thumb-info-wrapper:hover .thumb-info-title {
  height: 190px;
  background: black !important;
  width: 93% !important;
  margin-left: 12px;
  transition: 0.7s ease-in-out;
}
.thumb-info-wrapper:hover .thumb-info-show-more-content {
  display: block;
  opacity: 1;
}
.thumb-info-wrapper:hover .img-fluid {
  transform: scale(1.1);
}
.thumb-info-title .btn-outline-2 {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.thumb-info-title .btn-outline-2:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
@media (max-width: 991px) {
  #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
    color: #000 !important;
  }
  #header .header-nav-main.header-nav-main-square nav > ul > li a {
    color: #000;
  }
  #header .header-btn-collapse-nav {
    background: #000;
  }
  .container {
    --bs-gutter-x: 2.5rem;
  }
  p {
    font-size: 15px;
    text-align: left;
  }
  .home-intro {
    padding: 20px 10px;
  }
  .home-intro p {
    font-size: 14px !important;
    margin-bottom: 20px;
  }
  h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .slider-active .box, .swiper-slide-prev .box, .swiper-slide-next .box {
    transform: scale(1) !important;
  }
  .swiper-box {
    height: 350px !important;
    top: 0 !important;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
  }
  .btn-outline-2 {
    padding: 10px 20px;
  }
  #header .header-container.header-container-height-lg {
    height: 100px;
  }
  .section-page-banner {
    background-size: cover;
    background-position: center;
    min-height: 30vh;
  }
  .section-page-banner-2 {
    min-height: 30vh;
  }
  .section-banner-title {
    min-height: 150px;
  }
  .section-top {
    margin-top: 0;
  }
  .location-1 {
    top: 27%;
    left: 21%;
  }
  .location-2 {
    top: 7%;
    left: 25%;
  }
  .location-3 {
    top: 19%;
    left: 38%;
  }
  .location-4 {
    top: -18%;
    left: 35%;
  }
  .location-5 {
    top: 8%;
    left: -3%;
  }
  .location-6 {
    top: 8%;
    left: 2%;
  }
  .location-7 {
    top: 16%;
    left: -8%;
  }
}
.senior-management-img {
  background: linear-gradient(90deg, #e6e6e6, #f5f5f5, #e5e5e5);
}
.senior-management-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.home-title {
  margin: 0;
}
/* testing */
/* Light grey underline only for "About Us" menu item */
/* Force light grey underline only for "About Us" */
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
    border-bottom-color: #767676 !important;
  }
}
li.dropdown.dropdown-mega:hover {
  border-bottom-color: #d3d3d3 !important;
}
#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
  background: none !important;
  color: #000 !important;
}
/* Remove hover background */
.dropdown-item, .dropdown-item:focus, .dropdown-item:active, .dropdown-item:hover {
  background: none !important;
  color: #000 !important;
}
.nav-link:focus {
  color: var(--primary);
}
.dropdown-menu {
  background: rgba(255,255,255,0.65);
	backdrop-filter: blur(8px);
    border-bottom-left-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important
}
/* Align items better on larger screens */
@media (min-width: 992px) {
  .new-dropdown-menu .menu-level {
    justify-content: center;
  }
}
/* Optional: limit total width so it doesn't stretch full screen */
.new-dropdown-menu .menu-level.menu-level-2 {
  max-width: 900px;
  margin: 0 auto;
  gap: 0px;
  /* horizontal spacing */
}
.new-dropdown-menu .menu-level {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
}
.new-dropdown-menu .menu-level.active {
  display: flex;
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    color: #000000;
  }
}
@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li.dropdown.open > .new-dropdown-menu, #header .header-nav-main nav > ul > li.dropdown.accessibility-open > .new-dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .new-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    opacity: 1;
    z-index: 1000;
  }
  /* Ensure dropdown aligns properly under sticky header */
  #header.header-effect-shrink.sticky-header-active .header-nav-main nav > ul > li.dropdown:hover > .new-dropdown-menu {
    position: fixed;
    top: 120px;
    /* same as your stickyHeaderContainerHeight */
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
  }
}
.new-dropdown-menu li a {
  padding: 0 !important;
}
.new-dropdown-menu .dropdown-mega-content {
  display: flex;
  justify-content: center;
  padding: 0 !important;
}
/* Each nav item */
.new-nav-item {
  padding: 20px 0;
  width: 128px;
  height: 155px;
  display: block;
  position: relative;
  /* needed for pseudo-element */
}
/* Divider before the first item (front) */
.new-nav-item:first-child::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  height: 60%;
  width: 1px;
  background-color: #000000;
  opacity: 0.8;
}
/* Divider after every item (including last one — back) */
.new-nav-item::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  height: 60%;
  width: 1px;
  background-color: #000000;
  opacity: 0.8;
}
/* Link styles */
.new-navlink {
  height: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 600 !important;
  line-height: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000 !important;
  text-decoration: none;
  text-shadow: 0 1px 3px #ffffffcc;
	margin-top: 20px !important;
}
/* Icon style */
.navlink-icon {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 25px;
}
/* Text color override */
.new-dropdown-menu li a {
  color: #000000 !important;
}
/* Submenu default state */
.submenu {
  display: none;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px 0;
  z-index: 20;
}
.post {
  padding-right: 10px;
  padding-left: 10px;
}

.news-links {
  color: #000000;
}
.post-category {
  padding-top: 28px;
}
.post-content {
  padding-top: 8px;
}

.post-content h4 {
    font-size: 18px;
}

.post-content p {
    text-align: left !important;
	font-size: 13px;
}

.grid-overlay h3 {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  color: #fff;
}
.grid-overlay p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #fff;
  text-align: unset;
}
.grid-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.grid-box {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  /* 👈 Makes each box square */
}
.grid-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.grid-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 20px;
  text-align: left;
  transition: all 0.4s ease;
  height: 130px;
  /* default height */
  overflow: hidden;
}
.grid-box:hover img {
  transform: scale(1.05);
}
.grid-box:hover .learn-more {
  opacity: 1;
  transform: translateY(0);
}
/* Hidden Learn More link initially */
.learn-more {
  display: inline-block;
  margin-top: 10px;
  opacity: 0;
  color: #ffffff;
  transform: translateY(10px);
  transition: all 0.4s ease;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 3px;
}
.read-more {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  padding-bottom: 2px;
}
/* hidden underline by default */
.read-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  /* start hidden */
  height: 2px;
  background-color: #000000;
  transition: width 0.3s ease;
}
.read-more:hover {
  color: #000000;
}
/* show underline only on hover */
.read-more:hover::after {
  width: 100%;
}
.grid-box:hover .grid-overlay {
  background: rgba(0, 0, 0, 0.75);
  height: 160px;
}
@media (max-width: 991px) {
  .grid-section {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .grid-section {
    grid-template-columns: 1fr;
  }
}
.glance-card .flip-back {
  background: #fff !important;
  padding: 0 !important;
}
.red-card .flip-back::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0b1f2a 0%, #123447 45%, #0a0f14 100%);
  z-index: 1;
}
.purple-card .flip-back::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0f2a24 0%, #1c4a3f 45%, #0a0f14 100%);
  z-index: 1;
}
.blue-card .flip-back::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #141a3a 0%, #2a2f5a 45%, #0a0f14 100%);
  z-index: 1;
}
.glance-card .flip-back .flip-content {
  position: relative;
  z-index: 2;
  /* keep text visible */
}
.glance-card .flip-content {
  height: auto;
}
/* Equalize all cards' height */
.timeline-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
/* Make each column stretch evenly */
.timeline-row > [class*="col-"] {
  display: flex;
}
.timeline-row > [class*="col-"] .card {
  flex: 1;
  display: flex;
}
/* Fix inner flip structure to stretch perfectly */
.timeline-row .flip-front, .timeline-row .flip-back {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Make flip-content fill full height */
.timeline-row .flip-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
/* Let the image automatically fill remaining space */
.timeline-row .timeline-image {
  object-fit: cover;
  width: 100%;
  flex-grow: 1;
  /* fills remaining space */
  height: auto;
  /* remove fixed height */
}
/* Ensure card-body doesn't cause overflow */
.timeline-row .timeline-card-body {
  flex-shrink: 0;
}
.timeline-title-primary {
  color: #ffffff;
  text-align: justify;
}
.timeline-title-primary h5 {
  text-transform: none !important;
	font-weight: 500;
    text-align: left;
    line-height: 130% !important;
}
#footer {
  margin: 0;
}
.badge-green {
  background: #80bc00;
}
.badge-blue {
  background: #1f45fd;
}
.badge-black {
  background: #000000;
}
.flip-card {
  perspective: none !important;
}
.banner-text {
  color: rgba(255, 255, 255, 1);
  text-shadow: none;
  font-weight: 600;
	font-size: 28px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  word-spacing: normal;
  text-align: left;
  min-height: 0;
  padding: 0;
  background-color: transparent;
}
/* Basic card styling */
.director-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 500px;
  /* set your desired height */
  border: none;
  background: transparent;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
/* Unified hover effect (whole card moves and scales) */
.director-card:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);
}
/* Image styling */
.director-card img {
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease;
}
/* Light fade effect on hover */
.director-card:hover img {
  opacity: 0.95;
}
/* Card content */
.director-card .card-body {
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
}
/* Title fixed height */
.director-card .card-title {
  align-items: center;
}
/* Role text fixed height */
/* .director-card .card-text {
    min-height: 25px;
} */
/* Push "Read More" button to the bottom */
.director-card .btn {
  margin-top: auto;
}
/* Read More button */
.read-more-btn {
  display: inline-block;
  position: relative;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}
/* Underline animation */
.read-more-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #fe2400;
  transition: width 0.3s ease;
}
.director-card:hover .read-more-btn::after {
  width: 100%;
}
.map-image {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.post-date-text {
  color: #000000;
}
/* --- News List / Cards --- */
.news-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.news-card {
  position: relative;
  background: #fff;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s, box-shadow 0.25s;
  min-height: 260px;
  /* ensure enough height */
}
.news-card a.btn {
  position: absolute;
  bottom: 30px;
  left: 40px;
  /* same as card padding */
}
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.news-card .tag {
  color: #ffffff;
  font-size: 11px;
  padding: 3px 8px;
  font-weight: 600;
  display: inline-block;
}
.news-card h4 {
  margin: 12px 0 6px;
  font-size: 20px;
  font-weight: 600;
}
.news-card p {
  font-size: 14px;
  color: #777;
}
span.image-caption {
  justify-content: end;
  display: grid;
  color: #000000;
  padding-top: 10px;
}
/* Make the modal wider just like the screenshot */
.modal-dialog {
  max-width: 1150px;
  /* Adjust to match screenshot width */
  width: 100%;
}
/* Make modal content stretch nicely */
.modal-content {
  border-radius: 0;
  padding: 0;
}
/* Optional: tighten spacing */
.modal-body {
  padding: 30px 40px;
}
/* sustainability */
.pub-card {
  background: #f6f6f6;
  padding: 35px;
  border-radius: 4px;
  min-height: 200px;
}
.pub-category {
  font-size: 13px;
  color: #c2b89a;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.pub-title {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0;
  color: #0f1f3d;
}
.pub-date {
  font-size: 15px;
  color: #333;
  margin-top: 10px;
}
.pub-date a {
  color: #0f1f3d;
  text-decoration: underline;
}
.tab-content {
  box-shadow: none !important;
  padding: 0 !important;
}
.sustainability-tabs-pill {
  gap: 12px;
}
.pill-tab {
  background: none;
  border: none;
  border-radius: 50px;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pill-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 0;
  height: 3px;
  background: #80bc00;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.pill-tab:hover {
  color: #80bc00;
}
.pill-tab.active {
  color: #80bc00;
}
.pill-tab.active::after {
  width: 50%;
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: block;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.policy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.policy-card {
  background: #ffffff;
  border: 1px solid #eaeaea;
  padding: 35px 50px;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-align: center;
}
.policy-card:hover {
  border-color: #80bc00;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.policy-icon {
  font-size: 40px;
  color: #80bc00;
  margin-bottom: 25px;
}
.policy-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.btn-download {
  color: #000000;
}
/* Mobile / tablet layout: horizontal scroll */
@media (max-width: 992px) {
  /* adjust breakpoint as needed */
  .sustainability-tabs-pill {
    flex-wrap: nowrap !important;
    /* keep in one row */
    justify-content: flex-start !important;
    /* align left */
    overflow-x: auto;
    /* horizontal scroll */
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
  }
  .sustainability-tabs-pill::-webkit-scrollbar {
    display: none;
    /* hide scrollbar */
  }
  .sustainability-tabs-pill {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.process-step-circle {
  width: 70px;
  height: 70px;
  border: 3px solid #B7E625;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.process-icon {
  font-size: 28px;
  color: #80bc00;
}
.process .process-step:hover .process-step-circle {
  background-color: transparent !important;
}
.process .process-step-circle {
  border-color: #80bc00;
}
.news-list {
  list-style: none;
  display: grid;
  padding-inline-start: 0;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.news-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  overflow: hidden;
}
.news-item img {
  width: 100%;
  height: 260px;
  /* fixed height for consistent images */
  object-fit: cover;
  display: block;
}
.news-item-title {
  flex: 1;
  /* makes all cards same height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  background: #fff;
}
.news-item-title h3 {
  min-height: 85px;
  /* keeps title area equal */
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.3;
}
.news-item-title p {
  margin-bottom: 20px;
  color: #777;
  min-height: 25px;
  /* keeps date area aligned */
}

.news-item-title h4 {
    font-size: 18px;
}
.news-cta-btn {
  margin-top: auto;
}
.news-cta-btn a {
  width: fit-content;
}
/* Minimal Modern Design with Cahya Mata Brand Colors */
.contact-section {
  background: white;
}
.contact-box {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px;
  border-radius: 8px;
}
.subtitle {
  color: #1f45fc;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.contact-box h1 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
}
.contact-info-box {
  background: linear-gradient(135deg, #0f1c2e 0%, #1a2634 40%, #0b0f14 100%);
  border-radius: 8px;
  padding: 50px;
}
.contact-info-box h1 {
  color: #fff;
}
.contact-info-box li, .contact-info-box a {
  color: #fff;
  font-weight: 600;
}
.contact-info-box .fas {
  color: #fff !important;
  border-color: #fff !important;
}
.mail-cta {
  display: inline-flex;
  align-items: center;
  background: #1a1a1a;
  color: white;
  padding: 20px 50px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.mail-cta:hover {
  background: #333333;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.mail-cta i {
  margin-right: 12px;
  font-size: 20px;
}
.icon-circle {
  width: 80px;
  height: 80px;
  background: transparent;
  border: 2px solid #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  transition: all 0.3s ease;
}
.icon-circle i {
  font-size: 36px;
  color: #1a1a1a;
  transition: all 0.3s ease;
}
.sitemap-row {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 40px;
  padding: 40px;
  background: #f8f8f8;
  border-radius: 0;
  transition: background 0.3s ease;
}
.sitemap-row:hover {
  background: #f0f0f0;
}
.section-title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 10px;
}
.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: #febf00;
}
.links-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.link-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-link {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  display: block;
  transition: color 0.3s ease, padding-left 0.3s ease;
  padding: 8px 0;
}
.main-link:hover {
  color: #febf00;
  padding-left: 10px;
}
.sub-links {
  list-style: none;
  margin-left: 0;
  padding-left: 15px;
  border-left: 2px solid #e0e0e0;
}
.sub-links li {
  margin-bottom: 6px;
}
.sub-links a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  display: block;
  padding: 4px 0;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.sub-links a:hover {
  color: #febf00;
  padding-left: 8px;
}
/* Accent colors for different sections */
.sitemap-row:nth-child(1) .section-title::after {
  background: #febf00;
}
.sitemap-row:nth-child(2) .section-title::after {
  background: #fe2400;
}
.sitemap-row:nth-child(3) .section-title::after {
  background: #6402ce;
}
.sitemap-row:nth-child(4) .section-title::after {
  background: #1182bd;
}
.sitemap-row:nth-child(5) .section-title::after {
  background: #caff04;
}
.sitemap-row:nth-child(6) .section-title::after {
  background: #80bc00;
}
:not(.btn-check) + .btn:active {
  border-color: transparent !important;
}
.archive-card {
  background: #f6f6f6;
  padding: 35px;
  border-radius: 4px;
  min-height: 350px;
  /* Standardized height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.archive-category {
  font-size: 13px;
  color: #c2b89a;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.archive-date {
  font-size: 15px;
  color: #333;
  margin-top: 10px;
}
.archive-title {
  font-size: 20px;
  font-weight: 700;
  color: #0f1f3d;
  flex-grow: 1;
  /* Push button down */
}
.archive-btn {
  height: 45px;
  /* Consistent button height */
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 150px !important;
}
.container-video {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  background: #000;
  overflow: hidden;
  margin-bottom: 40px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.description-section {
  background: linear-gradient(135deg, #0f1c2e 0%, #1a2634 40%, #0b0f14 100%);
    padding: 70px 0;
	text-align: center;
}

.description-section p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
	text-align: center !important;
}

.description-section h1 {
    color: #fff;
    font-weight: 500;
}

.description-section h3 {
    color: #fff;
    text-transform: none;
	font-weight: 500;
}

.map-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.info-box span {
  margin-top: 6px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  white-space: normal; /* allows wrapping */
  line-height: 1.2;
}
.world-map {
  width: 100%;
  display: block;
}
/* PIN DOT */
.pin {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #555;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
/* CONNECTOR (default: horizontal) */
.connector {
  position: absolute;
  width: 55px;
  height: 1px;
  border-top: 1px dashed #000;
  top: 50%;
  left: 14px;
}
/* INFO BOX (UNIFORM SIZE) */
.info-box {
  position: absolute;
	display: flex;
	width: 180px;
}

.info-box i {
	color: #000;
}

.info-box p {
	color: #000;
	margin-bottom: 0;
	line-height: 100%;
    padding-left: 5px;
}

.info-box .location-right {
	padding-left: 5px;
}

/* FLAG UNIFORM SIZE */
.info-box .flag {
  width: 35px;
  height: auto;
}
/* COUNTRY NAME */
.info-box span {
  margin-top: 6px;
  font-size: 14px;
  font-weight: bold;
}
/* LEFT BOX */
.pin.left-box .connector {
  left: auto;
  right: 14px;
  width: 70px;
}
.pin.left-box .info-box {
  left: auto;
  right: 90px;
}
/* TOP BOX */
.pin.top-box .connector {
  width: 1px;
  height: 100px;
  border-top: none;
  border-left: 1px dashed #000;
  top: auto;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
}
.pin.top-box .info-box {
  left: 50%;
  transform: translateX(-50%);
  top: calc(-130px - 35px);
}
/* BOTTOM BOX */
.pin.bottom-box .connector {
  width: 1px;
  height: 50px;
  border-top: none;
  border-left: 1px dashed #000;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}
.pin.bottom-box .info-box {
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
}
/*test*/
.map-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.world-map {
  width: 100%;
  display: block;
}
.pin {
  position: absolute;
  width: 55px;
  height: auto;
  transform: translate(-50%, -50%);
}
/* Connectors - always 90° lines */
.connector {
  position: absolute;
  width: 1px;
  height: 40px; /* default vertical */
  border-left: 1px dashed #000;
}
/* Horizontal connector extension */
.connector.horizontal {
  width: 55px;
  height: 1px;
  border-left: none;
  border-top: 1px dashed #000;
}
/* LEFT BOX */
.pin.left-box .connector.vertical {
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pin.left-box .connector.horizontal {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  width: 120px;
}
.pin.left-box .info-box {
  left: auto;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.pin.left-box-01 .connector.vertical {
  left: auto;
  right: 100%;
  top: 190%;
  transform: translateY(-50%);
  width: 120px;
}
.pin.left-box-01 .info-box {
  left: auto;
  right: 75px;
  top: 85px;
  transform: translateY(-50%);
}
/* TOP BOX */
.pin.top-box .connector.vertical {
  top: auto;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
}
.pin.top-box .connector.horizontal {
  top: auto;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
}
.pin.top-box .info-box {
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  top: calc(-87px - 35px);
}
/* BOTTOM BOX */
.pin.bottom-box .connector.vertical {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 40px;
}
.pin.bottom-box .connector.horizontal {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
}
.pin.bottom-box .info-box {
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin-top: 10px;
}
#russia.pin {
  top: 35%;
  left: 31%;
}
#saudi.pin {
  top: 63%;
  left: 24%;
}
#kuwait.pin {
  top: 58%;
  left: 34%;
}
#uae.pin {
  top: 60.5%;
  left: 37%;
}
#oman.pin {
  top: 63%;
  left: 38%;
}
#nigeria.pin {
  top: 68%;
  left: 15%;
}
#india.pin {
  top: 64%;
  left: 48%;
}
#singapore.pin {
  top: 72%;
  left: 61%;
}
#malaysia.pin {
  top: 70%;
  left: 59.5%;
}
#indonesia.pin {
  top: 73.5%;
  left: 58%;
}
.map-indicator {
  position: absolute;
  top: 0;
  right: -120px;
  background: #f9f9f9;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.map-indicator ul {
  list-style: none;
  padding-inline-start: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 0;
}
.map-indicator .flag {
  width: 20px;
  height: auto;
}
.map-indicator span {
  padding-left: 7px;
  color: #212529;
  font-weight: 600;
}
.governance-list {
  list-style: none;
  padding-inline-start: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.governance-list li {
  background: #f6f6f6;
  padding: 35px;
  border-radius: 4px;
  height: 250px;
  position: relative;
}
.governance-list li h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f1f3d;
  margin-bottom: 0;
}
.governance-list li p {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #212529;
}
.governance-list .archive-btn {
  position: absolute;
  bottom: 35px;
}
.btn-bod {
  color: #212529;
}
.btn-bod:hover {
  color: #123447;
}
.btn-bod .btn-icon {
  color: #adadad;
}
.btn-bod:hover .btn-icon {
  color: #123447;
}
.cm-page-bg-title {
  background-size: cover;
  height: 600px;
  background-position: center;
}
.cm-page-bg-title .row, .cm-page-bg-title .container {
  height: 100%;
}
.banner-title {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
}
.banner-subtitle {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff;
}
.banner-desc {
  font-size: 18px;
  line-height: 1.7;
  max-width: 700px;
  color: #fff;
}
/* Card style */
.testimonial-card-modern {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.testimonial-card-modern:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
/* Decorative quote icon */
.quote-icon {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 38px;
  color: #e8e8e8;
  opacity: 0.6;
}
/* Highlight middle testimonial */
.highlight {
  background: linear-gradient(145deg, #ffffff, #f9f9f9);
}
/* Image style */
.border-accent {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
/* Text content */
.testimonial-text {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}
.text-muted {
  color: #777 !important;
}
@media (max-width: 991px) {
  .testimonial-text {
    font-size: 14px;
  }
}
.myTestimonialSwiper {
  padding-bottom: 100px !important;
}
.myTestimonialSwiper .swiper-slide {
  height: auto !important;
  /* Let slide grow */
  display: flex !important;
  /* Prevent inner content from collapsing */
  align-items: stretch !important;
}
.myTestimonialSwiper .swiper-wrapper {
  height: auto !important;
}
.myTestimonialSwiper .testimonial-card-modern {
  height: 100%;
  /* Make card fill slide height correctly */
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-top-color: #58585a;
    }
}

.color-box-1 {
    background: linear-gradient(135deg, #0b1f2a 0%, #123447 45%, #0a0f14 100%);
    border-radius: 12px;
    padding: 30px;
    color: #fff;
    box-shadow: inset 0 2px 4px rgba(255,255,255,0.35), 0 10px 20px rgba(0,0,0,0.25);
    transition: all 0.25s ease;
	height: 350px;
}

.color-box-2 {
    background: linear-gradient(135deg, #0f2a24 0%, #1c4a3f 45%, #0a0f14 100%);
    border-radius: 12px;
    padding: 30px;
    color: #fff;
    box-shadow: inset 0 2px 4px rgba(255,255,255,0.35), 0 10px 20px rgba(0,0,0,0.25);
    transition: all 0.25s ease;
	height: 350px;
}

.color-box-3 {
    background: linear-gradient(135deg, #141a3a 0%, #2a2f5a 45%, #0a0f14 100%);
    border-radius: 12px;
    padding: 30px;
    color: #fff;
    box-shadow: inset 0 2px 4px rgba(255,255,255,0.35), 0 10px 20px rgba(0,0,0,0.25);
    transition: all 0.25s ease;
	height: 350px;
}

.color-box-1:hover, .color-box-2:hover, .color-box-3:hover {
    transform: translateY(-8px) scale(1.02);
}

.color-box-1 img, .color-box-2 img, .color-box-3 img {
    width: 50px;
    filter: invert(1);
    opacity: 0.85;
    margin-bottom: 20px;
}

.color-box-1 h3, .color-box-2 h3, .color-box-3 h3 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.color-box-1 p, .color-box-2 p, .color-box-3 p {
    color: #fff;
    margin-bottom: 0;
}

.btn-underline {
    border-bottom: 2px solid #6402cd;
    padding: 10px 0;
    margin: 0 10px;
    font-size: 16px;
}

.btn-underline:hover {
    color: #6402cd;
	border-bottom: 2px solid #6402cd;
}

section.section.section-height-4 {
    padding-top: 450px;
}

.col-half-section {
	max-width: 600px;
}

.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #000;
}

.bg-full-trans {
    background: rgba(255, 255, 255, 0.65);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
    backdrop-filter: blur(8px);
    padding: 50px;
    border-radius: 10px;
}

.section-page-banner-3 {
    position: relative;
    height: 100vh;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.banner-overlay-hero {
    position: relative;
    z-index: 1;
    height: 100%;
    background: linear-gradient(15deg, rgba(0,0,0,0.8), transparent, transparent);
}

.img-box {
    display: flex;
    background: #f8f8f8;
}

.img-box img {
    width: 200px;
    padding-right: 20px;
}

.bg-gradient-csr {
    background: linear-gradient(135deg, #0b1d2a 0%, #1c3d5a 50%, #3a7ca5 100%);
}

.big-text {
    font-size: 60px;
    font-weight: 800;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-image: url(/images/csr-story-page-title.jpg);
}

html body .tabs.tabs-simple .nav-tabs > li .nav-link.active, html body .tabs.tabs-simple .nav-tabs > li .nav-link.active:focus, html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, html body .tabs.tabs-simple .nav-tabs > li .nav-link.active:hover, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active:focus, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link.active:hover {
	color: #0b1d2a;
}

html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html body .tabs.tabs-bottom .nav-tabs .nav-link.active, html body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, html body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus, html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover, html.dark body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus {
	border-bottom-color: #0b1d2a;
}

.outline-career-box {
  position: relative;
  background: #0b141d;
  border-radius: 18px;
  padding: 28px;
  overflow: hidden;
	border: 1px solid rgba(255,255,255,0.06);
}

.outline-career-box::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background: radial-gradient(circle at 30% 30%, #3a7ca5, transparent 40%),
              radial-gradient(circle at 70% 70%, #1c3d5a, transparent 40%);
  opacity: 0.25;
  z-index: 0;
}

.text-left {
	text-align: left !important;
}

.sitemap-header {
	color: #123447;
    font-weight: 800;
    font-size: 18px;
    text-transform: capitalize;
}

.sitemap-header h4 a {
	color: #123447
}

.sitemap-navi {
    list-style: none;
    padding-inline-start: 0;
}

.sitemap-navi li a {
    color: #3e3e3e;
}

.color-green {
    color: #1c4a3f;
}

.bg-green {
    background: linear-gradient(135deg, #0f2a24 0%, #1c4a3f 45%, #0a0f14 100%);
}

/*--Mobile Menu--*/
@media only screen and (max-width: 991px){
	.mobile-dropmenu {
		display: block;
	}
	
	.new-nav-item {
		width: 100%;
		height: 50px;
	}
	
	.new-nav-item:first-child::before {
		opacity: 0;
	}
	
	.new-nav-item::after {
		opacity: 0;
	}
	
	.new-navlink {
		flex-direction: row;
		margin-top: 0 !important;
	}
	
	.navlink-icon {
		margin-bottom: 0;
		width: 20px;
		height: 20px;
		margin-right: 15px;
	}
	
	.new-dropdown-menu .dropdown-mega-content {
		justify-content: flex-start;
		padding-left: 30px !important;
	}
	
	#header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
		margin-left: 0;
	}
}