body{
                                        font-family:Merriweather;
                                                color:#ffffff;
                                                font-size:18px;
                                                line-height:1.5;
                                                font-weight:400;
                            }
            /*----------main color------------*/
        .text-blue-1,
        .header .header-menu .menu .subnav > li > a:hover,
        .bravo_wrap .footer .menu-footer .menu__nav li .subnav > li > a:hover,
        .desktopMenu .menu a:hover,
        .desktopMenu .menu .subnav__backBtn a,
        .hotel_rooms_form .nav-enquiry .enquiry-item.active span,
        .bravo_single_book .nav-enquiry .enquiry-item.active span,
        .pricing-table .title{
            color: #000000;
        }

        .tabs.-underline .tabs__controls .tabs__button:hover,
        .tabs.-pills-2 .tabs__controls .tabs__button:hover,
        .tabs.-bookmark-2 .tabs__button:hover,
        .sidebar.-dashboard .sidebar__button.-is-active,
        .tabs.-underline-2 .tabs__controls .tabs__button.is-tab-el-active,
        .accordion.-db-sidebar .accordion__item.is-active .sidebar__button,
        .tabs.-underline-2 .tabs__controls .tabs__button:hover{
            color: #000000 !important;
        }

        .pagination.-dots .pagination__item.is-active,
        .button.-outline-blue-1:hover,
        .form-checkbox:hover input ~ .form-checkbox__mark,
        .pricing-tabs .tab-btns:before,
        .tabs.-underline-2 .tabs__controls .tabs__button::after{
            background-color: #000000;
        }

        .bg-blue-1,
        .button.-blue-1:hover,
        .tabs.-pills-2 .tabs__controls .tabs__button.is-tab-el-active,
        .tourTypeCard.-type-1:hover,
        .noUi-connect,
        .accordion.-map .accordion__item.is-active .accordion__icon,
        .form-checkbox input:checked ~ .form-checkbox__mark{
            background-color: #000000 !important;
        }

        .button.-blue-1:hover,
        .border-blue-1,
        .button.-outline-blue-1,
        .noUi-handle,
        .hotel_rooms_form .nav-enquiry .enquiry-item.active span,
        .bravo_single_book .nav-enquiry .enquiry-item.active span,
        .form-checkbox input:checked ~ .form-checkbox__mark,
        .pricing-table .inner-box:hover, .pricing-table.tagged .inner-box{
            border-color: #000000;
        }
        /*-----------end main color------------*/
    
            h1{
            font-family: Playfair Display, sans-serif
        }
                h2{
            font-family: Nunito, sans-serif
        }
                h3{
            font-family: Open Sans, sans-serif
        }
    
    /* ============================================
   ROOT VARIABLES - ISLAMIC LUXURY THEME
   ============================================ */
:root {
    --gold-primary: #d4af37;
    --gold-light: #f0d475;
    --gold-dark: #b8962f;
    --gold-gradient: linear-gradient(135deg, #d4af37 0%, #f0d475 30%, #d4af37 60%, #b8962f 100%);
    --gold-glow: rgba(212, 175, 55, 0.25);
    --gold-soft: rgba(212, 175, 55, 0.08);
    --gold-border: rgba(212, 175, 55, 0.2);
    --gold-border-strong: rgba(212, 175, 55, 0.4);
    --shadow-gold: 0 8px 32px rgba(212, 175, 55, 0.12);
    --shadow-gold-hover: 0 16px 48px rgba(212, 175, 55, 0.2);
    --islamic-green: #1a6b3c;
    --islamic-green-light: #2d8f4e;
    --black-rich: #0a0806;
    --black-soft: #1a1714;
    --black-card: #12100d;
}

/* ============================================
   BASE & RESET
   ============================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #0a0806;
    background-image: 
        radial-gradient(ellipse at 20% 30%, rgba(212, 175, 55, 0.04) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 70%, rgba(212, 175, 55, 0.03) 0%, transparent 60%),
        radial-gradient(ellipse at 50% 50%, rgba(212, 175, 55, 0.02) 0%, transparent 70%),
        url('path-to-your-marble-or-islamic-pattern-image.jpg');
    background-size: 100% 100%, 100% 100%, 100% 100%, cover;
    background-attachment: fixed;
    background-blend-mode: overlay;
    color: #f5f0eb;
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    min-height: 100vh;
    min-height: 100dvh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Islamic Pattern Overlay */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20px 20px, rgba(212, 175, 55, 0.02) 1px, transparent 1px),
        radial-gradient(circle at 60px 60px, rgba(212, 175, 55, 0.015) 1px, transparent 1px);
    background-size: 40px 40px, 80px 80px;
    pointer-events: none;
    z-index: 0;
}

