body {
    margin: 0px;
    font-family: 'Albert Sans', 'Segoe UI', sans-serif;
    background-color: #F3F4F6;
}

a {
    text-decoration: none;
    color: inherit;
}

.account-dropdown {
    position: relative;
    display: inline-block;
}

.account-toggle {
    cursor: pointer;
    user-select: none;
}

.account-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    min-width: 180px;
    z-index: 9999;
    overflow: hidden;
}

.account-menu a {
    display: block;
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s;
}

.account-menu a:hover {
    background: #f8f9fa;
}


.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 12px;
}

.maxh400 {
    max-height: 400px !important;
}

.maxh500 {
    max-height: 500px !important;
}

.lightbox:target {
    display: flex;
}

.lightbox .close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    font-size: 40px;
    text-decoration: none;
    z-index: 10000;
}

.lightbox .close:hover {
    color: #ff4d4d;
}

.btn-stroke {
    background-color: transparent !important;
    border: 1px solid #fff !important;
}

.bg-overlay {
    background: rgba(10, 10, 10, 0.541) !important;
}

#backToTopBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #000;
    color: white;
    cursor: pointer;
    padding: 12px 16px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(34, 34, 34, 0.3);
    transition: background-color 0.3s;
}

#backToTopBtn:hover {
    background-color: transparent;
    color: #4d4d4d;
    border: 1px solid #4d4d4d;
}

.bottom-navbar {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.603);
    /* dark transparent */
    backdrop-filter: blur(10px);
    /* glass blur */
    -webkit-backdrop-filter: blur(10px);
    /* Safari support */
    position: fixed;
    bottom: 15px;
    width: 90%;
    border-radius: 5px;
    max-width: 90%;
    margin: auto 5%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    z-index: 89;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); */
    /* soft shadow for depth */
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* glass border */
}

.bottom-navbar a {
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 17px;
    border-radius: 10px;
    transition: background 0.3s ease, color 0.3s ease;
}

.bottom-navbar a:hover {
    background: rgba(255, 255, 255, 0.877);
    /* frosted hover */
    color: #111827ef;
}

.bottom-navbar a.active {
    background: #11182786;
    color: #fff;
}

.d-flex {
    display: flex !important;
}

.text-white {
    color: white;
}

.d-none {
    display: none !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.pointer {
    cursor: pointer;
}

.position-relative {
    position: relative !important;
}

.flex-column {
    flex-direction: column !important;
}

.fbold {
    font-weight: bold !important;
}

.btn-orange {
    background-color: #FEBD69;
    color: #fff;
}

.bg-orange {
    background-color: #FEBD69 !important;
}

.text-orange {
    color: #FEBD69 !important;
}

.orange-hover {
    color: inherit;
}

.orange-hover:hover {
    color: #FEBD69;
}

.btn-orange:hover {
    border: 1px solid #ccc;
}

.bg-darkblue {
    background-color: #111827;
}

.text-darkblue {
    color: #111827 !important;
}

.d-b-screen {
    display: block;
}

.d-n-screen {
    display: none;
}

.larger {
    font-size: larger;
}

.x-large {
    font-size: x-large;
}

.pd-10 {
    padding: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.border-b-1 {
    border-bottom: 1px solid #f0f0f0;
}

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.541);
    z-index: 0;
}

.bg-grey {
    background-color: #bbb !important;
}

.circle-wrapper {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: conic-gradient(rgb(254, 189, 105) 0% 0%,
            #ddd 0% 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background 0.2s linear;
    margin: auto;
}

.inner-circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #555;
    cursor: pointer;
    user-select: none;
}

/* Slider */
.slider {
    margin: auto;
    position: relative;
    height: 85dvh;
    /* bigger height */
    overflow: hidden;
}

/* Each slide */
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    transition: opacity 1s ease-in-out;
}

.slide.active {
    display: block;
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    animation: panUpDown 20s ease-in-out infinite;
    /* bounce effect */
}

.commission-box {
    border: 1px solid #e9e6e6;
}

