html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}
.login-label {
    color: #EAEAEA;
    font-weight: 600;
    margin-bottom: 10px;
}
.referral-journey {
    width: 90%;
    margin: 40px auto;
    padding: 40px;
    border-radius: 24px;
    background: linear-gradient(135deg,#111,#1a1a1a);
    border: 1px solid rgba(212,175,55,.20);
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.journey-badge {
    background: #E50914;
    color: #fff;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
}

.section-header h2 {
    color: #D4AF37;
    margin-top: 20px;
}

.section-header p {
    color: #d6d6d6;
}

.journey-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.journey-step {
    width: 180px;
    min-height: 180px;
    background: #161616;
    border: 1px solid rgba(212,175,55,.15);
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    transition: .3s;
}

    .journey-step:hover {
        transform: translateY(-5px);
    }

.step-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.journey-step h4 {
    color: #D4AF37;
}

.journey-step p {
    color: #ccc;
    font-size: 14px;
}

.journey-arrow {
    color: #FFD700;
    font-size: 28px;
    font-weight: bold;
}

.reward-step {
    background: linear-gradient( 135deg, rgba(212,175,55,.15), rgba(255,215,0,.08) );
}
/* ==========================================
   PREMIUM ACTIVE MENU
========================================== */

/* Active menu */

.custom-navbar .nav-link.active {
    color: #FFD700 !important;
    font-weight: 700;
    background: rgba(212,175,55,.12);
    border-radius: 8px;
    position: relative;
}

    .custom-navbar .nav-link.active i {
        color: #FFD700 !important;
    }

    .custom-navbar .nav-link.active::after {
        content: '';
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: -6px;
        height: 3px;
        border-radius: 20px;
        background: #FFD700;
    }

/* ===============================
   Premium Active Navigation
================================= */

.navbar .nav-link {
    position: relative;
    color: #e8e8e8;
    font-weight: 600;
    padding: 10px 16px;
    transition: all .30s ease;
}

    .navbar .nav-link:hover {
        color: #FFD700 !important;
    }

    /* Active page */

    .navbar .nav-link.active {
        color: #FFD700 !important;
        background: rgba(212,175,55,.12);
        border: 1px solid rgba(212,175,55,.25);
        border-radius: 12px;
        box-shadow: 0 4px 18px rgba(212,175,55,.20);
    }

        .navbar .nav-link.active i {
            color: #FFD700 !important;
        }

        .navbar .nav-link.active::after {
            content: "";
            position: absolute;
            left: 12px;
            right: 12px;
            bottom: -6px;
            height: 3px;
            border-radius: 20px;
            background: linear-gradient( 90deg, #FFD700, #D4AF37, #FFD700 );
        }
/* =========================================
   TRENDING SECTION
========================================= */

.premium-trending-section {
    overflow: hidden;
}

.trending-subtitle {
    color: #999;
}

.trending-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 5px 0 0px;
}


/* =========================================
   TRACK
========================================= */

.trending-track {
    display: flex;
    gap: 18px;
    width: max-content;
    animation: trendingScroll 40s linear infinite;
}

.trending-carousel-wrapper:hover
.trending-track {
    animation-play-state: paused;
}


/* =========================================
   CARD
========================================= */

.trending-card {
    position: relative;
    width: 270px;
    height: 160px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 15px;
    background: #111;
    cursor: pointer;
    border: 1px solid rgba(212,175,55,.18);
    box-shadow: 0 8px 25px rgba(0,0,0,.35);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

    .trending-card:hover {
        transform: translateY(-5px) scale(1.02);
        border-color: rgba(212,175,55,.7);
        box-shadow: 0 14px 35px rgba(0,0,0,.55);
    }


    /* =========================================
   IMAGE
========================================= */

    .trending-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .4s ease;
    }

    .trending-card:hover img {
        transform: scale(1.07);
    }


/* =========================================
   OVERLAY
========================================= */

.trending-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
    background: linear-gradient( to top, rgba(0,0,0,.95), rgba(0,0,0,.35), transparent );
}


/* =========================================
   TITLE
========================================= */

.trending-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.trending-card-subtitle {
    color: #ccc;
    font-size: 12px;
    margin-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* =========================================
   BADGE
========================================= */

.trending-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    padding: 4px 9px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 800;
    color: #111;
    background: linear-gradient( 90deg, #D4AF37, #F4D03F );
}


/* =========================================
   PLAY BUTTON
========================================= */

.trending-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(212,175,55,.92);
    color: #111;
    font-size: 24px;
    opacity: .9;
    transition: transform .25s ease;
}

.trending-card:hover
.trending-play {
    transform: translate(-50%, -50%) scale(1.12);
}


/* =========================================
   ANIMATION
========================================= */

@keyframes trendingScroll {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


/* =========================================
   LOADING
========================================= */

.trending-loading {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #999;
}


/* =========================================
   LOGIN MODAL
========================================= */

.login-required-modal {
    border-radius: 18px;
    border: 1px solid rgba(212,175,55,.35);
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.45);
}

.login-required-icon {
    font-size: 42px;
}

.login-required-modal h4 {
    color: #D4AF37;
}
@media (max-width: 768px) {

    .trending-carousel-wrapper {
        overflow: hidden;
        overflow-y: hidden;
        width: 100%;
        padding-bottom: 10px;
    }

    .trending-track {
        animation: trendingMarquee 32s linear infinite;
        gap: 12px;
        padding-right: 15px;
        width: max-content;
        will-change: transform;
    }

    .trending-card {
        width: 230px;
        height: 140px;
        flex: 0 0 230px;
    }

    .trending-play {
        width: 40px;
        height: 40px;
        font-size: 21px;
    }

    .trending-title {
        font-size: 14px;
    }

    .trending-card-subtitle {
        font-size: 11px;
    }
}

/* =====================================================
   PREMIUM TRENDING CAROUSEL
   ===================================================== */

.trending-carousel-wrapper {
      position: relative;
    width: 100%;
    overflow: hidden;
    padding: 5px 0 0px;
    
}

.trending-track {
    display: flex;
    gap: 18px;
    width: max-content;
    animation: trendingMarquee 35s linear infinite;
    will-change: transform;
}

    .trending-track:hover {
        animation-play-state: paused;
    }


/* =====================================================
   TRENDING CARD
   ===================================================== */

.trending-card {
    position: relative;
    width: 280px;
    height: 250px;
    flex: 0 0 280px;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient( 145deg, #1b1b1b, #090909 );
    border: 1px solid rgba(212, 175, 55, 0.18);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    cursor: pointer;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}


    /* =====================================================
   IMAGE
   ===================================================== */

    .trending-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .6s ease, filter .4s ease;
    }


    /* =====================================================
   IMAGE DARK GRADIENT
   ===================================================== */

    .trending-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( to bottom, rgba(0,0,0,0.05) 25%, rgba(0,0,0,0.15) 40%, rgba(0,0,0,0.88) 100% );
        pointer-events: none;
    }


    /* =====================================================
   HOVER
   ===================================================== */

    .trending-card:hover {
        transform: translateY(-8px) scale(1.025);
        border-color: rgba(212,175,55,.65);
        box-shadow: 0 20px 45px rgba(0,0,0,.65), 0 0 25px rgba(212,175,55,.10);
    }

        .trending-card:hover img {
            transform: scale(1.08);
            filter: brightness(.78) saturate(1.08);
        }


