/* ==========================================================================
   LENIS SMOOTH SCROLL REQUIRED STYLES
   ========================================================================== */
html.lenis, html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #0e0e0e;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

::selection {
    color: #fff;
    background-color: #535353;
}

::-moz-selection {
    color: #fff;
    background-color: #535353;
}
/* #Font
================================================== */

@font-face {
    font-family: helvetica;
    src: url("/font/helvetica.TTF");
}

/* #Primary
================================================== */

body {
    font-family: "Google Sans Flex", sans-serif;
    font-size: 18px;
    color: #fff;
    background-color: #000000;
    font-weight: 400;
}

.comman-title{
    padding-bottom: 40px;
    text-align: center;
}
.comman-title h2{
    color: #FC6C00;
    text-align: center;
    font-family: helvetica;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px; /* 116.667% */
    text-transform: uppercase;
}
.comman-title h2 span{
    color: #fff;
}
.comman-title p{
    color: #DEDEDE;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}



/* ==========================================================================
   FIZZY FOX - HEADER & NAVIGATION STYLES
   ========================================================================== */

/* Header Container */
.ff-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    padding: 14px 28px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.4) 65%, rgba(0, 0, 0, 0) 100%);
    transition: background 0.35s ease, backdrop-filter 0.35s ease, padding 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
    will-change: transform, background;
    box-sizing: border-box;
}

.ff-header * {
    box-sizing: border-box;
}

.ff-header.scrolled {
    background:rgba(10, 10, 15, 0.96);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 10px 28px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.65);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ff-header.header-hidden {
    transform: translateY(-100%);
}

.ff-header-container {
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Brand Logo */
.ff-header-brand {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.ff-logo-link {
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.ff-logo-link:hover {
    transform: scale(1.04);
}

.ff-logo-img {
    height: 70px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

/* Desktop Navigation */
.ff-navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

.ff-nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 22px;
}

.ff-nav-item {
    position: relative;
    list-style: none;
}

.ff-nav-link {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 2px;
    text-decoration: none;
    transition: color 0.25s ease, text-shadow 0.25s ease;
    cursor: pointer;
    white-space: nowrap;
}

.ff-nav-link:hover {
    color: #FC6C00;
    text-shadow: 0 0 12px rgba(252, 108, 0, 0.45);
    text-decoration: none;
}

.ff-nav-link.active {
    color:#FC6C00;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(252, 108, 0, 0.35);
}

/* Dropdown Chevron */
.ff-chevron-icon {
    transition: transform 0.25s ease, stroke 0.25s ease;
    flex-shrink: 0;
}

.ff-chevron-icon path {
    stroke: currentColor;
}

.ff-has-dropdown:hover > .ff-nav-link {
    color:#FC6C00;
}

.ff-has-dropdown:hover .ff-chevron-icon {
    transform: rotate(180deg);
}

/* Dropdown Wrap */
.ff-dropdown-wrap {
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 220px;
    background: rgba(16, 14, 24, 0.96);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7), 0 0 20px rgba(82, 14, 112, 0.15);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s cubic-bezier(0.16, 1, 0.3, 1), transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s;
    z-index: 1000;
}

.ff-dropdown-wrap::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
}

.ff-has-dropdown:hover .ff-dropdown-wrap,
.ff-has-dropdown:focus-within .ff-dropdown-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

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

.ff-dropdown-list li {
    list-style: none;
    margin: 2px 0;
}

.ff-dropdown-item {
    display: block;
    padding: 10px 16px;
    color: #e2e8f0;
    font-size: 13.5px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0.2px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.ff-dropdown-item:hover {
    background: rgba(252, 108, 0, 0.12);
    color:#FC6C00;
    padding-left: 20px;
    text-decoration: none;
}

.ff-dropdown-item.active {
    color: #FC6C00;
    background: rgba(252, 108, 0, 0.08);
    font-weight: 700;
}

/* Action CTA & Login Button */
.ff-header-actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

.ff-btn-login {
    background: #520E70;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 8px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px #520E70;
    transition: all 0.25s ease;
    white-space: nowrap;
    line-height: 24px;
}

.ff-btn-login:hover {
    background: #520E70;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(106, 21, 144, 0.7);
    text-decoration: none;
}

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

/* Mobile Toggle Hamburger */
.ff-mobile-toggle {
    display: none;
    background: transparent;
    border: none;
    padding: 4px;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-around;
    width: 38px;
    height: 34px;
    outline: none;
    z-index: 10002;
    -webkit-tap-highlight-color: transparent;
}

.ff-mobile-toggle .ff-bar {
    display: block;
    width: 24px;
    height: 2.5px;
    margin: 2px auto;
    background-color: #ffffff;
    border-radius: 3px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
}

.ff-mobile-toggle:hover .ff-bar {
    background-color: #FC6C00;;
}

.ff-mobile-toggle.active .bar-1 {
    transform: translateY(6.5px) rotate(45deg);
}

.ff-mobile-toggle.active .bar-2 {
    opacity: 0;
}

.ff-mobile-toggle.active .bar-3 {
    transform: translateY(-6.5px) rotate(-45deg);
}

/* Mobile Drawer & Overlay */
.ff-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.ff-drawer-overlay.active {
    opacity: 1;
    visibility: visible;
}

.ff-mobile-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    max-width: 86vw;
    height: 100vh;
    height: 100dvh;
    background: #0c0b14;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 100001;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.ff-mobile-drawer.active {
    transform: translateX(0);
}

.ff-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    flex-shrink: 0;
}

.ff-drawer-logo img {
    height: 44px;
    width: auto;
    object-fit: contain;
}

.ff-drawer-close {
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, transform 0.2s ease;
    border-radius: 6px;
}

.ff-drawer-close:hover {
    color: var(--ff-orange);
    transform: rotate(90deg);
}

.ff-drawer-content {
    padding: 16px 22px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.ff-drawer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ff-drawer-item {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 4px;
}

.ff-drawer-link {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #ffffff;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ff-drawer-link:hover,
.ff-drawer-link.active {
    color: #FC6C00;
    text-decoration: none;
}

.ff-drawer-dropdown-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    padding: 2px 0;
}

.ff-drawer-dropdown-head .ff-drawer-link {
    margin: 0;
    flex-grow: 1;
}

.ff-drawer-chevron-btn {
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, color 0.25s ease;
}

.ff-drawer-chevron-btn:hover {
    color: #FC6C00;
}

.ff-drawer-dropdown.open .ff-drawer-chevron-btn {
    transform: rotate(180deg);
    color:#FC6C00;
}

.ff-drawer-dropdown.open .ff-drawer-dropdown-head .ff-drawer-link {
    color: #FC6C00;
}

.ff-drawer-submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 4px 0 10px 14px;
    border-left: 2px solid rgba(252, 108, 0, 0.35);
    margin-left: 4px;
}

