:root {
    --clr-primary: #0d1b2a;
    --clr-secondary: #1b263b;
    --clr-accent: #415a77;
    --clr-light-accent: #778da9;
    --clr-bg-light: #e0e1dd;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Exo 2', sans-serif;
    color: #777;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
}

.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
}

.col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding: 0 15px;
}

.col-lg-12, .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

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

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

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.position-relative {
    position: relative;
}

.d-inline-block {
    display: inline-block;
}

.d-none {
    display: none;
}

.mt-3 {
    margin-top: 1rem;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.ml-auto {
    margin-left: auto;
}

.py-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 1.1rem;
    background: linear-gradient(135deg, rgba(13,27,42,0.85) 0%, rgba(27,38,59,0.85) 100%);
}

.site-navbar .site-logo {
    margin: 0;
    padding: 0;
}

.site-navbar .site-logo a {
    display: inline-block;
}

.logo-img {
    max-height: 50px;
    width: auto;
    display: block;
}

.site-navbar .site-navigation .site-menu {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.site-navbar .site-navigation .site-menu .active {
    color: #e53e3e !important;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
    margin-left: 16px;
    margin-right: 16px;
    padding: 12px 0px;
    color: #fff !important;
    display: inline-block;
    text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #e53e3e;
}

.site-navbar .site-navigation .site-menu > li.active > a {
    color: #e53e3e !important;
}

.site-menu-toggle {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.text-white {
    color: #fff;
}

.icon-menu {
    font-size: 2rem;
    font-weight: normal;
}

.h3 {
    font-size: 1.75rem;
}

.ftco-blocks-cover-1 .site-section-cover {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.site-section-cover, .site-section-cover .container > .row {
    height: calc(95vh - 180px);
    min-height: 690px;
}

.site-section-cover.overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.32);
    z-index: 1;
}

.site-section-cover, .site-section-cover .container {
    position: relative;
    z-index: 2;
}

.site-section-cover h1 {
    font-size: 3.2rem;
    color: #fff;
    line-height: 1.1;
    font-weight: 700;
}

.site-section-cover p {
    font-size: 17px;
    color: #fff;
}

.btn {
    border-radius: 32px;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .22rem;
    padding: 12px 22px;
    text-decoration: none;
    display: inline-block;
}

.btn.btn-primary {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
}

.wrp-main {
    padding: 75px 0;
    background: #e0e1dd;
}

.blk-primary {
    max-width: 1080px;
    margin: 0 auto;
}

.txt-center-wrap {
    text-align: center;
    margin-bottom: 55px;
}

.hdg-main {
    font-size: 2.4rem;
    color: #0d1b2a;
    font-weight: 700;
    margin-bottom: 18px;
}

.desc-intro {
    font-size: 1.05rem;
    color: #415a77;
    max-width: 780px;
    margin: 0 auto;
    line-height: 1.75;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 28px;
    margin-bottom: 65px;
}

.card-item {
    background: #ffffff;
    padding: 38px 28px;
    border-radius: 7px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.07);
}

.card-hdg {
    font-size: 1.35rem;
    color: #0d1b2a;
    font-weight: 600;
    margin-bottom: 14px;
}

.card-txt {
    color: #778da9;
    line-height: 1.65;
}

.banner-action {
    text-align: center;
    background: #1b263b;
    padding: 55px 35px;
    border-radius: 9px;
    color: #fff;
}

