@font-face {
    font-family: 'DIN';
    src: url('fonts/DIN-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('fonts/DIN-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('fonts/DIN-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('fonts/FuturaCyrillicBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('fonts/FuturaCyrillicLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('fonts/FuturaCyrillicMedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('fonts/FuturaCyrillicDemi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('fonts/FuturaCyrillicBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('fonts/FuturaCyrillicExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('fonts/FuturaCyrillicHeavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova.ttc') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary-color: #000;
    --secondary-color: #fff;
    --accent-color: #d4af37;
    --text-color: #333;
    --bg-color: #f4f4f4;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'ProximaNova', sans-serif;
    color: var(--text-color);
    background-color: var(--bg-color);
    line-height: 1.6;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DIN', sans-serif;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    color: inherit;
    font-weight: 900;
}

/* Header */
header {
    background-color: #131835 !important;
    color: #fff;
    padding: 1.5rem 3.5rem !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
    transition: transform 0.3s ease-in-out;
    transform: translateY(0);
}

header.hide {
    transform: translateY(-100%) !important;
}

/* Animated Burger Menu Button */
.navbar-toggler {
    border: none !important;
    color: #fff;
    padding: 0;
    width: 30px;
    height: 24px;
    position: relative;
    z-index: 1002;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.toggler-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    position: relative;
}

.toggler-icon .bar {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    transform-origin: center;
}

/* Animate to X when menu is open */
.navbar-toggler.active .bar1 {
    transform: translateY(8px) rotate(45deg);
}

.navbar-toggler.active .bar2 {
    opacity: 0;
}

.navbar-toggler.active .bar3 {
    transform: translateY(-8px) rotate(-45deg);
}

.logo {
    font-family: 'DIN', sans-serif;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: .9;
    padding: 0;
    margin: 0 0 0 15px;
    max-width: 200px;
}

@media (min-width: 992px) {
    .logo {
        margin-left: 0;
    }
}

.logo img {
    height: 55px;
    /* Logo size */
}

/* Offcanvas Side Panel Styling */
.offcanvas {
    background-color: #131835 !important;
    color: #fff;
    border: none !important;
    top: 0 !important;
    padding-top: 80px;
    /* Space for header */
}

.offcanvas-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.offcanvas-title {
    font-family: 'DIN', sans-serif;
    font-weight: bold;
}

.offcanvas-body .btn-ticket {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

header .btn-ticket {
    padding: 8px 20px;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-links {
    display: none;
}

.btn-ticket {
    background-color: #8cb8ff;
    border: none;
    color: #000;
    padding: 10px 25px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'DIN', sans-serif;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-ticket:hover {
    background-color: #fff;
    transform: scale(1.05);
}

header .btn-ticket::after {
    content: '➔';
    font-size: 1.2em;
}

footer .btn-ticket::after {
    content: '➔';
    font-size: 1.2em;
}

.mobile-ticket::after{
    content: '➔';
    font-size: 1.2em;
}

/* Hero Section */
.hero {
    position: relative;
    height: 125vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    padding-bottom: 150px;
}

.hero video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-logo-img {
    max-width: 600px;
    width: 100%;
}

.hero-city {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'DIN', sans-serif;
}

.hero-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    width: 100%;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    background: transparent;
    padding: 0;
    text-align: left;
}

.feature-icon {
    font-size: 2rem;
    font-weight: 300;
}

.hero .btn-ticket {
    font-size: 1.5rem;
    padding: 15px 50px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}


/* Info Section */
.info-section {
    padding: 60px 20px;
    background-color: #fff;
    text-align: left;
}

/* Info Grid Layout */
.info-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

.info-details {
    flex: 1;
    min-width: 300px;
    padding-left: 20px;
}

.info-map-container {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Info Items Styling */
.info-item {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

.info-item:last-child {
    margin-bottom: 0;
}

/* Vertical line effect */
.info-item::before {
    content: '';
    position: absolute;
    left: -14px;
    top: -15px;
    bottom: 15px;
    width: 1px;
    background-color: #ddd;
    z-index: 0;
}

.info-item:last-child::before {
    display: none;
}

.info-icon-wrapper {
    margin-right: 20px;
    z-index: 1;
    background: #fff;
    padding-bottom: 10px;
}

.info-icon {
    font-size: 1.2rem;
    color: var(--primary-color);
    display: inline-block;
    width: 20px;
    text-align: center;
}

.info-content h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: var(--primary-color);
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'ProximaNova', sans-serif;
}

.info-content p {
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
}

.info-content a {
    text-decoration: underline;
    color: inherit;
}

/* Map Styling */
.map-frame {
    width: 100%;
    max-width: 400px;
    height: 450px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.btn-directions {
    background-color: #8cb8ff;
    border: none;
    color: #000;
    padding: 10px 40px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'DIN', sans-serif;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
}

.btn-directions::after {
    content: '➔';
}

@media (max-width: 768px) {
    .info-container {
        flex-direction: column;
    }

    .hero .btn-ticket {
        font-size: 1.2rem;
        text-wrap: nowrap;
        margin: 0;
    }
    .hero{
        height: 95vh;
    }
}


/* About Section */
.about-section {
    padding: 80px 20px;
    background-color: var(--bg-color);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
    font-size: 3.5rem;
    font-family: 'Futura', sans-serif;
    font-weight: 700;
}

/* Exhibit Info Title  */
.exhibit-title {
    text-align: left;
    max-width: 1200px;
    margin: 0 auto 40px;
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: 2px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--accent-color);
}

/* FAQ Section */
.faq-section {
    background-color: #0f132e;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    font-family: 'Futura', sans-serif;
}

.faq-subtitle {
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-bottom: -5px;
    font-weight: 700;
    font-family: 'Futura', sans-serif;
}

.faq-title {
    font-size: 3.5rem;
    font-family: 'Futura', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
}

.faq-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    text-align: left;
}

.faq-column {
    flex: 1;
    min-width: 300px;
}

.faq-category {
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    font-size: 1.8rem;
    font-family: 'Futura', sans-serif;
    font-weight: 500;
    line-height: 1.5;
}

.toggle-icon {
    font-weight: bold;
    font-size: 1.8rem;
}

.category-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s cubic-bezier(0.25, 1, 0.5, 1);
}

.faq-item {
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h5 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    font-family: 'Futura', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.faq-item p {
    font-size: 1rem;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Futura', sans-serif;
    font-weight: 400;
}

.category-content hr {
    display: none;
}

/* Scroll Top Button */
.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #ff6600;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

.scroll-top-btn.show {
    opacity: 1;
    pointer-events: auto;
}

.scroll-top-btn:hover {
    transform: translateY(-5px);
}

/* Gallery Update */
.section-title::after {
    display: none;
}

@media (max-width: 768px) {
    .faq-grid {
        flex-direction: column;
    }
}

.gallery-section {
    padding: 80px 0 0;
    background-color: #0f132e;
    text-align: center;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Responsive gallery - 2 columns on mobile/tablet */
@media (max-width: 991px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }
}

/* Instagram link hover effect */
.instagram-link {
    transition: transform 0.3s ease;
    display: inline-flex;
}

.instagram-link:hover {
    transform: scale(1.1);
}

.gallery-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
    margin: 0;
    padding: 0;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Footer */
footer {
    background-color: #0f132e;
    color: #fff;
    padding: 60px 40px 20px;
    text-align: left;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    text-align: center;
    margin-bottom: 50px;
}

.footer-logo img {
    max-width: 150px;
    height: auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer-column h4 {
    font-family: 'DIN', sans-serif;
    font-size: 1.1rem;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.footer-highlight {
    color: #ff6600;
    font-size: 1rem;
    text-decoration: none;
}

.subscribe-column {
    flex-grow: 1;
    max-width: 500px;
    text-align: right;
}

.subscribe-form {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 10px;
}

.subscribe-form input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 15px;
    color: #fff;
    font-family: 'ProximaNova', sans-serif;
    width: 250px;
}

.subscribe-form button {
    background-color: #8cb8ff;
    color: #000;
    border: none;
    padding: 10px 25px;
    border-radius: 20px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'DIN', sans-serif;
}

.data-notice {
    font-size: 0.8rem;
    color: #ccc;
}

.data-notice a {
    color: #fff;
    font-weight: bold;
}

.footer-divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 20px 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 0.8rem;
}

.footer-legal {
    color: #ccc;
}

.footer-legal a,
.footer-legal span {
    margin-right: 15px;
    color: #ccc;
    text-decoration: none;
    display: inline-block;
}

.footer-legal a:hover {
    color: #fff;
}

.social-icons a {
    color: #fff;
    margin-left: 20px;
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo {
        gap: 15px;
        margin-bottom: 30px;
    }

    .footer-logo img {
        max-width: 100px;
        max-height: 40px;
        object-fit: contain;
    }

    .subscribe-column {
        text-align: center;
        max-width: 100%;
    }

    .subscribe-form {
        justify-content: center;
        flex-direction: column;
    }

    .subscribe-form input {
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-legal a,
    .footer-legal span {
        display: block;
        margin: 5px 0;
    }

    .social-icons a {
        margin: 0 10px;
    }
}

/* Hide FAQ section on mobile */
@media (max-width: 991px) {
    .faq-section {
        display: none;
    }

    footer {
        padding-bottom: 80px;
    }

    header {
        padding: 0.8rem 1rem !important;
    }
}

/* Fixed Bottom Mobile Menu */
.mobile-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #131835;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(100%);
    animation: slideUp 0.4s ease-out forwards;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

.faq-trigger {
    background: none;
    border: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-family: 'Futura', sans-serif;
    font-size: 0.75rem;
    cursor: pointer;
}

.faq-trigger i {
    font-size: 1.5rem;
}

.mobile-ticket {
    padding: 12px 25px !important;
    font-size: 0.9rem !important;
}

.mobile-ticket i {
    margin-left: 8px;
}

/* FAQ Modal Styling */
.faq-modal-content {
    background-color: #131835 !important;
    color: #fff;
}

.faq-modal-header {
    border-bottom: none;
    padding: 20px 25px;
}

.faq-modal-header .modal-title {
    font-family: 'Futura', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
}

.faq-modal-body {
    padding: 20px 25px;
}

.faq-modal-body .faq-category {
    margin-bottom: 10px;
}

.faq-modal-body .category-header {
    font-size: 1.1rem;
    padding: 15px 0;
}

.faq-modal-footer {
    border-top: none;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-close-btn {
    background: none;
    border: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-family: 'Futura', sans-serif;
    font-size: 0.75rem;
    cursor: pointer;
}

.faq-close-btn i {
    font-size: 1.5rem;
}

/* ===========================================
   404 Page Styles
   =========================================== */
.error-page {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.error-card {
    background-color: #111;
    border-radius: 30px;
    padding: 60px 80px;
    text-align: center;
    max-width: 600px;
    width: 100%;
}

.error-code {
    font-family: 'Futura', 'DIN', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.error-title {
    font-family: 'Futura', 'DIN', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 3px;
    white-space: nowrap;
}

.error-message {
    font-family: 'Futura', 'DIN', sans-serif;
    font-size: 1rem;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
    line-height: 1.6;
    font-weight: 700;
}

.btn-home {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-family: 'Futura', 'DIN', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.btn-home:hover {
    background-color: #fff;
    color: #000;
}

.btn-home i {
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .error-card {
        padding: 40px 30px;
        border-radius: 20px;
    }

    .error-title {
        font-size: 2rem;
    }

    .error-message {
        font-size: 0.85rem;
    }

    .btn-home {
        padding: 12px 30px;
        font-size: 0.9rem;
    }
}

/* ===========================================
   Policy Template Page Styles
   =========================================== */
.policy-header {
    background-color: #131835;
    padding: 30px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.policy-header .logo {
    display: inline-block;
}

.policy-header .logo img {
    height: 60px;
}

.policy-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 40px;
}

.policy-title {
    font-family: 'Futura', 'DIN', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #131835;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 3px;
}

.policy-intro {
    font-family: 'Futura', 'DIN', sans-serif;
    font-size: 1rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 80px;
}

.policy-text {
    font-family: 'Futura', 'DIN', sans-serif;
    font-size: 1rem;
    color: #333;
    line-height: 1.8;
    margin-bottom: 25px;
}

.policy-section-title {
    font-family: 'Futura', 'DIN', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #131835;
    margin-top: 40px;
    margin-bottom: 20px;
}

.policy-list {
    font-family: 'Futura', 'DIN', sans-serif;
    font-size: 1rem;
    color: #333;
    line-height: 2;
    padding-left: 20px;
}

.policy-list li {
    margin-bottom: 10px;
}

.policy-link {
    color: #131835;
    text-decoration: underline;
}

.policy-link:hover {
    color: #8cb8ff;
}

.policy-content .back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Futura', 'DIN', sans-serif;
    font-size: 0.9rem;
    color: #131835;
    text-decoration: none;
    margin-bottom: 40px;
    transition: color 0.3s ease;
}

.policy-content .back-link:hover {
    color: #8cb8ff;
}

.policy-footer {
    background-color: #131835;
    padding: 60px 20px 40px;
    margin-top: 60px;
}

.policy-footer .footer-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.policy-footer .footer-logo img {
    height: 40px;
    margin-bottom: 40px;
}

.policy-footer .footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.policy-footer .footer-logos img {
    height: 40px;
    max-width: 150px;
    object-fit: contain;
}

.policy-footer .footer-divider {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
}

.policy-footer .footer-links {
    margin-bottom: 25px;
}

.policy-footer .footer-copyright {
    font-family: 'Futura', 'DIN', sans-serif;
    font-size: 0.9rem;
    color: #fff;
    margin-bottom: 8px;
}

.policy-footer .footer-copyright a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.policy-footer .footer-copyright a:hover {
    color: #fff;
}

.policy-footer .footer-privacy {
    font-family: 'Futura', 'DIN', sans-serif;
    font-size: 0.9rem;
    margin: 0;
}

.policy-footer .footer-privacy a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.policy-footer .footer-privacy a:hover {
    color: #fff;
}

.policy-footer .footer-social {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 20px;
}

.policy-footer .footer-social a {
    color: #fff;
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.policy-footer .footer-social a:hover {
    color: #8cb8ff;
}

@media (max-width: 768px) {
    .policy-content {
        padding: 40px 20px;
    }

    .policy-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }

    .policy-text,
    .policy-intro {
        font-size: 0.95rem;
    }

    .policy-footer {
        padding: 40px 20px 30px;
    }

    .policy-footer .footer-copyright,
    .policy-footer .footer-privacy {
        font-size: 0.8rem;
    }
}

/* ===========================================
   Register Page Styles
   =========================================== */
.register-page {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: relative;
}

.register-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.register-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 900px;
}

.register-card {
    background: rgba(30, 35, 50, 0.65);
    border-radius: 8px;
    padding: 35px 40px;
    backdrop-filter: blur(10px);
}

.register-title {
    font-family: 'Futura', 'DIN', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.4;
}

.register-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.register-form .form-row {
    display: flex;
    gap: 20px;
}

.register-form .form-group {
    flex: 1;
}

.register-form .form-input {
    width: 100%;
    padding: 12px 18px;
    background: transparent;
    border: 1px solid #d4e157;
    border-radius: 4px;
    color: #fff;
    font-family: 'Futura', 'DIN', sans-serif;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.register-form .form-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.register-form .form-input:focus {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.05);
}

.phone-input-wrapper {
    display: flex;
    border: 1px solid #d4e157;
    border-radius: 4px;
    overflow: hidden;
}

.country-code {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 15px;
    background: transparent;
    border: none;
    border-right: 1px solid #d4e157;
    color: #fff;
    font-family: 'Futura', 'DIN', sans-serif;
    font-size: 1rem;
    cursor: pointer;
    min-width: 80px;
}

.country-code i {
    font-size: 1.2rem;
}

.phone-input-wrapper .form-input {
    border: none;
    border-radius: 0;
}

.btn-submit {
    display: block;
    width: fit-content;
    margin: 10px auto 0;
    padding: 12px 40px;
    background: #d4e157;
    color: #1a1a2e;
    font-family: 'Futura', 'DIN', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btn-submit:hover {
    background: #c6d741;
    transform: translateY(-2px);
}

.btn-submit:active {
    transform: translateY(0);
}

.register-page .back-link {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Futura', 'DIN', sans-serif;
    font-size: 0.9rem;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.register-page .back-link:hover {
    color: #d4e157;
}

@media (max-width: 600px) {
    .register-card {
        padding: 35px 25px;
    }

    .register-title {
        font-size: 1.2rem;
    }

    .register-form .form-row {
        flex-direction: column;
    }

    .register-form .form-input {
        padding: 12px 15px;
    }

    .country-code {
        padding: 12px;
    }
}

/* New Hero Section Layout */
.hero-content-left {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-content-left .hero-logo-img {
    max-width: 350px;
    margin-bottom: 40px;
}

.hero-features-vertical {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.hero-features-vertical .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: row;
}

.hero-features-vertical .feature-icon {
    height: 40px;
    width: auto;
}

.hero-features-vertical .feature-item span {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-cta {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.btn-ticket-hero {
    padding: 18px 50px;
    font-size: 1.2rem;
    border-radius: 50px;
    color: #1a1a2e;
    background: rgb(140, 184, 255);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-right: 2rem;
}

.btn-ticket-hero:hover {
    background: #fff;
    transform: scale(1.05);
}

/* Mobile Responsive for New Hero */
@media (max-width: 991px) {
    .hero-content-left {
        left: 30px;
        right: 30px;
        top: 50%;
    }

    .hero-content-left .hero-logo-img {
        max-width: 280px;
    }

    .hero-cta {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: 100px;
    }
}

@media (max-width: 576px) {
    .hero-content-left {
        left: 20px;
        right: 20px;
        top: 50%;
    }

    .hero-content-left .hero-logo-img {
        max-width: 220px;
        margin-bottom: 30px;
    }

    .hero-features-vertical {
        gap: 15px;
    }

    .hero-features-vertical .feature-icon {
        height: 30px;
    }

    .hero-features-vertical .feature-item span {
        font-size: 0.85rem;
    }

    .hero-cta {
        bottom: 80px;
    }

    .btn-ticket-hero {
        padding: 15px 40px;
        font-size: 1rem;
    }
    .subscribe-column{
        text-align: center !important;
    }
}