.top-header-2 .logo-brand {
  width: clamp(18rem, 13vw, 28rem);
  height: 100%;
  object-fit: contain;
}

.slider-3 .slider-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 83vh;
  width: 100%;
  overflow: hidden;
}

.slider-3 .slider-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* --- Content Styling & Typography --- */
.slider-3 .slider-content {
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.193);
}

.slider-3 .slider-content h4 {
  color: white !important;
  font-size: clamp(1rem, 2.5vw, 1.5rem); /* Increased max size */
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.slider-3 .slider-content h1 {
  font-size: clamp(4rem, 5vw, 8rem); /* Increased max size */
  line-height: 1.15;
  margin-bottom: 2.5rem;
  font-weight: 700;
}

.slider-3 .slider-content .btn {
  font-size: clamp(0.9rem, 2vw, 1.4rem);
  padding: clamp(0.75rem, 2vw, 1.7rem) clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 0; /* Removed border-radius as requested */
  transition: all 0.3s ease;
}

/* --- Dynamic Content Animation --- */
/* Initially hide the content and prepare for animation */
.slider-content h4,
.slider-content h1,
.slider-content .btn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
  color: white;
}

/* Animate content into view when the slide becomes active */
.slick-active .slider-content h4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s; /* Staggered delay for h4 */
}

.slick-active .slider-content h1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s; /* Staggered delay for h1 */
}

.slick-active .slider-content .btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s; /* Staggered delay for the button */
}

/* --- Slick Slider Dots --- */
.slick-dots {
  position: absolute;
  bottom: 25px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li button:before {
  font-size: 12px;
  color: white;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.slick-dots li.slick-active button {
  border-color: #fff;
  background-color: #fff;
}

/*
=================================
  Responsive Adjustments
=================================
*/
@media (max-width: 767px) {
  .slider-3 .slider-item {
    min-height: 60vh; /* Reduced height on mobile screens */
  }

  /*
    Constrain the content width on mobile for better readability.
    The .col-md-9 will be full-width on mobile by default,
    so we adjust its container's padding.
  */
  .slider-3 .container-custom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-3 .container-custom .row .col-md-9 {
    max-width: 80%; /* Limit text width on mobile */
    flex: 0 0 80%;
  }

  .slider-3 .slider-content h1 {
    font-size: clamp(2rem, 10vw, 3.1rem); /* Fine-tuned font size for mobile */
  }
}

.operating-philosophy-section {
  background: rgb(230, 230, 230);
}

.operating-philosophy-section .intro-text {
  margin-bottom: 16px;
}

.grid-container {
  display: grid;
  gap: 26px;
}

.grid-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 26px;
}

.grid-item.reverse {
  grid-template-columns: 1fr 1fr;
}

.grid-item.reverse div {
  order: 1;
}

.grid-item.reverse img {
  order: 2;
}

.grid-item img {
  max-width: 100%;
  height: auto;
}
.content {
  background: #fff;
  height: 100%;
  align-content: center;
  padding: 18px 29px;
}

@media (max-width: 768px) {
  .grid-item {
    grid-template-columns: 1fr;
  }
  .grid-item.reverse {
    grid-template-columns: 1fr;
  }
  .grid-item.reverse .content {
    order: 1;
  }
  .grid-item.reverse div,
  .grid-item.reverse img {
    order: unset;
  }
}

.site-footer-h3 {
  background-color: #1c5d33;
}
.footer-bottom-h3 {
  background-color: #143e23e0;
}

.main-navigation ul li.current-menu-parent > a,
.main-navigation
  > ul
  > li.menu-item-has-children.current-menu-parent
  > a:after {
  background: #b2d1d84d;
}
.main-navigation ul li a:hover,
.main-navigation > ul > li.menu-item-has-children > a:hover:after {
  background: #b2d1d84d;
}

.services-box {
  height: 100%;
  margin-bottom: 0;
}

.partner_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 26px;
}

@media (max-width: 1200px) {
  .partner_grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .partner_grid {
    grid-template-columns: 1fr;
  }
}

.mb-4 {
  margin-bottom: 32px !important;
}

.services-box-3 {
  background-color: #ffffff3d;
}

.btn:hover,
.btn:focus {
  background: #000;
}

.text-primary {
  color: #1c5d33;
  font-weight: 500;
}

.btn-primary {
  background: #1c5d33;
}

.icon-box-title h4 {
  color: #1c5d33;
}

.icon-box-title i {
  color: #1c5d33;
}

.icon-box {
  border-bottom: 2px solid #1c5d33;
}

.site-footer-h3 .btn.btn-back-to-top {
  background-color: #f6f6f633;
}
.bg-primary {
  background-color: #12602eba;
}
.services-box-3 {
  border-bottom: 5px solid #ffffff;
}
.home-video .video-play {
  border: 10px solid #528b67;
}
.home-video a i {
  color: #528b67;
}

/* exploration */
.exploration_container img {
  border-radius: 12px;
}

.opportunity {
  display: flex;
  align-items: center;
  gap: 22px;
  border: 1px solid rgba(0, 0, 0, 0.301);
  border-radius: 12px;
  padding: 19px 12px;
  background: #1c5d33;
  color: white;
}
.opportunity > h3 {
  color: white;
}

.opportunity h3,
.opportunity h4 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.opportunity h3 {
  /* background-color: #1c5d33; */
  /* color: white; */
  height: 100%;
}

.strategy-section .section-block {
  display: flex;
  align-items: center;
  gap: 3.3rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.strategy-section .section-block img {
  width: 350px;
  height: 260px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 8px;
}

.strategy-section .section-block > div {
  flex: 1;
  min-width: 250px;
}

.strategy-section .section-block ul {
  margin-bottom: 18px;
}
/* Responsive: stack image above content on small screens */
@media (max-width: 600px) {
  .opportunity {
    flex-direction: column;
  }
  .strategy-section .section-block {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .strategy-section .section-block img {
    width: 100%;
  }

  .strategy-section .section-block img {
    margin-bottom: 1rem;
  }

  .strategy-section .section-block > div {
    text-align: left;
  }
}

/* ESG  */

.esg_section ul {
  list-style-type: disc;
  padding-left: 20px;
}

.esg_section li {
  margin-bottom: 0.5rem;
}

/* --- Section Styling --- */
.esg_section .section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.esg_section .section-intro,
.esg_section .section-conclusion {
  text-align: center;
}

.esg_section .section-intro p,
.esg_section .section-conclusion p {
  font-size: 1.25rem; /* Equivalent to .lead */
  font-weight: 300;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.esg_section .section-light {
  background-color: #f8f9fa; /* Equivalent to .bg-light */
}

/* --- Content Styling --- */
.esg_section .content-row {
  /* Vertically align items in the row */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* Reverse row direction on medium screens and up */
@media (min-width: 768px) {
  .esg_section .row-reverse-md {
    flex-direction: row-reverse;
  }
}

.esg_section .content-image {
  max-width: 100%;
  height: auto;
  border-radius: 0.375rem; /* Equivalent to .rounded */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); /* Softer shadow */
}

/* Add margin to images on mobile */
@media (max-width: 767.98px) {
  .esg_section .content-image {
    margin-bottom: 1.5rem;
  }
}

/* --- Text Color Helpers --- */
.esg_section .text-color-success {
  color: #198754;
}

.esg_section .text-color-primary {
  color: #0d6efd;
}

.esg_section .text-color-dark {
  color: #212529;
}

.bg-light-green {
  background-color: #e6f4ea; /* Adjust this color as necessary */
}

.white-popup {
  background: #fff;
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 460px) {
  h2 {
    font-size: 40px;
  }
}
