@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --text-color: #ffffff;
    --textx-color: #db5b02;
    --faq-bg: #0d0b09;
    --faq-panel-bg: #17130f;
    --faq-gold: #db5b02;
    --faq-gold-soft: #db5b02;
    --faq-border: #db5c0265;
    --faq-text: #efe6d8;
    --faq-text-muted: #cbb98e;
    --socialz-ink:        #000000;
    --socialz-ink-soft:   #171a20;
    --socialz-paper:      #edeef2;
    --socialz-muted:      #8a8f98;
    --socialz-accent:     #db5b02;   /* signature indigo */
    --socialz-accent-2:   #db5b02;   /* warm gold, used sparingly on card backs */
    --socialz-line:       rgba(237,238,242,0.12);
    --socialz-font-display: 'Cinzel', serif;
    --socialz-font-body:    'Cinzel', serif;
    --socialz-font-mono:    'Poppins', sans-serif;;

    --socialz-pad-hero: 80px;
    --socialz-radius: 18px;
  }

  @media (max-width: 900px){
    :root{ --socialz-pad-hero: 28px; --socialz-radius: 14px; }
  }
  @media (max-width: 520px){
    :root{ --socialz-pad-hero: 16px; }
  }

  *{ box-sizing: border-box; }

  .socialz-root{
    background: var(--socialz-ink);
    color: var(--socialz-paper);
    font-family: var(--socialz-font-body);
    overflow-x: hidden;
  }

  .socialz-root *{
    min-width: 0;
  }

  .socialz-eyebrow{
    font-family: var(--socialz-font-mono);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--socialz-accent);
  }

  /* Respect reduced motion: disable scroll pin/scrub choreography */
  @media (prefers-reduced-motion: reduce){
    .socialz-scroll-stage{ height: auto !important; }
    .socialz-pin{ position: relative !important; }
  }

  /* --------------------------------------------------------------------
     STAGE â€” the pinned scroll section that houses the whole sequence
     -------------------------------------------------------------------- */
  .socialz-scroll-stage{
    position: relative;
    height: 34vh !important; /* scroll distance driving the whole timeline */
  }

  .socialz-pin{
    position: relative;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }

  .socialz-stage-inner{
    position: relative;
    width: 100%;
    height: 100%;
  }

  /* --------------------------------------------------------------------
     PHASE 1 â€” fullscreen hero image with 80px padding
     -------------------------------------------------------------------- */
  .socialz-hero-frame{
    position: absolute;
    inset: 0;
    padding: var(--socialz-pad-hero);
    display: flex;
    z-index: 3;
  }

  .socialz-hero-media{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--socialz-ink-soft);
    will-change: transform, border-radius;
  }

  .socialz-hero-media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .socialz-hero-caption{
    position: absolute;
    left: 40px;
    bottom: 36px;
    z-index: 2;
    max-width: 520px;
  }
  .socialz-hero-caption h1{
    font-family: var(--socialz-font-display);
    font-weight: 600;
    font-size: clamp(28px, 4vw, 52px);
    line-height: 1.05;
    margin: 10px 0 0;
  }
  @media (max-width: 700px){
    .socialz-hero-caption{ left: 24px; bottom: 24px; }
  }

  /* --------------------------------------------------------------------
     PHASE 2 â€” three flipping proof-cards, aligned to the image thirds
     -------------------------------------------------------------------- */
  .socialz-flip-layer{
    position: absolute;
    inset: 0;
    padding: var(--socialz-pad-hero);
    display: flex;
    gap: 18px;
    z-index: 4;
    pointer-events: none;
  }

  .socialz-flip-card{
    position: relative;
    flex: 1 1 0;
    height: 100%;
    perspective: 1600px;
    opacity: 0; /* revealed by GSAP once the hero has shrunk into thirds */
  }

  .socialz-flip-card__inner{
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
  }

  .socialz-flip-face{
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 26px;
  }

  .socialz-flip-face--front{
    background: var(--socialz-ink-soft);
  }
  .socialz-flip-face--front img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.55;
  }

  .socialz-flip-face--back{
    background: linear-gradient(116deg, rgb(219 91 2 / 10%), #000000);
    transform: rotateY(180deg);
  }

  .socialz-flip-stat{
    font-family: var(--socialz-font-display);
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 600;
    color: var(--socialz-accent-2);
  }
  .socialz-flip-label{
    font-family: var(--socialz-font-mono);
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--socialz-muted);
    margin-top: 6px;
  }

  /* --------------------------------------------------------------------
     PHASE 3 â€” the Owl Carousel, faded/scaled in as the flip layer resolves
     -------------------------------------------------------------------- */
  .socialz-carousel-layer{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 0 20px;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
  }

  .socialz-carousel-inner{
    width: 100%;
  }

  .socialz-carousel-heading{
    margin-bottom: 12px;
  }
  .socialz-carousel-heading h2{
    font-family: var(--socialz-font-display);
    font-weight: 600;
    font-size: clamp(22px, 2.6vw, 34px);
    margin: 4px 0 0;
  }

  .socialz-owl-carousel .socialz-carousel-card{
    background: #000000;
    border: 1px solid var(--socialz-line);
    overflow: hidden;
    margin: 4px 10px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
  }

  .socialz-carousel-card img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
  }

  .socialz-carousel-card__body{
    position: relative;
    padding: 18px;
  }

  .socialz-carousel-card__index{
    font-family: var(--socialz-font-mono);
    font-size: 11px;
    color: var(--socialz-accent);
    letter-spacing: 0.08em;
  }
  .socialz-carousel-card__title{
    font-family: var(--socialz-font-display);
    font-size: 18px;
    margin-top: 4px;
  }

  /* Owl nav/dots re-skin, namespaced so it never leaks into other Owl instances */
  .socialz-owl-carousel .owl-dots{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
  }
  .socialz-owl-carousel .owl-dot span{
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background: var(--socialz-line);
    transition: background .25s ease, transform .25s ease;
  }
  .socialz-owl-carousel .owl-dot.active span{
    background: var(--socialz-accent);
    transform: scale(1.3);
  }
  .socialz-owl-carousel .owl-nav{
    display: none;
  }
  @media (min-width: 900px){
    .socialz-owl-carousel .owl-nav{
      display: flex;
      justify-content: space-between;
      position: absolute;
      top: 50%;
      left: -18px;
      right: -18px;
      transform: translateY(-50%);
      pointer-events: none;
    }
    .socialz-owl-carousel .owl-nav button{
      pointer-events: all;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: var(--socialz-ink-soft);
      border: 1px solid var(--socialz-line);
      color: var(--socialz-paper) !important;
      font-size: 18px !important;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

  /* Spacer sections so the page has scroll context above/below the stage */
  .socialz-filler{
    min-height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--socialz-muted);
    font-family: var(--socialz-font-mono);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Cinzel", serif;
    margin: 0;
    padding: 0;
    background-color: #000000;
    color: var(--textx-color);
    width: 100%;
    overflow-x: hidden;
}

.animate-on-scroll {
    will-change: transform, opacity;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ===== PAGE LOADER ===== */
.page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    transition: opacity 0.5s ease;
}

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    transform: scaleX(1);
    transform-origin: center center;
    transition: transform 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.loader-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.loader-number {
    font-family: "Cinzel", serif;
    font-size: 120px;
    font-weight: 700;
    color: var(--textx-color);
    text-shadow: 0 0 60px rgba(219, 91, 2, 0.4);
    line-height: 1;
    transition: transform 0.15s ease, opacity 0.15s ease;
}

.loader-text {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-top: 10px;
}

.loader-dots {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.loader-dots span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--textx-color);
    animation: loaderDot 1.2s ease-in-out infinite;
}