.ff-drawer-sublink {
    font-size: 14px;
    font-weight: 500;
    color: #cbd5e1;
    display: block;
    padding: 8px 0;
    text-decoration: none;
    transition: all 0.2s ease;
}

.ff-drawer-sublink:hover,
.ff-drawer-sublink.active {
    color: #FC6C00;
    padding-left: 6px;
    text-decoration: none;
}

.ff-drawer-cta {
    margin-top: 24px;
    padding-top: 12px;
    flex-shrink: 0;
}

.ff-btn-login-block {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 15px;
}

body.ff-drawer-open {
    overflow: hidden !important;
    touch-action: none;
}




/* ==========================================================================
  home
========================================================================== */
/* ==========================================================================
   HOME - HERO ROSTER SECTION (PIXEL-PERFECT TO REFERENCE DESIGN)
   ========================================================================== */
.home .home-hero-sec {
    position: relative;
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    /* background: #000000; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
    z-index: 10;
}

/* Ambient atmospheric glow orbs */
.hero-ambient-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
    opacity: 0.85;
}

.hero-glow-left {
    top: 20%;
    left: -12vw;
    width: 55vw;
    height: 65vh;
    background: radial-gradient(circle at 35% 50%, rgba(252, 108, 0, 0.48) 0%, rgba(252, 108, 0, 0.18) 10%, transparent 10%);
}

.hero-glow-right {
    top: 15%;
    right: -12vw;
    width: 55vw;
    height: 70vh;
    background: radial-gradient(circle at 65% 50%, rgba(138, 43, 226, 0.52) 0%, rgba(102, 26, 179, 0.2) 10%, transparent 10%);
}

/* Central Content Container */
.hero-content-container {
    position: relative;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 3;
}

