:root {
    --bg-night: #0f1012;
    --bg-deep: #17191d;
    --ink: #f2efe8;
    --muted: #c8c1b4;
    --gold: #d9a441;
    --gold-strong: #f1be55;
    --panel: rgba(255, 255, 255, 0.08);
    --border-soft: rgba(255, 255, 255, 0.18);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--ink);
    background: radial-gradient(circle at 12% 18%, #2b2217 0, #151617 35%, #0f1012 100%);
    font-family: "Sora", sans-serif;
    line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.02em;
}

a {
    color: inherit;
}

.ambient-bg {
    position: fixed;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(900px 400px at 85% 10%, rgba(217, 164, 65, 0.16), transparent 60%),
        radial-gradient(700px 380px at 10% 80%, rgba(182, 106, 50, 0.22), transparent 55%);
}

.section-pad {
    padding: 110px 0;
}

.navbar {
    backdrop-filter: blur(8px);
    background: rgba(15, 16, 18, 0.72);
    border-bottom: 1px solid transparent;
    transition: all 0.25s ease;
}

.navbar.scrolled {
    border-bottom-color: rgba(217, 164, 65, 0.35);
    background: rgba(10, 10, 11, 0.86);
}

.navbar-brand {
    text-decoration: none;
}

.brand-mark {
    display: inline-block;
    font-family: "Allura", cursive;
    font-size: clamp(2rem, 2.6vw, 2.6rem);
    line-height: 1;
    color: #f8ecd0;
    letter-spacing: 0.03em;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.nav-link {
    color: var(--muted);
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--gold-strong);
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.22);
}

.navbar-toggler-icon {
    filter: invert(1);
}

.hero-section {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--gold);
    font-size: 0.76rem;
    margin-bottom: 0.8rem;
}

.hero-title {
    font-weight: 700;
    line-height: 0.94;
    text-transform: uppercase;
}

.hero-subtitle {
    color: #ded6c6;
    max-width: 640px;
}

.hero-quote {
    border-left: 3px solid var(--gold);
    padding-left: 12px;
    color: #d8cdb8;
    max-width: 680px;
}

.float-wrap {
    animation: drift 6s ease-in-out infinite;
}

@keyframes drift {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.hero-image {
    max-height: 620px;
    filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.42));
}

.hero-banner-section {
    padding-top: 86px;
}

.home-banner-slide {
    position: relative;
    min-height: calc(100vh - 86px);
    overflow: hidden;
    background: #090a0c;
}

.home-banner-image {
    width: 100%;
    height: calc(100vh - 86px);
    object-fit: contain;
    object-position: center;
    filter: saturate(1.06) contrast(1.04);
}

.home-banner-scrim {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 8, 10, 0.76) 0%, rgba(7, 8, 10, 0.52) 40%, rgba(7, 8, 10, 0.2) 100%),
        linear-gradient(180deg, rgba(7, 8, 10, 0.18) 0%, rgba(7, 8, 10, 0.48) 100%);
}

.home-banner-content-wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 2;
}

.home-banner-content {
    max-width: 720px;
    padding: 24px 0;
}

.home-banner-content > * {
    opacity: 0;
    transform: translateY(18px);
}

.home-banner-carousel .owl-item.active .home-banner-content .eyebrow {
    animation: bannerTextIn 0.55s ease forwards;
}

.home-banner-carousel .owl-item.active .home-banner-content .hero-title {
    animation: bannerTextIn 0.65s ease forwards;
    animation-delay: 0.12s;
}

.home-banner-carousel .owl-item.active .home-banner-content .home-banner-kicker {
    animation: bannerTextIn 0.65s ease forwards;
    animation-delay: 0.22s;
}

.home-banner-carousel .owl-item.active .home-banner-content .hero-quote {
    animation: bannerTextIn 0.7s ease forwards;
    animation-delay: 0.34s;
}

.home-banner-carousel .owl-item.active .home-banner-content .d-flex {
    animation: bannerTextIn 0.65s ease forwards;
    animation-delay: 0.46s;
}

