/* Royal Visual © 2026 */

 body {
    font-family: 'Montserrat', sans-serif;
  }

 .b-example-divider{
     /*display: none !important;*/
 }
  .footer {
    background-color: #e5e3e3;
    padding: 35px 35px 10px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
  }

  .bgstecu {
    background-color: #e5e3e3;
  }

  .footer h4 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .footer ul {
    list-style: none;
    padding: 0;
  }

  .footer ul li {
    margin-bottom: 10px;
    font-weight: 500;
  }

  .footer ul li a {
    text-decoration: none;
    color: #000;
  }

  .footer ul li a:hover {
    color: #db0606;
    /* text-decoration: underline; */
  }

  .footer-top {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }

  .social-icons a {
    font-size: 18px;
    margin-left: 15px;
    color: #000;
  }

  .footer-bottom {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    font-size: 10px;
    color: #333;
  }

  .footer-bottom a {
    color: #000;
    text-decoration: none;
    margin-left: 10px;
  }
  .bg-reddi {
    background: red;
  }
  .icon-fo {
    text-decoration:none;
    font-size:30px !important;
  }
  .icon-fo:hover {
    color: rgb(7, 164, 9);
  }


  /* nav dropdown */
  /* ===== NAV DESKTOP ===== */
.nav-desktop {
  display: flex;
  align-items: center;
  gap: 25px;
}

/* Dropdown */
.nav-dropdown {
  position: relative;
}

.nav-dropdown .dropbtn {
  background: none;
  border: none;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 0;
}

.nav-dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  color: #fff;
  min-width: 180px;
  width: max-content;
  white-space: nowrap;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  border-radius: 8px;
  z-index: 999;
}

.nav-dropdown .dropdown-content a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.dropdown-content ol, ul {
    padding-left: 0px;
}

.nav-dropdown .dropdown-content a:hover {
  color: rgb(201, 5, 5);
}

.sub-menu {
  display: none;
  padding-left: 15px;
  margin-top: 8px;
}

.has-sub.active .sub-menu {
  display: block;
}

.mobile-link {
  cursor: pointer;
  font-weight: 600;
}

.mobile-link .active {
    color: #db0606;
}

.close {
    display: none;
}

.onkan {
    display: block;
}

.mobile-nav .mobile-link:hover, .sub-menu li:hover, .mobile-nav a:hover {
    color: #db0606;
}

.mobile-nav a {
    color: #fff;
    pointer: cursor;
    text-decoration: none;
}
.secondary-bgbg {
    background: #212121;
}
.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: #0000001a;
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em #0000001a, inset 0 .125em .5em #00000026;
}
.img-slidequ1 {
  width: 100%;
  height: 600px;
}
/* === CUSTOM CAROUSEL INDICATORS === */
.carousel-indicators {
  bottom: 0px; /* opsional, atur posisi */
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;      /* BULAT */
  background-color: #000000;  /* warna non-aktif */
  opacity: 0.9;
  margin: 0 6px;
  transition: all 0.3s ease;
}

.carousel-indicators .active {
  background-color: #db0606; /* MERAH AKTIF */
  opacity: 1;
  transform: scale(1.2);     /* sedikit membesar (opsional) */
}
.carousel-caption {
  bottom: 80px;
}
.caro {
  margin-top:80px;
  min-height:30vh;
}

.magicqu0 {
  display: none;
}

.feature-list li {
    margin-bottom: 12px;
    /* color: #666; */
    color: black;
    font-size: 14px;
    text-align: left;
}

.feature-list li:before {
    content: "✓";
    /* color: #4CAF50; */
    color: #c30606;
    margin-right: 8px;
    font-weight: bold;
}

/* Desktop */
@media (min-width: 992px) {
  .nav-dropdown:hover .dropdown-content {
    display: block;
  }
  .hamburger {
    display: none;
  }
}