/* "WELCOME TO" Eyebrow */
.hero-welcome-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: 'Anton', 'Google Sans Flex', sans-serif;
    font-size: clamp(18px, 2.2vw, 32px);
    font-weight: 400;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 12px;
    z-index: 2;
    background: linear-gradient(45deg, #ffffff 0%, #fc6c00 98%);
    -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* .hero-welcome-badge .welcome-text {
    color: #FFFFFF;
}

.hero-welcome-badge .to-text {
    color: #FC6C00;
} */

/* Giant "FIZZYFOX" Brand Title */
.hero-giant-brand-title {
    font-family: 'Anton', Impact, sans-serif;
    font-size: clamp(80px, 17.5vw, 248px);
    line-height: 0.86;
    letter-spacing: -0.005em;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
    background: linear-gradient(45deg, #ffffff 0%, #fc6c00 98%);
    -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
/* 
.hero-giant-brand-title .brand-fizzy {
    color: #FFFFFF;
}

.hero-giant-brand-title .brand-fox {
    color: #FC6C00;
    background: linear-gradient(180deg, #FC6C00 0%, #FF8A00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

/* Foxes Roster Image Wrap (Layers in front of FIZZYFOX text) */
.hero-roaster-wrap {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin-top: clamp(-85px, -9vw, -155px);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 4;
}

.hero-roaster-img {
    width: 100%;
    height: auto;
    max-height: 72vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.9));
}

/* Linear Bottom Fade Gradient (fades the roster seamlessly into pure black) */
.hero-bottom-gradient-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 180px;
    background: linear-gradient(to top, #000000 15%, rgba(0, 0, 0, 0.88) 40%, rgba(0, 0, 0, 0.4) 70%, transparent 100%);
    pointer-events: none;
    z-index: 5;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .home .home-hero-sec {
        padding-top: 90px;
        min-height: auto;
    }
    .hero-welcome-badge {
        letter-spacing: 4px;
        margin-bottom: -2px;
    }
    .hero-roaster-wrap {
        margin-top: -12vw;
    }
    .hero-bottom-gradient-fade {
        height: 120px;
    }
}

@media (max-width: 576px) {
    .home .home-hero-sec {
        padding-top: 80px;
    }
    .hero-giant-brand-title {
        font-size: clamp(48px, 16vw, 76px);
    }
    .hero-welcome-badge {
        font-size: 14px;
        letter-spacing: 3px;
        gap: 8px;
    }
    .hero-roaster-wrap {
        margin-top: -8vw;
    }
    .hero-bottom-gradient-fade {
        height: 80px;
    }
}

.home .home-detail-sec{
    padding: 0 0 40px 0;
    margin-bottom: 40px;
}
.home .home-detail-sec .box{
    text-align: center;
    transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform, opacity;
}
.home .home-detail-sec .box:hover{
    transform: translateY(-6px);
}
.home .home-detail-sec .box img{
    padding-bottom: 10px;
    transition: transform 0.35s ease;
}
.home .home-detail-sec .box:hover img{
    transform: scale(1.08);
}
.home .home-detail-sec .box p{
    color: #DEDEDE;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px; 
    transition: color 0.3s ease;
}
.home .home-detail-sec .box:hover p{
    color: #FFFFFF;
}




/* ==========================================================================
   RESPONSIVE BREAKPOINTS (DESKTOP / TABLET / MOBILE)
   ========================================================================== */

/* Large screens (>= 1200px) */
@media (min-width: 1200px) {
    .ff-navbar {
        display: flex !important;
    }
    .ff-mobile-toggle {
        display: none !important;
    }
    .ff-header-actions .ff-btn-login {
        display: inline-flex !important;
    }
}

/* Tablet view (768px to 1199px) */
@media (max-width: 1199px) {
    .ff-header {
        padding: 12px 24px;
    }
    .ff-header.scrolled {
        padding: 10px 24px;
    }
    .ff-navbar {
        display: none !important;
    }
    .ff-mobile-toggle {
        display: flex !important;
    }
    .ff-header-actions {
        gap: 12px;
    }
    .ff-header-actions .ff-btn-login {
        display: inline-flex !important;
        padding: 7px 18px;
        font-size: 13px;
        border-radius: 7px;
    }
    .ff-logo-img {
        height: 50px;
    }
}

/* Mobile landscape and portrait (max-width: 767px) */
@media (max-width: 767px) {
    .ff-header {
        padding: 10px 16px;
    }
    .ff-header.scrolled {
        padding: 8px 16px;
    }
    .ff-navbar {
        display: none !important;
    }
    .ff-mobile-toggle {
        display: flex !important;
    }
    .ff-header-actions {
        gap: 10px;
    }
    .ff-header-actions .ff-btn-login {
        display: inline-flex !important;
        padding: 6px 14px;
        font-size: 12px;
        border-radius: 6px;
    }
    .ff-logo-img {
        height: 50px;
    }
    .ff-mobile-drawer {
        width: 300px;
        max-width: 86vw;
    }
}

/* Small mobile screens (max-width: 420px) */
@media (max-width: 420px) {
    .ff-header {
        padding: 8px 12px;
    }
    .ff-header.scrolled {
        padding: 6px 12px;
    }
    .ff-logo-img {
        height: 50px;
    }
    .ff-header-actions {
        gap: 8px;
    }
    .ff-header-actions .ff-btn-login {
        padding: 5px 12px;
        font-size: 11.5px;
    }
    .ff-mobile-drawer {
        width: 100%;
        max-width: 100vw;
    }
}

/* ==========================================================================
   FIXED SIDE AMBIENT SHADOWS (SMOOTH CONTINUOUS LIQUID FLOW ANIMATION)
   ========================================================================== */

.fixed-side-glow {
    position: fixed;
    top: -25vh;
    bottom: -25vh;
    height: 150vh;
    height: 150dvh;
    width: auto;
    max-width: 45vw;
    margin: 0;
    padding: 0;
    pointer-events: none;
    z-index: -1;
    opacity: 0.92;
    overflow: visible;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.fixed-side-glow img {
    opacity: 70%;
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: fill;
    display: block;
    margin: 0;
    padding: 0;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.fixed-side-glow.glow-left {
    left: 0;
    right: auto;
    transform-origin: left center;
    animation: sideGlowFlowLeft 8s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.fixed-side-glow.glow-right {
    right: 0;
    left: auto;
    transform-origin: right center;
    animation: sideGlowFlowRight 9.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

/* Organic Continuous Ambient Flowing Wave (Left) */
@keyframes sideGlowFlowLeft {
    0% {
        transform: translate3d(0, -45px, 0) scale(1, 1);
        opacity: 0.88;
    }
    28% {
        transform: translate3d(0, 10px, 0) scale(1.03, 1.02);
        opacity: 0.97;
    }
    55% {
        transform: translate3d(0, 50px, 0) scale(0.98, 1.03);
        opacity: 0.85;
    }
    80% {
        transform: translate3d(0, -15px, 0) scale(1.02, 0.98);
        opacity: 0.94;
    }
    100% {
        transform: translate3d(0, -45px, 0) scale(1, 1);
        opacity: 0.88;
    }
}

/* Organic Continuous Ambient Flowing Wave (Right - Desynchronized) */
@keyframes sideGlowFlowRight {
    0% {
        transform: translate3d(0, 45px, 0) scale(1, 1);
        opacity: 0.95;
    }
    32% {
        transform: translate3d(0, -15px, 0) scale(1.02, 0.98);
        opacity: 0.86;
    }
    60% {
        transform: translate3d(0, -50px, 0) scale(0.97, 1.03);
        opacity: 0.96;
    }
    82% {
        transform: translate3d(0, 10px, 0) scale(1.04, 1.01);
        opacity: 0.88;
    }
    100% {
        transform: translate3d(0, 45px, 0) scale(1, 1);
        opacity: 0.95;
    }
}

@media (max-width: 768px) {
    .fixed-side-glow {
        max-width: 60vw;
        top: -15vh;
        bottom: -15vh;
        height: 130vh;
        height: 130dvh;
        opacity: 0.72;
    }
    
    .fixed-side-glow.glow-left {
        animation: sideGlowFlowLeftMobile 7s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    }

    .fixed-side-glow.glow-right {
        animation: sideGlowFlowRightMobile 8.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    }

    @keyframes sideGlowFlowLeftMobile {
        0% {
            transform: translate3d(0, -25px, 0) scale(1);
            opacity: 0.65;
        }
        50% {
            transform: translate3d(0, 25px, 0) scale(1.03);
            opacity: 0.78;
        }
        100% {
            transform: translate3d(0, -25px, 0) scale(1);
            opacity: 0.65;
        }
    }

    @keyframes sideGlowFlowRightMobile {
        0% {
            transform: translate3d(0, 25px, 0) scale(1);
            opacity: 0.78;
        }
        50% {
            transform: translate3d(0, -25px, 0) scale(1.03);
            opacity: 0.65;
        }
        100% {
            transform: translate3d(0, 25px, 0) scale(1);
            opacity: 0.78;
        }
    }
}


/* ==========================================================================
   HOME ABOUT SECTION (WHO WE ARE)
   ========================================================================== */

.home-about-sec {
    position: relative;
    overflow: hidden;
    z-index: 5;
    margin-bottom: 80px;
}

/* Ambient Section Glows */
.about-glow-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    max-width: 65%;
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: screen;
}

.about-glow-shape img {
    height: 100%;
    width: auto;
    object-fit: cover;
    display: block;
}

.about-glow-left {
    left: 0;
    opacity: 0.9;
}

.about-glow-right {
    right: 0;
    opacity: 0.9;
}

/* Content Box */
.about-content-box {
    position: relative;
    z-index: 6;
    padding-right: 15px;
}

.about-title {
    color: #FC6C00;
    font-family: helvetica;
    font-size: 56px;
    font-weight: 400;
    line-height: 56px; /* 100% */
    text-transform: uppercase;
    margin-bottom: 16px;
}

.about-desc {
    color: #DEDEDE;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    max-width: 530px;
    margin-bottom: 34px;
}

.about-btn-wrap {
    margin-top: 10px;
}

.btn-about-knowmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid #FC6C00;
    background: #000;
    color: #FC6C00 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.btn-about-knowmore:hover {
    background: #FC6C00;
    color: #ffffff !important;
    text-decoration: none;
}

/* Mascot Box Floating Loop Animation */
@keyframes mascotFloat {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

.about-mascot-box {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 520px;
    animation: mascotFloat 3.8s ease-in-out infinite;
    will-change: transform;
}

.about-mascot-img {
    height: auto;
    max-height: 660px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 5;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.95));
}

/* Masked Words Reveal Utility */
.word-wrap {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    padding-bottom: 0.06em;
}

.word {
    display: inline-block;
    will-change: transform, opacity;
}

/* Diagonal Tilted Ribbon (#FEELYOUNG) */
.about-diagonal-ribbon-wrap {
    position: absolute;
    top: 74%;
    left: -15%;
    width: 130%;
    transform: translateY(-50%) rotate(-10.5deg);
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
    background: linear-gradient(90deg, #FC6C00 0%, #5C117E 100%);
    display: flex;
    align-items: center;
}

.about-diagonal-ribbon {
    padding: 12px 0 12px;
    width: max-content;
    margin: 0 auto;
    white-space: nowrap;
    display: flex;
    position: relative;
    animation: marquee 15s linear infinite;
}

.about-diagonal-ribbon span {
    color: #FFF;
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
    padding: 0 34px;
}

@keyframes marquee {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

.home .cafe-sec{
    margin-bottom: 120px;
    z-index: 9999;
    position: relative;
}
.home .cafe-sec .cafe-box{
    border-radius: 24px;
    border: 1px solid #151515;
    background: #0B0B0B;
    padding: 19.2px;
    transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.35s ease, box-shadow 0.35s ease;
    will-change: transform, opacity;
}
.home .cafe-sec .cafe-box:hover{
    transform: translateY(-6px);
    border-color: rgba(252, 108, 0, 0.35);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6);
}
.home .cafe-sec .cafe-box .img-box img{
    transition: transform 0.4s ease;
    border-radius: 16px;
}
.home .cafe-sec .cafe-box:hover .img-box img{
    transform: scale(1.025);
}
.home .cafe-sec .cafe-box h4{
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 8px;
}
.home .cafe-sec .cafe-box p{
    color: #C2C2C2;
    font-size: 16.8px;
    font-weight: 400;
}

.home .book-sec{
    margin-bottom: 120px;
}

.home .celebration-sec {
    margin-bottom: 120px;
    position: relative;
    z-index: 9999;
}

.celebration-carousel-wrap {
    position: relative;
    padding: 0 10px;
}

.celebration-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.celebration-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.celebration-card {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    border-radius: 20px;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.celebration-card-img {
    flex: 0 0 215px;
    width: 215px;
    height: 270px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.celebration-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.celebration-card:hover .celebration-card-img img {
    transform: scale(1.04);
}

.celebration-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 10px;
}

.celebration-card-title {
    color: #FFF;
    font-family: helvetica;
    font-size: 32px;
    font-weight: 400;
    line-height: 30.4px;
    margin-bottom: 8px;
}

.celebration-card-desc {
    color: #DEDEDE;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 22px;
}

.btn-celebration-details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    border-radius: 8px;
    border: 1px solid #FC6C00;
    background: transparent;
    color: #FC6C00;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    cursor: pointer;
}

.btn-celebration-details:hover {
    background: #FC6C00;
    color: #000000;
    text-decoration: none;
    box-shadow: 0 0 16px rgba(252, 108, 0, 0.45);
    transform: translateY(-2px);
}

/* Celebration Carousel Owl Navigation */
.celebration-carousel .owl-nav {
    margin: 0;
}

.celebration-carousel .owl-nav button.owl-prev,
.celebration-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    border: 1.5px solid #FC6C00 !important;
    background: rgba(11, 11, 11, 0.88) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #FC6C00 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.celebration-carousel .owl-nav button.owl-prev {
    left: -22px;
}

.celebration-carousel .owl-nav button.owl-next {
    right: -22px;
}

.celebration-carousel .owl-nav button.owl-prev svg,
.celebration-carousel .owl-nav button.owl-next svg {
    display: block;
    stroke: #FC6C00;
    transition: stroke 0.3s ease;
}

.celebration-carousel .owl-nav button.owl-prev:hover,
.celebration-carousel .owl-nav button.owl-next:hover {
    background: #FC6C00 !important;
    color: #000000 !important;
    transform: translateY(-50%) scale(1.1);
}

.celebration-carousel .owl-nav button.owl-prev:hover svg,
.celebration-carousel .owl-nav button.owl-next:hover svg {
    stroke: #000000;
}

.celebration-carousel .owl-nav button.disabled {
    opacity: 0.35 !important;
    cursor: not-allowed;
    pointer-events: none;
}

/* ==========================================================================
   EXCLUSIVE DEALS SECTION & OWL CAROUSEL STYLES
   ========================================================================== */

.home .deal-sec {
    margin-bottom: 120px;
    position: relative;
    z-index: 5;
    overflow-x: clip;
}

.deal-carousel-wrap {
    position: relative;
    margin-right: calc(50% - 50vw);
    width: auto;
    padding: 0;
}

@media (max-width: 576px) {
    .deal-carousel-wrap {
        margin-right: -15px;
    }
}

.deal-carousel {
    width: 100%;
}

.deal-carousel .owl-stage-outer {
    overflow: hidden;
}

.deal-carousel .owl-stage {
    display: flex;
}

.deal-card {
    width: 100%;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.deal-card-img {
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.deal-card-img img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
    transition: transform 0.5s ease;
}

.deal-card:hover .deal-card-img img {
    transform: scale(1.03);
}

.deal-card-content {
    padding: 16px 2px 0;
}

.deal-card-title {
    color: #FFF;
    font-family: helvetica;
    font-size: 32px;
    font-weight: 400;
    line-height: 30.4px; 
    text-transform: uppercase;
    margin-bottom: 6px;
}

.deal-card-desc {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 30.4px;
    margin-bottom: 0;
}

.home .social-sec{
    margin-bottom: 120px;
}
.home .review-sec{
    margin-bottom: 120px;
}
.testimonial-marquee-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.testimonial-marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    width: 100%;
}

.testimonial-marquee-track {
    display: flex;
    width: max-content;
    gap: 0px;
    /* spacing handled via card margin */
}

/* Continuous loop scroll animations */
.direction-left .testimonial-marquee-track {
    animation: marquee-left 35s linear infinite;
}

.direction-right .testimonial-marquee-track {
    animation: marquee-right 35s linear infinite;
}


@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }

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

@keyframes marquee-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.testimonial-card {
    display: flex;
    background: #141414;
    overflow: hidden;
    margin: 0 12px;
    flex-shrink: 0;
    border-radius: 16px;
    padding: 8px;
}

.testimonial-card .back-box {
    background-color: #000;
    border-radius: 12px;
    padding: 8px;
    width: 650px;
    height: 280px;
    display: flex;
    overflow: hidden;
    flex-shrink: 0;
}

.testimonial-img {
    width: 35%;
    height: 100%;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.testimonial-content {
    width: 65%;
    padding: 14px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
}

.testimonial-text {
    color: #DEDEDE;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    flex: 1 1 auto;
}

.testimonial-footer {
    margin-top: auto;
    padding-top: 10px;
    flex-shrink: 0;
}

.testimonial-author {
    color: #DEDEDE;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.2;
}

.testimonial-stars {
    display: flex;
    align-items: center;
    gap: 3px;
}

.testimonial-stars img {
    height: 16px;
    width: auto;
    display: block;
}

.testimonial-stars svg {
    fill: #ffb703;
    width: 13px;
    height: 13px;
}

.review-title {
    color: #252525;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 16px;
}

/* ==========================================================================
   FIZZY FOX - ADVENTURE SECTION STYLES
   ========================================================================== */

.home .advanture-sec {
    position: relative;
    padding: 80px 0 100px;
    z-index: 5;
    background: transparent;
}

.advanture-showcase-wrap {
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

/* Main Screen / Showcase Display */
.advanture-main-screen {
    position: relative;
    width: 100%;
    height: 520px;
    border-radius: 26px;
    overflow: hidden;
    background: #0d0c13;
    border: 1px solid rgba(255, 255, 255, 0.08);
    /* box-shadow: 0 14px 45px rgba(0, 0, 0, 0.7); */
}

.advanture-main-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background-color: #0d0c13;
}

.advanture-screen-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, transparent 40%, rgba(0, 0, 0, 0.45) 100%);
    border-radius: 26px;
}

