body { background: #fff !important; }
.asmita-preload * { transition: none !important; }
.asmita-event-page { max-width: 1100px; width: 100%; margin: 20px auto; padding: 0 15px; font-family: 'Poppins', sans-serif; color: #333; -webkit-font-smoothing: antialiased; }
.asmita-event-title, .section-title, .cat-chip, .btn-interest, .btn-book, .info-item .txt, .price-current, .price-strike, .price-badge-member, .sidebar-status-alert, .rec-card h4, .lb-title, .modal-header h3, .slots-highlight strong, .batch-selection-label { font-family: 'Montserrat', sans-serif; }
.asmita-right-col { position: -webkit-sticky; position: sticky; top: 8rem; align-self: flex-start; z-index: 10; }
.asmita-header-row { display: flex; align-items: center; margin-bottom: 20px; }
.asmita-title-wrapper { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.asmita-event-title { font-size: 26px; font-weight: 800; letter-spacing: -0.5px; margin: 0; color: #1a1a1a; line-height: 1.2; }
.past-event-badge { background: #fee2e2 !important; color: #ef4444 !important; font-size: 12px !important; font-weight: 800 !important; padding: 4px 10px !important; border-radius: 6px !important; text-transform: uppercase !important; letter-spacing: 0.5px !important; border: 1px solid #fca5a5 !important; display: inline-flex !important; align-items: center !important; height: fit-content !important; }

.asmita-share-container { position: relative; display: inline-flex; margin: auto; }
.asmita-share-icon { border: none; padding: 0; cursor: pointer; color: #f84464; display: flex; font-size: 26px; transition: transform 0.2s; -webkit-tap-highlight-color: transparent; }
.asmita-share-icon:hover { transform: scale(1.1); color: #cd3853; }
.asmita-share-dropdown { position: absolute; top: 100%; left: 0; margin-top: 10px; background: #fff; border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.15); width: 180px; display: none; flex-direction: column; padding: 8px 0; z-index: 1000; border: 1px solid #eee; }
.asmita-share-dropdown.show { display: flex; animation: asmFadeIn 0.2s ease; }
.share-option { display: flex; align-items: center; gap: 12px; padding: 10px 16px; font-size: 13px; font-weight: 600; color: #333; text-decoration: none !important; cursor: pointer; transition: background 0.2s; -webkit-tap-highlight-color: transparent; }
.share-option:hover { background: #f8fafc; }
.share-option i { font-size: 18px; width: 20px; text-align: center; }
.share-option.whatsapp i { color: #25D366; }
.share-option.facebook i { color: #1877F2; }
.share-option.twitter i { color: #000000; }
.share-option.linkedin i { color: #0077B5; }
.share-option.instagram i { color: #E4405F; }
.share-option.copy-link i { color: #64748b; }

.asmita-main-layout { display: grid; grid-template-columns: 1.95fr 1fr; gap: 20px; align-items: start; }
.asmita-hero-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 8px; overflow: hidden; background: #000; }
.asmita-slider-track { display: flex; width: 100%; height: 100%; transition: transform 0.5s ease; }
.asmita-slide-item { flex: 0 0 100%; height: 100%; position: relative; }

/* Hero Slider Full Fill */
.asmita-slide-item img, 
.asmita-slide-item iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: none;
}

/* Allow Vertical Local Videos to fit without cropping */
.custom-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
}
video.hero-vid {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    background: #000;
    display: block;
}

/* Poster Overlay */
.vid-poster-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 30; 
    cursor: pointer;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vid-poster-overlay img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: contain; 
    z-index: 1;
}
.play-icon-overlay {
    position: relative;
    z-index: 2;
    width: 70px; height: 70px;
    background: rgba(0,0,0,0.7);
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px;
    border: 2px solid rgba(255,255,255,0.5);
    backdrop-filter: blur(4px);
    transition: transform 0.2s ease;
}
.vid-poster-overlay:hover .play-icon-overlay {
    transform: scale(1.1);
    background: rgba(41, 171, 226, 0.9);
    border-color: #29abe2;
}

/* Custom Video Controls */
.custom-vid-controls {
    position: absolute;
    bottom: 25px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    z-index: 20; 
    pointer-events: none; 
}
.custom-vid-controls button {
    pointer-events: auto; 
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 1rem !important; 
    width: 25px; 
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: all 0.2s ease;
    aspect-ratio: 1 / 1;
}
.custom-vid-controls button:hover {
    background: rgba(0,0,0,0.8);
    transform: scale(1.1);
}

.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: #222; color: #fff; border: none; width: 36px !important; height: 36px !important; min-width: 36px !important; max-width: 36px !important; border-radius: 50% !important; display: flex !important; align-items: center; justify-content: center; padding: 0 !important; margin: 0 !important; line-height: 0 !important; cursor: pointer; z-index: 10; font-size: 14px; transition: all 0.3s; border: 2px solid #fff; -webkit-tap-highlight-color: transparent; }
.slider-arrow:hover { background: #fff; color: #222; border-color: #222; }
.slider-arrow.prev { left: 15px; } .slider-arrow.next { right: 15px; }
.asmita-slider-dots { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 10; padding: 7px 12px; border-radius: 50px; background: rgba(34, 34, 34, 0.5); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.slider-dot { width: 8px; height: 8px; background: rgba(227, 227, 227, 0.8); border-radius: 50%; cursor: pointer; transition: 0.3s; }
.slider-dot.active { background: #fff; transform: scale(1.3); }

.asmita-interaction-strip { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; }
.cat-chip { background: #222; color: #fff; font-size: 10px; font-weight: 700; padding: 4px 12px; border-radius: 4px; margin-right: 6px; text-transform: uppercase; }
.asmita-interested-bar { display: flex; align-items: center; gap: 12px; }
.stat-text { font-size: 14px; color: #444; display: flex !important; align-items: center; gap: 6px; white-space: nowrap !important; line-height: 1; flex-shrink: 0; }
.stat-text .dashicons { color: #4caf50; font-size: 18px; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; margin-top: -2px; }

.btn-interest, .btn-book { background: linear-gradient(117.99deg, #f58821 -23.19%, #ea3091 45.54%, #29abe2 114.27%); background-size: 200% 200%; background-position: 0% 0%; color: #fff; border: none; cursor: pointer; transition: background-position 0.5s ease; display: inline-flex; align-items: center; justify-content: center; -webkit-tap-highlight-color: transparent; }
.btn-interest { padding: 6px 18px; border-radius: 6px; font-weight: 700; font-size: 13px; min-width: 125px; height: 36px; text-wrap: nowrap; white-space: nowrap; }
.btn-book { padding: 12px 20px; border-radius: 8px; font-size: 15px; font-weight: 800; min-width: 130px; text-transform: uppercase; }
.btn-interest:hover:not(:disabled), .btn-book:hover:not(:disabled) { background-position: 100% 100%; }
.btn-interest:disabled, .btn-interest.clicked { background: #e0e0e0; color: #888; cursor: not-allowed; background-image: none; }
.btn-book:disabled { opacity: 0.6; cursor: not-allowed; pointer-events: none; }
.fa-spin { margin-right: 8px; }

@keyframes iconPop { 0% { transform: scale(1); } 50% { transform: scale(1.4); color: #f84464; } 100% { transform: scale(1); color: #4caf50; } }
.stat-text .dashicons.icon-pop { animation: iconPop 0.4s ease forwards; }

.asmita-section { margin-top: 25px; }
.section-title { font-size: 20px; font-weight: 700; margin-bottom: 12px; color: #000; }
.asmita-read-more-container { max-height: 72px; overflow: hidden; position: relative; transition: max-height 0.3s ease-out; }
.content-body { font-size: 14px; line-height: 1.6; color: #333; }
.asmita-read-more-container:not(.expanded)::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 30px; background: linear-gradient(transparent, rgba(255, 255, 255, 0.9)); }
.asmita-read-more-container.expanded { max-height: 2000px; transition: max-height 0.5s ease-in; }
.asmita-link-readmore { background: transparent !important; border: none !important; color: #f84464 !important; font-weight: 600; font-size: 14px; cursor: pointer; padding: 5px 0 !important; display: inline-block; box-shadow: none !important; }

.faq-sub-accordions { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; border-left: 1px solid #eee; border-right: 1px solid #eee; }
.faq-sub-accordions.active { max-height: 2000px; border-bottom: 1px solid #eee; transition: max-height 0.5s ease-in; }
.accordion-header { cursor: pointer; display: flex; align-items: center; transition: background 0.2s; }
.accordion-header .dashicons { transition: transform 0.3s; margin-left: 10px; }
.faq-sub-item { border-top: 1px solid #f9f9f9; background: #fff; }
.faq-q-header { padding: 12px 20px; font-size: 14px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: #222; }
.faq-q-header .dashicons { font-size: 16px; color: #888; }
.faq-a-body { max-height: 0; overflow: hidden; padding: 0 20px; transition: max-height 0.3s ease-out, padding 0.3s ease; color: #666; font-size: 13px; line-height: 1.6; }
.faq-sub-item.active .faq-a-body { max-height: 500px; padding-bottom: 15px; transition: max-height 0.5s ease-in, padding 0.5s ease; }
.faq-sub-item.active .faq-q-header { color: #f84464; }
.list-links { border-top: 1px solid #f0f0f0; padding-top: 20px; }
.link-item { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; color: #111; text-decoration: none; font-weight: 700; font-size: 15px; border-bottom: 1px solid #f0f0f0; cursor: pointer; }

.artists-list { display: flex; flex-direction: row; gap: 15px; }
.artist-card { display: flex; flex-direction: row; background: #fff; border-radius: 12px; border: 1px solid #f1f5f9; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; width: 100%; text-align: left; -webkit-tap-highlight-color: transparent; }
.artist-card:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12); }
.artist-img-frame { width: 250px; min-height: 250px; height: auto; flex-shrink: 0; background: #f8fafc; margin-bottom: 0; border-radius: 0; display: flex; }
.artist-img-frame img { width: 100%; height: 100%; object-fit: cover; }
.artist-meta { padding: 20px; flex: 1; display: flex; flex-direction: column; justify-content: center; }
.artist-meta h4 { font-size: 1.1rem; font-weight: 800; margin: 0 0 4px 0; color: #1e293b; }
.artist-role { font-size: 0.75rem; color: #f84464; font-weight: 700; margin: 0; text-transform: uppercase; letter-spacing: 0.5px; }
.artist-desc { font-size: 13px; margin-top: 10px; color: #475569; line-height: 1.5; }
.artist-desc p:last-child { margin-bottom: 0; }

.artist-hidden { display: none !important; }
.artists-list.expanded .artist-hidden { display: flex !important; animation: asmFadeIn 0.4s ease; }

.gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.gallery-item { aspect-ratio: 1 / 1; border-radius: 8px; overflow: hidden; position: relative; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.gallery-item img, .gallery-item video, .lb-t-item video { width: 100%; height: 100%; object-fit: cover; display: block; background: #000; }
.hide-desktop { display: none !important; }
.gallery-overlay.overlay-desktop { display: flex; }
.gallery-overlay.overlay-mobile { display: none; }

.gallery-item.has-overlay-desktop::before,
.gallery-item.has-overlay-mobile::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 1; }
.gallery-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; text-align: center; z-index: 2; }
.gallery-overlay span { color: #fff; font-size: 18px; font-weight: 700; line-height: 1.3; }

.video-play-indicator { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(0,0,0,0.6); color: #fff; border-radius: 50%; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; pointer-events: none; z-index: 5; }
.gallery-item .video-play-indicator { width: 40px; height: 40px; }
.lb-t-item .video-play-indicator { width: 24px; height: 24px; }
.video-play-indicator i { font-size: 16px; margin-left: 2px; }
.gallery-item .video-play-indicator i { font-size: 20px; }
.lb-t-item .video-play-indicator i { font-size: 12px; }

.asmita-booking-card { border: 1px solid #efefef; border-radius: 12px; padding: 22px; background: #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.03); }

.slots-highlight { background: #f0f9ff; border: 1px solid #bae6fd; color: #0369a1; padding: 12px 15px; border-radius: 10px; display: flex; align-items: center; gap: 12px; font-size: 13px; margin-bottom: 20px; box-shadow: inset 0 1px 2px rgba(0,0,0,0.02); }
.slots-highlight .dashicons { font-size: 18px; width: 18px; height: 18px; color: #0ea5e9; display: flex; align-items: center; justify-content: center; }
.slots-highlight strong { font-size: 16px; font-weight: 800; color: #0c4a6e; }

.info-item { display: flex; gap: 14px; margin-bottom: 18px; align-items: center; }
.info-item .dashicons { font-size: 18px; color: #555; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; }
.info-custom-icon { width: 18px; height: 18px; object-fit: contain; display: block; }
.info-item .txt { font-size: 14px; color: #1a1a1a; font-weight: 600; display: flex; align-items: center; }
.location-link { color: #c22759 !important; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; transition: opacity 0.2s; }
.location-link:hover { opacity: 0.8; }
.location-link i { font-size: 14px; }

.batch-selection-container { margin: 20px 0; padding-top: 18px; border-top: 1px dashed #e2e8f0; }
.batch-selection-label { font-size: 11px; font-weight: 700; color: #94a3b8; text-transform: uppercase; margin-bottom: 12px; display: block; letter-spacing: 1px; }
.batch-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.batch-chip { background: #fff; border: 2px solid #edf2f7; color: #475569; padding: 8px 16px; border-radius: 50px; font-size: 12px; font-weight: 700; cursor: pointer; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); -webkit-tap-highlight-color: transparent; }
.batch-chip:hover { border-color: #cbd5e1; background: #f8fafc; }
.batch-chip.active { background: #1e293b; color: #fff; border-color: #1e293b; box-shadow: 0 4px 12px rgba(30, 41, 59, 0.15); transform: translateY(-1px); }

/* Scroll Highlight Animation */
@keyframes pulseBatch {
    0% { box-shadow: 0 0 0 0 rgba(41, 171, 226, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(41, 171, 226, 0); }
    100% { box-shadow: 0 0 0 0 rgba(41, 171, 226, 0); }
}
.highlight-batch { animation: pulseBatch 1.5s ease-out; border-radius: 8px; }

#bookBtnWrapper { display: inline-block; cursor: pointer; }
#bookBtnWrapper button:disabled { pointer-events: none; }

.status-banner { background: #fff8e5; border-radius: 6px; padding: 10px; font-size: 12px; font-weight: 700; display: flex; align-items: center; gap: 8px; margin: 18px 0; }
.footer-action { display: flex; justify-content: space-between; align-items: center; padding-top: 15px; border-top: 1px solid #eeeded; gap: 10px; }

.price-data { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.price-data .amt { display: flex; align-items: baseline; gap: 5px; margin-top: 8px; }
.price-current { font-size: 22px; font-weight: 800; color: #1e293b; font-family: 'Montserrat', sans-serif; letter-spacing: -0.5px; line-height: 1; }
.price-suffix { font-size: 13px; font-weight: 600; color: #64748b; font-family: 'Poppins', sans-serif; }
.price-badge-member { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; color: #059669; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; font-family: 'Montserrat', sans-serif; background: #d1fae5; padding: 4px 8px; border-radius: 4px; line-height: 1; }

.status-lbl { font-size: 12px; font-weight: 700; margin-top: 6px; padding: 3px 8px; border-radius: 4px; display: inline-block; }
.status-lbl.sold-out { background: #fee2e2; color: #ef4444; }
.status-lbl.filling-fast { background: #fffbeb; color: #d97706; }

.asmita-recommendations { margin-top: 50px; border-top: 1px solid #eee; padding-top: 30px; }
.rec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.rec-img { width: 100%; aspect-ratio: 1 / 1 !important; border-radius: 12px; overflow: hidden; margin-bottom: 10px; }
.rec-img img { width: 100%; height: 100%; object-fit: cover; }
.rec-card h4 { font-size: 14px; font-weight: 700; margin: 0; color: #000; }

.asmita-lightbox { display: none; position: fixed; z-index: 99999; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.95); flex-direction: column; }
.lb-header { padding: 20px; display: flex; justify-content: space-between; align-items: center; color: #fff; }
.lb-title { font-size: 14px; font-weight: 600; flex: 1; text-align: center; }
.lb-close { font-size: 30px; cursor: pointer; }
.lb-main { flex: 1; display: flex; align-items: center; justify-content: center; position: relative; }
#lbImg { max-width: 90%; max-height: 70vh; object-fit: contain; }
.lb-btn { background: rgba(255,255,255,0.1); color: #fff; border: none; padding: 15px; cursor: pointer; border-radius: 4px; }
.lb-prev { position: absolute; left: 20px; } .lb-next { position: absolute; right: 20px; }
.lb-thumbs { height: 100px; display: flex; gap: 8px; padding: 15px; overflow-x: auto; background: rgba(0,0,0,0.5); justify-content: center; }
.lb-t-item { width: 60px; height: 45px; cursor: pointer; opacity: 0.5; position: relative; }
.lb-t-item img { width: 100%; height: 100%; object-fit: cover; border-radius: 4px; }
.lb-t-item img.active, .lb-t-item video.active { opacity: 1; border: 2px solid #f84464; }

.asmita-modal-overlay { opacity: 0; pointer-events: none; position: fixed; z-index: 100000; inset: 0; background: rgba(0,0,0,0.6); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); display: flex; align-items: center; justify-content: center; padding: 20px; transition: opacity 0.3s ease; -webkit-overflow-scrolling: touch; }
.asmita-modal-overlay.show-modal { opacity: 1; pointer-events: auto; }
.asmita-modal-box { background: #fff; border-radius: 16px; width: 100%; max-width: 600px; max-height: 85vh; overflow: hidden; display: flex; flex-direction: column; transform: translateY(30px) scale(0.97); opacity: 0; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease; box-shadow: 0 15px 35px rgba(0,0,0,0.2); position: relative; }
.asmita-modal-overlay.show-modal .asmita-modal-box { transform: translateY(0) scale(1); opacity: 1; }
.modal-header { padding: 20px 24px; border-bottom: none; display: flex; justify-content: space-between; align-items: center; background: linear-gradient(135deg, #f58821 0%, #ea3091 100%); }
.modal-header h3 { margin: 0; font-size: 18px; color: #fff; font-weight: 800; }
.close-modal { font-size: 26px; font-weight: 400; color: rgba(255, 255, 255, 0.8); cursor: pointer; transition: color 0.2s; line-height: 1; }
.close-modal:hover { color: #fff; }
.modal_body { padding: 24px !important; overflow-y: auto; flex: 1; background: #fff; }
.close-modal-x { position: absolute; top: 20px; right: 20px; font-size: 24px; color: #94a3b8; cursor: pointer; transition: 0.2s; line-height: 1; z-index: 10; }
.close-modal-x:hover { color: #1e293b; transform: scale(1.1); }

.form-group { margin-bottom: 20px; display: flex; flex-direction: column; }
.form-group label { font-size: 13px; font-weight: 700; margin-bottom: 8px; color: #111; }
.form-group input, .form-group select { -webkit-appearance: none; appearance: none; padding: 0 16px; border: 2px solid #edf2f7; border-radius: 10px; background-color: #f8fafc; font-size: 15px; font-weight: 500; font-family: 'Poppins', sans-serif; color: #111; transition: all 0.2s ease; outline: none; height: 52px; width: 100%; box-sizing: border-box; }
.form-group input::placeholder { color: #a0aec0; font-weight: 400; }
.form-group input:hover, .form-group select:hover { border-color: #cbd5e1; }
.form-group input:focus, .form-group select:focus { border-color: #29abe2; background-color: #fff; box-shadow: 0 0 0 4px rgba(41, 171, 226, 0.1); }
.form-group select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; cursor: pointer; }

.btn-submit-booking { background: linear-gradient(117.99deg, #f58821 -23.19%, #ea3091 45.54%, #29abe2 114.27%); background-size: 200% 200%; background-position: 0% 0%; color: #fff; border: none; padding: 16px; border-radius: 10px; font-size: 16px; font-weight: 800; cursor: pointer; width: 100%; text-transform: uppercase; transition: background-position 0.5s ease; font-family: 'Montserrat', sans-serif; margin-top: 8px; min-height: 52px; }
.btn-submit-booking:hover:not(:disabled) { background-position: 100% 100%; }
.btn-submit-booking:disabled { background: #94a3b8; border-color: #94a3b8; color: #000; cursor: not-allowed; opacity: 0.7; background-image: none; }

.state-modal-box { text-align: center; padding: 60px 40px !important; border-radius: 20px !important; max-width: 440px !important; }
.state-icon { font-size: 72px;}
.icon-success { color: #10b981; filter: drop-shadow(0 4px 10px rgba(16, 185, 129, 0.2)); }
.icon-failed { color: #ef4444; filter: drop-shadow(0 4px 10px rgba(239, 68, 68, 0.2)); }
.icon-pending { color: #f59e0b; filter: drop-shadow(0 4px 10px rgba(245, 158, 11, 0.2)); }
.state-modal-box h2 { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 30px; margin-bottom: 12px; color: #1e293b; letter-spacing: -0.5px; }
.state-modal-box p { font-family: 'Poppins', sans-serif; color: #64748b; font-size: 15px; line-height: 1.6; }
.b-id-frame { background: #f8fafc; padding: 20px; border-radius: 12px; margin: 25px 0; border: 1px dashed #29abe2; }
.b-id-frame span { display: block; font-size: 11px; text-transform: uppercase; color: #94a3b8; font-family: 'Montserrat', sans-serif; font-weight: 700; margin-bottom: 8px; letter-spacing: 1px; }
.b-id-frame strong { font-size: 28px; color: #1e293b; letter-spacing: 1px; font-family: 'Montserrat', sans-serif; font-weight: 800; }
.congrats-notice { margin-bottom: 0 !important; }

.phone-input-wrapper { display: flex; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; background: #fff; }
.phone-prefix { display: flex; align-items: center; padding: 0 15px; background: #f8fafc; color: #64748b; font-weight: 600; font-family: 'Poppins', sans-serif; font-size: 14px; border-right: 1px solid #e2e8f0; }
.phone-input-wrapper input { border: none !important; border-radius: 0 !important; flex: 1; }
.phone-input-wrapper input:focus { box-shadow: none !important; }
.btn-send-otp { background: #ffffff !important; box-shadow: none !important; color: transparent !important; background-image: linear-gradient(90deg, #29abe2, #1e293b) !important; -webkit-background-clip: text !important; background-clip: text !important; text-decoration: underline !important; border: none !important; padding: 0 15px !important; font-weight: 800 !important; font-family: 'Montserrat', sans-serif !important; font-size: 12px !important; text-transform: uppercase !important; cursor: pointer !important; white-space: nowrap !important; }
.btn-send-otp:hover:not(:disabled) { opacity: 0.8; }
.btn-send-otp:disabled { background-image: none !important; color: #94a3b8 !important; text-decoration: none !important; cursor: not-allowed !important; }

/* OTP & VERIFICATION BOX STYLES */
.otp-verification-box { display: none; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px; margin-top: 15px; animation: asmFadeIn 0.3s ease; box-shadow: inset 0 2px 4px rgba(0,0,0,0.02); }
.otp-header-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.otp-msg { font-size: 14px; color: #64748b; font-family: 'Poppins', sans-serif; }
.otp-msg strong { color: #1e293b; font-weight: 700; margin-left: 5px; }
.btn-edit-phone { background: #1e293b !important; color: #fff !important; border: none !important; padding: 6px 14px !important; border-radius: 20px !important; font-size: 12px !important; font-weight: 600 !important; cursor: pointer !important; display: flex !important; align-items: center !important; gap: 6px !important; transition: 0.2s !important; }
.btn-edit-phone:hover { opacity: 0.8; transform: scale(1.05); }
.otp-boxes { display: flex; gap: 12px; justify-content: center; margin-bottom: 20px; }
.otp-input { width: 46px; height: 52px; border: 1px solid #cbd5e1; border-radius: 8px; text-align: center; font-size: 24px; font-weight: 700; font-family: 'Montserrat', sans-serif; color: #1e293b; background: #fff; transition: all 0.2s ease; padding: 0; }
.otp-input:focus { border-color: #29abe2; box-shadow: 0 0 0 3px rgba(41, 171, 226, 0.15); outline: none; }
.otp-input.success { border-color: #10b981; background: #f0fdf4; color: #047857; }
.otp-input.error { border-color: #ef4444; background: #fef2f2; color: #b91c1c; animation: shake 0.4s; }
.otp-footer-row { display: flex; justify-content: space-between; align-items: center; padding-top: 15px; border-top: 1px dashed #e2e8f0; font-size: 13px; }
.otp-resend-text { color: #64748b; font-family: 'Poppins', sans-serif; }
.btn-resend-otp { background: none !important; border: none !important; color: #29abe2 !important; font-weight: 700 !important; font-family: 'Poppins', sans-serif !important; font-size: 13px !important; cursor: not-allowed !important; opacity: 0.5; padding: 0 0 0 4px !important; text-decoration: none !important; }
.btn-resend-otp.active { cursor: pointer !important; opacity: 1; text-decoration: underline !important; }
.otp-timer { background: #fee2e2; color: #ef4444; font-weight: 700; font-family: 'Montserrat', sans-serif; font-size: 12px; padding: 4px 8px; border-radius: 4px; letter-spacing: 0.5px; }

/* NEW REFERRAL & GUEST SYSTEM STYLES */
.guest-box { animation: asmFadeIn 0.3s ease; }
.remove-guest:hover { transform: scale(1.2); color: #dc2626 !important; }

.btn-verify-otp:hover:not(:disabled) { opacity: 0.9; transform: translateY(-1px); }
.btn-verify-otp:disabled { background: #94a3b8 !important; cursor: not-allowed; }

.referral-trigger-link{color:#29abe2;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:color .2s ease;margin-top:5px}
.referral-trigger-link:hover{color:#0369a1}
.remove-referral-link{cursor:pointer;color:#ef4444;font-size:12px;font-weight:600}
.remove-referral-link:hover{text-decoration:underline;opacity:.9}

/* FORM UTILS */
.mobile-only { display: none !important; }
.asmita-cats { display: flex; flex-wrap: nowrap; align-items: center; width: 70%; overflow: hidden; }

@keyframes asmFadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@keyframes shake { 0%, 100% {transform: translateX(0);} 25% {transform: translateX(-5px);} 75% {transform: translateX(5px);} }

.tooltip-wrapper { position: relative; display: inline-block; cursor: help; pointer-events: auto !important; }
.tooltip-wrapper[data-tooltip]:before { content: attr(data-tooltip); position: absolute; bottom: calc(100% + 12px); left: 50%; transform: translateX(-50%); padding: 8px 14px; background: #1e293b; color: #fff; font-size: 11px; font-family: 'Montserrat', sans-serif; font-weight: 600; border-radius: 6px; white-space: nowrap; opacity: 0; visibility: hidden; transition: all 0.2s ease; z-index: 1000; box-shadow: 0 4px 12px rgba(0,0,0,0.15); }
.tooltip-wrapper[data-tooltip]:after { content: ''; position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%); border-width: 6px 6px 0 6px; border-style: solid; border-color: #1e293b transparent transparent transparent; opacity: 0; visibility: hidden; transition: all 0.2s ease; z-index: 1000; }
.tooltip-wrapper[data-tooltip]:hover:before, .tooltip-wrapper[data-tooltip]:hover:after { opacity: 1; visibility: visible; }

/* RESPONSIVE DESIGN */
@media (max-width: 992px) {
    .desktop-only { display: none !important; }
    .df-btn { bottom: 100px !important;}
    .mobile-only { display: inline-block !important; }
    .form-group input, .form-group select, .otp-input { font-size: 16px !important; }
    .asmita-main-layout { display: flex; flex-direction: column; gap: 0; }
    .asmita-left-col { display: contents; }
    .asmita-hero-frame { order: 1; margin-bottom: 0; }
    .asmita-interaction-strip { order: 2; margin-bottom: 20px; width: 100%; flex-wrap: wrap; }
    .asmita-right-col { order: 3; position: static !important; width: 100%; margin-bottom: 25px; z-index: 1;}
    .asmita-section { order: 4; margin-bottom: 20px; }
    .list-links { order: 5; margin-bottom: 80px; }
    .asmita-cats { width: 50% !important; margin: auto !important; }
    .asmita-booking-card { padding-bottom: 0; border-radius: 12px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
    .asmita-booking-card .footer-action { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; padding: 15px 20px calc(15px + env(safe-area-inset-bottom)) 20px; box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08); z-index: 999; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #e2e8f0; }
    .asmita-booking-card .footer-action .btn-book { margin: 0; width: 100%; max-width: 200px; }
    .artist-img-frame { height: 350px; }
    .rec-grid { grid-template-columns: repeat(2, 1fr); }
    .asmita-interested-bar { width: 50%; justify-content: flex-end; }
    .gallery-overlay.overlay-desktop { display: none; }
    .gallery-overlay.overlay-mobile { display: flex; }
}

@media (max-width: 480px) {
    .slots-highlight strong {font-size: 0.85rem !important; }
    .asmita-event-title { font-size: 24px; line-height: 1.3; }
    .artist-img-frame { width: 100%; height: 200px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .otp-input { width: 38px; height: 46px; font-size: 20px; }
    #asmitaBookingForm .form-group.total-display { padding: 12px 16px !important; }
    #asmitaBookingForm .form-group.total-display .total-amt { font-size: 24px !important; }
    .artists-list { flex-direction: column !important; }
    .artist-card { flex-direction: column !important; }
    .asmita-booking-card .footer-action .btn-book { font-size : 0.85rem; }
}

/* PREMIUM PRICE ROLLER UI */
#asmitaBookingForm .form-row-2 { display: block !important; margin-bottom: 20px !important; width: 100% !important; }
#asmitaBookingForm .form-group.total-display { 
    background: #f8fafc !important; 
    border-radius: 8px !important; 
    border: 1px solid #e2e8f0 !important; 
    padding: 16px 20px !important; 
    display: flex !important; 
    flex-direction: row !important; 
    justify-content: space-between !important; 
    align-items: center !important; 
    height: auto !important; 
    box-sizing: border-box !important; 
    margin-bottom: 0 !important; 
    overflow: hidden !important; 
}

#asmitaBookingForm .form-group.total-display label { 
    font-size: 12px !important; 
    text-transform: uppercase !important; 
    letter-spacing: 1px !important; 
    color: #64748b !important; 
    margin-bottom: 0 !important; 
    font-weight: 600 !important; 
    display: flex !important; 
    align-items: center !important; 
    gap: 8px !important; 
}

#asmitaBookingForm .form-group.total-display label::before { 
    content: '' !important; 
    display: inline-block !important; 
    width: 8px !important; 
    height: 8px !important; 
    background: #10b981 !important; 
    border-radius: 50% !important; 
    box-shadow: 0 0 0 3px #d1fae5 !important; 
}

#asmitaBookingForm .form-group.total-display .total-amt { 
    display: flex !important; 
    justify-content: flex-end !important; 
    font-size: 28px !important; 
    font-weight: 800 !important; 
    color: #1e293b !important; 
    font-family: 'Montserrat', sans-serif !important; 
    line-height: 1 !important; 
}

.price-roller { display: flex !important; flex-direction: column !important; align-items: flex-end !important; height: 28px !important; overflow: hidden !important; position: relative !important; }
.price-val { display: flex !important; align-items: center !important; height: 28px !important; line-height: 1 !important; font-variant-numeric: tabular-nums !important; white-space: nowrap !important; letter-spacing: -0.5px !important; transform: translateY(0); }
.price-roller.rolling .price-val { transform: translateY(-28px) !important; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important; }

@keyframes asmitaPricePulse { 0% { opacity: 1; } 50% { opacity: 0.3; } 100% { opacity: 1; } }
.asmita-pulse { animation: asmitaPricePulse 1.2s infinite ease-in-out !important; }

@supports not (aspect-ratio: 16/9) {
    .asmita-hero-frame { height: 0; padding-bottom: 56.25%; position: relative; }
    .asmita-slider-track { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
}