/* =========================
   RESET
========================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* =========================
   BODY
========================= */
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #f4f6f8;
  color: #1a1a1a;
  position: relative;
  overflow-x: hidden;
}

/* =========================
   SIDEBAR (MIDNIGHT NAVY)
========================= */
.sidebar {
  width: 260px;
  height: 100vh;
  background: linear-gradient(180deg, #0b1f3a, #07152a);
  color: #fff;
  position: fixed;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sidebar h2 {
  font-size: 18px;
  letter-spacing: 2px;
  color: #e6edf5;
}

/* MENU */
.menu {
  list-style: none;
  margin-top: 12px;
}

.menu li {
  margin: 18px 0;
}

.menu a {
  color: #a9b4c2;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.menu a:hover {
  color: #3fa7ff;
  padding-left: 6px;
}

/* =========================
   MAIN CONTENT
========================= */
.main-content {
  margin-left: 260px;
  padding: 40px;

  background: #ffffff;
  min-height: 100vh;

  width: auto;
  max-width: 100%;
  overflow-x: hidden;
}

/* =========================
   HERO (FULL IMAGE)
========================= */
.hero-full {
  position: relative;
  height: 400px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 80px;

  background: url("../images/hero-medical.jpg") center/cover no-repeat;

  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.15);
}

/* OVERLAY */
.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(7, 21, 42, 0.85),
    rgba(11, 31, 58, 0.7)
  );
}

/* HERO CONTENT */
.hero-content {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  max-width: 520px;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
}

.hero-content p {
  margin-top: 15px;
  color: #d0dae6;
  font-size: 16px;
}

/* BUTTON */
.btn-primary {
  display: inline-block;
  margin-top: 25px;
  background: linear-gradient(135deg, #3fa7ff, #1b6ca8);
  color: white;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(63, 167, 255, 0.3);
}

/* =========================
   LOGO (FULL IMAGE)
========================= */
.top-logo {
  position: absolute;
  top: -60px;
  right: 40px;
  z-index: 999;
  pointer-events: none;
}

.top-logo img {
  width: 320px;
  height: auto;
  display: block;
}

/* =========================
   SECTION
========================= */
section {
  margin-top: 70px;
}

section h2 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #0b1f3a;
}

section h2::after {
  content: "";
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #0d47a1, #4da3ff);
  display: block;
  margin-top: 8px;
}

section p {
  font-size: 15px;
  line-height: 1.9;
  color: #5f6f81;
  max-width: 650px;
}

/* =========================
   GRID / CARD
========================= */

.grid-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* CARD */
.card {
  background: #f4f8fc;
  padding: 30px;
  border-radius: 18px;
  border: 1px solid #dbe3ec;

  position: relative;
  overflow: hidden;

  transition: 0.3s;
}

/* BULATAN KANAN ATAS */
.card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(13, 71, 161, 0.12);
  border-radius: 50%;
  top: -80px;
  right: -80px;
}

/* ICON */
.card-icon {
  font-size: 28px;
  margin-bottom: 15px;
}

/* TITLE */
.card h3 {
  color: #0d47a1;
  font-size: 18px;
  margin-bottom: 10px;
}

/* GARIS BAWAH */
.card h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #0d47a1, #4da3ff);
  margin-top: 6px;
  border-radius: 2px;
}

/* TEXT */
.card p {
  color: #4a5a6a;
  font-size: 14px;
  line-height: 1.7;
}

/* HOVER */
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(13, 71, 161, 0.15);
  border-color: #0d47a1;
}

/* CARD KE-3 DI TENGAH */
.center-card {
  grid-column: span 2;
  max-width: 500px;
  margin: auto;
}

/* =========================
   CTA
========================= */
.cta-section {
  background: linear-gradient(135deg, #0b1f3a, #0f3c78);
  border-radius: 25px;
  padding: 80px 20px;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

/* efek bulat halus kiri */
.cta-section::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  top: -80px;
  left: -80px;
}

/* efek kanan bawah */
.cta-section::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 250px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  bottom: -80px;
  right: -80px;
}

