/* 
 * Premium Design Enhancements for Net Hero Video Portal
 * Implements modern UI aesthetics, glassmorphism, fluid transitions, and glowing elements
 */

/* Import Google Font Outfit */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap');

/* Global Font Override */
body, h1, h2, h3, h4, h5, h6, p, a, span, button, input, select, textarea {
    font-family: 'Outfit', 'Nunito', sans-serif !important;
}

/* Deep Cosmic Dark Mode Background */
body {
    background-color: #06030f !important;
    background-image: radial-gradient(circle at top right, rgba(123, 31, 162, 0.08) 0%, transparent 40%),
                      radial-gradient(circle at bottom left, rgba(255, 0, 85, 0.05) 0%, transparent 50%) !important;
    color: #e5e2f9 !important;
}

/* Glassmorphism Header Section */
.header-section {
    background: rgba(6, 3, 15, 0.85) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.4) !important;
    transition: all 0.3s ease !important;
}

.header-section.pin-style {
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    z-index: 1000 !important;
}

/* Active Nav Links styling */
.nav.vfx-item-nav > li > a {
    font-weight: 500 !important;
    font-size: 15px !important;
    letter-spacing: 0.3px !important;
    color: #b3aed5 !important;
    transition: color 0.25s ease !important;
    position: relative !important;
}

.nav.vfx-item-nav > li > a:hover,
.nav.vfx-item-nav > li > a.active {
    color: #ff0055 !important;
}

.nav.vfx-item-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff0055, #ff5500);
    transition: width 0.25s ease;
}

.nav.vfx-item-nav > li > a.active::after,
.nav.vfx-item-nav > li > a:hover::after {
    width: 100%;
}

/* Modern Gradient Section Headings */
.vfx-item-section h3 {
    font-size: 22px !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
    background: linear-gradient(135deg, #ffffff 0%, #b3aed5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-left: 4px solid #ff0055;
    padding-left: 12px !important;
    margin-bottom: 20px !important;
}

/* Premium Card Hover Animations & Shadows */
.single-video {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #110c24 !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
}

.single-video:hover {
    transform: translateY(-8px) scale(1.03) !important;
    border-color: rgba(255, 0, 85, 0.4) !important;
    box-shadow: 0 16px 36px rgba(255, 0, 85, 0.15), 0 8px 16px rgba(0, 0, 0, 0.5) !important;
}

.video-img {
    border-radius: 12px !important;
    overflow: hidden !important;
    position: relative !important;
}

/* Overlay item text in cards */
.video-item-content {
    background: linear-gradient(360deg, rgba(6, 3, 15, 0.9) 0%, transparent 100%) !important;
    font-weight: 600 !important;
    padding: 15px 10px 10px 10px !important;
    font-size: 14px !important;
}

/* Premium Gradient for Play & Subscribe Buttons */
.subscribe-btn-item a img,
.btn-primary, 
.subscribe-btn,
.play-btn-item {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.subscribe-btn-item a:hover img {
    transform: scale(1.1) rotate(2deg) !important;
    filter: drop-shadow(0 0 8px rgba(255, 0, 85, 0.6)) !important;
}

/* Action button stylings */
.btn-primary {
    background: linear-gradient(135deg, #ff0055 0%, #ff5500 100%) !important;
    border: none !important;
    border-radius: 30px !important;
    padding: 10px 24px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 15px rgba(255, 0, 85, 0.3) !important;
}

.btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(255, 0, 85, 0.5) !important;
}

/* Footer modern border & background */
footer, .footer-section {
    background: #04020a !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 30px 0 !important;
}

.copyright-text p {
    color: #716c90 !important;
    font-size: 13px !important;
}

/* Owl Carousel & Navigation Dots */
.owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.2) !important;
    transition: all 0.3s ease !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff0055 !important;
    width: 24px !important;
}

/* ==========================================
   Premium Splide Hero Slider Enhancements
   ========================================== */

/* Outer Splide container */
.slider-area {
    padding-top: 25px !important;
    margin-bottom: 30px !important;
}

.splide__slide {
    padding: 0 10px !important; /* Spacing between cards in carousel */
}

/* Slide Wrapper Card */
.splide-slide-wrapper {
    position: relative !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: #06030f !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6) !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    width: 1170px !important;
    height: 480px !important;
    max-width: calc(100vw - 32px) !important;
}

@media (max-width: 1199px) {
    .splide-slide-wrapper {
        width: 980px !important;
        height: 400px !important;
    }
}

@media (max-width: 991px) {
    .splide-slide-wrapper {
        width: 720px !important;
        height: 320px !important;
    }
}

@media (max-width: 767px) {
    .splide-slide-wrapper {
        width: 100vw !important;
        max-width: 100% !important;
        height: 200px !important;
        border-radius: 12px !important;
    }
}

/* Image Container */
.splide-slide-image-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
}

.splide-slide-image-container a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.splide-slide-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center 25% !important;
    transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.splide-slide-wrapper:hover .splide-slide-img {
    transform: scale(1.04) !important;
}

/* Remove default dark overlay from Splide slides to use our custom gradient */
.splide .splide__slide::after {
    display: none !important;
}

/* Custom Gradient Overlay: dark rich cosmic colors fading to transparency */
.splide-slide-gradient-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, 
        rgba(6, 3, 15, 0.95) 0%, 
        rgba(6, 3, 15, 0.85) 30%, 
        rgba(6, 3, 15, 0.4) 65%, 
        rgba(6, 3, 15, 0.1) 100%) !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

/* Detail Area layout */
.splide-slider-details-area {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 3 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    width: 60% !important;
    padding: 0 40px 0 50px !important;
    pointer-events: none !important; /* Allow clicks to pass to image link under it */
}

@media (max-width: 767px) {
    .splide-slider-details-area {
        width: 85% !important;
        padding: 0 20px 0 25px !important;
    }
}

/* Featured Badge */
.splide-slide-badge {
    font-family: 'Outfit', sans-serif !important;
    display: inline-block !important;
    background: rgba(255, 0, 85, 0.15) !important;
    border: 1px solid rgba(255, 0, 85, 0.4) !important;
    color: #ff3377 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    padding: 4px 12px !important;
    border-radius: 50px !important;
    margin-bottom: 15px !important;
    box-shadow: 0 0 15px rgba(255, 0, 85, 0.2) !important;
    animation: pulseGlow 3s infinite alternate;
}

@media (max-width: 767px) {
    .splide-slide-badge {
        font-size: 8px !important;
        padding: 2px 8px !important;
        margin-bottom: 8px !important;
        letter-spacing: 1px !important;
    }
}

@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 5px rgba(255, 0, 85, 0.2);
    }
    100% {
        box-shadow: 0 0 15px rgba(255, 0, 85, 0.4);
    }
}

/* Premium Movie/Show Title */
.splide-slide-title {
    font-size: clamp(22px, 3.5vw, 44px) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.15 !important;
    margin-bottom: 24px !important;
    text-transform: none !important;
    background: linear-gradient(135deg, #ffffff 0%, #d4cff7 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
}

@media (max-width: 767px) {
    .splide-slide-title {
        margin-bottom: 12px !important;
    }
}

/* Actions Wrapper */
.splide-slide-actions {
    display: flex !important;
    gap: 15px !important;
    pointer-events: auto !important; /* Re-enable clicks for buttons */
}

@media (max-width: 480px) {
    .splide-slide-actions {
        gap: 10px !important;
        flex-wrap: wrap !important;
    }
}

/* Action Buttons styling override */
.splide-slider-details-area a.btn-watch,
.splide-slider-details-area a.btn-buy-plan {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 28px !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    margin: 0 !important;
}

@media (max-width: 767px) {
    .splide-slider-details-area a.btn-watch,
    .splide-slider-details-area a.btn-buy-plan {
        padding: 8px 18px !important;
        font-size: 12px !important;
    }
}

/* Watch button (Premium Orange/Gold Glow) */
.splide-slider-details-area a.btn-watch {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%) !important;
    color: #06030f !important;
    border: none !important;
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.3) !important;
}

.splide-slider-details-area a.btn-watch:hover {
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 10px 28px rgba(255, 152, 0, 0.5) !important;
}

/* Buy Plan button (Sleek Glassmorphism with Red Accent) */
.splide-slider-details-area a.btn-buy-plan {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
}

.splide-slider-details-area a.btn-buy-plan:hover {
    background: #ff0055 !important;
    border-color: #ff0055 !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 8px 24px rgba(255, 0, 85, 0.45) !important;
}

/* Icons inside the buttons */
.splide-slider-details-area a.btn-watch img,
.splide-slider-details-area a.btn-buy-plan img {
    width: 16px !important;
    height: 16px !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
    transition: transform 0.3s ease !important;
}

