@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&family=Open+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

@font-face {
  font-family: "Roboto Thin";
  src: url("../fonts/robot/Roboto-Thin.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto Black";
  src: url("../fonts/robot/Roboto-Black.ttf");
  font-weight: bold;
  font-style: normal;
}

body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  background-color: #f8f9fa;
}
font-robbo{
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.galery-image {
  width: 100%;
  height: 200px; /* atur tinggi sesuai kebutuhan */
  overflow: hidden;
  border-radius: 6px;
}

.galery-image img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* gambar dipotong agar pas container */
}

.robonto-font {
  font-family: "Roboto-Thin", sans-serif;
}

.robonto-font-bold {
  font-family: "Roboto Black", sans-serif;
}

h2,
h3 {
  font-family: "Roboto Thin", sans-serif;
  text-align: center;
  color: #1a1a1a;
}

p {
  font-family: "Roboto-Thin", sans-serif;
}

h2 {
  font-weight: 700;
  font-size: 1.8rem;
}

h3 {
  font-weight: 500;
  font-size: 1.3rem;
  color: #555;
}
.gridd-3 {
  grid-template-columns: 0.5fr 0.5fr 0.5fr;
  grid-template-rows: 0.5fr 0.5fr 0.5fr;
  gap: 0px 10px;
}

#btnTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #d60000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.iconSectionLayanan {
  font-size: 7rem;
  color: #d60000;
}

.icon-contact-us {
  font-size: 5rem;
  color: #d60000;
}

.partner-logo {
  max-width: 150px; /* ukuran lebar tetap */
  max-height: 100px; /* ukuran tinggi tetap */
  object-fit: contain; /* tetap proporsional */
}
.harga {
  color: #d60000;
}
.btn-orange {
  background-color: #d60000;
  border: none;
  height: 3rem;
  color: #fff;
  border-radius: 20px;
}

.btn-more {
  background-color: #d60000;
  border: none;
  height: 3rem;
  width: 10rem;
  color: #fff;
  border-radius: 10px;
}

.pointer {
  cursor: pointer;
}

.image-blog {
  max-height: 600px;
}

.font-orange {
  color: #d60000;
}

.tag-block {
  background-color: #d60000;
}
a {
  text-decoration: none;
  /*color: #d60000;*/
  font-weight: normal;
}


.blog-list {
  text-align: left;
  align-self: flex-start;
  padding-left: 20px; /* biar ada indent */
}
.paragraf-tentang {
  width: 95%;
  text-align: justify;
}

/* Logo Slider Container */
.logo-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* Track berjalan otomatis */
.logo-track {
  display: inline-flex;
  animation: scroll 30s linear infinite;
}

/* Item Logo */
.logo-item img {
  height: 80px;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

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

/* Animasi Bergerak */
@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Responsif */
@media (max-width: 768px) {
  .logo-item img {
    height: 60px;
  }
}

.logo-pembayaran-footer {
  width: 40px;
  height: 25px;
}
.image-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}
#menuResponse {
  transition: 0.5s;
}
.droppaket {
  transition: 2s;
}

/* The Modal (background) */
.modalImage {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.model-content-image-show {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
/* Add Animation */
.model-content-image-show {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.closeImgShow {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closeImgShow:hover,
.closeImgShow:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .model-content {
    width: 100%;
  }
}

.font-layanan-internet {
  font-size: 5rem;
}

.card-layanan-internet {
  background-color: #f3f4f9;
}
.icon-card-layanan-internet {
  background-color: #e4e9ff;
}
.card-bg-us {
  background-color: #e4e9ff;
}

.image-testi {
  width: 15%;
}
.username-testi {
  font-size: 15px;
}

.pointer {
  cursor: pointer;
}

.font-neue {
  font-family: "Bebas Neue", sans-serif;
}

.paket-desc {
  text-align: justify;
}

/* Smooth fade + crop image */
.carousel-img {
  object-fit: cover;
  height: 460px;
}

@media (max-width: 768px) {
  .carousel-img {
    height: 220px;
  }
}

.carousel-inner {
  border-radius: 18px;
}

/* Elegant navigation button */
.carousel-btn {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(4px);
  transition: .25s;
  color: #fff;
  font-size: 20px;
}

.carousel-btn:hover {
  background: rgba(214,0,0,0.85);
}

/* Smooth slide shadow */
#carouselPromo {
  border-radius: 20px;
}

#carouselPromo .carousel-inner {
  /*box-shadow: 0 6px 22px rgba(0,0,0,0.18);*/
}


.blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

/* GAMBAR */
.blog-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.image-blog {
  position: relative;
}

/* TAG */
.tag-block {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #d60000;
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  z-index: 2;
}

/* OVERLAY JUDUL */
.blog-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px 15px 15px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
}