/* ============================================
   TYPOGRAPHY - ISLAMIC ELEGANCE
   ============================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #f5f0eb;
}

.section-title {
    font-size: clamp(28px, 4.5vw, 48px);
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: 2px;
}

.section-title .gold-text {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Islamic Ornament Divider */
.section-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 10px auto 25px;
    max-width: 200px;
}

.section-divider .line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-primary), transparent);
}

.section-divider .ornament {
    color: var(--gold-primary);
    font-size: 20px;
    font-family: 'Georgia', serif;
    opacity: 0.8;
    animation: pulseGold 2s ease-in-out infinite;
}

@keyframes pulseGold {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
}

/* ============================================
   HEADER - ISLAMIC ELEGANCE
   ============================================ */
.header {
    background: linear-gradient(180deg, rgba(10, 8, 6, 0.95) 0%, rgba(10, 8, 6, 0.85) 100%) !important;
    backdrop-filter: blur(20px) saturate(1.3);
    -webkit-backdrop-filter: blur(20px) saturate(1.3);
    padding: 12px 20px !important;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.header::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-primary), transparent);
    opacity: 0.3;
}

/* ============================================
   HERO / BANNER - WELCOME
   ============================================ */
.hero-section {
    position: relative;
    padding: 60px 20px 40px;
    text-align: center;
    background: linear-gradient(180deg, rgba(10, 8, 6, 0.4) 0%, rgba(10, 8, 6, 0.8) 100%);
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.hero-section .bismillah {
    font-size: clamp(20px, 3vw, 32px);
    color: var(--gold-primary);
    font-family: 'Traditional Arabic', 'Times New Roman', serif;
    letter-spacing: 3px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.hero-section h1 {
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 700;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
    line-height: 1.2;
}

.hero-section p {
    font-size: clamp(16px, 1.5vw, 20px);
    color: rgba(245, 240, 235, 0.8);
    max-width: 700px;
    margin: 0 auto 25px;
    font-weight: 300;
    letter-spacing: 1px;
}

/* ============================================
   TOUR CARDS - LUXURY UMRAH
   ============================================ */
.tourCard {
    background: linear-gradient(160deg, #1a1714 0%, #0a0806 100%);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.12);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.tourCard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gold-gradient);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.tourCard:hover::before {
    opacity: 1;
}

.tourCard:hover {
    transform: translateY(-6px);
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: var(--shadow-gold-hover);
}

/* Card Image with Islamic Overlay */
.cardImage {
    position: relative;
    width: 100%;
    padding-top: 65%;
    overflow: hidden;
    background: #0a0806;
}

.cardImage img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.tourCard:hover .cardImage img {
    transform: scale(1.08);
}

/* Islamic Overlay on Image */
.cardImage::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(10, 8, 6, 0.9) 0%, transparent 100%);
    pointer-events: none;
}

/* Badge - Islamic Style */
.cardImage__leftBadge .bg-yellow-1 {
    background: var(--gold-gradient) !important;
    color: #0a0806 !important;
    padding: 6px 16px;
    border-radius: 25px;
    font-size: clamp(10px, 0.9vw, 12px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Georgia', serif;
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.3);
}

/* Wishlist Button - Gold Elegance */
.cardImage__wishlist .button {
    background: rgba(10, 8, 6, 0.8) !important;
    color: var(--gold-primary) !important;
    padding: 0 !important;
    width: 42px;
    height: 42px;
    min-height: 42px;
    border-radius: 50% !important;
    border: 1px solid rgba(212, 175, 55, 0.25) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.cardImage__wishlist .button:hover {
    background: var(--gold-primary) !important;
    color: #0a0806 !important;
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
}

/* Card Content */
.tourCard__content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tourCard__title {
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    color: var(--gold-primary);
    margin-bottom: 4px;
    line-height: 1.3;
    font-family: 'Georgia', 'Times New Roman', serif;
    letter-spacing: 0.5px;
}

.tourCard__title a {
    color: var(--gold-primary) !important;
    text-decoration: none;
    transition: all 0.3s ease;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tourCard__title a:hover {
    filter: brightness(1.2);
    text-shadow: 0 0 30px rgba(212, 175, 55, 0.2);
}

/* Tour Details */
.tourCard__attributes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 16px;
    font-size: clamp(13px, 1.1vw, 15px);
    color: rgba(245, 240, 235, 0.75);
    margin: 6px 0;
}

.tourCard__attributes > div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.tourCard__attributes > div::before {
    content: '✦';
    color: var(--gold-primary);
    font-size: 10px;
    opacity: 0.5;
}

/* Price Section */
.tourCard .price-section {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid rgba(212, 175, 55, 0.08);
}

.text-red-1 {
    color: #ff6b6b !important;
    text-decoration: line-through;
    font-size: clamp(14px, 1.2vw, 16px);
    opacity: 0.6;
}

.text-dark-1 {
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 700;
    color: var(--gold-primary) !important;
    font-family: 'Georgia', serif;
}

/* ============================================
   BUTTONS - GOLD ELEGANCE
   ============================================ */
.button {
    background: var(--gold-gradient) !important;
    color: #0a0806 !important;
    border: none !important;
    padding: 14px 32px;
    border-radius: 50px !important;
    font-weight: 700;
    font-size: clamp(14px, 1.2vw, 16px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    width: auto;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    overflow: hidden;
    font-family: 'Georgia', serif;
}

.button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.button:hover::before {
    left: 100%;
}

.button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(212, 175, 55, 0.3);
}

.button:active {
    transform: scale(0.96);
}

/* Button Variants */
.button-outline {
    background: transparent !important;
    color: var(--gold-primary) !important;
    border: 2px solid var(--gold-primary) !important;
}

.button-outline:hover {
    background: var(--gold-primary) !important;
    color: #0a0806 !important;
}

/* ============================================
   SECTIONS - ISLAMIC STYLING
   ============================================ */
.layout-pt-md,
.layout-pt-md.bravo-about-text {
    background: transparent !important;
    padding: 30px 16px !important;
    width: 100%;
}

/* About Section - Islamic Touch */
.layout-pt-md.bravo-about-text {
    position: relative;
    padding: 40px 24px !important;
    background: linear-gradient(160deg, rgba(26, 23, 20, 0.6) 0%, rgba(10, 8, 6, 0.8) 100%) !important;
    border-radius: 20px;
    border: 1px solid rgba(212, 175, 55, 0.08);
    margin: 20px 0 !important;
}

.layout-pt-md.bravo-about-text h2 {
    font-size: clamp(24px, 3.5vw, 36px);
    font-family: 'Georgia', serif;
    color: var(--gold-primary);
    text-align: center;
    margin-bottom: 16px;
}

.layout-pt-md.bravo-about-text p {
    color: rgba(245, 240, 235, 0.85);
    font-size: clamp(15px, 1.3vw, 18px);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
}

/* Locations Section */
.layout-pt-md.layout-pb-md.bravo-list-locations.style_4 {
    background: transparent !important;
    padding: 30px 16px !important;
    width: 100%;
}

/* Large Sections */
.layout-pt-lg.layout-pb-lg.bg-blue-2 {
    background: linear-gradient(160deg, rgba(26, 23, 20, 0.7) 0%, rgba(10, 8, 6, 0.9) 100%) !important;
    border: 1px solid rgba(212, 175, 55, 0.12) !important;
    border-radius: 20px !important;
    padding: 30px 20px !important;
    margin: 20px 0;
    width: 100%;
    position: relative;
}

.layout-pt-lg.layout-pb-lg.bg-blue-2::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 15%;
    right: 15%;
    height: 2px;
    background: var(--gold-gradient);
    border-radius: 2px;
}

/* ============================================
   NEWS / GALLERY - ISLAMIC
   ============================================ */
.bravo-list-news {
    background: transparent !important;
    padding: 20px 12px !important;
    width: 100%;
}

.bravo-news {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(160deg, rgba(26, 23, 20, 0.6) 0%, rgba(10, 8, 6, 0.8) 100%);
    border-radius: 20px;
    border: 1px solid rgba(212, 175, 55, 0.08);
    position: relative;
}

.bravo-news::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 2px;
    background: var(--gold-gradient);
    opacity: 0.3;
}

