.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-justify {
    text-align: justify;
}

p {
    color: var(--text-color);
    text-align: justify;
    font-family: var(--font-family-Inter-Regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

h1, h2 {
    color: var(--main-color);
    text-align: center;
    font-family: var(--font-family-Inter-Bold);
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
}

.slogan {
    color: var(--main-color);
    text-align: center;
    font-family: var(--font-family-Inter-Regular);
    font-size: 1.4375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
}

.section-1 .categories {
    background: #fff;
    border: 1px solid #D9D9D9;
    border-top: 0;
    padding: 1rem;
    overflow-y: auto;
    max-height: 24rem;
}

.section-1 .categories::-webkit-scrollbar {
    width: 5px;
}

.section-1 .categories::-webkit-scrollbar-thumb {
    background: #00285A;
    border-radius: 4px;
}

.section-1 .categories::-webkit-scrollbar-track {
    background: #F5F5F5;
    border-radius: 4px;
}

.section-1 .categories .category-item h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 0;
}

.section-2 .larry-page-quote {
    border: 1px solid #1a2c58;
    border-radius: 5px;
    padding: 1rem 1rem 1.57rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.section-2 .larry-page-quote strong {
    color: #00285A;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-family: var(--font-family-Inter-Regular);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    bottom: -0.5rem;
}

.section-2 .quote,
.section-2 .slogan {
    font-family: var(--font-family-Inter-Regular);
    font-style: italic;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #00285A;
}

.section-2 .slogan {
    font-style: normal;
}

.section-2 a.view-detail {
    width: max-content;
    padding: 0.5rem 2rem;
    color: var(--text-color);
    text-align: center;
    font-family: var(--font-family-Inter-Regular);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
    border-radius: 0.5rem;
    border: 1px solid var(--text-color);
}

.section-3 .discount {
    width: max-content;
    max-width: 100%;
    display: flex;
    padding: 0.625rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
    border-radius: 0.375rem;
    background: #00285A;
}

.section-3 .discount span {
    color: #FFF;
    font-family: var(--font-family-Inter-Bold);
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.section-3 .content {
    border-radius: 0.5rem;
    background-color: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
}

.section-3 .content h3 {
    color: var(--main-color);
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.section-3 .content .price {
    color: #CF2027;
    font-family: var(--font-family-UTM-Bebas);
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.section-3 .content .add-item {
    display: inline-flex;
    padding: 0.375rem 1.0625rem 0.375rem 0.75rem;
    align-items: center;
    gap: 0.5625rem;
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #00285A 0%, #001836 100%);
    color: #FFF;
    text-align: center;
    font-family: var(--font-family-Inter-Bold);
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
    cursor: pointer;
}

.section-3 a.view-all {
    display: flex;
    width: max-content;
    padding: 0.5rem 2rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    border-radius: 0.5rem;
    border: 1px solid #1E1E1E;
    background: #CF2027;
    color: #FFF;
    text-align: center;
    font-family: var(--font-family-Inter-Bold);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
}

.section-4 .content {
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
}

.section-4 .content h3 {
    color: var(--main-color);
    text-align: center;
    font-family: var(--font-family-UTM-Bebas);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.section-4 .content .view-detail {
    width: max-content;
    display: flex;
    padding: 0.5rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    border-radius: 0.5rem;
    border: 1px solid #1E1E1E;
    background: #fff;
    color: #1E1E1E;
    text-align: center;
    font-family: var(--font-family-Inter-Regular);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
}

/* count down time */
.countdown {
    display: flex;
    gap: 1rem;
}

.circle {
    width: 4rem;
    height: 4rem;
    background: #d32f2f;
    color: white;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.circle span.value {
    font-size: 1.23969rem;
    font-family: var(--font-family-Inter-Bold);
    line-height: 1.3;
}

.circle span.label {
    font-size: 14px;
}

/* end */

.view-all {
    display: flex;
    padding: 0.5rem 1.5rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    border-radius: 0.5rem;
    border: 1px solid #1E1E1E;
    background: #CF2027;
    color: #FFF;
    text-align: center;
    font-family: var(--font-family-Inter-Regular);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
}

.section-5 {
    background-color: var(--main-color);
}

.section-5 h3.title {
    color: #00285A;
    font-family: var(--font-family-Inter-Bold);
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.section-5 .content {
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
}

.section-5 .content h3 {
    color: var(--font-family-UTM-Bebas);
    text-align: center;
    font-family: var(--font-family-UTM-Bebas);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.section-5 .content .price {
    color: #CF2027;
    font-family: var(--font-family-UTM-Bebas);
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.section-5 .content .add-item {
    display: inline-flex;
    padding: 0.375rem 1.0625rem 0.375rem 0.75rem;
    align-items: center;
    gap: 0.5625rem;
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #00285A 0%, #001836 100%);
    color: #FFF;
    text-align: center;
    font-family: var(--font-family-Inter-Bold);
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1rem;
    cursor: pointer;
}

.section-5 .progress .progress-bar {
    border-radius: 6.25rem;
    background: #00285A;
}

.section-6 .content {
    border-radius: 0.625rem;
    border: 1px solid #00285A;
    background: #FFF;
    padding: 1rem 1.5rem;
}

.section-6 .content img {
    height: 50px;
    width: auto;
}

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

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

.owl-carousel .owl-nav button i {
    color: var(--main-color);
}

.section-8 .content span {
    color: #848383;
    font-family: var(--font-family-Inter-Regular);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.3;
    /* 383.333% */
}

.section-8 .content p {
    color: var(--main-color);
    font-family: var(--font-family-Inter-Bold);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex-basis: 70%;
}

.section-8 .content .logo {
    flex-basis: 30%;
}

@media screen and (max-width: 1399px) {
    .section-1 .categories {
        max-height: 21rem;
    }
}

@media screen and (max-width: 1199px) {
    .section-1 .categories {
        max-height: 17.5rem;
    }
}

@media screen and (max-width:1024px) {
    h2 {
        font-size: 1.625rem;
    }

    .slogan {
        font-size: 1.125rem;
    }

    .section-3 .content h3 {
        font-size: 1.5rem;
    }

    .section-5 .content h3 {
        font-size: 1.5rem;
    }

    .section-5 h3.title {
        font-size: 1.125rem;
    }
}

/* Glide Carousel Styles */
.glide__arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.glide__arrow {
    background: rgba(0, 40, 90, 0.8);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    pointer-events: auto;
    transition: background-color 0.3s ease;
}

.glide__arrow:hover {
    background: rgba(0, 40, 90, 1);
}

.glide__arrow i {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .glide__arrow {
        width: 35px;
        height: 35px;
    }

    .glide__arrow i {
        font-size: 14px;
    }
}
