/* ============================================
   MODERN LANDING PAGE - Hotel Jogokaryan
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');

* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: #fafafa;
    color: #1a1a2e;
    overflow-x: hidden;
}

/* ============================================
   TOP BAR
   ============================================ */
.top-bar {
    background: #1a1a2e;
    color: #ccc;
    font-size: 13px;
    padding: 6px 0;
}
.top-bar a {
    color: #ccc;
    text-decoration: none;
}
.top-bar a:hover {
    color: #4caf50;
}
.top-bar .social-links a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #ccc;
    font-size: 12px;
    margin-left: 4px;
    transition: all 0.3s;
}
.top-bar .social-links a:hover {
    background: #4caf50;
    color: #fff;
}

/* ============================================
   NAVBAR
   ============================================ */
.modern-navbar {
    background: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    margin-bottom: 0;
    padding: 0;
    transition: all 0.3s;
}
.modern-navbar .navbar-nav > li > a {
    color: #1a1a2e !important;
    font-weight: 500;
    font-size: 14px;
    padding: 20px 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}
.modern-navbar .navbar-nav > li > a:hover,
.modern-navbar .navbar-nav > li > a:focus {
    color: #4caf50 !important;
    background: transparent !important;
}
.modern-navbar .navbar-nav > li.active > a {
    color: #4caf50 !important;
    background: transparent !important;
}
.modern-navbar .navbar-brand {
    color: #1a1a2e !important;
    font-weight: 800;
    font-size: 24px;
    padding: 15px 0;
    height: auto;
}
.modern-navbar .navbar-brand small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #999;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.navbar-toggle {
    margin-top: 18px;
}
.navbar-toggle .icon-bar {
    background: #1a1a2e;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-modern {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    background: url('../img/header-bg1.jpg') center center / cover no-repeat fixed;
    overflow: hidden;
}
.hero-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(26,26,46,0.85) 0%, rgba(26,26,46,0.4) 50%, rgba(76,175,80,0.3) 100%);
}
.hero-modern .hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}
.hero-modern .hero-badge {
    display: inline-block;
    background: rgba(76,175,80,0.9);
    color: #fff;
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.hero-modern h1 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 15px;
}
.hero-modern h1 span {
    color: #4caf50;
}
.hero-modern p {
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    max-width: 600px;
    margin-bottom: 30px;
}
.hero-modern .btn-hero {
    display: inline-block;
    padding: 15px 40px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    color: #fff;
    border: none;
    box-shadow: 0 8px 30px rgba(76,175,80,0.4);
    transition: all 0.3s;
    text-decoration: none;
}
.hero-modern .btn-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(76,175,80,0.5);
    color: #fff;
}
.hero-modern .btn-hero-outline {
    display: inline-block;
    padding: 14px 35px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.4);
    margin-left: 12px;
    transition: all 0.3s;
    text-decoration: none;
}
.hero-modern .btn-hero-outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
    color: #fff;
}
.hero-modern .hero-rating {
    margin-top: 40px;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
}
.hero-modern .hero-rating i {
    color: #ffc107;
    margin-right: 3px;
}
.hero-modern .hero-rating span {
    color: #fff;
    font-weight: 600;
}

/* Hero floating booking card */
.hero-booking-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    position: relative;
    z-index: 2;
}
.hero-booking-card h4 {
    font-weight: 700;
    font-size: 18px;
    color: #1a1a2e;
    margin-bottom: 20px;
}
.hero-booking-card h4 i {
    color: #4caf50;
    margin-right: 8px;
}
.hero-booking-card .form-control {
    height: 48px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    margin-bottom: 12px;
}
.hero-booking-card .form-control:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 3px rgba(76,175,80,0.15);
}
.hero-booking-card .form-group label {
    font-weight: 600;
    font-size: 13px;
    color: #555;
    margin-bottom: 5px;
}
.hero-booking-card .btn-book {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}
.hero-booking-card .btn-book:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(76,175,80,0.4);
}