.splide-slider-details-area a.btn-watch:hover img {
    transform: scale(1.15) !important;
}

.splide-slider-details-area a.btn-watch img {
    filter: brightness(0) !important; /* Make play icon black to match background font color */
}

.splide-slider-details-area a.btn-buy-plan img {
    filter: brightness(0) invert(1) !important; /* Make subscribe icon white */
}

/* Custom Navigation Arrows for Splide */
.splide__arrow {
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    color: #ffffff !important;
    width: 3.2em !important;
    height: 3.2em !important;
    transition: all 0.3s ease !important;
}

.splide__arrow svg {
    fill: currentColor !important;
}

.splide__arrow:hover {
    background: #ff0055 !important;
    border-color: #ff0055 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(255, 0, 85, 0.3) !important;
}

.splide__arrow--prev {
    left: 2em !important;
}

.splide__arrow--next {
    right: 2em !important;
}

@media (max-width: 767px) {
    .splide__arrow {
        display: none !important; /* Hide arrows on mobile/tablet to save space */
    }
}

/* ==========================================
   Premium Video Detail Page Enhancements
   ========================================== */

/* Poster Area container card */
.detail-poster-area {
    border-radius: 16px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6) !important;
    background: #06030f !important;
    position: relative !important;
}

/* Custom Gradient Overlay for the Details Poster */
.detail-poster-area .dtl-poster-img::after {
    background: linear-gradient(to top, 
        rgba(6, 3, 15, 0.95) 0%, 
        rgba(6, 3, 15, 0.5) 50%, 
        transparent 100%) !important;
    height: 100% !important;
}

/* Center play icon on all screen sizes, including mobile */
.detail-poster-area .play-icon-item {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    position: absolute !important;
    z-index: 10 !important;
}

/* Glassmorphism Play Button */
.detail-poster-area a.icon {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    height: 76px !important;
    width: 76px !important;
    min-width: 76px !important; /* Ensure it stays a perfect circle */
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    color: #ffffff !important;
    font-size: 24px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Fix margin and top position offsets for Play icon in active themes */
.detail-poster-area i.icon {
    margin: 0 !important;
    top: auto !important;
    position: static !important;
    line-height: normal !important;
    height: auto !important;
    width: auto !important;
    min-width: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    display: inline-block !important;
}

.detail-poster-area a.icon:hover {
    background: #ff0055 !important;
    border-color: #ff0055 !important;
    transform: scale(1.08) !important;
    box-shadow: 0 0 25px rgba(255, 0, 85, 0.6) !important;
}

/* Premium ripple shadow */
.detail-poster-area .ripple, 
.detail-poster-area .ripple:before, 
.detail-poster-area .ripple:after {
    display: none !important; /* Hide outdated default ripple box shadow animation */
}

/* Info overlay container inside poster */
.detail-poster-area .video-post-date {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 15px !important;
    padding: 20px 24px !important;
    background: transparent !important;
}

@media (max-width: 767px) {
    .detail-poster-area .video-post-date {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 12px !important;
        padding: 15px 18px !important;
    }
}

/* Views & Date texts */
.detail-poster-area .video-post-date span.video-posts-author {
    font-family: 'Outfit', sans-serif !important;
    color: #b3aed5 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-right: 15px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) !important;
}

.detail-poster-area .video-post-date span.video-posts-author i {
    color: #ff0055 !important;
    font-size: 14px !important;
}

/* Exclude share link icon overrides */
.detail-poster-area .video-watch-share-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    float: none !important;
    margin: 0 !important;
}

@media (max-width: 767px) {
    .detail-poster-area .video-watch-share-item {
        width: 100% !important;
        justify-content: flex-start !important;
    }
}

/* Modern green Watchlist button */
.btn-watchlist a {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: #ffffff !important;
    padding: 10px 22px !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    box-shadow: 0 6px 18px rgba(16, 185, 129, 0.25) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    border: none !important;
    margin: 0 !important;
}

.btn-watchlist a:hover {
    transform: translateY(-2px) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(16, 185, 129, 0.45) !important;
}

/* Glassmorphism Share button */
.btn-share a {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    padding: 9px 22px !important;
    border-radius: 30px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    margin: 0 !important;
}

.btn-share a:hover, 
.btn-share a:focus {
    background: #ff0055 !important;
    border-color: #ff0055 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(255, 0, 85, 0.45) !important;
}

.btn-watchlist a i,
.btn-share a i {
    font-size: 14px !important;
    margin: 0 !important;
    vertical-align: middle !important;
}

/* Poster Detail text content alignment */
.poster-dtl-item {
    padding-left: 15px !important;
}

.poster-dtl-item h2, 
.poster-dtl-item h2 a {
    font-size: clamp(20px, 3vw, 32px) !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
}

.poster-dtl-item ul.dtl-list-link li a {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #ff0055 !important;
    padding: 4px 14px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.poster-dtl-item h3 {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #b3aed5 !important;
    font-weight: 400 !important;
    margin-top: 20px !important;
}

/* ==========================================
   Premium Cookie Consent Banner Redesign
   ========================================== */

/* Floating Glassmorphic Container */
.eupopup-container {
    position: fixed !important;
    bottom: 24px !important;
    left: 24px !important;
    right: auto !important;
    top: auto !important;
    width: 380px !important;
    max-width: calc(100vw - 48px) !important;
    background: rgba(13, 6, 32, 0.85) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    padding: 24px !important;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5) !important;
    text-align: left !important;
    z-index: 9999999 !important;
    display: block !important; /* Force block layout */
    height: auto !important;
    min-height: unset !important;
}

@media (max-width: 480px) {
    .eupopup-container {
        bottom: 16px !important;
        left: 16px !important;
        max-width: calc(100vw - 32px) !important;
        padding: 20px !important;
    }
}

/* Title text */
.eupopup-head {
    font-family: 'Outfit', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 8px !important;
    padding: 0 !important;
    text-transform: capitalize !important;
    display: block !important;
}

/* Body description text */
.eupopup-body {
    font-family: 'Outfit', sans-serif !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    color: #b3aed5 !important;
    margin-bottom: 18px !important;
    font-weight: 400 !important;
    display: block !important;
}

/* Buttons wrapper */
.eupopup-buttons {
    display: flex !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Action button general styling */
.eupopup-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 24px !important;
    border-radius: 30px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    margin: 0 !important;
}

/* Continue/Accept Button (Premium gradient) */
.eupopup-button_1 {
    background: linear-gradient(135deg, #ff0055 0%, #ff5500 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(255, 0, 85, 0.3) !important;
    border: none !important;
}

.eupopup-button_1:hover {
    transform: translateY(-2px) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(255, 0, 85, 0.5) !important;
    text-decoration: none !important;
}

/* Learn More Button (Glass style) */
.eupopup-button_2 {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.eupopup-button_2:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

/* Close icon styling */
.eupopup-closebutton {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 50% !important;
    width: 28px !important;
    height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    line-height: 1 !important;
    padding: 0 !important;
    transition: all 0.3s ease !important;
}

.eupopup-closebutton:hover,
.eupopup-closebutton:active {
    background: #ff0055 !important;
    border-color: #ff0055 !important;
    color: #ffffff !important;
}

/* ==========================================
   Video Player Spacing & Layout Styling
   ========================================== */
.video-player-base {
    margin-top: 110px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6) !important;
}

@media (max-width: 767px) {
    .video-player-base {
        margin-top: 92px !important;
        border-radius: 8px !important;
    }
}

/* ==========================================
   Global Social Media Removal
   ========================================== */

/* Hide all front-end social media sharing buttons & modals */
.btn-share,
.social-media-modal,
#social-media,
.modal-backdrop.show:has(+ #social-media) {
    display: none !important;
}

/* Hide all Facebook & Google OAuth login buttons from signup/login pages */
.btn-facebook-item,
.btn-g-plus-item {
    display: none !important;
}

/* ==========================================
   Niffata Header & Navbar Enhancements
   ========================================== */

/* Outer header styling */
.header-section {
    background-color: #000000 !important;
    border-bottom: 1px solid #141414 !important;
    padding: 10px 0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.8) !important;
}

/* Ensure flex layout for header row on large screens */
@media (min-width: 992px) {
    .mod-menu > .row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
    }
    .mod-menu > .row > .col-2 {
        width: auto !important;
        flex: 0 0 auto !important;
        padding-right: 15px !important;
    }
    .mod-menu > .row > .col-7 {
        width: auto !important;
        flex: 1 1 auto !important;
        display: flex !important;
        justify-content: center !important;
        padding: 0 !important;
    }
    .mod-menu > .row > .col-3 {
        width: auto !important;
        flex: 0 0 auto !important;
        padding-left: 15px !important;
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
    }
}

