/* Custom CSS for Phoenix Shopping Festival 2026 */

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Montserrat:wght@300;400;500;600;700&display=swap');

/* Reset and base styles */
:root {
    --gold-primary: #C89756;
    --gold-light: #b09975;
    --gold-dark: #6e5535;
    --text-dark: #231f20;
    --bg-beige: #fbfaf7;
    --font-serif: 'Cinzel', serif;
    --font-sans: 'Montserrat', sans-serif;
    --font-Libre: "Abhaya Libre SemiBold";
    --transition-smooth: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

body,
html {
    margin: 0;
    font-size: 16px;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    background-color: var(--bg-beige);
    color: var(--text-dark);
    font-family: var(--font-sans);
    scroll-behavior: smooth;
}

a {
    text-decoration:none;
}


img {
     width:unset; 
}

span{
    font-family: unset;
}

.remove-white-bg {
    mix-blend-mode: multiply;
}

.faq-content ul {
    /*padding-left: unset;
    list-style: unset;*/
    padding-left: 2rem !important;
    list-style: disc !important;
}
.faq-content li::marker {
    color:unset !important;
}
/* Banner Section styling (Section 1) */
.banner-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 0;
    /*margin-top: 90px;*/
    /* Prevents tiny white gap underneath block images */
}

/*@media (max-width: 991px) {
    .banner-section {
        margin-top: 55px; 
    }
}

@media (max-width: 991px) {
    .banner-section {
        margin-top: 55px;
    }
}*/

.banner-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Features Section (Section 2) */
.features-section {
    background-color: var(--bg-beige);
    /* padding: 5rem 1.5rem; */
}

/* Stats Bar */
.stats-bar {
    max-width: 100%;
    display: flex;
    flex-flow: column;
    /* justify-content: center; */
    margin: 0 auto 1rem;
    padding: 1.5rem 0;
    /* border-bottom: 1px solid #eae1d4;
    border-top: 1px solid #eae1d4; */
}

.stat-info {
    align-content: center;
}

.stat-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    height: 100px;
    width: auto;
}

@media (min-width: 768px) {
    .stat-col:not(:last-child) {
        border-right: 1px solid #eae1d4;
    }
}

.stat-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-primary);
    font-size: 1.4rem;
    margin-right: 1rem;
    background-color: #f5e9d9;
    transition: var(--transition-smooth);
}

.stat-icon-circle svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    transition: var(--transition-smooth);
}

/* .stat-col:hover .stat-icon-circle {
    background-color: var(--gold-primary);
    color: #fff;
    transform: rotate(10deg);
} */

.stat-number {
    font-family: var(--font-serif);
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--gold-primary);
    line-height: 1.1;
    margin-bottom: 0.1rem;
}

.stat-label {
    /* font-family: var(--font-sans); */
    font-family: "Abhaya Libre SemiBold";
    font-weight: 700;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-dark);
    opacity: 0.8;
}

/* Middle Headings */
.features-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
    padding: 0 1rem;
}

.features-heading {
    /* font-family: var(--font-serif); */
    font-family: "Abhaya Libre SemiBold";
    font-size: 2.5rem;
    font-weight: 550;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}

.gold-highlight {
    color: var(--gold-primary);
}

.features-desc {
    font-family: var(--font-sans);
    font-size: 0.92rem;
    font-weight: 400;
    /* line-height: 1.7; */
    color: black;
}

@media (max-width: 767.98px) {
    .features-heading {
        font-size: 2rem;
    }
}

/* Cards Showcase Grid */
.cards-container {
    max-width: 1140px;
    margin: 0 auto;
    justify-content: center;
}

.feature-card {
    /* background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #eadecb;*/
    border-radius: 16px;
    /*overflow: hidden;*/
    transition: var(--transition-smooth);
    margin-bottom: 1.5rem;
    /* display: flex;
    flex-direction: column;*/
    /*height: 200px;*/
    /* Fixed card height */
    width: 100%;
    /*position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);*/
}

.card-1 {
    background-image: url('../Assets/PSL/card-Images/stage1.png');
    background-color: white;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url('../Assets/PSL/card-Images/stage1.png');
    background-blend-mode: multiply;
}

.card-2 {
    background-image: url('../Assets/PSL/card-Images/stage2.png');
}

.card-3 {
    background-image: url('../Assets/PSL/card-Images/stage3.png');
}