/* Gallery Title */
.title {
    font-size: clamp(24px, 3vw, 36px);
    margin: 16px 0 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
    color: var(--gold-primary);
    text-align: center;
    font-family: 'Georgia', serif;
    letter-spacing: 1px;
}

/* News Items */
.item-news {
    background: rgba(10, 8, 6, 0.4);
    border-radius: 16px;
    padding: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(212, 175, 55, 0.06);
}

.item-news:hover {
    background: rgba(10, 8, 6, 0.6);
    border-color: rgba(212, 175, 55, 0.15);
    transform: translateY(-2px);
}

.item-news h4 {
    color: #f5f0eb;
    font-size: clamp(16px, 1.2vw, 18px);
    margin-bottom: 6px;
    font-family: 'Georgia', serif;
}

.item-news .text-light-1 {
    color: rgba(245, 240, 235, 0.6);
    font-size: clamp(13px, 1vw, 14px);
}

.item-news a {
    color: var(--gold-primary);
    text-decoration: none;
    transition: color 0.3s;
}

.item-news a:hover {
    color: var(--gold-light);
}

/* ============================================
   FOOTER - ISLAMIC ELEGANCE
   ============================================ */
.footer {
    background: linear-gradient(180deg, rgba(10, 8, 6, 0.95) 0%, #0a0806 100%) !important;
    border-top: 1px solid rgba(212, 175, 55, 0.1);
    padding: 40px 20px 30px !important;
    margin-top: 30px;
    width: 100%;
    position: relative;
}

.footer::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-primary), transparent);
    opacity: 0.2;
}

