:root {
    --gold: #c9a84c;
    --gold-light: #e8d08a;
    --dark: #0d0d0d;
    --dark-2: #161616;
    --mid: #1e1e1e;
    --light: #f5f0e8;
    --text-muted-custom: #8a8070;

    /* Bootstrap 5.3 container max-widths â†’ rem (baseline 16px = 1rem) */
    --container-rem-max-sm: 33.75rem;
    /* 540px */
    --container-rem-max-md: 45rem;
    /* 720px */
    --container-rem-max-lg: 60rem;
    /* 960px */
    --container-rem-max-xl: 71.25rem;
    /* 1140px */
    --container-rem-max-xxl: 82.5rem;
    /* 1320px */
    --bp-rem-sm: 36rem;
    /* 576px */
    --bp-rem-md: 48rem;
    /* 768px */
    --bp-rem-lg: 62rem;
    /* 992px */
    --bp-rem-xl: 75rem;
    /* 1200px */
    --bp-rem-xxl: 87.5rem;
    /* 1400px */
}

/* à¹€à¸—à¸µà¸¢à¸šà¹€à¸—à¹ˆà¸² .container à¸‚à¸­à¸‡ Bootstrap à¹à¸•à¹ˆà¹ƒà¸Šà¹‰ max-width à¹€à¸›à¹‡à¸™à¸«à¸™à¹ˆà¸§à¸¢ rem */
.container-rem {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5);
    max-width: 100%;
}

@media (min-width: 36rem) {
    .container-rem {
        max-width: var(--container-rem-max-sm);
    }
}

@media (min-width: 48rem) {
    .container-rem {
        max-width: var(--container-rem-max-md);
    }
}

@media (min-width: 62rem) {
    .container-rem {
        max-width: var(--container-rem-max-lg);
    }
}

@media (min-width: 75rem) {
    .container-rem {
        max-width: var(--container-rem-max-xl);
    }
}

@media (min-width: 87.5rem) {
    .container-rem {
        max-width: var(--container-rem-max-xxl);
    }
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Kanit', sans-serif;
    background-color: var(--dark);
    color: var(--light);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-family: 'Kanit', sans-serif;
}

/* Universal link image hover effect */
a img,
a .img-fluid {
    transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), filter 0.35s ease;
    will-change: transform, filter;
    /* Optimization */
}

a:hover img,
a:hover .img-fluid {
    transform: translateY(-0.25rem) scale(1.03);
    filter: drop-shadow(0 0.5rem 1rem rgba(201, 168, 76, 0.5)) brightness(1.08);
    /* Glow effect with drop-shadow so it matches PNG shapes */
}

/* Specific hover for download button for a subtle shadow */
a:hover #yg-songkran-download {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.4)) brightness(1.05);
}

/* â”€â”€â”€ SECTION 1: VIDEO HERO â”€â”€â”€ */
#section1 {
    position: relative;
    /* min-height: 100vh; */
    overflow: hidden;
    display: flex;
    align-items: center;
    background: url(../images/head-bg.jpg) no-repeat center center/cover;
}

#hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

@media (max-width: 768px) {
    #section1 {
        background: url(../images/mb-head-bg.png) no-repeat center top/cover;
    }

    #hero-video {
        display: none;
    }
}

#section1 .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 40%, rgba(0, 0, 0, 0.15) 100%);
    z-index: 1;
}

#section1 .content-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* col right stacked images */
.hero-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.125rem;
    padding: 8rem 0;
}

.hero-right .logo-img {
    max-width: 100%;
    height: auto;
    animation: floatLogo 4s ease-in-out infinite;
    z-index: 10;
    position: relative;
}

@keyframes floatLogo {
    0% {
        transform: translateY(0) scale(1);
        filter: drop-shadow(0 0.625rem 0.9375rem rgba(0, 0, 0, 0.6)) brightness(1);
    }

    50% {
        transform: translateY(-0.625rem) scale(1.03);
        filter: drop-shadow(0 1.25rem 1.875rem rgba(201, 168, 76, 0.6)) brightness(1.15);
        /* à¸«à¸²à¸¢à¹ƒà¸ˆà¹à¸ªà¸‡à¹€à¸£à¸·à¸­à¸‡à¸£à¸­à¸‡à¸ªà¸µà¸—à¸­à¸‡ */
    }

    100% {
        transform: translateY(0) scale(1);
        filter: drop-shadow(0 0.625rem 0.9375rem rgba(0, 0, 0, 0.6)) brightness(1);
    }
}

