@font-face {
    font-family: "Sora";
    src: url("../fonts/Sora-Variable.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Variable.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --premium-bg-1: #071226;
    --premium-bg-2: #0f1f3d;
    --premium-bg-3: #132b53;
    --premium-gold: #f2c35b;
    --premium-cyan: #4fd1c5;
    --premium-ink: #e5edf7;
    --premium-muted: #a8b8cf;
    --premium-card: rgba(9, 21, 43, 0.72);
    --premium-border: rgba(255, 255, 255, 0.12);
    --premium-shadow: 0 20px 60px rgba(1, 8, 22, 0.45);
    --premium-btn-start: #56b9ff;
    --premium-btn-mid: #2f89ff;
    --premium-btn-end: #1f62e3;
}

html {
    background-color: #071226;
}

body {
    font-family: "Manrope", "Segoe UI", sans-serif;
    color: var(--premium-ink);
    background-color: #071226;
    background:
        radial-gradient(1000px 620px at -8% -14%, rgba(79, 209, 197, 0.25), transparent 55%),
        radial-gradient(920px 600px at 108% -15%, rgba(242, 195, 91, 0.22), transparent 50%),
        linear-gradient(165deg, var(--premium-bg-1), var(--premium-bg-2) 45%, var(--premium-bg-3));
    background-attachment: fixed;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -2;
    opacity: 0.07;
    background-image: radial-gradient(rgba(255, 255, 255, 0.5) 0.7px, transparent 0.7px);
    background-size: 3px 3px;
}

.site-wrapper {
    position: relative;
    isolation: isolate;
    overflow-x: hidden;
}

html,
body {
    min-height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@supports not (overflow: clip) {
    html,
    body,
    .site-wrapper {
        overflow-x: hidden;
    }
}

.site-wrapper::before,
.site-wrapper::after {
    content: "";
    position: fixed;
    width: 420px;
    height: 420px;
    border-radius: 999px;
    filter: blur(90px);
    z-index: -1;
    pointer-events: none;
    opacity: 0.55;
    animation: premiumFloat 16s ease-in-out infinite;
}

.site-wrapper::before {
    top: 8%;
    left: -120px;
    background: rgba(79, 209, 197, 0.35);
}

.site-wrapper::after {
    bottom: 3%;
    right: -120px;
    background: rgba(242, 195, 91, 0.3);
    animation-delay: -6s;
}

.expo-navbar {
    background: rgba(5, 16, 34, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    transition: 0.35s ease;
}

.expo-navbar.navbar-scrolled {
    background: rgba(4, 14, 31, 0.94);
    border-bottom-color: rgba(255, 255, 255, 0.15);
}

.expo-navbar .nav-link {
    color: rgba(229, 237, 247, 0.9);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.expo-navbar .nav-link:hover,
.expo-navbar .nav-link:focus {
    color: #fff;
    background: rgba(79, 209, 197, 0.16);
}

.expo-navbar .navbar-toggler {
    border: 1px solid rgba(166, 220, 255, 0.64) !important;
    border-radius: 12px;
    padding: 0.42rem 0.58rem;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 22px rgba(2, 12, 28, 0.34);
    transition: border-color 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease;
}

.expo-navbar .navbar-toggler:hover {
    background: rgba(79, 209, 197, 0.18);
    border-color: rgba(140, 227, 219, 0.85) !important;
}

.expo-navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0.22rem rgba(79, 209, 197, 0.35);
}

.expo-navbar .navbar-toggler[aria-expanded="true"] {
    background: rgba(79, 209, 197, 0.22);
    border-color: rgba(140, 227, 219, 0.92) !important;
    box-shadow: 0 0 0 0.18rem rgba(79, 209, 197, 0.28), 0 10px 24px rgba(2, 12, 28, 0.42);
}

.expo-navbar .navbar-toggler-icon {
    width: 1.35em;
    height: 1.35em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(238,246,255,0.98)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.35' d='M4 7.5h22M4 15h22M4 22.5h22'/%3e%3c/svg%3e") !important;
    background-position: center;
    background-size: 100%;
    opacity: 1;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.45));
}

.expo-container,
.about-container,
.contact-container {
    position: relative;
    z-index: 1;
}

.expo-hero,
.about-hero,
.contact-hero,
.gallery-intro,
.kroniqs_box.style3 .action_box_inner,
.expo-section,
.about-section,
.media-box,
.contact-card,
.contact-form-wrap,
.map-shell,
.number-box,
.about-box {
    border: 1px solid var(--premium-border) !important;
    background: var(--premium-card) !important;
    box-shadow: var(--premium-shadow) !important;
    backdrop-filter: blur(10px);
}

.expo-hero {
    border-radius: 26px;
    padding: 36px 24px;
    position: relative;
    overflow: hidden;
}

.expo-hero h1 {
    font-family: "Sora", "Manrope", sans-serif;
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800;
    line-height: 1.08;
    color: #fff;
    text-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

.expo-hero p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--premium-muted);
}

