body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #ffffff;
  background-color: #0f3d5e;
  position: relative;
  overflow-x: hidden;

}


a{
  text-decoration: none;
}


/* Condensation background */
/* Layer embun */
.condensation-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;

}

/* Titik embun */
.condensation-bg::before,
.condensation-bg::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.08) 2px, transparent 3px),
    radial-gradient(circle at 70% 60%, rgba(255,255,255,0.06) 3px, transparent 4px),
    radial-gradient(circle at 40% 80%, rgba(255,255,255,0.05) 2px, transparent 3px),
    radial-gradient(circle at 90% 20%, rgba(255,255,255,0.04) 3px, transparent 4px);
  background-size: 120px 120px;
  animation: condensationMove 40s linear infinite;
}

.condensation-bg::after {
  animation-duration: 60s;
  opacity: 0.6;
}

@keyframes condensationMove {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-120px);
  }
}

@media (max-width: 768px) {
  .condensation-bg::before,
  .condensation-bg::after {
    background-size: 80px 80px;
    opacity: 0.4;
  }
}



/* ICE BACKGROUND STYLES*/

/* Ice layer global */
.ice-bg-global {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

/* Ice icon base */
.ice {
  position: absolute;
  font-size: 200px;
  opacity: 0.04;
  animation: floatIce 20s linear infinite;
}

/* Variasi posisi & ukuran */
.ice-1 {
  top: 10%;
  left: 5%;
}

.ice-2 {
  top: 50%;
  left: 15%;
  font-size: 260px;
  animation-duration: 35s;
}

.ice-3 {
  top: 20%;
  right: 8%;
  font-size: 220px;
  animation-duration: 45s;
}

.ice-4 {
  bottom: 15%;
  right: 18%;
  font-size: 300px;
  animation-duration: 40s;
}

.ice-5 {
  bottom: 5%;
  left: 35%;
  font-size: 180px;
  animation-duration: 25s;
}

/* Animasi pelan */
@keyframes floatIce {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-50px) rotate(20deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

/* =========================
   RESPONSIVE ICE BACKGROUND
   ========================= */

/* Tablet & Mobile */
@media (max-width: 768px) {
  .ice {
    font-size: 90px;
    opacity: 0.05;
  }

  .ice-2,
  .ice-4 {
    display: none; /* kurangi jumlah icon */
  }
}

/* Mobile kecil */
@media (max-width: 480px) {
  .ice {
    font-size: 60px;
    opacity: 0.04;
    animation-duration: 60s;
  }

  .ice-3 {
    font-size: 80px;
  }
}


.section-tag {
  color: #4988C4;
  font-weight: 700;
  letter-spacing: 1px;
}

.section-title {
  font-weight: 800;
  color: #4988C4;
}

/* h1, h2, h3 {
  color: #0f172a;
  font-weight: 700;
} */

/* navbar */
/* default (awal) */
.navbar-custom {
  transition: all 0.3s ease;
  padding: 20px 0;
  z-index: 9999;
}

/* SAAT SCROLL */
.navbar-custom.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0f3d5e;
  padding: 12px 0;
  box-shadow: 0 6px 25px rgba(0,0,0,0.15);
  z-index: 9999;
}

.navbar-custom.fixed {
  background: rgba(15, 61, 94, 0.9);
  backdrop-filter: blur(8px);
}


.hero-video {
      position: relative;
      min-height: 100vh;
      overflow: hidden;
      color: #fff;
    }

    .hero-bg-video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      transform: translate(-50%, -50%);
      z-index: -2;
      animation: videoFade 2s ease forwards;
    }

    .hero-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to right,
        rgba(15,61,94,.9),
        rgba(15,61,94,.6)
      );
      z-index: -1;
    }

    .hero-badge {
      background: #0f3d5e;
      padding: 8px 18px;
      border-radius: 50px;
      font-weight: 600;
    }

    .hero-title {
      font-size: 3rem;
      font-weight: 800;
      line-height: 1.2;
      margin-top: 15px;
    }

    .hero-desc {
      max-width: 520px;
      color: #dbe7ef;
      margin-top: 15px;
    }


    .btn-primary-custom {
      background: #4988C4;
      border: none;
      color: #fff;
    }

    .btn-primary-custom:hover {
      background: #4988C4;
    }

    .stat-number {
      color: #4988C4;
      font-weight: 800;
    }

    /* FEATURE CARDS */
    .hero-card {
      background: rgba(255,255,255,0.08);
      backdrop-filter: blur(8px);
      border-radius: 18px;
      padding: 30px;
      text-align: center;
      transition: all .4s ease;
      height: 100%;
    }

    .hero-card i {
      font-size: 32px;
      color: #4988C4;
    }

    .hero-card p {
      margin-top: 12px;
      font-weight: 600;
      color: #fff;
      
    }

    .hero-card:hover {
      transform: translateY(-8px) scale(1.03);
      background: rgba(255,255,255,0.12);
    }

    /* VIDEO FADE */
    @keyframes videoFade {
      from {
        opacity: 0;
        transform: translate(-50%, -45%);
      }
      to {
        opacity: 1;
        transform: translate(-50%, -50%);
      }
    }

    @media (max-width: 768px) {
      .hero-title {
        font-size: 9px;
      }}
    @media (max-width: 576px) {
     .hero-badge {
        /* font-size: 12px;
        padding: 6px 14px; */
       visibility:hidden;
        
      }
      .hero-title {
        font-size: 11px;
        margin-top: 3rem;
      }
    }

