.page-content {
    padding-top: 5rem;
}

.privacy-sec {
    background-image: url('../images/auction/bg.png');
    width: 100%;
    object-fit: contain;
}

.privacy-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.privacy-heading h1 span {
    color: var(--accent-color)
}

.privacy-heading img {
    width: 40px;
    height: 40px;
}

.privacy {
    background-image: url('../images/features/features-bg.png');
    background-attachment: fixed;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.data-content p {
    margin-bottom: 0.5rem !important;
    color: var(--default-color);
    font-family: var(--nav-font);
    font-size: 18px;
    line-height: 2;
    text-align: justify;
}

.data-content .sub-heading {
    font-family: var(--heading-font);
    color: var(--accent-color);
    font-weight: 600;
    font-size: 2rem;
    padding: 20px 0;
}

.data-content .inter-heading {
    color: black;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 10px 0;
}

/* .data-content .defination-account {
    list-style-type: disc;
    padding-left: 20px;
}

.defination-account p {
    display: list-item;
    margin-bottom: 10px;
    line-height: 1.4;
} */

/* auction list page css */
.team-row {
    display: none;
    opacity: 0;
    transform: translateX(50px);
    transition: transform 0.7s ease, opacity 0.7s ease;
}

button:disabled,
button:disabled i {
    cursor: not-allowed;
}

.team-row.show {
    display: block !important;
    opacity: 1;
    transform: translateX(0);
}

.custom-changes {
    row-gap: 25px;
}

.auction-btns {
    display: flex;
    align-items: center;
    gap: 20px;
}

.player-today {
    background-image: url(../images/today/today_home_player.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.player-today,
.blog-sec {
    padding: 100px 0 50px 0;
}

.player-today .container {
    padding: 0 5rem;
}

.player-today h1 {
    font-weight: 500;
    font-size: 50px;
    line-height: 100%;
    text-transform: capitalize;
    font-family: var(--default-font);
}

.player-today h1 span {
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
}

.card.card-list-player {
    box-shadow: 1px 2px 2px 0px #0000001A;
    border: 2px solid #E3E2E2;
    background: #FFFFFF;
    border-radius: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.card-list-player:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.card-list-player:hover .team-content {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.card-list-player:hover .team-image img {
    transform: scale(1.05);
}

.card-list-player:hover .team-detail h2 {
    transform: translateX(5px);
}

.card-list-player:hover .team-subcontent {
    transform: translateX(3px);
}

.card-list-player:hover .team-location {
    transform: translateX(3px);
}

.card-list-player::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
    z-index: 1;
}

.card-list-player:hover::before {
    left: 100%;
}

.card-list-player:hover {
    animation: cardPulse 2s infinite;
}

@keyframes bounce {
    0%, 20%, 60%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px);
    }

    80% {
        transform: translateY(-3px);
    }
}

@keyframes cardPulse {
    0% {
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }

    50% {
        box-shadow: 0 15px 35px rgba(0, 123, 255, 0.2);
    }

    100% {
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    }
}

.team-content {
    display: flex;
    padding: 15px;
    gap: 20px;
    position: relative;
    transition: all 0.3s ease;
}

.team-image img {
    width: 210px;
    height: 200px;
    border-radius: 10px;
    transform: scale(1.05);
}

.team-detail h2 {
    font-family: var(--nav-font);
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #323131;
    transition: all 0.3s ease;
}

.team-subcontent {
    display: flex;
    align-items: start;
    color: #6D6D6D;
    gap: 10px;
    font-family: var(--nav-font);
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0px;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.team-subcontent p {
    margin-bottom: 0px;
}

.team-location {
    display: flex;
    align-items: center;
    padding: 3px 6px;
    gap: 5px;
    background: #E3F6FF;
    margin-top: 10px;
    border-radius: 5px;
    font-family: var(--nav-font);
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #04658E;
    transition: all 0.3s ease;
}

.team-location p {
    margin-bottom: 0px;
}

.previous-next-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.player-button {
    background: white;
    color: #868080;
    border: 2px solid #868080;
    border-radius: 50%;
    padding: 0px 8px;
}

.player-button img {
    margin-bottom: 2px;
}

/* video gallery css */
.video-tab-buttons {
    display: flex;
    overflow: hidden;
    width: fit-content;
    padding: 2px;
    margin: 0 auto;
    list-style: none;
}

.video-tab {
    padding: 15px 50px;
    background-color: #e0e0e0;
    color: #333;
    font-size: 20px;
    border: none;
    cursor: pointer;
    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
    transition: all 0.3s ease;
    font-family: var(--nav-font);
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.video-tab.active {
    background-color: #b70000;
    color: white;
}

.video-tab:not(.active):hover {
    background-color: #d5d5d5;
}

.video-tab+.video-tab {
    margin-left: -10px;
}

.card-img-top {
    background: none !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: -4px -4px 10px 0px #A9777733;
    height: 235px;
}

.card-link {
    text-decoration: none;
    color: var(--default-color);
}

.card-auction-video:hover .content-video h5 {
    color: var(--accent-color);
}

.auction-date-video {
    display: flex;
    gap: 10px;
    font-family: var(--nav-font);
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #6D6D6D;
    margin-bottom: 7px;
}

.auction-date-video p {
    margin-bottom: 0px;
}

.gallery-title {
    font-family: var(--nav-font);
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 2%;
}

.content-video {
    padding: 10px 0px;
}

.video-thumbnail-wrapper {
    position: relative;
}

.video-thumbnail-wrapper .play-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: auto;
    pointer-events: none;
}

/* blog page css */
.blog-card {
    border: 1.5px solid #C9C9C9;
    border-radius: 15px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.blog-card:hover {
    transform: translateY(-8px) scale(1.02);
    border: 1.5px solid #FFC4C4;
    box-shadow: 0 12px 24px rgba(255, 196, 196, 0.3);
}

.blog-card:hover .content-video-blog h5 {
    color: var(--accent-color);
}

/* Image hover effect */
.blog-card .blog-image {
    transition: transform 0.3s ease;
}

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

/* Read More button animation */
.blog-read a {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.blog-card:hover .blog-read a {
    color: #000000;
}

.blog-card:hover .blog-read a i {
    transform: translateX(3px);
}


.content-video-blog {
    padding: 15px;
    padding-bottom: 50px;
}

.blog-image {
    width: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    height: 235px;
    object-fit: cover;
    background-position: center, center;
}

.blog-read {
    background: linear-gradient(180deg, #ED3A40 0%, #EF555A 15.48%, #D44247 47.12%, #B72328 86.86%, #952125 111.36%);
    position: absolute;
    display: flex;
    padding: 6px;
    margin-bottom: 15px;
    border-radius: 4px;
    bottom: 0;
    right: 20px;
}

.blog-read a {
    text-decoration: none;
    color: var(--surface-color);
    font-family: var(--nav-font);
    font-weight: 700;
    font-size: 13px;
    text-transform: capitalize;
}

.blog-link {
    text-decoration: none;
    color: inherit;
}

/* blog read more page css */
.blog-sec {
    background-image: url('../images/blog/bg.jpg');
    width: 100%;
    object-fit: contain;
}

.blog-heading {
    font-family: var(--nav-font);
    font-weight: 700;
    font-size: 50px;
    line-height: 110%;
    text-transform: capitalize;
}

.blog-heading span {
    font-family: var(--nav-font);
    font-weight: 400;
    font-size: 42px;
    line-height: 110%;
    text-transform: capitalize;
    line-height: 110.00000000000001%ss;
}

.image-read {
    /* box-shadow: 6px 6px 12px 0px #00000040, -6px -6px 12px 0px #00000040; */
    border-radius: 20px;
    margin: 40px 0px;
    text-align: center;
}

.image-read img {
    /* width: 100%; */
    /* height: 639px; */
    border-radius: 20px;
    max-width: 100%;
}

.read-date {
    font-family: var(--nav-font);
    font-weight: 400;
    font-size: 26px;
    text-transform: capitalize;
    color: #6D6D6D;
}

.read-head {
    font-family: var(--nav-font);
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
    color: #323131;
}

/* .read-content {
    font-family: var(--heading-font);
    font-size: 22px;
    text-transform: capitalize;
    line-height: 150%;
    color: #353535;
} */

/* faq css */

.privacy-heading h1 span.frequently {
    color: #000000 !important;
    font-family: var(--default-font) !important;
}

.faq-section {
    margin: 50px 0px;
}

.faq-search-wrapper {
    margin-bottom: 30px;
    text-align: center;
}

.faq-search-box {
    display: inline-flex;
    border: 2px solid #ccc;
    padding: 7px 16px;
    background: #fff;
    width: 600px;
    border-radius: 50px;
}

.faq-search-box input {
    border: none;
    outline: none;
    width: 100%;
    font-family: var(--nav-font);
    font-weight: 500;
    font-size: 20px;
    line-height: 111.00000000000001%;
    text-transform: capitalize;
    color: #6F6D6D;

}

.faq-search-box .search-icon {
    font-size: 20px;
    color: #999;
    margin-left: 10px;
}

.faq-item {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #888888;
    background: #ffffffa8;
    padding: 20px;
}

.faq-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
    font-family: var(--nav-font);
    font-weight: 700;
    font-size: 22px;
    line-height: 111.00000000000001%;
    text-transform: capitalize;
    color: #323131 !important;
}


.faq-question.active+.faq-answer {
    display: block;
}

.faq-answer {
    display: none;
    margin: 10px 0px 0px;
    transition: all 0.3s ease;
    /* font-family: var(--heading-font);
    font-weight: 400;
    font-size: 20px;
    line-height: 131%;
    text-transform: capitalize;
    color: #414141; */
}

.faq-answer p {
    margin-bottom: 0px;
}

.arrow-icon {
    transition: transform 0.3s ease;
    font-size: 27px;
}

.faq-question.active .arrow-icon {
    transform: rotate(180deg);
    /* chevron-down becomes up */
}

.privacy-sec {
    padding-top: 80px;
}

.card-img-top1 {
    background: none !important;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: -4px -4px 10px 0px #A9777733;
    height: 240px;
    width: 100%;
    object-fit: cover;
}

@media (max-width:768px) {
    .data-content .inter-heading {
        font-size: 1.25rem;
    }

    .data-content .sub-heading {
        font-size: 1.5rem;
    }
}

@media (max-width:425px) {
    .data-content .inter-heading {
        font-size: 1.2rem;
    }

    .data-content .sub-heading {
        font-size: 1.25rem;
    }

    .data-content p {
        font-size: 15px;
    }

    .privacy-heading img {
        width: 35px;
        height: 35px;
    }
}


/* ---------- Get APP ---------- */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.getapp {
    height: 100vh;
    /* Make entire section take full viewport height */
    display: flex;
    align-items: stretch;
    /* Ensure columns stretch full height */
    background-image:
        url('../images/getapp/left-top.png'),
        url('../images/getapp/right-bottom.png'),
        url('../images/getapp/getappbg1.png'),
        url('../images/getapp/getappbg.png');
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: top left, bottom right, center center, center center;
    background-size: 200px auto, 200px auto, cover, cover;
}

.getapp .row {
    flex: 1;
    height: 100%;
    width: 100%;
    margin: 0;
}

.left-side,
.getapp .right-side {
    height: 100%;
}

.left-side {
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    min-height: 100%;
}

.getapp .getlogo {
    max-width: 500px;
    height: auto;
}

.getapp .section-details {
    font-family: var(--nav-font);
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FAD15F;
}

.getapp .section-para {
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 27px;
    line-height: 1.4;
    color: #FFFFFF;
}

.getapp .getlinks,
.getapp .getrating {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px 0;
}

.getapp .getlinks img,
.getapp .getrating img {
    max-width: 160px;
    height: auto;
}

.getapp .getrating {
    gap: 30px;
}

.getapp .right-side {
    background-image: url('../images/getapp/right.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
    text-align: center;
}

.right-side .auction-title {
    font-family: var(--nav-font);
    font-weight: 700;
    font-size: 32px;
    color: #272626;
    text-shadow: 2px 2px 4px #00000026;
    margin-bottom: 10px;
}

.right-side .auction-subtitle {
    font-family: var(--nav-font);
    font-weight: 600;
    font-size: 20px;
    color: #686868;
    margin-bottom: 20px;
    line-height: normal;
}

.right-side .app-mockup {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-side .app-mockup img {
    width: 100%;
    height: 75vh;
    object-fit: contain;
}

#appMockupSlider .mockup-block {
    display: none;
    animation: fadeIn 3s ease-in-out;
}

#appMockupSlider .mockup-block.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}