.loader-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.loader-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes loaderDot {
    0%, 80%, 100% {
        transform: scale(0.4);
        opacity: 0.3;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

/* ===== SCROLL TO TOP BUTTON ===== */
.scroll-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9998;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(219, 91, 2, 0.9), rgba(219, 91, 2, 0.6));
    border: 2px solid rgba(219, 91, 2, 0.4);
    color: #ffffff;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px) scale(0.8);
    transition: opacity 0.4s ease, transform 0.4s ease, background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 20px rgba(219, 91, 2, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.scroll-top-btn.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.scroll-top-btn:hover {
    background: linear-gradient(135deg, rgba(219, 91, 2, 1), rgba(219, 91, 2, 0.8));
    box-shadow: 0 8px 35px rgba(219, 91, 2, 0.5);
    transform: translateY(-3px) scale(1.05);
}

.scroll-top-btn:active {
    transform: scale(0.95);
}

.scroll-top-btn svg {
    width: 22px;
    height: 22px;
    stroke: #ffffff;
}

/* Header Styles Start */

.site-header {
    background-color: #000000;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
}

.header-container {
    max-width: 1632px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: visible;
}

.nav-gem {
    position: absolute;
    width: 20px;
    height: 20px;
    object-fit: contain;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, 8px) scale(0.8);
    transition: opacity 0.25s ease, transform 0.25s ease;
    z-index: 20;
    top: 8px;
    left: 0;
    filter: drop-shadow(0 8px 16px rgba(219, 91, 2, 0.35));
}

.nav-gem.active {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
}

.nav-left,
.nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--textx-color);
}

.nav-link.active {
    color: var(--textx-color);
}

.home-icon {
    position: absolute;
    right: -20px;
    top: -12px;
    width: 28px;
    height: 28px;
    pointer-events: none;
    object-fit: contain;
}

.dropdown-icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    height: 51px;
    width: auto;
    object-fit: contain;
}

/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    width: 40px;
    height: 40px;
    background: var(--text-color);
    border: none;
    border-radius: 50px;
    color: var(--textx-color);
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-menu-toggle i.fi.fi-bs-menu-burger {
    margin-top: 7px;
}

.mobile-menu-toggle i::before {
    font-size: 21px;
    color: var(--textx-color) !important;
}

.mobile-menu-toggle:hover {
    background: #c84f00;
    color: var(--text-color) !important;
    transform: scale(1.05);
}

.mobile-menu-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 350px;
    height: 100vh;
    background-color: #000000;
    border-left: 1px solid var(--textx-color);
    z-index: 1000;
    transition: right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 20px;
    overflow-y: auto;
}

.mobile-menu-drawer.active {
    right: 0;
}