/* Custom Niffata Logo */
.custom-niffata-logo {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    text-decoration: none !important;
}
.custom-niffata-logo:hover, 
.custom-niffata-logo:focus {
    text-decoration: none !important;
}
.custom-niffata-logo .logo-top {
    display: flex !important;
    align-items: center !important;
}
.custom-niffata-logo .logo-text {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #ff0015 !important;
    letter-spacing: 1.5px !important;
    line-height: 1.1 !important;
    font-family: 'Outfit', sans-serif !important;
}
.custom-niffata-logo .logo-subtitle {
    font-size: 7.5px !important;
    font-weight: 600 !important;
    color: #a0a0a0 !important;
    letter-spacing: 1.2px !important;
    margin-top: 3px !important;
    text-transform: uppercase !important;
    font-family: 'Outfit', sans-serif !important;
}
.custom-niffata-logo .logo-svg {
    margin-left: 6px !important;
}

/* Main Navigation Menu links */
.nav.vfx-item-nav {
    display: flex !important;
    flex-wrap: nowrap !important; /* Force items to stay on a single line */
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}
.nav.vfx-item-nav > li {
    margin: 0 6px !important; /* Slightly tighter base margin */
    position: relative !important;
    white-space: nowrap !important;
}
.nav.vfx-item-nav > li > a {
    color: #ffffff !important;
    font-size: 12px !important; /* Optimized font size */
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    text-transform: uppercase !important;
    padding: 8px 4px !important;
    transition: color 0.2s ease !important;
    position: relative !important;
}
.nav.vfx-item-nav > li > a:hover {
    color: #ff0015 !important;
}
.nav.vfx-item-nav > li > a.active {
    color: #ff0015 !important;
}

/* Active indicator red line directly under active menu items */
.nav.vfx-item-nav > li > a::after {
    content: '' !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 10% !important;
    width: 0 !important;
    height: 2.5px !important;
    background-color: #ff0015 !important;
    transition: width 0.2s ease, left 0.2s ease !important;
    border-radius: 2px !important;
}
.nav.vfx-item-nav > li > a:hover::after,
.nav.vfx-item-nav > li > a.active::after {
    width: 80% !important;
    left: 10% !important;
}

/* Right-side sub item area container */
.right-sub-item-area {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 16px !important;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

/* Responsive adjustments for mid-sized screens (Laptops / small desktops) */
@media (min-width: 992px) and (max-width: 1280px) {
    .nav.vfx-item-nav > li {
        margin: 0 3px !important;
    }
    .nav.vfx-item-nav > li > a {
        font-size: 10.5px !important;
        padding: 6px 2px !important;
        letter-spacing: 0.1px !important;
    }
    .right-sub-item-area {
        gap: 10px !important;
    }
    .header-login-btn {
        padding: 6px 12px !important;
        font-size: 11px !important;
    }
    .btn-apply-artist-card {
        padding: 6px 12px !important;
        font-size: 10.5px !important;
    }
    .custom-niffata-logo .logo-text {
        font-size: 22px !important;
    }
    .custom-niffata-logo .logo-subtitle {
        font-size: 6.5px !important;
    }
}


/* Search block */
.search-item-block {
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
}
.search-item-block .navbar-form {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.search-item-block a.btn[type="submit"] {
    background: transparent !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.search-item-block a i {
    color: #ffffff !important;
    font-size: 19px !important;
    transition: color 0.2s ease !important;
}
.search-item-block a:hover i {
    color: #ff0015 !important;
}

/* Notification bell */
.notification-item-block {
    display: inline-flex !important;
    align-items: center !important;
}
.notification-item-block a.notification-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
}
.notification-item-block a.notification-btn i {
    color: #ffffff !important;
    font-size: 19px !important;
    transition: color 0.2s ease !important;
}
.notification-item-block a.notification-btn:hover i {
    color: #ff0015 !important;
}

/* Hollow Login Button styling */
.header-login-btn-wrap {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
}
.header-login-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    background-color: transparent !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 8px 18px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    text-decoration: none !important;
}
.header-login-btn:hover {
    border-color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-1px) !important;
}

/* Apply Artist Card Red Button styling */
.apply-card-block {
    display: inline-block !important;
}
.btn-apply-artist-card {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #ff0015 !important;
    color: #ffffff !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    text-decoration: none !important;
    box-shadow: 0 4px 10px rgba(255, 0, 21, 0.2) !important;
}
.btn-apply-artist-card:hover {
    background-color: #d60012 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 14px rgba(255, 0, 21, 0.35) !important;
}

/* Mobile responsive menu overrides */
@media (max-width: 991px) {
    .header-menu {
        background-color: #0c0c0c !important;
        border-top: 1px solid #1a1a1a !important;
        padding: 10px !important;
    }
    .nav.vfx-item-nav {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .nav.vfx-item-nav > li {
        width: 100% !important;
        margin: 5px 0 !important;
    }
    .nav.vfx-item-nav > li > a::after {
        display: none !important;
    }
    .right-sub-item-area {
        margin-top: 8px !important;
    }
}

/* ==========================================
   Niffata Custom Promo Slide & ID Cards
   ========================================== */

/* Custom Slide Main Wrapper */
.niffata-custom-slide {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: flex !important;
    align-items: center !important;
    position: relative !important;
    border: none !important;
}

/* Dark cinematic gradient overlay for text readability */
.niffata-slide-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.75) 45%, rgba(0, 0, 0, 0.3) 100%) !important;
    z-index: 1 !important;
}

.niffata-slide-container {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    padding: 0 4% !important;
}

/* Left details area */
.slide-content-left {
    text-align: left !important;
    padding-right: 30px !important;
}

.slide-badge-title {
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #b0b0b0 !important;
    letter-spacing: 2px !important;
    display: inline-block !important;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
    font-family: 'Outfit', sans-serif !important;
}

.slide-main-title {
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.15 !important;
    margin-bottom: 12px !important;
    letter-spacing: -0.5px !important;
    text-transform: uppercase !important;
    font-family: 'Outfit', sans-serif !important;
}

.slide-main-title .text-highlight {
    color: #ff0015 !important;
}

.slide-desc {
    font-size: 15px !important;
    color: #cfcfcf !important;
    line-height: 1.5 !important;
    margin-bottom: 25px !important;
    max-width: 480px !important;
    font-family: 'Outfit', sans-serif !important;
}