.card-4 {
    background-image: url('../Assets/PSL/card-Images/stage4.png');
}

.feature-card:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 16px 36px rgba(138, 112, 76, 0.12); */
}

.card-text-area {
    padding: 1.8rem 1.4rem 2rem;
    position: relative;
    /* background-color: rgba(250, 245, 237, 0.85); */
    /* backdrop-filter: blur(8px); */
    /* -webkit-backdrop-filter: blur(8px); */
    z-index: 2;
    flex-grow: 1;
    border-bottom: 1px solid rgba(138, 112, 76, 0.08);
    transition: var(--transition-smooth);
}

.feature-card:hover .card-text-area {
    background-color: rgba(250, 245, 237, 0.7);
}

.card-number {
    font-family: var(--font-Libre);
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--gold-primary);
    line-height: 1;
    display: block;
    margin-bottom: 0.4rem;
}

.card-title {
    font-family: var(--font-Libre);
    font-weight: 700;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-dark);
    margin-bottom: 0.6rem;
}

.card-text-desc {
    font-family: var(--font-sans);
    font-size: 0.82rem;
    line-height: 1.5;
    color: #615749;
    margin-bottom: 0;
    width: 60%;
}

.card-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(138, 112, 76, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30%;
    left: 1.4rem;
    z-index: 10;
    transition: var(--transition-smooth);
    color: var(--gold-primary);
    text-decoration: none;
    font-size: 1.5rem;
    border: 1px solid rgba(138, 112, 76, 0.1);
}

.card-btn:hover {
    background-color: var(--gold-primary);
    color: #fff;
    transform: scale(1.08);
}

.card-photo-area {
    height: 100%;
    /* Reduced height to perfectly crop out the embedded text */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    margin-top: auto;
    transition: transform 0.5s ease;
}

.feature-card:hover .card-photo-area {
    transform: scale(1.04);
}

/* Specific background images referencing cropped files */
.card-photo-1 {
    background-image: url('../Assets/PSL/card_01.png');
}

.card-photo-2 {
    background-image: url('../Assets/PSL/card_02.png');
}

.card-photo-3 {
    background-image: url('../Assets/PSL/card_03.png');
}

.card-photo-4 {
    background-image: url('../Assets/PSL/card_04.png');
}

.card-align-center {
    display: flex;
    justify-content: center;
}



/* Brands Slider Section (Section 3) */
.brands-section {
    background-color: #ffffff;
    padding: 3rem 1.5rem;
}

.brands-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.brands-subheading {
    font-family: var(--font-sans);
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--gold-primary);
    display: block;
    margin-bottom: 0.5rem;
    color: #000000;
}

.brands-heading {
    /*font-family: var(--font-Libre);*/
    font-family: "Abhaya Libre SemiBold";
    font-size: 3rem;
    font-weight: 550;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.brands-desc {
    font-family: var(--font-sans);
    font-size: 0.92rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    margin-bottom: 0;
}

/* Separator with Diamond */
.brands-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem 0 3.5rem;
}

.brands-separator .separator-line {
    height: 1px;
    width: 80px;
    background-color: var(--gold-primary);
    opacity: 0.9;
}

.brands-separator .separator-diamond {
    color: var(--gold-primary);
    margin: 0 0rem;
    font-size: 0.65rem;
    display: flex;
    align-items: center;

}

/* Brands Slider Wrapper */
.brands-slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* max-width: 1140px; */
    margin: 0 auto;
    gap: 1rem;
}

.brands-swiper {
    width: calc(100% - 80px);
    padding: 0.5rem 0.2rem;
}

.brand-logo-card {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 1.8rem;
    border-radius: 12px;
    /* border: 1.5px solid #eae1d4; */
    background-color: #ffffff;
    transition: var(--transition-smooth);

    box-shadow: 0px 0px 5px 2px rgba(138, 112, 76, 0.15);
}

.brand-logo-card:hover {
    border-color: var(--gold-primary);
    transform: translateY(-4px);
    /* box-shadow: 0 12px 24px rgba(138, 112, 76, 0.08); */
}

.brand-logo-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(0%);
    opacity: 1;
    transition: var(--transition-smooth);

}

.brand-logo-card:hover .brand-logo-img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Custom Navigation Chevrons */
.swiper-button-prev-custom,
.swiper-button-next-custom {
    border: none;
    background: transparent;
    color: var(--gold-primary);
    font-size: 1.8rem;
    cursor: pointer;
    transition: var(--transition-smooth);
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    line-height: 1;
}