.hero-right .btn-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

@media (min-width: 768px) {
    .hero-right .btn-row {
        flex-direction: row;
    }
}

.main-bg-wrap {
    background: url(../images/bg-sand.jpg) top center/cover;
    position: relative;
    overflow: hidden;
}

.parallax-deccor {
    position: absolute;
    top: -5rem;
    /* Start slightly higher to allow more movement room */
    left: 0;
    /* Expand width slightly to obscure bounds during parallax */
    width: 100%;
    height: auto;
    z-index: 0;
    pointer-events: none;
    will-change: transform;
    /* filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.6)) brightness(1.05); */
    /* Make it pop from the background */
}

#section2,
#section3,
#section4 {
    position: relative;
    z-index: 1;
}

/* â”€â”€â”€ SECTION 2 â”€â”€â”€ */
#section2 {
    padding: 1rem 0;
}

/* Crab Decoration Animation */
.crab-container {
    position: absolute;
    top: 1.5625rem;
    /* à¸•à¸±à¹‰à¸‡à¸„à¹ˆà¸²à¸„à¸§à¸²à¸¡à¸ªà¸¹à¸‡à¹ƒà¸«à¹‰à¸­à¸¢à¸¹à¹ˆà¹€à¸«à¸™à¸·à¸­à¸«à¸£à¸·à¸­à¸•à¸£à¸‡à¸‚à¸­à¸šà¸šà¸™à¸‚à¸­à¸‡à¸‚à¸­à¸šà¹€à¸‚à¸• section */
    left: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
    /* à¹€à¸žà¸·à¹ˆà¸­à¹„à¸¡à¹ˆà¹ƒà¸«à¹‰à¸šà¸±à¸‡à¸à¸²à¸£à¸„à¸¥à¸´à¸à¸›à¸¸à¹ˆà¸¡à¸­à¸·à¹ˆà¸™à¹† à¸”à¹‰à¸²à¸™à¸¥à¹ˆà¸²à¸‡ */
}

.crab-walking {
    width: 5rem;
    /* à¸‚à¸™à¸²à¸”à¸‚à¸­à¸‡à¸›à¸¹ */
    height: auto;
    animation: crabRun 20s ease-in-out infinite;
}

.crab-wobble {
    width: 100%;
    height: auto;
    animation: crabRotate 0.6s ease-in-out infinite alternate;
    filter: drop-shadow(0 0.5rem 0.625rem rgba(0, 0, 0, 0.4));
    transform-origin: center bottom;
}

@keyframes crabRotate {
    0% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(10deg);
    }
}

@keyframes crabRun {
    0% {
        transform: translateX(-9.375rem) scaleX(1);
    }

    10% {
        transform: translateX(20vw) scaleX(1);
    }

    12% {
        transform: translateX(20vw) scaleX(1);
    }

    /* à¸«à¸¢à¸¸à¸”à¸žà¸±à¸ */
    25% {
        transform: translateX(60vw) scaleX(1);
    }

    30% {
        transform: translateX(65vw) scaleX(1);
    }

    /* à¸„à¸¥à¸²à¸™à¸Šà¹‰à¸²à¹† */
    35% {
        transform: translateX(65vw) scaleX(1);
    }

    /* à¸«à¸¢à¸¸à¸”à¸žà¸±à¸ */
    46% {
        transform: translateX(105vw) scaleX(1);
    }

    48% {
        transform: translateX(105vw) scaleX(1);
    }

    /* à¸£à¸­à¸­à¸¢à¸¹à¹ˆà¸™à¸­à¸à¸ˆà¸­ */
    50% {
        transform: translateX(105vw) scaleX(-1);
    }

    /* à¸à¸¥à¸±à¸šà¸”à¹‰à¸²à¸™à¹ƒà¸™à¹à¸à¸™ X à¹€à¸žà¸·à¹ˆà¸­à¸«à¸±à¸™à¸«à¸¥à¸±à¸‡ */
    60% {
        transform: translateX(85vw) scaleX(-1);
    }

    62% {
        transform: translateX(85vw) scaleX(-1);
    }

    /* à¸«à¸¢à¸¸à¸”à¸žà¸±à¸ */
    75% {
        transform: translateX(45vw) scaleX(-1);
    }

    80% {
        transform: translateX(40vw) scaleX(-1);
    }

    /* à¸„à¸¥à¸²à¸™à¸Šà¹‰à¸²à¹† */
    85% {
        transform: translateX(40vw) scaleX(-1);
    }

    /* à¸«à¸¢à¸¸à¸”à¸žà¸±à¸ */
    96% {
        transform: translateX(-9.375rem) scaleX(-1);
    }

    98% {
        transform: translateX(-9.375rem) scaleX(-1);
    }

    /* à¸£à¸­à¸­à¸¢à¸¹à¹ˆà¸™à¸­à¸à¸ˆà¸­ */
    100% {
        transform: translateX(-9.375rem) scaleX(1);
    }

    /* à¸«à¸±à¸™à¸à¸¥à¸±à¸šà¸¡à¸²à¸—à¸´à¸¨à¸—à¸²à¸‡à¹€à¸”à¸´à¸¡ */
}