/* Active Activity Info Bar */
.advanture-info-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 28px;
    padding: 0 6px;
}

.advanture-active-title {
    color: #EFEFEF;
    font-family: helvetica;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    margin: 0 0 2px 0;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.advanture-price-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.advanture-price-tag .price-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.advanture-active-price {
    color: #DEDEDE;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.btn-advanture-details {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    border-radius: 8px;
    border: 1px solid #FC6C00;
    background: transparent;
    color: #FC6C00;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px; 
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.btn-advanture-details:hover {
    background: #FC6C00;
    color: #000000;
    transform: translateY(-2px);
}

/* Thumbnails Carousel */
.advanture-carousel-wrap {
    position: relative;
    width: 100%;
    padding: 0 6px;
}

.advanture-carousel .owl-stage-outer {
    padding: 8px 4px 12px;
}

.advanture-thumb-card {
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    user-select: none;
}

.advanture-thumb-media {
    width: 100%;
    height: 110px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: #141418;
    border: 2px solid transparent;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.advanture-thumb-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.advanture-thumb-label {
    display: block;
    margin-top: 10px;
    color: #EFEFEF;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    transition: color 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.advanture-thumb-card.active .advanture-thumb-media {
    border-color: #FC6C00;
    transform: translateY(-3px);
}

.advanture-thumb-card.active .advanture-thumb-label {
    color: #FFFFFF;
    font-weight: 600;
}

.advanture-thumb-card:hover .advanture-thumb-media {
    border-color: rgba(252, 108, 0, 0.6);
    transform: translateY(-2px);
}

.advanture-thumb-card:hover .advanture-thumb-label {
    color: #FFFFFF;
}

/* Navigation Buttons for Carousel */
.advanture-carousel .owl-nav {
    margin-top: 0;
}

.advanture-carousel .owl-nav button.owl-prev,
.advanture-carousel .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 14px);
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50% !important;
    background: rgba(15, 15, 18, 0.85) !important;
    border: 1.5px solid #FC6C00 !important;
    color: #FC6C00 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.6);
}

.advanture-carousel .owl-nav button.owl-prev svg,
.advanture-carousel .owl-nav button.owl-next svg {
    display: block;
}

.advanture-carousel .owl-nav button.owl-prev {
    left: -16px;
}

.advanture-carousel .owl-nav button.owl-next {
    right: -16px;
}

.advanture-carousel .owl-nav button.owl-prev:hover,
.advanture-carousel .owl-nav button.owl-next:hover {
    background: #FC6C00 !important;
    color: #000000 !important;
    box-shadow: 0 0 16px rgba(252, 108, 0, 0.7);
    transform: translateY(-50%) scale(1.06);
}

/* ==========================================================================
   HOME UPDATE / CONTACT FORM SECTION STYLES
   ========================================================================== */

.home .home-update-sec {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    background: url('../images/home/bottom-back.png') no-repeat center center / cover;
    z-index: 9999;
    overflow: hidden;
    text-align: center;
}

.home-update-sec .container {
    width: 100%;
}

.home-update-sec .comman-title {
    padding-bottom: 24px;
    margin: 0 auto;
}

.home-update-sec .comman-title h2 {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 12px;
}

.home-update-sec .comman-title p {
    color: #D2D2D2;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 auto;
    max-width: 840px;
}

.update-form-wrap {
    max-width: 530px;
    margin: 0 auto;
    width: 100%;
}

.update-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    width: 100%;
}

