html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;

  font-family: "Poppins", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
iframe,
video {
  max-width: 100%;
  height: auto;
  display: block;
}
 
  .project-item {
    flex-wrap: wrap;
  }
  
  @media (max-width: 768px) {
    .contact-maps-wrapper {
      flex-direction: column;
      padding: 20px;
    }
  
    .divider {
      display: none;
    }
  }
  
  @media (max-width: 768px) {
  
    section,
    .modern-section,
    .hero,
    .services,
    .why,
    .footer {
      width: 100%;
      overflow-x: hidden;
    }
  
    .service-grid,
    .why-grid,
    .doc-grid {
      grid-template-columns: 1fr !important;
    }
  
    h1, h2, h3, p {
      word-wrap: break-word;
    }
  }

  h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
  }

  .modern-section {
    padding: 80px 7%;
  }

  .hero {
    background-image:
      linear-gradient(to right, #1E3A8A 40%, rgba(106, 173, 219, 0.7)),
      url('../assets/images/bg/Kasuari.png');
  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  
    padding: 140px 7% 100px;
    color: #0098fef2;
    font-family: "Poppins", sans-serif;
  }
  
  .hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: nowrap;
  }
  
  .hero-text {
    flex: 1.1;
    max-width: 55%;
    display: flex;
    flex-direction: column;
  }
  
  .hero-title {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
  
    font-family: "Poppins", sans-serif;
    font-size: clamp(28px, 5vw, 52px);
    line-height: 1.3;
  }
  
  .hero-title .highlight {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(0,0,0,0.6);
  }
  
  #line1,
  #line2 {
    display: inline-block;
    white-space: normal !important;
  }
  
  #line2 {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(0,0,0,0.6);
  }
  
  .hero-text p {
    margin-top: 15px;
    line-height: 1.6;
    width: 100%;
    max-width: 500px;
    font-family: "Poppins", sans-serif;
  }
  
  .hero-img {
    flex: 0.9;
    width: 100%;
    max-width: 45%;
    border-radius: 2px;
    object-fit: contain;
  }
  
  .cursor {
    margin-left: 5px;
    animation: blink 0.7s infinite;
    display: inline-block;
    vertical-align: baseline;
  }
  
  @keyframes blink {
    50% {
      opacity: 0;
    }
  }
  
  @media (min-width: 1100px) and (max-width: 1220px)
         and (min-height: 760px) and (max-height: 860px) {
  
    .hero {
      padding: 110px 5% 70px;
    }
  
    .hero-inner {
      gap: 28px;
    }
  
    .hero-text {
      flex: 1.2;
      max-width: 58%;
    }
  
    .hero-title {
      font-size: clamp(30px, 3vw, 38px);
      line-height: 1.25;
    }
  
    .hero-text p {
      max-width: 540px;
      font-size: 14px;
      line-height: 1.55;
    }
  
    .hero-img {
      max-width: 40%;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1280px) {
  
    .hero {
      padding: 120px 4% 80px;
    }
  
    .hero-inner {
      flex-direction: column;
      align-items: center;
      gap: 25px;
    }
  
    .hero-text {
      width: 100%;
      max-width: 95%;
      text-align: center;
      align-items: center;
    }
  
    .hero-title {
      font-size: clamp(28px, 4vw, 42px);
      text-align: center;
      justify-content: center;
    }
  
    .hero-text p {
      max-width: 700px;
      margin: 15px auto 0;
      font-size: 15px;
      text-align: center;
    }
  
    .hero-img {
      width: 100%;
      max-width: 500px;
      margin-top: 15px;
    }
  
    #line1,
    #line2 {
      display: block;
      text-align: center;
    }
  }
  
  @media (min-width: 900px) and (max-width: 1280px)
         and (max-height: 900px)
         and (orientation: landscape) {
  
    .hero {
      padding: 95px 5% 60px;
    }
  
    .hero-inner {
      flex-direction: row !important;
      justify-content: space-between;
      gap: 28px;
    }
  
    .hero-text {
      flex: 1.2;
      max-width: 58%;
      text-align: left;
      align-items: flex-start;
    }
  
    .hero-title {
      font-size: clamp(28px, 2.8vw, 36px);
      justify-content: flex-start;
    }
  
    .hero-text p {
      max-width: 520px;
      font-size: 14px;
      margin-top: 10px;
      text-align: left;
    }
  
    .hero-img {
      flex: 1;
      max-width: 40%;
    }
  
    #line1,
    #line2 {
      display: inline-block;
      text-align: left;
    }
  }
  
  @media (min-width: 1200px) and (max-width: 1366px) {
  
    .hero {
      padding: 120px 6% 80px;
    }
  
    .hero-inner {
      flex-direction: row !important;
      gap: 40px;
    }
  
    .hero-text {
      flex: 1.2;
      max-width: 58%;
      text-align: justify;
      align-items: flex-start;
    }
  
    .hero-title {
      font-size: clamp(32px, 3vw, 44px);
    }
  
    .hero-text p {
      max-width: 650px;
      font-size: 15px;
      text-align: justify;
    }
  
    .hero-img {
      flex: 1;
      max-width: 42%;
    }
  }
  
  @media (width: 820px) and (height: 1180px),
         (width: 912px) and (height: 1368px),
         (width: 853px) and (height: 1280px) {
  
    .hero {
      padding: 135px 5% 95px;
    }
  
    .hero-inner {
      flex-direction: column !important;
      align-items: center;
      justify-content: center;
      gap: 40px;
    }
  
    .hero-text {
      width: 100%;
      max-width: 100%;
      text-align: center;
      align-items: center;
    }
  
    .hero-title {
      font-size: clamp(36px, 5vw, 56px);
      line-height: 1.25;
      justify-content: center;
      text-align: center;
    }
  
    .hero-text p {
      max-width: 820px;
      margin: 20px auto 0;
      font-size: 17px;
      line-height: 1.8;
      text-align: center;
    }
  
    .hero-img {
      flex: unset;
      width: 100%;
      max-width: 95% !important;
      margin-top: 20px;
      object-fit: contain;
    }
  
    #line1,
    #line2 {
      display: block;
      text-align: center;
    }
  
    .cursor {
      display: none;
    }
  }
  
  @media (width: 1024px) and (height: 1366px) {
  
    .hero {
      padding: 130px 0 90px;
    }
  
    .hero-inner {
      flex-direction: column !important;
      align-items: center;
      justify-content: center;
      gap: 45px;
      width: 100%;
    }
  
    .hero-text {
      width: 100%;
      max-width: 100%;
      padding: 0 6%;
      text-align: center;
      align-items: center;
    }
  
    .hero-title {
      font-size: clamp(42px, 5vw, 60px);
      line-height: 1.2;
      justify-content: center;
      text-align: center;
    }
  
    .hero-text p {
      max-width: 850px;
      margin: 22px auto 0;
      font-size: 18px;
      line-height: 1.85;
      text-align: center;
    }
  
    .hero-img {
      flex: unset;
    
      width: 100%;
      max-width: 1000px;
    
      margin-top: 10px;
      margin-inline: auto;
    
      border-radius: 0;
    
      object-fit: contain;
      display: block;
    }
  
    #line1,
    #line2 {
      display: block;
      text-align: center;
    }
  
    .cursor {
      display: none;
    }
  }
  
  @media (max-width: 768px) {
  
    .hero {
      padding: 110px 5% 70px;
      text-align: center;
      background-position: top;
    }
  
    .hero-inner {
      flex-direction: column;
      gap: 25px;
    }
  
    .hero-text {
      width: 100%;
      max-width: 100%;
      margin-top: 10px;
      text-align: center;
      align-items: center;
    }
  
    .hero-title {
      font-size: 28px;
      margin-bottom: 15px;
      justify-content: center;
      text-align: center;
    }
  
    #line1,
    #line2 {
      display: block;
      text-align: center;
    }
  
    .hero-text p {
      font-size: 14px;
      max-width: 100%;
      margin: 15px auto 0;
      text-align: center;
    }
  
    .hero-img {
      width: 100%;
      max-width: 100%;
      margin-top: 10px;
      border-radius: 10px;
    }
  }
  
  @media (max-width: 480px) {
  
    .hero {
      padding: 100px 5% 60px;
    }
  
    .hero-title {
      font-size: 24px;
      line-height: 1.35;
    }
  
    .hero-text p {
      font-size: 13px;
      line-height: 1.6;
    }
  
    .hero-img {
      border-radius: 8px;
    }
  }

  .visi-misi {
    position: relative;
    padding: 110px 20px;
    font-family: "Poppins", sans-serif;
    color: rgb(13, 0, 69);
    overflow: hidden;
  }
  
  .visi-misi::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../assets/images/bg/bebejir.png');
    background-size: cover;
    background-position: center;
    opacity: 0.02;
    z-index: -1;
  }
  
  .visi-misi::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    max-width: 92%;
    height: 5px;
    background: linear-gradient(90deg, #0b3c5d);
    border-radius: 0.2px;
    opacity: 0.15;
  }
  
  .visi-misi h2 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 70px;
    font-weight: 600;
  }
  
  .vm-container {
    position: relative;
    overflow: hidden;
  
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 70px 50px;
  
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 50px;
    flex-wrap: wrap;
  
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 25px;
  
    box-shadow:
      0 25px 60px rgba(0,0,0,0.25),
      inset 0 1px 0 rgba(255,255,255,0.2);
  }
  
  .vm-container::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 12%;
    transform: translateX(-50%);
    width: 2px;
    height: 76%;
  
    background: linear-gradient(
      to bottom,
      transparent,
      rgba(255,255,255,0.6),
      transparent
    );
  
    opacity: 0.6;
  }
  
  .vm-container::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
  
    background: radial-gradient(
      circle,
      rgba(255,255,255,0.15),
      transparent
    );
  
    filter: blur(40px);
    pointer-events: none;
  }
  
  .vm-card {
    position: relative;
    flex: 1;
    width: 340px;
  
    display: flex;
    flex-direction: column;
  
    padding: 35px 25px;
    border-radius: 16px;
  
    background: linear-gradient(to bottom, #ffffff, #f9f9f9);
    color: #333;
  
    backdrop-filter: blur(10px);
  
    box-shadow:
      0 20px 45px rgba(0,0,0,0.25),
      8px 8px 0 #f1f1f1,
      16px 16px 0 #e2e2e2;
  
    transition: all 0.35s ease;
  }
  
  .vm-card:nth-child(1) {
    transform: rotate(-2deg);
  }
  
  .vm-card:nth-child(2) {
    transform: rotate(2deg);
  }
  
  .vm-card::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
  
    background: #f3f3f3;
    border-radius: 6px;
  
    z-index: -1;
    transform: rotate(1.5deg);
  }
  
  .vm-card:hover {
    transform: rotate(0deg) translateY(-10px) scale(1.05);
  
    box-shadow:
      0 30px 60px rgba(0,0,0,0.35),
      10px 10px 0 #f1f1f1,
      20px 20px 0 #e2e2e2;
  }
  
  .vm-card .pin {
    position: absolute;
    top: -20px;
    left: 30px;
  
    width: 26px;
    height: 26px;
    border-radius: 50%;
  
    background: radial-gradient(circle at 30% 30%, #ff5a5a, #b30000);
  
    box-shadow:
      0 6px 12px rgba(0,0,0,0.35),
      inset -3px -4px 6px rgba(0,0,0,0.4);
  
    z-index: 10;
  }
  
  .vm-card .pin::after {
    content: "";
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%) rotate(12deg);
  
    width: 2px;
    height: 26px;
  
    background: linear-gradient(#aaa, #555);
  }
  
  .vm-card .pin::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 6px;
  
    width: 20px;
    height: 10px;
  
    background: rgba(0,0,0,0.25);
  
    filter: blur(4px);
    border-radius: 50%;
  }
  
  .vm-card h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    color: #0b3c5d;
  }
  
  .vm-card p,
  .vm-card li {
    font-size: 15px;
    line-height: 1.7;
    color: #4f5d75;
  }
  
  .vm-card ul {
    padding-left: 20px;
  }
  
  @media (min-width: 1000px) and (max-width: 1100px) and (max-height: 650px) {
    .hero {
      padding: 100px 5% 60px;
    }
  
    .hero-inner {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 30px;
    }
  
    .hero-text {
      flex: 1.2;
      max-width: 60%;
      text-align: justify;
    }
  
    .hero-title {
      font-size: clamp(26px, 2.8vw, 34px);
      line-height: 1.3;
    }
  
    .hero-text p {
      max-width: 520px;
      font-size: 14px;
    }
  
    .hero-img {
      flex: 1;
      max-width: 40%;
      width: 100%;
    }
  }
  
  @media (max-width: 768px) {
    .visi-misi {
      padding: 60px 15px;
      text-align: center;
      background-position: top;
    }
  
    .visi-misi h2 {
      font-size: 24px;
      margin-bottom: 30px;
    }
  
    .vm-container {
      flex-direction: column;
      padding: 40px 25px;
    }
  
    .vm-container::before {
      display: none;
    }
  
    .vm-card {
      width: 100%;
      max-width: 420px;
    }
  
    .vm-card ul {
      text-align: left;
    }
  }

