* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Onest';
}

body {
    font-family: 'Onest';
}

.home_section {
    position: relative;
    height: 800px;
    overflow: hidden;
}

.slide_home p {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
}

.slider_home {
    height: 100%;
    position: relative;
}

.slide_home {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.8s ease-in-out;
}

.slide_home.active {
    opacity: 1;
    z-index: 1;
}

/* Background */
.bg_home {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
/* .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
    top: 0;
    left: 0;
} */

/* Content */
.slide_home .content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    color: #fff;
}

.slide_home .content h1 {
    font-size: 82px;
    margin: 0;
    font-family: 'Onest', sans-serif;
    font-weight: 600;
    /* 🔥 key fix */
    line-height: 1.1;
    /* tight like design */
    letter-spacing: -1px;
    /* slight compression */
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.95) 30%,
            rgba(255, 255, 255, 0.4) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-feature-settings: 'ss02' on;
}

.slide_home .subtitle {
    font-size: 32px;
    opacity: 0.8;
}

.slide_home button {
    width: 169.6666717529297px;
    height: 55px;
    margin: 5px;
    border: 1px solid #0D122B;
    cursor: pointer;
    border-radius: 15.28px;
    color: #fff;
    background: #0D122B;
    font-size: 18px;
    letter-spacing: 0px;
}