/*@media screen and (max-width: 576px) {

    .swiper-button-prev-custom,
    .swiper-button-next-custom {
        display: none;

    }
}*/

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    color: var(--gold-dark);
    transform: scale(1.2);
}

.swiper-button-prev-custom.swiper-button-disabled,
.swiper-button-next-custom.swiper-button-disabled {
    opacity: 0.25;
    cursor: not-allowed;
}

/* Custom Pagination styling */
.swiper-pagination-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2.5rem;
}

.swiper-pagination-custom .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #d1c1a5;
    opacity: 0.6;
    margin: 0 6px;
    cursor: pointer;
    transition: var(--transition-smooth);
    border: none;
    outline: none;
}

.swiper-pagination-custom .swiper-pagination-bullet-active {
    width: 9px;
    height: 9px;
    background-color: var(--gold-primary);
    opacity: 1;
    transform: scale(1.2);
}

@media (max-width: 767.98px) {
    .brands-heading {
        font-size: 2rem;
    }

    .brand-logo-card {
        height: 85px;
        padding: 1rem 1.25rem;
    }

    .swiper-button-prev-custom,
    .swiper-button-next-custom {
        font-size: 1.4rem;
    }

    .brands-swiper {
        width: calc(100% - 70px);
    }
}

/* Exclusive League Offers Section (Section 4) */
.offers-section {
    background-color: #faf8f5;
    padding: 6rem 1.5rem;
}

.offers-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.offers-heading {
    font-family: var(--font-serif);
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.3;
    text-transform: uppercase;
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

    .offers-heading .gold-italic {
        font-style: italic;
        color: var(--gold-primary);
        text-transform: uppercase;
    }

/* Offers Navigation Tabs */
.offers-nav-tabs {
    border-bottom: 1px solid #eae1d4 !important;
    margin-bottom: 4rem;
    gap: 1rem;
}

    .offers-nav-tabs .nav-link {
        font-family: var(--font-sans);
        font-weight: 700;
        font-size: 0.82rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #615749;
        border: none !important;
        background: transparent !important;
        padding: 0.8rem 0;
        position: relative;
        transition: var(--transition-smooth);
    }

        .offers-nav-tabs .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2.5px;
            background-color: var(--gold-primary);
            transform: scaleX(0);
            transition: var(--transition-smooth);
        }

        .offers-nav-tabs .nav-link.active {
            color: var(--gold-primary) !important;
            font-weight: 700;
        }

            .offers-nav-tabs .nav-link.active::after {
                transform: scaleX(1);
            }

        .offers-nav-tabs .nav-link:hover {
            color: var(--gold-primary);
        }

/* Offers Grid and Card styles */
.offer-card {
    display: flex;
    flex-direction: row;
    height: 340px;
    width: 100%;
    border-radius: 16px;
    border: 1.5px solid #eadecb;
    background-color: #faf5ed;
    overflow: hidden;
    transition: var(--transition-smooth);
    position: relative;
    box-shadow: 0 4px 12px rgba(138, 112, 76, 0.02);
}

.offer-card-align-center {
    display: flex;
    justify-content: center;
}

.offer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(138, 112, 76, 0.12);
    border-color: var(--gold-primary);
}

.offer-card-left {
    padding: 1.6rem 0.8rem 1.6rem 1.3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
}

.offer-card-title {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-dark);
    margin-bottom: 0.8rem;
    line-height: 1.2;
    width: 100%;
    text-align: start;
    padding: 0.5rem auto 0.5rem 1.3rem;
}

.offer-card-desc {
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.5;
    color: var(--gold-primary);
    margin-bottom: 0;
    width: 55%;
    text-align: start;
}