.drawer-close {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 0 30px auto;
    background: none;
    border: none;
    cursor: pointer;
    background: var(--text-color);
    border-radius: 50px;
}

.drawer-close-line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 2px;
    background-color: var(--textx-color);
    transition: background-color 0.3s ease;
}

.drawer-close-line:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-close-line:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer-close:hover .drawer-close-line {
    background-color: #ffffff;
}

.drawer-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.drawer-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    display: block;
}

.drawer-link:hover,
.drawer-link.active {
    color: var(--textx-color);
    border-left-color: var(--textx-color);
    background-color: rgba(219, 91, 2, 0.1);
}

.drawer-booking {
    margin-top: 20px;
    background: linear-gradient(90deg, rgba(219, 91, 2, 0.7) 0%, rgba(219, 91, 2, 0.4) 100%);
    border-radius: 8px;
    border-left: none;
    text-align: center;
    color: #ffffff;
}

.drawer-booking:hover {
    background: linear-gradient(90deg, rgba(219, 91, 2, 0.9) 0%, rgba(219, 91, 2, 0.6) 100%);
    color: #ffffff;
    border-left: none;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 999;
    transition: background-color 0.3s ease;
    pointer-events: none;
}

.mobile-menu-overlay.active {
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: all;
}

/* Desktop Navigation */
@media (min-width: 993px) {
    .mobile-menu-toggle,
    .mobile-menu-drawer,
    .mobile-menu-overlay {
        display: none !important;
    }
    .nav-left,
    .nav-right {
        display: flex !important;
    }
}

@media (max-width: 1200px) {
    .nav-left,
    .nav-right {
        gap: 20px;
    }
    .nav-link {
        font-size: 12px;
    }
}

@media (max-width: 992px) {
    .header-container {
        justify-content: space-between;
        gap: 0;
        padding: 15px 20px;
    }
    .site-header {
        height: auto;
        padding: 0;
    }
    .nav-left,
    .nav-right {
        display: none !important;
    }
    .mobile-menu-toggle {
        display: flex;
    }
    .logo {
        margin: 0;
    }
    .logo img {
        height: 45px;
    }
    .banner-name1 {
        font-size: 60px;
    }
    .banner-name2 {
        font-size: 70px;
    }
    .banner-para {
        font-size: 24px;
    }
    .right-social-icons {
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .banner-name1 {
        font-size: 48px;
    }
    .banner-name2 {
        font-size: 56px;
    }
    .banner-para {
        font-size: 20px;
        line-height: 26px;
    }
    .banner-sub-para {
        font-size: 14px;
        line-height: 22px;
    }
    a.btn-banner,
    a.btn-bannerx {
        font-size: 14px;
        padding: 10px 17px;
    }
    #section-banner .row {
        gap: 1.5rem !important;
    }
    .banner-container {
        padding-right: 10px;
    }
}

@media (max-width: 576px) {
    .nav-left,
    .nav-right {
        gap: 15px;
        flex-direction: column;
    }
    .home-icon {
        right: -25px;
    }
    .banner-name1 {
        font-size: 36px;
    }
    .banner-name2 {
        font-size: 42px;
    }
    .banner-para {
        font-size: 18px;
        line-height: 24px;
    }
    .banner-sub-para {
        font-size: 12px;
        line-height: 20px;
    }
    a.btn-banner,
    a.btn-bannerx {
        font-size: 12px;
        padding: 8px 18px;
        display: block;
        margin-bottom: 10px;
        width: 100%;
        text-align: center;
    }
    .right-social-icons ul {
        flex-direction: row;
        gap: 10px;
        margin-top: 20px;
    }
    #section-banner .row {
        gap: 1rem !important;
    }
    .banner-container {
        padding-right: 0;
        text-align: center;
    }
    .mobile-menu-drawer {
        max-width: 100%;
    }
    .drawer-link {
        padding: 12px 15px;
        font-size: 12px;
    }
}

/* Header Styles End */

/* Banner Styles Start */

#section-banner {
    padding: 40px 0;
    background-image: url('../img/banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*#section-banner::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0, 0, 0, 0.6);*/
/*    z-index: 1;*/
/*}*/

#section-banner .container {
    position: relative;
    z-index: 2;
}

.banner-container {
    max-width: 100%;
    padding-right: 20px;
}

.banner-name1 {
    font-size: 95px;
    font-weight: 600;
    margin-bottom: -60px;
    color: var(--textx-color);
    text-shadow: 0 0 18px rgba(217,169,79,0.25);
}

.banner-name2 {
    font-size: 100px;
    -webkit-text-stroke: 2px var(--textx-color);
    color: transparent;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: -30px;
    display: inline-block;
    animation: textFlip 4.5s ease-in-out infinite;
    transform-origin: center;
    perspective: 1000px;
}

@keyframes textFlip {
    0%, 100% {
        transform: rotateX(0deg) rotateY(0deg) scale(1);
        opacity: 1;
    }
    25% {
        transform: rotateX(20deg) rotateY(-10deg) scale(1.01);
    }
    50% {
        transform: rotateX(0deg) rotateY(25deg) scale(1.02);
    }
    75% {
        transform: rotateX(-12deg) rotateY(-8deg) scale(1.01);
    }
}