/* about us */
.play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  background: #0f3d5e;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}

.play-btn:hover {
  background: rgb(21, 67, 104);
  transform: scale(1.05);
}

.shape-vertical {
  position: absolute;
  right: -80px;
  top: 0;
  width: 240px;
  height: 100%;
  background: #0f3d5e;
  border-radius: 120px 0 0 120px;
  opacity: 0.1;
}


.hero-video {
  overflow: hidden;
}

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

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(15, 61, 94, 0.85),
    rgba(15, 61, 94, 0.6)
  );
  z-index: -1;
}

.hero-badge {
  background-color: #4988C4;
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: 600;
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.hero-desc {
  max-width: 520px;
  color: #dbe7ef;
}

.btn-primary-custom {
  background-color: #4988C4;
  border-color: #4988C4;
  color: #fff;
}

.btn-primary-custom:hover {
  background-color: #4988C4;
}

.stat-number {
  color: #4988C4;
  font-weight: 800;
}

.hero-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  transition: .3s;
}

.hero-card i {
  font-size: 32px;
  color: #4988C4;
}

.hero-card p {
  margin-top: 10px;
  font-weight: 600;
}

.hero-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.12);
}


/* client section */
.client-section {
   background: linear-gradient(135deg, #0f3d5e, #08293f);
}

.client-marquee {
  overflow: hidden;
  position: relative;
}

.client-track {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
}

.client-logo {
  min-width: 220px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eee;
  background: #fff;
}

.client-logo img {
  max-width: 140px;
  max-height: 60px;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.client-logo:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* MARQUEE ANIMATION */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.client-marquee:hover .client-track {
  animation-play-state: paused;
}

/* section service */

/* .cold-services {
  background: #f6fbf9;
} */



.service-desc {
  max-width: 650px;
  color: #ffffff;
}

.service-card {
  background: #fff;
  padding: 35px;
  border-radius: 20px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.4s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(15,61,94,0.15);
}

.service-card.featured {
  border: 2px solid #4988C4;
  background: linear-gradient(135deg, #ffffff, #f0fbf6);
}

.icon-box {
  width: 56px;
  height: 56px;
  background: #4988C4;
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.service-card h4,
.service-card h5 {
  font-weight: 700;
  color: #4988C4;
}

.service-card p {
  color: #6b7280;
  font-size: 15px;
}

.service-meta {
  margin: 20px 0;
}

.badge-popular {
  background: #4988C4;
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 30px;
  margin-right: 10px;
}

.price {
  color: #4988C4;
  font-weight: 600;
}

.price.small {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}

.btn-main {
  background: #4988C4;
  color: #fff;
  border-radius: 30px;
  padding: 10px 24px;
  font-weight: 600;
}

.btn-main:hover {
  background: #0f3d5e;
}

.btn-outline {
  border: 2px solid #4988C4;
  color: #4988C4;
  border-radius: 30px;
  padding: 8px 22px;
  font-weight: 600;
}

.btn-outline:hover {
  background: #4988C4;
  color: #fff;
}

.stats-box {
  background: #4988C4;
  border-radius: 22px;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  text-align: center;
  color: #fff;
}

.stat-item h3 {
  font-weight: 800;
  margin-bottom: 5px;
}

.service-card {
  transition: transform .4s ease, box-shadow .4s ease;
}


/* section testimonial */

/* .testimonial-slider {
  background: #0f3d5e;
} */

.testimonial-box {
  background: #fff;
  padding: 35px;
  border-radius: 18px;
  position: relative;
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  min-height: 180px;
}

.testimonial-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}


.quote-icon {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 60px;
  color: rgba(15,61,94,0.15);
  font-family: serif;
}

.testimonial-user {
  text-align: center;
  margin-top: 25px;
}

.testimonial-user img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #0f3d5e;
  object-fit: cover;
}

.testimonial-user h6 {
  margin-top: 10px;
  margin-bottom: 2px;
  font-weight: 600;
  color: #0f3d5e;
}

.testimonial-user small {
  font-size: 13px;
  color: #6c757d;
}

/* Swiper */
.swiper {
  padding-bottom: 40px;
}

.swiper-pagination-bullet {
  background: #0f3d5e;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}





/* section why choose us */
/* .why-choose-us-alt {
  background: #0f3d5e;
} */

.why-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.why-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.why-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(15, 61, 94, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-icon i {
  font-size: 22px;
  color: #4988C4;
}

.why-item h5 {
  margin-bottom: 5px;
  color: #4988C4;
  font-weight: 600;
}

.why-item p {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.why-highlight {
  background: linear-gradient(135deg, #4988C4, #4988C4);
  color: #fff;
  padding: 40px;
  border-radius: 20px;
}

.why-highlight h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

.why-highlight p {
  color: #dce8f1;
}

.why-highlight ul {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}

.why-highlight ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

/* faq */
/* .faq-section {
  background: #0f3d5e;
} */

.faq-title {
  font-weight: 700;
  color: #4988C4;
}

.faq-divider {
  width: 60px;
  height: 3px;
  background: #4988C4;
  margin: 15px auto;
}

.faq-subtitle {
  max-width: 600px;
  margin: auto;
  font-size: 15px;
  color: #fff;
}

.faq-list {
  max-width: 900px;
  margin: auto;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 15px;
  color: #4988C4;
  cursor: pointer;
}

.faq-question:hover {
  background: #f9fbfc;
}

.faq-icon {
  width: 34px;
  height: 34px;
  background: #dff4ed;
  color: #4988C4;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-weight: bold;
}

.faq-question span:first-child {
  flex-shrink: 0;
}

.faq-toggle {
  width: 34px;
  height: 34px;
  background: #e5e5e5;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 25px;
}

.faq-answer p {
  padding-bottom: 20px;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

/* ACTIVE */
.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .faq-toggle {
  background: #4988C4;
  color: #fff;
  transform: rotate(45deg);
}

/* contact */
/* .contact-section {
  background: #0f3d5e;
} */

.map-box {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  min-height: 450px;
  border: 0;
}

.contact-info {
  background: #ffffff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.contact-info i {
  font-size: 24px;
  color: #4988C4;
  margin-bottom: 8px;
  display: inline-block;
}

.contact-info h6 {
  font-weight: 600;
  margin-bottom: 4px;
}

.contact-info p{
  font-size: 14px;
  color: #0f3d5e;
  margin: 0;
}

.contact-form {
  background: #0f3d5e;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.contact-form .form-control {
  border-radius: 10px;
  padding: 12px;
}
.contact-form .contact-info , h6{
  color: #0f3d5e;
}

/*CTA */
.cta-help {
  background: linear-gradient(135deg, #79b2e0, #eef6fb);
  border-top: 1px solid #e6edf3;
}

.cta-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0f3d5e;
}

.cta-desc {
  font-size: 1rem;
  color: #6c757d;
  max-width: 650px;
}

.btn-cta {
  background-color: #0f3d5e;
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-cta:hover {
  background-color: #0b2f49;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(15, 61, 94, 0.25);
  color: #fff;
}


/* footer */
.footer-dark {
  background: radial-gradient(circle at top, #0f3d5e, #081f2f);
  color: #cfd8dc;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}

.footer-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-top: 12px;
}

.footer-title {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.footer-links a {
  color: #cfd8dc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #4988C4;
  padding-left: 5px;
}

.footer-contact i {
  color: #4988C4;
  margin-right: 8px;
}

.footer-social {
  margin-top: 20px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  color: #ffffff;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #4988C4;
  color: #081f2f;
  border-color: #4988C4;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 18px 0;
  background: rgba(0,0,0,0.25);
  font-size: 0.9rem;
}


/* facility showcase */
.facility-showcase {
  background: linear-gradient(135deg, #0f3d5e, #08293f);
  position: relative;
  overflow: hidden;
}

.facility-image {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.25);
}

.facility-image img {
  width: 100%;
  height: auto;
  transition: transform .6s ease;
}

.facility-image:hover img {
  transform: scale(1.06);
}

/* floating badge */
.image-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(15,61,94,0.9);
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(6px);
}

.facility-list {
  list-style: none;
  padding: 0;
}

.facility-list li {
  margin-bottom: 10px;
  font-size: 15px;
}

.facility-list i {
  color: #4988C4;
  margin-right: 8px;
}


/* menu facility (pages/facilities.html) */
.page-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
  z-index: -4;
}

/* Background split */
.facility-hero {
  background:
    linear-gradient(110deg,#0f3d5e, #08293f 55%, transparent 55%),
    url("../../../dist/assets/img/") center right / cover no-repeat;
    
}
.contact-hero {
  background:
    linear-gradient(110deg,#0f3d5e, #08293f 55%, transparent 55%),
    url("../../../dist/assets/img/") center right / cover no-repeat;
    
}

.career-hero {
  background:
    linear-gradient(110deg,#0f3d5e, #08293f 55%, transparent 55%),
    url("../../../dist/assets/img") center right / cover no-repeat;
    
}
.iso-hero {
  background:
    linear-gradient(110deg,#0f3d5e, #08293f 55%, transparent 55%),
    url("../../../dist/assets/img/") center right / cover no-repeat;
    
}
.about-hero {
  background:
    linear-gradient(110deg,#0f3d5e, #08293f 55%, transparent 55%),
    url("../../../dist/assets/img/") center right / cover no-repeat;
    
}
.service-hero {
  background:
    linear-gradient(110deg,#0f3d5e, #08293f 55%, transparent 55%),
    url("../../../dist/assets/img/") center right / cover no-repeat;
    
}

/* Container */
.page-hero .container {
  width: 100%;
  padding: 0 8%;
  z-index: 2;
}

.hero-content {
  max-width: 520px;
}

/* Breadcrumb */
.breadcrumb {
  background: #4988C4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 20px;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb span {
  opacity: 0.8;
}

/* Title */
.page-hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 12px;
}

.page-hero p {
  font-size: 16px;
  opacity: 0.9;
}

/* section facility pages facilities.html */
.facility-section {
  background: #0f3d5e;
}

.facility-desc {
  max-width: 650px;
  margin: auto;
  color: #dbe7ef;
  font-size: 15px;
}

.facility-img-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

.facility-img-card:hover {
  transform: translateY(-10px);
}

.facility-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.facility-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.facility-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(15,61,94,0.2),
    rgba(15,61,94,0.65)
  );
}

.facility-img-card:hover img {
  transform: scale(1.08);
}

.facility-content {
  padding: 25px;
  text-align: left;
}

.facility-content i {
  font-size: 26px;
  color: #4988C4;
}

.facility-content h5 {
  margin-top: 12px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #0f3d5e;
}

.facility-content p {
  font-size: 14.5px;
  color: #6b7280;
  line-height: 1.6;
}


/* section career pages career.html */
.career-section {
  background: linear-gradient(180deg, #0b3c5d, #072c45);
  padding: 100px 0;
  color: #fff;
}

.career-header {
  max-width: 700px;
  margin: 0 auto 60px;
}

.career-badge {
  display: inline-block;
  background: #2fa4ff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.career-header h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.career-header p {
  color: #cfe9ff;
}

.career-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.career-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 35px;
  transition: 0.4s ease;
}

.career-card:hover {
  transform: translateY(-10px);
  background: rgba(255,255,255,0.12);
}

.career-icon {
  width: 60px;
  height: 60px;
  background: rgba(47,164,255,0.15);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.career-icon i {
  font-size: 26px;
  color: #2fa4ff;
}

.career-card h4 {
  margin-bottom: 15px;
}

.career-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.career-card ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

.career-card ul i {
  color: #2fa4ff;
  margin-right: 8px;
}

.career-btn {
  display: inline-block;
  background: #072c45;
  color: #fff;
  padding: 12px 22px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.career-btn:hover {
  background: #0b3c5d;
}


/* service pages service.html */
/* .services-section {
  background: #072c45;
  padding: 100px 0;
  color: #fff;
} */


.service-row {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 100px;
  background: linear-gradient(135deg, #0f3d5e, #08293f);
}

.service-row.reverse {
  flex-direction: row-reverse;
}

.service-img {
  flex: 1;
  position: relative;
}

.service-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 22px;
}

.service-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(5,58,102,.4),
    rgba(0,0,0,.2)
  );
  border-radius: 22px;
}

.service-content {
  flex: 1;
}

.service-tag {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  color: #2fa4ff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.service-content h2 {
  font-size: 34px;
  margin-bottom: 15px;
}

.service-content p {
  font-size: 16px;
  color: #cfe9ff;
  margin-bottom: 20px;
  line-height: 1.7;
}

.service-content ul {
  padding-left: 18px;
}

.service-content ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .service-row,
  .service-row.reverse {
    flex-direction: column;
  }

  .service-img img {
    height: 300px;
  }

  .service-content h2 {
    font-size: 28px;
  }
}

/* iso pages iso.html */

/* ISO SECTION */
.iso-section {
  background: linear-gradient(180deg, #0f3d5e, #0b2f49);
  padding: 100px 0;
}

.iso-desc {
  max-width: 650px;
  margin: 15px auto 0;
  color: #dbe7ef;
  font-size: 15px;
}

.iso-card {
  background: rgba(255,255,255,0.95);
  border-radius: 18px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  transition: all 0.35s ease;
}

.iso-card img {
  max-width: 120px;
  margin-bottom: 20px;
  transition: transform .4s ease;
}

.iso-card h6 {
  font-weight: 700;
  color: #0f3d5e;
  margin-bottom: 4px;
}

.iso-card span {
  font-size: 13px;
  color: #6c757d;
}

.iso-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(15,61,94,0.25);
}

.iso-card:hover img {
  transform: scale(1.08);
}


/* about us pages about.html */
/* .about-cold {
  padding: 100px 0;
  background: #fff;
} */

/* .section-tag {
  color: #2fa4ff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
} */

.about-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 10px 0 20px;
}

.about-content p {
  color: #fff;
  line-height: 1.7;
}

.feature-badges {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.feature-badges span {
  background: #4988C4;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}

.feature-badges i {
  color: #fff;
  margin-right: 6px;
}

/* IMAGE STYLE */
.about-images {
  position: relative;
}

.img-main {
  width: 100%;
  border-radius: 20px;
}

.img-small {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 45%;
  border-radius: 20px;
  border: 6px solid #fff;
}

.img-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #4988C4;
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
}

/* MOBILE */
@media (max-width: 768px) {
  .about-content h2 {
    font-size: 28px;
  }

  .img-small {
    right: 0;
    bottom: -20px;
    width: 55%;
  }
}

/* section strategy */
.strategy-wrapper {
  position: relative;
  background: linear-gradient(135deg, #063b6b, #0b4f8a);
  border-radius: 24px;
  padding: 60px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* subtle diagonal pattern */
.strategy-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255,255,255,0.06),
    rgba(255,255,255,0.06) 10px,
    transparent 10px,
    transparent 20px
  );
}

.strategy-content {
  color: #fff;
  max-width: 60%;
  position: relative;
  z-index: 2;
}

.strategy-tag {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 600;
  opacity: 0.9;
}

.strategy-content h2 {
  font-size: 34px;
  font-weight: 700;
  margin: 10px 0 30px;
}

.strategy-block {
  margin-bottom: 25px;
}

.strategy-block h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.strategy-block i {
  margin-right: 8px;
  color: #7dd3fc;
}

.strategy-block p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.9;
}

/* IMAGE */
.strategy-image {
  position: absolute;
  right: -40px;
  bottom: 0;
  z-index: 3;
}

.strategy-image img {
  max-height: 420px;
}

/* MOBILE */
@media (max-width: 991px) {
  .strategy-wrapper {
    padding: 40px 30px;
    flex-direction: column;
  }

  .strategy-content {
    max-width: 100%;
  }

  .strategy-image {
    position: relative;
    right: 0;
    margin-top: 30px;
  }

  .strategy-image img {
    max-width: 100%;
    height: auto;
  }
}

/* section about pages about.html */
/* .cold-operations {
  padding: 80px 0;
  background: linear-gradient(135deg, #042a46, #021b2e);
  position: relative;
  color: #fff;
} */

.section-head h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.section-head p {
  opacity: 0.8;
  margin-bottom: 50px;
}

.operation-card {
  position: relative;
  height: 100%;
  padding: 30px 80px 30px 30px;
  border-radius: 18px;

  /* GLASS EFFECT */
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);

  transition: all 0.4s ease;
}

.operation-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.18);
}

.operation-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.operation-card p {
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.6;
}

.operation-card .step {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  font-size: 34px;
  font-weight: 700;
  color: rgba(255,255,255,0.25);
}

@media (max-width: 768px) {
  .operation-card {
    padding: 25px;
  }

  .operation-card .step {
    position: static;
    transform: none;
    display: block;
    text-align: right;
    margin-bottom: 10px;
    font-size: 26px;
  }
}


/* article */
/* ARTICLE SECTION */
.article-section {
  background: #0f3d5e;
}

.article-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
}

.article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(15,61,94,0.2);
}

.article-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.article-content {
  padding: 28px;
}

.article-category {
  font-size: 12px;
  font-weight: 700;
  color: #4988C4;
  letter-spacing: 1px;
}

.article-content h5 {
  font-weight: 700;
  color: #0f3d5e;
  margin: 12px 0 10px;
}

.article-content p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
}

.article-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 14px;
  color: #4988C4;
  text-decoration: none;
  margin-top: 15px;
  transition: 0.3s;
}

.article-link:hover {
  gap: 10px;
  color: #0f3d5e;
}

/* Mobile */
@media (max-width: 768px) {
  .article-img img {
    height: 180px;
  }
}


/* client logo pages client.html */
/* .clients-modern {
  background: #ffffff;
} */

.client-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

}