.update-input-group {
    position: relative;
    width: 100%;
}

.update-input-icon {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7E7E7E;
    pointer-events: none;
    transition: color 0.3s ease;
}

.update-input {
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border: 1.5px solid transparent;
    border-radius: 12px;
    padding: 0 18px 0 50px;
    font-family: "Google Sans Flex", sans-serif;
    font-size: 15px;
    color: #1A1A1A;
    outline: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.update-input::placeholder {
    color: #7E7E7E;
    font-size: 14.5px;
}

.update-input:focus {
    border-color: #FC6C00;
    box-shadow: 0 0 16px rgba(252, 108, 0, 0.4);
}

.update-input-group:focus-within .update-input-icon {
    color: #FC6C00;
}

.update-btn-wrap {
    margin-top: 8px;
    text-align: center;
}

.btn-update-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    border-radius: 8px;
    border: 1px solid #FC6C00;
    background: transparent;
    color: #FC6C00;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.btn-update-submit:hover {
    background: #FC6C00;
    color: #000000;
    transform: translateY(-2px);
}

/* ==========================================================================
   FIZZY FOX - FOOTER COMPONENT STYLES
   ========================================================================== */

.ff-footer {
    position: relative;
    background: radial-gradient(ellipse 65% 55% at 50% 88%, rgba(252, 108, 0, 0.28) 0%, rgba(180, 50, 0, 0.1) 42%, transparent 72%), #000000;
    padding-top: 80px;
    overflow: hidden;
    color: #FFFFFF;
    z-index: 10;
}

