/* =========================
   NAVBAR RUBITOUR
========================= */
body{
    margin: 0;
}
.navbar-rubi {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* WRAPPER */
.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

/* LOGO */
.nav-logo img {
    height: 40px;
}

/* MENU DESKTOP */
.nav-menu {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: 0.3s;
}

.nav-menu li a:hover {
    color: #ff4da6;
}

.nav-menu li a.active {
    color: #ff4da6;
}

/* BUTTON */
.nav-action .btn-kontak {
    background: linear-gradient(135deg, #ff4da6, #ff80bf);
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.btn-kontak:hover {
    opacity: 0.9;
}

/* HAMBURGER */
.nav-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
}

/* OVERLAY */
.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 998;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

    /* SHOW HAMBURGER */
    .nav-toggle {
        display: block;
        z-index: 1000;
    }

    /* HIDE BUTTON */
    .nav-action {
        display: none;
    }

    /* MENU MOBILE */
    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 75%;
        height: 100vh;
        background: #fff;

        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 25px;

        transition: 0.3s ease;
        z-index: 999;
    }

    .nav-menu li a {
        font-size: 18px;
    }

    /* ACTIVE STATE */
    .nav-menu.active {
        right: 0;
    }

    .nav-overlay.active {
        opacity: 1;
        visibility: visible;
    }
}

/* =========================
   ANIMATION
========================= */

.nav-menu {
    transition: all 0.3s ease;
}