/* ============================================
   SECTION TITLES
   ============================================ */
.section-modern {
    padding: 90px 0;
}
.section-modern-alt {
    background: #fff;
}
.section-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-title .subtitle {
    display: inline-block;
    color: #4caf50;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.section-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
}
.section-title p {
    font-size: 16px;
    color: #777;
    max-width: 550px;
    margin: 0 auto;
    line-height: 1.7;
}
.section-title .divider {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #4caf50, #2e7d32);
    margin: 15px auto;
    border-radius: 3px;
}

/* ============================================
   ROOM CARDS
   ============================================ */
.room-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.07);
    transition: all 0.4s;
    margin-bottom: 30px;
}
.room-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0,0,0,0.12);
}
.room-card .card-img {
    position: relative;
    overflow: hidden;
    height: 220px;
}
.room-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.room-card:hover .card-img img {
    transform: scale(1.1);
}
.room-card .card-img .price-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(76,175,80,0.3);
}
.room-card .card-img .price-tag small {
    font-weight: 400;
    font-size: 12px;
}
.room-card .card-body {
    padding: 24px;
}
.room-card .card-body h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
}
.room-card .card-body .rating {
    color: #ffc107;
    font-size: 13px;
    margin-bottom: 10px;
}
.room-card .card-body p {
    color: #777;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.room-card .card-body .room-facilities {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}
.room-card .card-body .room-facilities li {
    display: inline-block;
    background: #f0f0f0;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    margin: 0 4px 6px 0;
    color: #555;
}
.room-card .card-body .room-facilities li i {
    color: #4caf50;
    margin-right: 4px;
}
.room-card .card-body .btn-detail {
    display: inline-block;
    padding: 10px 28px;
    border-radius: 50px;
    background: #4caf50;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s;
    border: none;
}
.room-card .card-body .btn-detail:hover {
    background: #2e7d32;
    color: #fff;
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-modern {
    background: #fff;
}
.about-modern .about-img {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
.about-modern .about-img img {
    width: 100%;
    border-radius: 16px;
}
.about-modern .about-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}
.about-modern .about-content p {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}
.about-modern .about-features {
    margin-top: 25px;
}
.about-modern .about-features .feat-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.about-modern .about-features .feat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}
.about-modern .about-features .feat-text h5 {
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 3px;
}
.about-modern .about-features .feat-text span {
    font-size: 13px;
    color: #888;
}

/* ============================================
   AMENITIES / SERVICES
   ============================================ */
.amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px;
}
.amenity-item {
    background: #fff;
    border-radius: 16px;
    padding: 35px 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: all 0.3s;
    border: 1px solid #f0f0f0;
}
.amenity-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(0,0,0,0.1);
    border-color: #4caf50;
}
.amenity-item .amenity-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #2e7d32;
    transition: all 0.3s;
}
.amenity-item:hover .amenity-icon {
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    color: #fff;
}
.amenity-item h5 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px;
}
.amenity-item p {
    font-size: 13px;
    color: #888;
    margin: 0;
}

/* ============================================
   PROMO CARDS
   ============================================ */