.kroniqs_box.style3 .action_box_inner {
    border-radius: 20px;
}

.kroniqs_box.style3 .action_box_inner::before,
.kroniqs_box.style3 .action_box_inner::after,
.kroniqs_box.style3::before {
    display: none !important;
}

.expo-services-premium .action_box_inner {
    background:
        radial-gradient(640px 260px at -6% -10%, rgba(79, 209, 197, 0.2), transparent 62%),
        radial-gradient(580px 230px at 104% -4%, rgba(242, 195, 91, 0.2), transparent 58%),
        rgba(8, 21, 44, 0.82) !important;
    padding: 34px clamp(18px, 2.2vw, 34px);
    overflow: hidden;
}

.expo-services-premium {
    margin-block: 4px 30px;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    --services-subtitle-indent: 0px;
    --services-desc-indent: 0px;
}

.services-kicker {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 800;
    color: #a9f4ea;
    border: 1px solid rgba(79, 209, 197, 0.32);
    background: rgba(79, 209, 197, 0.12);
}

.expo-services-premium h2 {
    margin-top: 14px;
    margin-bottom: 10px;
    color: #f6fbff;
    font-size: clamp(1.4rem, 2.4vw, 2.1rem);
}

.services-subtitle {
    margin: 0 auto 20px;
    max-width: 760px;
    color: #c9d8ef;
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
    white-space: pre-line;
    padding-inline-start: var(--services-subtitle-indent);
}

.services-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.service-card {
    position: relative;
    isolation: isolate;
    border-radius: 18px;
    padding: 22px 18px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(150deg, rgba(10, 25, 50, 0.82), rgba(12, 33, 62, 0.66));
    box-shadow: 0 16px 36px rgba(1, 9, 24, 0.35);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 40%, transparent 65%, rgba(79, 209, 197, 0.16));
    opacity: 0.55;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(79, 209, 197, 0.52);
    box-shadow: 0 22px 42px rgba(1, 12, 31, 0.5);
}

.service-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    margin-bottom: 12px;
    font-size: 0.85rem;
    font-weight: 800;
    color: #001a2a;
    background: linear-gradient(140deg, #6ce4d8, #f2c35b);
    box-shadow: 0 8px 18px rgba(7, 28, 53, 0.42);
}

.service-card h3 {
    margin: 0 0 9px;
    font-family: "Sora", "Manrope", sans-serif;
    font-size: 1.06rem;
    color: #f4f8ff;
    line-height: 1.35;
}

.service-card p {
    margin: 0;
    color: #c4d3e9;
    line-height: 1.62;
    font-size: 0.94rem;
    white-space: pre-line;
    padding-inline-start: var(--services-desc-indent);
}

.expo-section.two-column > div {
    background: rgba(6, 17, 35, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 24px;
}

.vision-mission-premium {
    position: relative;
    margin-top: 12px;
    padding: clamp(16px, 2.2vw, 24px);
    border-radius: 22px;
    border: 1px solid rgba(166, 219, 255, 0.24) !important;
    background:
        radial-gradient(620px 250px at 6% 0%, rgba(79, 209, 197, 0.17), transparent 60%),
        radial-gradient(560px 220px at 98% 0%, rgba(242, 195, 91, 0.16), transparent 55%),
        linear-gradient(150deg, rgba(6, 18, 38, 0.9), rgba(7, 20, 42, 0.76)) !important;
    box-shadow: 0 24px 54px rgba(2, 10, 27, 0.44) !important;
    row-gap: 18px;
    gap: 18px;
    overflow: hidden;
    --vision-title-indent: 0px;
    --vision-text-indent: 0px;
    --mission-title-indent: 0px;
    --mission-text-indent: 0px;
}

.vision-mission-premium::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 30%, transparent 72%, rgba(79, 209, 197, 0.12));
}

.expo-section.two-column.vision-mission-premium > div {
    position: relative;
    z-index: 1;
    min-height: 100%;
    padding: 24px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(155deg, rgba(8, 23, 46, 0.84), rgba(10, 27, 52, 0.72));
    box-shadow: 0 14px 36px rgba(1, 10, 25, 0.34);
}

