@font-face {
    font-family: 'Atlassian Sans';
    font-style: normal;
    font-weight: 400 653;
    font-display: swap;
    src:
        local('AtlassianSans'),
        local('Atlassian Sans Text'),
        url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/AtlassianSans-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304,
        U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
    background: url("../images/banner2.webp") no-repeat center center fixed;
    /* background: #1a1a1a; */
    background-size: cover;
    color: #ffffff !important;
    /* font-family: Arial, sans-serif; */
    font-family: 'Atlassian Sans', sans-serif;
    text-align: center;
}

.logo {
    font-size: 28px;
    font-weight: bold;
    padding: 20px;
    text-align: left;
}

.margin-0 {
    margin: 0px;
}

.padding-0 {
    padding: 0px;
}

.dashboard-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 40px;
    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
}

.dashboard-item {
    width: 260px;
    height: 180px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    text-decoration: none;
    transform: perspective(500px) translateZ(0);
    will-change: transform;
}

.dashboard-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.dashboard-item:hover {
    transform: perspective(500px) translateZ(20px) scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.dashboard-item:hover::before {
    opacity: 0.8;
}

.dashboard-item i {
    font-size: 50px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.dashboard-item:hover i {
    transform: scale(1.05);
}

.dashboard-item span {
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.dashboard-item:hover span {
    transform: scale(1.05);
}

.live-tv {
    background: linear-gradient(to right, #00c6ff, #0072ff);
}

.movies {
    background: linear-gradient(to right, #ff512f, #dd2476);
}

.series {
    background: linear-gradient(to right, #8e44ad, #6c3483);
}

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    opacity: 0;
    animation: fadeIn 2s ease-in-out forwards;
}

.action-buttons .btn {
    background: linear-gradient(to right, #02641b, #04921c);
    color: white;
    padding: 12px 20px;
    /* border-radius: 25px; */
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    border: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.action-buttons .btn:hover {
    background: linear-gradient(to right, #e65100, #bf360c);
    transform: scale(1.1);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}

.footer {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    opacity: 0;
    animation: fadeIn 2.5s ease-in-out forwards;
}

.header-icons {
    text-align: right;
    font-size: 20px;
}

.header-icons i {
    margin-left: 15px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.header-icons i:hover {
    transform: scale(1.2);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/******** navbar **********/

.navbar-toggler {
    background-color: white;
    color: #000;
}

.navbar-toggler-icon {
    background-color: #000;
}

.navbar-toggler-icon .nav-link:hover,
.nav-link.active {
    color: orange !important;
    font-weight: bold;
}

.custom-navbar {
    background-color: #000;
    padding: 12px 20px;
}

.navbar-brand {
    font-size: 22px;
}

.nav-link {
    font-size: 16px;
    padding: 10px 15px;
    color: #fff;
    transition: 0.3s;
}

.nav-link:hover {
    color: orange;
}

.icon {
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.icon:hover {
    color: orange;
}

/* Time and icons ek line me center align */

.d-flex.align-items-center {
    display: flex;
    gap: 10px;
}

/* Responsive adjustments */

@media (max-width: 991px) {
    .d-flex.align-items-center {
        justify-content: center;
        width: 100%;
        margin-top: 10px;
    }
}

/* Navbar end */

.top-right {
    position: absolute;
    top: 10px;
    right: 20px;
}

/****** Folder Style End *******/

.folder-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 90%;
    margin: auto;
    padding-bottom: 60px;
}

.folder-box {
    width: 120px;
    height: 150px;
    cursor: pointer;
    transition: transform 0.3sease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.folder-background {
    background: linear-gradient(145deg, #ffcc33, #e6b800);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    box-shadow: inset 2px 2px 4px rgba(255, 255, 255, 0.3),
        inset -2px -2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: relative;
}

.folder-name {
    font-size: 12px;
    margin-top: 5px;
    color: black;
    width: 100%;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.2;
    max-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.folder-icon {
    font-size: 50px;
    color: black;
}

/* 3 Dots Menu - Header ke neeche */

.menu-container {
    position: absolute;
    top: 80px;
    right: 10px;
    z-index: 1000;
}

/* 3 Dots Icon */

.menu-icon {
    font-size: 24px;
    color: white;
    cursor: pointer;
    padding: 5px;
    background: #222;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.2);
}

/* Hidden Dropdown Menu */

.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    background: #222;
    padding: 10px;
    border-radius: 5px;
    width: 200px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
}

.size-option {
    color: white;
    padding: 8px 10px;
    cursor: pointer;
    margin-bottom: 5px;
    border-radius: 3px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.size-option i {
    margin-right: 8px;
    font-size: 16px;
}

.size-option:hover {
    background: #444;
}

/***** Folder Style End *****/

.category-box {
    background: #333;
    padding: 10px;
    border-radius: 5px;
    max-height: 500px;
    overflow-y: auto;
    border: 1px solid #ddd;
}

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

.category-item {
    background: #444;
    padding: 2px;
    border-radius: 5px;
    margin-bottom: 5px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    gap: 8px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

.schedule-box {
    background: #222;
    padding: 15px;
    border-radius: 15px;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.schedule-box h5 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

/****** Live Stream Style *******/

.scrollable-epg {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #444;
    padding: 10px;
    border-radius: 8px;
    background: #1e1e1e;
    border: 1px solid #ffa500;
    text-align: left;
}

/* Custom Scrollbar */

.scrollable-epg::-webkit-scrollbar {
    width: 8px;
}

.scrollable-epg::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.scrollable-epg::-webkit-scrollbar-thumb {
    background: #ffa500;
    border-radius: 10px;
}

.scrollable-epg::-webkit-scrollbar-thumb:hover {
    background: #45a049;
}

.stream-image {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 50%;
    background-color: #b0aaaa;
    padding: 5px;
}

.serial-number {
    font-weight: bold;
    width: 20px;
    text-align: center;
}

.stream-name {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.action-icons i {
    margin-left: 12px;
    cursor: pointer;
    font-size: 18px;
}

.video-container {
    background: black;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

video {
    width: 100%;
    border-radius: 10px;
}

.date-tabs {
    display: flex;
    gap: 8px;
    padding-bottom: 10px;
    overflow-x: auto;
    white-space: nowrap;
}

.date-tab {
    padding: 8px 15px;
    background: #2a2a2a;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.date-tab.active {
    background: #007bff;
    color: white;
}

/* Styled Scrollbar for Date Tabs */

.date-tabs::-webkit-scrollbar {
    height: 3px;
}

.date-tabs::-webkit-scrollbar-track {
    background: #333;
    border-radius: 10px;
}

.date-tabs::-webkit-scrollbar-thumb {
    background: #ffa500;
    border-radius: 10px;
}

.date-tabs button {
    background: #ffa500;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.date-tabs button:hover {
    background: #45a049;
}

#dateDropdown {
    width: 100%;
    padding: 8px;
    border: 1px solid #ffa500;
    border-radius: 5px;
    background: #333;
    color: white;
}

.form-select {
    width: auto;
}

/* Custom Scrollbar (For Webkit Browsers like Chrome, Edge) */

.category-box::-webkit-scrollbar {
    width: 8px;
    /* Width of scrollbar */
}

.category-box::-webkit-scrollbar-track {
    background: #1e1e1e;
    /* Dark background */
    border-radius: 10px;
}

.category-box::-webkit-scrollbar-thumb {
    background: #ffa500;
    /* Green scroll thumb */
    border-radius: 10px;
}

.category-box::-webkit-scrollbar-thumb:hover {
    background: #45a049;
    /* Darker green on hover */
}

/* For Firefox */

.category-box {
    scrollbar-width: thin;
    scrollbar-color: #ffa500 #1e1e1e;
}

/* Live TV Categories Styles */

.categories-header {
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.search-box .input-group {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.search-box .form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    padding: 20px 0;
}

.category-card {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    height: 200px;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    backdrop-filter: blur(5px);
}

.category-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.15);
}

.category-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
}

.icon-wrapper {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.icon-wrapper i {
    font-size: 28px;
    color: white;
}

.category-name {
    font-size: 16px;
    font-weight: 600;
    color: white;
    text-align: center;
    margin: 0;
}

.category-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 20px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
}

.category-card:hover .category-overlay {
    bottom: 0;
}

.category-card.filtered {
    transform: scale(0.8);
    opacity: 0;
    pointer-events: none;
}

.no-categories {
    grid-column: 1 / -1;
    text-align: center;
    padding: 50px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
}

.no-categories i {
    font-size: 48px;
    color: #666;
    display: block;
}

.view-options .btn {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.view-options .btn:hover {
    background: #0072ff;
    transform: scale(1.1);
}

/*======== Movies and Series Style ========= */

.main-categories {
    padding: 2rem 0;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.8),
            rgba(0, 0, 0, 0.6));
    min-height: calc(100vh - 100px);
}

.category-header {
    position: relative;
    margin-bottom: 3rem;
    padding: 2rem;
    background: linear-gradient(145deg,
            rgba(20, 20, 20, 0.8),
            rgba(30, 30, 30, 0.8));
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.category-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.category-stats {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    background: rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 50px;
    color: var(--bs-primary);
    font-weight: 500;
}

.search-container {
    position: relative;
    max-width: 400px;
    margin-left: auto;
}

.search-container .input-group {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 5px;
}

.search-container input {
    border: none;
    background: transparent;
    color: #fff;
    padding: 0.5rem 1rem;
    font-size: 1rem;
}

.search-container input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-container input:focus {
    box-shadow: none;
    background: transparent;
    color: #fff;
}

.search-container .input-group-text {
    background: transparent;
    border: none;
    color: var(--bs-primary);
}

.folder-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1rem;
    padding: 1rem;
}

.category-card {
    background: linear-gradient(145deg, #1a1e24, #13171b);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    aspect-ratio: 1;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.category-content {
    height: 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.category-icon {
    width: 60px;
    height: 60px;
    background: rgba(var(--bs-primary-rgb), 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: var(--bs-primary);
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.category-card:hover .category-icon {
    transform: scale(1.1);
    background: var(--bs-primary);
    color: #fff;
}

.category-name {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    transition: all 0.3s ease;
}

.category-card:hover .category-name {
    color: var(--bs-primary);
}

.category-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.category-card:hover .category-overlay {
    opacity: 1;
}

.view-btn {
    padding: 0.5rem 1.5rem;
    background: var(--bs-primary);
    color: #fff;
    border-radius: 50px;
    transform: translateY(20px);
    transition: all 0.3s ease;
    opacity: 0;
}

.category-card:hover .view-btn {
    transform: translateY(0);
    opacity: 1;
}

.empty-state {
    text-align: center;
    padding: 3rem;
    color: rgba(255, 255, 255, 0.7);
}

.empty-state i {
    font-size: 4rem;
    color: var(--bs-primary);
    margin-bottom: 1rem;
}

.empty-state p {
    font-size: 1.2rem;
    margin: 0;
}

@media (max-width: 1400px) {
    .folder-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 1200px) {
    .folder-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .folder-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .category-header {
        padding: 1rem;
        margin-bottom: 2rem;
    }

    .category-title {
        font-size: 1.8rem;
    }

    .folder-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
}

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

    .category-card {
        height: 100% !important;
    }
}

/* Home Page Styles */

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    /* overflow: hidden; */
}

.home-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    padding: 0;
    margin: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)),
        url("../images/banner2.webp") no-repeat center center fixed;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.welcome-section {
    margin-bottom: 15px;
    opacity: 0;
    animation: fadeInUp 1s ease-in-out forwards;
}

.welcome-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.welcome-subtitle {
    font-size: 1rem;
    color: #e0e0e0;
    margin-bottom: 15px;
}

.dashboard-container {
    width: 100%;
    max-width: 900px;
    margin-bottom: 15px;
    padding: 0 15px;
}

.dashboard-container .row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.dashboard-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 140px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: perspective(500px) translateZ(0);
    will-change: transform;
}

.dashboard-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.dashboard-item:hover {
    transform: perspective(500px) translateZ(20px) scale(1.03);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.dashboard-item:hover::before {
    opacity: 0.8;
}

.dashboard-item i {
    font-size: 2.5rem;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.dashboard-item:hover i {
    transform: scale(1.05);
}

.dashboard-item span {
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.dashboard-item:hover span {
    transform: scale(1.05);
}

.live-tv {
    background: linear-gradient(to right, #00c6ff, #0072ff);
}

.movies {
    background: linear-gradient(to right, #ff512f, #dd2476);
}

.series {
    background: linear-gradient(to right, #8e44ad, #6c3483);
}

.action-buttons {
    margin-bottom: 15px;
    opacity: 0;
    animation: fadeInUp 1s ease-in-out 0.5s forwards;
}

.btn-logout {
    background: linear-gradient(to right, #ff6b6b, #ff4757);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 0.8rem;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0 6px 12px rgba(255, 71, 87, 0.2);
}

.btn-logout:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(255, 71, 87, 0.3);
}

.footer {
    color: #e0e0e0;
    font-size: 0.8rem;
    opacity: 0;
    animation: fadeInUp 1s ease-in-out 0.7s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

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

/* Responsive Adjustments */

@media (max-width: 768px) {
    .home-container {
        padding: 0 10px;
    }

    .welcome-title {
        font-size: 1.5rem;
    }

    .welcome-subtitle {
        font-size: 0.9rem;
    }

    .dashboard-container .row {
        gap: 10px;
    }

    .dashboard-item {
        height: 120px;
        padding: 10px;
    }

    .dashboard-item i {
        font-size: 2rem;
    }

    .dashboard-item span {
        font-size: 0.9rem;
    }

    .btn-logout {
        padding: 6px 15px;
        font-size: 0.7rem;
    }
}

/* Mobile Centering Styles */

@media (max-width: 768px) {
    .home-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 10px;
        height: 100vh;
        overflow: hidden;
    }

    .welcome-section {
        text-align: center;
        margin-bottom: 20px;
    }

    .dashboard-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dashboard-container .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 350px;
    }

    .dashboard-container .col-lg-4 {
        width: 100%;
        max-width: 300px;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dashboard-item {
        width: 100%;
        max-width: 280px;
        height: 180px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto 15px;
    }

    .action-buttons {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .btn-logout {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .footer {
        text-align: center;
        width: 100%;
    }
}

/* Cinema Preloader Styles */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.98));
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

.cinema-loader {
    position: relative;
    width: 250px;
    height: 150px;
    perspective: 500px;
}

.film-reel {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: rotate 2s linear infinite;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.film-reel::before,
.film-reel::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.film-reel::before {
    width: 10px;
    height: 10px;
    background: #ff6b6b;
}

.film-reel-left {
    left: 0;
    top: 25px;
    transform: rotate(-45deg);
}

.film-reel-right {
    right: 0;
    top: 25px;
    transform: rotate(45deg);
}

.film-strip {
    position: absolute;
    width: 150px;
    height: 20px;
    background: linear-gradient(to right, #2c3e50, #3498db);
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    animation: strip-move 1s infinite alternate;
    border-radius: 5px;
}

.loader-text {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes strip-move {
    0% {
        transform: translateX(-50%) scaleX(1);
    }

    100% {
        transform: translateX(-50%) scaleX(1.1);
    }
}

body.loaded #preloader {
    opacity: 0;
    pointer-events: none;
}
.custom-feedback-btn {
    background: linear-gradient(to right, #e0e2e078, #293543);
    color: #ffffff !important;
    text-transform: uppercase;
    border-radius: 8px;
    border: none;
    transition: all .2slinear;
    width: 100%;
}
.back-btn {
    background: linear-gradient(to right, #df852a, #293543);
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.back-btn:hover {
    background: linear-gradient(to right, #293543, #df852a);
    color: white;
}