/* Mobile */
@media (max-width: 991px) {
  .nav-desktop {
    display: none;
  }

  .magicqu0 {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    padding-top: 10px;
  }

  .magicqu {
    display: none;
  }

  .header {
    height: 50px;
  }

  .hamburger {
    display: block;
    font-size: 26px;
    background: none;
    border: none;
  }
  .footer {
    padding :20px 20px 10px;
  }
  .footer ul {
    margin-bottom: 47px;
  }
  .img-slidequ1 {
    height: 480px;
  }
  .carousel-indicators {
  bottom: -12px; /* opsional, atur posisi */
  }
  .caro {
    margin-top: 50px;
  }
  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .ptbnr {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important;
     
  }
  .bg-darkqu {
    border-radius: var(--bs-border-radius-lg) !important;
    background-image: var(--bs-gradient) !important;
    padding: 1rem !important;
    /*border: solid #909090 1px;*/
    /*border: solid black 1px;*/
    margin-bottom: 15px !important;
  }
  .fiturqu-nav-inner {
  padding: 15px 24px;
  }
 
  .pricing-card {
    /*border-radius: 16px;*/
    border-radius: 0;
  }

  .pricing-card .card-body {
    padding: 20px !important; /* dari p-5 jadi kecil */
    padding-top: 35px !important;
  }

  .card-title {
    font-size: 16px;
    margin-bottom: 12px !important;
  }

  .price-amount {
    font-size: 24px;
    font-weight: 700;
  }

    .gradient-ke-bawah {
       background: linear-gradient(
    180deg,
    #ffe5e5 0%,
    #fff1f1 45%,
    #ffffff 100%
  );
    }
    
    .gradient-ke-bawah-biru {
       background: linear-gradient(
    180deg,
    #e6f9fb 0%,
    #f3fcfd 45%,
    #ffffff 100%
  );
    }

  .text-small {
    font-size: 12px;
  }

  .feature-list li {
    display: flex;
    align-items: left;
    gap: 6px;
    font-size: 13px;
    margin-bottom: 6px;
  }
     .pricing-card {
    max-width: 320px;
    margin: auto;
  }

  .feature-list li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: left;

  width: 18px;
  height: 18px;

  background: #e9ecef;      /* abu-abu */
  color: #dc3545;           /* merah centang */
  font-size: 12px;
  font-weight: bold;

  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}

  .popular-badge {
      font-size: 12px;
  }
  
}

.border-bottom-card {
      border-bottom: solid 1px #e5e3e3;
  }
  
.feature-list li::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 18px;
  height: 18px;

  background: #e9ecef;      /* abu-abu */
  color: #dc3545;           /* merah centang */
  font-size: 12px;
  font-weight: bold;

  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}

/* ===== FITURQU NAV ===== */
.fiturqu-wrapper {
  position: relative;

}

.fiturqu-nav {
  /*background: #1f2428;*/
  background: #212121; 
  width: 100%;
  position: relative;
  top: 0;
  z-index: 998;
}

.bg-orri {
    background: #212121;
}

/* container scroll */
.fiturqu-nav-inner {
  display: flex;
  gap: 32px;
  padding: 20px 24px;
  overflow-x: auto;
  white-space: nowrap;

  scrollbar-width: thin;
  scrollbar-color: rgba(65, 65, 65, 0.4) transparent;
}

.fiturqu-nav-inner::-webkit-scrollbar {
  height: 4px;
}
.fiturqu-nav-inner::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.4);
  border-radius: 10px;
}

/* ===== ITEM ===== */
.fiturqu-item {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  display: flex;
  gap: 14px;
  min-width: 260px;
  color: #fff;
}

.fiturqu-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.fiturqu-item i {
  font-size: 28px;
  color: #cfd3d6;
  flex-shrink: 0;
}

/* text */
.fiturqu-item h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
}

.fiturqu-item p {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
  color: #cfd3d6;
}

.accordion {
  
}

.accordion-button:not(.collapsed){
  background-color: #fff;
}