.services::after {
  content: "";
  position: absolute;

  top: 0px;
  left: 50%;
  transform: translateX(-50%);

  width: 75%;
  max-width: 92%;
  height: 5px;

  background: linear-gradient(90deg, #0b3c5d);
  border-radius: 2px;

  opacity: 0.15;
}

.services {
  padding: 100px 20px 80px;
  background: #ffffff;
  font-family: "Poppins", sans-serif;

  position: relative;

  border-top: none;
  border-bottom: none;
}

.services::before {
  content: "";
  position: absolute;
  inset: 0;

  background: url('../assets/images/bg/bebejir.png') no-repeat center;
  background-size: cover;

  opacity: 0.04;
  z-index: 0;
}

.services > * {
  position: relative;
  z-index: 1;
}

.services h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #0b3c5d;
}

.services h2::after {
  display: none;
}

.section-header {
  margin-bottom: 55px;
}

.section-header p {
  max-width: 650px;
  margin: 0 auto;
  text-align: justify;
  text-align-last: center;
  line-height: 1.7;
  color: #334155;
}

.service-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.service-card {
  position: relative;
  padding: 40px 25px 30px;

  background:
    repeating-linear-gradient(
      to bottom,
      rgba(255,255,255,0.08) 0px,
      rgba(255,255,255,0.08) 1px,
      transparent 1px,
      transparent 24px
    ),
    linear-gradient(135deg, #0b3c5d, #1e5b88);

  border-radius: 18px;

  border: 1.5px solid rgba(255,255,255,0.15);

  text-align: center;

  box-shadow:
    0 4px 10px rgba(0,0,0,0.35),
    inset 0 2px 4px rgba(255,255,255,0.4);

  transition: all 0.35s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 18px;

  width: 18px;
  height: 18px;
  border-radius: 50%;

  background: radial-gradient(circle at 30% 30%, #ff4d4d, #b91c1c);

  box-shadow:
    0 4px 10px rgba(0,0,0,0.35),
    inset 0 2px 4px rgba(255,255,255,0.4);
}

.service-card::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 25px;

  width: 2px;
  height: 18px;

  background: rgba(0,0,0,0.35);
  transform: rotate(20deg);
}

.service-card:hover {
  transform: translateY(-10px) scale(1.02);
 
}

.service-card .icon {
  width: 75px;
  height: 75px;
  background: #ffffff;

  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0 auto 20px;

  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.service-card .icon img {
  width: 36px;
  height: 36px;
}

.service-card h3 {
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.service-card p {
  font-size: 14.5px;
  color: #e2e8f0;
  line-height: 1.7;
  text-align: justify;
}

@media (max-width: 1024px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services {
    padding: 80px 16px 60px;
  }

  .services h2 {
    font-size: 26px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .services::before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }
}

.why {
  padding: 70px 20px;
  font-family: "Poppins", sans-serif;
  color: #ffffff;

  background:
  linear-gradient(to right, #1E3A8A 40%, rgba(106, 173, 219, 0.7)),
  url('../assets/images/bg/bgg.png');

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.why h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: 600;
  color: #ffffff;
}

.why-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.why-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.15);
  transition: 0.3s;
}

.why-card:hover {
  transform: translateY(-5px);
  background: rgba(255,255,255,0.12);
}

.icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #1E3A8A;

  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 26px;
  color: #ffffff;
}

@media (max-width: 1366px) {
  .why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .why-grid {
    grid-template-columns: 1fr;
  }
}

#projects {
  padding: 90px 20px;
  position: relative;
  overflow: hidden;
  background: none;
}