/* â”€â”€â”€ SECTION 3 â”€â”€â”€ */
#section3 {
    padding: 1rem 0;
}

/* Starfish Decoration Animation */
.star-fish-container {
    position: absolute;
    top: 1.125rem;
    left: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}

.star-fish-walking {
    width: 4.0625rem;
    /* starfish is usually smaller */
    height: auto;
    animation: starFishRun 80s ease-in-out infinite;
}

.star-fish-wobble {
    width: 100%;
    height: auto;
    animation: starFishRotate 1.5s ease-in-out infinite alternate;
    filter: drop-shadow(0 0.375rem 0.75rem rgba(0, 0, 0, 0.35));
    transform-origin: center bottom;
}

@keyframes starFishRotate {
    0% {
        transform: rotate(-8deg);
    }

    100% {
        transform: rotate(15deg);
    }
}

@keyframes starFishRun {

    /* à¹„à¸›à¸‚à¹‰à¸²à¸‡à¸«à¸™à¹‰à¸² (0% - 48%) */
    0% {
        transform: translateX(105vw) scaleX(1);
    }

    10% {
        transform: translateX(80vw) scaleX(1);
    }

    15% {
        transform: translateX(80vw) scaleX(1);
    }

    /* à¸«à¸¢à¸¸à¸”à¸žà¸±à¸ */
    30% {
        transform: translateX(40vw) scaleX(1);
    }

    35% {
        transform: translateX(35vw) scaleX(1);
    }

    40% {
        transform: translateX(35vw) scaleX(1);
    }

    /* à¸«à¸¢à¸¸à¸”à¸žà¸±à¸ */
    48% {
        transform: translateX(-9.375rem) scaleX(1);
    }

    /* à¸à¸¥à¸±à¸šà¸•à¸±à¸§ (49% - 50%) */
    49% {
        transform: translateX(-9.375rem) scaleX(1);
    }

    50% {
        transform: translateX(-9.375rem) scaleX(-1);
    }

    /* à¹€à¸”à¸´à¸™à¸à¸¥à¸±à¸š (50% - 98%) */
    60% {
        transform: translateX(-5vw) scaleX(-1);
    }

    65% {
        transform: translateX(-5vw) scaleX(-1);
    }

    /* à¸«à¸¢à¸¸à¸”à¸žà¸±à¸ */
    80% {
        transform: translateX(50vw) scaleX(-1);
    }

    85% {
        transform: translateX(55vw) scaleX(-1);
    }

    90% {
        transform: translateX(55vw) scaleX(-1);
    }

    /* à¸«à¸¢à¸¸à¸”à¸žà¸±à¸ */
    98% {
        transform: translateX(105vw) scaleX(-1);
    }

    /* à¸«à¸±à¸™à¸«à¸™à¹‰à¸²à¸à¸¥à¸±à¸šà¸¡à¸²à¹€à¸•à¸£à¸µà¸¢à¸¡à¹€à¸£à¸´à¹ˆà¸¡à¹ƒà¸«à¸¡à¹ˆ (99% - 100%) */
    99% {
        transform: translateX(105vw) scaleX(-1);
    }

    100% {
        transform: translateX(105vw) scaleX(1);
    }
}

/* â”€â”€â”€ SECTION 4 â”€â”€â”€ */
#section4 {
    padding: 1rem 0;
}

/* Hermit Crab Decoration Animation */
.hermit-crab-container {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
}

.hermit-crab-walking {
    width: 4.6875rem;
    height: auto;
    animation: hermitCrabRun 35s ease-in-out infinite;
}