.offer-img-1 {
    background-image: url(../images/PSL/offer-Images/AP_Swatch_Watch.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.offer-img-2 {
    background-image: url(../images/PSL/offer-Images/Gift_Hamper.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.offer-img-3 {
    background-image: url(../images/PSL/offer-Images/Luxury_Vacation.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.offer-img-4 {
    background-image: url(../images/PSL/offer-Images/Tanishq_Jewellery.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.offer-img-5 {
    background-image: url(../images/PSL/offer-Images/Mahindra_XUV_700.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.offer-card-link {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 0.72rem;
    text-transform: uppercase;
    color: var(--gold-primary);
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: var(--transition-smooth);
    margin-top: auto;
}

    .offer-card-link:hover {
        color: var(--gold-dark);
        transform: translateX(3px);
    }

.offer-card-right {
    width: 47%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}

/* Card Shape Styles */
.offer-img-flat {
    width: 100%;
    height: 90%;
    object-fit: cover;
    object-position: center top;
}

.offer-img-circle {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
    border: 1.5px solid #eadecb;
    box-shadow: 0 4px 10px rgba(138, 112, 76, 0.1);
}

.offer-img-man {
    width: 100%;
    height: 95%;
    object-fit: cover;
    object-position: center top;
}

.offer-img-dome {
    width: 100%;
    height: 85%;
    border-top-left-radius: 80px;
    object-fit: cover;
    border-left: 1.5px solid #eadecb;
    border-top: 1.5px solid #eadecb;
}

.offer-img-dome-beauty {
    width: 90%;
    height: 85%;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    object-fit: cover;
    border-left: 1.5px solid #eadecb;
    border-right: 1.5px solid #eadecb;
    border-top: 1.5px solid #eadecb;
}

@media (min-width: 992px) {
    .offer-swiper .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /*gap: 16px;*/
        transform: none !important;
    }

    .offer-swiper .swiper-slide {
        width: auto !important;
        flex: 0 0 auto;
    }
}

/* The Vault Section (Section 5) */
.vault-section {
    /* background: linear-gradient(135deg, #090807 0%, #15110d 100%); */
    /* padding: 6rem 1.5rem; */
    color: #ffffff;
    border-bottom: 1.5px solid rgba(138, 112, 76, 0.15);
    width: 100%;

    position: relative;
    overflow: hidden;
    line-height: 0;

}

.vault-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.vault-subheading {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--gold-primary);
    margin-bottom: 1rem;
    display: block;
}

.vault-heading {
    font-family: var(--font-serif);
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.vault-desc {
    font-family: var(--font-sans);
    font-size: 0.95rem;
    line-height: 1.7;
    color: #bcaea1;
    max-width: 550px;
    margin-bottom: 3.5rem;
}

.vault-feature-item {
    margin-bottom: 2rem;
}

.vault-feature-icon {
    font-size: 1.6rem;
    color: var(--gold-primary);
}

.vault-feature-title {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 0.6rem;
    margin-bottom: 0.3rem;
    letter-spacing: 0.05em;
}

.vault-feature-desc {
    font-family: var(--font-sans);
    font-size: 0.78rem;
    color: #a39587;
    line-height: 1.4;
    margin-bottom: 0;
}

.vault-door-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vault-door-img {
    width: 95%;
    max-width: 380px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 0 60px rgba(138, 112, 76, 0.3);
    border: 2px solid #8a704c;
    transition: var(--transition-smooth);
}

.vault-door-img:hover {
    transform: rotate(5deg) scale(1.02);
}

.vault-side-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.8rem;
    padding-left: 2rem;
}

@media (min-width: 992px) {
    .vault-side-list {
        border-left: 1px solid rgba(138, 112, 76, 0.25);
    }
}

.vault-list-item {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    color: #bcaea1;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: var(--transition-smooth);
}

.vault-list-item:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.vault-list-item .bi {
    color: var(--gold-primary);
    font-size: 1.15rem;
}

/* Testimonials Section (Section 6) */
.testimonials-section {
    background-color: #ffffff;
    padding: 1rem 0.5rem;
}

.testimonials-heading {
    font-family: var(--font-Libre);
    font-size: 2.5rem;
    font-weight: 550;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--text-dark);
    margin-bottom: 3.5rem;
}

/* Video Player Container */
.video-player-container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
    background-color: #000;
    box-shadow: 0 8px 30px rgba(138, 112, 76, 0.1);
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
    transition: transform 0.5s ease;
}

.video-player-container:hover .video-thumbnail {
    transform: scale(1.02);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45));
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.play-btn-large {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #ff0000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.45);
    transition: var(--transition-smooth);
    z-index: 3;
    padding-left: 4px;
    /* Align play triangle */
}

.play-btn-large:hover {
    transform: scale(1.08);
    background-color: #e60000;
    box-shadow: 0 0 30px rgba(255, 0, 0, 0.65);
}

/* Small vertical testimonial cards */
.small-testimonial-card {
    height: 580px;
    width: auto;
    aspect-ratio: 9 / 16;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    cursor: pointer;
    transition: var(--transition-smooth);
    background-color: #000;
}

.small-testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(138, 112, 76, 0.1);
}

.small-testimonial-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.75;
    transition: transform 0.5s ease;
}

.small-testimonial-card:hover img {
    transform: scale(1.03);
}

.small-testimonial-card .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btn-small {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ff0000;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    border: none;
    box-shadow: 0 0 12px rgba(255, 0, 0, 0.4);
    transition: var(--transition-smooth);
    padding-left: 3px;
}

.small-testimonial-card:hover .play-btn-small {
    background-color: #e60000;
    transform: scale(1.08);
}

/* Testimonials Mobile/Tablet Carousel Layout */
.testimonials-mobile-layout {
    display: none;
}

@media (max-width: 991.98px) {
    .vault-heading {
        font-size: 2.2rem;
    }

    .vault-desc {
        margin-bottom: 2.5rem;
    }

    .vault-side-list {
        padding-left: 0;
        margin-top: 3rem;
        gap: 1.3rem;
    }

    .testimonials-heading {
        font-size: 3rem;
        margin-bottom: 2.5rem;
        align-items: center;
    }

    .small-testimonial-card {
        height: auto;
        aspect-ratio: 9 / 16;
    }
}

/* Join the League CTA Section (Section 7) */
.league-cta-section {
    background-color: #680e1f;
    background-image: url('../Assets/PSL/join_league_clean.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    /* margin-left: 20px;
    margin-right: 20px; */
    /* border-radius: 10px; */
}

.cta-container {
    max-width: 98%;
}

.cta-content-col {
    padding-left: 2rem;
}

.cta-heading {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 2.2rem;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
}

.cta-subheading {
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 1.25rem;
    color: #f1e3e5;
    margin-bottom: 2rem;
    letter-spacing: 0.01em;
}

.cta-btn-group {
    display: flex;
    gap: 1.2rem;
}

/* Filled Gold Button style */
.btn-gold-filled {
    display: inline-block;
    background-color: var(--gold-light);
    color: #ffffff !important;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.85rem 2.2rem;
    border-radius: 6px;
    border: none;
    text-decoration: none;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 12px rgba(176, 153, 117, 0.25);
}

.btn-gold-filled:hover {
    background-color: var(--gold-primary);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(138, 112, 76, 0.45);
}

/* Outline White Button style */
.btn-white-outline {
    display: inline-block;
    background-color: transparent;
    color: #ffffff !important;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.85rem 2.2rem;
    border-radius: 6px;
    border: 1.5px solid #ffffff;
    text-decoration: none;
    transition: var(--transition-smooth);
}

.btn-white-outline:hover {
    background-color: #ffffff;
    color: #680e1f !important;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.25);
}

.cta-mobile-img {
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

/* Responsive Overrides for Section 7 */
@media (max-width: 991.98px) {
    .league-cta-section {
        background-image: none;
        /* Hide background image, stack content vertically */
        padding: 4rem 1.5rem;
        text-align: center;
    }

    .cta-content-col {
        padding-left: 0;
        margin-bottom: 3rem;
    }

    .cta-heading {
        font-size: 1.7rem;
    }

    .cta-subheading {
        font-size: 1.05rem;
        margin-bottom: 1.8rem;
    }

    .cta-btn-group {
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.9rem;
    }

    .btn-gold-filled,
    .btn-white-outline {
        width: 100%;
        max-width: 280px;
        padding: 0.75rem 1.8rem;
    }
}

/* App Showcase Section (Section 8) */
.app-showcase-section {
    /* background: linear-gradient(to bottom, #ffffff 0%, #faf6f0 30%, #f3eae0 70%, #ebdccb 100%); */
    background-image: url(../Assets/PSL/reward-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*padding: 6rem 0;*/
    position: relative;
    overflow: hidden;
}

.app-container {
    /* max-width: 1140px; */
    width: 100%;
    /*margin-left: 100px;*/
    margin: auto;
}

.app-logo-wrapper {
    margin-bottom: 0.5rem;
}

.app-subheading {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--gold-primary);
    display: block;
    margin-bottom: 0.5rem;
}

.app-heading {
    font-family: var(--font-Libre);
    font-weight: 700;
    font-size: 3rem;
    color: var(--text-dark);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    letter-spacing: 0.02em;
}

.app-desc {
    font-family: var(--font-sans);
    font-size: 0.95rem;
    line-height: 1.7;
    color: black;
    margin-bottom: 0.5rem;
    max-width: 520px;
}

.app-features-grid {
    margin-bottom: 3.5rem;
}

.app-feature-card {
    background-color: #ffffff;
    border: 1.5px solid #eae1d4;
    border-radius: 16px;
    padding: 1.5rem;
    height: 100%;
    transition: var(--transition-smooth);
    box-shadow: 0 4px 12px rgba(138, 112, 76, 0.02);
    width: 160px;
}

.app-feature-card:hover {
    border-color: var(--gold-primary);
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(138, 112, 76, 0.08);
}

.app-feature-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1.5px solid #eae1d4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-primary);
    font-size: 1.2rem;
    margin-bottom: 1rem;
    background-color: rgba(138, 112, 76, 0.02);
    transition: var(--transition-smooth);
}

.app-feature-card:hover .app-feature-icon-circle {
    background-color: var(--gold-primary);
    color: #ffffff;
    border-color: var(--gold-primary);
}

.app-feature-title {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 0.7rem;
    text-transform: uppercase;
    color: var(--text-dark);
    margin-bottom: 0.4rem;
    letter-spacing: 0.05em;
}

.app-feature-desc {
    font-family: var(--font-sans);
    font-size: 0.6rem;
    color: #615749;
    line-height: 1.4;
    margin-bottom: 0;
}

.app-download-area {
    width: 100%;
    max-width: 450px;
}

.download-divider-label {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.download-divider-label .divider-line {
    height: 1px;
    flex-grow: 1;
    background-color: var(--gold-primary);
    opacity: 0.35;
}

.download-divider-label .divider-text {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gold-primary);
}

.download-buttons-group {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.store-badge-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background-color: #000000;
    color: #ffffff !important;
    border-radius: 8px;
    padding: 0.6rem 1.4rem;
    text-decoration: none !important;
    transition: var(--transition-smooth);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.store-badge-btn:hover {
    background-color: #1c1919;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.store-icon {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    text-align: left;
}

.store-subtext {
    font-size: 0.58rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #a0a0a0;
}

.store-maintext {
    font-size: 0.92rem;
    font-weight: 600;
    color: #ffffff;
}

.app-phones-img {
    max-width: 100%;
    height: auto;
    transition: var(--transition-smooth);
}

.app-phones-img:hover {
    transform: translateY(-5px) scale(1.01);
}

.app-content-col {

    /*width: 50%;*/
    align-content: center;
}

/* Responsive Overrides for Section 8 */
@media (max-width: 991.98px) {
    .app-showcase-section {
        padding: 4rem 2.5rem;
    }

    .app-content-col {
        margin-bottom: 4rem;
        width: 60%;
    }

    .app-heading {
        font-size: 2.2rem;
    }

    .app-desc {
        margin-bottom: 2rem;
    }

    .app-download-area {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .download-buttons-group {
        /*flex-direction: column;*/
        align-items: center;
        gap: 0.8rem;
    }

    .store-badge-btn {
        width: 100%;
        max-width: 240px;
        justify-content: center;
    }
}



/* FAQ */

/* --- Header Styling --- */
.faq-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.logo-icon {
    width: 32px;
    height: auto;
    margin-bottom: 10px;
    opacity: 0.85;
}

.faq-subtitle-top {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    /* color: var(--accent-gold); */
    color: var(--gold-primary);
    font-weight: 600;
    margin-bottom: 4px;
}

.faq-title {
    /* font-family: 'Cinzel', serif; */
    font-family: "Abhaya Libre SemiBold";
    font-size: 4.0rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

/* Subtle divider line matching the reference image */
.faq-title::after {
    content: '';
    display: block;
    width: 160px;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--accent-gold), transparent);
    margin: 12px auto 0 auto;
}

.faq-subtitle-bottom {
    font-size: 0.95rem;
    color: var(--text-muted);
    font-weight: 400;
}

/* --- Accordion Custom Styling --- */
.faq-container {
    /* max-width: 1200px; */
    width: 100%;
}

@media (max-width: 991.98px) {
    .faq-container {
        width: 90%;
    }
}

.faq-item {
    background-color: var(--card-bg);
    border: 1px solid transparent;
    border-radius: 12px !important;
    margin-bottom: 16px;
    box-shadow: 0px 1px 10px -5px rgba(0, 0, 0, 0.41);
    transition: all 0.3s ease;
    overflow: hidden;
}

/* Active state with the prominent gold border */
.faq-item.active {
    border-color: var(--accent-gold);
    background-color: var(--card-bg);
    border: 1px solid var(--gold-primary);
}

.faq-trigger {
    width: 100%;
    background: none;
    border: none;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--text-dark);
    cursor: pointer;
    outline: none;
}

.faq-trigger:focus {
    outline: none;
}

/* Custom minimal +/- toggle icons */
.faq-icon {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 300;
    color: var(--gold-primary);
    user-select: none;
    transition: transform 0.2s ease;
    width: 24px;
    text-align: center;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    padding: 0 10px;
}

.faq-item.active .faq-content {
    padding-bottom: 10px;
}

.faq-content p {
    margin: 5px;
    margin-top: 0px;
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--text-muted);
    width: 90%;
}

/* Inline Link Style for Terms */
.terms-link {
    color: var(--gold-primary);
    text-decoration: none;
    font-weight: 500;
}

.terms-link:hover {
    color: var(--text-dark);
}

/* --- Full Width Bottom Row Layout --- */
.full-width-row {
    margin-top: 8px;
}

.small-line {
    display: inline-block;
    width: 40px;
    border-bottom: 1px solid var(--gold-primary);
    margin: 0 8px;
    transform: translateY(-4px);

}

.diamond {
    display: inline-block;
    color: var(--gold-primary);
}


/* --- Responsive Tweaks --- */
@media (max-width: 767.98px) {
    .faq-title {
        font-size: 2.2rem;
    }

    /* body {
        padding: 40px 15px;
    } */

    .faq-trigger {
        padding: 16px 20px;
        font-size: 0.9rem;
    }

    .faq-item.active .faq-content {
        padding-bottom: 18px;
    }
}

/* --- Offer Swiper Pagination & Navigation --- */
.offer-pagination,
.offer-navigation-arrows {
    display: none;
}

@media(max-width: 991px) {
    .offer-pagination {
        display: flex;
        justify-content: center;
        margin-top: 1.5rem;
    }

    .offer-navigation-arrows {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
        margin-top: 1rem;
    }

    .offer-swiper-prev,
    .offer-swiper-next {
        border: none;
        background: transparent;
        color: var(--gold-primary);
        font-size: 1.8rem;
        cursor: pointer;
        transition: var(--transition-smooth);
        padding: 0.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .offer-swiper-prev:hover,
    .offer-swiper-next:hover {
        color: var(--gold-dark);
        transform: scale(1.2);
    }
}

@media (max-width: 575.98px) {


    /* Features Section Stats Bar Mobile Layout */
    .stats-bar {
        margin: 0 auto 1rem;
        padding: 0.5rem 0;
    }

    .stat-col {
        padding: 0.5rem;
        height: auto;
        align-items: center;
        justify-content: start;
    }

    .stat-icon-circle {
        width: 45px;
        height: 45px;
        margin-right: 0.5rem;
    }

    .stat-icon-circle img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }

    .stat-number {
        font-size: 1.1rem;
    }

    .stat-label {
        font-size: 0.65rem;
    }

    /* Features Section Cards Mobile Layout */
    .feature-card {
        width: 100%;
        height: auto;
        margin-bottom: 0.5rem;
    }

    /* Testimonial Cards Mobile Layout */
    .testimonials-cards-container {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem !important;
    }

    .testimonials-cards-container>div {
        width: 90%;
        max-width: 320px;
    }

    .testimonials-cards-container .small-testimonial-card {
        width: 100%;
        height: auto;
        aspect-ratio: 9 / 16;
    }

    /* Testimonials Heading Mobile Layout */
    .testimonials-heading {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    /* App Feature Cards Grid Mobile Layout (2 Columns) */
    .app-features-grid {
        gap: 0.5rem !important;
        width: 100% !important;
    }

    .app-features-grid>div {
        width: calc(50% - 0.25rem);
        display: flex;
        justify-content: center;
    }

    .app-feature-card {
        width: 100%;
        max-width: 160px;
        padding: 1rem 0.5rem;
    }
}