.projects.modern-section::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);

  width: 75%;
  max-width: 92%;
  height: 5px;

  background: linear-gradient(90deg, #0b3c5d);
  border-radius: 0.2px;
  opacity: 0.15;
}

#projects::before {
  content: "";
  position: absolute;
  inset: 0;

  background: url('../assets/images/bg/bgg.png') no-repeat center;
  background-size: cover;

  opacity: 0.04;
  transform: scaleY(-1) rotateX(-1);

  z-index: 0;
}

#projects > * {
  position: relative;
  z-index: 1;
}

#projects h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 60px;
  color: #0b3c5d;
}

#projects h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin: 14px auto 0;
  border-radius: 2px;
  
}

.project-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1050px;
  margin: auto;
}

.project-item {
  position: relative;
  padding: 28px 26px 26px;
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: 200px;

  background:
    repeating-linear-gradient(
      to bottom,
      rgba(11, 60, 93, 0.06) 0px,
      rgba(11, 60, 93, 0.06) 1px,
      transparent 1px,
      transparent 24px
    ),
    rgba(255,255,255,0.75);

  backdrop-filter: blur(14px);

  border: 1.5px solid #0b3c5d;
  border-top: 4px solid #0b3c5d;

  border-radius: 0;

  box-shadow:
    0 12px 35px rgba(0,0,0,0.08),
    0 0 0 1px rgba(11,60,93,0.08);

  transition: all 0.35s ease;
  overflow: hidden;
}