.footer h5 {
    color: var(--gold-primary);
    font-family: 'Georgia', serif;
    font-size: clamp(16px, 1.2vw, 18px);
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.footer p,
.footer a {
    color: rgba(245, 240, 235, 0.6) !important;
    text-decoration: none;
    transition: color 0.3s;
    font-size: clamp(14px, 1vw, 15px);
}

.footer a:hover {
    color: var(--gold-primary) !important;
}

.footer .email-input {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(212, 175, 55, 0.15) !important;
    border-radius: 50px !important;
    padding: 12px 20px !important;
    color: #f5f0eb !important;
    width: 100%;
    font-size: 16px;
    transition: all 0.3s;
}

.footer .email-input:focus {
    border-color: var(--gold-primary) !important;
    outline: none;
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.05);
}

/* ============================================
   RESPONSIVE - MOBILE FIRST
   ============================================ */

/* Tablets (768px ke bawah) */
@media (max-width: 768px) {
    body {
        padding: 0 6px;
    }

    .header {
        padding: 10px 14px !important;
    }

    .hero-section {
        padding: 40px 16px 30px;
    }

    .layout-pt-md,
    .layout-pt-md.bravo-about-text {
        padding: 20px 12px !important;
    }

    .layout-pt-lg.layout-pb-lg.bg-blue-2 {
        padding: 20px 16px !important;
        border-radius: 16px !important;
    }

    .tourCard {
        border-radius: 16px;
    }

    .tourCard__content {
        padding: 16px;
    }

    .tourCard__attributes {
        grid-template-columns: 1fr 1fr;
        gap: 4px 12px;
        font-size: 13px;
    }

    .button {
        padding: 12px 24px;
        min-height: 46px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .cardImage__wishlist .button {
        width: 38px;
        height: 38px;
        min-height: 38px;
    }

    .bravo-news {
        padding: 16px;
        border-radius: 16px;
    }

    .footer {
        padding: 30px 16px 20px !important;
    }

    .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    [class*="col-"] {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 16px;
    }
}

/* Mobile Phones (480px ke bawah) */
@media (max-width: 480px) {
    body {
        padding: 0 4px;
    }

    .header {
        padding: 8px 10px !important;
    }

    .hero-section {
        padding: 30px 12px 24px;
    }

    .hero-section .bismillah {
        font-size: 18px;
    }

    .hero-section h1 {
        font-size: 28px;
    }

    .hero-section p {
        font-size: 15px;
    }

    .layout-pt-md,
    .layout-pt-md.bravo-about-text {
        padding: 16px 10px !important;
    }

    .layout-pt-md.bravo-about-text {
        padding: 24px 16px !important;
        border-radius: 16px;
    }

    .layout-pt-lg.layout-pb-lg.bg-blue-2 {
        padding: 16px 12px !important;
        border-radius: 12px !important;
    }

    .section-title {
        font-size: 24px;
        padding-bottom: 14px;
        margin-bottom: 20px;
    }

    .tourCard {
        border-radius: 12px;
        margin-bottom: 4px;
    }

    .cardImage {
        padding-top: 60%;
    }

    .tourCard__content {
        padding: 14px;
        gap: 6px;
    }

    .tourCard__title {
        font-size: 16px;
    }

    .tourCard__attributes {
        grid-template-columns: 1fr 1fr;
        gap: 3px 10px;
        font-size: 12px;
    }

    .tourCard__attributes > div::before {
        font-size: 8px;
    }

    .text-dark-1 {
        font-size: 20px;
    }

    .button {
        padding: 10px 20px;
        min-height: 44px;
        font-size: 13px;
        letter-spacing: 1px;
        border-radius: 30px !important;
    }

    .cardImage__wishlist .button {
        width: 34px;
        height: 34px;
        min-height: 34px;
    }

    .cardImage__leftBadge .bg-yellow-1 {
        font-size: 9px;
        padding: 4px 12px;
    }

    .bravo-news {
        padding: 12px;
        border-radius: 12px;
    }

    .title {
        font-size: 20px;
        margin: 12px 0 16px;
        padding-bottom: 12px;
    }

    .item-news {
        padding: 12px;
    }

    .footer {
        padding: 24px 12px 16px !important;
    }

    .footer .email-input {
        padding: 10px 16px !important;
        font-size: 14px;
    }

    /* Single Column */
    .row [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 16px;
    }

    /* Touch Targets */
    .button,
    .cardImage__wishlist .button {
        min-height: 44px;
    }
}

/* Extra Small (360px ke bawah) */
@media (max-width: 360px) {
    .tourCard__attributes {
        grid-template-columns: 1fr;
        gap: 2px 0;
    }

    .tourCard__title {
        font-size: 15px;
    }

    .tourCard__content {
        padding: 12px;
    }

    .cardImage {
        padding-top: 55%;
    }

    .hero-section h1 {
        font-size: 24px;
    }

    .button {
        font-size: 12px;
        padding: 8px 16px;
        min-height: 40px;
    }
}

/* ============================================
   TOUCH & INTERACTION IMPROVEMENTS
   ============================================ */
@media (hover: none) {
    .tourCard:hover {
        transform: none !important;
    }
    
    .tourCard:active {
        transform: scale(0.98) !important;
        transition: transform 0.1s;
    }
    
    .button:active {
        transform: scale(0.95) !important;
    }

    .item-news:hover {
        transform: none !important;
    }
}

/* ============================================
   SCROLLBAR - GOLD LUXURY
   ============================================ */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #0a0806;
}