@keyframes bannerTextIn {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.home-banner-kicker {
    color: #f2dcb4;
    font-size: clamp(1rem, 1.8vw, 1.3rem);
    margin-bottom: 0.75rem;
}

.home-banner-section .hero-title {
    margin-bottom: 0.75rem;
}

.home-banner-section .hero-quote {
    max-width: 620px;
    background: rgba(0, 0, 0, 0.26);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 12px;
}

.home-banner-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.home-banner-carousel .owl-dot span {
    width: 11px !important;
    height: 11px !important;
    background: rgba(255, 255, 255, 0.46) !important;
    margin: 5px !important;
}

.home-banner-carousel .owl-dot.active span {
    background: #f1be55 !important;
}

.home-banner-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.38) !important;
    background: rgba(8, 9, 10, 0.58) !important;
    color: #f8e6bf !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: all 0.25s ease;
}

.home-banner-carousel .owl-nav .owl-prev {
    left: 16px;
}

.home-banner-carousel .owl-nav .owl-next {
    right: 16px;
}

.home-banner-carousel .owl-nav button:hover {
    background: rgba(217, 164, 65, 0.32) !important;
    border-color: rgba(241, 190, 85, 0.9) !important;
}

.section-heading {
    margin-bottom: 34px;
    text-align: center;
}

.section-heading h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin-bottom: 8px;
}

.section-heading p {
    color: #d4c7ae;
    margin-bottom: 0;
}