.vision-mission-premium .vision-mission-head {
    position: relative;
    z-index: 1;
    grid-column: 1 / -1;
    margin: 0 0 4px;
    padding: 0 6px;
    text-align: center;
}

.vision-mission-premium .vision-mission-head h2 {
    margin: 0 0 8px;
    font-size: clamp(1.3rem, 2.2vw, 1.9rem);
    color: #f3f9ff !important;
    font-family: "Sora", "Manrope", sans-serif;
}

.vision-mission-premium .vision-mission-head p {
    margin: 0 auto;
    color: #c4d6ee !important;
    line-height: 1.75;
    max-width: 860px;
}

.vision-mission-premium .expofair-effect {
    display: block;
    width: 72px;
    height: 3px;
    margin: 8px 0 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #4fd1c5, #56b9ff);
}

.vision-mission-premium .vision-title {
    margin: 0;
    padding-inline-start: var(--vision-title-indent);
}

.vision-mission-premium .vision-text {
    margin: 0;
    white-space: pre-line;
    line-height: 1.74;
    padding-inline-start: var(--vision-text-indent);
}

.vision-mission-premium .mission-title {
    margin: 0;
    padding-inline-start: var(--mission-title-indent);
}

.vision-mission-premium .mission-text {
    margin: 0;
    white-space: pre-line;
    line-height: 1.74;
    padding-inline-start: var(--mission-text-indent);
}

.expo-section h2,
.expo-section h3,
.about-section h2,
.about-box h3,
.contact-card h2,
.contact-form-wrap h2 {
    color: #fff !important;
    font-family: "Sora", "Manrope", sans-serif;
}

.expo-section p,
.about-section p,
.contact-container p,
.muted,
.info-value,
.form-note {
    color: var(--premium-muted) !important;
}

.about-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(680px 340px at 0% 0%, rgba(79, 209, 197, 0.23), transparent 64%),
        radial-gradient(640px 300px at 100% 20%, rgba(242, 195, 91, 0.2), transparent 58%),
        var(--premium-card) !important;
}

.about-list li::before {
    color: var(--premium-cyan);
}

.number-box span {
    color: #fff;
    text-shadow: 0 6px 22px rgba(79, 209, 197, 0.34);
}

.contact-hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(560px 280px at 15% 0%, rgba(79, 209, 197, 0.24), transparent 60%),
        radial-gradient(540px 280px at 90% 10%, rgba(242, 195, 91, 0.22), transparent 56%),
        rgba(10, 22, 42, 0.85) !important;
}

.gallery-intro {
    position: relative;
    overflow: hidden;
}

.expo-hero::before,
.about-hero::before,
.contact-hero::before,
.gallery-intro::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(from 130deg, rgba(79, 209, 197, 0.75), rgba(242, 195, 91, 0.62), rgba(80, 183, 244, 0.72), rgba(79, 209, 197, 0.75));
    opacity: 0.42;
    animation: ringSpin 14s linear infinite;
    pointer-events: none;
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.expo-hero::after,
.about-hero::after,
.contact-hero::after,
.gallery-intro::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    background: linear-gradient(112deg, transparent 30%, rgba(255, 255, 255, 0.1) 48%, transparent 67%);
    transform: translateX(-100%);
    animation: cardSweep 8s ease-in-out infinite;
}

.info-row,
.form-row input,
.form-row textarea {
    background: rgba(6, 18, 38, 0.52) !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    color: #eef4fc;
}

.info-label {
    color: #9cc8d9 !important;
}

.form-row input::placeholder,
.form-row textarea::placeholder {
    color: rgba(230, 238, 249, 0.48);
}

.site-content .btn,
.site-content .expo-btn,
.site-content .media-button .btn {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 12px 24px;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    text-decoration: none !important;
    font-family: "Sora", "Manrope", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 32px rgba(8, 20, 40, 0.4);
    transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease, border-color 0.24s ease;
}

.site-content .btn::after,
.site-content .expo-btn::after,
.site-content .media-button .btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.35) 48%, transparent 70%);
    transform: translateX(-110%);
    transition: transform 0.55s ease;
}

.site-content .btn:hover::after,
.site-content .expo-btn:hover::after,
.site-content .media-button .btn:hover::after {
    transform: translateX(110%);
}

.site-content .btn:hover,
.site-content .expo-btn:hover,
.site-content .media-button .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 38px rgba(7, 16, 30, 0.58);
    filter: brightness(1.05);
}