.nav-menu.active {
    animation: fadeDown 0.3s ease;
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
    .navbar-rubi {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.nav-logo img {
    height: 40px;
}

.nav-menu {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
}

.nav-menu li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.nav-menu li a.active {
    color: #ff4da6;
}

.nav-action .btn-kontak {
    background: linear-gradient(135deg, #ff4da6, #ff80bf);
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
}

    .hero-rubitour {
    position: relative;
    overflow: hidden;
}


/*HERO RUBI*/
.hero-rubitour {
    background: var(--color-blue-1);
    padding: 60px 0;
    padding-top: 120px;
}

/* CARD */
.hero-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 25px;
    padding: 0px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    max-width: 1100px;
    margin: auto;
}

/* LEFT */
.hero-left {
    max-width: 50%;
}

.hero-badge {
    color: #d63384;
    font-weight: 600;
    margin-bottom: 10px;
}

.hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #b30059;
    line-height: 1.2;
}

.hero-title span {
    font-size: 18px;
    color: #ff4da6;
}

/* INFO */
.hero-info {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    align-items: center;
}

.hero-rating {
    background: #ff4da6;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
}

/* RIGHT */
.hero-right img {
    max-width: 400px;
}

/* SLIDER */
.hero-pagination {
    text-align: center;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    background: #ddd;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #ff4da6;
}

/* NAV */
.hero-nav {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    gap: 10px;
}

.hero-prev, .hero-next {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

/*Paket rubi*/
.paket-rubitour {
    padding: 60px 0;
    background: #fff;
}

.paket-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 30px;
}

.paket-title {
    font-size: 28px;
    font-weight: 700;
}

.paket-subtitle {
    color: #777;
    font-size: 14px;
}

.btn-lihat {
    background: #ffe6f2;
    color: #ff4da6;
    padding: 10px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
}

/* GRID */
.paket-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* CARD */
.paket-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.paket-card:hover {
    transform: translateY(-5px);
}

/* IMAGE */
.paket-image {
    position: relative;
    height: 220px;
}

.paket-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.paket-badge {
    position: absolute;
    top: 15px;
    left: 0;
    background: #ff4da6;
    color: #fff;
    padding: 6px 14px;
    border-radius: 0 8px 8px 0;
    font-size: 12px;
}

/* CONTENT */
.paket-content {
    padding: 15px;
}

.paket-nama {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.paket-info {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
}

/* HARGA */
.paket-harga span {
    font-size: 12px;
    color: #999;
}

.paket-harga strong {
    display: block;
    font-size: 18px;
    color: #ff4da6;
    font-weight: 700;
}

/*Kenapa rubi*/
.kenapa-rubitour {
    padding: 70px 0;
    background: linear-gradient(180deg, #fff, #ffe6f2);
}

/* HEADER */
.kenapa-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.kenapa-subtitle {
    color: #777;
    font-size: 15px;
    margin-bottom: 40px;
}

/* GRID */
.kenapa-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* ITEM */
.kenapa-item {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.kenapa-item:hover {
    transform: translateY(-5px);
}

.kenapa-icon {
    font-size: 28px;
    margin-bottom: 10px;
}

.kenapa-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.kenapa-item p {
    font-size: 13px;
    color: #777;
}

/*testimoni-rubitour*/
.testimoni-rubitour {
    padding: 70px 0;
    background: linear-gradient(180deg, #fff, #ffe6f2);
}

.testimoni-title {
    font-size: 28px;
    font-weight: 700;
}

.testimoni-subtitle {
    color: #777;
    font-size: 14px;
}

/* CARD */
.testi-card {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    height: 100%;
}

.testi-text {
    font-size: 14px;
    color: #444;
    margin-bottom: 20px;
}

/* USER */
.testi-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testi-user img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.testi-user strong {
    display: block;
    font-size: 14px;
}

.testi-user span {
    font-size: 12px;
    color: #888;
}

/* NAV */
.testi-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.testi-prev, .testi-next {
    width: 40px;
    height: 40px;
    background: #ff4da6;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Footer*/
.footer-rubitour {
    background: #111;
    color: #ccc;
    padding-top: 60px;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 30px;
    padding-bottom: 40px;
}

.footer-brand img {
    width: 160px;
    margin-bottom: 15px;
}

.footer-brand p {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 15px;
}

.footer-contact div {
    font-size: 14px;
    margin-bottom: 5px;
}

/* MENU */
.footer-menu h4 {
    color: #fff;
    margin-bottom: 15px;
}

.footer-menu a {
    display: block;
    color: #aaa;
    margin-bottom: 8px;
    text-decoration: none;
    font-size: 14px;
}

.footer-menu a:hover {
    color: #ff4da6;
}

/* SOCIAL */
.footer-social {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.footer-social a {
    width: 35px;
    height: 35px;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
}

.footer-social a:hover {
    background: #ff4da6;
}

/* ADDRESS */
.footer-address {
    font-size: 13px;
    color: #888;
}

/* BOTTOM */
.footer-bottom {
    border-top: 1px solid #222;
    text-align: center;
    padding: 20px 0;
    font-size: 13px;
    color: #777;
}

.hero-card{
    height: auto!important;
    padding: 0;
    cursor: pointer;
}


/*RESPONDSIF*/
@media (max-width: 768px) {
    .hero-card {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }

    .hero-left {
        max-width: 100%;
    }

    .hero-right img {
        max-width: 250px;
        margin-top: 20px;
    }

    .hero-title {
        font-size: 28px;
    }
}

.hero-bg img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}
.hero-card {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    height: 400px;
    max-width: 1100px;
    margin: auto;
}

/* BACKGROUND */
.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

/* OVERLAY (BIAR TEXT KEBACA) */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0.9) 30%,
        rgba(255,255,255,0.2) 70%,
        rgba(255,255,255,0) 100%
    );
}

/* CONTENT */
.hero-content {
    position: relative;
    z-index: 2;
    padding: 50px;
    max-width: 50%;
}

/* TEXT */
.hero-title {
    font-size: 42px;
    font-weight: 800;
    color: #b30059;
}

.hero-tagline {
    color: #ff4da6;
    margin-top: 10px;
    font-weight: 600;
}

.hero-info {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.hero-rating {
    background: #ff4da6;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
}

.hidden{
    display: none;
}
.tab-active{
    color: var(--color-dark-2);
    border-bottom: 3px solid;
}

  details[open] summary::after {
    content: "–";
    float: right;
    font-weight: bold;
  }
  summary::after {
    content: "+";
    float: right;
    font-weight: bold;
  }
  summary::-webkit-details-marker {
    display: none;
  }
  .faq-item{
      font-size: 18px;
    max-width: 760px;
    margin: auto;
    padding: 10px !important;
    margin-top: 10px;
    background: #23232312 ! Important;
  }
  .faq-list details{
      border-bottom: 3px solid var(--color-dark-3);
  }
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .animate-fadeIn {
    animation: fadeIn 0.4s ease-in-out;
  }
  
  
  /**/
  /* =========================
   RESPONSIVE GLOBAL FIX
========================= */

/* CONTAINER SAFE */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

/* =========================
   HERO
========================= */
@media (max-width: 992px) {
    .hero-card {
        height: auto;
    }

    .hero-content {
        max-width: 100%;
        padding: 25px;
    }

    .hero-title {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 24px;
    }

    .hero-info {
        flex-direction: column;
        gap: 10px;
    }
}

/* =========================
   FILTER (BIAR GAK PECAH)
========================= */
@media (max-width: 768px) {
    .paket-filter-box {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
        border-radius: 20px;
    }

    .filter-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .filter-tabs button {
        font-size: 12px;
        padding: 8px 12px;
    }

    .filter-sort {
        width: 100%;
    }
}

/* =========================
   GRID PAKET (INI PALING PENTING)
========================= */
.paket-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* TABLET */
@media (max-width: 992px) {
    .paket-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .paket-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================
   KENAPA RUBITOUR GRID
========================= */
.kenapa-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* TABLET */
@media (max-width: 992px) {
    .kenapa-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .kenapa-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================
   TESTIMONI
========================= */
@media (max-width: 768px) {
    .testi-card {
        padding: 15px;
    }
}

/* =========================
   FOOTER
========================= */
@media (max-width: 992px) {
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .footer-top {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* =========================
   FIX IMAGE BIAR GAK KEPIOT
========================= */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* =========================
   BUTTON MOBILE FIX
========================= */
@media (max-width: 576px) {
    .btn-intro-primary,
    .btn-intro-secondary {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.hero-card .hero-bg, .hero-card .hero-overlay, .hero-card .hero-content{
    display: none;
}