.hero {
  min-height: 100vh;
  overflow: hidden;
}

/* Image */
.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      #000000d5 0%,
      #0000008f 50%,
      #00000054 100%);
}

.hero-title {
  font-size: 50px;
}


/* Badge */
.hero-badge {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .25em;
  color: white;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* Subtitle */
.hero-subtitle {
  max-width: 520px;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.85);
}

/* quality */
.quality-section {
  background: #f8fafc;
  padding: 8rem 1.5rem;
}

.quality-header {
  max-width: 720px;
}

.quality-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 1.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.quality-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.quality-card img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 1.5rem;
  animation: floatY 6s ease-in-out infinite;
}

.quality-icon {
  display: inline-block;
  font-size: 3rem;
  color: #e5b73b;
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}

.quality-card:hover .quality-icon {
  transform: scale(1.1);
}

/* CARD TEXT */
.card-title {
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #095763;
  margin-bottom: 1rem;
}

.card-text {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
}

/* ASSET CARD */
.asset-card {
  padding: 1.5rem;
  border-radius: 1.25rem;
  background: rgba(244, 246, 248, 0.6);
  border: 1px solid #e5e7eb;
  transition: border-color 0.3s ease;
}

.asset-card:hover {
  border-color: #095763;
}

.asset-icon {
  width: 64px;
  height: 64px;
  background: #ffffff;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.asset-icon i {
  font-size: 1.5rem;
  color: #095763;
  font-weight: bold;
}

.asset-title {
  font-weight: 700;
  color: #095763;
}

.asset-text {
  color: #64748b;
}

/* IMAGE */
.foundation-image {
  aspect-ratio: 1 / 1;
  border-radius: 1.75rem;
  background-image: url("https://lh3.googleusercontent.com/aida-public/AB6AXuAWNJAZPHRrib9Pa4et-n_oagU4loY2Urq5dpDNapFsSblD5ur9xbZBTNGLTaDkh5mw1zQJ0_RYgjMW0URySOlT0lR4gE-OT2GCREtRQLQvjzuFqs4iNVUeVDlW37LBoVoLXSwsIxpr8QZHMZqlj-LVSlA6s79-UGO8TFO7qm7DnR5gZD7iLLlsLKHLX3fXH32HbEaFs-Iqy045Qr7S1TiWl_AY99Yhw_xZWLaIQQ3_81qOLfReIqibAp8lX55BOW8Nwh6qCD9jKyo");
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.25);
  filter: grayscale(20%);
  transition: filter 0.7s ease;
}

.foundation-image:hover {
  filter: grayscale(0%);
}

.experience-badge {
  position: absolute;
  left: -40px;
  bottom: -40px;
  background: #095763;
  padding: 1.5rem;
  border-radius: 1.25rem;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  color: #fff;
}

.experience-number {
  font-size: 3.2rem;
  font-weight: 900;
  color: #e5b73b;
  line-height: 1;
}

.experience-number span {
  font-size: 1.5rem;
  color: #ffffff;
}

.experience-text {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.5rem;
}

/* verticle */
.vertical-section {
  background: #ffffff;
  padding: 8rem 1.5rem;
}

.section-eyebrow {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: #e5b73b;
}

.image-tile {
  height: 16rem;
  object-fit: cover;
}

.image-offset {
  margin-top: 2rem;
}

.image-tile {
  height: 16rem;
  object-fit: cover;
  animation: floatY 6s ease-in-out infinite;
}

.image-tile.image-offset {
  animation-delay: 1.5s;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }

  100% {
    transform: translateY(0);
  }
}


.feature-item {
  background: rgba(244, 246, 248, 0.6);
  padding: 1rem;
  border-left: 4px solid #095763;
}

.feature-icon {
  font-size: 1rem;
  color: #fff;
  background-color: #095763;
  padding: 10px 14px;
  border-radius: 50%;
}

.feature-text {
  font-weight: 700;
  color: #095763;
}

/*  */
.bg-navy {
  background-color: #095763;
}

.tech-esg-section .content-wrapper {
  max-width: 640px;
  padding: 6rem 2.5rem;
}

.tech-esg-section .content-wrapper-1 {
  padding: 6rem 2.5rem;
  margin-left: 30%;
}

@media (max-width: 1024px) {
  .tech-esg-section .content-wrapper-1 {
    margin-left: 0;
    padding: 4rem 2rem;
  }
}

@media (max-width: 575px) {
  .tech-esg-section .content-wrapper-1 {
    padding: 3rem 1.5rem;
  }
}

.eyebrow {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #e5b73b;
}