.site-content .btn-primary,
.site-content .expo-btn {
    background: linear-gradient(135deg, var(--premium-btn-start), var(--premium-btn-mid) 54%, var(--premium-btn-end)) !important;
    color: #f8fcff !important;
    border-color: rgba(165, 221, 255, 0.52) !important;
}

.site-content .btn-ghost,
.site-content .btn-outline-dark {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #f7fbff !important;
}

.gallery-intro,
.media-item,
.media-box {
    border-radius: 20px;
}

.gallery-intro {
    background:
        radial-gradient(560px 260px at 20% 0%, rgba(79, 209, 197, 0.2), transparent 56%),
        rgba(8, 21, 44, 0.82) !important;
}

.gallery-intro h1,
.gallery-intro p,
.media-caption,
.media-box h3 {
    color: #eff6ff !important;
}

.media-item img,
.media-item video {
    border-radius: 16px;
    box-shadow: 0 12px 24px rgba(1, 9, 22, 0.36);
}

.countries-section {
    margin-top: 16px;
    padding: 24px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    background: rgba(6, 18, 36, 0.7);
    box-shadow: var(--premium-shadow);
}

.country-item {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ecf4ff;
    border-radius: 999px;
    padding: 8px 14px;
    margin: 0 8px;
}

.countries-container h2,
.countries-container p {
    color: #e9f2ff !important;
}

.expo-caption {
    max-width: min(88vw, 800px);
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: linear-gradient(145deg, rgba(7, 17, 34, 0.82), rgba(13, 35, 66, 0.72));
    backdrop-filter: blur(8px);
    border-radius: 18px;
    box-shadow: 0 20px 55px rgba(2, 8, 21, 0.58);
}

.expo-caption h1,
.expo-caption h2 {
    font-family: "Sora", "Manrope", sans-serif;
    font-size: clamp(1.4rem, 3.4vw, 2.3rem);
    margin: 0 0 8px;
    color: #f8fbff;
}

.expo-caption p {
    margin: 0;
    color: #cad8ec;
}

.reveal {
    opacity: 1;
    transform: none;
}

.has-reveal-animations .reveal {
    opacity: 0;
    transform: translateY(28px) scale(0.985);
    transition: opacity 0.75s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.has-reveal-animations .reveal.is-visible {
    opacity: 1;
    transform: none;
}

.scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #4fd1c5, #86e1d8, #f2c35b);
    transform-origin: left;
    transform: scaleX(0);
    z-index: 1200;
    box-shadow: 0 3px 18px rgba(79, 209, 197, 0.45);
}

.mobile-stable .reveal:not(.expo-hero) {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

.mobile-stable .expo-hero {
    animation: none !important;
}

.mobile-stable .scroll-progress {
    display: none !important;
}

.mobile-stable .expo-slider .hero-media img,
.mobile-stable .expo-slider .carousel-item.active .hero-media img {
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
}

.mobile-stable .about-hero::before,
.mobile-stable .contact-hero::before,
.mobile-stable .gallery-intro::before,
.mobile-stable .about-hero::after,
.mobile-stable .contact-hero::after,
.mobile-stable .gallery-intro::after {
    display: none !important;
}

.cursor-spotlight {
    position: fixed;
    width: 340px;
    height: 340px;
    left: 0;
    top: 0;
    border-radius: 999px;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    mix-blend-mode: screen;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(79, 209, 197, 0.21), rgba(79, 209, 197, 0.02) 45%, transparent 70%);
    transition: opacity 0.35s ease;
}

.cursor-spotlight.is-active {
    opacity: 1;
}

.site-footer {
    --footer-desc-indent: 0px;
    --footer-links-indent: 0px;
    --footer-copy-indent: 0px;
    position: relative;
    overflow: hidden;
    margin-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(500px 220px at 100% 0%, rgba(79, 209, 197, 0.17), transparent 70%),
        radial-gradient(420px 180px at 0% 80%, rgba(242, 195, 91, 0.14), transparent 72%),
        #061426;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.05), transparent 30%, transparent 70%, rgba(255, 255, 255, 0.06));
}

.site-footer > * {
    position: relative;
    z-index: 1;
}

.footer-shell {
    padding-block: 26px;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 0.8fr);
    gap: 20px;
    align-items: start;
}

.footer-brand-col,
.footer-links-col,
.footer-meta-col {
    min-width: 0;
}