.promo-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s;
}
.promo-card:hover {
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    transform: translateY(-5px);
}
.promo-card .promo-header {
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    color: #fff;
    padding: 20px 25px;
    position: relative;
    overflow: hidden;
}
.promo-card .promo-header::before {
    content: '%';
    position: absolute;
    right: -10px;
    top: -20px;
    font-size: 100px;
    font-weight: 800;
    opacity: 0.1;
    color: #fff;
}
.promo-card .promo-header .discount-badge {
    font-size: 28px;
    font-weight: 800;
}
.promo-card .promo-header .discount-badge small {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
}
.promo-card .promo-body {
    padding: 20px 25px;
}
.promo-card .promo-body h5 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}
.promo-card .promo-body .promo-date {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}
.promo-card .promo-body .promo-date i {
    color: #4caf50;
    margin-right: 5px;
}
.promo-card .promo-body p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.promo-card .promo-body .btn-promo {
    padding: 8px 22px;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #4caf50;
    color: #4caf50;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
}
.promo-card .promo-body .btn-promo:hover {
    background: #4caf50;
    color: #fff;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonial-section {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    color: #fff;
}
.testimonial-section .section-title h2 {
    color: #fff;
}
.testimonial-section .section-title .subtitle {
    color: #4caf50;
}
.testimonial-section .section-title p {
    color: rgba(255,255,255,0.6);
}
.testimonial-card {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.testimonial-card:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-5px);
}
.testimonial-card .stars {
    color: #ffc107;
    font-size: 14px;
    margin-bottom: 15px;
}
.testimonial-card p {
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    line-height: 1.7;
    font-style: italic;
}
.testimonial-card .testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.testimonial-card .testimonial-author .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-right: 12px;
}
.testimonial-card .testimonial-author .info h6 {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
}
.testimonial-card .testimonial-author .info span {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
    background: linear-gradient(135deg, #4caf50, #1b5e20);
    padding: 80px 0;
    text-align: center;
    color: #fff;
}
.cta-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}
.cta-section p {
    font-size: 17px;
    opacity: 0.9;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.cta-section .btn-cta {
    display: inline-block;
    padding: 16px 50px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #fff;
    color: #2e7d32;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}
.cta-section .btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.3);
    color: #1b5e20;
}
.cta-section .cta-stats {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}
.cta-section .cta-stats .stat-item h3 {
    font-size: 36px;
    font-weight: 800;
    margin: 0;
}
.cta-section .cta-stats .stat-item p {
    font-size: 14px;
    opacity: 0.7;
    margin: 0;
}

/* ============================================
   MODERN FOOTER
   ============================================ */
.modern-footer {
    background: #1a1a2e;
    color: rgba(255,255,255,0.7);
    padding: 60px 0 0;
}
.modern-footer h5 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.modern-footer p {
    font-size: 14px;
    line-height: 1.7;
}
.modern-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.modern-footer ul li {
    margin-bottom: 10px;
}
.modern-footer ul li a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}
.modern-footer ul li a:hover {
    color: #4caf50;
    padding-left: 5px;
}
.modern-footer .social-footer a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
    transition: all 0.3s;
}
.modern-footer .social-footer a:hover {
    background: #4caf50;
    color: #fff;
}
.modern-footer .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 20px 0;
    margin-top: 40px;
    text-align: center;
    font-size: 13px;
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.animate-in {
    animation: fadeInUp 0.6s ease forwards;
}
.animate-in:nth-child(2) { animation-delay: 0.1s; }
.animate-in:nth-child(3) { animation-delay: 0.2s; }
.animate-in:nth-child(4) { animation-delay: 0.3s; }

/* ============================================
   SCROLL TO TOP
   ============================================ */
.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(76,175,80,0.3);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
}
.scroll-top-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(76,175,80,0.4);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
    .hero-modern {
        min-height: auto;
        padding: 100px 0 60px;
    }
    .hero-modern h1 {
        font-size: 36px;
    }
    .hero-booking-card {
        margin-top: 30px;
    }
    .section-modern {
        padding: 60px 0;
    }
    .section-title h2 {
        font-size: 30px;
    }
    .cta-section h2 {
        font-size: 30px;
    }
    .cta-section .cta-stats {
        gap: 30px;
    }
}

/* ============================================
   BOOKING PAGE STYLES
   ============================================ */
