.cus_ml_hm_ms_slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.cus_ml_hm_ms_slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    filter: blur(15px);
    transform: scale(1.05);
    transition: opacity 1.8s ease-in-out, filter 1.8s ease-in-out, transform 2s ease-out;
    z-index: 1;
}

.cus_ml_hm_ms_slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 2;
}

.cus_ml_hm_ms_slide.active {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
    z-index: 2;
}

.cus_ml_hm_ms_content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 4;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    pointer-events: none;
    width: 90%;
}

.cus_ml_hm_ms_content h1 {
    font-size: clamp(2.5rem, 6vw, 5.5rem);
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease 0.3s;
}

.cus_ml_hm_ms_slide.active .cus_ml_hm_ms_content h1 {
    opacity: 1;
    transform: translateY(0);
}

.cus_ml_hm_ms_content p {
    font-size: clamp(1.2rem, 2.5vw, 1.8rem);
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgb(255 208 57);
    margin-top: 10px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease 0.6s;
}

.cus_ml_hm_ms_slide.active .cus_ml_hm_ms_content p {
    opacity: 1;
    transform: translateY(0);
}


.cus_ml_hm_ms_canvas {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

/* Dots removed */
#cus_ml_hm_ms_nav_removed {
    display: none;
}



/* Wave removed */
#cus_ml_hm_ms_wave_removed {
    display: none;
}

/* ===== Global Header Revamp ===== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(5px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.scrolled .header {
    background-color: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    padding: 8px 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-bottom: none;
}

.header-container {
    padding: 0 30px;
}

/* Center Nav + Logo Alignment */
.header-center-wrap {
    display: flex;
    align-items: center;
    z-index: 5;
    flex: 1;
    justify-content: center;
}

.navmenu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.navmenu .header-logo-container a {
    padding: 0 !important;
}


.nav-left-links,
.nav-right-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-logo-container {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 250px;
    height: 1px;
}


/* Logo Alignment */
.header .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: auto;
    white-space: nowrap;
}

.header .logo img {
    max-height: 160px !important;
    transition: all 0.5s ease;
}

.scrolled .header .logo img {
    max-height: 160px !important;
}

.cus_gk_logo_subtext {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: -10px;
    font-weight: 500;
    transition: all 0.5s ease;
}

.scrolled .cus_gk_logo_subtext {
    color: #333;
    font-size: 9px;
    margin-top: -5px;
}

.header .logo h1 {
    font-size: 28px;
    color: #fff;
    margin-left: 10px;
}

.scrolled .header .logo h1 {
    color: #1a1a1a;
}

/* Navmenu Overrides */
.navmenu a {
    color: #ffffff !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px !important;
}

.scrolled .navmenu a {
    color: #333 !important;
}

.navmenu a:hover,
.navmenu .active {
    color: rgb(255 208 57) !important;
}

/* Left Widget */
.info-toggle-btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.scrolled .info-toggle-btn {
    color: #333;
    border-color: rgba(0, 0, 0, 0.2);
}

.info-toggle-btn:hover {
    background: rgb(255 208 57);
    border-color: rgb(255 208 57);
    color: #1a1a1a;
}

/* Book Now Button */
.header-book-btn {
    background: rgb(255 208 57);
    color: #1a1a1a;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 208, 57, 0.3);
}

.header-book-btn:hover {
    background: #fff;
    color: #1a1a1a;
    transform: translateY(-2px);
}

/* Side Drawer */
.info-drawer {
    position: fixed;
    top: 0;
    left: -400px;
    width: 400px;
    height: 100%;
    background: #fff;
    z-index: 2000;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 40px;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
}

.info-drawer.open {
    left: 0;
}

.drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.drawer-close {
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: #333;
}

.info-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.info-item i {
    font-size: 24px;
    color: rgb(255 208 57);
}

.info-item h5 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
}

.info-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}


/* .cus_ayo_header{
    height: 9dvh;
} */

.cus_ayo_logo {
    margin-top: 25px !important;
    /* filter: drop-shadow(1px 10px 13px #00000088); */
}

/* Default preloader styles overridden in customs.css */
#preloader:before {
    display: none;
}

.drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.drawer-overlay.visible {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1200px) {
    .header-center-wrap {
        position: static;
        flex: unset;
    }

    .header .logo {
        margin: 0 !important;
    }
}


@media (max-width: 991px) {
    .header-left-widget span {
        display: none;
    }

    .info-drawer {
        width: 100%;
        left: -100%;
    }
}

/* Moblie Nav Specifics for Transparent Header */
.mobile-nav-toggle {
    color: #fff !important;
    font-size: 32px;
}

.scrolled .mobile-nav-toggle {
    color: #1a1a1a !important;
}

.mobile-nav-active .mobile-nav-toggle {
    color: #fff !important;
}

/* Old styles removed */

/* ===== Reservation Bar ===== */
.cus_reservation_bar {
    position: absolute;
    bottom: 60px;
    left: 22%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1100px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 20px 30px;
    z-index: 10;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.cus_res_form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
}

.cus_res_field {
    flex: 1;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cus_res_field label {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cus_res_field input,
.cus_res_field select {
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 0.95rem;
    color: #333;
    width: 100%;
    outline: none;
    transition: all 0.3s ease;
}

.cus_res_field input:focus {
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 208, 57, 0.4);
}

.cus_res_btn_wrap {
    flex: 0 0 auto;
}

.cus_res_btn {
    background: rgb(255 208 57);
    color: #1a1a1a;
    border: none;
    padding: 15px 30px;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.cus_res_btn:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


/* ayodhya */
.cus_ayo_topic {
    margin-bottom: 53px !important;
}

.cus_ayo_ame_feat {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cus_ayo_features_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cus_ayo_event_link {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .cus_reservation_bar {
        bottom: 100px;
        padding: 20px;
    }

    .cus_res_form {
        gap: 10px;
    }

    .cus_res_btn {
        width: 100%;
        margin-top: 10px;
    }
}

/* ===== "The Golden Reveal" Preloader ===== */
.cus_gk_preloader {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background-color: #0d1211;
    /* Immersive dark charcoal */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
    overflow: hidden;
}

/* Reveal Effect */
.cus_gk_preloader.loaded {
    transform: translateY(-100%);
    opacity: 0;
}

.preloader-content {
    text-align: center;
    width: 100%;
    max-width: 400px;
    padding: 20px;
    z-index: 10;
}

/* Logo Shimmer Animation */
.preloader-logo-wrap {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
    animation: cus_gk_logoFloat 3s ease-in-out infinite;
    overflow: hidden;
}

.preloader-logo {
    max-height: 130px;
    filter: drop-shadow(0 0 15px rgba(255, 208, 57, 0.2));
}

.preloader-logo-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 208, 57, 0.3) 50%,
            rgba(255, 255, 255, 0) 100%);
    animation: cus_gk_shimmer 2.5s infinite;
}