.footer-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 6px 11px;
    border-radius: 999px;
    border: 1px solid rgba(79, 209, 197, 0.34);
    background: rgba(79, 209, 197, 0.14);
    color: #9eece2;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
}

.footer-title {
    margin-bottom: 10px !important;
    color: #f6fbff;
    font-family: "Sora", "Manrope", sans-serif;
    font-size: 1.2rem;
}

.footer-description {
    color: #bfd1ea !important;
    line-height: 1.75;
    white-space: pre-line;
    padding-inline-start: var(--footer-desc-indent);
}

.footer-links-title {
    color: #eef5ff;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-inline-start: var(--footer-links-indent);
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
    color: #d9e6f8 !important;
    text-decoration: none !important;
    font-size: 0.9rem;
    font-weight: 600;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.footer-links a:hover,
.footer-links a:focus {
    transform: translateY(-2px);
    border-color: rgba(79, 209, 197, 0.5);
    background: rgba(79, 209, 197, 0.12);
    box-shadow: 0 10px 26px rgba(6, 16, 31, 0.38);
}

.footer-admin-link {
    border-color: rgba(242, 195, 91, 0.45) !important;
    background: rgba(242, 195, 91, 0.12) !important;
    color: #ffe8b4 !important;
}

.footer-meta-col {
    justify-self: end;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.footer-lang-chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #d2e3fb;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.footer-copy {
    display: block;
    color: #9db0cb !important;
    line-height: 1.7;
    white-space: pre-line;
    padding-inline-start: var(--footer-copy-indent);
}

.expo-slider .hero-media img {
    transform: scale(1.06) translateY(var(--hero-shift, 0px));
    transition: transform 7.5s cubic-bezier(0.19, 0.89, 0.27, 1);
}

.expo-slider .carousel-item.active .hero-media img {
    transform: scale(1.1) translateY(var(--hero-shift, 0px));
}

.magnetic-button {
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease !important;
    will-change: transform;
}

.tilt-card {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 0.2s ease;
    will-change: transform;
}

.tilt-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(400px 220px at var(--mx, 50%) var(--my, 50%), rgba(79, 209, 197, 0.12), transparent 60%);
    pointer-events: none;
}

body.is-ready .expo-logo {
    animation: logoPulse 2.8s ease-in-out infinite;
}

@keyframes premiumFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(18px); }
}

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

@keyframes cardSweep {
    0%, 100% { transform: translateX(-100%); opacity: 0; }
    18% { opacity: 0.9; }
    50% { transform: translateX(100%); opacity: 0.9; }
    55% { opacity: 0; }
}

@keyframes logoPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.03); }
}