.client-card {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;

  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;

  background: #fff;
  transition: all 0.35s ease;
}

.client-card img {
  max-width: 160px;
  max-height: 70px;
  object-fit: contain;

  filter: grayscale(100%);
  opacity: 0.75;
  transition: all 0.35s ease;
}

/* Hover effect */
.client-card:hover {
  background: #f8fafc;
}

.client-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* Remove right border last column */
.client-card:nth-child(4n) {
  border-right: none;
}

/* Remove bottom border last row */
.client-card:nth-last-child(-n + 4) {
  border-bottom: none;
}

/* Tablet */
@media (max-width: 991px) {
  .client-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .client-card:nth-child(4n) {
    border-right: 1px solid #e5e7eb;
  }

  .client-card:nth-child(3n) {
    border-right: none;
  }

  .client-card:nth-last-child(-n + 4) {
    border-bottom: 1px solid #e5e7eb;
  }

  .client-card:nth-last-child(-n + 3) {
    border-bottom: none;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .client-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .client-card {
    height: 110px;
  }

  .client-card img {
    max-width: 120px;
  }
}


/* icon WA melayang */

.wa-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 999;
  text-decoration: none;
  animation: wa-bounce 2s infinite;
}

.wa-float img {
  width: 32px;
  height: 32px;
  filter: invert(1);
  z-index: 2;
}

/* Efek denyut naik turun halus */
@keyframes wa-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* Ripple Effect */
.wa-ripple {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.4);
  animation: wa-ripple 2s infinite;
  z-index: 1;
}

.wa-ripple.delay {
  animation-delay: 1s;
}

@keyframes wa-ripple {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