.hermit-crab-wobble {
    width: 100%;
    height: auto;
    animation: hermitCrabRotate 0.7s ease-in-out infinite alternate;
    filter: drop-shadow(0 0.4375rem 0.875rem rgba(0, 0, 0, 0.45));
    transform-origin: center bottom;
}

@keyframes hermitCrabRotate {
    0% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(10deg);
    }
}

@keyframes hermitCrabRun {

    /* à¹„à¸›à¸‚à¹‰à¸²à¸‡à¸«à¸™à¹‰à¸² (0% - 48%) */
    0% {
        transform: translateX(-9.375rem) scaleX(1);
    }

    15% {
        transform: translateX(25vw) scaleX(1);
    }

    20% {
        transform: translateX(25vw) scaleX(1);
    }

    /* à¸«à¸¢à¸¸à¸”à¸žà¸±à¸ */
    35% {
        transform: translateX(65vw) scaleX(1);
    }

    40% {
        transform: translateX(70vw) scaleX(1);
    }

    45% {
        transform: translateX(70vw) scaleX(1);
    }

    /* à¸«à¸¢à¸¸à¸”à¸žà¸±à¸ */
    48% {
        transform: translateX(105vw) scaleX(1);
    }

    /* à¸à¸¥à¸±à¸šà¸•à¸±à¸§ (49% - 50%) */
    49% {
        transform: translateX(105vw) scaleX(1);
    }

    50% {
        transform: translateX(105vw) scaleX(-1);
    }

    /* à¹€à¸”à¸´à¸™à¸à¸¥à¸±à¸š (50% - 98%) */
    60% {
        transform: translateX(85vw) scaleX(-1);
    }

    65% {
        transform: translateX(85vw) scaleX(-1);
    }

    /* à¸«à¸¢à¸¸à¸”à¸žà¸±à¸ */
    80% {
        transform: translateX(40vw) scaleX(-1);
    }

    85% {
        transform: translateX(35vw) scaleX(-1);
    }

    90% {
        transform: translateX(35vw) scaleX(-1);
    }

    /* à¸«à¸¢à¸¸à¸”à¸žà¸±à¸ */
    98% {
        transform: translateX(-9.375rem) scaleX(-1);
    }

    /* à¸«à¸±à¸™à¸«à¸™à¹‰à¸²à¸à¸¥à¸±à¸šà¸¡à¸²à¹€à¸•à¸£à¸µà¸¢à¸¡à¹€à¸£à¸´à¹ˆà¸¡à¹ƒà¸«à¸¡à¹ˆ (99% - 100%) */
    99% {
        transform: translateX(-9.375rem) scaleX(-1);
    }

    100% {
        transform: translateX(-9.375rem) scaleX(1);
    }
}

/* â”€â”€â”€ IMAGE CARDS â”€â”€â”€ */
.img-card {
    position: relative;
    /* overflow: hidden; */
    /* border-radius: 6px; */
    /* margin-bottom: 24px; */
}

.img-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.45s ease;
    /* border-radius: 6px; */
}

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

/* â”€â”€â”€ FOOTER â”€â”€â”€ */
footer {
    background-color: #202020;
    border-top: 1px solid rgba(201, 168, 76, 0.2);
    padding: 3rem 0 1.75rem;
}

footer .footer-copy {
    font-size: 0.8rem;
    color: #ccc;
    letter-spacing: 0.06em;
    font-weight: 200;
}