p.banner-para {
    font-size: 32px;
    line-height: 32px;
    color: var(--text-color);
    margin: 15px 0;
    max-width: 500px;
}

p.banner-sub-para {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
    margin: 15px 0;
    max-width: 500px;
}

.right-social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.right-social-icons ul li {
    margin: 0;
    padding: 0;
}

.right-social-icons ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid var(--textx-color);
    border-radius: 50px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    position: relative;
}

.right-social-icons ul li a img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    padding: 10px;
    transition: all 0.3s ease;
    filter: brightness(1.2);
}

.right-social-icons ul li a:hover {
    background: linear-gradient(135deg, rgba(219, 91, 2, 0.9) 0%, rgba(219, 91, 2, 0.6) 100%);
    border-color: rgba(219, 91, 2, 0.8);
    box-shadow: 0 6px 20px rgba(219, 91, 2, 0.4);
    transform: translateY(-4px);
}

.right-social-icons ul li a:hover img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.4));
}

a.btn-banner {
    color: var(--text-color);
    font-size: 16px;
    background: linear-gradient(135deg, rgba(219, 91, 2, 0.9) 0%, rgba(219, 91, 2, 0.6) 100%);
    padding: 12px 18px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 4px 15px rgba(219, 91, 2, 0.3);
    border: none;
    text-decoration: none;
    font-weight: 500;
}

a.btn-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s ease;
    pointer-events: none;
}

a.btn-banner:hover {
    background: linear-gradient(135deg, rgba(219, 91, 2, 1) 0%, rgba(219, 91, 2, 0.8) 100%);
    color: var(--text-color);
    box-shadow: 0 6px 20px rgba(219, 91, 2, 0.5);
    transform: translateY(-2px);
    text-decoration: none;
}

a.btn-banner:hover:before {
    left: 100%;
}

a.btn-bannerx {
    color: var(--text-color);
    font-size: 16px;
    border: 1px solid var(--textx-color);
    padding: 12px 18px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none;
    font-weight: 500;
}

a.btn-bannerx span {
    margin-left: 10px;
}

a.btn-bannerx:hover {
    background: linear-gradient(135deg, rgba(219, 91, 2, 0.9) 0%, rgba(219, 91, 2, 0.6) 100%);
    color: var(--text-color);
    box-shadow: 0 6px 20px rgba(219, 91, 2, 0.5);
    transform: translateY(-2px);
    border-color: rgba(219, 91, 2, 0.8);
    text-decoration: none;
}

/* Mobile Responsive for Banner */
@media (max-width: 768px) {
    #section-banner {
        height: auto;
        min-height: 100vh;
        padding: 60px 20px;
        background-position: center;
    }
    
    #section-banner::before {
        background: rgba(0, 0, 0, 0.7);
    }
    
    .banner-container {
        text-align: center;
        padding-right: 0;
    }
    
    .banner-name1,
    .banner-name2 {
        font-size: 60px;
        margin-bottom: -40px;
    }
    
    .banner-name2 {
        font-size: 65px;
        margin-bottom: -20px;
    }
    
    .banner-para {
        font-size: 20px !important;
        line-height: 28px !important;
        margin: 20px auto !important;
        max-width: 100% !important;
    }
    
    .banner-sub-para {
        font-size: 14px !important;
        line-height: 22px !important;
        margin: 15px auto !important;
        max-width: 100% !important;
    }
    
    .right-social-icons ul {
        flex-direction: row;
        gap: 10px;
        margin-top: 20px;
        justify-content: center;
    }
    
    .right-social-icons ul li a {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.15);
    }
    
    .right-social-icons ul li a img {
        width: 30px;
        height: 30px;
        padding: 8px;
    }
    
    .col-md-4 {
        display: none !important;
    }
    
    .col-md-1 {
        width: 100%;
        margin-top: 20px;
    }
    
    .d-block.d-md-flex {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
    }
    
    a.btn-banner,
    a.btn-bannerx {
        width: 100%;
        max-width: 280px;
        text-align: center;
        padding: 14px 18px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .banner-name1,
    .banner-name2 {
        font-size: 45px;
        margin-bottom: -30px;
    }
    
    .banner-name2 {
        font-size: 50px;
        margin-bottom: -15px;
    }
    
    .banner-para {
        font-size: 17px !important;
        line-height: 24px !important;
    }
    
    .banner-sub-para {
        font-size: 13px !important;
        line-height: 20px !important;
    }
    #section-banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #section-banner {
        height: 600px;
        padding: 40px 0;
    }
    
    .banner-name1,
    .banner-name2 {
        font-size: 75px;
        margin-bottom: -45px;
    }
    
    .banner-name2 {
        font-size: 80px;
        margin-bottom: -25px;
    }
    
    .banner-para {
        font-size: 26px !important;
    }
}

@media (min-width: 1400px) {
    #section-banner {
        height: 800px;
    }
    
    .banner-name1 {
        font-size: 120px;
        margin-bottom: -75px;
    }
    
    .banner-name2 {
        font-size: 125px;
        margin-bottom: -40px;
    }
}

