﻿.text-center {
    text-align: center;
}

.article-header {
    padding: 20px 0;
}

.article-alpha-logo {
    width: 20%;
    margin: 0 auto;
}

    .article-alpha-logo img {
        width: 100%;
        height: auto;
    }

.article-category {
    width: 20%;
    margin: 20px auto;
}

.article-category-title {
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: 'sst-medium', sans-serif;
}

.article-category-title {
    display: flex;
    flex-direction: row;
}

    .article-category-title:before,
    .article-category-title:after {
        content: "";
        flex: 1 1;
        border-bottom: 1.2px solid;
        margin: auto;
    }

    .article-category-title:before {
        margin-right: 10px
    }

    .article-category-title:after {
        margin-left: 10px
    }

.article-title {
    margin: 20px 0;
}

.article-title-text {
    font-size: 2.5rem;
    line-height: 1.3;
    font-family: 'sst-roman', sans-serif;
    font-weight: normal;
    margin: 0 auto;
    margin-bottom: 6px;
    max-width: 80%;
}

.article-title-author {
    font-size: 1rem;
    line-height: 1.3;
    font-family: 'sst-roman', sans-serif;
    margin-bottom: 6px;
}

.article-banner-desktop {
    display: block;
    width: 100%;
    height: 599px;
    object-fit: cover;
}

.article-banner-mobile {
    display: none; /* Mobile */
    width: 100%;
    height: auto;
}

.article-banner {
    position: relative;
}

.article-banner-genre-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0);
    color: white;
    padding: 4px 12px;
}

.article-banner-genre-badge-text {
    font-size: 1.125rem;
    line-height: 1.3;
    font-family: 'sst-heavy', sans-serif;
}

.article-banner-author {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: -20px;
}

.author-image {
    width: 125px;
}

    .author-image img {
        width: 100%;
        height: auto;
        border-radius: 65px;
    }

.author-info {
    margin-left: 20px;
}

.author-name {
    text-align: left;
}

.author-name-text {
    margin-bottom: 10px;
}

.author-info-social a {
    text-decoration: none;
}

    .author-info-social a img {
        width: 36px;
    }


.article-content {
    margin: 30px 0;
}

.article-content-container {
    max-width: 1000px;
    margin: 0 auto;
}

.article-content-text-block {
    width: 800px;
    margin: 0 auto;
}

.article-content-container h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: 'sst-medium', sans-serif;
    font-weight: normal;
    margin: 20px 0;
}

.article-content-container h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    font-family: 'sst-medium', sans-serif;
    font-weight: normal;
    margin: 20px 0;
}

.article-content-container p {
    font-size: 1.125rem;
    line-height: 1.3;
    font-family: 'sst-roman', sans-serif;
    margin-bottom: 12px;
}

.article-content-container .article-content-image {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 20px auto;
    justify-content:center;
}

    .article-content-container .article-content-image img {
        width: 100%;
        height: auto;
    }

.article-content-container .article-content-image-description {
    margin: 10px auto;
}

    .article-content-container .article-content-image-description p {
        font-size: 0.875rem;
        line-height: 1.3;
        font-family: 'sst-roman', sans-serif;
        margin-bottom: 6px;
        text-align: center;
        color: #666;
    }

.article-content-container .article-content-list {
    font-size: 1.125rem;
    padding: 0;
    padding-left: 1.125rem !important;
    margin: 12px 0;
}

    .article-content-container .article-content-list li {
        font-size: 1.125rem;
        line-height: 1.3;
        font-family: 'sst-roman', sans-serif;
        margin-bottom: 6px;
    }

.article-content-container .article-content-video {
    padding: 20px 0 0 0;
}

