li.current-menu-item > a {
    text-decoration: underline !important;
}

.pac-slider-wrapper {
    background: #f1f8fc;
    /* padding: 60px 40px; */
    font-family: "Titillium Web", Sans-serif;
    max-width: 100%;
    position: relative;
    max-height: 480px;
  }
  
  .pac-slider {
    position: relative;
  }
  
  .pac-slide {
    outline: none;
  }
  
  .pac-title {
    font-size: 40px;
    font-weight: 500;
    line-height: 110.00000000000001%;
    color: #1d3557;
    letter-spacing: 0%;
    margin-bottom: 24px;
    /* font-family: "pp-neue-montreal", Sans-serif; */
    font-family: "Titillium Web", Sans-serif;
    max-width: 563px;
    margin: 0px;
    padding: 45px 0px 0px 64px;
  }
  
  .pac-desc {
    max-width: 584px;
    color: #203C67;
    font-size: 22px;
    margin-bottom: 32px;
    font-weight: 400;
    letter-spacing: 0%;
    padding: 24px 0px 0px 64px;
  }
  
  .pac-link {
    color: #FC6903;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid #FC6903;
    display: inline-block;
    margin-bottom: 30px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-left: 64px;
  }
  
  .pac-link .arrow {
    margin-left: 56px;
  }
  
  .pac-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 64px;
    padding-bottom: 50px;
    padding-right: 64px;
    padding-top: 30px;
  }
  
  .pac-counter .pac-current {
    color: #FC6903;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .pac-counter .pac-total {
    color: #203C67;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0%;
  }
  
  .pac-arrows {
    display: flex;
    gap: 32px;
  }
  
  .pac-arrows button {
    font-size: 20px;
    background: none;
    border: none;
    color: #1d3557;
    cursor: pointer;
  }

  .pac-arrows .disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: default;
}
  
  @media  (max-width: 795px) {
    .pac-title{
      font-size: 32px;
      padding: 34px 34px 0px 34px;
    }
    .pac-desc{
      font-size: 16px;
      padding: 34px 34px 0px 34px;
    }
    .pac-link{
      font-size: 16px;
      margin-left: 34px;
    }
    .pac-footer{
      padding-left: 34px;
    }
    /*.milestones h2{
      font-size: 32px;
    }*/
  }

  /* ============================================
     FIX: Arrows getting sliced at the bottom of
     .pac-footer in the 795px–928px range — caused
     by .pac-slider-wrapper's fixed max-height:480px
     clipping taller slide content at this width.
     Scoped narrowly so nothing else changes.
     ============================================ */
  @media (min-width: 795px) and (max-width: 928px) {
    .pac-slider-wrapper {
      max-height: none;
    }
  }

  @media  (min-width: 1025px) {
  .site-header{
    max-height: 74px;
  }
}

/* ============================================
   FIX: Stop pac-slider content from stalling at
   a fixed max-width while the wrapper keeps
   growing — was leaving a widening empty gap on
   the right as screen size increased past 1440px.
   Values scale fluidly via clamp() instead of
   freezing at a fixed px number.
   ============================================ */
@media (min-width: 1440px) {
  .pac-slider-wrapper {
    max-height: none;
  }

  .pac-title {
    max-width: clamp(563px, 40vw, 900px);
    font-size: clamp(40px, 2.8vw, 56px);
    padding: clamp(45px, 3vw, 70px) 0px 0px clamp(64px, 5vw, 110px);
  }

  .pac-desc {
    max-width: clamp(584px, 42vw, 920px);
    font-size: clamp(22px, 1.4vw, 26px);
    padding: clamp(24px, 1.6vw, 36px) 0px 0px clamp(64px, 5vw, 110px);
  }

  .pac-link {
    font-size: clamp(20px, 1.2vw, 24px);
    margin-left: clamp(64px, 5vw, 110px);
  }

  .pac-footer {
    padding-left: clamp(64px, 5vw, 110px);
    padding-right: clamp(64px, 5vw, 110px);
  }
}


.list-slide .pac-child-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* two columns */
    gap: 0px 30px; /* row/column gap */
    list-style: disc;
    padding-left: 50px; /* keep bullets aligned */
    grid-template-rows: repeat(6, auto);   /* max 6 items per column */
    grid-auto-flow: column;     
}

.list-slide .pac-child-list a {
    color: #003366; /* adjust brand color */
    text-decoration: none;
    font-size: 24px;
}

.list-slide .pac-child-list a:hover {
    cursor: pointer;
    color: #FC6903;

}
.list-slide .pac-title{
  font-size: 30px;
  padding: 48px 0px 0px 48px;
}

.pac-footer.last-slide{
  padding-bottom: 40px;
  padding-top: 0px;
}

 @media  (min-width: 1225px) {
   .list-slide .pac-child-list a{
    font-size: 24px;
  }

  .list-slide .pac-child-list {
    padding-left: 70px;
    padding-top: 28px;
  }

   .list-slide .pac-title{
    padding: 48px 0px 0px 48px;
   }
 }

 @media  (max-width: 411px){
    .list-slide .pac-title{
      font-size: 25px;
      padding: 15px 0px 0px 15px;
    }
    .list-slide .pac-child-list{
      gap: 0px 20px;
      padding-left: 27px;
    }
    .list-slide .pac-child-list a{
      font-size: 12px;
    }
    .pac-footer.last-slide{
      padding-left: 27px;
      padding-top: 0px;
    }

 }

 /* @media (min-width:2000px) {
.elementor-74 .elementor-element.elementor-element-0603e60.footer-class{
    width : 1900px !important;
}
} */
.global-marine .esg-title{
  height: 210px;
}
.service-archive .esg-excerpt{
  text-align: left !important;
}

  #backToTop {
  position: fixed;
  bottom: 125px;
  right: 30px; 
  background: #fff;
  color: #000;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 30px; 
  border: 1px solid #ccc;
  box-shadow: rgba(0,0,0,0.08) 0px 2px 6px;
  text-decoration: none;
  display: none;
  align-items: center;
  gap: 6px;
  transition: 0.3s ease;
  z-index: 9999;
  font-family: "Titillium Web", Sans-serif !important;
  font-weight: 500;
}

#backToTop.show {
  display: inline-flex;
}

/* Hover bounce animation */
#backToTop:hover {
  animation: jump 0.5s ease infinite;
}

@keyframes jump {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-4px); }
  60%  { transform: translateY(0); }
  80%  { transform: translateY(-2px); }
  100% { transform: translateY(0); }
}