/* Marquee Section Styles */
.marquee-section {
    width: 100%;
    background: linear-gradient(90deg, 
        rgba(219, 91, 2, 0.15) 0%, 
        rgba(219, 91, 2, 0.05) 50%,
        rgba(219, 91, 2, 0.15) 100%
    );
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    border-top: 1px solid rgba(219, 91, 2, 0.1);
    border-bottom: 1px solid rgba(219, 91, 2, 0.1);
}

.marquee-section::before,
.marquee-section::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.marquee-section::before {
    left: 0;
    background: linear-gradient(90deg, #000000 0%, transparent 100%);
}

.marquee-section::after {
    right: 0;
    background: linear-gradient(270deg, #000000 0%, transparent 100%);
}

.marquee-container {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-track {
    display: flex;
    gap: 0;
    animation: marqueeScroll 30s linear infinite;
    width: max-content;
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0 20px;
    white-space: nowrap;
    flex-shrink: 0;
}

.marquee-text {
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--text-color);
    font-family: "Cinzel", serif;
    position: relative;
    transition: all 0.3s ease;
    text-shadow: 0 0 30px rgba(219, 91, 2, 0.1);
}

.marquee-section:hover .marquee-track {
    animation-play-state: paused;
}

.marquee-text:hover {
    color: var(--textx-color);
    text-shadow: 0 0 40px rgba(219, 91, 2, 0.4);
    transform: scale(1.05);
    cursor: pointer;
}

.marquee-dot {
    font-size: 12px;
    color: var(--textx-color);
    flex-shrink: 0;
    animation: dotPulse 2s ease-in-out infinite;
}

.marquee-dot:nth-child(2n) {
    animation-delay: 0.2s;
}

.marquee-dot:nth-child(3n) {
    animation-delay: 0.4s;
}

@keyframes dotPulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.3);
    }
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 992px) {
    .marquee-text {
        font-size: 22px;
        letter-spacing: 3px;
    }
    .marquee-item {
        gap: 30px;
        padding: 0 15px;
    }
    .marquee-dot {
        font-size: 10px;
    }
    .marquee-section::before,
    .marquee-section::after {
        width: 60px;
    }
}

@media (max-width: 768px) {
    .marquee-section {
        padding: 15px 0;
    }
    .marquee-text {
        font-size: 18px;
        letter-spacing: 2px;
    }
    .marquee-item {
        gap: 25px;
        padding: 0 12px;
    }
    .marquee-dot {
        font-size: 8px;
    }
    .marquee-track {
        animation-duration: 25s;
    }
    .marquee-section::before,
    .marquee-section::after {
        width: 40px;
    }
}

@media (max-width: 576px) {
    .marquee-section {
        padding: 12px 0;
    }
    .marquee-text {
        font-size: 14px;
        letter-spacing: 1.5px;
        font-weight: 600;
    }
    .marquee-item {
        gap: 20px;
        padding: 0 10px;
    }
    .marquee-dot {
        font-size: 6px;
    }
    .marquee-track {
        animation-duration: 20s;
    }
    .marquee-section::before,
    .marquee-section::after {
        width: 30px;
    }
}

@media (max-width: 400px) {
    .marquee-text {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .marquee-item {
        gap: 15px;
        padding: 0 8px;
    }
    .marquee-track {
        animation-duration: 18s;
    }
}

/* Ticket-Style-Start */
button {
    font-family: "Cinzel", serif;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
}

.shows-magic-section {
    background-color: #000000;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px 20px;
    overflow: hidden;
}

.shows-column {
    display: flex;
    flex-direction: column;
}

.section-title {
    color: var(--textx-color);
    text-shadow: 0 0 18px rgba(217,169,79,0.25);
    font-size: 32px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.magic-desc {
    color: var(--text-color);
    text-shadow: 0 0 18px rgba(217,169,79,0.25);
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
}

.text-center {
    text-align: center;
}

.shows-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.show-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    height: 114px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s ease;
}

/* Dark Overlay */
.show-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    transition: background 0.4s ease;
    z-index: 1;
}

/* Content Above Overlay */
.show-item > * {
    position: relative;
    z-index: 2;
}

/* Hover Effect */
/*.show-item:hover::before {*/
/*    background: rgba(219, 91, 2, 0.45);*/
/*}*/

.show-item:hover {
    transform: translateY(-4px);
}

/* First Show */
.show-item:nth-child(1) {
    background-image: url("../img/ticket1.png");
}

/* Second Show */
.show-item:nth-child(2) {
    background-image: url("../img/ticket2.png");
}

/* Third Show */
.show-item:nth-child(3) {
    background-image: url("../img/ticket3.png");
}