.article-content-container .article-content-video-block {
    width: 1000px;
    margin: 20px auto;
}

    .article-content-container .article-content-video-block iframe {
        width: 100%;
        height: auto;
    }

    .article-content-container .article-content-video-block.youtube-embed {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

        .article-content-container .article-content-video-block.youtube-embed iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

.article-content-quotes {
    margin: 20px 0;
    position: relative;
    padding: 50px 0;
    width: 800px;
    margin: 0 auto;
}

    .article-content-quotes:before,
    .article-content-quotes:after {
        position: absolute;
        font-size: 2rem;
        color: black;
        font-weight: normal;
        font-family: 'sst-roman', sans-serif;
    }

    .article-content-quotes:before {
        content: '\201c';
        top: 12px;
        left: 50%;
        transform: translateX(-50%);
    }

    .article-content-quotes:after {
        content: '\201d';
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
    }

    .article-content-quotes p {
        margin: 0;
        font-size: 2rem;
        line-height: 1.3;
        font-family: 'sst-roman', sans-serif;
        font-weight: normal;
        text-align: center;
    }

.article-content-gear {
    margin: 20px 0;
    width: 800px;
    margin: 50px auto;
}

.article-content-gear-title {
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: 'sst-medium', sans-serif;
    font-weight: normal;
    padding: 20px 0 !important;
}

.article-content-gear-container {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.article-content-gear-block {
    width: 100%;
    max-width: 30%;
}

    .article-content-gear-block a {
        text-decoration: none;
    }

    .article-content-gear-block .article-content-gear-image {
        width: 100%;
        height: 220px;
        object-fit: contain;
        background-color: #fff;
        border: 1px solid #efedec;
    }

.article-content-gear-read-more {
    width: 10px !important;
    height: 10px !important;
}

.article-content-gear-info {
}

.article-content-gear-model,
.article-content-gear-description {
    line-height: 1.3;
    font-family: 'sst-roman', sans-serif;
    font-weight: normal;
    color: black;
}

.article-content-gear-model {
    font-family: 'sst-medium', sans-serif !important;
    font-size: 1rem !important;
    margin-bottom: 6px !important;
}

.article-content-gear-description {
    font-size: 0.875rem !important;
}

.article-content-tag {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.article-content-tag-block button {
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.125rem;
    line-height: 1.3;
    font-family: 'sst-roman', sans-serif;
    font-weight: normal;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .article-banner-desktop {
        height: auto;
    }

    .article-alpha-logo {
        width: 60%;
    }

    .article-category {
        width: 50%;
    }

    .article-title-text {
        font-size: 1.5rem;
        line-height: 1.2;
        padding: 0 20px;
    }

    .article-title-author {
        font-size: 1rem;
        line-height: 1.2;
        padding: 0 20px;
    }

    .author-image {
        width: 110px;
    }

    .article-content-text-block {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .article-content-image-block {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .article-content-container p {
        font-size: 1rem;
        line-height: 1.3;
    }

    .tCol-image {
        flex-direction: column !important;
    }

    .article-content-container .article-content-video {
        padding: 5px 20px;
    }

    .article-content-container .article-content-video-block {
        width: 100%;
        margin: 20px auto;
    }

    .article-content-quotes {
        width: 100%;
        margin: 0 auto;
        padding: 35px 20px;
        padding-top: 15px;
    }

        .article-content-quotes p {
            font-size: 1.25rem;
            line-height: 1.3;
        }

        .article-content-quotes:before {
            top: -7px;
        }

        .article-content-quotes:after {
            bottom: -5px;
        }

    .article-content-gear {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }

    .article-content-gear-title {
        padding: 0 20px;
    }

    .article-content-gear-container {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding: 0 20px;
        scroll-padding: 0 20px;
        scroll-behavior: smooth;
        touch-action: pan-x;
        overscroll-behavior-x: contain;
        flex-wrap: unset;
    }

    .article-content-gear-block {
        scroll-snap-align: start;
        min-width: 260px;
        user-select: none;
        -webkit-user-select: none;
    }

        .article-content-gear-block .article-content-gear-image {
            height: 180px;
            pointer-events: none;
        }

    /* Hide scrollbar but keep functionality */
    .article-content-gear-container {
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }

        .article-content-gear-container::-webkit-scrollbar {
            display: none; /* Chrome, Safari, Opera */
        }
}
/*Added by Amit 21-May-2025:- For carousel start*/

.article-content-container .image {
    margin: 0 auto;
}

.article-content-container img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
/* 5.7 Rewards Section */
#explore {
    padding: 50px 0 0 0;
}

.explore-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.explore-container {
    position: relative;
    max-width: 800px;
    margin: 5px auto 0;
    overflow: hidden;
}

.explore-swiper {
    width: 100%;
    position: relative;
    padding: var(--spacing-lg) 0;
}

.explore-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 10;
    padding: 10px;
}

    .explore-btn.prev {
        left: -40px;
    }

    .explore-btn.next {
        right: -40px;
    }

    .explore-btn img {
        width: 30px;
        height: auto;
        transition: transform 0.3s ease;
    }

    .explore-btn:hover img {
        transform: scale(1.1);
    }

.explore-slide {
    background: var(--background-white);
    border-bottom-left-radius: var(--border-radius-lg);
    border-bottom-right-radius: var(--border-radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: var(--box-shadow);
    transition: var(--transition-default);
}

    .explore-slide:hover {
        transform: translateY(-5px);
    }

.explore-slide-image {
    width: 100%;
    object-fit: cover;
}

.explore-slide-description {
    padding: var(--spacing-lg);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    background: var(--background-white);
    color: var(--primary-color);
}

    .explore-slide-description h2 {
        margin: 0 0 5px 0;
        font-size: 1.125rem;
        font-weight: 600;
        color: var(--primary-color);
        line-height: 1.4;
        font-family: 'sst-medium', sans-serif;
    }

    .explore-slide-description p {
        font-size: 1rem;
        color: var(--secondary-color);
        font-family: 'sst-light';
        line-height: 1.4;
    }

.explore-slide a {
    text-decoration: none;
}
.swiper-pagination {
    position: unset !important;
}

.swiper-pagination-bullet {
    width: 15px !important;
    height: 5px !important;
    border-radius: 0px !important;
}

.swiper-pagination-bullet-active {
    background: rgb(248, 121, 2) !important;
}

.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: unset !important;
    top: -25px !important;
}
@media screen and (max-width: 768px) {
    
    .explore-slide-image-container img {
        width: 80px;
    }

    .explore-btn {
        display: none;
    }
}
/*Added by Amit 21-May-2025:- end */
.glow-temp {
    box-shadow: 0 0 20px 5px rgba(0, 255, 255, 0.8);
    transition: box-shadow 0.3s ease-in-out;
}
.tooltip-popup {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: black;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    animation: fadeInOut 1s ease forwards;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(-5px);
    }

    20% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(-5px);
    }
}
.explore_content
{
    padding-left:15px;
    padding-right:15px;
}

/*Added by Amit Start*/
html[lang="vi-VN"] .article-category-title {
    font-family: 'SSTVN', sans-serif !important;
}

html[lang="vi-VN"] .article-title-text {
    font-family: 'SSTVN', sans-serif !important;
}

html[lang="vi-VN"] .article-title-author {
    font-family: 'SSTVN', sans-serif !important;
}

html[lang="vi-VN"] .article-content-container p {
    font-family: 'SSTVN', sans-serif !important;
}

html[lang="vi-VN"] .article-content-container .article-content-image-description p {
    font-family: 'SSTVN', sans-serif !important;
}

html[lang="vi-VN"] .article-content-container .article-content-list li {
    font-family: 'SSTVN', sans-serif !important;
}

html[lang="vi-VN"] .article-content-quotes:before, .article-content-quotes:after {
    font-family: 'SSTVN', sans-serif !important;
}

html[lang="vi-VN"] .article-content-quotes p {
    font-family: 'SSTVN', sans-serif !important;
}

html[lang="vi-VN"] .article-content-gear-model, .article-content-gear-description {
    font-family: 'SSTVN', sans-serif !important;
}
html[lang="vi-VN"] .article-content-tag-block button {
    font-family: 'SSTVN', sans-serif !important;
}

html[lang="vi-VN"] .article-category-title {
    font-family: 'SST W01 Medium', sans-serif !important;
}
html[lang="vi-VN"] .article-content-container h2 {
    font-family: 'SST W01 Medium', sans-serif !important;
}
html[lang="vi-VN"] .article-content-container h3 {
    font-family: 'SST W01 Medium', sans-serif !important;
}
html[lang="vi-VN"] .article-content-gear-title {
    font-family: 'SST W01 Medium', sans-serif !important;
}
html[lang="vi-VN"] .article-content-gear-model {
    font-family: 'SST W01 Medium', sans-serif !important;
}
html[lang="vi-VN"] .explore-slide-description h2 {
    font-family: 'SST W01 Medium', sans-serif !important;
}
html[lang="vi-VN"] .article-banner-genre-badge-text {
    font-family: 'SST W01 Bold', sans-serif !important;
}
/*Added by Amit End*/