* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root {
    --font-fallback: Arial, sans-serif;
    --title-fonts: "Plus Jakarta Sans", var(--font-fallback);
    --body-fonts: "DM Sans", var(--font-fallback);
    --primary-color: #e4063b;
    --secondary-color: #9a9a9a;
    --accent-color: #ffd700;
    --dark-color: #0b0e13;
    --grey-color: #b8b8b8;
    --white-color: #ffffff;
    --theme-color: #e4063b;
    --theme-color2: #20232a;
    --title-color: #f5f5f5;
}

.breadcrumb-area::after,
.breadcrumb-area::before,
.cursor,
.cursor-dot {
    pointer-events: none;
}
body {
    /* background-color: #050c1e; */
    background: black;
    font-family: var(--body-fonts);
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: var(--secondary-color);
    overflow-x: hidden;
}
ol,
p,
ul {
    margin-bottom: 1em;
}
#back-to-top .top,
.breadcrumb-area,
.logo-slider-title {
    text-align: center;
}
footer {
    font-family: var(--body-fonts) !important;
}
footer h5,
footer .fw-semibold {
    font-family: var(--title-fonts) !important;
}
p {
    font-family: var(--body-fonts) !important;
}
footer,
footer p,
footer a,
footer li {
    font-family: var(--body-fonts) !important;
}

html {
    font-display: swap;
}

.navbar-nav .nav-link,
.sub-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-fonts);
}
.fw-700,
b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--white-color);
    text-transform: uppercase;
    margin: 0 0 0.5em;
    word-wrap: break-word;
    letter-spacing: 1px;
    line-height: 1.2;
}
h1 {
    font-size: clamp(1.7rem, 4vw + 1rem, 2.5rem);
}
h2 {
    font-size: clamp(1.3rem, 3.5vw + 0.5rem, 2.3rem);
}
h3 {
    font-size: clamp(1.1rem, 3vw + 0.25rem, 2rem);
}
h4 {
    font-size: clamp(1.15rem, 2.5vw, 1.75rem);
}
h5 {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
}
h6 {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
}
p {
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    line-height: 1.6;
}
ol,
ul {
    padding-left: 25px;
}
.button,
a,
a:focus,
a:hover {
    color: var(--primary-color);
    text-decoration: none;
    transition: 0.5s ease-in-out;
    font-size: 600;
}
img {
    max-width: 100%;
    height: auto;
}
pre {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow-x: auto;
}
blockquote,
blockquote p {
    line-height: 1.5;
    font-style: italic;
    color: var(--white-color);
}
hr {
    border-top: 0;
    border-bottom: 1px solid #e0e0e0;
}
.game-arrow,
.navbar.glass-nav {
    backdrop-filter: blur(12px) saturate(140%);
}

::-moz-selection,
::selection {
    text-shadow: none;
    background: var(--primary-color);
    color: var(--white-color);
}

ol li {
    list-style: decimal;
}
ul li {
    list-style: inherit;
}

.sub-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--theme-color);
    margin: 0 0 10px;
    letter-spacing: 2px;
}
#back-to-top .top,
#back-to-top .top i,
.card-title,
.gaming-card h4 a {
    color: var(--white-color);
}
.sub-title.style2 {
    letter-spacing: 4px;
    text-transform: uppercase;
}
h2.sec-title.text-white.my-0:after {
    content: "";
    display: block;
    border-bottom: 6px solid var(--theme-color);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    width: 65px;
    height: 2px;
    margin: 6px auto;
}
/* ================= HEADER BASE ================= */

html,
body {
    overflow-x: hidden;
}

/* Prevent body shifting when Offcanvas shows */
body.offcanvas-open {
    padding-right: 0 !important;
}

/* Ensure content stays centered on scroll */
.xl-header.fixed,
main,
section,
footer {
    width: 100%;
    margin: 0 auto;
}
/* Sticky Navbar Style */
.xl-header.sticky-top {
    z-index: 10500 !important;
    transition: all 0.3s ease;
}

/* Default (Transparent or Dark) */
.xl-header .xl-nav {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

/* When Scrolling — Solid Background */
.scrolled .xl-nav {
    background: rgba(0, 0, 0, 0.92);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45);
}

/* Ensure no movement when Offcanvas opens */
body.offcanvas-open {
    padding-right: 0 !important;
    overflow-x: hidden !important;
}

.xl-header {
    transition: 0.4s ease;
    z-index: 1050;
}

/* Navbar Glassmorphism */
.xl-navbar {
    width: 100%;
    padding: 14px 0;
    background: black;
    backdrop-filter: blur(10px);
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.15); */
}

/* Logo Size */
.xl-main-logo {
    width: 180px;
    transition: 0.3s ease;
}

/* Sticky Header */
.xl-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(3, 11, 34, 0.9);
    backdrop-filter: blur(12px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
    animation: slideDown 0.5s forwards;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* ================= NAV LINKS ================= */
.xl-nav-menu .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    text-transform: uppercase;
    transition: 0.3s;
}

.xl-nav-menu .nav-link:hover,
.xl-nav-menu .nav-link.active {
    color: var(--primary-color) !important;
}

/* ================= OFFCANVAS ================= */
/* .xl-offcanvas {
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(16px);
    z-index: 20000 !important;
    width: 280px;
} */
.xl-offcanvas {
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(16px);
    width: 280px;
    position: fixed !important;
    top: 0;
    bottom: 0;
    z-index: 999999 !important;
}

.offcanvas-backdrop {
    z-index: 999998 !important;
    backdrop-filter: blur(12px);
}

.xl-offcanvas-logo {
    width: 180px;
}

.xl-offcanvas-menu .nav-link {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.08); */
    transition: 0.3s;
}
.xl-offcanvas-menu .nav-link:hover {
    padding-left: 8px;
    color: var(--primary-color) !important;
}

/* Offcanvas CTA */
.xl-offcanvas-cta {
    width: 50%;
    padding: 10px 14px;
    border: 2px solid var(--primary-color);
    background: transparent;
    color: #fff;
    transition: 0.3s;
}