/* Slide action buttons layout */
.slide-actions-row {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.btn-slide-apply {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background-color: #ff0015 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 12px 22px !important;
    border-radius: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border: none !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
}

.btn-slide-apply:hover {
    background-color: #d60012 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 18px rgba(255, 0, 21, 0.3) !important;
}

.btn-slide-trailer {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 12px 22px !important;
    border-radius: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.25s ease !important;
    text-decoration: none !important;
}

.btn-slide-trailer:hover {
    border-color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transform: translateY(-2px) !important;
}

/* Right-side ID Cards Graphics with 3D Perspective layout */
.id-cards-3d-container {
    position: relative !important;
    width: 380px !important;
    height: 340px !important;
    perspective: 1100px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.id-card-3d {
    position: absolute !important;
    width: 200px !important;
    height: 300px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #131315 0%, #050505 100%) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.06) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8) !important;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow: hidden !important;
}

/* 3D Tilted Perspective */
.front-card {
    transform: rotateY(-22deg) rotateX(6deg) translateZ(30px) !important;
    z-index: 5 !important;
    border-color: rgba(255, 0, 21, 0.25) !important;
}

.back-card {
    transform: rotateY(-15deg) rotateX(4deg) translateZ(-40px) translateX(105px) translateY(15px) !important;
    z-index: 3 !important;
    opacity: 0.85 !important;
}

/* Hover effects */
.id-cards-3d-container:hover .front-card {
    transform: rotateY(-16deg) rotateX(4deg) translateZ(45px) !important;
    border-color: rgba(255, 0, 21, 0.45) !important;
}

.id-cards-3d-container:hover .back-card {
    transform: rotateY(-8deg) rotateX(2deg) translateZ(-10px) translateX(125px) translateY(12px) !important;
    opacity: 0.95 !important;
}

/* Card details & styling elements */
.card-glow {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: radial-gradient(circle at 50% 0%, rgba(255, 0, 21, 0.12) 0%, transparent 60%) !important;
    pointer-events: none !important;
}

/* Front card layout detail */
.id-card-header {
    padding: 10px 12px 6px 12px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.header-logo-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.card-header-title {
    font-size: 13.5px !important;
    font-weight: 800 !important;
    color: #ff0015 !important;
    letter-spacing: 0.8px !important;
    font-family: 'Outfit', sans-serif !important;
}

.card-header-subtitle {
    font-size: 6.5px !important;
    font-weight: 500 !important;
    color: #888888 !important;
    letter-spacing: 0.8px !important;
    margin-top: 1px !important;
    text-transform: uppercase !important;
    font-family: 'Outfit', sans-serif !important;
}

.id-card-body {
    padding: 10px 12px !important;
    display: flex !important;
    flex-direction: column !important;
    height: calc(100% - 37px) !important;
    justify-content: space-between !important;
}

.id-card-row-top {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 8px !important;
}

/* Golden chip simulator */
.gold-chip {
    width: 25px !important;
    height: 18px !important;
    background: linear-gradient(135deg, #e5c060 0%, #aa8830 100%) !important;
    border-radius: 4px !important;
    position: relative !important;
    border: 0.5px solid #886a1a !important;
}
.gold-chip .chip-line {
    position: absolute !important;
    background-color: #5d4a12 !important;
}
.gold-chip .chip-line:nth-child(1) {
    top: 50% !important;
    left: 0 !important;
    width: 100% !important;
    height: 0.5px !important;
}
.gold-chip .chip-line:nth-child(2) {
    left: 50% !important;
    top: 0 !important;
    height: 100% !important;
    width: 0.5px !important;
}
.gold-chip .chip-inner {
    position: absolute !important;
    top: 3px !important;
    left: 5px !important;
    width: 15px !important;
    height: 12px !important;
    border: 0.5px solid #5d4a12 !important;
    border-radius: 2px !important;
}

.profile-photo-frame {
    width: 52px !important;
    height: 64px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5) !important;
}
.profile-photo-frame img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Card Detail lines formatting */
.id-card-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    margin-bottom: 4px !important;
}

.detail-group {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.detail-group .label {
    font-size: 5.5px !important;
    color: #777777 !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    margin: 0 !important;
}

.detail-group .val {
    font-size: 9.5px !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: 0.2px !important;
    margin-top: 1px !important;
}

.detail-group .val.text-highlight-card {
    color: #ff0015 !important;
}

.id-card-footer {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
}

.qr-code-wrap {
    border-radius: 2px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5) !important;
}

/* Back Card features */
.magnetic-stripe {
    width: 100% !important;
    height: 25px !important;
    background-color: #1a1a1a !important;
    margin-top: 20px !important;
}

.back-card-content {
    padding: 12px !important;
    display: flex !important;
    flex-direction: column !important;
    height: calc(100% - 45px) !important;
    justify-content: space-between !important;
}

.back-logo-text {
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #ff0015 !important;
    letter-spacing: 0.5px !important;
    font-family: 'Outfit', sans-serif !important;
    text-align: left !important;
}

.back-logo-sub {
    font-size: 5.5px !important;
    color: #b0b0b0 !important;
    font-weight: 500 !important;
    letter-spacing: 0.2px !important;
    margin-top: 1px !important;
    text-align: left !important;
}

.signature-box {
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    background-color: rgba(255, 255, 255, 0.02) !important;
    padding: 4px 6px !important;
    position: relative !important;
    border-radius: 4px !important;
    margin: 8px 0 !important;
    text-align: left !important;
}
.signature-box .signature-line {
    width: 60px !important;
    height: 1px !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 2px !important;
}
.signature-box .sig-image {
    font-family: 'Caveat', 'Georgia', cursive !important;
    font-size: 13px !important;
    color: #5b92e5 !important;
    position: absolute !important;
    top: -3px !important;
    left: 8px !important;
    font-style: italic !important;
    letter-spacing: 1px !important;
}
.signature-box .sig-label {
    font-size: 5px !important;
    color: #666666 !important;
    line-height: 1.2 !important;
    display: block !important;
    margin-top: 10px !important;
}

.disclaimer-text {
    font-size: 5px !important;
    color: #555555 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    text-align: justify !important;
}

/* Responsive configurations for custom slide container */
@media (max-width: 1199px) {
    .slide-main-title {
        font-size: 34px !important;
    }
    .slide-desc {
        font-size: 13.5px !important;
        margin-bottom: 20px !important;
    }
    .id-cards-3d-container {
        width: 320px !important;
        height: 280px !important;
    }
    .id-card-3d {
        width: 170px !important;
        height: 255px !important;
    }
    .back-card {
        transform: rotateY(-15deg) rotateX(4deg) translateZ(-40px) translateX(85px) translateY(12px) !important;
    }
    .id-cards-3d-container:hover .back-card {
        transform: rotateY(-8deg) rotateX(2deg) translateZ(-10px) translateX(105px) translateY(10px) !important;
    }
    .profile-photo-frame {
        width: 44px !important;
        height: 54px !important;
    }
}

@media (max-width: 991px) {
    .slide-main-title {
        font-size: 26px !important;
    }
    .slide-desc {
        font-size: 13px !important;
        margin-bottom: 15px !important;
        max-width: 100% !important;
    }
    .btn-slide-apply, .btn-slide-trailer {
        padding: 9px 16px !important;
        font-size: 11px !important;
    }
}

@media (max-width: 767px) {
    .niffata-custom-slide {
        min-height: 200px !important;
        height: 200px !important;
        background-position: center right -80px !important; /* Move bg image slightly to show the director's chair graphic! */
    }
    .niffata-slide-overlay {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
    }
    .slide-content-left {
        padding: 15px 12px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: flex-start !important;
        text-align: left !important;
        height: 100% !important;
    }
    .slide-main-title {
        font-size: 20px !important;
        margin-bottom: 4px !important;
        line-height: 1.15 !important;
    }
    .slide-desc {
        font-size: 10px !important;
        margin-bottom: 12px !important;
        line-height: 1.35 !important;
        text-align: left !important;
    }
    .slide-badge-title {
        font-size: 9px !important;
        margin-bottom: 4px !important;
        align-self: flex-start !important;
    }
    .slide-actions-row {
        gap: 12px !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: flex-start !important;
        width: 100% !important;
    }
    .btn-slide-apply, .btn-slide-trailer {
        padding: 8px 14px !important;
        font-size: 10.5px !important;
        border-radius: 4px !important;
        margin: 0 !important;
    }
    .btn-slide-trailer {
        background-color: transparent !important;
        border: 1.5px solid #ffffff !important;
        color: #ffffff !important;
    }
    
    /* Splide Pagination pill indicators design overrides on Mobile */
    .splide__pagination {
        margin-top: 5px !important;
        position: static !important;
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        gap: 0 !important;
        padding: 0 !important;
    }
    
    /* Spacing fixes between Hero & Stats Box */
    .slider-area {
        margin-bottom: 0px !important;
        padding-top: 10px !important;
        padding-bottom: 0px !important;
    }
    .niffata-stats-section {
        padding-top: 10px !important;
        padding-bottom: 20px !important;
    }
    
    .splide__pagination__page {
        width: 16px !important;
        height: 3px !important;
        border-radius: 2px !important;
        background: rgba(255,255,255,0.2) !important;
        transition: all 0.25s ease !important;
        margin: 0 4px !important;
        border: none !important;
    }
    .splide__pagination__page.is-active {
        background: #ff0015 !important;
        width: 24px !important;
    }
}

/* ==========================================
   Niffata Stats Box (After Hero Section)
   ========================================== */

.niffata-stats-section {
    padding: 25px 0 !important;
    background-color: #000000 !important;
}

.stats-box-wrapper {
    background: #0b0b0d !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 12px !important;
    padding: 20px 30px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5) !important;
}

.stats-flex-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
}

.stat-item {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    flex: 1 1 auto !important;
    justify-content: center !important;
}

.stat-icon-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.stat-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.stat-number {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    font-family: 'Outfit', sans-serif !important;
}

.stat-label {
    font-size: 12.5px !important;
    color: #a0a0a0 !important;
    font-weight: 500 !important;
    margin-top: 2px !important;
    font-family: 'Outfit', sans-serif !important;
    white-space: nowrap !important;
}

.stat-divider {
    width: 1px !important;
    height: 35px !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
    margin: 0 15px !important;
    flex: 0 0 auto !important;
}

/* Responsive constraints for tablets & mobiles */
@media (max-width: 991px) {
    .stats-box-wrapper {
        padding: 15px 20px !important;
    }
    .stat-number {
        font-size: 17px !important;
    }
    .stat-label {
        font-size: 11px !important;
    }
    .stat-item {
        gap: 10px !important;
    }
}

@media (max-width: 767px) {
    .stats-flex-container {
        flex-wrap: wrap !important;
        gap: 20px !important;
    }
    .stat-item {
        flex: 0 0 calc(50% - 10px) !important;
        justify-content: flex-start !important;
        padding-left: 10px !important;
    }
    .stat-divider {
        display: none !important;
    }
}

/* ==========================================
   Niffata Categories & Steps Section
   ========================================== */

.niffata-categories-steps-section {
    padding: 30px 0 50px 0 !important;
    background-color: #000000 !important;
}

/* Row 1: White Category Navigation Bar */
.category-nav-bar {
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 16px 30px !important;
    max-width: 1200px !important;
    margin: 0 auto 50px auto !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
}