.banner-ttl {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.banner-desc {
    font-size: 1.05rem;
    margin-bottom: 28px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    color: #e0e1dd;
}

.banner-link {
    display: inline-block;
    padding: 14px 38px;
    background: #dc3545;
    color: #fff;
    text-decoration: none;
    border-radius: 28px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

h5 {
    color: #131230;
    font-family: 'Exo 2', sans-serif;
    text-transform: capitalize;
    font-size: 20px !important;
    font-weight: 700;
}

.footer-widget {
    background: #131230;
}

.footer-widget .single-widget1 {
    padding-right: 30px;
}

.footer-widget .single-widget h5 {
    color: #ffb606;
}

.footer-widget .single-widget i {
    color: inherit;
}

.footer-widget .single-widget1 img {
    max-width: 175px;
    height: auto;
}

.footer-widget .single-widget1 p,
.footer-widget .single-widget2 p,
.footer-widget .single-widget3 p {
    color: #bbb;
    margin-bottom: 7px;
}

.footer-link {
    color: #bbb;
    text-decoration: none;
}

.footer-link:hover {
    color: #ffb606;
}

.footer-copyright {
    padding: 30px 0;
    background: #0d0d27;
    color: #fff;
}

.into-icon i {
    font-size: 20px;
    color: #ffb606;
    margin-right: 20px;
}

.section-padding {
    padding: 130px 0;
}

.policy-page-wrap {
    padding: 140px 0 80px 0;
    background: #e0e1dd;
    min-height: 60vh;
}

.policy-content {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 60px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.policy-content h1 {
    font-size: 2.5rem;
    color: #0d1b2a;
    font-weight: 800;
    margin-bottom: 30px;
    font-family: 'Exo 2', sans-serif;
    line-height: 1.3;
}

.policy-content p {
    font-size: 15px;
    line-height: 1.85;
    color: #415a77;
    margin-bottom: 20px;
    text-align: justify;
}

.about-page-wrapper {
    padding: 140px 0 80px 0;
    background: #e0e1dd;
    min-height: 60vh;
}

.about-content-box {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 60px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.about-content-box h1 {
    font-size: 2.5rem;
    color: #0d1b2a;
    font-weight: 800;
    margin-bottom: 35px;
    font-family: 'Exo 2', sans-serif;
    line-height: 1.3;
    text-align: center;
}

.about-image-container {
    margin-bottom: 35px;
    text-align: center;
}

.about-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.about-text-content p {
    font-size: 15px;
    line-height: 1.85;
    color: #415a77;
    margin-bottom: 22px;
    text-align: justify;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin: 35px 0;
}

.advantage-item {
    background: linear-gradient(135deg, #e0e1dd 0%, #f5f5f5 100%);
    padding: 25px 20px;
    border-radius: 8px;
    border: 1px solid #dc3545;
}

.advantage-item h3 {
    font-size: 1.2rem;
    color: #0d1b2a;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Exo 2', sans-serif;
}

.advantage-item p {
    font-size: 14px;
    line-height: 1.6;
    color: #415a77;
    margin: 0;
    text-align: left;
}

@media (max-width: 768px) {
    .policy-page-wrap {
        padding: 120px 0 60px 0;
    }

    .policy-content {
        padding: 35px 25px;
    }

    .policy-content h1 {
        font-size: 1.9rem;
    }

    .policy-content p {
        font-size: 14px;
        text-align: left;
    }

    .about-page-wrapper {
        padding: 120px 0 60px 0;
    }

    .about-content-box {
        padding: 35px 25px;
    }

    .about-content-box h1 {
        font-size: 1.9rem;
    }

    .about-text-content p {
        font-size: 14px;
        text-align: left;
    }

    .advantages-grid {
        grid-template-columns: 1fr;
    }
}

.footer-regulators {
    margin-top: 40px;
    padding-top: 35px;
    border-top: 1px solid rgba(65,90,119,0.3);
}

.regulator-block {
    text-align: center;
    margin-bottom: 30px;
}

.regulator-title {
    color: #ffb606 !important;
    margin-bottom: 20px !important;
    font-size: 18px !important;
}

.regulator-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.regulator-img {
    max-height: 100px;
    width: auto;
    padding: 8px 15px;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

.regulator-img:hover {
    transform: scale(1.05);
}

.warning-block {
    background: linear-gradient(135deg, rgba(220,53,69,0.12) 0%, rgba(200,35,51,0.12) 100%);
    border: 1px solid #dc3545;
    padding: 20px 25px;
    margin-top: 25px;
}

.warning-text {
    color: #e0e1dd;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.warning-text strong {
    color: #ffb606;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .site-navbar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .site-section-cover, .site-section-cover .container > .row {
        height: calc(72vh - 180px);
        min-height: 620px;
    }

    .site-section-cover h1 {
        font-size: 2.2rem;
    }

    .d-lg-none {
        display: inline-block !important;
    }

    .d-lg-block {
        display: none !important;
    }

    .site-navigation {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #0d1b2a;
        padding: 20px;
    }

    .site-navigation .site-menu li {
        display: block;
        margin: 10px 0;
    }

    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .footer-widget .single-widget1 {
        padding-right: 0;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .col-mobile-logo {
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .col-mobile-menu {
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .mobile-menu-toggle {
        display: inline-block;
    }

    .logo-img {
        max-height: 45px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-widget .single-widget1 {
        padding-right: 0;
    }
}

@media (max-width: 575.98px) {
    .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-9 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.age-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 27, 42, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
}

.age-modal-overlay.hidden {
    display: none;
}

.age-modal-box {
    background: linear-gradient(145deg, #1b263b 0%, #0d1b2a 100%);
    border: 2px solid #415a77;
    border-radius: 12px;
    padding: 45px 40px;
    max-width: 480px;
    width: 90%;
    box-shadow: 0 15px 50px rgba(0,0,0,0.5);
    text-align: center;
}

.age-modal-title {
    font-size: 2rem;
    color: #e0e1dd;
    font-weight: 700;
    margin-bottom: 18px;
}

.age-modal-text {
    font-size: 1.1rem;
    color: #778da9;
    line-height: 1.6;
    margin-bottom: 32px;
}

.age-confirm-btn {
    display: inline-block;
    padding: 16px 40px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(220,53,69,0.4);
    transition: all 0.3s ease;
    font-family: 'Exo 2', sans-serif;
}

.age-confirm-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(220,53,69,0.6);
    background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
}

@media (max-width: 768px) {
    .age-modal-box {
        padding: 35px 25px;
    }

    .age-modal-title {
        font-size: 1.6rem;
    }

    .age-modal-text {
        font-size: 1rem;
    }

    .age-confirm-btn {
        padding: 14px 32px;
        font-size: 0.9rem;
    }
}


.historic-wrap {
    padding: 7em 0;
    background: #e0e1dd;
}

.heading {
    color: #0d1b2a;
    line-height: 1.5;
    font-family: 'Exo 2', sans-serif;
    font-weight: 900;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.text-center {
    text-align: center !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
    color: #415a77;
}

.history-img-wrapper {
    margin-bottom: 2.5rem;
    text-align: center;
}

.history-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.text-content {
    font-size: 15px;
    line-height: 1.8;
    color: #6c757d;
}

.text-content p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.text-content h3 {
    color: #0d1b2a;
    line-height: 1.5;
    font-family: 'Exo 2', sans-serif;
    font-weight: 900;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-unstyled.check li {
    position: relative;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #6c757d;
}

.list-unstyled.check li:before {
    color: #dc3545;
    left: 0;
    content: "✓";
    position: absolute;
    font-weight: bold;
    font-size: 18px;
}

.justify-content-center {
    justify-content: center !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 0 15px;
}

.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 767px) {
    .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .historic-wrap {
        padding: 4em 0;
    }

    .heading {
        font-size: 1.8rem;
    }

    .lead {
        font-size: 1.1rem;
    }

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

.wrp-platforms {
    background: linear-gradient(135deg, #0d1b2a 0%, #1b263b 50%, #0d1b2a 100%);
    padding: 85px 0;
    position: relative;
    overflow: hidden;
}

.wrp-platforms::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(65,90,119,0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.wrp-platforms::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -8%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(119,141,169,0.12) 0%, transparent 70%);
    border-radius: 50%;
}

.platforms-intro {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.platforms-hdg {
    font-size: 2.6rem;
    color: #e0e1dd;
    font-weight: 700;
    margin-bottom: 12px;
}

.platforms-subtitle {
    font-size: 1.1rem;
    color: #778da9;
    line-height: 1.6;
}

.platform-item {
    background: linear-gradient(145deg, #1b263b 0%, #0d1b2a 100%);
    border: 1px solid rgba(65,90,119,0.3);
    border-radius: 12px;
    padding: 32px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
    z-index: 2;
}

.gradient-deco {
    position: absolute;
    border-radius: 50%;
    opacity: 0.08;
    z-index: 0;
}

.gradient-deco-1 {
    width: 280px;
    height: 280px;
    top: -100px;
    right: -80px;
    background: radial-gradient(circle, #ffb606 0%, transparent 70%);
}

.gradient-deco-2 {
    width: 320px;
    height: 320px;
    bottom: -120px;
    left: -90px;
    background: radial-gradient(circle, #dc3545 0%, transparent 70%);
}

.gradient-deco-3 {
    width: 300px;
    height: 300px;
    top: -110px;
    left: 50%;
    background: radial-gradient(circle, #415a77 0%, transparent 70%);
}

.platform-logo-wrap {
    flex-shrink: 0;
    width: 160px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 12px;
    position: relative;
    z-index: 1;
}

.platform-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.platform-details {
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

.rating-display {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
}

.star-icon {
    color: #ffb606;
    font-size: 18px;
}

.star-icon.half {
    background: linear-gradient(90deg, #ffb606 50%, #778da9 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.star-icon.empty {
    color: #778da9;
}

.rating-num {
    font-size: 14px;
    color: #778da9;
    margin-left: 6px;
    font-weight: 600;
}

.bonus-highlight {
    background: linear-gradient(90deg, rgba(255,182,6,0.15) 0%, rgba(220,53,69,0.15) 100%);
    padding: 14px 18px;
    margin-bottom: 14px;
    border-radius: 6px;
}

.bonus-highlight strong {
    color: #e0e1dd;
    font-size: 1.15rem;
    font-weight: 700;
    display: block;
}

.platform-desc {
    color: #778da9;
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 0;
}

.platform-action {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.claim-btn {
    display: inline-block;
    padding: 16px 32px;
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-size: 0.9rem;
    box-shadow: 0 4px 15px rgba(220,53,69,0.4);
    transition: all 0.3s ease;
}

.claim-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(220,53,69,0.6);
    background: linear-gradient(135deg, #c82333 0%, #bd2130 100%);
}

@media (max-width: 991px) {
    .platform-item {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .platform-logo-wrap {
        width: 140px;
        height: 80px;
    }

    .platforms-hdg {
        font-size: 2.1rem;
    }
}

@media (max-width: 768px) {
    .wrp-platforms {
        padding: 60px 0;
    }

    .platform-item {
        padding: 24px;
    }

    .platforms-hdg {
        font-size: 1.8rem;
    }

    .bonus-highlight strong {
        font-size: 1rem;
    }

    .claim-btn {
        padding: 14px 28px;
        font-size: 0.85rem;
    }
}

.single-widget{
    margin-top: 0;
}
.mobile-menu-toggle{
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-mobile-menu{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .col-mobile-menu{
        display: none;
    }

    .site-navbar .row{
        justify-content: center;
    }
}