.show-date {
    width: 92px;
    height: 92px;
    /*border: 1px solid var(--textx-color);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.show-date .day {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Cinzel", serif;
}

.show-date .month {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

.show-info {
    flex-grow: 1;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.show-info .city {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.show-info .type {
    font-size: 13px;
    color: #cccccc;
    text-transform: capitalize;
    margin-bottom: 4px;
    font-family: 'Poppins', sans-serif;
}

.show-info .venue {
    font-size: 14px;
    color: var(--text-color);
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.magic-column {
    flex: 0 0 774px;
    height: 579px;
    position: relative;
    background-image: url('../img/booking-img.png');
    background-size: cover;
    background-position: center;
}

.magic-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.magic-content {
    position: absolute;
    top: 123px;
    left: 16px;
    width: 374px;
    z-index: 1;
}

.magic-content .section-title {
    text-align: left;
    margin-bottom: 22px;
}

.magic-desc {
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 33px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-transform: capitalize;
}

.btn-watch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 179px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--text-color);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.btn-watch:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--textx-color);
}

.icon-arrow {
    width: 10px;
    height: 10px;
    object-fit: contain;
}

.play-btn-wrapper {
    position: absolute;
    top: 285px;
    left: 487px;
    width: 40px;
    height: 40px;
    z-index: 2;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.play-btn-wrapper:hover {
    transform: scale(1.1);
}

.play-btn-group {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid var(--textx-color);
    border-radius: 50%;
}

.play-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 10px;
    height: 10px;
}

@media (max-width: 1600px) {
    .container {
        gap: 60px;
        justify-content: center;
    }
    .shows-column {
        flex: 0 1 600px;
    }
    .magic-column {
        flex: 0 1 700px;
    }
    .play-btn-wrapper {
        left: 60%;
    }
}

@media (max-width: 1200px) {
    .container {
        flex-direction: column;
        align-items: center;
        gap: 80px;
    }
    .shows-column,
    .magic-column {
        flex: 1 1 auto;
        width: 100%;
        max-width: 800px;
    }
    .magic-column {
        height: auto;
        min-height: 500px;
    }
    .magic-bg {
        position: relative;
        height: 500px;
        border-radius: 12px;
    }
    .magic-content {
        top: 50px;
        left: 40px;
        width: calc(100% - 80px);
        max-width: 400px;
    }
    .play-btn-wrapper {
        top: 50%;
        left: 70%;
        transform: translateY(-50%);
    }
    .play-btn-wrapper:hover {
        transform: translateY(-50%) scale(1.1);
    }
}

@media (max-width: 768px) {
    .shows-magic-section {
        padding: 40px 15px;
    }
    .show-item {
        flex-direction: column;
        height: auto;
        padding: 10px;
        gap: 10px;
        text-align: center;
    }
    .show-info {
        padding-left: 0;
        align-items: center;
    }
    .magic-content {
        top: 30px;
        left: 20px;
        width: calc(100% - 40px);
    }
    .play-btn-wrapper {
        left: 50%;
        top: 70%;
        transform: translate(-50%, -50%);
    }
    .play-btn-wrapper:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/* About-us-Section */
.about {
    background-image: url('../img/about_img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-content {
    padding: 40px 0px;
}

p.about-desc {
    color: var(--text-color);
    font-family: 'Poppins', sans-serif;
}

p.about-desc span {
    color: var(--textx-color);
    font-size: 24px;
    font-family: "Cinzel", serifs;
}

/* Activities-Section */
.activities-section {
    padding: 60px 0 50px;
    background: linear-gradient(180deg, rgb(0 0 0 / 95%) 0%, rgb(0 0 0 / 98%) 100%);
    position: relative;
    overflow: hidden;
}

.activities-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(255, 133, 0, 0.12), transparent 30%), radial-gradient(circle at bottom left, rgba(255, 133, 0, 0.08), transparent 25%);
    pointer-events: none;
}

.activities-header {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 760px;
    margin: 0 auto 2rem;
}

.section-label {
    display: inline-block;
    color: var(--textx-color);
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-size: 0.82rem;
    font-weight: 800;
    margin-bottom: 0.85rem;
}

.activities-title {
    margin: 0;
    font-family: 'Cinzel', serif;
    font-size: clamp(2rem, 2.5vw, 3rem);
    color: var(--textx-color);
    letter-spacing: 0.04em;
    line-height: 1.05;
}

.activities-intro {
    margin: 1rem auto 0;
    max-width: 680px;
    color: rgba(255, 255, 255, 0.72);
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
}

.activities-filter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 2.5rem;
    padding: 0;
}

.activities-pill {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(219, 91, 2, 0.25);
    color: var(--text-color);
    padding: 14px 32px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.25s ease;
    cursor: pointer;
    min-width: 140px;
    text-align: center;
    white-space: nowrap;
    backdrop-filter: blur(10px);
}

.activities-pill.active,
.activities-pill:hover {
    background: rgba(219, 91, 2, 0.18);
    border-color: var(--textx-color);
    color: var(--textx-color);
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(219, 91, 2, 0.12);
}

.activities-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 1.75rem;
    position: relative;
    z-index: 1;
}

.activities-card {
    position: relative;
    display: block;
    flex: 1 1 calc(25% - 1.75rem);
    max-width: calc(25% - 1.75rem);
    min-width: 240px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(6px);
}

.activities-card-inner {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 340px;
}

.activities-card-media {
    position: relative;
    height: 180px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 18px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.activities-card-media::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.65) 100%);
}

.activities-icon {
    position: relative;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: var(--text-color);
    font-size: 1.75rem;
    z-index: 1;
}

.activities-card-copy {
    padding: 24px 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.activities-label {
    display: inline-block;
    color: var(--text-color);
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.9;
}

.activities-card h4 {
    margin: 0;
    color: var(--text-color);
    font-family: 'Cinzel', serif;
    font-size: 1.35rem;
}

.activities-card-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.75;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
}