/* pricing */
.pricing-card {
            transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
            border: none;
            /*border-radius: 16px;*/
        }
        
        .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .popular-badge {
            position: absolute;
            top: -12px;
            right: 24px;
            background: linear-gradient(358deg, #b50f0f, #ff0018);
            padding: 8px 16px;
            border-radius: 20px;
            color: white;
            font-weight: 600;
        }
        .bg-exclusive {
          background: linear-gradient(358deg, #1e0d0d, #3a29f7);
        }
        .bg-button-exc {
          background: rgb(25, 69, 164);
        }
        
        .price-amount {
            font-size: 2.5rem;
            font-weight: 700;
            /*color: #2C3E50;*/
            color: black;
        }
        
        .price-period {
            color: #95A5A6;
            font-size: 1rem;
        }
        
        .btn-custom {
            padding: 12px 32px;
            border-radius: 30px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
        }
        
.platform-switch {
  display: flex;
  gap: 16px;
}

.platform-btn {
  padding: 10px 32px;
  border-radius: 999px;
  border: none;
  background: #fff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all .25s ease;
  /* border: solid 3px #000000; */
}

.platform-btn.active {
  background: #b89b45;
  /* background-color:#1e0d0d; */
  background-image: var(--bs-gradient) !important; 
  color: #fff;
}

.platform-btn:not(.active):hover {
  background: #f4f4f4;
}

/* CONTENT */
.platform-panel {
  display: none;
  margin-top: 28px;
}

.platform-panel.show {
  display: block;
}

.shado {

  border: solid 2px black;
  border-radius: 30px 30px;
  padding: 5px;
}

.bg-reed {
  background: linear-gradient(358deg, #b50f0f, #ff0018);
}

.ptp {
    padding-top: 3rem !important;
}

.fuut p {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
}

.ig-carousel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.ig-carousel .carousel-track {
  display: flex;
  height: 100%;
  transition: transform 0.4s ease-in-out;
}

.ig-carousel .slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ig-carousel .slide img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* NAVIGATION */
.ig-carousel .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  font-size: 28px;
  padding: 12px 16px;
  cursor: pointer;
  z-index: 10;
}

.ig-carousel .nav.prev { left: 16px; }
.ig-carousel .nav.next { right: 16px; }

.ig-carousel .nav:hover {
  background: rgba(0,0,0,0.8);
}

/* MOBILE */
@media (max-width: 768px) {
  .ig-carousel .nav {
    font-size: 22px;
    padding: 10px 14px;
  }
}

/* ZOOM MODAL */
.zoom-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.zoom-modal.active {
  display: flex;
}

.zoom-image {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  cursor: zoom-out;
  transition: transform 0.3s ease;
}

/* CLOSE BUTTON */
.zoom-close {
  position: absolute;
  top: 24px;
  right: 32px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}


/* WHATSAPP BTN */
.wa-wrapper {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  font-family: Arial, sans-serif;
}

/* Bubble */
.wa-bubble {
  position: absolute;
  bottom: 70px;
  right: 0;
  font-size: 14px;
  width: max-content;
  max-width: 220px;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgb(255 255 255 / 50%);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  color: #111;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  font-family: -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, Arial, sans-serif;
}

.wa-bubble::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 18px;

  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

/* Close button */
.wa-close {
    position: absolute;
    /* top: -23px; */
    top: -5px;
    right: 4px;
    cursor: pointer;
    font-size: 20px;
    color: #999;
}

.wa-close:hover {
  color: #333;
}

/* WhatsApp Button */
.wa-button {
  position: relative;

  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  text-decoration: none;

}

.wa-button img {
  width: 26px;
  height: 26px;
}

/* Notification */
.wa-notif {
  position: absolute;
  top: -4px;
  right: -4px;

  background: #ff3b30;
  color: #fff;
  font-size: 11px;
  font-weight: bold;

  width: 18px;
  height: 18px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}


.wa-bubble p {
  margin-bottom: 0px !important;
}