/* judul */
.cta-section h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #ffffff;
}

/* highlight kata */
.cta-section h2 span {
  color: #4da3ff;
}

/* tombol */
.cta-button {
  background: linear-gradient(135deg, #4da3ff, #1e90ff);
  color: white;
  padding: 15px 35px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: all 0.3s ease;
}

/* hover (biar hidup) */
.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

/* =========================
   FOOTER
========================= */
.footer {
  margin-left: 260px;
  background: #07152a;
  color: white;
  padding: 60px 70px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-col {
  width: 23%;
}

.footer-col h3,
.footer-col h4 {
  margin-bottom: 12px;
  color: #e6edf5;
}

.footer-col p,
.footer-col a {
  color: #9fb0c3;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.6;

  word-break: break-word;
  overflow-wrap: break-word;
}

.footer-col a:hover {
  color: #3fa7ff;
}

.tagline {
  margin-top: 10px;
  color: #c5cfda;
}

/* FOOTER BOTTOM */
.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid #1e2f4a;
  padding-top: 15px;
  text-align: center;
  font-size: 12px;
  color: #7f8fa4;
}

/* =========================
   ABOUT (MODERN)
========================= */

.about-section {
  margin-top: 70px;
  max-width: 1100px;
}

/* container text */
.about-container {
  max-width: 100%;
  margin-bottom: 60px;
  margin-top: 0;
}

.about-container p {
  color: #1c1d1f;
  line-height: 2;
}

.about-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 360px;
  margin-top: 0;
  margin-bottom: 35px;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  object-position: center 40%; /* 🔥 ini kunci (lebih turun dari sebelumnya) */

  display: block;
}

/* overlay text */
.about-text {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 2;
}

.about-text h1 {
  color: #ffffff;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 0 6px 25px rgba(0, 0, 0, 0.6);
}

/* overlay biar lebih hidup */
.about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.347),
    rgba(0, 0, 0, 0.53)
  );
}

/* hover effect (optional tapi keren) */
.about-image:hover img {
  transform: scale(1.05);
}

.accordion {
  margin-top: 40px;
}

.accordion-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e3eaf2;
}

.accordion-header {
  width: 100%;
  padding: 18px;
  background: #f4f6f8;
  border: none;
  font-weight: 600;
  cursor: pointer;

  display: flex;
  justify-content: space-between;
}

.accordion-item.active .accordion-header {
  background: linear-gradient(180deg, #0b1f3a, #07152a);
  color: #fff;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  padding: 0 20px;
}

.accordion-content ul,
.accordion-content p {
  padding: 15px 0;
}

/* DOWNLOAD BUTTON */
.download-box {
  margin-top: 40px;
  position: static;
}

.download-box a {
  display: inline-block;
  background: linear-gradient(180deg, #0b1f3a, #07152a);
  color: white;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.download-box a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(63, 167, 255, 0.3);
}

/* =========================
   SERVICES
========================= */
.services-section {
  margin-top: 40px;
}

.services-section h1 {
  font-size: 32px;
  color: #0d47a1;
  margin-bottom: 30px;
}

/* GRID */
.services-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* 🔥 CARD KE-3 JADI TENGAH */
.services-container .service-card-soft:nth-child(3) {
  grid-column: span 2;
  max-width: 500px;
  margin: auto;
}

/* CARD */
.service-card-soft {
  background: #f4f8fc;
  padding: 30px;
  border-radius: 18px;
  border: 1px solid #dbe3ec;

  position: relative;
  overflow: hidden;

  transition: 0.3s;
}

/* efek bulat kanan atas (lebih soft biru tua) */
.service-card-soft::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: rgba(13, 71, 161, 0.12); /* biru lebih tua */
  border-radius: 50%;
  top: -80px;
  right: -80px;
}

/* HOVER */
.service-card-soft:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(13, 71, 161, 0.15);
  border-color: #0d47a1;
}