.ff-footer .footer-bg-glow {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 900px;
    height: 480px;
    background: radial-gradient(ellipse at bottom center, rgba(252, 108, 0, 0.24) 0%, rgba(252, 108, 0, 0.05) 50%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.footer-container {
    position: relative;
    z-index: 2;
}

.footer-main-row {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}

/* Left Column */
.footer-col-left {
    flex: 0 0 310px;
    max-width: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.footer-hero-title {
    font-family: helvetica, "Google Sans Flex", sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.05;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 0 28px 0;
    letter-spacing: 0.5px;
}

.footer-badge-wrap {
    position: relative;
    width: 140px;
    height: 140px;
    margin-bottom: 35px;
}

.circular-badge {
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circular-badge-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: spinBadge 16s linear infinite;
    transform-origin: center center;
}

.circular-badge-text {
    font-family: "Google Sans Flex", sans-serif;
    font-size: 9.5px;
    font-weight: 600;
    fill: #FFFFFF;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

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

.badge-center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.badge-center-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Shared Contact Blocks */
.footer-contact-block {
    margin-top: auto;
    padding-bottom: 12px;
}

.footer-label {
    display: block;
    color: #8E8E8E;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px;
}

.footer-contact-val {
    display: inline-block;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    font-family: "Google Sans Flex", sans-serif;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.footer-contact-val:hover {
    color: #FC6C00;
}

/* Center Mascot Column */
.footer-col-center {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 6;
}

.footer-mascot-wrap {
    position: relative;
    width: 100%;
    max-width: 440px;
    text-align: center;
    line-height: 0;
    margin-bottom: -70px;
}

.footer-mascot-img {
    width: 100%;
    max-height: 550px;
    object-fit: contain;
    vertical-align: bottom;
    filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.7));
    transition: transform 0.4s ease;
}

.footer-mascot-img:hover {
    transform: translateY(-6px);
}

/* Right Column */
.footer-col-right {
    flex: 0 0 330px;
    max-width: 330px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.footer-company-name {
    color: #FC6C00;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 8px;
    font-family: "Google Sans Flex", sans-serif;
}

.footer-address {
    color: #C6C6C6;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 10px;
    max-width: 320px;
}

.footer-direction-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #FC6C00;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.direction-arrow,
.footer-direction-link .direction-arrow {
    display: inline-block;
    font-size: 15px;
    letter-spacing: -1px;
    will-change: transform, opacity;
    animation: directionFlow 1.4s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

@keyframes directionFlow {
    0% {
        transform: translateX(0);
        opacity: 0.8;
    }
    50% {
        transform: translateX(7px);
        opacity: 1;
    }
    100% {
        transform: translateX(0);
        opacity: 0.8;
    }
}

.footer-direction-link:hover {
    color: #FFA34D;
}

.footer-direction-link:hover .direction-arrow {
    animation-duration: 0.8s;
}

.footer-social-block {
    margin-top: 28px;
    margin-bottom: 28px;
}

.footer-sub-title {
    color: #BEBEBE;
    font-size: 13.5px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
}

.footer-social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-social-link img,
.footer-social-link svg {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.footer-social-link:hover {
    color: #FC6C00;
    transform: translateX(3px);
}

/* Footer Bottom Bar */
.footer-bottom-bar {
    margin-top: 0;
    padding: 22px 0 26px;
    border-top: 1px solid rgba(252, 108, 0, 0.35);
    position: relative;
    z-index: 2;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
}

.footer-copyright {
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.footer-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 28px;
}

.footer-nav-links a {
    color: #8E8E8E;
    font-size: 13.5px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-nav-links a:hover {
    color: #FC6C00;
}



@media (max-width: 1200px) {
    .about-title {
        font-size: 54px;
    }
    .about-desc {
        font-size: 15.5px;
    }
    .about-mascot-img {
        max-height: 480px;
    }
    .about-mascot-box {
        min-height: 440px;
    }
    .ribbon-marquee-group span {
        font-size: 28px;
        gap: 36px;
    }
}

@media (max-width: 991px) {
    .home-about-sec {
        padding: 70px 0 60px;
    }
    .about-content-box {
        text-align: center;
        padding-right: 0;
        margin-bottom: 50px;
    }
    .about-desc {
        margin-left: auto;
        margin-right: auto;
        font-size: 15.5px;
    }
    .about-title {
        font-size: 48px;
    }
    .about-mascot-box {
        min-height: 380px;
    }
    .about-mascot-img {
        max-height: 420px;
    }
    .about-diagonal-ribbon-wrap {
        top: 76%;
        width: 150%;
        left: -25%;
    }
}

@media (max-width: 576px) {
    .home-about-sec {
        padding: 50px 0 40px;
    }
    .about-title {
        font-size: 38px;
        margin-bottom: 18px;
    }
    .about-desc {
        font-size: 14.5px;
        line-height: 1.7;
        margin-bottom: 26px;
    }
    .about-mascot-box {
        min-height: 300px;
    }
    .about-mascot-img {
        max-height: 330px;
    }
    .about-diagonal-ribbon {
        padding: 10px 0;
    }
    .ribbon-marquee-group span {
        font-size: 22px;
        letter-spacing: 1.8px;
    }
    .ribbon-marquee-group {
        gap: 28px;
        padding-right: 28px;
    }
}

/* ==========================================================================
   CELEBRATION SECTION RESPONSIVE QUERIES
   ========================================================================== */

@media (max-width: 1200px) {
    .celebration-card {
        gap: 16px;
    }
    .celebration-card-img {
        flex: 0 0 190px;
        width: 190px;
        height: 245px;
    }
    .celebration-card-title {
        font-size: 22px;
    }
    .celebration-card-desc {
        font-size: 14.5px;
        margin-bottom: 18px;
    }
    .celebration-carousel .owl-nav button.owl-prev {
        left: -15px;
    }
    .celebration-carousel .owl-nav button.owl-next {
        right: -15px;
    }
}

@media (max-width: 991px) {
    .home .celebration-sec {
        margin-bottom: 80px;
    }
    .celebration-card {
        gap: 15px;
    }
    .celebration-card-img {
        flex: 0 0 165px;
        width: 165px;
        height: 220px;
        border-radius: 16px;
    }
    .celebration-card-img img {
        border-radius: 16px;
    }
    .celebration-card-title {
        font-size: 20px;
        margin-bottom: 6px;
    }
    .celebration-card-desc {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .btn-celebration-details {
        padding: 8px 20px;
        font-size: 12px;
    }
    .celebration-carousel .owl-nav button.owl-prev,
    .celebration-carousel .owl-nav button.owl-next {
        width: 38px;
        height: 38px;
    }
    .celebration-carousel .owl-nav button.owl-prev {
        left: -12px;
    }
    .celebration-carousel .owl-nav button.owl-next {
        right: -12px;
    }
}

@media (max-width: 768px) {
    .home .celebration-sec {
        margin-bottom: 60px;
    }
    .celebration-card {
        gap: 14px;
        justify-content: center;
    }
    .celebration-card-img {
        flex: 0 0 145px;
        width: 145px;
        height: 195px;
        border-radius: 14px;
    }
    .celebration-card-img img {
        border-radius: 14px;
    }
    .celebration-card-title {
        font-size: 18px;
    }
    .celebration-card-desc {
        font-size: 13.5px;
        margin-bottom: 14px;
    }
    .btn-celebration-details {
        padding: 8px 18px;
        font-size: 11.5px;
    }
}

@media (max-width: 576px) {
    .home .celebration-sec {
        margin-bottom: 50px;
    }
    .celebration-carousel-wrap {
        padding: 0 6px;
    }
    .celebration-card {
        gap: 12px;
    }
    .celebration-card-img {
        flex: 0 0 120px;
        width: 120px;
        height: 165px;
        border-radius: 12px;
    }
    .celebration-card-img img {
        border-radius: 12px;
    }
    .celebration-card-title {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .celebration-card-desc {
        font-size: 12.5px;
        margin-bottom: 12px;
        line-height: 1.35;
    }
    .btn-celebration-details {
        padding: 7px 15px;
        font-size: 11px;
        border-radius: 6px;
    }
    .celebration-carousel .owl-nav button.owl-prev,
    .celebration-carousel .owl-nav button.owl-next {
        width: 32px;
        height: 32px;
    }
    .celebration-carousel .owl-nav button.owl-prev svg,
    .celebration-carousel .owl-nav button.owl-next svg {
        width: 14px;
        height: 14px;
    }
    .celebration-carousel .owl-nav button.owl-prev {
        left: -8px;
    }
    .celebration-carousel .owl-nav button.owl-next {
        right: -8px;
    }
}

@media (max-width: 420px) {
    .celebration-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 14px;
    }
    .celebration-card-img {
        flex: none;
        width: 100%;
        max-width: 240px;
        height: 220px;
    }
    .celebration-card-content {
        align-items: center;
        padding-right: 0;
    }
    .celebration-card-title {
        font-size: 18px;
    }
    .celebration-card-desc {
        font-size: 13px;
    }
}

/* ==========================================================================
   DEALS SECTION RESPONSIVE QUERIES
   ========================================================================== */

@media (max-width: 1200px) {
    .deal-card-img {
        border-radius: 20px;
    }
    .deal-card-img img {
        border-radius: 20px;
    }
    .deal-card-title {
        font-size: 22px;
    }
    .deal-card-desc {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .home .deal-sec {
        margin-bottom: 80px;
    }
    .deal-card-img {
        border-radius: 18px;
    }
    .deal-card-img img {
        border-radius: 18px;
    }
    .deal-card-title {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .deal-card-desc {
        font-size: 13.5px;
    }
}

@media (max-width: 768px) {
    .home .deal-sec {
        margin-bottom: 60px;
    }
    .deal-card-img {
        border-radius: 16px;
    }
    .deal-card-img img {
        border-radius: 16px;
    }
    .deal-card-content {
        padding: 12px 2px 0;
    }
    .deal-card-title {
        font-size: 18px;
    }
    .deal-card-desc {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .home .deal-sec {
        margin-bottom: 50px;
    }
    .deal-card-img {
        border-radius: 14px;
    }
    .deal-card-img img {
        border-radius: 14px;
    }
    .deal-card-title {
        font-size: 17px;
        margin-bottom: 4px;
    }
    .deal-card-desc {
        font-size: 12.5px;
        line-height: 1.4;
    }
}




/* Mobile & Tablet Responsiveness */
@media (max-width: 991px) {
    .testimonial-card {
        width: 420px;
        height: 170px;
    }

    .testimonial-card .back-box {
        width: 100%;
        height: 100%;
    }

    .testimonial-content {
        padding: 8px 14px;
    }

    .testimonial-text {
        font-size: 12px;
        line-height: 18px;
        -webkit-line-clamp: 4;
    }

    .testimonial-footer {
        padding-top: 4px;
    }

    .testimonial-author {
        font-size: 13px;
        margin: 0 0 3px;
    }

    .testimonial-stars img {
        height: 12px;
    }
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 50px 0;
    }

    .testimonials-section .section-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .testimonial-card {
        width: 360px;
        height: 155px;
        margin: 0 8px;
    }

    .testimonial-card .back-box {
        width: 100%;
        height: 100%;
    }

    .testimonial-content {
        padding: 8px 12px;
    }

    .testimonial-text {
        font-size: 11px;
        line-height: 16px;
        -webkit-line-clamp: 3;
    }

    .testimonial-footer {
        padding-top: 2px;
    }

    .testimonial-author {
        font-size: 12px;
        margin: 0 0 2px;
    }

    .testimonial-stars img {
        height: 11px;
    }

    .testimonial-stars svg {
        width: 11px;
        height: 11px;
    }
}

@media (max-width: 576px) {
    .testimonial-card {
        width: 290px;
        height: 140px;
    }

    .testimonial-card .back-box {
        width: 100%;
        height: 100%;
    }

    .testimonial-content {
        padding: 6px 10px;
    }

    .testimonial-text {
        font-size: 10px;
        line-height: 15px;
        -webkit-line-clamp: 3;
    }

    .testimonial-footer {
        padding-top: 2px;
    }

    .testimonial-author {
        font-size: 11px;
        margin: 0 0 2px;
    }

    .testimonial-stars img {
        height: 10px;
    }
}

/* ==========================================================================
   HOME UPDATE / CONTACT FORM SECTION RESPONSIVE QUERIES
   ========================================================================== */

@media (max-width: 991px) {
    .home .home-update-sec {
        min-height: 520px;
        padding: 40px 0;
    }
    .home-update-sec .comman-title h2 {
        font-size: 32px;
    }
    .home-update-sec .comman-title p {
        font-size: 15px;
        line-height: 22px;
    }
    .update-form-wrap {
        max-width: 480px;
    }
}

@media (max-width: 768px) {
    .home .home-update-sec {
        min-height: 480px;
        padding: 35px 0;
    }
    .home-update-sec .comman-title h2 {
        font-size: 28px;
        line-height: 1.2;
    }
    .home-update-sec .comman-title p {
        font-size: 14px;
        line-height: 20px;
    }
    .update-input {
        height: 48px;
        font-size: 14px;
        padding-left: 46px;
        border-radius: 10px;
    }
    .update-input-icon {
        left: 15px;
    }
    .btn-update-submit {
        padding: 8px 22px;
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .home .home-update-sec {
        min-height: 440px;
        padding: 35px 0;
    }
    .home-update-sec .comman-title {
        padding-bottom: 18px;
    }
    .home-update-sec .comman-title h2 {
        font-size: 24px;
        line-height: 1.25;
    }
    .home-update-sec .comman-title p {
        font-size: 13px;
        line-height: 1.45;
    }
    .update-form-wrap {
        max-width: 100%;
        padding: 0 10px;
    }
    .update-input {
        height: 45px;
        font-size: 13.5px;
        border-radius: 8px;
    }
    .btn-update-submit {
        padding: 7px 20px;
        font-size: 12px;
        border-radius: 6px;
    }
}

/* ==========================================================================
   FIZZY FOX - FOOTER COMPONENT RESPONSIVE QUERIES
   ========================================================================== */

@media (max-width: 1200px) {
    .ff-footer {
        padding-top: 75px;
    }
    .footer-hero-title {
        font-size: 42px;
        margin-bottom: 28px;
    }
    .footer-col-center {
        flex: 0 0 320px;
    }
    .footer-mascot-wrap {
        max-width: 320px;
    }
    .footer-contact-val {
        font-size: 22px;
    }
    .footer-badge-wrap,
    .circular-badge {
        width: 130px;
        height: 130px;
    }
}

@media (max-width: 991px) {
    .ff-footer {
        padding-top: 65px;
    }
    .footer-main-row {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 25px;
    }
    .footer-col-left {
        flex: 0 0 48%;
        max-width: 48%;
        order: 1;
    }
    .footer-col-right {
        flex: 0 0 48%;
        max-width: 48%;
        order: 2;
    }
    .footer-col-center {
        flex: 0 0 100%;
        max-width: 320px;
        order: 3;
        margin: 15px auto -15px;
    }
    .footer-hero-title {
        font-size: 36px;
        margin-bottom: 22px;
    }
    .footer-badge-wrap {
        margin-bottom: 25px;
    }
    .footer-contact-val {
        font-size: 20px;
    }
    .footer-bottom-inner {
        flex-direction: column;
        text-align: center;
        gap: 14px;
    }
    .footer-nav-links {
        gap: 18px;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ff-footer {
        padding-top: 50px;
    }
    .footer-main-row {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .footer-col-left {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        align-items: center;
        order: 1;
    }
    .footer-left-top {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-badge-wrap {
        margin: 0 auto 20px;
    }
    .footer-col-center {
        flex: 0 0 100%;
        max-width: 270px;
        order: 2;
        margin: 20px auto 15px;
    }
    .footer-col-right {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        align-items: center;
        order: 3;
    }
    .footer-right-top {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-address {
        max-width: 100%;
        margin: 0 auto 12px;
    }
    .footer-direction-link {
        justify-content: center;
    }
    .footer-social-block {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .footer-social-list {
        align-items: center;
    }
    .footer-contact-block {
        text-align: center;
        margin-top: 15px;
    }
    .footer-hero-title {
        font-size: 32px;
    }
    .footer-contact-val {
        font-size: 19px;
    }
}

@media (max-width: 576px) {
    .ff-footer {
        padding-top: 40px;
    }
    .footer-hero-title {
        font-size: 28px;
        line-height: 1.1;
        margin-bottom: 18px;
    }
    .footer-badge-wrap,
    .circular-badge {
        width: 115px;
        height: 115px;
    }
    .circular-badge-text {
        font-size: 9.5px;
    }
    .badge-center-logo {
        width: 44px;
        height: 44px;
    }
    .footer-col-center {
        max-width: 220px;
        margin: 15px auto 10px;
    }
    .footer-company-name {
        font-size: 14.5px;
    }
    .footer-address {
        font-size: 13px;
        line-height: 20px;
    }
    .footer-contact-val {
        font-size: 17px;
    }
    .footer-bottom-bar {
        padding: 16px 0 20px;
        margin-top: 18px;
    }
    .footer-nav-links {
        gap: 10px 14px;
        font-size: 12.5px;
    }
    .footer-copyright {
        font-size: 12px;
    }
}

/* ==========================================================================
   ADVENTURE SECTION RESPONSIVE QUERIES
   ========================================================================== */

@media (max-width: 1200px) {
    .advanture-main-screen {
        height: 460px;
    }
    .advanture-active-title {
        font-size: 32px;
    }
}

@media (max-width: 991px) {
    .home .advanture-sec {
        padding: 65px 0 80px;
    }
    .advanture-main-screen {
        height: 390px;
        border-radius: 20px;
    }
    .advanture-active-title {
        font-size: 28px;
    }
    .advanture-thumb-media {
        height: 95px;
        border-radius: 12px;
    }
}

@media (max-width: 768px) {
    .home .advanture-sec {
        padding: 50px 0 65px;
    }
    .advanture-main-screen {
        height: 300px;
        border-radius: 16px;
    }
    .advanture-info-bar {
        margin-top: 18px;
        margin-bottom: 22px;
    }
    .advanture-active-title {
        font-size: 24px;
    }
    .advanture-active-price {
        font-size: 14px;
    }
    .btn-advanture-details {
        padding: 8px 20px;
        font-size: 12px;
    }
    .advanture-thumb-media {
        height: 85px;
        border-radius: 10px;
    }
    .advanture-thumb-label {
        font-size: 13px;
        margin-top: 8px;
    }
    .advanture-carousel .owl-nav button.owl-prev {
        left: -10px;
    }
    .advanture-carousel .owl-nav button.owl-next {
        right: -10px;
    }
}

@media (max-width: 576px) {
    .home .advanture-sec {
        padding: 40px 0 55px;
    }
    .advanture-main-screen {
        height: 220px;
        border-radius: 14px;
    }
    .advanture-info-bar {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-top: 14px;
        margin-bottom: 18px;
    }
    .btn-advanture-details {
        width: 100%;
        text-align: center;
        padding: 8px 18px;
    }
    .advanture-active-title {
        font-size: 22px;
    }
    .advanture-thumb-media {
        height: 72px;
        border-radius: 8px;
    }
    .advanture-thumb-label {
        font-size: 12px;
    }
    .advanture-carousel .owl-nav button.owl-prev,
    .advanture-carousel .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
    }
    .advanture-carousel .owl-nav button.owl-prev svg,
    .advanture-carousel .owl-nav button.owl-next svg {
        width: 13px;
        height: 13px;
    }
}