.category-flex-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
}

.category-nav-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex: 1 1 auto !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: transform 0.25s ease !important;
}

.category-nav-item:hover {
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

.category-icon-wrap {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 0, 21, 0.05) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    border: 1px solid rgba(255, 0, 21, 0.1) !important;
}

.category-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.category-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    line-height: 1.2 !important;
    font-family: 'Outfit', sans-serif !important;
}

.category-subtitle {
    font-size: 10.5px !important;
    color: #777777 !important;
    font-weight: 500 !important;
    margin-top: 2px !important;
    font-family: 'Outfit', sans-serif !important;
}

.category-divider {
    width: 1px !important;
    height: 32px !important;
    background-color: #eaeaea !important;
    margin: 0 10px !important;
    flex: 0 0 auto !important;
}

/* Row 2: Easy Steps section */
.artist-steps-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Steps Header styling */
.steps-header {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-bottom: 45px !important;
}

.steps-header h2 {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    letter-spacing: 1px !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    font-family: 'Outfit', sans-serif !important;
}

.steps-header h2 .text-highlight {
    color: #ff0015 !important;
}

.steps-header .header-line {
    width: 45px !important;
    height: 2px !important;
    background-color: #ff0015 !important;
    border-radius: 1px !important;
}

/* Steps cards alignment container */
.steps-flow-container {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    width: 100% !important;
    position: relative !important;
}

.step-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    flex: 0 0 140px !important;
    position: relative !important;
}

.step-circle-outer {
    width: 65px !important;
    height: 65px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(255, 0, 21, 0.2) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    transition: all 0.3s ease !important;
}

.step-circle-inner {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background-color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4) !important;
    transition: all 0.3s ease !important;
}

.step-card:hover .step-circle-outer {
    border-color: #ff0015 !important;
    transform: scale(1.05) !important;
}

.step-card:hover .step-circle-inner {
    box-shadow: 0 6px 20px rgba(255, 0, 21, 0.25) !important;
}

.step-number {
    font-size: 13.5px !important;
    font-weight: 800 !important;
    color: #ff0015 !important;
    margin-top: 12px !important;
    letter-spacing: 0.5px !important;
    font-family: 'Outfit', sans-serif !important;
}

.step-title {
    font-size: 11.5px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-top: 6px !important;
    letter-spacing: 0.3px !important;
    font-family: 'Outfit', sans-serif !important;
    text-transform: uppercase !important;
}

.step-description {
    font-size: 10.5px !important;
    color: #8a8a8a !important;
    margin-top: 4px !important;
    line-height: 1.3 !important;
    font-family: 'Outfit', sans-serif !important;
    max-width: 130px !important;
}

/* Steps connector dashed lines */
.step-connector {
    height: 2px !important;
    border-top: 2px dotted rgba(255, 255, 255, 0.16) !important;
    flex: 1 1 auto !important;
    align-self: flex-start !important;
    margin-top: 32px !important;
}

/* Responsive Overrides */
@media (max-width: 1199px) {
    .step-card {
        flex: 0 0 115px !important;
    }
    .step-description {
        max-width: 110px !important;
        font-size: 10px !important;
    }
    .step-title {
        font-size: 11px !important;
    }
}

@media (max-width: 991px) {
    .category-flex-container {
        flex-wrap: wrap !important;
        gap: 20px !important;
    }
    .category-nav-item {
        flex: 0 0 calc(33.33% - 15px) !important;
        justify-content: flex-start !important;
        padding-left: 15px !important;
    }
    .category-divider {
        display: none !important;
    }
    .category-nav-bar {
        padding: 20px !important;
        margin-bottom: 40px !important;
    }
    .steps-header h2 {
        font-size: 17px !important;
    }
}

@media (max-width: 767px) {
    .category-nav-item {
        flex: 0 0 calc(50% - 10px) !important;
    }
    .steps-flow-container {
        flex-direction: column !important;
        align-items: center !important;
        gap: 30px !important;
    }
    .step-card {
        width: 100% !important;
        max-width: 250px !important;
    }
    .steps-header {
        margin-bottom: 35px !important;
    }
}

/* ==========================================
   Niffata 3-Column Multi-Carousel Panels
   ========================================== */

.niffata-multi-carousel-section {
    background-color: #000000 !important;
    padding: 15px 0 40px 0 !important;
}

.column-panel-item {
    margin-bottom: 30px !important;
}

.column-panel-card {
    background-color: #0d0d0f !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important;
    padding: 18px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5) !important;
    position: relative !important;
}

.column-panel-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 18px !important;
    padding-right: 60px !important; /* Space for carousel nav buttons */
}

.column-panel-header h3 {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    letter-spacing: 0.5px !important;
    margin: 0 !important;
    font-family: 'Outfit', sans-serif !important;
    text-transform: uppercase !important;
}

.column-panel-header .view-all-link {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #ff0015 !important;
    text-decoration: none !important;
    font-family: 'Outfit', sans-serif !important;
    transition: color 0.2s ease !important;
}

.column-panel-header .view-all-link:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

/* Poster Cards design styling */
.single-movie-poster-card {
    position: relative !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    background-color: #141416 !important;
    transition: transform 0.3s ease !important;
}

.single-movie-poster-card:hover {
    transform: translateY(-2px) !important;
}

.poster-image-wrap {
    position: relative !important;
    aspect-ratio: 2/3 !important;
    overflow: hidden !important;
    width: 100% !important;
    border-radius: 8px !important;
}

.poster-image-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.5s ease !important;
}

.single-movie-poster-card:hover .poster-image-wrap img {
    transform: scale(1.05) !important;
}

/* Rating / Status Badges */
.poster-badge {
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    z-index: 10 !important;
    padding: 3px 6px !important;
    border-radius: 4px !important;
    font-size: 8.5px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4) !important;
}

.rating-badge {
    background-color: #ff0015 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 3px !important;
}

.rating-badge i {
    font-size: 7.5px !important;
    color: #ffffff !important;
}

.episode-badge {
    background-color: #ff0015 !important;
}

/* Poster Details text */
.poster-details {
    padding: 10px 2px 2px 2px !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
}

.poster-title {
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    font-family: 'Outfit', sans-serif !important;
    text-transform: uppercase !important;
}

.poster-subtitle {
    font-size: 9px !important;
    color: #888888 !important;
    font-weight: 600 !important;
    margin-top: 3px !important;
    font-family: 'Outfit', sans-serif !important;
    display: block !important;
}

/* Reels overlay & metrics styling */
.reel-play-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: rgba(0, 0, 0, 0.15) !important;
    transition: background 0.3s ease !important;
    z-index: 5 !important;
}

.single-movie-poster-card:hover .reel-play-overlay {
    background-color: rgba(0, 0, 0, 0.35) !important;
}

.reel-play-circle {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    border: 1.5px solid #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0, 0, 0, 0.4) !important;
    color: #ffffff !important;
    font-size: 10px !important;
    transition: all 0.25s ease !important;
    padding-left: 2px !important; /* Center the play triangle icon */
}

.single-movie-poster-card:hover .reel-play-circle {
    transform: scale(1.1) !important;
    background-color: #ff0015 !important;
    border-color: #ff0015 !important;
}

.reel-metrics-bar {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 8px 10px !important;
    z-index: 10 !important;
    background: linear-gradient(360deg, rgba(0,0,0,0.85) 0%, transparent 100%) !important;
}

.metric-item {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    font-size: 8.5px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
}

.metric-item i {
    font-size: 8px !important;
    color: #ffffff !important;
}

/* Custom Owl Navigation positioning for compact panels */
.column-panel-card .owl-nav {
    position: absolute !important;
    top: 15px !important;
    right: 18px !important;
    display: flex !important;
    gap: 6px !important;
    margin: 0 !important;
}

.column-panel-card .owl-nav button.owl-prev, 
.column-panel-card .owl-nav button.owl-next {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    background: #1f1f23 !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11px !important;
    margin: 0 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    position: static !important; /* Reset default absolute positioning */
    box-shadow: none !important;
    transform: none !important;
}

.column-panel-card .owl-nav button.owl-prev:hover, 
.column-panel-card .owl-nav button.owl-next:hover {
    background-color: #ff0015 !important;
    border-color: #ff0015 !important;
    color: #ffffff !important;
}

.column-panel-card .owl-nav button.owl-prev::before,
.column-panel-card .owl-nav button.owl-prev::after,
.column-panel-card .owl-nav button.owl-next::before,
.column-panel-card .owl-nav button.owl-next::after {
    display: none !important; /* Hide native overlay icons */
}

/* ==========================================
   Niffata Premium Membership Section
   ========================================== */

.niffata-membership-section {
    background-color: #000000 !important;
    padding: 25px 0 15px 0 !important;
}