.section-text-light {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.section-text-dark {
  font-size: 1rem;
  line-height: 1.7;
  color: #64748b;
}

/* STATS */
.stat-value {
  font-size: 2rem;
  font-weight: 900;
  color: #e5b73b;
}

.stat-label {
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.stat-divider {
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
}

/* WATERMARK */
.eco-watermark {
  position: absolute;
  top: 10%;
  right: 23%;
  pointer-events: none;
  z-index: 0;
  animation: floatLeaf 12s ease-in-out infinite;
}

.eco-watermark .leaf-icon {
  width: 160px;
  height: 160px;
  fill: #0b1f33;
  opacity: 0.06;
  transform: scaleX(-1);
}

@keyframes floatLeaf {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

/* Mobile adjustment */
@media (max-width: 768px) {
  .eco-watermark .leaf-icon {
    width: 180px;
    height: 180px;
    opacity: 0.04;
  }
}

/* ESG LINK */
.esg-link {
  background: none;
  border: none;
  padding: 0;
  font-weight: 900;
  color: #095763;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
}

.esg-link i {
  transition: transform 0.3s ease;
}

.esg-link:hover i {
  transform: translateX(4px);
}

.subtext {
  color: #e5b73b;
}


/*  */
.support-innovation-section {
  background: #f8fafc;
  padding: 8rem 1.5rem;
}

/* CARD */
.feature-card {
  position: relative;
  background: #ffffff;
  padding: 3rem;
  border-radius: 2rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.35s ease;
  overflow: hidden;
}

.feature-card:hover {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

/* CORNER ACCENT */
.corner-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 8rem;
  background: #e5b83b1c;
  border-bottom-left-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.corner-accent i {
  font-size: 2.25rem;
  color: #e5b73b;
}

/* CONTENT */
.feature-title {
  font-size: 1.85rem;
  font-weight: 800;
  color: #095763;
  margin-bottom: 1.5rem;
}

.feature-text {
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 2rem;
}

/* Stands for */
.fw-extrabold {
  font-weight: 800;
}

.group i {
  font-size: 20px;
}

.value-title {
  color: #0d121b;
  transition: color 0.3s ease;
}

.group:hover .value-title {
  color: #095763;
}

.z-1 {
  z-index: 1;
}

.quote {
  margin-top: 100px;
}

.quote-wrapper {
  max-width: 900px;
  position: relative;
  padding: 0 20px;
}

.quote-icon i {
  font-size: 6rem;
  font-family: serif;
  color: #09576326;
  line-height: 1;
}

.quote-text {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  color: #9ca3af;
}

.quote-text span {
  color: #095763;
  font-weight: 600;
}

/* ----- FAQ's ----- */
.technology_faq {
  margin-bottom: 80px;
}

.technology_faq_title {
  text-align: center;
  margin-bottom: 30px;
}

.technology_faq_title h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.technology_faq_title p {
  width: 77%;
  margin: auto;
  line-height: 1.5;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .technology_faq_title p {
    font-size: 14px;
  }
}

/* ----- FAQ's ----- */
.accordion .accordion-item {
  border: 1px solid #e5e5e5;
  padding: 28px 32px;
  margin-bottom: 20px;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  text-transform: capitalize;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

/* .accordion button[aria-expanded=true] {
    color: #03b5d2;
  } */
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
  opacity: 1;
  max-height: 100em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  margin-top: 20px;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  margin-top: 0;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .accordion button {
    font-size: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .accordion button .accordion-title {
    font-size: 13px;
  }
}

/* ============= */
.accordion {
  border: none;
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 15px !important;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.accordion-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.accordion-button {
  background: white;
  border: none;
  padding: 25px 30px;
  font-weight: 600;
  font-size: 1.05rem;
  color: #2c3e50;
  border-radius: 15px !important;
  box-shadow: none;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(102, 126, 234, 0.25);
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-collapse {
  border-top: 1px solid #e9ecef;
}

.accordion-body {
  padding: 25px 30px;
  color: #6c757d;
  line-height: 1.7;
  font-size: 0.95rem;
  background: #f8f9fa;
}

.sustainability {
  margin-bottom: 80px;
}

.sustainability #myTab {
  margin-bottom: 60px;
  border: none;
  justify-content: center;
}

.sustainability li.nav-item {
  margin-right: 40px;
}

.sustainability .nav-link:focus-visible,
.sustainability .nav-link:focus {
  outline: none;
}

.sustainability .nav-link {
  border-bottom: 3px solid #ffffff;
  color: #000 !important;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
}

.sustainability .nav-link.active {
  border: none;
  border-bottom: 3px solid #00505c;
  color: #095763 !important;
  font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link:focus,
.nav-tabs .nav-item.show .nav-link:hover {
  border-color: #00505c;
  isolation: isolate;
  outline: none;
  border-left-color: #fff;
  border-right-color: #fff;
  border-top-color: #fff;
}

@media screen and (max-width: 575px) {
  .sustainability li.nav-item {
    width: 100%;
    margin: auto;
  }

  .sustainability .nav-link {
    margin: auto;
  }

  .card_body_text:before {
    display: none;
  }
}