.xl-offcanvas-cta:hover {
    background: var(--primary-color);
    color: #000;
}

/* ============================================
   HERO SECTION
   ============================================*/
/* ==============================
   BANNER SECTION BASE
============================== */
.banner-section {
    background-image: url("https://img.freepik.com/premium-photo/abstract-minimal-gradient-background-design_558873-62724.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Swiper Fullscreen with stable height */
.banner-section swiper-container,
.banner-section .swiper-container {
    width: 100%;
    /* min-height: 100vh; */
    display: block;
    padding: 60px 0;
    box-sizing: border-box;
}

/* Ensures vertical alignment */
.banner-section swiper-slide,
.banner-section .swiper-slide {
    display: flex !important;
    align-items: center;
    height: auto;
}

/* ==============================
   TYPOGRAPHY
============================== */
.banner-section h1 {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
}

.banner-section p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

/* ==============================
   FADE ANIMATION — NO JUMPING!
============================== */
.fade-text,
.fade-img {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
    will-change: opacity, transform;
}

swiper-slide.swiper-slide-active .fade-text,
swiper-slide.swiper-slide-active .fade-img {
    opacity: 1;
    transform: translateY(0);
}

/* Fix for fade pointer events */
.swiper-fade .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide.swiper-slide-active {
    pointer-events: auto;
}

/* Ensure images scale properly */
.fade-img img {
    width: 100%;
    max-width: 450px;
    margin: auto;
    display: block;
}

/* ==============================
    RESPONSIVE RULES
============================== */
@media (max-width: 767px) {
    /* Allow scroll on mobile — no stretching */

    .banner-section swiper-container,
    .banner-section .swiper-container {
        min-height: auto !important;
        padding: 60px 0 50px;
    }

    .banner-section swiper-slide,
    .banner-section .swiper-slide {
        display: block !important;
        text-align: center;
    }

    .banner-section .row {
        display: block;
    }

    .banner-section .col-lg-6 {
        width: 100%;
        margin-bottom: 25px;
    }

    .banner-section h1,
    .banner-section h1 span {
        font-size: 24px !important;
        line-height: 1.3;
        font-weight: 700;
    }

    .banner-section p {
        font-size: 15px;
        max-width: 95%;
        margin: 0 auto 15px;
    }

    .fade-img img {
        max-width: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-section swiper-container,
    .banner-section .swiper-container {
        padding: 110px 0 70px;
    }
    .banner-section h1 {
        font-size: 36px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .banner-section swiper-container,
    .banner-section .swiper-container {
        padding: 120px 0 80px;
    }
    .banner-section h1 {
        font-size: 38px;
    }
}

/* Button container centering on mobile */
@media (max-width: 767px) {
    .banner-section .d-flex.gap-3.flex-wrap {
        justify-content: center !important;
    }
    .mobile_view_slide {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    /* Logo Size */
    .xl-main-logo {
        width: 150px;
        transition: 0.3s ease;
    }
}

.pq-image-box.pq-style-5 {
    padding: 30px 25px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    transition: transform 0.5s ease, border-color 0.5s ease,
        box-shadow 0.5s ease;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: center;
    will-change: transform;
    backface-visibility: hidden;
    transform-origin: center center;
}

.pq-image-box:hover {
    transform: translateY(-8px);
    border-color: var(--theme-color);
    box-shadow: 0 8px 20px rgba(231, 136, 136, 0.15);
}

/* Icon container */
.pq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 60px;
    margin-bottom: 20px;
}

.pq-icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    transition: opacity 0.4s ease-in-out;
}

/* Default state */
.pq-icon .white-icon {
    opacity: 1;
}

.pq-icon .red-icon {
    opacity: 0;
}

/* Hover state */
.pq-image-box:hover .pq-icon .white-icon {
    opacity: 0;
}

.pq-image-box:hover .pq-icon .red-icon {
    opacity: 1;
}

/* Keep text layout stable */
.pq-image-box-content {
    text-align: center;
    padding-top: 0.5rem;
}

.pq-image-box-title,
.pq-image-box-description {
    transition: color 0.3s ease;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased; /* keeps font sharp when hovered */
}

/* Responsive tweaks */
@media (max-width: 992px) {
    .pq-image-box.pq-style-5 {
        padding: 25px 20px;
    }
}

@media (max-width: 576px) {
    .pq-image-box.pq-style-5 {
        padding: 20px 15px;
    }

    .pq-image-box-title {
        font-size: 1rem;
    }

    .pq-image-box-description {
        font-size: 0.9rem;
    }
}
/*--------*/
.bg-ong {
    background: #111111;
}
/* ==== AVIATOR SECTION STYLING ==== */
.aviator-section {
    position: relative;
    overflow: hidden;
}

.aviator-section .title-area p.sub-title {
    /* color: #f8d511; */
    letter-spacing: 1px;
}

.aviator-section .sec-title {
    font-size: 2.3rem;
    font-weight: 700;
}

/* ==== FEATURES ==== */

.card-about {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    transition: all 0.3s ease;
    height: 100%;
}

.card-about:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.15);
}

.card-icon {
    background: #ffffff;
    border-radius: 50%;
    padding: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
}

.card-icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.card-content h4 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 4px;
}

.card-content p {
    color: #bfc6d1;
    font-size: 0.95rem;
    line-height: 1.5;
}

.feature-list {
    position: relative;
}

@media (max-width: 992px) {
    .aviator-section .row {
        text-align: center;
    }

    .card-about {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }

    .card-icon {
        margin-bottom: 10px;
    }
}
@media (max-width: 1024px) {
    .card-about {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }
    .card-content {
        text-align: center;
    }
}