.membership-promo-card {
    background: linear-gradient(135deg, #b30006 0%, #5a0003 100%) !important;
    border-radius: 12px !important;
    padding: 22px 25px !important;
    min-height: 165px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.promo-text-wrap {
    max-width: 65% !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
}

.promo-text-wrap h2 {
    font-size: 19px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    margin: 0 0 5px 0 !important;
    font-family: 'Outfit', sans-serif !important;
    letter-spacing: 0.5px !important;
}

.promo-text-wrap p {
    font-size: 11px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    font-family: 'Outfit', sans-serif !important;
}

.promo-btn {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 6px 14px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    border: none !important;
    align-self: flex-start !important;
    margin-top: 15px !important;
    text-decoration: none !important;
    font-family: 'Outfit', sans-serif !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
    transition: transform 0.2s, background-color 0.2s !important;
}

.promo-btn:hover {
    transform: translateY(-1px) !important;
    background-color: #111111 !important;
    color: #ffffff !important;
}

.promo-image-wrap {
    position: absolute !important;
    right: 15px !important;
    bottom: -10px !important;
    width: 110px !important;
    height: 110px !important;
    pointer-events: none !important;
}

.promo-image-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/* Membership Features */
.membership-features-card {
    background-color: #0d0d0f !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important;
    padding: 20px 15px !important;
    min-height: 165px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5) !important;
    display: flex !important;
    align-items: center !important;
}

.feature-icon-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}

.feature-icon-circle {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 0, 21, 0.08) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 8px !important;
    transition: all 0.25s ease !important;
}

.feature-icon-box:hover .feature-icon-circle {
    background-color: #ff0015 !important;
    transform: translateY(-2px) !important;
}

.feature-icon-box:hover .feature-icon-circle svg {
    stroke: #ffffff !important;
}

.feature-label {
    font-size: 9.5px !important;
    font-weight: 700 !important;
    color: #999999 !important;
    text-transform: uppercase !important;
    font-family: 'Outfit', sans-serif !important;
    letter-spacing: 0.3px !important;
    line-height: 1.3 !important;
    text-align: center !important;
    display: block !important;
    transition: color 0.2s ease !important;
}

.feature-icon-box:hover .feature-label {
    color: #ffffff !important;
}

/* Accreditations & seals */
.membership-seals-card {
    background-color: #0d0d0f !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important;
    padding: 20px 22px !important;
    min-height: 165px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5) !important;
    text-align: left !important;
}

.membership-seals-card h4 {
    font-size: 10px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 0 16px 0 !important;
    font-family: 'Outfit', sans-serif !important;
    letter-spacing: 0.5px !important;
    line-height: 1.4 !important;
}

.seals-layout-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
}

.seal-item-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.secure-shield-box {
    border-left: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding-left: 14px !important;
}

/* ==========================================
   Niffata Choose, Testimonials & Gallery Rows
   ========================================== */

.niffata-detail-rows-section {
    background-color: #000000 !important;
    padding: 10px 0 35px 0 !important;
}

.detail-row-card {
    background-color: #0d0d0f !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 12px !important;
    padding: 22px 25px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5) !important;
    min-height: 310px !important;
    position: relative !important;
}

.detail-row-card h3 {
    font-size: 14.5px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    margin: 0 0 18px 0 !important;
    font-family: 'Outfit', sans-serif !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

.accent-text {
    color: #ff0015 !important;
}

.why-choose-content {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    height: 100% !important;
}

.checkmark-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    max-width: 60% !important;
    text-align: left !important;
}

.checkmark-list li {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #cccccc !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-family: 'Outfit', sans-serif !important;
}

.checkmark-list li i {
    color: #ff0015 !important;
    font-size: 13px !important;
}

.chair-graphic-wrap {
    width: 120px !important;
    height: 180px !important;
    pointer-events: none !important;
    margin-top: -15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.chair-graphic-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.detail-card-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 20px !important;
}

.detail-card-header h3 {
    margin: 0 !important;
}

.header-action-link {
    font-size: 10px !important;
    font-weight: 800 !important;
    color: #ff0015 !important;
    text-decoration: none !important;
    font-family: 'Outfit', sans-serif !important;
    transition: color 0.2s ease !important;
}

.header-action-link:hover {
    color: #ffffff !important;
}

/* Testimonials list */
.testimonials-list-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.single-testimonial-item {
    display: flex !important;
    gap: 12px !important;
    align-items: flex-start !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
    padding-bottom: 12px !important;
}

.single-testimonial-item:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}

.testimonial-avatar {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    border: 1.5px solid #ff0015 !important;
    flex-shrink: 0 !important;
}

.testimonial-avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.testimonial-body {
    display: flex !important;
    flex-direction: column !important;
    text-align: left !important;
}

.rating-stars-row {
    display: flex !important;
    gap: 2px !important;
    margin-bottom: 4px !important;
}

.rating-stars-row i {
    font-size: 9px !important;
}

.testimonial-body p {
    font-size: 10.5px !important;
    font-weight: 600 !important;
    color: #dddddd !important;
    line-height: 1.4 !important;
    margin: 0 0 4px 0 !important;
    font-family: 'Outfit', sans-serif !important;
}

.author-name {
    font-size: 9.5px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
}

.author-desc {
    font-size: 8.5px !important;
    font-weight: 600 !important;
    color: #888888 !important;
    font-family: 'Outfit', sans-serif !important;
    margin-top: 1px !important;
}

/* Gallery Grid */
.gallery-grid-layout {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
}

.gallery-thumb-item {
    aspect-ratio: 1.25/1 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    transition: all 0.25s ease !important;
    cursor: pointer !important;
}

.gallery-thumb-item:hover {
    transform: scale(1.04) !important;
    border-color: #ff0015 !important;
}

.gallery-thumb-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* ==========================================
   Niffata Premium Main Footer Block
   ========================================== */

.niffata-footer-main {
    background-color: #070708 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    padding: 50px 0 25px 0 !important;
    text-align: left !important;
}

.footer-col-item {
    margin-bottom: 30px !important;
}

.footer-logo-block .custom-niffata-logo {
    margin-bottom: 20px !important;
    display: inline-block !important;
}

.footer-about-text {
    font-size: 11.5px !important;
    color: #888888 !important;
    line-height: 1.6 !important;
    margin: 0 0 20px 0 !important;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 500 !important;
    text-align: left !important;
}

.footer-social-links {
    display: flex !important;
    gap: 10px !important;
}

.social-btn {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 12px !important;
    transition: transform 0.2s, background-color 0.2s !important;
}

.facebook-btn {
    background-color: #3b5998 !important;
}

.instagram-btn {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}

.twitter-btn {
    background-color: #000000 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.youtube-btn {
    background-color: #ff0000 !important;
}

.linkedin-btn {
    background-color: #0077b5 !important;
}

.social-btn:hover {
    transform: translateY(-2px) !important;
}

.footer-links-block h4, 
.footer-contact-block h4 {
    font-size: 13px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    letter-spacing: 0.5px !important;
    margin: 0 0 20px 0 !important;
    font-family: 'Outfit', sans-serif !important;
    text-transform: uppercase !important;
}

.footer-links-block ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.footer-links-block ul li a {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #888888 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
    font-family: 'Outfit', sans-serif !important;
    display: inline-block !important;
}

.footer-links-block ul li a:hover {
    color: #ff0015 !important;
}

.contact-details-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
}

.contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.contact-item i {
    color: #ff0015 !important;
    font-size: 13px !important;
    width: 14px !important;
    text-align: center !important;
}

.contact-item span {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #888888 !important;
    font-family: 'Outfit', sans-serif !important;
    line-height: 1.5 !important;
    text-align: left !important;
    display: block !important;
}

.footer-copyright-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.03) !important;
    margin-top: 40px !important;
    padding-top: 20px !important;
    text-align: center !important;
}

.footer-copyright-bottom p {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #555555 !important;
    margin: 0 !important;
    font-family: 'Outfit', sans-serif !important;
}

/* Scroll Top Area */
.scroll-top {
    position: fixed !important;
    bottom: 25px !important;
    right: 25px !important;
    z-index: 1000 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background-color: #ff0015 !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(255, 0, 21, 0.4) !important;
    transition: transform 0.2s, background-color 0.2s !important;
}

.scroll-top:hover {
    background-color: #ffffff !important;
    color: #ff0015 !important;
    transform: scale(1.05) !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .membership-promo-card,
    .membership-features-card,
    .membership-seals-card,
    .detail-row-card {
        min-height: auto !important;
    }
    .chair-graphic-wrap {
        height: 150px !important;
    }
    .promo-image-wrap {
        width: 90px !important;
        height: 90px !important;
    }
}

/* ==========================================
   Mobile Bottom Navigation Bar
   ========================================== */