.project-item::after,
.project-item::before {
  display: none;
}

.project-item::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 18px;

  width: 18px;
  height: 18px;
  border-radius: 50%;

  background: radial-gradient(circle at 30% 30%, #ff4d4d, #b91c1c);

  box-shadow:
    0 4px 10px rgba(0,0,0,0.35),
    inset 0 2px 4px rgba(255,255,255,0.4);
}

.project-item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 25px;

  width: 2px;
  height: 18px;

  background: rgba(0,0,0,0.3);
  transform: rotate(20deg);
}

.project-item:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 
    0 25px 60px rgba(0,0,0,0.15),
    0 0 0 1px rgba(11,60,93,0.2);
}

.project-item img {
  width: 320px;
  height: 190px;
  object-fit: cover;
  border-radius: 14px;
  flex-shrink: 0;
  transition: 0.4s;
}

.project-item:hover img {
  transform: scale(1.06);
}

.project-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.project-info h3 {
  font-size: 21px;
  font-weight: 700;
  margin: 0;
  color: #0b3c5d;
}

.project-info p {
  margin: 0;
  color: #64748b;
  font-size: 14.5px;
  line-height: 1.6;
}

.project-item:nth-child(even) {
  flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  #projects::before {
    background-position: center top;
  }
}

@media (max-width: 768px) {
  #projects {
    padding: 70px 16px;
  }

  #projects h2 {
    font-size: 26px;
  }

  #projects::before {
    background-position: top center;
    opacity: 0.025;
    transform: none;
  }

  .project-item {
    flex-direction: column !important;
    align-items: flex-start;
    padding: 20px;
  }

  .project-item img {
    width: 100%;
    height: 200px;
  }

  .project-item::after,
  .project-item::before {
    display: none;
  }
}