.booking-wrapper {
    padding: 50px 0;
    background: #f8f9fa;
    min-height: 80vh;
}
.booking-steps {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
}
.booking-steps::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #e0e0e0;
    transform: translateY(-50%);
    z-index: 0;
}
.booking-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 0 30px;
}
.booking-step .step-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    transition: all 0.3s;
    border: 3px solid transparent;
}
.booking-step.active .step-circle {
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    color: #fff;
    box-shadow: 0 4px 15px rgba(76,175,80,0.3);
}
.booking-step.completed .step-circle {
    background: #4caf50;
    color: #fff;
    border-color: #4caf50;
}
.booking-step .step-label {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.booking-step.active .step-label {
    color: #2e7d32;
}
.booking-step.completed .step-label {
    color: #4caf50;
}
.booking-step a:hover .step-circle {
    transform: scale(1.1);
}
.booking-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.06);
    padding: 35px;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
}
.booking-card h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 5px;
}
.booking-card .card-subtitle {
    color: #888;
    font-size: 14px;
    margin-bottom: 25px;
}
.booking-card .section-label {
    font-weight: 700;
    font-size: 14px;
    color: #1a1a2e;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e8f5e9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Date picker styling */
.booking-card .input-group.date-range {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.booking-card .input-group .date-field {
    flex: 1;
}
.booking-card .input-group .date-field label {
    font-weight: 600;
    font-size: 13px;
    color: #555;
    margin-bottom: 5px;
    display: block;
}
.booking-card .input-group .date-field .input-group {
    display: flex;
}
.booking-card .input-group .date-field .input-group-addon {
    border-radius: 10px 0 0 10px;
    border: 1px solid #e0e0e0;
    border-right: none;
    background: #f9f9f9;
    padding: 10px 12px;
    color: #4caf50;
}
.booking-card .input-group .date-field input {
    border-radius: 0 10px 10px 0;
    height: 46px;
    border: 1px solid #e0e0e0;
    flex: 1;
}
.booking-card .input-group .date-field input:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 3px rgba(76,175,80,0.1);
}

/* Room selection cards */
.room-select-card {
    border: 2px solid #e8e8e8;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}
.room-select-card:hover {
    border-color: #4caf50;
    background: #f9fff9;
}
.room-select-card.selected {
    border-color: #4caf50;
    background: #f0faf0;
    box-shadow: 0 0 0 4px rgba(76,175,80,0.1);
}
.room-select-card .radio-custom {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s;
}
.room-select-card.selected .radio-custom {
    border-color: #4caf50;
    background: #4caf50;
}
.room-select-card.selected .radio-custom::after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #fff;
    font-size: 12px;
}
.room-select-card .room-info h4 {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 3px;
}
.room-select-card .room-info span {
    font-size: 13px;
    color: #888;
}
.room-select-card .room-price {
    margin-left: auto;
    text-align: right;
    flex-shrink: 0;
}
.room-select-card .room-price .price {
    font-weight: 800;
    font-size: 18px;
    color: #2e7d32;
}
.room-select-card .room-price .price small {
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

/* Form styling */
.modern-form .form-group {
    margin-bottom: 20px;
}
.modern-form label {
    font-weight: 600;
    font-size: 13px;
    color: #555;
    margin-bottom: 5px;
}
.modern-form .form-control {
    height: 48px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    transition: all 0.3s;
}
.modern-form .form-control:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 3px rgba(76,175,80,0.1);
}
.modern-form textarea.form-control {
    height: auto;
    min-height: 100px;
}
.modern-form select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

/* Summary sidebar */
.summary-card {
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    border-radius: 20px;
    padding: 30px;
    color: #fff;
    position: sticky;
    top: 100px;
}
.summary-card h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.summary-card .summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 14px;
}
.summary-card .summary-item .label {
    color: rgba(255,255,255,0.6);
    font-weight: 400;
    padding: 0;
    background: none;
    font-size: 14px;
}
.summary-card .summary-item .value {
    font-weight: 600;
    text-align: right;
}
.summary-card .summary-divider {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 15px 0;
}
.summary-card .total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
.summary-card .total-row .total-label {
    font-size: 16px;
    font-weight: 600;
}
.summary-card .total-row .total-price {
    font-size: 28px;
    font-weight: 800;
    color: #4caf50;
}
.summary-card .total-row .total-price small {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.5);
}

