/*============================================================================================*/
/* Camping Merah Salak - custom styles */
/*============================================================================================*/

.header.transparent { background: rgba(0, 0, 0, 0.35); transition: background 0.3s ease; }
#logo img {
    width: auto;
    height: 52px;
    object-fit: contain;
}
#logo img.logo_sticky { height: 46px; }

/* Hero */
.camping_hero.hero_single:before,
.camping_hero.hero_single.version_2:before { display: none !important; }
.camping_hero.hero_single.version_2 { height: auto; }
.camping_hero.hero_single .wrapper {
    background: transparent;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.camping_hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(18, 35, 25, 0.7), rgba(8, 24, 40, 0.7)), url('../img/hero-merah-salak.jpg') center/cover no-repeat;
    padding: 120px 0;
}

.camping_hero .container { max-width: 900px; }
.camping_hero h1,
.camping_hero p,
.camping_hero .hero_highlights { color: #fff; }

.hero_tagline { font-weight: 600; letter-spacing: 0.4px; text-transform: uppercase; }

.hero_highlights {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    font-weight: 600;
}

.hero_highlights li { background: rgba(255, 255, 255, 0.12); border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 30px; padding: 10px 16px; }

.btn_1.outline { color: #fff; background: transparent; border: 1px solid #fff; }

.package_card img {
    height: 220px;
    object-fit: cover;
}

.price_tag {
    font-weight: 700;
    color: #0abf53;
}

.feature_box {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e9ecef;
    height: 100%;
}

.feature_box i {
    font-size: 28px;
    color: #0abf53;
    margin-bottom: 10px;
}

.agenda_list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-left: 2px solid #dfe5ea;
}

.agenda_list li {
    padding: 14px 0 14px 18px;
    position: relative;
    line-height: 1.5;
}

.agenda_list li::before {
    content: '';
    position: absolute;
    left: -7px;
    top: 18px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0abf53;
    box-shadow: 0 0 0 6px rgba(10, 191, 83, 0.1);
}

.agenda_list span {
    display: inline-block;
    min-width: 70px;
    font-weight: 700;
    color: #0b2e22;
}

.gallery_item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #f7f9fa;
    aspect-ratio: 4 / 3;
}
.gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.gallery_item img:hover { transform: scale(1.02) translateY(-2px); box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18); }

.testimonial_card p {
    font-style: italic;
}

.faq_list details {
    background: #f8f9fa;
    border: 1px solid #e5e8ea;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 10px;
}

.faq_list summary {
    font-weight: 700;
    cursor: pointer;
}

.cta_section {
    background: linear-gradient(135deg, #0b2e22, #0abf53);
    color: #fff;
    padding: 45px 0;
}

.cta_section .btn_1 {
    background: #fff;
    color: #0b2e22;
}

.cta_section .btn_1.outline {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

@media (max-width: 991px) {
    .camping_hero { min-height: 70vh; padding: 140px 0 110px; }
    .hero_highlights { gap: 10px; }
}