/* Fade-in on scroll */
.fade-in {
    opacity: 0;
    transform: translateY(1.75rem);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Flip-in on scroll */
.flip-in {
    opacity: 0;
    transform: perspective(37.5rem) rotateY(-90deg);
    transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.flip-in.visible {
    opacity: 1;
    transform: perspective(37.5rem) rotateY(0deg);
}

/* News Carousel Styling */
.news-carousel .owl-item {
    transition: transform 0.3s ease;
    transform: scale(0.85);
    /* à¸¢à¹ˆà¸­à¸‚à¸™à¸²à¸”à¸£à¸¹à¸›à¸£à¸­à¸šà¸‚à¹‰à¸²à¸‡ */
    opacity: 0.6;
    /* à¸›à¸£à¸±à¸šà¹ƒà¸«à¹‰à¹‚à¸›à¸£à¹ˆà¸‡à¹à¸ªà¸‡ */
}

.news-carousel .owl-item.center {
    transform: scale(1);
    /* à¸•à¸±à¸§à¸—à¸µà¹ˆà¸­à¸¢à¸¹à¹ˆà¸•à¸£à¸‡à¸à¸¥à¸²à¸‡à¸‚à¸™à¸²à¸”à¸›à¸à¸•à¸´ 100% */
    opacity: 1;
    /* à¸„à¸§à¸²à¸¡à¸ªà¸§à¹ˆà¸²à¸‡ 100% */
    z-index: 10;
}

.news-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7) !important;
    /* à¸žà¸·à¹‰à¸™à¸«à¸¥à¸±à¸‡à¸ªà¸µà¸”à¸³à¹‚à¸›à¸£à¹ˆà¸‡à¹à¸ªà¸‡ */
    color: #fff !important;
    /* à¸¥à¸¹à¸à¸¨à¸£à¸ªà¸µà¸‚à¸²à¸§ */
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50% !important;
    /* à¸—à¸³à¹ƒà¸«à¹‰à¸›à¸¸à¹ˆà¸¡à¹€à¸›à¹‡à¸™à¸§à¸‡à¸à¸¥à¸¡ */
    font-size: 1.75rem !important;
    z-index: 100;
    transition: background 0.3s;
}

.news-carousel .owl-nav button:hover {
    background: rgba(250, 210, 122, 0.9) !important;
    /* à¹€à¸§à¸¥à¸² hover à¹„à¸”à¹‰à¸žà¸·à¹‰à¸™à¸«à¸¥à¸±à¸‡à¸ªà¸µà¹€à¸«à¸¥à¸·à¸­à¸‡ */
    color: #000 !important;
}

.news-carousel .owl-nav button.owl-prev {
    left: 31%;
}

.news-carousel .owl-nav button.owl-next {
    right: 31%;
}

@media (max-width: 1200px) {
    .news-carousel .owl-nav button.owl-prev {
        left: 21%;
    }

    .news-carousel .owl-nav button.owl-next {
        right: 21%;
    }
}

@media (max-width: 768px) {
    .news-carousel .owl-nav button.owl-prev {
        left: 5%;
    }

    .news-carousel .owl-nav button.owl-next {
        right: 5%;
    }
}

.news-carousel .owl-dots {
    margin-top: 1.5rem !important;
    text-align: center;
}

.news-carousel .owl-dots .owl-dot span {
    width: 0.75rem !important;
    height: 0.75rem !important;
    background: transparent !important;
    border: 2px solid var(--gold) !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    margin: 0 0.375rem !important;
    border-radius: 50% !important;
}

.news-carousel .owl-dots .owl-dot:hover span {
    background: rgba(201, 168, 76, 0.4) !important;
    /* var(--gold) with 40% opacity */
}

.news-carousel .owl-dots .owl-dot.active span {
    width: 2rem !important;
    background: var(--gold) !important;
    border-radius: 0.75rem !important;
    box-shadow: 0 0 0.75rem rgba(201, 168, 76, 0.5) !important;
}

/* Floating Menu Styles */
.floating-menu {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9999;
    pointer-events: none;
}

.floating-menu .glass-panel {
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(0.9375rem);
    -webkit-backdrop-filter: blur(0.9375rem);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    border-radius: 0 16px 16px 0;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
    transform: translate(0, -50%);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: flex;
    align-items: center;
    pointer-events: auto;
}

.floating-menu.closed .glass-panel {
    transform: translate(calc(-100% + 2rem), -50%);
}

.floating-menu .menu-items {
    padding: 1rem 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.floating-menu .menu-item img {
    width: 5.9375rem;
    height: auto;
    border-radius: 0.5rem;
    transition: transform 0.3s ease, filter 0.3s ease;
    filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.5));
}

.floating-menu .menu-item:hover img {
    transform: translateY(-0.125rem) scale(1.08);
    filter: drop-shadow(0 0.25rem 0.625rem var(--gold));
}

.floating-menu .menu-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    width: 2rem;
    height: 5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(0.9375rem);
    -webkit-backdrop-filter: blur(0.9375rem);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    border-radius: 0 0.75rem 0.75rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-light);
    cursor: pointer;
    font-size: 0.875rem;
    box-shadow: 0.25rem 0 0.9375rem rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease, color 0.3s ease;
}

.floating-menu .menu-toggle:hover {
    background: rgba(201, 168, 76, 0.3);
    color: #fff;
}