.overlay-title {
  color: #e4e9ff;
  font-size: 18px;
  font-weight: 650;
  margin: 0;
  line-height: 1.3;
}

/* CONTENT */
.blog-content {
  padding: 15px 18px 20px;
}
.blog-content .meta-info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; /* jarak antar item */
    font-size: 14px;
}

.blog-content .meta-info span {
    display: flex;
    align-items: center;
}
@media (max-width: 576px) {
    .blog-content .meta-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .blog-content p.blog-snippet {
        font-size: 14px;
    }
}


.meta-info {
  display: flex;
  justify-content: space-between;
  color: #6c757d;
  font-size: 13px;
  margin-bottom: 10px;
}

.blog-snippet {
  font-size: 14px;
  color: #6c757d;
}

.btn-more:hover {
  background: #0056d2;
}
/* Container untuk iframe responsive */
.frame-youtube {
  width: 100% !important;
  height: auto !important;

  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Kotak list WhatsApp */
.whatsapp-list {
  position: fixed;
  bottom: 90px;
  left: 20px;
  z-index: 9998;
  width: 320px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none; /* default hidden */
}

.whatsapp-list a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #000;
}

.whatsapp-list a:last-child {
  border-bottom: none;
}

.whatsapp-list a:hover {
  background-color: #f2f2f2;
}