@keyframes mobileHeroReveal {
    0% {
        opacity: 0;
        transform: translateY(22px) scale(0.985);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 991px) {
    html,
    body {
        background: #071226 !important;
        background-image: none !important;
        background-attachment: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
        overflow-y: auto !important;
        overscroll-behavior-y: auto;
        touch-action: pan-y;
    }

    html,
    body,
    .site-wrapper {
        overflow-x: hidden !important;
    }

    .site-wrapper,
    .site-content {
        background: #071226 !important;
    }

    body::before,
    .site-wrapper::before,
    .site-wrapper::after {
        display: none !important;
    }

    .scroll-progress {
        display: none !important;
    }

    .expo-navbar,
    .expo-navbar .navbar-collapse,
    .about-hero,
    .contact-hero,
    .gallery-intro,
    .expo-caption,
    .contact-card,
    .contact-form-wrap,
    .map-shell,
    .media-box {
        backdrop-filter: none !important;
    }

    .about-hero::before,
    .contact-hero::before,
    .gallery-intro::before,
    .about-hero::after,
    .contact-hero::after,
    .gallery-intro::after,
    .site-footer::before {
        display: none !important;
        animation: none !important;
    }

    body.is-ready .expo-logo {
        animation: none !important;
    }

    .expo-slider .hero-media img,
    .expo-slider .carousel-item.active .hero-media img,
    .media-item img,
    .media-item video,
    .media-video-shell,
    .media-video-inline {
        transform: none !important;
        transition: none !important;
        will-change: auto !important;
    }

    .expo-navbar .container {
        position: relative;
    }

    .expo-navbar .navbar-collapse {
        position: absolute;
        left: 0;
        right: 0;
        top: calc(100% + 10px);
        z-index: 1000;
        margin-top: 0.75rem;
        padding: 0.85rem;
        border-radius: 16px;
        border: 1px solid rgba(170, 224, 255, 0.62) !important;
        background:
            radial-gradient(360px 140px at 0% 0%, rgba(79, 209, 197, 0.28), transparent 70%),
            linear-gradient(160deg, rgba(7, 20, 41, 0.995), rgba(5, 15, 30, 0.99));
        box-shadow: 0 24px 48px rgba(3, 12, 28, 0.64);
        backdrop-filter: blur(14px);
    }

    .expo-navbar .navbar-nav {
        gap: 8px;
        align-items: stretch !important;
    }

    .expo-navbar .navbar-nav .nav-link {
        color: #f5fbff !important;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(184, 224, 255, 0.2);
        padding: 0.72rem 0.9rem;
        font-weight: 700;
        text-shadow: 0 1px 0 rgba(2, 8, 18, 0.35);
    }

    .expo-navbar .navbar-nav .nav-link:hover,
    .expo-navbar .navbar-nav .nav-link:focus {
        color: #fff !important;
        background: rgba(79, 209, 197, 0.24);
        border-color: rgba(131, 229, 220, 0.62);
    }

    .expo-navbar .navbar-nav .nav-link.active {
        color: #fefefe !important;
        background: linear-gradient(135deg, rgba(79, 209, 197, 0.34), rgba(86, 163, 255, 0.3));
        border-color: rgba(176, 234, 255, 0.7);
    }

    .expo-navbar .navbar-nav .btn-outline-dark {
        width: 100%;
        justify-content: center;
        border-color: rgba(242, 195, 91, 0.45) !important;
        background: rgba(242, 195, 91, 0.14) !important;
        color: #ffecbb !important;
        font-weight: 700;
    }

    .expo-navbar .navbar-nav .btn-outline-dark:hover,
    .expo-navbar .navbar-nav .btn-outline-dark:focus {
        border-color: rgba(242, 195, 91, 0.75) !important;
        background: rgba(242, 195, 91, 0.24) !important;
        color: #fff2ce !important;
    }

    .expo-caption {
        padding: 20px 18px;
    }

    .expo-section.two-column > div {
        padding: 18px;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .expo-services-premium .action_box_inner {
        padding: 20px 14px;
    }

    .services-subtitle {
        margin-bottom: 14px;
        font-size: 0.92rem;
        line-height: 1.6;
        text-align: left;
    }

    .service-card {
        border-radius: 14px;
        padding: 14px 12px 12px;
    }

    .service-index {
        width: 30px;
        height: 30px;
        border-radius: 10px;
        margin-bottom: 8px;
        font-size: 0.74rem;
    }

    .service-card h3 {
        margin-bottom: 6px;
        font-size: 0.92rem;
        line-height: 1.3;
    }

    .service-card p {
        font-size: 0.82rem;
        line-height: 1.5;
    }

    .expo-services-premium {
        margin-bottom: 22px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-meta-col {
        grid-column: 1 / -1;
        justify-self: start;
        text-align: left;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .site-content {
        padding-top: 76px;
    }

    .cursor-spotlight {
        display: none;
    }

    .expo-hero,
    .about-hero,
    .contact-hero {
        border-radius: 18px;
    }

    .vision-mission-premium {
        padding: 14px;
        row-gap: 14px;
    }

    .expo-section.two-column.vision-mission-premium > div {
        padding: 16px;
    }

    .vision-mission-premium .expofair-effect {
        margin-inline: 0;
    }

    .footer-shell {
        padding-top: 22px;
        padding-bottom: calc(22px + env(safe-area-inset-bottom, 0px));
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        text-align: center;
        justify-items: center;
    }

    .footer-links {
        gap: 8px;
        justify-content: center;
        padding-inline-start: 0;
    }

    .footer-links a {
        width: auto;
        justify-content: center;
    }

    .footer-meta-col {
        gap: 8px;
        justify-self: center;
        text-align: center;
        align-items: center;
    }

    .footer-copy {
        padding-bottom: 2px;
        padding-inline-start: 0;
    }

    .hero-wrapper .hero-cta {
        width: auto;
        min-width: 144px;
        padding: 9px 16px !important;
        font-size: 0.9rem;
    }
}

@media (max-width: 430px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-wrapper::before,
    .site-wrapper::after,
    body.is-ready .expo-logo,
    .reveal,
    .tilt-card,
    .magnetic-button,
    .expo-slider .carousel-item img,
    .expo-hero::before,
    .about-hero::before,
    .contact-hero::before,
    .gallery-intro::before,
    .expo-hero::after,
    .about-hero::after,
    .contact-hero::after,
    .gallery-intro::after {
        animation: none !important;
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