.activities-card-hover {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.82);
    color: var(--text-color);
    padding: 24px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.35s ease, transform 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    pointer-events: none;
}

.activities-card:hover .activities-card-hover {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.activities-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.activities-card.hidden {
    opacity: 0;
    transform: scale(0.98);
    pointer-events: none;
    height: 0;
    margin: 0;
    padding: 0;
}

.media-biker {
    background-image: linear-gradient(180deg, rgba(219,91,2,0.15), rgba(0,0,0,0.55)), url('https://images.unsplash.com/photo-1511632765486-a01980b5cc44?auto=format&fit=crop&w=800&q=60');
}

.media-voice-over {
    background-image: linear-gradient(180deg, rgba(219,91,2,0.12), rgba(0,0,0,0.55)), url('https://images.unsplash.com/photo-1511376777868-611b54f68947?auto=format&fit=crop&w=800&q=60');
}

.media-musician {
    background-image: linear-gradient(180deg, rgba(219,91,2,0.12), rgba(0,0,0,0.55)), url('https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4?auto=format&fit=crop&w=800&q=60');
}

@media (max-width: 992px) {
    .activities-section {
        padding: 35px 0 25px;
    }
    .activities-card {
        flex: 1 1 calc(50% - 1.75rem);
        max-width: calc(50% - 1.75rem);
    }
    .activities-card-inner {
        min-height: 300px;
    }
    .activities-card-copy {
        padding: 22px 20px 16px;
    }
}

@media (max-width: 768px) {
    .activities-filter {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
        -ms-overflow-style: none;
        gap: 0.75rem;
        max-width: 100%;
        margin: 0 0 2rem;
        padding: 2px 2px 10px;
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
        mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 24px), transparent 100%);
    }
    .activities-filter::-webkit-scrollbar {
        display: none;
    }
    .activities-pill {
        flex: 0 0 auto;
        scroll-snap-align: start;
        min-width: 0;
        padding: 10px 20px;
        font-size: 0.9rem;
        white-space: nowrap;
    }
    .activities-grid {
        gap: 1rem;
    }
    .activities-card {
        border-radius: 14px;
        flex: 1 1 calc((100% - 1rem) / 2);
        max-width: calc((100% - 1rem) / 2);
        min-width: 0;
    }
    .activities-card-media {
        height: 120px;
    }
    .activities-card-inner {
        min-height: 240px;
    }
    .activities-card-copy {
        padding: 16px 14px 12px;
        gap: 8px;
    }
    .activities-label {
        font-size: 0.7rem;
    }
    .activities-card h4 {
        font-size: 1.05rem;
    }
    .activities-card-copy p {
        font-size: 0.82rem;
        line-height: 1.5;
    }
    .activities-card-hover {
        padding: 16px;
        font-size: 0.82rem;
    }
}

@media (max-width: 576px) {
    .activities-section {
        padding: 30px 0 20px;
    }
    .activities-grid {
        gap: 0.75rem;
    }
    .activities-card {
        flex: 1 1 calc((100% - 0.75rem) / 2);
        max-width: calc((100% - 0.75rem) / 2);
    }
    .activities-card-media {
        height: 100px;
    }
    .activities-card-inner {
        min-height: 220px;
    }
    .activities-card-copy {
        padding: 14px 12px 10px;
    }
    .activities-card h4 {
        font-size: 0.95rem;
    }
    .activities-card-copy p {
        font-size: 0.78rem;
        line-height: 1.45;
    }
    .activities-card-hover {
        padding: 14px;
        font-size: 0.78rem;
    }
}

/* GSAP MAGICAL SLIDES */
.gsap_section-slides {
    margin-top: 0;
    position: relative;
    z-index: 1;
    background: #040404;
    overflow: hidden;
}

.gsap_slides {
    display: grid;
    overflow: hidden;
    min-height: 100svh;
}

.gsap_slide {
    grid-area: 1 / 1;
}

.gsap_slide figure {
    margin: 0;
    position: relative;
    height: 100svh;
}

.gsap_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.9) brightness(0.8);
}

.gsap_slide figcaption {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.18) 45%, rgba(0, 0, 0, 0.55) 100%);
    padding: 2rem;
}

.gsap_slide .gsap_heading {
    display: inline-block;
    padding: 0.6rem 1.25rem;
    text-align: center;
    font-size: clamp(2rem, 3vw, 3.8rem);
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff3df;
    background: linear-gradient(135deg, rgba(219, 91, 2, 0.95), rgba(255, 188, 92, 0.92));
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.18);
    transform: rotate(-6deg);
}

@media (max-width: 768px) {
    .gsap_slides {
        min-height: 92svh;
    }
    .gsap_slide figure {
        height: 92svh;
    }
    .gsap_slide figcaption {
        padding: 1.25rem;
    }
    .gsap_slide .gsap_heading {
        font-size: clamp(1.4rem, 6vw, 2.2rem);
        padding: 0.55rem 1rem;
        letter-spacing: 0.12em;
    }
}

@media (max-width: 480px) {
    .gsap_slide .gsap_heading {
        transform: rotate(0deg);
        width: min(100%, 260px);
    }
}