/* ==== IMAGE CENTER ==== */
.aviator-section img.shape-clip {
    width: 100%;
    max-width: 430px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(248, 213, 17, 0.2);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* ==== BALANCE LEFT + RIGHT ==== */
@media (min-width: 992px) {
    .aviator-section .col-lg-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .aviator-section .row {
        align-items: stretch;
    }
}

/* ==== RESPONSIVE ==== */
@media (max-width: 991px) {
    .aviator-section img.shape-clip {
        margin: 30px 0;
        max-width: 80%;
    }
}

/*------*/

.blog-post-share,
.blog-post-share ul,
.game-arrow,
.play-btn {
    display: flex;
    align-items: center;
}

.gaming-card h4,
.logo-slider-title {
    margin-bottom: 30px;
}

.gaming-card {
    margin-top: 30px;
    border-radius: 10px;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
}
.gaming-card:hover {
    transform: translateY(-5px);
}
.gaming-card .gaming-image {
    overflow: hidden;
    height: 250px;
}
.gaming-card .gaming-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gaming-card .gaming-content {
    padding: 22px 15px;
}
@media (max-width: 767px) {
    .gaming-card .gaming-content {
        padding: 30px;
    }
}
@media (max-width: 470px) {
    .gaming-card .gaming-content {
        padding: 24px;
    }
}
.gaming-card h4 a {
    transition: 0.3s;
    background-size: 0 2px;
    font-size: 16px;
}
#back-to-top .top,
.contact-list li i {
    background: var(--primary-color) !important;
    width: 40px;
}
.game-arrow {
    position: absolute;
    top: 10%;
    right: 20px;
    font-size: 24px;
    color: var(--primary-color);
    background: rgba(255, 255, 255, 0.326);
    transition: 0.4s;
    width: 40px;
    height: 40px;
    border-radius: 10%;
    justify-content: center;
    opacity: 0;
}
.video-box,
swiper-container,
swiper-container.two {
    width: 100%;
    overflow: hidden;
}
.game-arrow i {
    transform: rotate(317deg);
    transition: transform 0.4s;
}
.gaming-card:hover .game-arrow {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}
.gaming-card:hover .game-arrow i {
    transform: rotate(358deg);
}
swiper-container {
    height: 100%;
}
swiper-container.two {
    height: 470px;
}
swiper-slide {
    background: 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    height: auto !important;
}
/* //video-sec */
/* Default — Desktop */
.video-box {
    position: relative;
    height: 600px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
    background: url("../img/casino-1.webp") center/cover no-repeat;
    background-attachment: fixed; /* Parallax only on desktop */
    overflow: hidden;
}

/* Fix iPhone Safari – disables fixed background */
@supports (-webkit-touch-callout: none) {
    .video-box {
        background-attachment: scroll !important;
    }
}

/* Tablet Screens - Medium Height */
@media (max-width: 1024px) {
    .video-box {
        height: 450px;
        background-size: cover;
        background-attachment: scroll !important;
    }
}

/* Mobile Screens - Shorter Height */
@media (max-width: 768px) {
    .video-box {
        height: 320px;
        background-size: cover;
        background-position: center;
    }
}

/* Small Phones */
@media (max-width: 480px) {
    .video-box {
        height: 250px;
    }
}

/* Overlay */
.video-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: inherit;
    z-index: 1;
}

/* Play Button */
.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    cursor: pointer;
}

/* Play Icon */
.play-btn::before {
    content: "";
    position: relative;
    left: 3px;
    border-left: 26px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}

/* Circle Pulse Animation */
.play-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #fff;
    animation: pulse-red 1.5s ease-out infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    70% {
        transform: scale(1.3);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
@media (max-width: 480px) {
    .play-btn {
        width: 65px;
        height: 65px;
    }
    .play-btn::before {
        border-left-width: 20px;
        border-top-width: 12px;
        border-bottom-width: 12px;
    }
}

/* /video-sec end */
.bgred-line,
.breadcrumb-area {
    background-position: center;
    background-size: cover;
}
.logo-slider-section {
    padding: 40px 0;
    color: #fff;
}
.logo-slider-container {
    width: 100%;
    height: 120px;
    margin: 0 auto;
}
.logo-slider-container::part(wrapper) {
    align-items: center;
}
.logo-slider-slide img {
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(0.3) brightness(0.9);
    transition: 0.3s;
}
.logo-slider-slide img:hover {
    transform: scale(1.1);
    filter: grayscale(0) brightness(1);
}
.shape-clip {
    clip-path: polygon(
        0 11%,
        0 17%,
        12% 0%,
        84% 0%,
        100% 0,
        100% 15%,
        100% 100%,
        88% 100%,
        19% 100%,
        15% 100%,
        0 100%,
        0% 85%
    );
}
.w-90 {
    width: 90%;
}
.footer-items li a {
    display: inline-block;
    transition: padding-left 0.3s, color 0.3s;
    text-decoration: none;
    color: #ced4da;
    padding-left: 0;
    font-size: 16px;
}
.footer-items li:hover a {
    padding-left: 10px !important;
    color: var(--theme-color) !important;
    font-weight: 600 !important;
}
.footicon a i {
    border: 1px solid #ffffff33;
    padding: 10px;
    width: 40px;
    display: flex;
    justify-content: center;
    border-radius: 2px;
    transition: background 0.3s, color 0.3s;
}
.footicon a:hover i {
    background: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: #fff;
}
.Blog-btn {
    padding: 12px 24px;
    min-width: 170px;
}
#back-to-top .top {
    position: fixed;
    bottom: 25px;
    /* right: 20px; */
    right: 30px;
    z-index: 999;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}