@media (max-width: 480px) {
  #projects::before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }
}

.documentation.modern-section {
  padding: 110px 20px 100px;
  font-family: "Poppins", sans-serif;

  position: relative;
  overflow: visible;
  background: #ffffff;
}

.documentation.modern-section::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);

  width: 75%;
  max-width: 92%;
  height: 5px;

  background: linear-gradient(90deg, #0b3c5d);
  border-radius: 0.2px;
  opacity: 0.15;
}

.documentation.modern-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background: url('../assets/images/bg/bgg.png') no-repeat center;
  background-size: cover;

  opacity: 0.02;
  z-index: 0;
}

.documentation.modern-section > * {
  position: relative;
  z-index: 1;
}

.documentation.modern-section h2 {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 60px;
  color: #0b3c5d;
}

.carousel {
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  gap: 30px;
  padding: 40px 30px;
  transition: transform 0.6s ease;
}

.doc-item {
  flex: 0 0 calc((100% - 90px) / 4);
  position: relative;
  padding: 18px;

  background:
    repeating-linear-gradient(
      to bottom,
      rgba(11, 60, 93, 0.05) 0px,
      rgba(11, 60, 93, 0.05) 1px,
      transparent 1px,
      transparent 24px
    ),
    rgba(255,255,255,0.96);

  border: none;
  outline: none;

  border-radius: 2px;

  box-shadow: 0 12px 25px rgba(0,0,0,0.08);

  transition: 0.3s;
}

.doc-item::before {
  display: none;
}

.doc-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.12);
}

.img-frame {
  position: relative;
  background: #ffffff;
  padding: 5px;

  border-radius: 2px;
  overflow: hidden;

  box-shadow: 0 4px 10px rgba(0,0,0,0.1);

  margin-bottom: 12px;
}

.img-frame img {
  width: 100%;
  height: 170px;
  object-fit: cover;

  border-radius: 2px;
  display: block;

  transition: transform 0.5s ease;
}

.img-frame:hover img {
  transform: scale(1.12);
}