/* ICON */
.service-icon-soft {
  font-size: 32px;
  margin-bottom: 15px;

  /* biar tetap rapi */
  display: inline-block;
}

/* TITLE */
.service-card-soft h3 {
  color: #0d47a1; /* biru tua */
  font-size: 18px;
  margin-bottom: 10px;
}

/* garis bawah */
.service-card-soft h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #0d47a1, #4da3ff);
  margin-top: 6px;
  border-radius: 2px;
}

/* TEXT */
.service-card-soft p {
  color: #4a5a6a;
  font-size: 14px;
  line-height: 1.7;
}

/* =========================
   PRINCIPAL
========================= */

/* SECTION */
.principal-section {
  margin-top: 40px;
}

/* TITLE */
.principal-section h1 {
  font-size: 32px;
  color: #0d47a1;
  margin-bottom: 10px;
}

/* TEXT */
.principal-section p {
  color: #5b6b7c;
  margin-bottom: 35px;
}

/* =========================
   PRINCIPAL SLIDER
========================= */

.principal-slider {
  width: 100%;

  overflow: hidden;

  position: relative;

  margin-top: 40px;
}

/* TRACK */
.principal-track {
  display: flex;

  gap: 24px;

  width: max-content;

  animation: scrollLogo 18s linear infinite;
}

/* HOVER PAUSE */
.principal-track:hover {
  animation-play-state: paused;
}

/* CARD */
.principal-card {
  width: 260px;

  height: 180px;

  background: #ffffff;

  border-radius: 24px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 25px;

  flex-shrink: 0;

  border: 1px solid #e1e5fc;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);

  transition: 0.3s ease;
}

/* HOVER */
.principal-card:hover {
  transform: translateY(-6px);
}

/* IMAGE */
.principal-card img {
  max-width: 150px;

  max-height: 70px;

  width: auto;
  height: auto;

  object-fit: contain;
}

/* ANIMATION */
@keyframes scrollLogo {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-284px * 3));
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .principal-card {
    width: 220px;

    height: 160px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .principal-card {
    width: 180px;

    height: 140px;
  }

  .principal-card img {
    max-width: 120px;
  }
}
/* =========================
   PRODUCT
========================= */
.product-section {
  margin-top: 40px;
}

.product-section h1 {
  font-size: 32px;
  color: #0d47a1;
  margin-bottom: 25px;
}

/* GRID */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* CARD */
.product-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #e3eaf2;
  transition: 0.3s;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(13, 71, 161, 0.15);
}

/* IMAGE */
.product-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 15px;
}

/* TITLE */
.product-card h3 {
  color: #1565c0;
  margin-bottom: 10px;
}

/* DESC */
.product-card p {
  color: #5b6b7c;
  font-size: 14px;
  margin-bottom: 15px;
}

/* BUTTON */
.product-card a {
  display: inline-block;
  padding: 8px 14px;
  background: linear-gradient(135deg, #0d47a1, #1976d2);
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
}

.product-card a:hover {
  opacity: 0.9;
}
.product-card h3 {
  color: #1565c0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

/* GARIS BAWAH KECIL */
.product-card h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #0d47a1, #4da3ff);
  margin-top: 6px;
  border-radius: 2px;
}

/* =========================
   CONTACT US
========================= */
/* SECTION */
.contact-section {
  max-width: 1200px;
  margin: auto;
}

/* TITLE */
.contact-section h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #0d47a1;
}

/* GRID */
.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* CARD */
.contact-card {
  background: linear-gradient(
    180deg,
    #0b1f3a,
    #07152a
  ); /* sama seperti sidebar */
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}

/* HOVER */
.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

/* BODY */
.contact-body {
  padding: 20px;
}