.hero-wrapper-detail {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hero-section-detail {
  position: relative;  
  background-size: cover;
  background-position: center;
  height: 70vh;
  color: white;
  border-radius: 10px; /* opsional: biar manis */
  overflow: hidden;
}

.hero-overlay-detail {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.tag-detail {
  background: #e67e22;
  padding: 6px 18px;
  font-weight: 600;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
}

.hero-content-detail {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

@media (max-width: 768px) {
  .hero-section-detail {
    height: 60vh;
  }
  .hero-content-detail h1 {
    font-size: 2rem !important;
  }
}



/*NAVBAR =====*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
  --nb-ink:  #0a0f1e;
  --nb-ink2: #4a5568;
  --nb-blue: #1a56db;
  --nb-blue-light: #eff4ff;
  --nb-border: rgba(10,15,30,.08);
  --nb-glass: rgba(255,255,255,.92);
  --nb-radius: 16px;
}

/* ── Bar ── */
.nb {
  position: -webkit-sticky; /* For Safari support */
  position: sticky;
  top: 0;
  z-index: 1000;  
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--nb-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--nb-border);
  height: 68px;
}
.nb-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 0 2.5rem; height: 100%;
  display: flex; align-items: center;
  justify-content: space-between; gap: 2rem;
}

/* Logo */
.nb-logo { display: flex; align-items: center; gap: 9px; text-decoration: none; }
.nb-logo-icon {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--nb-blue);
  display: flex; align-items: center; justify-content: center;
}
.nb-logo-icon i { color: #fff; font-size: 15px; }
.nb-logo-name { font-size: 16px; font-weight: 700; color: var(--nb-ink); letter-spacing: -.3px; }
.nb-logo-name span { color: var(--nb-blue); }

/* Nav links */
.nb-nav { display: flex; align-items: center; gap: 2px; }
.nb-nav a, .nb-svc-btn {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13.5px; font-weight: 500;
  color: var(--nb-ink2); text-decoration: none;
  padding: 7px 13px; border-radius: 10px;
  border: none; background: none; cursor: pointer;
  transition: color .15s, background .15s;
  white-space: nowrap;
}
.nb-nav a:hover, .nb-svc-btn:hover { color: var(--nb-ink); background: rgba(10,15,30,.05); }
.nb-svc-btn {
  color: var(--nb-blue); font-weight: 600;
  display: flex; align-items: center; gap: 5px;
}
.nb-svc-btn svg { transition: transform .25s; flex-shrink: 0; }
.nb-svc-btn.open svg { transform: rotate(180deg); }

/* CTA */
.nb-cta {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13.5px; font-weight: 700;
  color: #fff; background: var(--nb-blue);
  border: none; padding: 9px 22px;
  border-radius: 12px; cursor: pointer;
  box-shadow: 0 1px 2px rgba(26,86,219,.25);
  transition: background .15s, transform .12s, box-shadow .15s;
}
.nb-cta:hover {
  background: #1447c0; transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(26,86,219,.3);
}
.nb-cta:active { transform: translateY(0); }

/* Hamburger */
.nb-ham {
  display: none; background: none; border: none;
  cursor: pointer; padding: 7px; border-radius: 9px;
  color: var(--nb-ink); transition: background .15s;
}
.nb-ham:hover { background: rgba(10,15,30,.06); }

/* ── Mega dropdown ── */
.dropdown-paket {
  position: fixed; top: 68px; left: 0; right: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  background: var(--nb-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--nb-border);
  z-index: 199;
  padding: 28px 0;
  opacity: 0; transform: translateY(-6px);
  pointer-events: none;
  transition: opacity .2s, transform .2s;
}
.dropdown-paket:not(.d-none) { opacity: 1; transform: translateY(0); pointer-events: all; }
.mega-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 2.5rem;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 14px;
}
.mega-card {
  display: flex; gap: 14px; padding: 16px;
  border-radius: var(--nb-radius);
  border: 1px solid var(--nb-border);
  text-decoration: none; background: #fff;
  transition: border-color .15s, box-shadow .15s, transform .15s;
}
.mega-card:hover {
  border-color: rgba(26,86,219,.25);
  box-shadow: 0 6px 24px rgba(26,86,219,.09);
  transform: translateY(-2px);
}
.mega-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: var(--nb-blue-light);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.mega-icon i { color: var(--nb-blue); font-size: 18px; }
.mega-icon.amber { background: #fffbeb; } .mega-icon.amber i { color: #b45309; }
.mega-icon.green { background: #f0fdf4; } .mega-icon.green i { color: #15803d; }
.mega-card-title { font-size: 14px; font-weight: 700; color: var(--nb-ink); margin-bottom: 4px; }
.mega-card-sub   { font-size: 12px; color: var(--nb-ink2); line-height: 1.55; }

/* ── Mobile menu ── */
#menuResponse { font-family: 'Plus Jakarta Sans', sans-serif; background: #fff; border-bottom: 1px solid var(--nb-border); }
.mob-row {
  display: flex; align-items: center; gap: 13px;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(10,15,30,.05);
  text-decoration: none; cursor: pointer;
  transition: background .12s;
}
.mob-row:hover { background: #f8fafc; }
.mob-row .mi {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--nb-blue-light);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.mob-row .mi i { color: var(--nb-blue); font-size: 15px; }
.mob-row-label { font-size: 14px; font-weight: 600; color: var(--nb-ink); }
.mob-row .ch { margin-left: auto; color: var(--nb-ink2); font-size: 11px; transition: transform .2s; }

.mob-sub-item {
  display: flex; align-items: flex-start; gap: 11px;
  padding: 11px 20px 11px 56px;
  border-bottom: 1px solid rgba(10,15,30,.04);
  text-decoration: none; background: #f9fafb;
  transition: background .12s;
}
.mob-sub-item:hover { background: #f1f5f9; }
.mob-sub-item i { color: var(--nb-blue); font-size: 16px; margin-top: 1px; flex-shrink: 0; }
.mob-sub-title { font-size: 13px; font-weight: 700; color: var(--nb-ink); display: block; margin-bottom: 2px; }
.mob-sub-item p { font-size: 11.5px; color: var(--nb-ink2); margin: 0; line-height: 1.5; }

.mob-cta {
  display: block; margin: 12px 16px 16px;
  width: calc(100% - 32px); padding: 13px;
  background: var(--nb-blue); color: #fff;
  border: none; border-radius: 13px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px; font-weight: 700; cursor: pointer;
  box-shadow: 0 2px 10px rgba(26,86,219,.25);
  transition: background .15s;
}
.mob-cta:hover { background: #1447c0; }

@media (max-width: 1199px) {
  .nb-nav, .nb-cta-wrap { display: none !important; }
  .nb-ham { display: block; }
}
/*END NAVBAR ===*/


/*TESTIMONI ===*/
:root {
  --testi-orange: #f97316;
  --testi-blue:   #1a56db;
  --testi-ink:    #0a0f1e;
  --testi-ink2:   #4a5568;
  --testi-border: rgba(10,15,30,.09);
}

.testi-section { padding: 64px 0 72px; }

.testi-label {
  display: inline-flex; align-items: center; gap: 8px;
  background: #eff4ff; color: var(--testi-blue);
  font-size: 12px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; padding: 5px 14px; border-radius: 999px;
  margin-bottom: 14px;
}
.testi-heading { font-size: clamp(1.6rem,4vw,2.2rem); font-weight: 800; color: var(--testi-ink); line-height: 1.2; margin-bottom: 8px; }
.testi-heading span { color: var(--testi-orange); }
.testi-sub { font-size: 14px; color: var(--testi-ink2); margin-bottom: 48px; }

/* Swiper override */
.testi-swiper { padding: 8px 24px 56px !important; overflow: visible; }
.testi-swiper .swiper-wrapper { align-items: stretch; }

/* Card */
.testi-card {
  background: #fff;
  border: 1px solid var(--testi-border);
  border-radius: 20px;
  padding: 24px;
  height: 100%;
  display: flex; flex-direction: column;
  position: relative;
  transition: box-shadow .2s, transform .2s;
}
.testi-card:hover { box-shadow: 0 8px 32px rgba(26,86,219,.1); transform: translateY(-3px); }

.testi-quote-icon {
  position: absolute; top: 20px; right: 20px;
  width: 34px; height: 34px; border-radius: 10px;
  background: #f8fafc;
  display: flex; align-items: center; justify-content: center;
}
.testi-quote-icon i { color: #cbd5e1; font-size: 14px; }

.testi-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.testi-stars i { color: var(--testi-orange); font-size: 13px; }

.testi-review {
  font-size: 13.5px; color: var(--testi-ink2);
  line-height: 1.7; flex: 1; margin-bottom: 20px;
}
.testi-divider { height: 1px; background: var(--testi-border); margin-bottom: 16px; }

.testi-user { display: flex; align-items: center; gap: 11px; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
  border: 2px solid #e8eeff;
}
.testi-name { font-size: 13.5px; font-weight: 700; color: var(--testi-ink); margin-bottom: 1px; }
.testi-meta { font-size: 11px; color: var(--testi-ink2); line-height: 1.4; }

/* Pagination & nav */
.testi-swiper .swiper-pagination { bottom: 0 !important; }
.testi-swiper .swiper-pagination-bullet {
  width: 8px; height: 8px;
  background: var(--testi-border); opacity: 1;
  transition: width .25s, background .25s;
}
.testi-swiper .swiper-pagination-bullet-active {
  width: 24px; border-radius: 999px; background: var(--testi-blue);
}
.testi-swiper .swiper-button-next,
.testi-swiper .swiper-button-prev {
  width: 40px !important; height: 40px !important;
  background: #fff; border: 1px solid var(--testi-border);
  border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,.06);
  top: auto !important; bottom: 0 !important; margin-top: 0 !important;
  transition: box-shadow .15s, transform .15s;
}
.testi-swiper .swiper-button-next { right: calc(50% - 60px) !important; }
.testi-swiper .swiper-button-prev { left: calc(50% - 60px) !important; }
.testi-swiper .swiper-button-next:hover,
.testi-swiper .swiper-button-prev:hover { box-shadow: 0 4px 14px rgba(26,86,219,.15); transform: translateY(-1px); }
.testi-swiper .swiper-button-next::after,
.testi-swiper .swiper-button-prev::after { font-size: 13px !important; font-weight: 800 !important; color: var(--testi-blue) !important; }

/* Tombol lainnya */
.btn-testi-more {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 28px; border-radius: 12px;
  border: 1px solid rgba(26,86,219,.25);
  background: #eff4ff; color: var(--testi-blue);
  font-size: 14px; font-weight: 700; cursor: pointer;
  text-decoration: none;
  transition: background .15s, box-shadow .15s, transform .12s;
}
.btn-testi-more:hover { background: #dbeafe; box-shadow: 0 4px 14px rgba(26,86,219,.15); transform: translateY(-1px); color: var(--testi-blue); }
/*END TESTIMONI ==*/