.soft-panel {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.about-copy {
    color: #eee7d8;
}

.about-page-heading {
    font-family: 'Cinzel Decorative', serif;
    font-size: clamp(1.8rem, 4.5vw, 3.2rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    background: linear-gradient(135deg, #f5e6c8 0%, #e8b96a 50%, #c8922a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px;
    line-height: 1.3;
}

.about-title-name {
    font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    letter-spacing: 0.06em;
    background: linear-gradient(135deg, #f5e6c8 0%, #e8b96a 45%, #c8922a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 6px;
    line-height: 1.2;
}

.about-title-role {
    font-family: 'Cinzel', serif;
    font-size: clamp(0.7rem, 1.6vw, 0.95rem);
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #e8b96a;
    opacity: 0.9;
    padding: 8px 0 4px;
    border-top: 1px solid rgba(232, 185, 106, 0.3);
    border-bottom: 1px solid rgba(232, 185, 106, 0.3);
    margin-bottom: 14px;
}

.glass-panel {
    background: var(--panel);
    border: 1px solid var(--border-soft);
    border-radius: 20px;
    padding: 26px;
}

.glass-panel h3 {
    font-size: 1.8rem;
}

.release-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.release-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.release-image {
    height: 260px;
    object-fit: cover;
}

.release-card h3 {
    margin-bottom: 8px;
    font-size: 1.6rem;
}

.release-card p {
    color: #ddcfb5;
    margin-bottom: 0;
}

.platform-wrap h3 {
    margin-bottom: 0;
}

.chip-link {
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(241, 190, 85, 0.7);
    text-decoration: none;
    font-weight: 500;
    color: #f5d089;
    transition: all 0.2s ease;
}

.chip-link:hover {
    color: #181818;
    background: var(--gold-strong);
}

.btn-amber {
    background: linear-gradient(145deg, var(--gold), #f1bd55);
    color: #161513;
    border: none;
    font-weight: 600;
    border-radius: 999px;
    padding: 12px 24px;
}

.btn-amber:hover {
    background: linear-gradient(145deg, #efbf61, #f7cf7a);
    color: #161513;
}

.btn-outline-light {
    border-radius: 999px;
    padding: 12px 24px;
}

.btn-filter {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #e2d8c4;
}

.btn-filter.active,
.btn-filter:hover {
    background: var(--gold);
    color: #111;
}

.gallery-card {
    margin: 0;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.gallery-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 40px rgba(217, 164, 65, 0.25);
    border-color: rgba(241, 190, 85, 0.6);
}

.gallery-card img {
    height: 297px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.gallery-card:hover img {
    transform: scale(1.08);
}

.rhythm-gallery-title {
    font-family: 'Cinzel', serif;
    font-size: clamp(1.55rem, 2.8vw, 2.2rem);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: linear-gradient(135deg, #f6e2b8 0%, #efc26a 48%, #c78f2c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 6px;
}

.rhythm-divider {
    width: min(560px, 92%);
    margin: 0 auto 10px;
    line-height: 0;
    opacity: 0.95;
}

.rhythm-divider svg {
    width: 100%;
    height: 24px;
}

.rhythm-divider path,
.rhythm-divider circle {
    fill: none;
    stroke: rgba(241, 190, 85, 0.85);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rhythm-divider circle {
    fill: rgba(241, 190, 85, 0.9);
    stroke: none;
}

.gallery-card figcaption {
    padding: 14px 16px;
    color: #e8d8bb;
    font-size: 0.95rem;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.4);
}

.news-thumb {
    display: block;
    position: relative;
    text-decoration: none;
}

.news-cut-shape {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
    clip-path: polygon(0 8%, 92% 0, 100% 88%, 8% 100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.news-thumb img {
    height: 320px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.news-thumb:hover .news-cut-shape {
    transform: translateY(-6px) rotate(-0.6deg);
    border-color: rgba(241, 190, 85, 0.7);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
}

.news-thumb:hover img {
    transform: scale(1.12);
}

#news .col-lg-4:nth-child(3n + 2) .news-cut-shape {
    clip-path: polygon(6% 0, 100% 10%, 94% 100%, 0 90%);
}

#news .col-lg-4:nth-child(3n + 3) .news-cut-shape {
    clip-path: polygon(0 0, 94% 6%, 100% 100%, 10% 94%);
}

.news-lightbox .modal-content {
    background: rgba(6, 7, 8, 0.98);
    border: none;
}

.news-lightbox .modal-body {
    padding: 0;
}

.news-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
}

.news-slide-wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 80px;
}

.news-lightbox-image {
    width: 100%;
    max-width: 1200px;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.news-lightbox-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.32) !important;
    background: rgba(11, 12, 15, 0.7) !important;
    color: #f3d89b !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: all 0.2s ease;
}

.news-lightbox-carousel .owl-nav button:hover {
    background: rgba(217, 164, 65, 0.25) !important;
    border-color: rgba(241, 190, 85, 0.8) !important;
}

.news-lightbox-carousel .owl-nav .owl-prev {
    left: 16px;
}

.news-lightbox-carousel .owl-nav .owl-next {
    right: 16px;
}

.award-list,
.performance-list {
    margin: 0;
    padding-left: 18px;
}

.award-list li,
.performance-list li {
    margin-bottom: 10px;
    color: #e4d8c1;
}

.awards-photo-wrap {
    margin-top: 10px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.awards-photo-title {
    margin-bottom: 16px;
    font-size: 2rem;
}

.award-photo-card {
    display: block;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    overflow: hidden;
    background: rgba(8, 9, 12, 0.52);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.award-photo-card:hover {
    transform: translateY(-6px);
    border-color: rgba(241, 190, 85, 0.75);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
}

.award-photo-card img {
    height: 220px;
    object-fit: cover;
}

.award-photo-card span {
    display: block;
    padding: 10px 12px;
    color: #ecd7ad;
    font-size: 0.88rem;
}

.awards-lightbox .modal-content {
    background: rgba(6, 7, 8, 0.98);
    border: none;
}

.awards-lightbox .modal-body {
    padding: 0;
}

.awards-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
}

.awards-slide-wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 80px;
}

.awards-lightbox-image {
    width: 100%;
    max-width: 1200px;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.awards-lightbox-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.32) !important;
    background: rgba(11, 12, 15, 0.7) !important;
    color: #f3d89b !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: all 0.2s ease;
}

.awards-lightbox-carousel .owl-nav button:hover {
    background: rgba(217, 164, 65, 0.25) !important;
    border-color: rgba(241, 190, 85, 0.8) !important;
}

.awards-lightbox-carousel .owl-nav .owl-prev {
    left: 16px;
}

.awards-lightbox-carousel .owl-nav .owl-next {
    right: 16px;
}

.contact-form .form-control {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #f5f0e3;
    border-radius: 12px;
}

.contact-form .form-control::placeholder {
    color: #b9aa8f;
}

.contact-form .form-control:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 0.2rem rgba(217, 164, 65, 0.2);
    background: rgba(255, 255, 255, 0.07);
}

.contact-info a {
    color: #f2c66d;
    text-decoration: none;
}

.social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.social-row a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    padding: 8px 14px;
}

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.3);
    color: #cfc5b4;
    font-size: 0.92rem;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(18px);
    transition: all 0.65s ease;
}

.reveal-on-scroll.revealed {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .section-pad {
        padding: 88px 0;
    }

    .hero-section {
        min-height: auto;
        padding-top: 120px;
    }

    .hero-image {
        max-height: 430px;
    }

    .brand-mark {
        font-size: 1.8rem;
    }

    .home-banner-slide,
    .home-banner-image {
        min-height: 70vh;
        height: 70vh;
    }

    .home-banner-content {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.85rem;
        line-height: 1.02;
    }

    .eyebrow {
        font-size: 0.68rem;
        letter-spacing: 0.14em;
    }

    .gallery-card img {
        height: 253px;
    }

    .news-thumb img {
        height: 240px;
    }

    .news-slide-wrap {
        padding: 24px 16px;
    }

    .news-lightbox-carousel .owl-nav button {
        width: 44px;
        height: 44px;
        font-size: 24px !important;
    }

    .home-banner-slide,
    .home-banner-image {
        min-height: 62vh;
        height: 62vh;
    }

    .home-banner-content {
        padding: 0 6px;
    }

    .home-banner-content .d-flex {
        flex-wrap: nowrap !important;
        gap: 0.5rem !important;
    }

    .home-banner-content .btn {
        font-size: 0.78rem;
        padding: 8px 12px;
        white-space: nowrap;
        line-height: 1.2;
    }

    .home-banner-kicker {
        font-size: 0.9rem;
    }

    .hero-quote {
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .home-banner-carousel .owl-nav button {
        width: 42px;
        height: 42px;
        font-size: 24px !important;
    }

    .site-footer {
        font-size: 0.8rem;
    }

    .awards-photo-wrap {
        padding: 16px;
    }

    .awards-photo-title {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }

    .award-photo-card img {
        height: 150px;
    }

    .awards-slide-wrap {
        padding: 24px 16px;
    }

    .awards-lightbox-carousel .owl-nav button {
        width: 44px;
        height: 44px;
        font-size: 24px !important;
    }
}

.spotlight-section {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.05));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.spotlight-section .section-heading h2 {
    color: #f8ecd0;
}

.spotlight-copy {
    color: #eee7d8;
    line-height: 1.9;
}

.spotlight-copy p {
    margin-bottom: 1.2rem;
}

.spotlight-copy p:last-child {
    margin-bottom: 0;
}

.spotlight-carousel-wrap {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    overflow: hidden;
    padding: 0;
}

.spotlight-carousel {
    width: 100%;
}

.spotlight-slide {
    padding: 0;
}

.spotlight-image {
    width: 100%;
    height: 531px;
    object-fit: cover;
    display: block;
}

.spotlight-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.spotlight-carousel .owl-nav button {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.34) !important;
    background: rgba(10, 11, 14, 0.65) !important;
    color: #f3d89b !important;
    font-size: 28px !important;
    line-height: 1 !important;
    transition: all 0.2s ease;
}