/* TITLE */
.contact-body h2 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
}

/* GARIS BAWAH (TETAP ADA) */
.contact-body h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #4da3ff, #ffffff);
  margin-top: 6px;
  border-radius: 2px;
}

/* TEXT */
.contact-body p {
  color: #cfd8e3;
  line-height: 1.6;
}
/* WRAPPER IMAGE */
.contact-image {
  width: 100%;
  height: 200px; /* 🔥 bikin semua sama tinggi */
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

/* IMAGE */
.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* 🔥 INI KUNCI BIAR GA KEPOTONG ANEH */
  object-position: center 30%;

  display: block;
}

/* MAP */
.map-container {
  margin-top: 15px;
  border-radius: 12px;
  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* IFRAME */
.map-container iframe {
  width: 100%;
  height: 180px;
  border: none;
  display: block;
}

/* INFO */
.contact-info {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  color: #e6edf5;
}

/* =========================
   CONTACT FORM
========================= */

.contact-form-box {
  background: white;

  padding: 35px;

  border-radius: 20px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

  margin-top: 40px;
}

.contact-form-box h3 {
  font-size: 30px;
  color: #0b1f3a;

  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;

  margin-bottom: 8px;

  font-weight: 600;
  color: #0b1f3a;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;

  padding: 14px 16px;

  border: 1px solid #dce3ea;
  border-radius: 12px;

  font-size: 15px;
  font-family: "Poppins", sans-serif;

  outline: none;

  transition: 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #0d47a1;
}

.contact-buttons {
  display: flex;
  gap: 15px;

  margin-top: 25px;
}

.btn-email,
.btn-wa {
  border: none;

  padding: 14px 24px;

  border-radius: 12px;

  font-size: 15px;
  font-weight: 600;

  cursor: pointer;

  transition: 0.3s ease;
}

.btn-email {
  background: #0d47a1;
  color: white;
}

.btn-wa {
  background: #25d366;
  color: white;
}

.btn-email:hover,
.btn-wa:hover {
  transform: translateY(-2px);
}

/* =========================
   GLOBAL RESPONSIVE FIX
========================= */

/* TOGGLE BUTTON */
.menu-toggle {
  display: none;
  position: fixed;
  top: 15px;
  left: 15px;

  z-index: 999999;

  color: white;

  border: none;
  padding: 10px 14px;
  border-radius: 8px;

  cursor: pointer;
  font-size: 20px;
}

/* =========================
   LAPTOP / DESKTOP
========================= */
@media (min-width: 1025px) {
  .top-logo {
    position: absolute;

    top: 0px;
    right: 0px; /* atur kanan kiri di laptop */

    z-index: 999;

    pointer-events: none;
  }

  .top-logo img {
    width: 270px;
    height: auto;
  }
}

/* =========================
   TABLET
========================= */
@media (max-width: 1024px) {
  .main-content {
    padding: 25px;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .top-logo {
    position: absolute;

    top: 0px;
    right: 0px;

    z-index: 999;

    pointer-events: none;
  }

  .top-logo img {
    width: 200px;
    height: auto;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  /* =========================
     TOGGLE BUTTON
  ========================= */
  .menu-toggle {
    display: flex;

    width: 48px;
    height: 48px;

    align-items: center;

    background: transparent;
    color: #525e6d;

    border: none;
    border-radius: 12px;

    font-size: 24px;
    cursor: pointer;

    transition: 0.3s ease;
  }

  /* PINDAH KE KANAN SAAT SIDEBAR BUKA */
  .sidebar.active ~ .menu-toggle {
    left: 210px;
  }

  /* =========================
     SIDEBAR
  ========================= */
  .sidebar {
    position: fixed;

    top: 0;
    left: -260px;

    width: 260px;
    height: 100vh;

    background: linear-gradient(180deg, #0b1f3a, #07152a);

    padding: 25px 20px;

    display: flex;
    flex-direction: column;

    transition: 0.3s ease;

    z-index: 99999;
  }

  /* SIDEBAR ACTIVE */
  .sidebar.active {
    left: 0;
  }

  /* HEADER */
  .sidebar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }

  .sidebar h2 {
    font-size: 18px;
    color: white;
  }

  .sidebar-footer {
    margin-top: auto;

    font-size: 12px;
    color: #dce6f2;
  }

  /* SAAT SIDEBAR AKTIF */
  .sidebar.active .menu-toggle {
    left: 200px;
  }

  /* =========================
     MENU
  ========================= */
  .menu {
    display: flex;
    flex-direction: column;

    gap: 8px;
    margin-top: 10px;

    list-style: none;
  }

  .menu li {
    margin: 4px 0;
  }

  .menu a {
    color: #dce6f2;
    text-decoration: none;

    font-size: 16px;

    transition: 0.3s ease;
  }

  .menu a:hover {
    color: #4da3ff;
    transform: translateX(5px);
  }

  /* =========================
     MAIN CONTENT
  ========================= */
  .main-content {
    margin-left: 0;
    padding: 20px;
  }

  /* =========================
     HERO
  ========================= */
  .hero-full {
    height: 260px;
    margin-bottom: 40px;

    pointer-events: none;
  }

  .hero-content {
    left: 20px;
    right: 20px;
  }

  .hero-content h1 {
    font-size: 24px;
    line-height: 1.3;
  }

  .hero-content p {
    font-size: 13px;
  }

  .hero-overlay,
  .hero-content,
  .top-logo,
  .about-image img {
    pointer-events: none;
  }

  /* BUTTON */
  .btn-primary {
    padding: 10px 18px;
    font-size: 13px;
  }

  /* =========================
     LOGO
  ========================= */
  .top-logo {
    position: absolute;

    top: 0px;
    right: 0px;

    z-index: 999;

    pointer-events: none;
  }

  .top-logo img {
    width: 180px;
    height: auto;
  }

  /* =========================
     ABOUT
  ========================= */
  .about-image {
    height: 220px;
  }

  .about-text h1 {
    font-size: 26px;
  }

  /* =========================
     GRID / CARD
  ========================= */
  .grid-3 {
    grid-template-columns: 1fr;
  }

  .center-card {
    grid-column: span 1;
    max-width: 100%;
  }

  /* =========================
     SERVICES
  ========================= */
  .services-container {
    grid-template-columns: 1fr;
  }

  .services-container .service-card-soft:nth-child(3) {
    grid-column: span 1;
  }

  /* =========================
     CONTACT
  ========================= */
  .contact-container {
    grid-template-columns: 1fr;
  }

  .contact-image {
    height: 180px;
  }

  /* =========================
     PRODUCT
  ========================= */
  .product-grid {
    grid-template-columns: 1fr;
  }

  /* =========================
     FOOTER
  ========================= */
  .footer {
    margin-left: 0;
    padding: 40px 20px;
  }

  .footer-container {
    flex-direction: column;
    gap: 20px;
  }

  .footer-col {
    width: 100%;
  }

  /* =========================
     CTA
  ========================= */
  .cta-section h2 {
    font-size: 22px;
  }

  .cta-button {
    padding: 10px 20px;
    font-size: 14px;
  }
  .contact-buttons {
    flex-direction: column;
  }
  /* FIX TOGGLE DI CONTACT */
  .menu-toggle {
    position: fixed !important;
    z-index: 999999 !important;
  }

  /* BIAR MAP GA NUTUP BUTTON */
  .map-container iframe {
    position: relative;
    z-index: 1;
  }
}

/* lOGO PRINCIPAL BERJALAN */
/* WRAPPER */
.principal-section {
  overflow: hidden;
}

/* STOP SAAT HOVER */
.principal-grid:hover {
  animation-play-state: paused;
}

/* ANIMATION */
@keyframes principalSlide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