.img-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px;

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.7),
    rgba(0,0,0,0)
  );

  color: #ffffff;
  font-size: 14px;
  font-weight: 600;

  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.img-frame:hover .img-overlay {
  opacity: 1;
  transform: translateY(0);
}

.doc-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: #0b3c5d;
}

.doc-item p {
  font-size: 13px;
  color: #64748b;
}

.doc-item::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 18px;

  width: 18px;
  height: 18px;
  border-radius: 50%;

  background: radial-gradient(circle at 30% 30%, #ff4d4d, #b91c1c);

  box-shadow:
    0 4px 10px rgba(0,0,0,0.35),
    inset 0 2px 4px rgba(255,255,255,0.4);
}

@media (max-width: 992px) {
  .doc-item {
    flex: 0 0 calc((100% - 60px) / 3);
  }
}

@media (max-width: 768px) {
  .doc-item {
    flex: 0 0 calc((100% - 30px) / 2);
  }

  .doc-item::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .doc-item {
    flex: 0 0 100%;
  }
}

.contact-maps {
  padding: 60px 0;
  display: flex;
  justify-content: center;
  font-family: 'Poppins', sans-serif;

  position: relative;

  background: none; 
}

.contact-maps::before {
  content: "";
  position: absolute;
  inset: 0;

  background: url('../assets/images/bg/bgg.png');
  background-size: cover;
  background-position: center;

  opacity: 0.02;

  transform: scaleY(-1);

  z-index: 0;
}

.contact-maps > * {
  position: relative;
  z-index: 1;
}

.contact-maps-wrapper {
width: 95%;
max-width: 1200px;
display: flex;
gap: 40px;
background: #fff;
border-radius: 20px;
padding: 40px;
box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.contact-left {
flex: 1;
display: flex;
flex-direction: column;
align-items: flex-start;    
text-align: left;
}

.contact-left h2 {
font-size: 30px;
margin-bottom: 5px;
color: #0a1e3f;
}

.contact-left .desc {
font-size: 14px;
color: #666;
margin-bottom: 35px;
}

.info-item {
display: flex;
align-items: center;
gap: 10px;                 
margin-bottom: 20px;
}

.info-item .icon {
width: 38px;
height: 38px;
min-width: 38px;
background: #0a2a6d;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}

.info-item .icon i {
color: white;
font-size: 18px;
}


.info-item h4 {
margin: 0;
font-size: 15px;
font-weight: 600;
color: #0a1e3f;
}

.info-item p {
margin: 2px 0 0;
font-size: 14px;
color: #555;
}

.wa-button {
margin-top: 25px;
padding: 12px 25px;
background: white;
border: 2px solid #0a2a6d;
border-radius: 12px;
color: #0a2a6d;
text-decoration: none;
font-weight: 600;
}

.divider {
width: 1px;
background: #e1e1e1;
}

.contact-right {
flex: 1.2;
}

.contact-right iframe {
width: 100%;
height: 380px;
border: none;
border-radius: 12px;
background: #0a2a6d;
}

.footer {
background: #1E3A8A;              
color: #ffffff;                    
padding: 50px 0;
font-family: 'Poppins', sans-serif;
}

.footer-container {
width: 90%;
max-width: 1200px;
margin: auto;
display: flex;
gap: 40px;
justify-content: space-between;
}

.footer-col {
flex: 1;
}

.footer-col h3,
.footer-col h4 {
margin-bottom: 15px;
font-size: 20px;
font-weight: 600;
}

.footer-col p {
margin: 6px 0;
font-size: 14px;
color: white;     
line-height: 1.6;
}

@media (max-width: 768px) {
.footer-container {
  flex-direction: column;
  gap: 25px;
}
}

#scrollProgress{
  position:fixed;
  bottom:0;
  left:0;
  height:4px;
  width:0%;
  background:linear-gradient(90deg,#1E3A8A,#3B82F6,#60A5FA);
  z-index:9999;

  box-shadow:
    0 0 8px rgba(59,130,246,0.8),
    0 0 16px rgba(30,58,138,0.6);

  filter: drop-shadow(0 0 6px rgba(59,130,246,0.9));
  border-radius: 10px;
  transition: width 0.1s linear;
}

.judul-berita{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-bottom:40px;
}

.judul-berita h2{
  font-size:48px;
  color:#0b3c5d;
  margin:0;
}

.judul-berita h3{
  font-size:10px;
  margin:0;
}

.judul-berita a{
  text-decoration:none;
  color:#5b21b6;
  transition:0.3s;
}

.judul-berita a:hover{
  color:#7c3aed;
}