/* Payment card styles */
.payment-method-card {
    border: 2px solid #e8e8e8;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 15px;
}
.payment-method-card:hover,
.payment-method-card.selected {
    border-color: #4caf50;
    background: #f0faf0;
}
.payment-method-card .pm-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #e8f5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #2e7d32;
    flex-shrink: 0;
}
.payment-method-card .pm-info h5 {
    font-weight: 700;
    font-size: 15px;
    margin: 0 0 2px;
}
.payment-method-card .pm-info span {
    font-size: 13px;
    color: #888;
}

/* Button styles */
.btn-modern {
    padding: 14px 35px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-modern-primary {
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    color: #fff;
    box-shadow: 0 6px 20px rgba(76,175,80,0.3);
}
.btn-modern-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(76,175,80,0.4);
    color: #fff;
}
.btn-modern-outline {
    background: transparent;
    border: 2px solid #4caf50;
    color: #4caf50;
}
.btn-modern-outline:hover {
    background: #4caf50;
    color: #fff;
}
.btn-modern .btn-modern-success {
    background: #fff;
    color: #2e7d32;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Promo code */
.promo-input-group {
    display: flex;
    gap: 10px;
}
.promo-input-group input {
    flex: 1;
    height: 48px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 10px 15px;
    font-size: 14px;
}
.promo-input-group input:focus {
    border-color: #4caf50;
    box-shadow: 0 0 0 3px rgba(76,175,80,0.1);
    outline: none;
}
.promo-input-group .btn-apply {
    padding: 10px 25px;
    border-radius: 12px;
    background: #1a1a2e;
    color: #fff;
    font-weight: 600;
    border: none;
    transition: all 0.3s;
}
.promo-input-group .btn-apply:hover {
    background: #2e7d32;
}

/* Success / Complete page */
.success-section {
    text-align: center;
    padding: 60px 0;
}
.success-section .success-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 48px;
    color: #2e7d32;
}
.success-section h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}
.success-section p {
    color: #888;
    font-size: 16px;
    margin-bottom: 30px;
}
.success-section .order-details {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    max-width: 500px;
    margin: 0 auto;
    border: 1px solid #f0f0f0;
}
.success-section .order-details .detail-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}
.success-section .order-details .detail-row:last-child {
    border-bottom: none;
}
.success-section .order-details .detail-row span:first-child {
    color: #888;
    font-size: 14px;
}
.success-section .order-details .detail-row span:last-child {
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 767px) {
    .hero-modern {
        background-attachment: scroll;
        padding: 80px 0 40px;
    }
    .hero-modern h1 {
        font-size: 28px;
    }
    .hero-modern p {
        font-size: 15px;
    }
    .hero-modern .btn-hero,
    .hero-modern .btn-hero-outline {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
    }
    .hero-booking-card {
        padding: 20px;
        margin-top: 20px;
    }
    .section-title h2 {
        font-size: 24px;
    }
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .amenity-item {
        padding: 20px 15px;
    }
    .cta-section .cta-stats {
        gap: 20px;
    }
    .cta-section .cta-stats .stat-item h3 {
        font-size: 28px;
    }
    .modern-footer {
        padding: 40px 0 0;
    }
}

/* ============================================
   BOOKING & SERVICE PAGE MODERNIZATION
   ============================================ */