.spotlight-carousel .owl-nav button:hover {
    background: rgba(217, 164, 65, 0.28) !important;
    border-color: rgba(241, 190, 85, 0.75) !important;
}

.spotlight-carousel .owl-prev {
    left: 12px;
}

.spotlight-carousel .owl-next {
    right: 12px;
}

.spotlight-carousel .owl-dots {
    bottom: 12px;
}

.spotlight-carousel .owl-dot span {
    width: 9px !important;
    height: 9px !important;
    background: rgba(255, 255, 255, 0.42) !important;
    margin: 4px !important;
}

.spotlight-carousel .owl-dot.active span {
    background: #f1be55 !important;
}

.gallery-lightbox .modal-content {
    background: rgba(6, 7, 8, 0.98);
    border: none;
}

.gallery-lightbox .modal-body {
    padding: 0;
}

.gallery-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
}

.gallery-slide-wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 80px;
}

.gallery-lightbox-image {
    width: 100%;
    max-width: 1200px;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.gallery-lightbox-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.32) !important;
    background: rgba(11, 12, 15, 0.7) !important;
    color: #f3d89b !important;
    font-size: 30px !important;
    line-height: 1 !important;
    transition: all 0.2s ease;
}

.gallery-lightbox-carousel .owl-nav button:hover {
    background: rgba(217, 164, 65, 0.25) !important;
    border-color: rgba(241, 190, 85, 0.8) !important;
}

.gallery-lightbox-carousel .owl-nav .owl-prev {
    left: 16px;
}

.gallery-lightbox-carousel .owl-nav .owl-next {
    right: 16px;
}

@media (max-width: 991.98px) {
    .spotlight-image {
        height: 455px;
    }
}

@media (max-width: 575.98px) {
    .spotlight-image {
        height: 354px;
    }

    .spotlight-carousel .owl-nav button {
        width: 38px;
        height: 38px;
        font-size: 22px !important;
    }
}