.preloader-text {
    opacity: 0;
    animation: cus_gk_fadeInUp 1.2s forwards 0.6s;
}

.luxury-text {
    display: block;
    color: #fff;
    font-family: var(--heading-font);
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.preloader-bar-wrap {
    width: 80px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
}

.preloader-bar {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgb(255 208 57);
    animation: cus_gk_progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.loading-caption {
    color: rgba(255, 255, 255, 0.4);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
}

/* Keyframes */
@keyframes cus_gk_logoFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes cus_gk_shimmer {
    0% {
        left: -150%;
    }

    100% {
        left: 150%;
    }
}

@keyframes cus_gk_fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes cus_gk_progress {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

/* Mobile Adjustments */
@media (max-width: 575px) {
    .luxury-text {
        font-size: 18px;
        letter-spacing: 4px;
    }

    .preloader-logo {
        max-height: 100px;
    }

    .preloader-content {
        padding: 40px;
    }
}



/* Default state */
.logo-sticky {
    display: none;
}

.logo-normal {
    display: block;
    transition: all 0.3s ease;
}

/* Sticky header state */
.scrolled .header .logo-normal {
    display: none;
}

.scrolled .header .logo-sticky {
    display: block;
}

.cus_ml_nav_logo {
    margin-top: 0 !important;
}

.cus_ml_nav_left {
    margin-left: 0 !important;
}

.cuscus_ml_nav_right {
    position: relative !important;
    margin-left: 0 !important;
    width: auto !important;
}

/* Subpage Banner */
.subpage-banner {
    position: relative;
    height: 350px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dark overlay */
.subpage-banner .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

/* Content */
.banner-content {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.banner-content h1 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px;
    color: white;
}

/* Breadcrumb */
.breadcrumb {
    font-size: 15px;
    justify-content: center;
}

.breadcrumb a {
    color: #f5c77a;
    /* hotel-style gold */
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    margin: 0 6px;
}

.breadcrumb .active {
    color: #fff;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .subpage-banner {
        height: 260px;
    }

    .banner-content h1 {
        font-size: 32px;
    }
}

/* Feature Item Animation */
.feature-item {
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.feature-item i {
    font-size: 3rem;
    color: rgb(255 208 57);
    margin-bottom: 20px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.feature-item:hover i {
    transform: scale(1.2) rotate(-5deg);
}


/* ===== Contact Page Social Links ===== */
.social-links-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.social-link-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.social-link-item:hover {
    background: rgba(255, 208, 57, 0.05);
}

.social-icon {
    width: 45px;
    height: 45px;
    background: rgb(255 208 57);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    font-size: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 10px rgba(255, 208, 57, 0.2);
}

.social-link-item:hover .social-icon {
    background: #1a1a1a;
    color: rgb(255 208 57);
    transform: scale(1.1) rotate(360deg);
}

.social-text h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.social-text a {
    text-decoration: none;
    color: inherit;
}

.social-link-item:hover .social-text h5 {
    color: rgb(255 208 57);
}



.cus_ml_wedd_place-content p {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.6;
}

.cus_ml_gallery-grid {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 15px;
}

/* ===== Luxury Restaurant Gaindu Page Styles ===== */

.cus_gk_restaurant_page {
    position: relative;
    background: url('/frontend/assets/img/main/restaurant/restaurant-bg.jpg') no-repeat center center fixed;
    background-size: cover;
    min-height: 100vh;
}

.cus_gk_restaurant_page::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    /* Light elegant overlay */
    z-index: 0;
}

.cus_gk_content_wrapper {
    position: relative;
    z-index: 1;
}

/* Glassmorphism Sections */
.cus_gk_section_card {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 3rem;
    margin-bottom: 4rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, border-color 0.4s ease;
}

.cus_gk_section_card_transparent {
    background: transparent !important;
    backdrop-filter: none !important;
    border: none !important;
    box-shadow: none !important;
}

.cus_gk_section_title {
    font-family: 'Josefin Sans', sans-serif;
    color: #1a1a1a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.cus_gk_section_title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: rgb(255 208 57);
    margin: 15px auto 0;
}

/* Today's Special Picks */
.cus_gk_special_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.cus_gk_special_item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    height: 400px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.cus_gk_special_item:hover {
    transform: scale(1.02);
}

.cus_gk_special_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.cus_gk_special_item:hover .cus_gk_special_img {
    transform: scale(1.1);
}

.cus_gk_special_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    color: #fff;
}

.cus_gk_special_overlay h4 {
    margin: 0;
    font-weight: 700;
}

.cus_gk_special_overlay p {
    margin: 5px 0 0;
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Two-Column Menu Table */
.cus_gk_menu_row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.cus_gk_menu_col {
    flex: 1;
    min-width: 300px;
}

.cus_gk_category_heading {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.cus_gk_category_heading h3 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cus_gk_menu_item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    cursor: pointer;
    padding: 10px;
    border-radius: 100px 20px 20px 100px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.cus_gk_menu_item:hover {
    background: rgba(255, 208, 57, 0.1);
    border-color: rgba(255, 208, 57, 0.3);
    transform: translateX(10px);
}

.cus_gk_menu_item_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.cus_gk_menu_item_content {
    flex: 1;
}

.cus_gk_menu_item_content h4 {
    margin: 0 0 5px;
    font-size: 1.1rem;
    font-weight: 600;
}

.cus_gk_menu_item_content p {
    margin: 0;
    font-size: 0.85rem;
    color: #666;
    line-height: 1.4;
}

.cus_gk_modal {
    z-index: 2500 !important;
}

.modal-backdrop {
    z-index: 2400 !important;
}

.cus_gk_modal .modal-content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background: #fff; /* Fallback */
    position: relative;
    min-height: 400px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.cus_gk_modal .modal-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/frontend/assets/img/main/restaurant/restaurant-bg.jpg') no-repeat center center;
    background-size: cover;
    filter: blur(10px);
    opacity: 0.15; /* Subtly show the pattern but heavily blurred */
    z-index: 0;
}

.cus_gk_modal .modal-header,
.cus_gk_modal .modal-body,
.cus_gk_modal .modal-footer {
    position: relative;
    z-index: 1;
}

.cus_gk_modal_overlay {
    display: none; /* No longer needed with the ::before logic */
}

.cus_gk_modal .modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1.5rem 2rem;
}

.cus_gk_modal .modal-body {
    padding: 2.5rem;
}

.cus_gk_ingredients_tag {
    background: rgba(0, 0, 0, 0.05);
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.8rem;
    display: inline-block;
    margin: 5px 5px 5px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Lazy Load Animations */
[data-aos] {
    transition-duration: 1000ms !important;
}

@media (max-width: 768px) {
    .cus_gk_menu_row {
        flex-direction: column;
    }

    .cus_gk_section_card {
        padding: 1.5rem;
    }

    .cus_gk_menu_item {
        border-radius: 20px;
    }
}

/* ===== Premium LUXURY Wedding Page Styles (prefix: cus_gk_wedding_) ===== */

/* Split-Screen Hero Section */
.cus_gk_wedding_hero_split {
    /* padding: 100px 0; */
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.cus_gk_wedding_hero_row {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.cus_gk_wedding_hero_left {
    flex: 1;
    min-width: 350px;
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cus_gk_wedding_hero_right {
    flex: 1;
    min-width: 350px;
    text-align: left;
}

/* Enhanced 3D Slider for White Theme */
.cus_gk_wedding_slider_v2 {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cus_gk_wedding_slide_v2 {
    position: absolute;
    width: 80%;
    height: 450px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.15);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    border: 8px solid #fff;
}

.cus_gk_wedding_slide_v2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s ease;
}

.cus_gk_wedding_slide_v2.active {
    z-index: 10;
    transform: translateX(0) scale(1);
    opacity: 1;
}

.cus_gk_wedding_slide_v2.prev {
    z-index: 5;
    transform: translateX(-40px) translateY(40px) scale(0.9);
    opacity: 0.6;
}

.cus_gk_wedding_slide_v2.next {
    z-index: 5;
    transform: translateX(40px) translateY(-40px) scale(0.9);
    opacity: 0.6;
}

/* Luxury Hall Details Card */
.cus_gk_wedding_hall_card {
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(255, 208, 57, 0.15);
    border: 1px solid rgba(255, 208, 57, 0.3);
}

.cus_gk_wedding_title_premium {
    font-family: var(--heading-font);
    font-size: 3rem;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 20px;
}

.cus_gk_wedding_pax_tag {
    display: inline-block;
    background: #ffd039;
    color: #1a1a1a;
    padding: 5px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

/* Image-Based Package Cards with Yellow Shadow */
.cus_gk_wedding_package_v2 {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.5s ease;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 35px rgba(255, 208, 57, 0.2);
}

.cus_gk_wedding_package_v2:hover {
    transform: translateY(-20px);
    box-shadow: 0 30px 60px rgba(255, 208, 57, 0.4);
}

.cus_gk_wedding_pkg_img {
    height: 380px;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #ffd039;
    background: #f8f8f8;
}

.cus_gk_wedding_pkg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.cus_gk_wedding_package_v2:hover .cus_gk_wedding_pkg_img img {
    transform: scale(1.05);
}

/* Glassmorphic Price Badge - High Contrast Version */
.cus_gk_wedding_price_badge {
    position: absolute;
    top: 25px;
    right: 25px;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 12px 22px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffd039;
    text-align: right;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
    z-index: 10;
}

.cus_gk_wedding_price_badge .from {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 3px;
    font-weight: 600;
}

.cus_gk_wedding_price_badge .amount {
    display: block;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1;
}

.cus_gk_wedding_pkg_body {
    padding: 40px 30px;
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #fcfcfc 100%);
}

.cus_gk_wedding_pkg_body h3 {
    font-family: var(--heading-font);
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.cus_gk_wedding_pkg_body .desc {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

.cus_gk_wedding_pkg_btn {
    display: inline-block;
    background: #1a1a1a;
    color: #fff;
    padding: 14px 40px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.85rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cus_gk_wedding_pkg_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #ffd039;
    transition: all 0.4s ease;
    z-index: -1;
}

.cus_gk_wedding_pkg_btn:hover {
    color: #1a1a1a;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(255, 208, 57, 0.3);
}

.cus_gk_wedding_pkg_btn:hover::before {
    width: 100%;
}

/* 3D L-Layout for Outdoor Wedding */
.cus_gk_wedding_l_layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: repeat(2, 250px);
    gap: 20px;
    perspective: 1500px;
}

.cus_gk_wedding_l_main {
    grid-row: 1 / span 2;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
}

.cus_gk_wedding_l_sub {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
}

.cus_gk_wedding_l_main img,
.cus_gk_wedding_l_sub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s ease;
}

.cus_gk_wedding_l_main:hover {
    transform: rotateY(-10deg) rotateX(5deg) scale(1.02);
    box-shadow: 20px 40px 100px rgba(255, 208, 57, 0.25);
}

.cus_gk_wedding_l_sub:hover {
    transform: rotateY(10deg) rotateX(-5deg) scale(1.05);
    box-shadow: -15px 30px 80px rgba(255, 208, 57, 0.25);
}

.cus_gk_wedding_l_main:hover img,
.cus_gk_wedding_l_sub:hover img {
    transform: scale(1.1);
}

@keyframes cus_gk_float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.cus_gk_wedding_l_layout>div {
    animation: cus_gk_float 6s ease-in-out infinite;
}

.cus_gk_wedding_l_sub:nth-child(3) {
    animation-delay: 3s;
}

/* Complimentary Perks Section - Compact & Sleek */
.cus_gk_wedding_perks {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.cus_gk_wedding_perks_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 15px;
    margin-top: 50px;
}

.cus_gk_wedding_perk_card {
    display: flex;
    align-items: center;
    background: #fbfbfb;
    padding: 20px 25px;
    border-radius: 18px;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.01);
}

.cus_gk_wedding_perk_card:hover {
    transform: translateX(10px);
    background: #fff;
    box-shadow: 0 15px 40px rgba(255, 208, 57, 0.15);
    border-color: rgba(255, 208, 57, 0.3);
}

.cus_gk_wedding_perk_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: #fdf8e6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
    font-size: 1.4rem;
    color: #ffd039;
    transition: all 0.4s ease;
}

.cus_gk_wedding_perk_card:hover .cus_gk_wedding_perk_icon {
    transform: scale(1.1);
    background: #ffd039;
    color: #fff;
}

.cus_gk_wedding_perk_content {
    flex: 1;
}

.cus_gk_wedding_perk_title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 2px;
    line-height: 1.2;
}

.cus_gk_wedding_perk_text {
    font-size: 0.85rem;
    color: #777;
    line-height: 1.4;
    margin: 0;
}

.cus_gk_wedding_perk_highlight {
    background: #1a1a1a !important;
}

.cus_gk_wedding_perk_highlight .cus_gk_wedding_perk_title {
    color: #fff;
}

.cus_gk_wedding_perk_highlight .cus_gk_wedding_perk_text {
    color: rgba(255, 255, 255, 0.6);
}

.cus_gk_wedding_perk_highlight .cus_gk_wedding_perk_icon {
    background: rgba(255, 208, 57, 0.2);
}

/* Communication CTAs */
.cus_gk_wedding_cta_group {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.cus_gk_wedding_btn_wa {
    background: #25d366;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cus_gk_wedding_btn_wa:hover {
    background: #128c7e;
    color: #fff;
    transform: scale(1.05);
}

.cus_gk_wedding_btn_call {
    background: #1a1a1a;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cus_gk_wedding_btn_call:hover {
    background: #ffd039;
    color: #1a1a1a;
    transform: scale(1.05);
}

.cus_gk_wedding_outdoor {
    /* padding: 120px 0; */
    background: #fdfdfd;
}

@media (max-width: 991px) {
    .cus_gk_wedding_hero_left {
        height: 450px;
    }

    .cus_gk_wedding_slide_v2 {
        height: 350px;
    }

    .cus_gk_wedding_title_premium {
        font-size: 2.5rem;
    }

    .cus_gk_wedding_perks {
        padding: 80px 0;
    }

    .cus_gk_wedding_l_layout {
        grid-template-columns: 1fr;
        grid-template-rows: 400px 200px 200px;
    }

    .cus_gk_wedding_l_main {
        grid-row: auto;
    }
}


/* ===== single wedding package   ===== */
.cus_ayo_css_pkg_section {
    padding: 80px 0;
    background-color: #fff;
}

.cus_ayo_css_pkg_title {
    text-align: center;
    margin-bottom: 50px;
}

.cus_ayo_css_pkg_title h2 {
    font-family: var(--heading-font);
    font-size: 2.5rem;
    color: #1a1a1a;
    position: relative;
    padding-bottom: 15px;
}

.cus_ayo_css_pkg_title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #ffd039;
}

.cus_ayo_css_menu_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.cus_ayo_css_menu_card {
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 15px;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.cus_ayo_css_menu_card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
    border-color: #ffd039;
}

.cus_ayo_css_card_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}

.cus_ayo_css_card_header h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}

.cus_ayo_css_choice_badge {
    font-size: 0.75rem;
    background: #ffd039;
    color: #1a1a1a;
    padding: 4px 12px;
    border-radius: 50px;
    font-weight: 700;
    white-space: nowrap;
}

.cus_ayo_css_menu_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cus_ayo_css_menu_list li {
    padding: 10px 0;
    font-size: 0.95rem;
    color: #555;
    border-bottom: 1px dashed #eee;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.cus_ayo_css_menu_list li i {
    color: #ffd039;
    font-size: 0.9rem;
    margin-top: 3px;
}

.cus_ayo_css_menu_list li:last-child {
    border-bottom: none;
}

/* Pricing Table */
.cus_ayo_css_side_info {
    position: sticky;
    top: 100px;
}

.cus_ayo_css_price_card {
    background: #1a1a1a;
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.cus_ayo_css_price_card h3 {
    color: #ffd039;
    margin-bottom: 25px;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cus_ayo_css_price_table {
    width: 100%;
}

.cus_ayo_css_price_row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cus_ayo_css_price_row:last-child {
    border-bottom: none;
}

.cus_ayo_css_pax {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.cus_ayo_css_price {
    color: #fff;
    font-weight: 700;
}

.cus_ayo_css_perhead {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #ffd039;
    text-align: center;
}

.cus_ayo_css_perhead span {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #ffd039;
    margin-bottom: 5px;
}

.cus_ayo_css_perhead strong {
    font-size: 2rem;
    display: block;
}

/* Additional Box */
.cus_ayo_css_extra_card {
    background: #fdf8e6;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #f5e7b2;
}

.cus_ayo_css_extra_card h3 {
    color: #1a1a1a;
    margin-bottom: 20px;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.cus_ayo_css_extra_list {
    list-style: none;
    padding: 0;
}

.cus_ayo_css_extra_list li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #444;
}

.cus_ayo_css_extra_list li i {
    color: #ffd039;
}

@media (max-width: 991px) {
    .cus_ayo_css_side_info {
        position: static;
        margin-top: 50px;
    }
}

/* Terms & Conditions Section */
.cus_ayo_css_terms_section {
    padding: 60px 0 100px;
    background-color: #f9f9f9;
}

.cus_ayo_css_terms_card {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #ffd039;
}

.cus_ayo_css_terms_title {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.cus_ayo_css_terms_title h3 {
    font-family: var(--heading-font);
    font-size: 1.8rem;
    color: #1a1a1a;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cus_ayo_css_terms_title i {
    color: #ffd039;
    font-size: 2rem;
}

.cus_ayo_css_terms_list {
    list-style: none;
    padding: 0;
}

.cus_ayo_css_terms_item {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.cus_ayo_css_terms_item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cus_ayo_css_terms_header {
    font-weight: 700;
    color: #1a1a1a;
    display: block;
    margin-bottom: 10px;
    font-size: 1.05rem;
    text-transform: uppercase;
}

.cus_ayo_css_terms_content {
    color: #555;
    line-height: 1.7;
    font-size: 0.95rem;
}

.cus_ayo_css_terms_sublist {
    list-style: none;
    padding-left: 20px;
    margin-top: 10px;
}

.cus_ayo_css_terms_sublist li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.cus_ayo_css_terms_sublist li::before {
    content: '•';
    color: #ffd039;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.cus_ayo_css_bank_info {
    margin-top: 40px;
    padding: 30px;
    background: #1a1a1a;
    color: #fff;
    border-radius: 15px;
}

.cus_ayo_css_bank_info h4 {
    color: #ffd039;
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.cus_ayo_css_bank_info p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    line-height: 1.6;
}

.cus_ayo_css_bank_info strong {
    color: #fff;
}

@media (max-width: 768px) {
    .cus_ayo_css_terms_card {
        padding: 30px;
    }
}

/* ===== Refined Events Section (Homepage) ===== */
.cus_gk_events_refined {
    background-color: #fcfcfc;
    padding: 100px 0;
}

.cus_gk_event_item_card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.cus_gk_event_item_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(255, 208, 57, 0.15);
    border-color: rgba(255, 208, 57, 0.3);
}

.cus_gk_event_img_wrap {
    position: relative;
    height: 240px;
    overflow: hidden;
}

.cus_gk_event_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.cus_gk_event_item_card:hover .cus_gk_event_img_wrap img {
    transform: scale(1.1);
}

.cus_gk_event_icon_badge {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: #ffd039;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    font-size: 1.2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.cus_gk_event_body {
    padding: 30px;
}

.cus_gk_event_body h4 {
    font-family: var(--heading-font);
    font-weight: 700;
    font-size: 1.35rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.cus_gk_event_body p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cus_gk_event_features_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
}

.cus_gk_event_feat_pill {
    font-size: 0.8rem;
    background: #f8f8f8;
    color: #555;
    padding: 6px 14px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.cus_gk_event_feat_pill i {
    color: #ffd039;
    font-size: 0.85rem;
}

.cus_gk_event_cta_link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1a1a1a;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.cus_gk_event_cta_link i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.cus_gk_event_cta_link:hover {
    color: #ffd039;
}

.cus_gk_event_cta_link:hover i {
    transform: translateX(5px);
}

/* ===== Refined Hero Section (Homepage) ===== */
.cus_gk_hero_refined {
    padding: 120px 0 80px;
    background: radial-gradient(circle at top right, rgba(255, 208, 57, 0.05) 0%, transparent 70%);
}

.cus_gk_hero_content_box {
    padding-right: 40px;
}

.cus_gk_hero_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 208, 57, 0.15);
    color: #1a1a1a;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.cus_gk_hero_title {
    font-size: clamp(2.8rem, 5vw, 4.2rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 25px !important;
}

.cus_gk_hero_lead {
    font-size: 1.15rem !important;
    color: #666 !important;
    margin-bottom: 35px !important;
    max-width: 90%;
}

.cus_gk_hero_ft_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

.cus_gk_hero_ft_item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cus_gk_hero_ft_item i {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffd039;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.cus_gk_hero_ft_item span {
    font-size: 0.85rem;
    font-weight: 600;
    color: #444;
}

/* --- Image Collage --- */
.cus_gk_hero_collage_wrap {
    position: relative;
    height: 580px;
}

.cus_gk_hero_img_item {
    position: absolute;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.cus_gk_hero_img_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cus_gk_hero_img_item:hover {
    transform: scale(1.02);
    z-index: 5;
}

.cus_gk_h_img_1 {
    top: 0;
    right: 0;
    width: 80%;
    height: 480px;
    z-index: 1;
}

.cus_gk_h_img_2 {
    bottom: 0;
    left: 0;
    width: 55%;
    height: 320px;
    z-index: 2;
    border: 8px solid #fff;
}

.cus_gk_h_img_3 {
    top: 15%;
    left: -10%;
    width: 35%;
    height: 240px;
    z-index: 3;
    border: 8px solid #fff;
}

/* --- Glass Testimonial --- */
.cus_gk_hero_glass_card {
    position: absolute;
    bottom: 20px;
    right: -20px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 25px;
    border-radius: 20px;
    max-width: 320px;
    z-index: 10;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.cus_gk_hero_glass_card .rating {
    margin-bottom: 12px;
}

.cus_gk_hero_glass_card .rating i {
    color: #ffd039;
    font-size: 0.85rem;
}

.cus_gk_hero_glass_card p {
    font-size: 0.9rem;
    font-style: italic;
    color: #444;
    line-height: 1.5;
    margin-bottom: 15px;
}

.cus_gk_hero_glass_card .guest-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cus_gk_hero_glass_card .guest-avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.cus_gk_hero_glass_card .guest-name {
    font-size: 0.85rem;
    font-weight: 700;
    color: #1a1a1a;
}

/* --- Stats Refinement --- */
.cus_gk_hero_stats_row {
    margin-top: 60px;
    padding: 40px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.cus_gk_hero_stat_item {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.cus_gk_hero_stat_icon {
    width: 60px;
    height: 60px;
    background: #fdfdfd;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffd039;
    font-size: 1.6rem;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.02);
}

.cus_gk_hero_stat_info {
    text-align: left;
}

.cus_gk_hero_stat_number {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
}

.cus_gk_hero_stat_label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    font-weight: 700;
    margin-top: 4px;
}

@media (max-width: 991px) {
    .cus_gk_hero_content_box {
        padding-right: 0;
        text-align: center;
    }

    .cus_gk_hero_lead {
        margin-left: auto;
        margin-right: auto;
    }

    .cus_gk_hero_ft_grid {
        justify-content: center;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .cus_gk_hero_collage_wrap {
        height: 480px;
        margin-top: 60px;
    }

    .cus_gk_hero_glass_card {
        right: 0;
    }

    .cus_gk_hero_stat_item {
        margin-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .cus_gk_hero_stats_row {
        padding: 30px 15px;
    }

    .cus_gk_hero_stat_item {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .cus_gk_hero_stat_info {
        text-align: center;
    }
}

/* ===== About Page: Vision & Mission Redesign ===== */
.cus_gk_vm_refined {
    padding: 80px 0;
    background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%);
}

.cus_gk_vm_header {
    text-align: center;
    margin-bottom: 60px;
}

.cus_gk_vm_header h3 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cus_gk_vm_header p {
    color: #666;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.cus_gk_vm_card {
    background: #fff;
    padding: 60px 45px;
    border-radius: 40px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 1;
}

.cus_gk_vm_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #ffd039;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    transform-origin: left;
}

.cus_gk_vm_card:hover {
    transform: translateY(-20px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 208, 57, 0.3);
}

.cus_gk_vm_card:hover::before {
    transform: scaleX(1);
}

.cus_gk_vm_icon_wrap {
    width: 100px;
    height: 100px;
    background: rgba(255, 208, 57, 0.1);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
    color: #ffd039;
    font-size: 3rem;
    transition: all 0.5s ease;
}

.cus_gk_vm_card:hover .cus_gk_vm_icon_wrap {
    background: #ffd039;
    color: #1a1a1a;
    transform: rotate(15deg);
}

.cus_gk_vm_card h4 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.cus_gk_vm_card p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 0;
}

.cus_gk_vm_glass_overlay {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(255, 208, 57, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    z-index: -1;
}

@media (max-width: 991px) {
    .cus_gk_vm_card {
        padding: 45px 35px;
    }

    .cus_gk_vm_header h3 {
        font-size: 2rem;
    }
}

/* ===== About Page: TikTok Feed Integration ===== */
.cus_gk_tiktok_section {
    padding: 60px 0 100px;
}

.cus_gk_tiktok_header {
    text-align: center;
    margin-bottom: 50px;
}

.cus_gk_tiktok_header h3 {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.cus_gk_tiktok_header p {
    color: #666;
    font-size: 1.1rem;
}

.cus_gk_tiktok_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.cus_gk_tiktok_card {
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    min-height: 580px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f8f8;
    /* Placeholder background while loading */
}

.cus_gk_tiktok_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.tiktok-embed {
    margin: 0 !important;
    max-width: 100% !important;
    min-width: 100% !important;
}

@media (max-width: 991px) {
    .cus_gk_tiktok_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .cus_gk_tiktok_grid {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
}

/* --- Mobile Navigation Overrides (Fixes for all devices including iOS) --- */
@media (max-width: 1199px) {

    /* =====================================================
       CRITICAL: Neutralize main.css mobile nav conflicts.
       main.css applies its own overlay + display:block on
       .mobile-nav-active which fights with our drawer approach,
       causing transparency/flicker on iOS Safari.
       ===================================================== */

    /* Disable main.css's full-screen navmenu overlay background */
    .mobile-nav-active .navmenu {
        position: static !important;
        overflow: visible !important;
        inset: auto !important;
        background: transparent !important;
        /* Kill the rgba(33,37,41,0.8) overlay from main.css */
    }

    /* Prevent main.css from showing ALL ul elements via display:block */
    .mobile-nav-active .navmenu>ul {
        display: none !important;
    }

    /* But keep our drawer list visible when active */
    body.mobile-nav-active .navmenu ul.d-xl-none {
        display: flex !important;
    }

    /* Neutralize main.css toggle repositioning that conflicts with ours */
    .mobile-nav-active .mobile-nav-toggle {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        margin-right: 0 !important;
    }

    /* 1. Mobile drawer — hidden off-canvas by default */
    .navmenu ul.d-xl-none {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 335px;
        height: 100%;
        /* Fallback */
        height: 100dvh;
        /* Modern: respects iOS dynamic viewport */
        bottom: 0;
        transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1),
            visibility 0.4s,
            opacity 0.4s;
        z-index: 9999;
        background-color: #fff !important;
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        padding: 80px 30px 30px 30px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        /* Smooth scroll on iOS */
        box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
        visibility: hidden;
        opacity: 0;
        /* Prevent iOS paint issues with hardware acceleration */
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    /* 2. Show drawer when active */
    body.mobile-nav-active .navmenu ul.d-xl-none {
        right: 0;
        visibility: visible;
        opacity: 1;
    }

    /* 3. Style the links */
    .navmenu ul.d-xl-none li {
        width: 100%;
        margin-bottom: 0;
    }

    .navmenu ul.d-xl-none a {
        color: #333 !important;
        font-size: 15px !important;
        font-weight: 600;
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .navmenu ul.d-xl-none a.active,
    .navmenu ul.d-xl-none a:hover {
        color: rgb(255 208 57) !important;
        padding-left: 10px;
    }

    /* 4. Toggle button — always visible and on top */
    .mobile-nav-toggle {
        display: block !important;
        position: relative;
        z-index: 10001;
        font-size: 28px;
        cursor: pointer;
        color: #fff;
        transition: 0.3s;
        -webkit-tap-highlight-color: transparent;
        /* Remove iOS tap highlight */
    }

    /* When scrolled: dark icon */
    .scrolled .mobile-nav-toggle {
        color: #1a1a1a !important;
    }

    /* When menu is open: X icon should be dark (drawer is white background) */
    body.mobile-nav-active .mobile-nav-toggle {
        color: #1a1a1a !important;
    }

    /* 5. Overlay dim behind the drawer */
    body.mobile-nav-active::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 999;
        /* Must be BELOW .header (z-index:1000) so the drawer inside header stays clickable */
        animation: fadeIn 0.3s;
        -webkit-animation: fadeIn 0.3s;
    }

    /* 6. Fix Logo Visibility on mobile */
    .header .logo.d-xl-none {
        display: flex !important;
        z-index: 10001;
        margin: 0 !important;
        position: relative;
    }

    .header .logo.d-xl-none img {
        max-height: 90px !important;
        width: auto;
    }

    /* 7. Prevent body scroll when menu is open — iOS needs this */
    body.mobile-nav-active {
        overflow: hidden !important;
        position: fixed !important;
        width: 100% !important;
        /* Prevent layout shift */
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Custom styles for Room Adding Module - Prefix: cus_gk */

.cus_gk_card {
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.cus_gk_form_label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.cus_gk_image_preview_container {
    position: relative;
    width: 100%;
    height: 200px;
    border: 2px dashed #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f8f9fa;
}

.cus_gk_image_preview_container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.cus_gk_gallery_container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.cus_gk_gallery_item {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
}

.cus_gk_gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cus_gk_remove_image {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cus_gk_cropper_modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.cus_gk_cropper_content {
    background: white;
    margin: 5% auto;
    padding: 20px;
    width: 80%;
    max-width: 800px;
    border-radius: 10px;
}

.cus_gk_amenity_item {
    margin-bottom: 10px;
}

.cus_gk_star_rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.cus_gk_star_rating input {
    display: none;
}

.cus_gk_star_rating label {
    font-size: 25px;
    color: #ddd;
    cursor: pointer;
    transition: color 0.2s;
}

.cus_gk_star_rating input:checked~label {
    color: #ffc107;
}

.cus_gk_star_rating label:hover~label {
    color: #ffc107;
}

/* Fix visibility for select and other inputs in dark dashboard themes */
.cus_gk_card .form-control,
.cus_gk_card .form-select {
    color: #495057 !important;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
}

.cus_gk_card select.form-control option {
    color: #333 !important;
    background-color: #fff !important;
}

.cus_gk_card .bg-light {
    background-color: #f8f9fa !important;
    border: 1px solid #eee;
}

/* Professional Booking Modal */
.cus_gk_modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
}

.cus_gk_modal_content {
    background-color: #fff;
    margin: 5% auto;
    padding: 0;
    border-radius: 15px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cus_gk_modal_header {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cus_gk_modal_header h3 {
    margin: 0;
    font-size: 1.5rem;
    color: #fff;
}

.cus_gk_modal_body {
    padding: 25px;
}

.cus_gk_modal_footer {
    padding: 15px 25px;
    background: #f8f9fa;
    text-align: right;
    border-top: 1px solid #eee;
}

.cus_gk_close {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.cus_gk_booking_form .form-group {
    margin-bottom: 20px;
}

.cus_gk_booking_form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #374151;
}

.cus_gk_booking_form .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.cus_gk_booking_form .form-control:focus {
    border-color: #3b82f6;
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.cus_gk_btn_submit {
    background: #1e3a8a;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.cus_gk_btn_submit:hover {
    background: #1e40af;
}

.cus_gk_room_summary {
    background: #eff6ff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid #3b82f6;
}

.cus_gk_room_summary h4 {
    margin: 0 0 5px 0;
    color: #1e3a8a;
}

.cus_gk_room_summary p {
    margin: 0;
    font-size: 0.9rem;
    color: #60a5fa;
}

/* ===== Custom Dynamic Rooms UI - Home Page ===== */
.cus_gk_rooms_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .cus_gk_rooms_wrapper {
        grid-template-columns: 1.3fr 1fr;
    }
}

.cus_gk_hero_card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.cus_gk_hero_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.cus_gk_hero_img_wrap {
    position: relative;
    width: 100%;
    padding-top: 60%;
    /* 5:3 Aspect ratio */
    overflow: hidden;
}

.cus_gk_hero_img_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.cus_gk_hero_card:hover .cus_gk_hero_img_wrap img {
    transform: scale(1.05);
}

.cus_gk_hero_badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #333;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cus_gk_hero_content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cus_gk_hero_title_room {
    font-size: 1.8rem;
    font-weight: 400;
    color: #222;
    margin-bottom: 10px;
}

.cus_gk_hero_rating {
    margin-bottom: 15px;
    color: #ffc107;
    /* Gold star color */
    font-size: 0.9rem;
}

.cus_gk_hero_rating span {
    color: #777;
    margin-left: 8px;
    font-size: 0.8rem;
}

.cus_gk_hero_desc {
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

.cus_gk_hero_amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.cus_gk_hero_amenity {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: #555;
}

.cus_gk_hero_amenity i {
    color: #ffc107;
    font-size: 1rem;
}

.cus_gk_hero_footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.cus_gk_price_block {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.cus_gk_price_amount {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffc107;
}

.cus_gk_price_label {
    font-size: 0.8rem;
    color: #999;
}

.cus_gk_btn {
    background: #ffc107;
    color: #1a1a1a;
    border: none;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 0.95rem;
}

.cus_gk_btn:hover {
    background: #e0a800;
    color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.4);
}

/* Side cards container */
.cus_gk_side_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.cus_gk_side_card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 576px) {
    .cus_gk_side_card {
        flex-direction: row;
        height: 180px;
        /* Fixed height for consistent look */
    }
}

.cus_gk_side_card:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.cus_gk_side_img_wrap {
    width: 100%;
    position: relative;
    padding-top: 66%;
    /* 3:2 for mobile */
    overflow: hidden;
}

@media (min-width: 576px) {
    .cus_gk_side_img_wrap {
        width: 40%;
        padding-top: 0;
        height: 100%;
        flex-shrink: 0;
    }
}

.cus_gk_side_img_wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.cus_gk_side_card:hover .cus_gk_side_img_wrap img {
    transform: scale(1.05);
}

.cus_gk_side_content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.cus_gk_side_title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.3;
}

.cus_gk_side_desc {
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 15px;
    line-height: 1.5;
}

.cus_gk_side_amenities {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.cus_gk_side_amenity {
    font-size: 0.75rem;
    color: #666;
    display: flex;
    align-items: center;
    gap: 4px;
}

.cus_gk_side_amenity i {
    color: #ffc107;
}

.cus_gk_side_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.cus_gk_side_price {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffc107;
}

.cus_gk_side_price small {
    font-size: 0.7rem;
    font-weight: 400;
    color: #999;
}

.cus_gk_side_btn {
    border: 1px solid #ffc107;
    color: #ffc107;
    background: transparent;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}

.cus_gk_side_btn:hover {
    background: #ffc107;
    color: #1a1a1a;
    box-shadow: 0 4px 10px rgba(255, 193, 7, 0.3);
}

.cus_gk_hero_badgehome {
    
    top: 20px;
    left: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #333;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 25px;
}

/* ===== Room Details Tabs Redesign ===== */
.cus_gk_room_tabs {
    margin-top: 40px;
}

.cus_gk_room_tabs .nav-tabs {
    border-bottom: 2px solid #eee;
    gap: 30px;
}

.cus_gk_room_tabs .nav-link {
    border: none !important;
    background: none !important;
    color: #888 !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 0;
    position: relative;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.cus_gk_room_tabs .nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ffc107;
    transition: all 0.3s ease;
}

.cus_gk_room_tabs .nav-link.active {
    color: #1a1a1a !important;
}

.cus_gk_room_tabs .nav-link.active::after {
    width: 100%;
}

.cus_gk_room_tabs .tab-pane {
    padding-top: 30px;
}

.cus_gk_tab_card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    overflow: hidden;
}

.cus_gk_tab_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cus_gk_tab_list li {
    padding: 15px 25px;
    border-bottom: 1px solid #f9f9f9;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: background 0.2s ease;
}

.cus_gk_tab_list li:last-child {
    border-bottom: none;
}

.cus_gk_tab_list li:hover {
    background: #fffaf5;
}

.cus_gk_tab_list i {
    font-size: 1.1rem !important;
    color: #ffc107 !important;
    flex-shrink: 0;
}

.cus_gk_tab_list span {
    color: #444;
    font-size: 0.95rem;
    line-height: 1.5;
}

/* ===== Premium Booking Modal Redesign ===== */
.cus_gk_booking_modal {
    border: none;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.cus_gk_modal_header {
    background: linear-gradient(135deg, #ffc107 0%, #a68b57 100%);
    padding: 25px 30px;
    border-bottom: none;
    position: relative;
}

.cus_gk_modal_header .modal-title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.cus_gk_modal_header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.cus_gk_modal_header .btn-close:hover {
    transform: rotate(90deg);
    opacity: 1;
}

.cus_gk_room_preview_card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.cus_gk_room_preview_card h4 {
    color: #ffc107;
    font-weight: 700;
    margin-bottom: 5px;
}

.cus_gk_room_preview_card p {
    color: #888;
    font-size: 0.85rem;
    margin-bottom: 0;
}

.cus_gk_booking_form .form-group {
    margin-bottom: 20px;
}

.cus_gk_booking_form label {
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #555;
    margin-bottom: 8px;
    display: block;
}

.cus_gk_booking_form .form-control,
.cus_gk_booking_form .form-select {
    border-radius: 10px;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background-color: #fff;
}

.cus_gk_booking_form .form-control:focus,
.cus_gk_booking_form .form-select:focus {
    border-color: #ffc107;
    box-shadow: 0 0 0 4px rgba(200, 169, 110, 0.1);
    background-color: #fff;
}

.cus_gk_booking_form .input-group-text {
    background: #f8f9fa;
    border-color: #e0e0e0;
    color: #ffc107;
    border-radius: 10px 0 0 10px;
}

.cus_gk_booking_form .input-group .form-control {
    border-radius: 0 10px 10px 0;
}

.cus_gk_check_badge {
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 0.85rem;
}

.cus_gk_check_badge i {
    color: #ffc107;
}

.cus_gk_total_box {
    background: #1a1a1a;
    color: #fff;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    margin: 25px 0;
}

.cus_gk_total_box small {
    color: #ffc107;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cus_gk_btn_submit {
    background: linear-gradient(135deg, #ffc107 0%, #a68b57 100%);
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    box-shadow: 0 10px 20px rgba(200, 169, 110, 0.3);
    transition: all 0.3s ease;
}

.cus_gk_btn_submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(200, 169, 110, 0.4);
}

.cus_gk_btn_submit:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(200, 169, 110, 0.2);
}
/* --- Outings Page Redesign --- */

.cus_gk2_card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    position: relative;
}

.cus_gk2_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(207, 188, 14, 0.3);
}

.cus_gk2_card_head {
    padding: 30px 30px 20px;
    background: linear-gradient(to right, #fafafa, #ffffff);
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    position: relative;
}

.cus_gk2_chip {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffc107;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.cus_gk2_card_head h5 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.cus_gk2_price_wrap {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.cus_gk2_price {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #ffc107;
    margin: 0;
}

.cus_gk2_price small {
    font-size: 0.9rem;
    color: #888;
    font-weight: 400;
}

.transport-details {
    padding: 25px 30px 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.cus_gk2_pax_badge {
    background: rgba(200, 169, 110, 0.1);
    color: #ffc107;
    padding: 6px 15px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.cus_gk2_desc {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cus_gk2_terms {
    font-size: 0.8rem;
    color: #999;
    padding-top: 15px;
    border-top: 1px dashed #eee;
    margin-top: auto;
    margin-bottom: 25px;
}

.cus_gk2_btn_inquire {
    background: #ffc107;
    border: none;
    color: #fff;
    padding: 14px 25px;
    border-radius: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    width: 100%;
}

.cus_gk2_btn_inquire:hover {
    background: #1a1a1a;
    color: #fff;
    transform: scale(1.02);
}

.cus_gk2_modal {
    border: none;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.cus_gk2_modal_head {
    background: #1a1a1a;
    color: #fff;
    padding: 25px 30px;
    border: none;
}

.cus_gk2_modal_head .modal-title {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

.cus_gk2_modal_head .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.cus_gk2_preview_card {
    background: rgba(200, 169, 110, 0.05);
    border: 1px solid rgba(200, 169, 110, 0.1);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 25px;
}

.cus_gk2_preview_card h4 {
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.cus_gk2_preview_card p {
    color: #ffc107;
    font-weight: 600;
    margin: 0;
    font-size: 0.9rem;
}

.cus_gk2_modal .form-label {
    font-weight: 600;
    font-size: 0.85rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.cus_gk2_modal .form-control {
    border: 1.5px solid #eee;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.cus_gk2_modal .form-control:focus {
    border-color: #ffc107;
    box-shadow: 0 0 0 4px rgba(200, 169, 110, 0.1);
    outline: none;
}

.cus_gk2_btn_submit {
    background: #ffc107 !important;
    border: none !important;
    padding: 15px !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    transition: all 0.3s ease !important;
    margin-top: 10px;
}

.cus_gk2_btn_submit:hover {
    background: #1a1a1a !important;
    transform: translateY(-2px);
}

#outingBookingModal {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    z-index: 9999;
}