.commission-avatar {
    border: 3px solid #ccc;
    border-radius: 50%;
    overflow: hidden;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 20px;
}

.commission-avatar-active {
    border: 3px solid #13b477;
}

.commission-details {
    width: 60%;
}

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio input[type="radio"]:checked+.commission-box {
    border: 2px solid #1f9b61;
}

.tab-btn {
    flex: 1;
    padding: 10px;
    border: none;
    background: #f1f1f1;
    font-weight: bold;
    cursor: pointer;
}

.tab-btn.active {
    background: #000;
    color: #fff;
}

.tab-content {
    padding-top: 10px;
}

.wallet-avatar {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.wallet-avatar img {
    width: 100%;
    height: auto;
}

/* Pan effect */
@keyframes panUpDown {
    0% {
        object-position: center bottom;
    }

    50% {
        object-position: center top;
    }

    100% {
        object-position: center bottom;
    }
}


/* Caption area */
.caption-box {
    position: absolute;
    bottom: 40px;
    left: 40px;
    text-align: left;
    background-color: #0000004d;
    padding: 20px;
    border-radius: 10px;
}

/* Title (cinematic style) */
.caption-title {
    font-family: "impact", serif;
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #ffffffff;
    text-shadow: 1px 4px 1px rgba(0, 0, 0, 0.3);
    margin: 0;
}

/* Genre text */
.caption-genre {
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 18px;
    color: #FEBD69;
    font-weight: 600;
    margin-top: 6px;
    letter-spacing: 1px;
}

/* Arrows */
.arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 400;
    padding: 10px;
    color: white;
    user-select: none;
    transition: 0.3s;
    border-radius: 8px;
}

.arrow:hover {
    background: rgba(0, 0, 0, 0.603);
    color: #ffffff;
}

.arrow.left {
    left: 15px;
    z-index: 3;
}

.arrow.right {
    right: 15px;
    z-index: 3;
}

/* Dots */
.dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: #fff;
}

/* Responsive */
@media(max-width:768px) {
    .slider {
        height: 400px;
    }

    .caption-title {
        font-size: 24px;
        letter-spacing: 2px;
        font-weight: 500;
    }

    .caption-genre {
        font-size: 14px;
    }
}


/* Header */
.header {
    width: 100%;
    height: auto;
    padding-top: 15px;
    background-color: #fff;
    /* position: fixed; */
    z-index: 10;
    margin-top: -3px;
}

.header::after {
    backdrop-filter: blur(16px);
}

.header-details {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff !important;
}

.logo {
    width: 20%;
    height: auto;
    text-align: center;
}

.logo img {
    width: 90px;
    height: auto;
    padding-top: 14px;
}

.header-shortcuts {
    font-size: 16px;
    width: max-content;
    max-width: 750%;
    display: flex;
    align-items: center;
    height: auto;
}

.header-shortcuts a {
    font-weight: 400;
}

.header-shortcuts a:hover {
    font-weight: bold;
}

.header-details a {
    font-weight: 400;
}

.header-details a:hover {
    color: #FEBD69;
}

.header-details .active {
    font-weight: bold;
    color: #FEBD69 !important;
}

.search-bar {
    width: 700px;
    outline: none;
    border: none;
    padding: 10px;
    border-radius: 8px 0px 0px 8px;
}

.search-btn {
    padding: 10px 15px;
    border-radius: 0px 8px 8px 0px;
    border: none;
    background-color: #FEBD69 !important;
}

#menu {
    background: #FEBD69;
    padding: 10px 20px;
    transition: all 0.3s ease;
    height: 70dvh;
    width: 100%;
    max-width: 500px;
    border-left: 1px solid #212529;
    overflow: auto;
}

.menu-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-list {
    margin: 10px;
}

.welcome {
    height: 100vh;
    overflow: hidden;
    background-color: #111827;
}