/* FOOTER STYLES */
.footer-section {
    background: linear-gradient(180deg, #0a0a0a 0%, #000000 100%);
    padding: 60px 20px 40px;
    border-top: 2px solid rgba(219, 91, 2, 0.15);
    position: relative;
    overflow: hidden;
    width: 100%;
}

.footer-section::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(219, 91, 2, 0.6) 30%,
        rgba(219, 91, 2, 0.8) 50%,
        rgba(219, 91, 2, 0.6) 70%,
        transparent 100%
    );
    filter: blur(4px);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-col-left {
    flex: 0 0 auto;
}

.footer-col-right {
    flex: 1 1 auto;
    text-align: right;
}

.footer-logo {
    display: inline-block;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 20px rgba(219, 91, 2, 0.3));
}

.footer-logo-img {
    height: 60px;
    width: auto;
    object-fit: contain;
    transition: filter 0.3s ease;
}

.footer-designed-by {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Poppins', sans-serif;
    margin: 0 0 6px 0;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.footer-designed-by .footer-link {
    color: var(--textx-color, #db5b02);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.footer-designed-by .footer-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--textx-color, #db5b02);
    transition: width 0.3s ease;
}

.footer-designed-by .footer-link:hover {
    color: #ffffff;
}

.footer-designed-by .footer-link:hover::after {
    width: 100%;
}

.footer-copyright {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Poppins', sans-serif;
    margin: 0;
    letter-spacing: 0.3px;
    font-weight: 300;
}

@media (max-width: 992px) {
    .footer-section {
        padding: 50px 20px 35px;
    }
    .footer-logo-img {
        height: 50px;
    }
    .footer-designed-by {
        font-size: 14px;
    }
    .footer-copyright {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .footer-section {
        padding: 40px 20px 30px;
    }
    .footer-row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    .footer-col {
        align-items: center;
        width: 100%;
    }
    .footer-col-right {
        text-align: center;
    }
    .footer-logo-img {
        height: 45px;
    }
    .footer-designed-by {
        font-size: 13px;
        margin-bottom: 4px;
    }
    .footer-copyright {
        font-size: 11px;
    }
    .footer-designed-by .footer-link {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .footer-section {
        padding: 30px 15px 25px;
    }
    .footer-row {
        gap: 15px;
    }
    .footer-logo-img {
        height: 40px;
    }
    .footer-designed-by {
        font-size: 12px;
    }
    .footer-copyright {
        font-size: 10px;
    }
}

@media (max-width: 360px) {
    .footer-section {
        padding: 25px 10px 20px;
    }
    .footer-logo-img {
        height: 35px;
    }
    .footer-designed-by {
        font-size: 11px;
    }
    .footer-copyright {
        font-size: 9px;
    }
}

@media (prefers-color-scheme: light) {
    .footer-section {
        background: linear-gradient(180deg, #1a1a1a 0%, #0d0d0d 100%);
    }
}

@keyframes footerFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-section {
    animation: footerFadeIn 0.8s ease-out forwards;
}

@media (prefers-reduced-motion: reduce) {
    .footer-section {
        animation: none;
    }
    .footer-logo {
        transition: none;
    }
    .footer-logo:hover {
        transform: none;
    }
    .footer-designed-by .footer-link::after {
        transition: none;
    }
}

.react-portfolio-demo {
    padding: 70px 0 90px;
    background: #070707;
}

.react-portfolio-demo .section-title {
    margin-bottom: 0.5rem;
}

.react-portfolio-demo .magic-desc {
    margin: 0 auto 1.5rem;
    max-width: 720px;
}

.react-portfolio-demo .backface-hidden {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.react-portfolio-demo .rotate-x-180 {
    transform: rotateX(180deg);
}

.react-portfolio-demo .transform-3d {
    transform-style: preserve-3d;
}

.react-portfolio-demo .perspective-midrange {
    perspective: 1200px;
}

@media (max-width: 768px) {
    .react-portfolio-demo {
        padding: 45px 0 55px;
    }
}

@media (max-width: 480px) {
    .react-portfolio-demo .magic-desc {
        font-size: 14px;
    }
}

.hero {
    position: relative;
    overflow: clip;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100svh;
}

.hero picture,
.hero img {
    display: block;
}

.hero picture {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.hero picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Desktop */
.shows-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.show-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/* ==========================
   Mobile Horizontal Scroll
========================== */
@media (max-width: 768px) {

    .shows-list {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 16px;
        padding: 10px 0 15px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .shows-list::-webkit-scrollbar {
        display: none;
    }

    .show-item {
        min-width: 180px;
        max-width: 250px;
        flex: 0 0 auto;
        scroll-snap-align: start;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 10px;
        background: rgba(255,255,255,0.05);
        backdrop-filter: blur(12px);
    }

    .show-date {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .show-date .day {
        font-size: 34px;
        font-weight: 700;
    }

    .show-date .month {
        font-size: 15px;
    }

    .show-info {
        width: 100%;
    }

    .show-info .city {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .show-info .type,
    .show-info .venue {
        font-size: 14px;
    }

    .btn-banner {
        width: 100%;
        text-align: center;
    }
}