::-webkit-scrollbar-thumb {
    background: var(--gold-gradient);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gold-light);
}

/* ============================================
   ANIMATIONS - ENTRANCE
   ============================================ */
@keyframes fadeUpGold {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tourCard {
    animation: fadeUpGold 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
}

.tourCard:nth-child(1) { animation-delay: 0.05s; }
.tourCard:nth-child(2) { animation-delay: 0.1s; }
.tourCard:nth-child(3) { animation-delay: 0.15s; }
.tourCard:nth-child(4) { animation-delay: 0.2s; }

[data-anim-child="slide-left delay-4"] {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.is-in-view {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

/* ============================================
   UTILITY - GOLD TOUCHES
   ============================================ */
.gold-text {
    color: var(--gold-primary);
}

.gold-border {
    border: 1px solid rgba(212, 175, 55, 0.15);
}

.gold-glow {
    box-shadow: 0 0 60px rgba(212, 175, 55, 0.06);
}

.text-center {
    text-align: center;
}

.text-gold-gradient {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ============================================
   HEADER HIDE - PRESERVED
   ============================================ */
header.header.bg-green.js-header.bravo_header {
    display: none !important;
}

/* ============================================
   LOADING SKELETON
   ============================================ */
.skeleton {
    background: linear-gradient(90deg, #1a1714 25%, #2a2724 50%, #1a1714 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 8px;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* ============================================
   ROOT VARIABLES - ISLAMIC LUXURY THEME
   ============================================ */
:root {
    --gold-primary: #d4af37;
    --gold-light: #f0d475;
    --gold-dark: #b8962f;
    --gold-gradient: linear-gradient(135deg, #d4af37 0%, #f0d475 30%, #d4af37 60%, #b8962f 100%);
    --gold-glow: rgba(212, 175, 55, 0.25);
    --gold-soft: rgba(212, 175, 55, 0.08);
    --gold-border: rgba(212, 175, 55, 0.2);
    --gold-border-strong: rgba(212, 175, 55, 0.4);
    --shadow-gold: 0 8px 32px rgba(212, 175, 55, 0.12);
    --shadow-gold-hover: 0 16px 48px rgba(212, 175, 55, 0.2);
    --islamic-green: #1a6b3c;
    --islamic-green-light: #2d8f4e;
    --black-rich: #0a0806;
    --black-soft: #1a1714;
    --black-card: #12100d;
}

/* ============================================
   OVERRIDE & BASE STYLES
   ============================================ */
body {
    background-color: #0a0806;
    background-image:
        radial-gradient(ellipse at 20% 30%, rgba(212, 175, 55, 0.04) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 70%, rgba(212, 175, 55, 0.03) 0%, transparent 60%),
        radial-gradient(ellipse at 50% 50%, rgba(212, 175, 55, 0.02) 0%, transparent 70%);
    background-attachment: fixed;
    background-blend-mode: overlay;
    color: #f5f0eb;
    font-family: 'Georgia', 'Times New Roman', serif;
}

/* ============================================
   HEADER - ELEGANCE & STICKY
   ============================================ */
.header {
    background: linear-gradient(180deg, rgba(10, 8, 6, 0.95) 0%, rgba(10, 8, 6, 0.85) 100%) !important;
    backdrop-filter: blur(20px) saturate(1.3);
    -webkit-backdrop-filter: blur(20px) saturate(1.3);
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.header::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold-primary), transparent);
    opacity: 0.3;
}

/* ============================================
   TYPOGRAPHY - GOLD ACCENTS
   ============================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Georgia', 'Times New Roman', serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #f5f0eb;
}

.fw-500 {
    font-weight: 700 !important;
}

.text-22 {
    font-size: 1.4rem !important;
}

.text-30 {
    font-size: clamp(24px, 3.5vw, 36px) !important;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.text-light-1 {
    color: rgba(245, 240, 235, 0.7) !important;
}

.text-dark-1 {
    color: #f5f0eb !important;
}

/* Gold Text Class */
.text-gold {
    color: var(--gold-primary) !important;
}

/* ============================================
   BREADCRUMB - ISLAMIC TOUCH
   ============================================ */
.bravo_detail_tour .blog-breadcrumb {
    background: rgba(10, 8, 6, 0.6) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.08);
}

.bravo_detail_tour .blog-breadcrumb .ul li a,
.bravo_detail_tour .blog-breadcrumb .ul li span {
    color: rgba(245, 240, 235, 0.7) !important;
    transition: color 0.3s ease;
}

.bravo_detail_tour .blog-breadcrumb .ul li a:hover {
    color: var(--gold-primary) !important;
}

.bravo_detail_tour .blog-breadcrumb .ul li.active span {
    color: var(--gold-primary) !important;
}

/* ============================================
   TOUR DETAIL - MAIN CONTENT
   ============================================ */
.bravo_detail_tour .bravo_content section {
    background: transparent;
}

.bravo_detail_tour .bravo_content .container {
    background: rgba(10, 8, 6, 0.4);
    border-radius: 20px;
    padding: 20px 30px;
    border: 1px solid rgba(212, 175, 55, 0.06);
}

/* Section Dividers */
.bravo_detail_tour .border-top-light,
.bravo_detail_tour .border-bottom-light,
.bravo_detail_tour .border-light {
    border-color: rgba(212, 175, 55, 0.08) !important;
}

/* ============================================
   OVERVIEW & DESCRIPTION
   ============================================ */
.gotrip-overview .text-dark-1 {
    color: rgba(245, 240, 235, 0.9) !important;
}

.gotrip-overview ul {
    list-style: none;
    padding-left: 0;
}

.gotrip-overview ul li {
    padding: 6px 0;
    border-bottom: 1px solid rgba(212, 175, 55, 0.04);
    display: flex;
    align-items: center;
    gap: 10px;
}

.gotrip-overview ul li::before {
    content: '✦';
    color: var(--gold-primary);
    font-size: 12px;
    opacity: 0.6;
}

.gotrip-overview ul li:last-child {
    border-bottom: none;
}

/* ============================================
   INCLUDED / EXCLUDED LIST
   ============================================ */
.text-dark-1 .icon-check {
    color: var(--gold-primary) !important;
}

.text-dark-1 .icon-close {
    color: #ff6b6b !important;
}

/* ============================================
   BOOKING CARD - LUXURY WIDGET
   ============================================ */
.bravo_single_book_wrap .bravo_single_book {
    background: linear-gradient(160deg, #1a1714 0%, #0a0806 100%) !important;
    border: 1px solid rgba(212, 175, 55, 0.12) !important;
    border-radius: 20px !important;
    box-shadow: var(--shadow-gold) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.bravo_single_book_wrap .bravo_single_book .text-20 {
    color: var(--gold-primary) !important;
    font-weight: 700;
}

.bravo_single_book_wrap .bravo_single_book .text-red-1 {
    color: #ff6b6b !important;
}

/* Booking Nav - Enquiry / Book */
.nav-enquiry {
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.15);
    margin: 20px 0;
}

.nav-enquiry .enquiry-item {
    flex: 1;
    text-align: center;
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 14px;
    color: rgba(245, 240, 235, 0.6);
    background: transparent;
}

.nav-enquiry .enquiry-item.active {
    background: var(--gold-gradient);
    color: #0a0806 !important;
}

.nav-enquiry .enquiry-item:hover:not(.active) {
    background: rgba(212, 175, 55, 0.08);
    color: var(--gold-primary);
}

/* Form Inputs in Booking */
.bravo_single_book .form-input input,
.bravo_single_book .form-input textarea,
.bravo_single_book .form-date-field {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(212, 175, 55, 0.1) !important;
    border-radius: 12px !important;
    color: #f5f0eb !important;
    transition: all 0.3s ease;
}

.bravo_single_book .form-input input:focus,
.bravo_single_book .form-input textarea:focus,
.bravo_single_book .form-date-field:focus-within {
    border-color: var(--gold-primary) !important;
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.05);
}

.bravo_single_book .form-input label {
    color: rgba(245, 240, 235, 0.5) !important;
}

/* Book Button */
.bravo_single_book .button.-dark-1.bg-blue-1 {
    background: var(--gold-gradient) !important;
    color: #0a0806 !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bravo_single_book .button.-dark-1.bg-blue-1:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(212, 175, 55, 0.3);
}

/* ============================================
   FAQ ACCORDION - ISLAMIC ELEGANCE
   ============================================ */
.accordion__item {
    background: rgba(10, 8, 6, 0.4) !important;
    border: 1px solid rgba(212, 175, 55, 0.06) !important;
    border-radius: 16px !important;
    transition: all 0.3s ease;
}

.accordion__item:hover {
    border-color: rgba(212, 175, 55, 0.15) !important;
}

.accordion__button .button.text-dark-1 {
    color: #f5f0eb !important;
    font-weight: 600;
}

.accordion__icon {
    background: rgba(212, 175, 55, 0.08) !important;
    color: var(--gold-primary);
}

.accordion__icon .icon-plus,
.accordion__icon .icon-minus {
    color: var(--gold-primary);
}

.accordion__content .text-15 {
    color: rgba(245, 240, 235, 0.8) !important;
    line-height: 1.8;
}

/* ============================================
   NEWSLETTER SECTION
   ============================================ */
.mailchimp.bg-dark-2 {
    background: linear-gradient(160deg, rgba(26, 23, 20, 0.8) 0%, rgba(10, 8, 6, 0.9) 100%) !important;
    border: 1px solid rgba(212, 175, 55, 0.08);
    border-radius: 20px;
    margin: 20px 0;
}

.mailchimp .icon-newsletter {
    color: var(--gold-primary) !important;
}

.mailchimp .email-input {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(212, 175, 55, 0.1) !important;
    border-radius: 50px !important;
    color: #f5f0eb !important;
    padding: 0 24px !important;
    transition: all 0.3s ease;
}

.mailchimp .email-input:focus {
    border-color: var(--gold-primary) !important;
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.05);
    outline: none;
}

.mailchimp .button.bg-blue-1 {
    background: var(--gold-gradient) !important;
    color: #0a0806 !important;
    border-radius: 50px !important;
    font-weight: 700;
    letter-spacing: 1px;
}

.mailchimp .button.bg-blue-1:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(212, 175, 55, 0.3);
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: linear-gradient(180deg, rgba(10, 8, 6, 0.95) 0%, #0a0806 100%) !important;
    border-top: 1px solid rgba(212, 175, 55, 0.08);
}

.footer p,
.footer a {
    color: rgba(245, 240, 235, 0.6) !important;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: var(--gold-primary) !important;
}

.border-top-white-15 {
    border-top: 1px solid rgba(212, 175, 55, 0.06) !important;
}

/* ============================================
   WHATSAPP FLOATING BUTTON - ENHANCED
   ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--gold-gradient) !important;
    color: #0a0806;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 30px rgba(212, 175, 55, 0.3);
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: bounceGold 2s infinite;
    border: 2px solid rgba(212, 175, 55, 0.2);
}

.whatsapp-float:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 50px rgba(212, 175, 55, 0.4);
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
    filter: brightness(0) invert(1);
}

@keyframes bounceGold {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-15px); }
    60% { transform: translateY(-8px); }
}

/* Popup Menu */
.popup-menu {
    position: fixed;
    bottom: 105px;
    right: 30px;
    background: linear-gradient(160deg, #1a1714 0%, #0a0806 100%);
    border: 1px solid rgba(212, 175, 55, 0.12);
    border-radius: 16px;
    box-shadow: var(--shadow-gold-hover);
    padding: 16px;
    display: none;
    flex-direction: column;
    gap: 10px;
    z-index: 1001;
    width: 260px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.popup-menu button {
    width: 100%;
    padding: 12px 16px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: 'Georgia', serif;
}

.popup-menu button.whatsapp {
    background: var(--gold-gradient);
    color: #0a0806;
}

.popup-menu button.whatsapp:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.3);
}

.popup-menu button.form {
    background: rgba(212, 175, 55, 0.08);
    color: var(--gold-primary);
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.popup-menu button.form:hover {
    background: rgba(212, 175, 55, 0.15);
}

/* Overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: none;
    z-index: 1000;
}

/* ============================================
   SCROLLBAR - GOLD LUXURY
   ============================================ */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #0a0806;
}

::-webkit-scrollbar-thumb {
    background: var(--gold-gradient);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gold-light);
}

/* ============================================
   RESPONSIVE ADJUSTMENTS
   ============================================ */
@media (max-width: 992px) {
    .bravo_detail_tour .bravo_content .container {
        padding: 16px 20px;
    }

    .bravo_single_book_wrap .bravo_single_book {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .bravo_detail_tour .bravo_content .container {
        padding: 12px 14px;
        border-radius: 16px;
    }

    .whatsapp-float {
        width: 55px;
        height: 55px;
        bottom: 20px;
        right: 20px;
    }

    .whatsapp-float img {
        width: 28px;
        height: 28px;
    }

    .popup-menu {
        bottom: 90px;
        right: 20px;
        width: 220px;
        padding: 14px;
    }

    .popup-menu button {
        padding: 10px 14px;
        font-size: 13px;
    }

    .nav-enquiry .enquiry-item {
        padding: 10px 14px;
        font-size: 13px;
    }

    .text-30 {
        font-size: 28px !important;
    }

    .gotrip-overview ul li {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .bravo_detail_tour .bravo_content .container {
        padding: 8px 10px;
        border-radius: 12px;
    }

    .whatsapp-float {
        width: 48px;
        height: 48px;
        bottom: 16px;
        right: 16px;
    }

    .whatsapp-float img {
        width: 24px;
        height: 24px;
    }

    .popup-menu {
        bottom: 75px;
        right: 16px;
        width: 190px;
        padding: 12px;
    }

    .popup-menu button {
        padding: 8px 12px;
        font-size: 12px;
        border-radius: 10px;
    }

    .text-30 {
        font-size: 22px !important;
    }

    .bravo_single_book .button.-dark-1.bg-blue-1 {
        font-size: 13px;
        padding: 14px 20px;
    }

    .accordion__item {
        padding: 16px !important;
    }

    .accordion__content .pl-60 {
        padding-left: 20px !important;
    }

    .accordion__icon {
        width: 32px;
        height: 32px;
        margin-right: 12px !important;
        flex-shrink: 0;
    }

    .gotrip-overview ul li {
        font-size: 13px;
        padding: 4px 0;
    }
}

/* ============================================
   TOUCH IMPROVEMENTS
   ============================================ */
@media (hover: none) {
    .whatsapp-float:hover {
        transform: none !important;
    }

    .whatsapp-float:active {
        transform: scale(0.92) !important;
    }

    .button.-dark-1.bg-blue-1:hover {
        transform: none !important;
    }
}

/* ============================================
   UTILITY - GOLD TOUCHES
   ============================================ */
.gold-text {
    color: var(--gold-primary);
}

.gold-border {
    border: 1px solid rgba(212, 175, 55, 0.15);
}

.gold-glow {
    box-shadow: 0 0 60px rgba(212, 175, 55, 0.06);
}

.text-center {
    text-align: center;
}

.text-gold-gradient {
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Gold Icon Color */
.icon-placeholder,
.icon-clock,
.icon-customer,
.icon-route {
    color: var(--gold-primary) !important;
}

/* ============================================
   OVERVIEW TEXT - WHITE WITH GOLD ACCENTS
   ============================================ */

/* Teks utama paragraf overview menjadi putih */
.gotrip-overview .text-dark-1 p {
    color: #ffffff !important;
    line-height: 1.9;
    font-size: 15px;
}

/* Membuat semua teks di dalam paragraf overview berwarna putih */
.gotrip-overview .text-dark-1 {
    color: #ffffff !important;
}

/* Strong (teks tebal) tetap menggunakan warna emas untuk aksen */
.gotrip-overview .text-dark-1 strong {
    color: var(--gold-primary) !important;
    font-weight: 700;
}

/* Alternatif: Jika ingin semua strong juga putih, gunakan ini:
.gotrip-overview .text-dark-1 strong {
    color: #ffffff !important;
}
*/

/* Untuk daftar fasilitas (✅) - pastikan teksnya putih */
.gotrip-overview ul li {
    color: #ffffff !important;
}

/* Ikon centang (✅) bisa diberi warna emas atau tetap putih */
.gotrip-overview ul li::before {
    content: '✦';
    color: var(--gold-primary);
    font-size: 12px;
    opacity: 0.8;
    margin-right: 10px;
}

/* Spesifik untuk elemen dengan icon emoji (📆, ✈️, 🏨, dll) */
.gotrip-overview .text-dark-1 p .emoji,
.gotrip-overview .text-dark-1 p span {
    color: #ffffff !important;
}

/* Jika ada class text-dark-1 di luar gotrip-overview */
.text-dark-1 p {
    color: #ffffff !important;
}

.text-dark-1 strong {
    color: var(--gold-primary) !important;
}

/* ============================================
   RESPONSIVE - TETAP TERBACA
   ============================================ */
@media (max-width: 768px) {
    .gotrip-overview .text-dark-1 p {
        font-size: 14px;
        line-height: 1.8;
    }
}

@media (max-width: 480px) {
    .gotrip-overview .text-dark-1 p {
        font-size: 13px;
        line-height: 1.7;
    }
}

/* ============================================
   HIDE BREADCRUMB NAVIGATION
   ============================================ */

/* Cara 1: Sembunyikan berdasarkan class container */
.bravo_detail_tour .blog-breadcrumb {
    display: none !important;
}

/* Cara 2: Sembunyikan breadcrumb list secara spesifik */
.bravo_detail_tour .blog-breadcrumb .ul.row {
    display: none !important;
}

/* Cara 3: Sembunyikan seluruh section breadcrumb */
.blog-breadcrumb.py-10.bg-light-2 {
    display: none !important;
}

/* Cara 4: Sembunyikan berdasarkan struktur HTML (paling spesifik) */
.bravo_detail_tour .blog-breadcrumb .container .row .col-auto .ul.row {
    display: none !important;
}

/* Cara 5: Sembunyikan dengan visibility (masih memakan tempat) */
.bravo_detail_tour .blog-breadcrumb {
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}
    