.hero {
    height: 100vh;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero .container {
    z-index: 1;
}

.hero h1 {
    font-size: 48px;
}

.section-title {
    margin: 60px 0 30px;
}

.banner {
    height: 300px !important;
    background-color: #000;
}

.card {
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: none !important;
}

.cta-section {
    padding: 60px 0;
    background: url(../imgs/thumbnail/thumb_46.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 10px;
    border-radius: 8px;
    width: 95%;
    max-width: 400px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.modal-close {
    float: right;
    font-size: 24px;
    cursor: pointer;
}


.movies-cat {
    width: 100%;
    height: auto;
    background-color: #111827;
    color: #fff;
    padding: 60px 0px 100px 0px;
}

.carousel-container {
    position: relative;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
}

.truncate-text {
    white-space: nowrap;
    /* Prevents line breaks */
    overflow: hidden;
    /* Hides overflowed text */
    text-overflow: ellipsis;
    /* Adds "..." at the end */
    max-width: 100%;
    /* Ensure it respects the container width */
    display: block;
    /* Ensures the element respects width */
}

.movie-card {
    min-width: 250px;
    max-width: 250px;
    margin: 10px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.movie-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.movie-info {
    padding: 10px;
}

.movie-info h4 {
    margin: 0 0 5px;
    color: #111827;
    word-break: break-all;
}

.movie-info small {
    color: #666;
}

.rating {
    color: orange;
    font-size: 14px;
}

.price {
    font-weight: bold;
    margin-top: 5px;
    color: #000;
}

/* Filter dropdown */
.filter-box {
    margin-top: 28px;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 10px;
}

.carousel-container-landscape {
    position: relative;
    height: auto;
    padding: 50px 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.carousel-landscape {
    display: flex;
    transition: transform 0.5s ease;
}

.movie-card-landscape {
    position: relative;
    flex: 0 0 250px;
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden;
    background: #222;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.movie-card-landscape img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

/* Hover effect */
.movie-card-landscape:hover {
    transform: scale(1.35);
    z-index: 2;
    overflow: auto;
    object-fit: fit;
    object-position: center top;
    animation: panUpDown 20s ease-in-out infinite;
}

.movie-info-landscape {
    padding: 10px;
}

.movie-title-landscape {
    font-size: 16px;
    margin-bottom: 5px;
    color: #fff;
}

.movie-meta-landscape {
    font-size: 12px;
    color: #bbb;
}

/* See more button */
.see-more {
    flex: 0 0 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 30px;
}

.see-more:hover {
    background: #444;
}

.see-more span {
    font-weight: bold;
    color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    /* font-size: 16px; */
    font-weight: 700;
    color: #FEBD69;
}

.active-crumb {
    color: #FEBD69;
}

/* Footer */
.footer {
    width: 100%;
    height: auto;
    background-color: #111827;
    color: #fff;
    display: flex;
    justify-content: space-around;
    padding: 60px 0px 100px 0px;
    margin-bottom: -5px;
}

.footer-logo {
    max-width: 100px;
    height: auto;
    margin-bottom: 20px;
}

.footer-box {
    display: block;
}

.footer-box div {
    font-size: 15px;
    padding: 5px 0px;
    font-weight: 400;
}

.footer-box h4 {
    padding-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
}

.footer-rights {
    background-color: #232F3E;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    margin: 0px;
}

.hotel-card-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 200px;
    border-radius: 0px 0px 10px 10px;
}

.hotel-country {
    /* width: 30px; */
    min-width: 100px;
    max-width: max-content;
    height: 35px;
    border-radius: 30px;
    padding: 0px 8px;
    font-weight: 700;
    background: rgba(5, 5, 5, 0.726);
}

.text-red {
    color: red !important;
}

.hotel-favorite {
    background: rgba(5, 5, 5, 0.726);
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 18px; */
}

.text-grey {
    color: #6b6b6b;
}

.rounded-badge {
    border-radius: 50%;
    padding: auto;
}

.fontb {
    font-weight: bold;
}

.ml-10 {
    margin-left: 10%;
}

.mr-10 {
    margin-right: 10%;
}

.m-min-40 {
    margin-top: -40px !important;
}

.m-min-20 {
    margin-top: -20px !important;
}

.m-min-10 {
    margin-top: -10px !important;
}

.m-min-15 {
    margin-top: -15px !important;
}

.m-min-5 {
    margin-top: -3rem !important;
}

.steps-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 40px;
    flex-wrap: wrap;
}

.step-card {
    width: 250px;
    margin: 30px;
    padding: 20px;
    color: white;
    border-radius: 16px;
    z-index: 1;
    position: relative;
    clip-path: polygon(0px 0%, 0% 0px, 73.6% -1px, 100.4% 45.05%, 100.80% 45.35%, 77.6% 100%, 10% 100%, -1px 100.08%);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.step-card h3 {
    font-size: 18px;
    margin: 50px 0px 20px 0px;
    font-weight: bold !important;
    text-align: center;
}

.step-card p {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}

.step-img {
    position: absolute;
    right: 0;
    top: 10px;
    width: 200px;
    z-index: 2;
}

.step-number {
    background: white;
    color: #333;
    font-weight: bold;
    border-radius: 50%;
    padding: 6px 12px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -180px;
}

/* Colors */
.step1 {
    background-color: #3EB489;
    /* Greenish */
}

.step2 {
    background-color: #0093E9;
    /* Blue */
}

.step3 {
    background-color: #F5A623;
    /* Orange */
}

.how-to-earn .step {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    padding-bottom: 25px;
}

.how-to-earn .step-icon {
    width: 40px;
    height: 40px;
    background-color: #000;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
}

.how-to-earn .step-text {
    font-size: 1rem;
    line-height: 1.6;
}

.text-right {
    text-align: right !important;
}

.text-red {
    color: #d15252 !important;
}

.grid-view-single {
    width: max-content;
}

.btn-white-border {
    border: 1px solid #fff;
    color: #fff !important;
}

/* Tablet (Portrait and Landscape: 768px to 1024px) */
@media screen and (min-width: 768px) and (max-width: 900px) {

    /* Tablet-specific styles go here */
    /* misc */
    .d-b-screen {
        display: none;
    }

    .search-bar {
        width: 100%;
    }
}

/* Mobile (up to 767px) */
@media screen and (max-width: 767px) {

    .header-details {
        overflow: hidden;
    }

    .search-bar {
        width: 100%;
        outline: none;
        border: none;
        padding: 10px;
        border-radius: 8px 0px 0px 8px;
    }

    .search-btn {
        padding: 10px 10px;
        border-radius: 0px 8px 8px 0px;
        border: none;
        background-color: #FEBD69 !important;
    }

    .grid-view-single {
        width: 90% !important;
    }

    /* misc */
    .d-b-screen {
        display: none;
    }

    .how-to-earn .step-icon {
        width: 20px;
        height: 20px;
        background-color: transparent !important;
        color: #000;
    }

    .banner {
        height: 200px !important;
    }

    /* Mobile-specific styles go here */
    .footer {
        width: 100%;
        height: auto;
        display: block;
        padding: 60px 0px 100px 0px;
        margin-bottom: -5px;
    }

    .footer-box {
        display: block;
        margin-left: 20px;
    }

    .footer-box h4 {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .footer-rights {
        padding-left: 20px;
    }

    /* Header */
    .header-details {
        width: 90%;
    }

    .header-shortcuts {
        font-size: 16px;
        width: 50%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    #menu {
        padding: 0px 5%;
        width: 100%;
    }

    #menu h5 {
        font-weight: 600;
        padding: 10px 0px;
    }

    .menu-list {
        margin: 10px;

    }

    .hero-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
        background-color: #171717;
    }

    .hero h1 {
        font-size: 30px;
    }

    .card {
        margin-bottom: 30px !important;
    }

    .account-menu {
        position: fixed;
        z-index: 1999;
        width: 100%;
        margin-top: 25px;
    }
}

/* Small Mobile (up to 480px) */
@media screen and (max-width: 500px) {

    /* Small mobile-specific styles */
    .bottom-navbar {
        max-width: 90%;
        margin: auto 5%;
    }
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}