.mobile-bottom-nav {
    display: none !important;
}

@media (max-width: 767px) {
    .mobile-bottom-nav {
        display: block !important;
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        background-color: #070708 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
        z-index: 9999 !important;
        box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.6) !important;
        padding: 5px 0 !important;
    }
    
    .bottom-nav-container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-around !important;
        width: 100% !important;
        position: relative !important;
    }
    
    .mobile-bottom-nav .nav-item {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        color: #888888 !important;
        text-decoration: none !important;
        font-family: 'Outfit', sans-serif !important;
        font-weight: 700 !important;
        font-size: 9px !important;
        gap: 3px !important;
        flex: 1 !important;
        transition: color 0.2s ease !important;
    }
    
    .mobile-bottom-nav .nav-item i {
        font-size: 16px !important;
    }
    
    .mobile-bottom-nav .nav-item.active {
        color: #ff0015 !important;
    }
    
    /* Center Plus Button */
    .center-plus-nav {
        position: relative !important;
        height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .plus-circle {
        width: 48px !important;
        height: 48px !important;
        border-radius: 50% !important;
        background-color: #ff0015 !important;
        border: 4px solid #070708 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: absolute !important;
        top: -24px !important; /* Protrude slightly upwards! */
        box-shadow: 0 4px 10px rgba(255, 0, 21, 0.4) !important;
        transition: transform 0.2s ease !important;
    }
    
    .plus-circle i {
        color: #ffffff !important;
        font-size: 18px !important;
    }
    
    .plus-circle:active {
        transform: scale(0.95) !important;
    }
    
    /* Offset body padding to not hide content behind fixed bottom nav */
    body {
        padding-bottom: 58px !important;
    }
    
    /* Hide scroll-to-top on mobile since bottom nav takes space */
    .scroll-top {
        display: none !important;
    }
}

/* ==========================================
   Mobile Category Pills Section
   ========================================== */

.top-categories-pills-section {
    background-color: #000000 !important;
    padding: 15px 0 5px 0 !important;
}

.categories-pills-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px 12px !important;
    margin-top: 15px !important;
    padding: 0 15px !important;
}

.category-pill {
    background-color: #0d0d0f !important;
    border: 1.5px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 20px !important;
    padding: 6px 16px !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-family: 'Outfit', sans-serif !important;
    transition: all 0.2s ease !important;
}

.category-pill.active, 
.category-pill:hover {
    background-color: #ff0015 !important;
    border-color: #ff0015 !important;
    color: #ffffff !important;
}

/* ==========================================
   Mobile Latest Movies List Section
   ========================================== */

.mobile-latest-movies-list-section {
    background-color: #000000 !important;
    padding: 15px 0 25px 0 !important;
}

.mobile-latest-movies-list-section .vfx-item-section {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 12px !important;
    padding: 0 15px !important;
}

.mobile-latest-movies-list-section .vfx-item-section h3 {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 !important;
    font-family: 'Outfit', sans-serif !important;
    text-transform: uppercase !important;
}

.mobile-latest-movies-list-section .view-all-link {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #ff0015 !important;
    text-decoration: none !important;
    font-family: 'Outfit', sans-serif !important;
}

.mobile-list-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    padding: 0 15px !important;
}

.mobile-list-item {
    background-color: #0d0d0f !important;
    border: 1px solid rgba(255, 255, 255, 0.04) !important;
    border-radius: 10px !important;
    padding: 8px !important;
    overflow: hidden !important;
}

.mobile-list-item .item-link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-decoration: none !important;
    width: 100% !important;
}