#back-to-top .top:hover {
    background: var(--white-color);
}
#back-to-top:hover .top i {
    color: var(--dark-color);
}
.bgred-line {
    /* background-color: #1c1d20; */
    /* background-image: url(https://designingmedia.com/crox/wp-content/uploads/2024/08/blog_posts_background.png); */
    background-repeat: no-repeat;
    /* background: #0f172a; */
}
.breadcrumb-area {
    position: relative;
    padding: 100px 0 70px;
    min-height: 350px;
    display: flex;
    align-items: center;
    z-index: 1;
    color: #fff;
}
.blog-details-bottom .tg-post-tags,
.blog-post-bottom,
.blog-post-meta ul,
.blog-post-meta ul li,
.blog-post-share,
.blog-post-share ul,
.comments-text .avatar-name .name,
.rc__post-item,
.sidebar__author-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.breadcrumb-area::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 20%);
    backdrop-filter: blur(6px);
    z-index: -1;
}
.breadcrumb-area::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 40px;
    background-color: var(--tg-theme-primary);
    right: 0;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.breadcrumb__wrapper .title {
    font-size: 50px;
    letter-spacing: 2px;
    margin: 0;
    color: #fff;
}
.breadcrumb {
    margin-top: 12px;
}
.breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    color: #fff;
}
.breadcrumb .breadcrumb-item a {
    color: #fff;
    transition: color 0.3s;
}
.breadcrumb .breadcrumb-item a:hover {
    color: var(--tg-theme-secondary);
}
.blog-details-bottom .blog-post-share ul a:hover,
.blog-details-bottom .tg-post-tags ul li a:hover,
.blog-post-content .title a:hover,
.blog-post-meta ul li a:hover,
.blog-post-meta ul li i,
.blog-post-read a i,
.blog-post-read a:hover,
.blog-post-share ul a:hover,
.blog__avatar-info .name a:hover,
.comments-text .comment-reply-link:hover,
.rc__post-content .title a:hover,
.sidebar__author-social a:hover,
blockquote::before {
    color: var(--tg-theme-primary);
}
.breadcrumb .breadcrumb-item:hover::after,
.comment-form [type="submit"]:hover {
    background: var(--tg-theme-secondary);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: none;
}
.breadcrumb .breadcrumb-item.active {
    color: #fff;
}
.blog-area {
    padding: 120px 0;
}
.blog-post-wrapper {
    flex: 0 0 auto;
}
.blog-post-wrapper .pagination__wrap {
    margin: 60px 0 0;
}
.blog-post-wrapper .pagination__wrap ul {
    justify-content: flex-start !important;
}
.blog-post-item,
.blog-widget {
    margin: 0 0 50px;
}
.blog-post-thumb img {
    max-width: 100%;
}
.blog-post-content {
    background: #182029;
    padding: 40px 45px 40px 40px;
    -webkit-clip-path: polygon(
        100% 0,
        100% calc(100% - 25px),
        calc(100% - 25px) 100%,
        0 100%,
        0 0
    );
    clip-path: polygon(
        100% 0,
        100% calc(100% - 25px),
        calc(100% - 25px) 100%,
        0 100%,
        0 0
    );
    border: 1px solid #232a30;
}
.blog-post-content .title {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0 0 23px;
}
.blog-post-content p {
    font-weight: var(--tg-fw-medium);
}
.blog-post-read a,
.blog-post-share .share {
    font-weight: var(--tg-fw-bold);
    font-family: var(--tg-body-font-family);
}
.blog-details-bottom .tags-title,
.blog-post-meta ul li,
.blog__avatar-info .designation {
    font-weight: var(--tg-fw-semi-bold);
    text-transform: uppercase;
}
.blog-post-meta {
    margin: 0 0 17px;
}
.blog-post-meta ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 40px;
}
.blog-post-meta ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 1;
}
.blog-post-meta ul li a,
.blog-post-read a,
.blog-post-share ul a {
    display: block;
    color: var(--tg-body-color);
}
.blog-post-meta ul li i {
    margin-right: 5px;
}
.blog-post-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 35px 0 0;
}
.blog-post-read {
    margin-right: 20px;
}
.blog-post-read a {
    line-height: 1;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.blog-post-read a i {
    font-size: 16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    margin-left: 4px;
}
.blog-post-read a:hover i {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.blog-post-share .share {
    margin: 0;
    font-size: 14px;
    color: var(--tg-body-color);
    letter-spacing: 1px;
}
.blog-post-share ul li {
    margin-left: 16px;
}
.blog-post-share ul a {
    line-height: 1;
    font-size: 14px;
}
.blog-post-sidebar {
    width: 31%;
    flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
    .blog-post-content {
        padding: 35px 30px;
    }
    .blog-post-sidebar {
        width: 35%;
    }
}
@media (max-width: 991.98px) {
    .breadcrumb__content .title {
        font-size: 40px;
    }
    .blog-post-wrapper .pagination__wrap ul {
        justify-content: center !important;
    }
    .blog-post-sidebar {
        width: 50%;
    }
}
.blog-sidebar {
    margin-left: 20px;
}
.blog-details-area .blog-post-item {
    margin: 0 0 65px;
}
.blog-details-area .blog-post-thumb {
    margin: 0 0 35px;
}
.blog-details-content {
    background: #fff0;
    padding: 0;
    -webkit-clip-path: none;
    clip-path: none;
    border: none;
}
.blog-details-content p {
    font-weight: var(--tg-fw-regular);
}
.blog-details-inner {
    margin: 35px 0 30px;
}
.blog-details-inner .inner-title {
    margin: 0 0 15px;
}
.blog-details-inner-img {
    margin: 0 0 30px;
}
.blog-details-bottom {
    padding-top: 25px;
    border-top: 2px solid #19222b;
    margin: 65px 0 0;
}
.blog-details-bottom > * {
    row-gap: 15px;
}
.blog-details-bottom .tg-post-tags {
    display: flex;
    align-items: flex-start;
}
.blog-details-bottom .tg-post-tags ul {
    line-height: 1;
}
.blog-details-bottom .tg-post-tags ul li {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: var(--tg-fw-medium);
    margin-right: 8px;
}
.blog-details-bottom .tg-post-tags ul li a {
    display: inline-block;
    line-height: 1;
    color: var(--tg-body-color);
    font-weight: var(--tg-fw-medium);
}
.blog-details-bottom .tags-title {
    font-size: 14px;
    font-family: var(--tg-body-font-family);
    line-height: 1;
    margin: 0 13px 0 0;
}
.blog-details-bottom .blog-post-share ul a {
    color: var(--tg-common-color-white);
    font-size: 16px;
}
blockquote {
    padding-left: 80px;
    position: relative;
    margin: 27px 0 28px;
    font-size: 20px;
}
blockquote::before {
    content: "\f10d";
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 52px;
    line-height: 1;
    font-style: normal;
}
blockquote p {
    font-size: 20px;
    font-weight: var(--tg-fw-medium) !important;
}
.blog__avatar-wrap {
    overflow: hidden;
    padding: 20px 55px 20px 30px;
    display: flex;
    align-items: center;
    border: 1px solid #232a30;
    background: #182029;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}
@media (max-width: 1199.98px) {
    .blog__avatar-wrap {
        padding: 20px 45px 20px 30px;
    }
}
@media (max-width: 767.98px) {
    .breadcrumb-area {
        min-height: 250px;
        padding: 80px 0 50px;
    }
    .breadcrumb__content .title {
        font-size: 32px;
    }
    .breadcrumb-area::after,
    .breadcrumb-area::before {
        height: 20px;
    }
    .blog-post-content {
        padding: 30px 25px;
    }
    .blog-post-content .title {
        font-size: 24px;
        letter-spacing: 0;
        margin: 0 0 18px;
    }
    .blog-post-meta ul {
        gap: 10px 25px;
    }
    .blog-post-sidebar {
        width: 100%;
    }
    blockquote,
    blockquote p {
        font-size: 18px;
    }
    .blog-details-area .blog-post-thumb {
        margin: 0 0 25px;
    }
    blockquote {
        padding: 0;
        text-align: center;
    }
    blockquote::before {
        position: relative;
        display: block;
        font-size: 40px;
        margin: 0 0 7px;
    }
    .blog__avatar-wrap {
        display: block;
        text-align: center;
        padding: 35px 25px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog-post-content {
        padding: 40px 30px;
    }
    .blog-post-content .title {
        font-size: 28px;
    }
    .blog-post-sidebar {
        width: 80%;
    }
    .blog__avatar-wrap {
        padding: 30px;
    }
}
.blog__avatar-img {
    margin-right: 30px;
    width: 145px;
    flex: 0 0 auto;
}
.blog__avatar-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 145px;
    object-fit: cover;
}
.blog__avatar-info .designation {
    font-size: 13px;
    color: var(--tg-theme-secondary);
    display: block;
    margin-bottom: 3px;
    letter-spacing: 1px;
}
.blog__avatar-info .name {
    font-size: 20px;
    margin-bottom: 12px;
}
.comments-wrap-title {
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 0 40px;
}
.comments-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #19222b;
}
.comments-avatar {
    margin-right: 25px;
    width: 75px;
    flex: 0 0 auto;
}
.comments-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -ms-border-radius: 50%;
    height: 73px;
    object-fit: cover;
}
.comments-text,
.rc__post-content {
    flex-grow: 1;
}
.comments-text .avatar-name {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.comments-text .avatar-name .name {
    font-size: 18px;
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
    letter-spacing: 1px;
    margin-top: 0;
}
.comments-text .avatar-name .date {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--tg-fw-medium);
}
.comments-text .comment-reply-link {
    font-size: 16px;
    letter-spacing: 1.5px;
}
.comments-text .comment-reply-link i {
    color: var(--tg-theme-primary);
    margin-right: 3px;
}
.latest-comments {
    margin: 0 0 70px;
}
.latest-comments .children {
    margin: 0 0 0 80px;
    padding: 0;
}
swiper-slide.logo-slider-slide {
    width: 136px !important;
    background: #343434;
    border-radius: 10px;
}
.comment-reply-title {
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 0 17px;
}
.comment-form .form-grp {
    position: relative;
    -webkit-clip-path: polygon(
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%,
        0 0
    );
    clip-path: polygon(
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%,
        0 0
    );
    margin: 0 0 30px;
}
.comment-form .form-grp::after {
    content: "";
    position: absolute;
    background-color: #19222b;
    width: 60px;
    height: 2px;
    right: -21px;
    bottom: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.comment-form .form-grp input,
.comment-form .form-grp textarea {
    display: block;
    width: 100%;
    border: 2px solid #19222b;
    background: #fff0;
    color: var(--tg-common-color-white);
    padding: 14px 25px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.comment-form .form-grp input:focus-visible {
    outline: 0 !important;
}
.comment-form .form-grp textarea:focus-visible {
    outline: 0 !important;
}
.comment-form .form-grp textarea {
    height: 160px;
    max-height: 160px;
}
.comment-form .form-grp input::placeholder,
.comment-form .form-grp textarea::placeholder {
    opacity: 0.8;
}
.comment-form [type="submit"] {
    -webkit-clip-path: polygon(100% 0, 100% 65%, 89% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 65%, 89% 100%, 0 100%, 0 0);
    background: var(--tg-theme-primary);
    color: var(--tg-common-color-black);
    font-family: var(--tg-heading-font-family);
    text-transform: uppercase;
    font-weight: var(--tg-fw-bold);
    letter-spacing: 1px;
    border: none;
    padding: 14px 30px;
}
.comment-notes {
    margin: 0 0 40px;
}
.sidebar__author-thumb {
    margin: 0 0 25px;
}
.sidebar__author-content .name {
    font-size: 22px;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.rc__post-item:last-child,
.widget_categories ul li:last-child {
    margin-bottom: 0;
}
.sidebar__author-content p {
    font-weight: var(--tg-fw-medium);
    margin: 0;
}
.sidebar__author-social {
    display: flex;
    gap: 20px;
    margin: 20px 0 0;
}
.sidebar__author-social a {
    display: block;
    line-height: 1;
    color: var(--tg-common-color-white);
}
.sidebar-search-form input {
    display: block;
    width: 100%;
    border: 1px solid #232a30;
    font-size: 14px;
    font-weight: var(--tg-fw-medium);
    background: #182029;
    padding: 17px 50px 17px 25px;
    -webkit-clip-path: polygon(
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%,
        0 0
    );
    clip-path: polygon(
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%,
        0 0
    );
    color: var(--tg-common-color-white);
}
.sidebar-search-form input::placeholder {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--tg-body-color);
    opacity: 0.54;
    font-weight: var(--tg-fw-medium);
}
.sidebar-search-form input:focus-visible {
    outline: 0;
}
.sidebar-search-form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px;
    border: none;
    padding: 0;
    background: #fff0;
    color: var(--tg-common-color-white);
    font-size: 18px;
}
.tagcloud a,
.widget_categories ul li {
    font-weight: var(--tg-fw-semi-bold);
    text-transform: uppercase;
    color: var(--tg-body-color);
}
.fw-title {
    font-size: 22px;
    margin: 0 0 25px;
}
.widget_categories ul li {
    font-size: 15px;
    position: relative;
    margin-bottom: 14px;
}
.widget_categories ul li a {
    color: #fff !important;
    position: relative;
    display: block;
}
.widget_categories ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 7px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--tg-theme-primary);
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -o-border-radius: 0 5px 0 0;
    -ms-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    -ms-transition: width 0.2s linear;
    -o-transition: width 0.2s linear;
    transition: width 0.2s linear;
}
.widget_categories ul li a:hover::before {
    width: 7px;
}
.widget_categories ul li .float-right {
    position: absolute;
    top: 0;
    right: 0;
}
.rc__post-item {
    display: flex;
    align-items: center;
    margin: 0 30px 20px 0;
}
.rc__post-thumb {
    width: 112px;
    height: 88px;
    margin-right: 24px;
    flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
    .blog__avatar-img {
        margin-right: 30px;
        width: 130px;
    }
    .blog__avatar-img img {
        height: 130px;
    }
    .comments-avatar {
        width: 100px;
    }
    .rc__post-thumb {
        width: 90px;
    }
}
@media (max-width: 991.98px) {
    .blog-sidebar {
        margin: 100px 0 0;
    }
    .rc__post-thumb {
        width: 100px;
    }
}
.rc__post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rc__post-content .title {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
}
.rc__post-content .date {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: var(--tg-fw-medium);
    letter-spacing: 0.5px;
}
.tagcloud {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tagcloud a {
    display: block;
    font-size: 14px !important;
    -webkit-clip-path: polygon(
        100% 0,
        100% calc(100% - 13px),
        calc(100% - 13px) 100%,
        0 100%,
        0 0
    );
    clip-path: polygon(
        100% 0,
        100% calc(100% - 13px),
        calc(100% - 13px) 100%,
        0 100%,
        0 0
    );
    border: 1px solid #232a30;
    background: #182029;
    padding: 9px 24px;
}
.contact-list li,
.contact-list li i {
    font-size: 16px;
    align-items: center;
    display: flex;
}
@media (max-width: 1500px) {
    .rc__post-item {
        margin: 0 0 20px;
    }
    .tagcloud a {
        padding: 20px;
    }
}
@media (max-width: 767.98px) {
    .blog__avatar-img {
        margin: 0 auto 25px;
    }
    .comments-box {
        display: block;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .comments-avatar {
        margin: 0 0 15px;
    }
    .latest-comments .children {
        margin: 0;
    }
    .sidebar__author {
        text-align: center;
    }
    .sidebar__author-social {
        justify-content: center;
    }
    .tagcloud a {
        padding: 6px 20px;
    }
}
.contact-list {
    padding: 0;
    margin: 0;
}
.contact-list li {
    gap: 12px;
    margin-bottom: 15px;
    color: #fff;
}
.contact-list li i {
    color: #fff;
    height: 40px;
    border-radius: 10%;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}
.contact-list li i:hover {
    transform: scale(1.1);
}
.contact-list a {
    text-decoration: none;
    color: #dfe4ea;
    transition: color 0.3s;
}
.contact-list a:hover {
    color: var(--tg-theme-primary, var(--primary-color));
}
.map-area {
    width: 100%;
    height: 100%;
    position: relative;
}
.cursor-dot {
    display: none;
}
/* .cursor,
.cursor-dot {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
} */
.map-area iframe {
    width: 100%;
    height: 450px;
    border: none;
}
.fullscreen-map iframe {
    height: 100vh;
}
.box-number {
    font-size: 36px;
}
.about h2.box-number {
    font-size: 48px !important;
    color: var(--white-color);
    font-weight: 700;
    margin-bottom: -0.18em;
    margin-top: -0.26em;
    text-align: center;
}
.box-text {
    font-size: 16px;
    font-family: var(--title-font) !important;
}
.betwin-section,
.clients-sec,
.game-promotion-sec,
.about-section {
    background: #111111;
}
.betwin-section img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .betwin-section .row {
        --bs-gutter-x: 1.5rem;
    }
    .aviator-section .sec-title {
        font-size: 22px;
    }
}

.counter-card {
    /* background: rgba(255, 255, 255, 0.04); */
    background: linear-gradient(
        85deg,
        rgb(255 255 255 / 3%) 3.32%,
        rgba(153, 153, 153, 0.04) 97.53%
    );
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 18px 20px;
    height: 100%;
    transition: transform 0.3s ease, background 0.3s ease;
}
/* .counter-card:hover {
    transform: translateY(-5px);
    background: linear-gradient(
        85deg,
        rgb(255 255 255 / 3%) 3.32%,
        rgba(153, 153, 153, 0.04) 97.53%
    );
    cursor: pointer;
} */
.counter-card .box-number {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color, #e4063b);
}
/* .cursor {
    width: 25px;
    height: 25px;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    transition: width 0.2s, height 0.2s, border 0.2s;
    z-index: 9999;
} */
/* .cursor-dot {
    width: 8px;
    height: 8px;
    background: var(--theme-color);
    border-radius: 50%;
    opacity: 0.8;
    z-index: 9998;
} */
.cursor.big {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
}

.w-70 {
    width: 80%;
}
@media (max-width: 776px) {
    .about h2.box-number {
        font-size: 38px !important;
    }
}
@media (max-width: 555px) {
    .about h2.box-number {
        font-size: 35px !important;
    }
}
.container-fluid.position-relative.z-2 {
    margin-top: 50px;
}

.banner-section,
.marquee {
    overflow: hidden;
    position: relative;
}

.marquee {
    width: 100%;
    margin-bottom: 30px;
}
.marquee-content {
    display: flex;
    width: max-content;
}
.logo-slide {
    flex: 0 0 auto;
    margin-right: 30px;
    padding: 8px 10px;
    /* background: #0e0e0e85; */
    background: rgba(52, 52, 52, 0.3);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.marquee-right .marquee-content {
    animation: 20s linear infinite marquee-right;
}
.marquee-left .marquee-content {
    animation: 20s linear infinite marquee-left;
}
.marquee:hover .marquee-content {
    animation-play-state: paused;
}
@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes marquee-right {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}
@media (max-width: 768px) {
    /* .navbar-brand .main-logo {
        width: 125px;
    }
    header.fixed .navbar-brand img {
        width: 125px;
    } */
    .cursor-dot {
        display: none;
    }
    .logo-slide {
        margin-right: 10px;
        padding: 5px;
    }
    .breadcrumb-area h1 {
        font-size: clamp(1.5rem, 6vw, 2rem) !important;
    }
    .sec-title {
        font-size: 26px;
    }
}
@media (max-width: 576px) {
    .footer-items li a,
    .sub-title {
        font-size: 14px;
    }
    .breadcrumb-area h1 {
        font-size: clamp(1.5rem, 6vw, 2.5rem) !important;
    }
    .breadcrumb .breadcrumb-item,
    .breadcrumb i {
        font-size: 12px;
    }
    .about-section .sec-title {
        font-size: clamp(1.5rem, 5vw, 2rem) !important;
    }
    .about-section .heading-4 {
        font-size: clamp(1.2rem, 4vw, 1.5rem) !important;
    }

    .container-fluid.position-relative.z-2 {
        margin-top: 100px;
    }
    .sec-title {
        font-size: 22px;
    }
    .paginations li a {
        border: 1px solid #444;
        border-radius: 8px;
        display: inline-block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 12px;
        font-weight: 600;
    }
}

/*---button style---------*/
/* ====== Primary Button ====== */
/* Base Style */
.get-plan-btn,
.get-plan-btn-hover {
    position: relative;
    padding: 12px 22px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0px !important;
    letter-spacing: 0.5px;
    border: none;
    outline: none;
    text-transform: uppercase;
    box-shadow: 0 0 0 rgba(228, 6, 59, 0);
    transition: all 0.3s ease-in-out;
}

/* Primary */
.get-plan-btn {
    background: #e4063b;
    color: #fff;
}

/* Secondary */
.get-plan-btn-hover {
    background: transparent;
    border: 2px solid #ffffffa4;
    color: #fff;
}

/* Hover Effects for both */
.get-plan-btn:hover,
.get-plan-btn-hover:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 10px rgba(228, 6, 59, 0.7), 0 0 25px rgba(228, 6, 59, 0.4);
}

/* Press Active Effect */
.get-plan-btn:active,
.get-plan-btn-hover:active {
    transform: translateY(0px);
    box-shadow: none;
}

/* Glow Border Animation */
.get-plan-btn::before,
.get-plan-btn-hover::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.get-plan-btn:hover::before,
.get-plan-btn-hover:hover::before {
    opacity: 1;
}

/* Responsive (Mobile) */
@media (max-width: 767px) {
    .get-plan-btn,
    .get-plan-btn-hover {
        width: calc(50% - 12px);
        min-width: auto;
        font-size: 14px;
        padding: 12px 10px;
        border-radius: 8px;
    }
}

/*------------*/
.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 80px;
    right: 25px;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9999;
}
.btn-whatsapp-pulse:hover {
    color: white !important;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.footer-line-img {
    display: block;
}
@media (max-width: 1024px) {
    .footer-line-img {
        display: none;
    }
}
@media (max-width: 768px) {
    .footer-line-img {
        display: none;
    }
}

@media (max-width: 576px) {
    footer h5 {
        font-size: 14px;
    }
    .footer-line-img {
        display: none;
    }
    .btn-whatsapp-pulse {
        font-size: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 25px;
    }
    .game-title a {
        font-size: 14px;
    }
}

.counter-icon {
    display: inline-flex; /* Makes it easy to center the icon */
    align-items: center;
    justify-content: center;
    width: 70px; /* Circle size */
    height: 70px;
    background-color: #fff; /* White background */
    border-radius: 50%; /* Makes it circular */
    color: #e4063b;
    font-size: 26px; /* Icon size */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional shadow for depth */
}

.counter-icon i {
    font-size: 36px;
}
@media (max-width: 768px) {
    .counter-icon i {
        font-size: 28px;
    }
}
.game-card {
    background: #0f172a;
}
/*-------------*/
/* FAQ Section */
.faq-section {
    color: var(--text-light, #fff);
}

.faq-section .sub-title {
    color: var(--primary-color, #e4063b);
    font-weight: 500;
    letter-spacing: 1px;
}

.faq-section .sec-title {
    font-size: 36px;
    font-weight: 700;
}

/* Accordion */
/* FAQ Accordion Custom Styles */
.custom-accordion .accordion-item {
    background: #1e1e1e;
    border: none;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
}

.custom-accordion .accordion-button {
    /* background: #272727; */
    background: linear-gradient(
        85deg,
        rgb(255 255 255 / 3%) 3.32%,
        rgba(153, 153, 153, 0.04) 97.53%
    );

    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 15px 20px;
    box-shadow: none;
}

/* .custom-accordion .accordion-button:not(.collapsed) {
    background: #e4063b; 
    color: #fff;
} */
.custom-accordion
    .accordion-item:first-child
    .accordion-button:not(.collapsed) {
    background: #e4063b;
    color: #fff;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-body {
    background: #1b1b1b;
    color: #d1d1d1;
    padding: 15px 20px;
    border-top: 1px solid #333;
}

/* Remove default arrow background */
.custom-accordion .accordion-button::after {
    filter: invert(1);
}

/* Responsive */
@media (max-width: 991px) {
    .faq-section .sec-title {
        font-size: 30px;
    }
    .custom-accordion .accordion-button {
        font-size: 15px;
    }
    .custom-accordion .accordion-body {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .faq-section .sec-title {
        font-size: 26px;
    }
    .custom-accordion .accordion-button {
        font-size: 14px;
        padding: 0.8rem 1rem;
    }
    .custom-accordion .accordion-body {
        font-size: 13px;
        padding: 0.8rem 1rem;
    }
}
/*-------------*/
/* ==================================
   (5.10) fantasy styles start - ENHANCED
   ================================== */
.fantasy {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
/* ... existing floating images styles ... */

/* --- Base Card Styles --- */
.fantasy__single {
    padding: 40px 24px;
    background-color: var(--quaternary-color);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

/* --- Card Hover Effect (LIFTING AND GLOW) --- */
.fantasy__single:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 255, 179, 0.15),
        0 0 15px rgba(0, 255, 179, 0.08);
    border-color: rgba(255, 255, 255, 0.5);
}

/* --- Pseudo-element Background Blur (Stays the same for colored glow) --- */
.fantasy__single::before {
    content: "";
    position: absolute;
    top: 50%;
    inset-inline-end: 0px;
    width: 260px;
    height: 260px;
    background-color: #6affb3;
    filter: blur(200px);
    z-index: -2;
    transition: background-color 0.4s ease-in-out;
}

/* --- Content and Link Styles --- */
.fantasy__single .content {
    max-width: 220px;
}
.fantasy__single .content p {
    color: #fff;
}

.fantasy__single a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    display: inline-flex;
}
.fantasy__single a:hover {
    color: var(--secondary-color);
    transform: translateX(5px);
    /* border-bottom-color: var(--secondary-color); */
}
.single-two::before {
    background-color: #ffba23; /* Gold/Orange Glow */
}
.single-two:hover {
    box-shadow: 0 10px 30px rgba(255, 186, 35, 0.25),
        0 0 15px rgba(255, 186, 35, 0.15);
}
.fantasy_single_two_two:before {
    background-color: var(--grey-color);
}
.single-three::before {
    background: linear-gradient(
        90deg,
        #9b60da 0%,
        #f15e55 100%
    ); /* Purple/Red Glow */
}
.single-three:hover {
    box-shadow: 0 10px 30px rgba(155, 96, 218, 0.25),
        0 0 15px rgba(155, 96, 218, 0.15);
}

.single-four::before {
    background-color: #aa4ee5; /* Purple Glow */
}
.single-four:hover {
    box-shadow: 0 10px 30px rgba(170, 78, 229, 0.25),
        0 0 15px rgba(170, 78, 229, 0.15);
}
.single-three::before,
.single-four::before,
.fantasy_single_two_two:before {
    content: ""; /* required for iPhone */
    position: absolute;
    inset: 0; /* make sure it fills the parent */
    z-index: -1; /* keep it behind content if needed */
    border-radius: inherit; /* match card shape */
}

/* --- Image Thumb Styles --- */
.fantasy__single .thumb {
    position: absolute;
    z-index: -1;
    top: 0px;
    inset-inline-end: 0px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); /* Smoother transition */
}
.fantasy__single .thumb img {
    max-width: 11vw;
    min-width: 120px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* .fantasy__single:hover .thumb {
    top: 20px;
} */
.fantasy__single:hover .thumb img {
    /* transform: scale(1.15) rotate(5deg);  */
}
.fantasy__single-long {
    height: 100%;
    min-height: 550px;
}
.fantasy__single-long .thumb {
    top: unset !important;
    bottom: 40px;
}
.fantasy__single-long .thumb img {
    max-width: min-content;
}
.single-three,
.single-four {
    position: relative;
    overflow: hidden; /* so glow stays inside */
}
@media (max-width: 1024px) {
    /* Matches Bootstrap md < 992px */
    .single-three,
    .single-four {
        width: calc(50% - 10px) !important; /* 2 cards in one row */
        display: inline-block;
        vertical-align: top;
    }
    .single-three {
        margin-right: 15px;
    }
    .fantasy__single.mt-4.single-four {
        margin-top: 0px !important;
    }
    .fantasy__single-long {
        height: 100%;
        min-height: 535px;
    }
    .fantasy__single .thumb img {
        max-width: 20vw;
    }
    .fantasy__single.fantasy__single-long.single-two .thumb img {
        max-width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
    }
}
@media (max-width: 768px) {
    .fantasy__single-long {
        min-height: 520px !important;
    }
    .fantasy__single .thumb img {
        max-width: 15vw;
    }
}

/* On mobile (sm breakpoint), return to full width */
@media (max-width: 575.98px) {
    .single-three,
    .single-four {
        width: 100% !important;
    }
    .fantasy__single.mt-4.single-four {
        margin-top: 24px !important;
    }
    .fantasy__single .thumb img {
        max-width: 35vw !important;
    }
    .fantasy__single.fantasy__single-long.single-two .thumb img {
        max-width: 90vw !important;
    }
}

/* --- MARQUEE STYLES --- */
.marquee-wrapper {
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    padding: 10px 0px 0px;
    margin-bottom: 30px;
}

.marquee-text {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    /* text-shadow: 1px 1px 0px #8b001f, -1px -1px 0px #ff1f60; */
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

@media (max-width: 768px) {
    .marquee-text {
        font-size: 1.5rem;
    }
}
.marquee-animation {
    display: inline-block;
    padding-left: 100%;
    animation: marquee-scroll 18s linear infinite; /* Desktop */
}

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

/* 📱 Slow marquee on mobile */
@media (max-width: 768px) {
    .marquee-animation {
        animation-duration: 35s; /* Slower = smoother for phones */
    }
}

.modern-outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 26px;
    border: 2px solid var(--primary-color, #e4063b);
    /* border-radius: 40px; */
    color: #fff;
    font-weight: 600;
    background: transparent;
    text-decoration: none;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* Hover Effects */
.modern-outline-btn:hover {
    color: #fff;
    background: var(--primary-color, #e4063b);
    transform: translateY(-3px);
    box-shadow: 0 0 12px var(--primary-color, #e4063b);
}

/* Arrow Animation */
.modern-outline-btn i {
    transition: transform 0.35s ease;
}
.modern-outline-btn:hover i {
    transform: translateX(6px);
}