.booking-page-hero,
.service-page-hero {
    position: relative;
    padding: 70px 0;
    background: linear-gradient(135deg, rgba(26,26,46,0.94), rgba(46,125,50,0.74)), url('../img/header-bg1.jpg') center center / cover no-repeat;
    color: #fff;
}
.booking-page-hero .subtitle,
.service-page-hero .subtitle {
    display: inline-block;
    color: #bfe8c1;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.booking-page-hero h1,
.service-page-hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 44px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #fff;
}
.booking-page-hero p,
.service-page-hero p {
    max-width: 620px;
    color: rgba(255,255,255,0.82);
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}
.booking-modern-page {
    background: #f6f8f7;
}
.booking-modern-page .booking-steps {
    background: #fff;
    border: 1px solid #edf0ee;
    border-radius: 18px;
    padding: 24px 20px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.05);
}
.booking-card-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.booking-filter-card {
    position: sticky;
    top: 95px;
}
.input-with-icon {
    position: relative;
}
.input-with-icon i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #4caf50;
    z-index: 2;
}
.input-with-icon .form-control {
    padding-left: 42px;
}
.booking-date-note {
    background: #f0faf0;
    border: 1px solid #d9efda;
    border-radius: 12px;
    color: #2e7d32;
    font-size: 13px;
    line-height: 1.6;
    padding: 12px 14px;
    margin: 10px 0 20px;
}
.booking-submit {
    width: 100%;
    justify-content: center;
}
.modern-alert {
    border-radius: 14px;
    border: none;
    padding: 16px 18px;
    margin-bottom: 24px;
}
.room-select-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}
.room-choice-card {
    display: block;
    background: #fff;
    border: 2px solid #edf0ee;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.28s ease;
}
.room-choice-card:hover {
    transform: translateY(-4px);
    border-color: #81c784;
    box-shadow: 0 14px 34px rgba(0,0,0,0.09);
}
.room-choice-card.selected {
    border-color: #4caf50;
    box-shadow: 0 0 0 4px rgba(76,175,80,0.12);
}
.room-choice-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.room-choice-image {
    height: 170px;
    background: #e8f5e9;
    overflow: hidden;
}
.room-choice-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.room-choice-card:hover .room-choice-image img {
    transform: scale(1.06);
}
.room-choice-body {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    padding: 18px;
    align-items: start;
}
.room-choice-body .radio-custom {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid #cfd8dc;
    margin-top: 2px;
    position: relative;
    transition: all 0.2s ease;
}
.room-choice-card.selected .radio-custom {
    border-color: #4caf50;
    background: #4caf50;
}
.room-choice-card.selected .radio-custom::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    top: 6px;
    left: 6px;
}
.room-choice-body .room-info h4 {
    color: #1a1a2e;
    font-size: 17px;
    font-weight: 800;
    margin: 0 0 6px;
}
.room-choice-body .room-info span {
    display: block;
    color: #718078;
    font-size: 13px;
}
.room-choice-body .room-info i {
    color: #4caf50;
}
.room-choice-body .room-price {
    grid-column: 2;
    margin-top: 12px;
}
.room-choice-body .room-price .price {
    color: #2e7d32;
    font-size: 18px;
    font-weight: 800;
}
.room-choice-body .room-price small {
    color: #8a968f;
    font-size: 12px;
}
.empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 50px 20px;
    color: #748078;
}
.empty-state i {
    color: #4caf50;
    font-size: 42px;
    margin-bottom: 14px;
}
.empty-state h4 {
    color: #1a1a2e;
    font-weight: 800;
}
.service-room-section {
    background: #f8faf9;
}
.service-room-card .card-img {
    display: block;
    text-decoration: none;
}
.service-room-card .rating i {
    color: #ffc107;
}
.service-benefits {
    padding-top: 70px;
}
.booking-step {
    text-decoration: none !important;
}
.booking-step:hover {
    text-decoration: none;
}
.member-signup-box {
    background: #f7fbf7;
    border: 1px solid #dcefdc;
    border-radius: 12px;
    padding: 14px 16px;
    margin: 8px 0 18px;
}
.member-signup-box label {
    margin: 0;
    color: #2e7d32;
    font-weight: 700;
}
.login-inline-card .row {
    display: flex;
    align-items: center;
}
.checkout-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 24px;
}
.checkout-detail-item {
    background: #f8faf9;
    border: 1px solid #edf0ee;
    border-radius: 14px;
    padding: 16px;
}
.checkout-detail-item span {
    display: block;
    color: #839089;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.checkout-detail-item strong {
    color: #1a1a2e;
    font-size: 14px;
    line-height: 1.5;
}
.payment-modern-form {
    margin-top: 20px;
}
.qris-link {
    color: inherit;
    text-decoration: none;
}
.qris-link:hover {
    color: inherit;
    text-decoration: none;
}
.credit-card-panel {
    background: #fbfcfb;
    border: 1px solid #edf0ee;
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 20px;
}
.cart-modern-list {
    margin-bottom: 24px;
}
.cart-modern-item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #f8faf9;
    border: 1px solid #edf0ee;
    border-radius: 16px;
    padding: 18px;
    margin-bottom: 12px;
}
.cart-modern-item .cart-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #e8f5e9;
    color: #2e7d32;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.cart-modern-item h4 {
    margin: 0 0 3px;
    font-size: 17px;
    font-weight: 800;
}
.cart-modern-item span {
    color: #839089;
    font-size: 13px;
}
.cart-modern-item .cart-price {
    margin-left: auto;
    color: #2e7d32;
    font-size: 18px;
    font-weight: 800;
}
.qris-card {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
}
.qris-box {
    background: #fff;
    border: 1px solid #edf0ee;
    border-radius: 18px;
    padding: 20px;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.06);
}
.qris-box img {
    max-width: 320px;
    width: 100%;
}
.news-modern-section,
.gallery-modern-section,
.page-modern-section {
    background: #f8faf9;
}
.news-card {
    background: #fff;
    border: 1px solid #edf0ee;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0,0,0,0.06);
    margin-bottom: 28px;
    transition: all 0.28s ease;
}
.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 42px rgba(0,0,0,0.1);
}
.news-card-img {
    height: 210px;
    overflow: hidden;
    background: #e8f5e9;
}
.news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.news-card:hover .news-card-img img {
    transform: scale(1.06);
}
.news-card-body {
    padding: 22px;
}
.news-date {
    display: inline-block;
    color: #4caf50;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}
.news-card h3 {
    color: #1a1a2e;
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 10px;
}
.news-card p {
    color: #6f7b74;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}
.gallery-modern-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.gallery-item {
    position: relative;
    display: block;
    min-height: 230px;
    border-radius: 16px;
    overflow: hidden;
    background: #e8f5e9;
    box-shadow: 0 8px 28px rgba(0,0,0,0.08);
    text-decoration: none;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.gallery-item:hover img {
    transform: scale(1.08);
}
.gallery-item span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    padding: 40px 16px 16px;
    background: linear-gradient(180deg, rgba(26,26,46,0), rgba(26,26,46,0.88));
}
.page-modern-card {
    background: #fff;
    border: 1px solid #edf0ee;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0,0,0,0.06);
}
.page-modern-image {
    height: 320px;
    overflow: hidden;
}
.page-modern-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-modern-content {
    padding: 34px;
    color: #59645e;
    font-size: 15px;
    line-height: 1.8;
}
.page-modern-content h1,
.page-modern-content h2,
.page-modern-content h3 {
    color: #1a1a2e;
    font-weight: 800;
}

@media (max-width: 991px) {
    .booking-filter-card {
        position: static;
    }
    .room-select-grid {
        grid-template-columns: 1fr;
    }
    .gallery-modern-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .login-inline-card .row {
        display: block;
    }
}

@media (max-width: 767px) {
    .booking-page-hero,
    .service-page-hero {
        padding: 48px 0;
    }
    .booking-page-hero h1,
    .service-page-hero h1 {
        font-size: 30px;
    }
    .booking-modern-page .booking-steps {
        gap: 12px;
        overflow-x: auto;
        justify-content: flex-start;
    }
    .booking-modern-page .booking-steps::before {
        display: none;
    }
    .booking-step {
        min-width: 120px;
        padding: 0 10px;
    }
    .booking-card {
        padding: 22px;
    }
    .room-choice-image {
        height: 150px;
    }
    .checkout-detail-grid,
    .gallery-modern-grid {
        grid-template-columns: 1fr;
    }
    .cart-modern-item {
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .cart-modern-item .cart-price {
        width: 100%;
        margin-left: 64px;
    }
    .page-modern-image {
        height: 220px;
    }
    .page-modern-content {
        padding: 22px;
    }
}