.list-thumb-wrap {
    width: 60px !important;
    height: 80px !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

.list-thumb-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.list-details-wrap {
    flex-grow: 1 !important;
    padding: 0 15px !important;
    text-align: left !important;
    overflow: hidden !important;
}

.item-title {
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif !important;
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-transform: uppercase !important;
}

.item-metadata {
    font-size: 9px !important;
    font-weight: 700 !important;
    color: #ff0015 !important;
    font-family: 'Outfit', sans-serif !important;
    display: block !important;
    margin-top: 2px !important;
}

.item-desc {
    font-size: 9px !important;
    color: #888888 !important;
    margin: 4px 0 0 0 !important;
    line-height: 1.3 !important;
    font-family: 'Outfit', sans-serif !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.list-action-wrap {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.play-btn-circle {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    background-color: #ff0015 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 9px !important;
    padding-left: 1.5px !important;
}

/* ==========================================
   Mobile Adaptive Components Fixes
   ========================================== */

@media (max-width: 767px) {
    /* 2-column grid layout for Steps on Mobile */
    .steps-flow-container {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        gap: 20px 10px !important;
        padding: 0 15px !important;
    }
    
    .step-card {
        width: calc(50% - 10px) !important;
        max-width: none !important;
        margin-bottom: 0 !important;
    }
    
    .step-connector {
        display: none !important;
    }

    .category-flex-container {
        display: contents !important;
    }
    
    /* 3-column Category nav bar grid on Mobile */
    .category-nav-bar {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 10px !important;
        padding: 12px !important;
        background: #0d0d0f !important;
        border: 1px solid rgba(255, 255, 255, 0.05) !important;
        border-radius: 10px !important;
        margin: 0 15px 25px 15px !important;
    }
    
    .category-nav-item {
        flex: none !important;
        background: rgba(255, 255, 255, 0.02) !important;
        border: 1px solid rgba(255, 255, 255, 0.04) !important;
        border-radius: 8px !important;
        padding: 10px 5px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }
    
    .category-icon-wrap {
        margin-bottom: 6px !important;
    }
    
    .category-info {
        text-align: center !important;
    }
    
    .category-title {
        font-size: 10.5px !important;
        font-weight: 800 !important;
        color: #ffffff !important;
    }
    
    .category-subtitle {
        font-size: 8px !important;
        color: #ff0015 !important;
    }
    
    .category-divider {
        display: none !important;
    }

    /* Stats Grid on Mobile */
    .stats-flex-container {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px 12px !important;
        padding: 5px 0 !important;
        width: 100% !important;
    }
    
    .stats-box-wrapper {
        padding: 18px 15px !important;
        margin: 0 15px !important;
        background: #0d0d0f !important;
        border: 1px solid rgba(255, 255, 255, 0.05) !important;
        border-radius: 12px !important;
    }
    
    .stat-item {
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        justify-content: flex-start !important;
    }
    
    .stat-info {
        text-align: left !important;
    }
    
    .stat-number {
        font-size: 16px !important;
        display: block !important;
    }
    
    .stat-label {
        font-size: 10px !important;
        display: block !important;
    }
}

/* ==========================================
   Mobile Header Layout & Elements Alignment
   ========================================== */

@media (max-width: 767px) {
    .header-section {
        background-color: #070708 !important;
        padding: 6px 0 !important;
    }
    
    .mod-menu .row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 5px 12px !important;
    }
    
    /* Make col-2 contain logo and expand naturally */
    .mod-menu .row > .col-2 {
        flex: 1 1 auto !important;
        max-width: none !important;
        width: auto !important;
        padding: 0 !important;
    }
    
    /* Move right sub-items (search) next to menu toggle */
    .mod-menu .row > .col-3 {
        flex: 0 0 auto !important;
        max-width: none !important;
        width: auto !important;
        padding: 0 !important;
        order: 1 !important;
    }
    
    /* Move main navigation toggle to the far right */
    .mod-menu .row > .col-7 {
        flex: 0 0 auto !important;
        max-width: none !important;
        width: auto !important;
        padding: 0 !important;
        order: 2 !important;
    }
    
    /* Reset right side panel layout for mobile inline align */
    .right-sub-item-area {
        position: static !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
        float: none !important;
    }
    
    /* Hide non-essential header blocks in mobile view */
    .notification-item-block,
    .signup-btn-item,
    .apply-card-block,
    .user-menu {
        display: none !important;
    }
    
    /* Align Search Icon */
    .search-item-block {
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
    }
    
    .search-item-block a {
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        color: #ffffff !important;
        font-size: 19px !important;
        box-shadow: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 32px !important;
        height: 32px !important;
    }
    
    /* Hamburger Menu Toggle Icon - Reset absolute positioning to layout inline */
    .navbar-toggle {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        border: none !important;
        color: #ffffff !important;
        font-size: 21px !important;
        margin-left: 10px !important;
        width: 32px !important;
        height: 32px !important;
        box-shadow: none !important;
        float: none !important;
    }
    
    .main-nav {
        position: static !important;
        float: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }

    .top-nav {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        display: flex !important;
        align-items: center !important;
        position: static !important;
        float: none !important;
    }
    
    .top-nav li.menu-icon {
        display: block !important;
        position: static !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    /* Custom Logo mobile responsiveness */
    .custom-niffata-logo {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    .custom-niffata-logo .logo-text {
        font-size: 18px !important;
    }
    
    .custom-niffata-logo .logo-svg {
        width: 20px !important;
        height: 20px !important;
        margin-left: 4px !important;
    }
    
    .custom-niffata-logo .logo-subtitle {
        font-size: 6.5px !important;
        margin-top: 1px !important;
        text-align: left !important;
    }
    
    /* Cascading spacer overrides at the very end of the media query */
    .niffata-stats-section {
        padding: 5px 0 0px 0 !important;
    }
    .stats-box-wrapper {
        margin-bottom: 0px !important;
    }
    .niffata-categories-steps-section {
        padding-top: 0px !important;
    }
    .category-nav-bar {
        margin-top: 0px !important;
    }
    .slider-area {
        margin-top: 65px !important;
        margin-bottom: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .slider-area .container-fluid {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .splide {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .splide-slide-img {
        object-position: center top !important;
    }
}

/* ==========================================
   Apply for Artist Card Form Section
   ========================================== */

.apply-card-page-wrapper {
    background-color: #000000 !important;
    padding: 100px 0 50px 0 !important;
    min-height: 100vh !important;
}

@media (max-width: 767px) {
    .apply-card-page-wrapper {
        padding: 85px 0 60px 0 !important;
    }
}

.apply-card-form-container {
    background-color: #070708 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    border-radius: 16px !important;
    padding: 30px 25px !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7) !important;
    text-align: left !important;
}

@media (max-width: 767px) {
    .apply-card-form-container {
        padding: 20px 15px !important;
        border: none !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }
}

.apply-form-header {
    text-align: left !important;
    margin-bottom: 25px !important;
}

.apply-form-header h2 {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin-bottom: 6px !important;
    font-family: 'Outfit', sans-serif !important;
}

.apply-form-header p {
    font-size: 11px !important;
    color: #888888 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

.form-section-title {
    font-size: 13px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 20px 0 15px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-family: 'Outfit', sans-serif !important;
}

.form-group-outline {
    position: relative !important;
    margin-bottom: 12px !important;
    width: 100% !important;
}

.form-group-outline input {
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    padding: 12px 15px 12px 42px !important;
    color: #ffffff !important;
    font-size: 12.5px !important;
    font-family: 'Outfit', sans-serif !important;
    transition: all 0.25s ease !important;
    outline: none !important;
}

.form-group-outline input:focus {
    border-color: #ff0015 !important;
    background-color: rgba(255, 255, 255, 0.04) !important;
}

.form-group-outline .input-icon {
    position: absolute !important;
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #888888 !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
}

/* Select Dropdown Styling */
.form-group-outline select.select-field {
    width: 100% !important;
    background-color: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    padding: 12px 15px !important;
    color: #888888 !important;
    font-size: 12.5px !important;
    font-family: 'Outfit', sans-serif !important;
    outline: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23888888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m3 4 3 3 3-3'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
    transition: all 0.25s ease !important;
}

.form-group-outline select.select-field:focus {
    border-color: #ff0015 !important;
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.04) !important;
}

/* Upload Cards */
.upload-grid-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
}

.upload-card-item {
    width: 100% !important;
}

.upload-card-label {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: rgba(255, 255, 255, 0.01) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 10px !important;
    padding: 15px 5px !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    text-align: center !important;
    margin: 0 !important;
    height: 100% !important;
}

.upload-card-label:hover {
    border-color: #ff0015 !important;
    background-color: rgba(255, 0, 21, 0.02) !important;
}

.upload-red-badge {
    width: 32px !important;
    height: 32px !important;
    border-radius: 6px !important;
    background-color: rgba(255, 0, 21, 0.05) !important;
    border: 1px solid rgba(255, 0, 21, 0.15) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ff0015 !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
    transition: all 0.25s ease !important;
}

.upload-card-label:hover .upload-red-badge {
    background-color: #ff0015 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 10px rgba(255, 0, 21, 0.3) !important;
}

.upload-card-title {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    display: block !important;
    font-family: 'Outfit', sans-serif !important;
    margin-bottom: 2px !important;
}

.upload-card-sub {
    font-size: 8.5px !important;
    color: #888888 !important;
    display: block !important;
    font-family: 'Outfit', sans-serif !important;
}

/* Checkbox Terms Container */
.form-terms-checkbox {
    margin: 20px 0 25px 0 !important;
    text-align: left !important;
}

.checkbox-container {
    display: block !important;
    position: relative !important;
    padding-left: 28px !important;
    cursor: pointer !important;
    font-size: 11.5px !important;
    color: #888888 !important;
    user-select: none !important;
    margin: 0 !important;
    font-family: 'Outfit', sans-serif !important;
}

.checkbox-container input {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
    height: 0 !important;
    width: 0 !important;
}

.checkmark {
    position: absolute !important;
    top: 1px !important;
    left: 0 !important;
    height: 18px !important;
    width: 18px !important;
    background-color: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 4px !important;
    transition: all 0.25s ease !important;
}

.checkbox-container:hover input ~ .checkmark {
    border-color: #ff0015 !important;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #ff0015 !important;
    border-color: #ff0015 !important;
}

.checkmark:after {
    content: "" !important;
    position: absolute !important;
    display: none !important;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block !important;
}

.checkbox-container .checkmark:after {
    left: 6px !important;
    top: 2px !important;
    width: 5px !important;
    height: 10px !important;
    border: solid white !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
}

.terms-text a {
    color: #ff0015 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.terms-text a:hover {
    text-decoration: underline !important;
}

/* Submit Button */
.btn-submit-continue {
    width: 100% !important;
    background-color: #ff0015 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    padding: 14px 20px !important;
    border: none !important;
    border-radius: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-family: 'Outfit', sans-serif !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 6px 15px rgba(255, 0, 21, 0.2) !important;
}

.btn-submit-continue:hover {
    background-color: #d60012 !important;
    box-shadow: 0 8px 20px rgba(255, 0, 21, 0.3) !important;
}

/* ==========================================
   NiceSelect Dropdown Premium Theme Styling
   ========================================== */

select.select-field {
    display: none !important;
}

.nice-select {
    position: relative !important;
    background-color: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    height: auto !important;
    padding: 12px 15px !important;
    color: #ffffff !important;
    font-size: 12.5px !important;
    font-family: 'Outfit', sans-serif !important;
    line-height: normal !important;
    width: 100% !important;
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-shadow: none !important;
    margin-bottom: 12px !important;
}

.nice-select:after {
    border-bottom: 2px solid #888888 !important;
    border-right: 2px solid #888888 !important;
    content: '' !important;
    display: block !important;
    height: 6px !important;
    margin-top: -3px !important;
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    width: 6px !important;
}

.nice-select.open {
    border-color: #ff0015 !important;
    color: #ffffff !important;
}

.nice-select.open:after {
    border-bottom: 2px solid #ffffff !important;
    border-right: 2px solid #ffffff !important;
}

.nice-select .current {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.nice-select .list {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    background-color: #0d0d0f !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.9) !important;
    margin-top: 5px !important;
    width: 100% !important;
    z-index: 999 !important;
    padding: 5px 0 !important;
}

.nice-select.open .list {
    display: block !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.nice-select .option {
    padding: 10px 15px !important;
    font-size: 12.5px !important;
    color: #888888 !important;
    background: transparent !important;
    transition: all 0.2s ease !important;
    text-align: left !important;
    line-height: normal !important;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
    background-color: rgba(255, 0, 21, 0.1) !important;
    color: #ffffff !important;
}

.nice-select .option.selected {
    color: #ff0015 !important;
    font-weight: 700 !important;
}

/* ==========================================
   Application Success Modal
   ========================================== */

.success-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(6px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.success-modal-card {
    background: linear-gradient(145deg, #0d0d0f, #111113);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 20px;
    padding: 48px 36px;
    max-width: 420px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9);
    animation: successCardIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes successCardIn {
    from {
        opacity: 0;
        transform: scale(0.85) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0px);
    }
}

.success-icon-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff0015, #990010);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px auto;
    box-shadow: 0 8px 24px rgba(255, 0, 21, 0.35);
    animation: successIconPop 0.5s 0.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes successIconPop {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.success-icon-circle i {
    font-size: 28px;
    color: #ffffff;
}

.success-modal-card h3 {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 14px;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.5px;
}

.success-modal-card p {
    font-size: 13px;
    color: #888888;
    line-height: 1.7;
    margin-bottom: 30px;
    font-family: 'Outfit', sans-serif;
}

.btn-success-close {
    display: inline-block;
    background-color: #ff0015;
    color: #ffffff;
    font-size: 12.5px;
    font-weight: 800;
    padding: 13px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(255, 0, 21, 0.25);
}

.btn-success-close:hover {
    background-color: #d60012;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(255, 0, 21, 0.35);
    text-decoration: none;
}