.home_section .controls button {
    border: 0.45px solid var(--Colors-Primary-200---BG-2, #F4ECC9);
    width: 36px;
    height: 36px;
    backdrop-filter: blur(12.779999732971191px);
    border-radius: 3.6px;
    padding: 18px;
    background: inherit;
    color: #fff;
}

/* Product Image */
.home_section .product {
    position: absolute;
    right: 10%;
    bottom: 10%;
    height: 400px;
}

/* Controls */
.home_section .controls {
    position: relative;
    right: 20px;
    bottom: 86px;
    z-index: 99;
    float: right;
    right: 76px;
}

.home_section .controls button {
    margin: 5px;
    padding: 6px 12px;
    opacity: 1;
    cursor: pointer;
    transition: 0.3s;
}

.home_section .controls button.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Dots */
.home_section .dots {
    position: absolute;
    left: 8%;
    bottom: 40px;
    z-index: 99;
}

.home_section .dots span {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #FBF6E0;
    margin: 5px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 30%;
}

.home_section .dots span.active {
    opacity: 100%;
}

/* Start Product Slider */

.prod-section {
    padding: 62px 80px;
    background: #FBF6E0;
}

.prod-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prod-header h2 {
    font-size: 52px;
    font-weight: 500;
}

.prod-explore-btn {
    background: #0a1a3a;
    color: #fff;
    border-radius: 16px;
    border: none;
    font-size: 18px;
    letter-spacing: 0px;
    width: 208px;
    height: 55px;
}

.prod-slider-wrapper {
    overflow: hidden;
    margin-top: 30px;
}

.prod-track {
    display: flex;
    transition: transform 0.5s ease;
    gap: 18px;
}


.prod-card img {
    width: 100%;
}

.prod-controls {
    margin-top: 20px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.prod-controls button {
    padding: 5px;
    width: 36px;
    height: 36px;
    margin: 5px;
    background: inherit;
    border: 0.45px solid var(--Colors-Secondary-500, #0D122B);
    cursor: pointer;
    border-radius: 3.6px;
    backdrop-filter: blur(12.779999732971191px);
}

.prod-controls button i {
    font-size: 14px;
    font-weight: bold;
}

.prod-card {
    min-width: 33.33%;
    padding: 20px;
    background: #F5EECE;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

/* Image */
.prod-img-wrap {
    text-align: center;
}

.prod-img-wrap img {
    width: 313px;
    transition: 0.4s ease;
}

/* Content (START FROM BOTTOM) */
.prod-card:hover .prod-content {
    top: -29px;
}

.prod-content {
    position: relative;
    transition: 0.4s ease;
    top: 35px;
    margin-bottom: 39px;
}

.prod-content h3 {
    font-size: 32px;
    font-family: 'Onest', sans-serif;
    margin-bottom: 18px;
    font-weight: 500;
    color: #2D1D0F;
}

.prod-content p {
    font-size: 18px;
    line-height: 25px;
    color: #666666;
}

/* Button hidden */
.prod-btn {
    width: 204px;
    height: 55px;
    border: 1px solid #0D122B;
    border-radius: 15px;
    background: #0D122B;
    color: #fff;
    font-size: 18px;
    cursor: pointer;

    position: absolute;
    left: 0px;
    bottom: -83px;
    /* initially hidden below */

    transition: bottom 0.3s ease;
}

/* 🔥 HOVER EFFECT */
.prod-card:hover .prod-img-wrap img {
    transform: scale(0.9);
}

.prod-card:hover .prod-content {
    bottom: 13px;
    margin-bottom: 0px;
    /* move content upward */
}

.prod-card:hover .prod-btn {
    bottom: -69px;
}

/* Optional card lift */
/* .prod-card:hover {
    transform: translateY(-5px);
} */

.prod-content {
    transition: bottom 0.4s ease, transform 0.4s ease;
}

.prod-counter {
    font-weight: 600;
    margin: 0 10px;
}

#prodCurrent {
    font-size: 16px;
    color: #0a1a3a;
    font-weight: 500;
}

#prodTotal {
    font-size: 12px;
    color: #0D122B;
    font-weight: 500;
}

.prod-separator {
    font-size: 16px;
    margin: 0 3px;
}

/* Progress Track */
.prod-progress {
    width: 120px;
    /* small width like design */
    height: 4px;
    background: #D9D9D9;
    border-radius: 10px;
    margin: 15px auto 0;
    position: relative;
    overflow: hidden;
    display: none;
}

/* Moving Indicator */
.prod-progress-bar {
    width: 30%;
    /* small indicator */
    height: 100%;
    background: #5A4A3A;
    /* dark brown like UI */
    border-radius: 10px;
    position: absolute;
    left: 0;
    transition: transform 0.4s ease;
}

.prod-progress {
    cursor: pointer;
}


/* Tablet */
@media (max-width: 1024px) {
    .prod-card {
        min-width: 50%;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .prod-card {
        min-width: 100%;
    }

    .prod-controls {
        display: none;
        /* hide arrows */
    }

    .prod-progress {
        display: block;
    }

    .home_section .controls {
        display: none;
    }

    .slide_home .content {
        position: absolute;
        top: 29%;
        left: 10%;
        transform: translateY(-50%);
        color: #fff;
        text-align: center;
    }

    .home_section .dots {
        position: absolute;
        left: 0%;
        bottom: 40px;
        z-index: 99;
        width: 100%;
        text-align: center;
    }
}

/* <!-- End of Product Slider --!> */

/* Container */
.end-container {
    width: 100%;
    height: 376px;
    overflow: hidden;
    position: relative;
    margin-bottom: 46px;
}

.end {
    bottom: -2.5rem;
    position: relative;
    gap: 17.17px;
    display: flex;
    animation: marquee 25s linear infinite;
    will-change: transform;
}

.end .end-box {
    width: 371px;
    height: 277px;
    overflow: hidden;
    border-radius: 39.84px;
    flex-shrink: 0;
}

.end .end-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.end-container::before,
.end-container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 167px;
    height: 100%;
    z-index: 2;
}

.end-container::before {
    left: 0;
    background: linear-gradient(to right, #FBF6E3, transparent);
}

.end-container::after {
    right: 0;
    background: linear-gradient(to left, #FBF6E3, transparent);
}

/* Duplicate content for seamless loop */

.end::after {
    content: "";
    display: flex;
}

.end::after {
    content: attr(data-duplicate);
}


/* Animation */

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

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

/* Swipper Slider */
.product_section_page {
    padding: 62px 80px;
    background: #FBF6E0;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    justify-content: flex-start;
}

.product-grid .prod-card {
    flex: 0 0 calc((100% - 36px) / 3);
    box-sizing: border-box;
    max-width: calc((100% - 36px) / 3);
    min-width: 30% !important;
}

.product-grid .prod-img-wrap img {
    width: 313px;
    height: auto;
}

.aboutright p:nth-of-type(2) {
    font-size: 20px;
    font-style: regular;
    color: #666666;
    text-transform: none;
    line-height: 24px;
}

.aboutright h2 {
    font-size: 52px;
    font-weight: 500;
    color: #2D1D0F;
    margin-bottom: 18px;
}

body .ready {
    background-image: url(../images/stay-background.jpg) !important;
}

.volt_drink_bird {
    position: absolute;
    left: 107px;
    width: 150px;
    height: auto;
    animation: fly 5s linear infinite;
}

.top_product {
    background: var(--Colors-Primary-300, #BFA227);
    backdrop-filter: blur(4.357142925262451px);
    height: 33px;
    padding: 6px 10px;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-weight: 500;
    border-radius: 54px;
    width: 105px;
    color: #FFFFFF;
}

.our-product-parent h1 {
    font-size: 62px;
    font-weight: 500;
    padding-left: 42px;
    margin-bottom: 22px;
}

.product_responsive_1 {
    display: block;
}

.product_responsive_2 {
    display: none;
}

/* End of swipper slider */

@media (max-width: 768px) {

    .prod-card {
        min-width: 100%;
    }

    .prod-img-wrap img {
        width: 100%;
    }

    .prod-header h2 {
        font-size: 23px;
    }

    .prod-header {
        gap: 20px;
    }

    .prod-explore-btn {
        background: #0a1a3a;
        color: #fff;
        width: 208px;
        height: 45px;
        border-radius: 9px;
        border: none;
        font-size: 15px;
        letter-spacing: 0.5px;
    }

    .slide_home .content h1 {
        font-size: 46px;
        margin: 0px;
    }

    .slide_home .subtitle {
        font-size: 26px;
        opacity: 0.8;
    }

    .prod-section {
        padding: 46px 21px;
    }

    .mbl-about p:nth-of-type(2) {
        font-size: 12px;
        font-style: regular;
        color: #666666;
        text-transform: none;
        line-height: 20px;
        margin: 0px 17px;
        text-align: center;
    }

    .volt_drink_bird {
        display: none
    }

    .slider_home img {
        height: 100% !important;
    }

    .product-grid .prod-card {
        flex: 0 0 calc((100% - 36px) / 1);
        box-sizing: border-box;
        max-width: calc((100% - 36px) / 1);
        min-width: 100% !important;
    }

    .product_section_page {
        padding: 62px 20px;
        padding-top: 30px;
    }

    .prod-content h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .prod-content p {
        font-size: 14px;
        line-height: 20px;
    }

    .prod-card:hover .prod-img-wrap img {
        transform: scale(0.7);
    }

    .prod-card:hover .prod-content {
        top: -51px;
    }

    .product_responsive_1 {
        display: none;
    }

    .product_responsive_2 {
        display: block;
    }

    .product-sec-new {
        padding-top: 0px;
    }

    /* .product_section_page {
        display: none;
    } */
}