/* =====================================================
   TRENDING BADGE
   ===================================================== */

.trending-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 5;
    padding: 6px 12px;
    border-radius: 50px;
    background: linear-gradient( 135deg, #f7e08a, #d4af37 );
    color: #111;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .8px;
    box-shadow: 0 5px 15px rgba(0,0,0,.35);
}


/* =====================================================
   PLAY BUTTON
   ===================================================== */

.trending-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.85);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    background: rgba(0,0,0,.65);
    border: 1px solid rgba(255,255,255,.35);
    backdrop-filter: blur(8px);
    color: #FFD700;
    font-size: 28px;
    opacity: .9;
    transition: transform .35s ease, background .35s ease, box-shadow .35s ease;
}


.trending-card:hover .trending-play {
    transform: translate(-50%, -50%) scale(1);
    background: linear-gradient( 135deg, #f7e08a, #d4af37 );
    color: #111;
    box-shadow: 0 0 25px rgba(212,175,55,.45);
}


/* =====================================================
   CONTENT OVERLAY
   ===================================================== */

.trending-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    padding: 22px 18px 18px;
    background: linear-gradient( to top, rgba(0,0,0,.96), rgba(0,0,0,.65), transparent );
}


/* =====================================================
   TITLE
   ===================================================== */

.trending-title {
    margin: 0 0 7px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* =====================================================
   SUBTITLE
   ===================================================== */

.trending-card-subtitle {
    color: rgba(255,255,255,.68);
    font-size: .78rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* =====================================================
   MARQUEE
   ===================================================== */

@keyframes trendingMarquee {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {

    .trending-carousel-wrapper {
        padding-top: 5px;
        padding-bottom: 12px;
    }

    .trending-track {
        gap: 12px;
        animation-duration: 32s;
    }

    .trending-card {
        width: calc(100vw - 70px);
        max-width: 300px;
        height: 200px !important;
        flex: 0 0 calc(100vw - 70px);
        border-radius: 20px;
    }

    .trending-badge {
        top: 12px;
        left: 12px;
        padding: 5px 10px;
        font-size: .62rem;
    }

    .trending-play {
        width: 52px;
        height: 52px;
        font-size: 25px;
    }

    .trending-overlay {
        padding: 20px 15px 15px;
    }

    .trending-title {
        font-size: .92rem;
    }

    .trending-card-subtitle {
        font-size: .74rem;
    }

    /* CONTENT */
    .hero-content {
        text-align: center;
        display: revert !important;
    }
    .hero-description {
        text-align: center;
padding:0px !important;

    }
    .hero-content-wrapper {
        padding: 5px 30px 30px 30px !important;
    }
}
.hero-content {
    display:flex;
}
/*Preview feature chnage*/

.brand-with-preview {
    display: inline-flex;
    align-items: flex-start;
    gap: 7px;
}

.preview-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 7px;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .6px;
    color: #111;
    background: linear-gradient( 135deg, #F7E08A, #D4AF37 );
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(212,175,55,.25);
    cursor: help;
    white-space: nowrap;
}
@media (max-width: 576px) {

    .brand-with-preview {
        gap: 4px;
    }

    .preview-badge {
        font-size: 7px;
        padding: 3px 5px;
        letter-spacing: .4px;
    }
}

/*Feedback*/

.feedback-card {
    max-width: 720px;
    margin: 40px auto;
  /*  padding: 35px;*/
}

.feedback-icon {
    font-size: 42px;
    margin-bottom: 10px;
}

.feedback-question {
    margin-bottom: 30px;
}

.feedback-label {
    display: block;
    color: #EAEAEA;
    font-weight: 700;
    margin-bottom: 14px;
}

.feedback-options {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    width: 100%;
}

    .feedback-options label {
        cursor: pointer;
        padding: 10px 12px;
        border: 1px solid rgba(212,175,55,.25);
        border-radius: 12px;
        color: #ddd;
        background: rgba(255,255,255,.03);
        transition: .2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

        .feedback-options label:hover {
            border-color: #D4AF37;
            background: rgba(212,175,55,.08);
        }

    .feedback-options input {
        margin-right: 6px;
    }

.feedback-input {
    background: rgba(255,255,255,.04) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    color: #fff !important;
    border-radius: 14px;
}

    .feedback-input:focus {
        border-color: #D4AF37 !important;
        box-shadow: 0 0 12px rgba(212,175,55,.15) !important;
    }

    .feedback-input::placeholder {
        color: #888;
    }

select.feedback-input option {
    background: #111;
    color: #fff;
}

@media (max-width: 768px) {

    .feedback-options {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {

    .feedback-options {
        grid-template-columns: 1fr;
    }

        .feedback-options label {
            justify-content: flex-start;
        }
}

.floating-feedback {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1050;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #D4AF37;
    color: #111 !important;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 5px 20px rgba(0,0,0,.45);
    transition: width .25s ease, transform .25s ease, background .25s ease;
}

    .floating-feedback i {
        font-size: 20px;
    }

    .floating-feedback span {
        display: none;
    }

    .floating-feedback:hover {
        width: 125px;
        transform: translateY(-3px);
        background: #e3c04c;
    }

        .floating-feedback:hover span {
            display: inline;
        }
.mobile-user-greeting {
    padding: 12px 10px;
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-left: 3px solid #D4AF37;
    border-radius: 10px;
}

.mobile-user-icon {
    font-size: 22px;
}

.mobile-greeting-label {
    color: #aaaaaa;
    font-size: 12px;
}

.mobile-greeting-name {
    color: #D4AF37;
    font-size: 16px;
    font-weight: 600;
    margin-top: 1px;
    word-break: break-word;
}


/* ===================================
   PREVIEW MODE BANNER
=================================== */

.preview-banner {
    width: 100%;
    background: #111;
    border-top: 1px solid rgba(212,175,55,.20);
    border-bottom: 1px solid rgba(212,175,55,.20);
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 48px;
    position: relative;
    z-index: 999;
}

.live-badge {
    background: #E50914;
    color: #fff;
    font-weight: 700;
    padding: 8px 15px;
    margin-left: 15px;
    border-radius: 30px;
    white-space: nowrap;
    animation: pulseLive 1.5s infinite;
    z-index: 2;
}

/* .banner-scroll {
    white-space: nowrap;
    padding-left: 40px;
    color: #D4AF37;
    font-weight: 600;
    animation: scrollText 50s linear infinite;
} */
.announcement-banner {
    width: 100%;
    overflow: hidden;
    background: rgba(17, 17, 17, 0.95);
    border-top: 1px solid rgba(212, 175, 55, 0.25);
    border-bottom: 1px solid rgba(212, 175, 55, 0.25);
    padding: 10px 0;
    position: relative;
}

.banner-track {
    display: flex;
    width: max-content;
    white-space: nowrap;
    animation: bannerMarquee 40s linear infinite;
}

.banner-item {
    flex-shrink: 0;
    display: inline-block;
    padding-right: 80px; /* spacing between repeated banners */
    color: #D4AF37;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.4;
}

    .banner-item a {
        color: #fff3b0;
        text-decoration: underline;
        font-weight: 700;
    }

        .banner-item a:hover {
            color: #ffffff;
        }

@keyframes bannerMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scrollText {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes pulseLive {
    0% {
        box-shadow: 0 0 0 0 rgba(229,9,20,.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(229,9,20,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(229,9,20,0);
    }
}

@media (max-width:768px) {

    .preview-banner {
        height: 42px;
    }

    .live-badge {
        font-size: 11px;
        padding: 6px 10px;
    }

    .banner-scroll {
        font-size: 12px;
    }
}