@media (max-width: 768px) {
    .floating-menu .menu-item img {
        width: 3.4375rem;
    }

    .floating-menu .menu-toggle {
        height: 3.75rem;
        width: 1.75rem;
    }

    .floating-menu.closed .glass-panel {
        transform: translate(calc(-100% + 1.75rem), -50%);
    }
}

/* Back to Top Button */
.back-to-top {
    position: fixed;
    bottom: 2.5rem;
    right: 2.5rem;
    width: 3.125rem;
    height: 3.125rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(0.9375rem);
    -webkit-backdrop-filter: blur(0.9375rem);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-light);
    font-size: 1.125rem;
    cursor: pointer;
    box-shadow: 0.25rem 0.25rem 0.9375rem rgba(0, 0, 0, 0.3);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1.25rem);
    transition: all 0.4s ease;
    text-decoration: none;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: rgba(201, 168, 76, 0.3);
    color: #fff;
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.3125rem 1.25rem rgba(201, 168, 76, 0.4);
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 1.25rem;
        right: 1.25rem;
        width: 2.8125rem;
        height: 2.8125rem;
        font-size: 1rem;
    }
}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
    MOBILE QUICK ACCESS FAB (MOBILE ONLY)
â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.mobile-quick-fab {
    position: fixed;
    bottom: 4.375rem;
    right: 0.9375rem;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.9375rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1.25rem);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mobile-quick-fab.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.fab-main-btn {
    width: 4.0625rem;
    height: 4.0625rem;
    background: linear-gradient(135deg, #fce0a2 0%, #c9a84c 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.5), 0 0 1.25rem rgba(201, 168, 76, 0.4);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 0.1875rem solid #fff;
}

.fab-main-btn:active {
    transform: scale(0.9);
}

.fab-burger {
    width: 1.5625rem;
    height: 1.125rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fab-burger span {
    display: block;
    width: 100%;
    height: 0.1875rem;
    background: #472f0b;
    border-radius: 0.1875rem;
    transition: all 0.3s ease;
}

.mobile-quick-fab.open .fab-burger span:nth-child(1) {
    transform: translateY(0.46875rem) rotate(45deg);
}

.mobile-quick-fab.open .fab-burger span:nth-child(2) {
    opacity: 0;
}

.mobile-quick-fab.open .fab-burger span:nth-child(3) {
    transform: translateY(-0.46875rem) rotate(-45deg);
}

.fab-menu {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1.25rem);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
}

.mobile-quick-fab.open .fab-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.fab-link {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    text-decoration: none;
}

.fab-label {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0.375rem 0.875rem;
    border-radius: 1.25rem;
    font-size: 1.85rem;
    font-weight: 500;
    box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    border: 1px solid rgba(201, 168, 76, 0.5);
}

.fab-icon-box {
    width: 3.125rem;
    height: 3.125rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(0.625rem);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.3);
}

.fab-icon-box img {
    width: 70%;
    height: auto;
    filter: drop-shadow(0 0.125rem 0.25rem rgba(0, 0, 0, 0.3));
}

@media (min-width: 992px) {
    .mobile-quick-fab {
        display: none !important;
    }
}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
    RIGHT SIDE FLOATING BANNER (DESKTOP)
â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.side-floating-banner {
    position: fixed;
    right: 2.5rem;
    bottom: 6.875rem;
    width: 11rem;
    /* Adjust based on actual image size */
    z-index: 9998;
    transition: all 0.5s ease;
    animation: bounceInUp 1s ease-out;
}

.side-floating-banner img {
    border-radius: 0;
    box-shadow: none;
    border: none;
    transition: transform 0.3s ease;
}

.side-floating-banner:hover img {
    transform: translateY(-0.3125rem);
}

.banner-close {
    position: absolute;
    top: -0.75rem;
    right: -0.75rem;
    width: 1.5625rem;
    height: 1.5625rem;
    background: #c9a84c;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 10;
}

.banner-close:hover {
    background: #e8d08a;
    color: #000;
    transform: scale(1.15);
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(6.25rem);
    }

    60% {
        opacity: 1;
        transform: translateY(-0.625rem);
    }

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

@media (max-width: 991px) {
    .side-floating-banner {
        display: none !important;
    }
}

.shadow-card {

    filter: drop-shadow(0 0.375rem 0.5rem rgba(0, 0, 0, 0.6)) brightness(1.05);
}

.tt-01 {

    width: 62.93306rem;
}

.tt-02 {

    width: 48.75rem;
}

.tt-03 {

    width: 54.5625rem;
}