:root {
    --main-color: #4CE0D2;
    --neon-darkest: #041B15;
    --neon-dark: #136F63;
    --neon-primary: #22AAA1;
    --neon-accent: #4CE0D2;
    --neon-light: #84CAE7;
}

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

body {
    font-family: 'Kaushan Script', cursive;
    background: #041B15;
    color: #fff;
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

ul { list-style:none; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    width: 100%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.col-lg-4 {
    float: left;
    width: 33.333%;
}

.col-lg-9 {
    float: left;
    width: 75%;
}

.col-md {
    float: left;
    width: 25%;
    padding: 0 15px;
}

.col-md-12 {
    float: left;
    width: 100%;
}

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.mb-4 { margin-bottom: 24px; }
.mb-5 { margin-bottom: 48px; }
.mb-3 { margin-bottom: 16px; }
.ml-md-5 { margin-left: 48px; }
.mr-3 { margin-right: 12px; }
.mt-5 { margin-top: 48px; }
.pl-3 { padding-left: 16px; }
.py-1 { padding: 4px 0; }
.d-block { display: block; }
.d-flex { display: block; }
.align-items-center:after { content:""; display:table; clear:both; }
.position-relative { position: relative; }
.list-unstyled { list-style: none; padding:0; margin: 0; }
.d-none { display: none; }
.d-lg-block { display: block; }
.float-md-left { float: left; }

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background: rgba(4, 27, 21, 0.92);
    border-bottom: 1px solid rgba(76,224,210, 0.15);
    backdrop-filter: blur(8px);
}

.site-navbar .site-logo {
    margin: 0;
    padding: 0;
    font-size: 1.7rem;
}

.site-navbar .site-logo a {
    color: var(--main-color);
    text-transform: lowercase;
    text-shadow: 0 0 10px #4CE0D2, 0 0 20px #4CE0D2;
    transition: all 0.3s;
    display: inline-block;
}

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

.site-navbar .site-logo a:hover {
    text-shadow: 0 0 15px #fff, 0 0 30px #4CE0D2;
    opacity: 0.85;
}

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

.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: 15px;
    margin-right: 15px;
    padding: 20px 0px;
    color: rgba(255,255,255,0.8) !important;
    display: inline-block;
    text-decoration: none !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: var(--main-color) !important;
    text-shadow: 0 0 8px #4CE0D2;
}

.site-navbar .site-navigation .site-menu > li.active > a {
    color: var(--main-color) !important;
    text-shadow: 0 0 8px #4CE0D2;
}

.slider_area {
    position: relative;
    background: linear-gradient(180deg, #041B15 0%, #0a2a22 50%, #041B15 100%);
}

.slider_area:before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(ellipse at 30% 30%, rgba(76,224,210,0.06) 0%, transparent 50%);
    pointer-events: none;
}

.single_slider {
    height: 800px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    position: relative;
}

.single_slider::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 3;
    display: block;
    opacity: .3;

    filter: blur(10px);
}

.single_slider > .container {
    display: table-cell;
    vertical-align: middle;
}

.slider_bg_1 {
    background-image: none;
    background-color: transparent;
    position: relative;
}

.slider_text h3 {
    font-size: 60px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 40px;
}

.slider_text h3 span {
    font-weight: 700;
    color: #4CE0D2;
    text-shadow: 0 0 15px #4CE0D2, 0 0 30px rgba(76,224,210,0.5);
}

.boxed-btn3-line {
    background: transparent;
    color: #4CE0D2;
    display: inline-block;
    padding: 19px 41px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 500;
    border: 2px solid #4CE0D2;
    border-radius: 30px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(76,224,210,0.3), inset 0 0 0 0 #4CE0D2;
}

.boxed-btn3-line:hover {
    background: #4CE0D2;
    border-color: #4CE0D2;
    color: #041B15;
    box-shadow: 0 0 20px #4CE0D2, 0 0 40px rgba(76,224,210,0.4);
    transform: translateY(-2px);
}

.my_img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col-lg-9{
    position: relative;
    z-index: 4;
}

.my_img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ftco-footer {
    font-size: 16px;
    background: #041B15;
    padding: 7em 0 4em 0;
    border-top: 1px solid rgba(76,224,210,0.15);
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo a {
    display: inline-block;
}

.footer-logo img {
    max-height: 55px;
    width: auto;
}

.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #4CE0D2;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(76,224,210,0.5);
}

.ftco-footer .ftco-footer-widget ul li a {
    color: rgba(255,255,255, 0.65);
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    transition: all 0.3s;
}

.ftco-footer .ftco-footer-widget ul li a:hover {
    color: #4CE0D2;
    padding-left: 5px;
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: #22AAA1;
}

.ftco-footer p {
    color: rgba(255, 255, 255, 0.65);
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.ftco-footer a {
    color: rgba(255, 255, 255, 0.65);
}

.ftco-footer a:hover {
    color: #4CE0D2;
}

.ftco-footer .ftco-heading-2 {
    font-size: 20px;
    font-weight: 400;
    color: #4CE0D2;
    position: relative;
    text-shadow: 0 0 10px rgba(76,224,210,0.5);
}

.ftco-footer .opening-hours h4 {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    font-style: italic;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    margin-bottom: 8px;
}

.ftco-footer .opening-hours p span {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
}

.ftco-footer .opening-hours p span a {
    color: rgba(255,255,255,0.7);
}

.ftco-footer .opening-hours p span a:hover {
    color: #4CE0D2;
}

.ftco-bg-dark {
    background: #041B15;
}

.block-23 ul li {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.block-23 ul li .icon {
    display: table-cell;
    width: 40px;
    vertical-align: top;
}

.block-23 ul li .icon:before {
    font-size: 16px;
    color: #22AAA1;
}

.icon-map-marker:before { content: "📍"; }
.icon-phone:before { content: "📞"; }
.icon-envelope:before { content: "✉️"; }

.ion-ios-arrow-forward:before {
    content: "›";
    color: #4CE0D2;
    font-weight: bold;
}

.block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.block-23 ul li a:hover .text {
    color: #4CE0D2;
}

.responsible-warning {
    background: linear-gradient(135deg, rgba(76,224,210,0.15), rgba(34,170,161,0.1));
    border: 1px solid rgba(76,224,210,0.4);
    border-radius: 8px;
    padding: 18px 30px;
    margin-bottom: 30px;
    display: inline-block;
}

.responsible-warning .age-badge {
    display: inline-block;
    background: linear-gradient(135deg, #4CE0D2, #22AAA1);
    color: #041B15;
    font-weight: 700;
    font-size: 16px;
    padding: 6px 14px;
    border-radius: 5px;
    margin-right: 15px;
    box-shadow: 0 0 15px rgba(76,224,210,0.5);
}

.responsible-warning .warning-text {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.regulator-logos {
    margin-bottom: 25px;
    padding: 20px 0;
}

.regulator-logos a {
    display: inline-block;
    margin: 0 12px 10px;
    opacity: 0.7;
    transition: all 0.3s;
}

.regulator-logos a:hover {
    opacity: 1;
}

.regulator-logos img {
    max-height: 40px;
    width: auto;
    filter: grayscale(30%);
    transition: all 0.3s;
}

.regulator-logos a:hover img {
    filter: grayscale(0%);
}

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

    .site-navbar .container > .row {
        display: block;
        text-align: center;
    }

    .site-navigation { display: none !important; }

    .col-lg-4 {
        float: none;
        width: 100%;
        text-align: center !important;
    }

    .col-lg-4:first-child,
    .col-lg-4:last-child {
        display: none;
    }

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

    .col-lg-9 {
        float: none;
        width: 100%;
    }

    .slider_text { text-align: center; }

    .single_slider {
        height: 600px;
        padding-top: 120px;
    }

    .slider_text h3 {
        font-size: 38px;
    }

    .col-md {
        float: none;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .ml-md-5 { margin-left: 0; }

    .ftco-footer-widget ul {
        display: inline-block;
        text-align: left;
    }

    .block-23 ul {
        display: inline-block;
        text-align: left;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .responsible-warning {
        padding: 15px 20px;
    }

    .responsible-warning .age-badge {
        display: block;
        margin: 0 auto 10px;
        width: fit-content;
    }

    .responsible-warning .warning-text {
        display: block;
        font-size: 14px;
    }

    .regulator-logos a {
        margin: 0 8px 10px;
    }

    .regulator-logos img {
        max-height: 32px;
    }
}

@media (max-width: 767px) {
    .single_slider {
        height: auto;
        min-height: 500px;
        padding: 100px 0 60px;
    }

    .slider_text h3 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .boxed-btn3-line {
        padding: 14px 28px;
        font-size: 14px;
    }

    .ftco-footer {
        padding: 4em 0 3em;
    }

    .regulator-logos a {
        margin: 0 6px 8px;
    }

    .regulator-logos img {
        max-height: 28px;
    }
}

@media (max-width: 480px) {
    .single_slider {
        padding: 90px 0 50px;
        min-height: 450px;
    }

    .slider_text h3 {
        font-size: 24px;
        line-height: 1.4;
    }

    .site-navbar .site-logo a img {
        max-height: 40px;
    }

    .boxed-btn3-line {
        padding: 12px 24px;
        font-size: 13px;
    }

    .ftco-heading-2 {
        font-size: 18px;
    }

    .responsible-warning {
        padding: 12px 15px;
    }

    .responsible-warning .warning-text {
        font-size: 13px;
    }

    .regulator-logos img {
        max-height: 24px;
    }

    .footer-logo img {
        max-height: 45px;
    }
}
/* PLATFORMS RANKING SECTION */
.platfrm-ranking {
    background: #041B15;
    padding: 80px 0;
    position: relative;
}

.platfrm-ranking:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(76,224,210,0.3), transparent);
}

.platfrm-ranking__header {
    text-align: center;
    margin-bottom: 50px;
}

.platfrm-ranking__title {
    font-family: 'Kaushan Script', cursive;
    font-size: 42px;
    color: #fff;
    margin-bottom: 12px;
}

.platfrm-ranking__subtitle {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,0.6);
}

.platfrm-ranking__grid {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 20px 0;
}

.platfrm-card {
    display: table-cell;
    width: 33.333%;
    vertical-align: top;
    background: linear-gradient(180deg, rgba(19,111,99,0.15) 0%, rgba(4,27,21,0.9) 100%);
    border: 1px solid rgba(76,224,210,0.2);
    border-radius: 16px;
    padding: 25px;
    position: relative;
    transition: all 0.3s;
}

.platfrm-card:hover {
    border-color: rgba(76,224,210,0.5);
    box-shadow: 0 0 30px rgba(76,224,210,0.15);
    transform: translateY(-5px);
}

.platfrm-card--featured {
    border-color: #4CE0D2;
    background: linear-gradient(180deg, rgba(76,224,210,0.12) 0%, rgba(4,27,21,0.95) 100%);
    box-shadow: 0 0 25px rgba(76,224,210,0.2);
}

.platfrm-card__badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #4CE0D2, #22AAA1);
    color: #041B15;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 0 15px rgba(76,224,210, 0.5);
}

.platfrm-card__top {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(76,224,210,0.1);
}

.platfrm-card__reviews {
    margin-bottom: 15px;
}

.platfrm-card__stars {
    color: #4CE0D2;
    font-size: 18px;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(76,224,210,0.6);
}

.platfrm-card__rating {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    margin-top: 5px;
}

.platfrm-card__logo {
    display: inline-block;
}

.platfrm-card__logo img {
    max-height: 45px;
    width: auto;
    filter: brightness(1.1);
}

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

.platfrm-card__name {
    font-family: 'Kaushan Script', cursive;
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
}

.platfrm-card__bonus {
    background: linear-gradient(135deg, rgba(76,224,210,0.2), rgba(34,170,161,0.1));
    border: 1px solid rgba(76,224,210,0.4);
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 15px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #4CE0D2;
    text-shadow: 0 0 8px rgba(76,224,210,0.4);
}

.platfrm-card--featured .platfrm-card__bonus {
    background: linear-gradient(135deg, rgba(76,224,210,0.3), rgba(34,170,161,0.15));
    box-shadow: 0 0 15px rgba(76,224,210,0.2);
}

.platfrm-card__desc {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255,255,255,0.65);
    margin-bottom: 18px;
}

.platfrm-card__advants {
    margin-bottom: 20px;
}

.platfrm-card__advant {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    color: rgba(255,255,255, 0.8);
    margin-bottom: 6px;
}

.platfrm-card__advant:before {
    color: #22AAA1;
}

.platfrm-card__footer {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid rgba(76,224,210,0.1);
}

.platfrm-card__btn {
    display: inline-block;
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, #22AAA1, #4CE0D2);
    color: #041B15;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 8px;
    transition: all 0.3s;
    box-shadow: 0 0 15px rgba(76,224,210,0.3);
}

.platfrm-card__btn:hover {
    background: linear-gradient(135deg, #4CE0D2, #84CAE7);
    box-shadow: 0 0 25px rgba(76,224,210,0.5);
    transform: translateY(-2px);
}

.platfrm-card--featured .platfrm-card__btn {
    animation: btnPulse 2s ease-in-out infinite;
}

@keyframes btnPulse {
    0%, 100% { box-shadow: 0 0 15px rgba(76,224,210,0.3); }
    50% { box-shadow: 0 0 25px rgba(76,224,210,0.6); }
}

@media (max-width: 991px) {
    .platfrm-ranking__grid {
        display: block;
    }

    .platfrm-card {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 25px;
    }

    .platfrm-card:last-child {
        margin-bottom: 0;
    }

    .platfrm-ranking__title {
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .platfrm-ranking {
        padding: 50px 0;
    }

    .platfrm-ranking__title {
        font-size: 28px;
    }

    .platfrm-card {
        padding: 20px;
    }

    .platfrm-card__name {
        font-size: 24px;
    }

    .platfrm-card__bonus {
        font-size: 14px;
        padding: 10px 12px;
    }
}
/* TEXT IMAGE SECTION */
.p_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-template {
    background: #0a2a22;
    position: relative;
}

.section-template:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(76,224,210,0.3), transparent);
}

.blog_style1 {
    margin-bottom: 30px;
}

.blog_style1 .blog_img {
    overflow: hidden;
    border-radius: 12px 12px 0 0;
    position: relative;
}

.blog_style1 .blog_img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(transparent, rgba(4,27,21,0.8));
    pointer-events: none;
}

.blog_style1 .blog_img img {
    transition: all 0.3s linear;
    max-width: 100%;
    width: 100%;
    display: block;
}

.blog_style1:hover .blog_img img {
    transform: scale(1.03);
}

.blog_style1 .blog_text {
    background: linear-gradient(180deg, rgba(19,111,99,0.2) 0%, rgba(4,27,21,0.95) 100%);
    border: 1px solid rgba(76,224,210,0.15);
    border-top: none;
    border-radius: 0 0 12px 12px;
    padding: 40px 30px;
}

.blog_text .cat {
    margin-bottom: 30px;
}

.blog_text .cat .cat_btn {
    background: linear-gradient(135deg, #22AAA1, #4CE0D2);
    line-height: 30px;
    color: #041B15;
    padding: 0px 20px;
    border-radius: 15px;
    display: inline-block;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 0 12px rgba(76,224,210,0.4);
}

.blog_text .cat a {
    color: rgba(255,255,255,0.55);
    margin-right: 15px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    transition: color 0.3s;
}

.blog_text .cat a:hover {
    color: #4CE0D2;
}

.blog_text .cat a i {
    color: #4CE0D2;
    font-size: 12px;
    margin-right: 5px;
}

.fa-calendar:before { content: "📅"; font-style: normal; }
.fa-comments-o:before { content: "💬"; font-style: normal; }

.blog_text h4 {
    font-family: 'Kaushan Script', cursive;
    font-size: 28px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 15px;
    transition: color 0.3s;
}

.blog_text a:hover h4 {
    color: #4CE0D2;
    text-shadow: 0 0 10px rgba(76,224,210,0.5);
}

.blog_text p {
    margin-bottom: 30px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255,255,255,0.7);
}

.blog_btn {
    display: inline-block;
    padding: 12px 28px;
    background: transparent;
    border: 2px solid #4CE0D2;
    color: #4CE0D2;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    letter-spacing: 0.5px;
    border-radius: 6px;
    transition: all 0.3s;
    box-shadow: 0 0 10px rgba(76,224,210,0.2);
}

.blog_btn:hover {
    background: #4CE0D2;
    color: #041B15;
    box-shadow: 0 0 20px rgba(76,224,210,0.5);
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .p_120 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .blog_style1 .blog_text {
        padding: 30px 20px;
    }

    .blog_text h4 {
        font-size: 24px;
    }

    .blog_text p {
        font-size: 14px;
    }

    .blog_text .cat a {
        display: block;
        margin-bottom: 8px;
    }

    .blog_text .cat .cat_btn {
        margin-bottom: 12px;
    }
}
/* Simple Text Section */
.text-section {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #041B15;
}

.text-content {
    padding: 30px 0px;
}

.text-content .text-title {
    color: #4CE0D2;
    font-family: 'Kaushan Script', cursive;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(76,224,210,0.4);
}

.text-content .text-description {
    color: rgba(255,255,255,0.75);
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    padding: 20px 25px;
    background: rgba(19,111,99,0.1);
    border-radius: 0 8px 8px 0;
}

.text-content .text-description:hover {
    background: rgba(19,111,99,0.15);
}

.text-content .text-description strong {
    color: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .text-content .text-title {
        font-size: 26px;
    }

    .text-content .text-description {
        padding: 15px 18px;
        font-size: 14px;
    }

    .text-content .text-description strong {
        font-size: 15px;
    }
}
/* TEAM SECTION */
section.ftco-section {
    padding: 7em 0;
    position: relative;
    background: #0a2a22;
}

section.ftco-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(76,224,210,0.25), transparent);
}

section.ftco-section .heading-section {
    max-width: 700px;
    margin: 0 auto;
}

section.ftco-section .heading-section .subheading {
    font-size: 14px;
    color: #4CE0D2;
    text-transform: uppercase;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 12px;
    text-shadow: 0 0 10px rgba(76,224,210,0.5);
}

section.ftco-section .heading-section h2 {
    font-family: 'Kaushan Script', cursive;
    font-size: 38px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}

section.ftco-section .heading-section p {
    font-size: 16px;
    color: rgba(255,255,255,0.6);
}

section.ftco-section .justify-content-center {
    text-align: center;
}

section.ftco-section .col-md-8 {
    max-width: 700px;
    margin: 0 auto;
}

section.ftco-section .lead {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    margin-bottom: 30px;
    font-weight: 400;
}

section.ftco-section .row > .col-md-12 > p {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    margin-bottom: 20px;
}

section.ftco-section .list-unstyled {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
    background: rgba(19,111,99,0.1);
    border: 1px solid rgba(76,224,210,0.15);
    border-radius: 10px;
    padding: 25px 30px;
}

section.ftco-section .list-unstyled li {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    margin-bottom: 15px;
    color: rgba(255,255,255,0.8);
    display: block;
}

section.ftco-section .list-unstyled li:last-child {
    margin-bottom: 0;
}

section.ftco-section .list-unstyled li span {
    color: #4CE0D2;
    margin-right: 12px;
    text-shadow: 0 0 8px rgba(76,224,210,0.5);
}

.icon-check:before {
    content: "✓";
    font-weight: bold;
}

@media (max-width: 767px) {
    section.ftco-section {
        padding: 4em 0;
    }

    section.ftco-section .heading-section h2 {
        font-size: 28px;
    }

    section.ftco-section .lead {
        font-size: 16px;
    }

    section.ftco-section .list-unstyled {
        padding: 20px;
    }

    section.ftco-section .list-unstyled li {
        font-size: 14px;
    }
}
/* SIMPLE TEXT SECTION */
.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.simple-text-section {
    text-align: center;
    background: #041B15;
    position: relative;
}

.simple-text-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(76,224,210,0.2), transparent);
}

.simple-text-section .col-lg-8 {
    max-width: 800px;
    margin: 0 auto;
}

.simple-text-section h2 {
    font-family: 'Kaushan Script', cursive;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 35px;
}

.simple-text-section p {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    line-height: 1.9;
    margin-bottom: 25px;
    text-align: left;
}

.simple-text-section p strong {
    color: #4CE0D2;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    text-shadow: 0 0 8px rgba(76,224,210,0.4);
}

.simple-text-section .site-btn {
    margin-top: 25px;
}

.site-btn {
    display: inline-block;
    color: #041B15;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 600;
    min-width: 180px;
    padding: 15px 30px;
    text-align: center;
    background: linear-gradient(135deg, #22AAA1, #4CE0D2);
    text-transform: uppercase;
    border: 2px solid transparent;
    border-radius: 6px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    box-shadow: 0 0 15px rgba(76,224,210,0.3);
}

.site-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 25px rgba(76,224,210,0.5);
}

.sb-line {
    background: transparent;
    color: #4CE0D2;
    border: 2px solid #4CE0D2;
    box-shadow: 0 0 10px rgba(76,224,210,0.2);
}

.sb-line:hover {
    background: #4CE0D2;
    color: #041B15;
    border: 2px solid #4CE0D2;
    box-shadow: 0 0 20px rgba(76,224,210,0.5);
}

@media (max-width: 767px) {
    .spad {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .simple-text-section h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .simple-text-section p {
        font-size: 14px;
    }

    .simple-text-section p strong {
        font-size: 15px;
    }

    .site-btn {
        min-width: 160px;
        padding: 12px 24px;
        font-size: 12px;
    }
}

.age-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.age-popup.active {
    display: block;
}

.age-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 27, 21, 0.95);
    backdrop-filter: blur(8px);
}

.age-popup__box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(180deg, rgba(19,111,99,0.3) 0%, rgba(4,27,21,0.98) 100%);
    border: 2px solid rgba(76,224,210,0.5);
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    max-width: 420px;
    width: 90%;
    box-shadow: 0 0 50px rgba(76,224,210,0.3), 0 0 100px rgba(4,27,21,0.8);
}

.age-popup__icon {
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    color: #041B15;
    background: linear-gradient(135deg, #4CE0D2, #22AAA1);
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    margin-bottom: 25px;
    box-shadow: 0 0 30px rgba(76,224,210,0.6), 0 0 60px rgba(76,224,210,0.3);
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.age-popup__title {
    font-family: 'Kaushan Script', cursive;
    font-size: 32px;
    color: #fff;
    margin-bottom: 15px;
}

.age-popup__text {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    color: rgba(255,255,255,0.75);
    line-height: 1.7;
    margin-bottom: 30px;
}

.age-popup__btn {
    display: inline-block;
    background: linear-gradient(135deg, #22AAA1, #4CE0D2);
    color: #041B15;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 16px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    box-shadow: 0 0 20px rgba(76,224,210,0.4);
}

.age-popup__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 35px rgba(76,224,210,0.6);
    background: linear-gradient(135deg, #4CE0D2, #84CAE7);
}

@media (max-width: 480px) {
    .age-popup__box {
        padding: 40px 25px;
    }

    .age-popup__icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 36px;
    }

    .age-popup__title {
        font-size: 26px;
    }

    .age-popup__text {
        font-size: 14px;
    }

    .age-popup__btn {
        padding: 14px 30px;
        font-size: 13px;
    }
}

.gdpr-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99998;
    display: none;
}

.gdpr-alert.active {
    display: block;
}

.gdpr-alert__inner {
    background: linear-gradient(180deg, rgba(19,111,99,0.95) 0%, rgba(4,27,21,0.98) 100%);
    border-top: 1px solid rgba(76,224,210,0.4);
    padding: 20px 30px;
    box-shadow: 0 -5px 30px rgba(0,0,0,0.4);
}

.gdpr-alert__inner:after {
    content: "";
    display: table;
    clear: both;
}

.gdpr-alert__content {
    float: left;
    max-width: 70%;
}

.gdpr-alert__content:after {
    content: "";
    display: table;
    clear: both;
}

.gdpr-alert__icon {
    float: left;
    font-size: 32px;
    margin-right: 18px;
    line-height: 1;
}

.gdpr-alert__text {
    overflow: hidden;
}

.gdpr-alert__title {
    font-family: 'Kaushan Script', cursive;
    font-size: 20px;
    color: #fff;
    margin-bottom: 6px;
}

.gdpr-alert__desc {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
}

.gdpr-alert__desc a {
    color: #4CE0D2;
    text-decoration: underline;
    transition: color 0.3s;
}

.gdpr-alert__desc a:hover {
    color: #84CAE7;
}

.gdpr-alert__actions {
    float: right;
    padding-top: 8px;
}

.gdpr-alert__btn {
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 10px;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gdpr-alert__btn--settings {
    background: transparent;
    color: rgba(255,255,255,0.8);
    border: 1px solid rgba(255,255,255,0.3);
}

.gdpr-alert__btn--settings:hover {
    border-color: #4CE0D2;
    color: #4CE0D2;
}

.gdpr-alert__btn--decline {
    background: transparent;
    color: rgba(255,255,255,0.7);
    border: 1px solid rgba(255,255,255,0.2);
}

.gdpr-alert__btn--decline:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
}

.gdpr-alert__btn--accept {
    background: linear-gradient(135deg, #22AAA1, #4CE0D2);
    color: #041B15;
    box-shadow: 0 0 15px rgba(76,224,210,0.3);
}

.gdpr-alert__btn--accept:hover {
    box-shadow: 0 0 25px rgba(76,224,210,0.5);
    transform: translateY(-2px);
}

.gdpr-settings {
    display: none;
    position: absolute;
    bottom: 100%;
    right: 30px;
    width: 380px;
    background: linear-gradient(180deg, rgba(19,111,99,0.98) 0%, rgba(4,27,21,0.99) 100%);
    border: 1px solid rgba(76,224,210,0.3);
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.gdpr-settings.active {
    display: block;
}

.gdpr-settings__header {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(76,224,210,0.15);
    position: relative;
}

.gdpr-settings__title {
    font-family: 'Kaushan Script', cursive;
    font-size: 20px;
    color: #fff;
}

.gdpr-settings__close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255,255,255,0.5);
    font-size: 18px;
    cursor: pointer;
    transition: color 0.3s;
}

.gdpr-settings__close:hover {
    color: #4CE0D2;
}

.gdpr-settings__body {
    padding: 15px 20px;
}

.gdpr-settings__item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(76,224,210,0.1);
}

.gdpr-settings__item:last-child {
    border-bottom: none;
}

.gdpr-settings__item:after {
    content: "";
    display: table;
    clear: both;
}

.gdpr-settings__item-info {
    float: left;
    max-width: 75%;
}

.gdpr-settings__item-name {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}

.gdpr-settings__item-desc {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    line-height: 1.5;
}

.gdpr-settings__toggle {
    float: right;
    position: relative;
    width: 50px;
    height: 26px;
    margin-top: 5px;
}

.gdpr-settings__toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.gdpr-settings__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.15);
    border-radius: 26px;
    transition: all 0.3s;
}

.gdpr-settings__slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s;
}

.gdpr-settings__toggle input:checked + .gdpr-settings__slider {
    background: linear-gradient(135deg, #22AAA1, #4CE0D2);
    box-shadow: 0 0 10px rgba(76,224,210,0.4);
}

.gdpr-settings__toggle input:checked + .gdpr-settings__slider:before {
    transform: translateX(24px);
}

.gdpr-settings__toggle--disabled .gdpr-settings__slider {
    background: rgba(76,224,210,0.3);
    cursor: not-allowed;
}

.gdpr-settings__toggle--disabled input:checked + .gdpr-settings__slider {
    background: rgba(76,224,210,0.4);
}

.gdpr-settings__footer {
    padding: 15px 20px;
    border-top: 1px solid rgba(76,224,210,0.15);
    text-align: right;
}

.gdpr-settings__footer .gdpr-alert__btn {
    margin-left: 0;
}

@media (max-width: 768px) {
    .gdpr-alert__inner {
        padding: 20px;
    }

    .gdpr-alert__content {
        float: none;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .gdpr-alert__actions {
        float: none;
        text-align: center;
        padding-top: 0;
    }

    .gdpr-alert__btn {
        margin: 5px;
        padding: 10px 18px;
        font-size: 12px;
    }

    .gdpr-settings {
        right: 10px;
        left: 10px;
        width: auto;
    }
}

@media (max-width: 480px) {
    .gdpr-alert__icon {
        display: none;
    }

    .gdpr-alert__title {
        font-size: 18px;
    }

    .gdpr-alert__desc {
        font-size: 12px;
    }

    .gdpr-alert__btn {
        display: block;
        width: 100%;
        margin: 8px 0;
    }

    .gdpr-settings__item-info {
        float: none;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .gdpr-settings__toggle {
        float: none;
    }
}



.page-content {
    padding-top: 140px;
    padding-bottom: 80px;
    background: #041B15;
    min-height: 60vh;
}

.about-block {
    max-width: 800px;
    margin: 0 auto 30px;
    background: linear-gradient(180deg, rgba(19,111,99,0.08) 0%, rgba(4,27,21,0.95) 100%);
    border: 1px solid rgba(76,224,210,0.15);
    border-radius: 16px;
    padding: 45px 40px;
}

.about-block:last-child {
    margin-bottom: 0;
}

.about-block h1 {
    font-family: 'Kaushan Script', cursive;
    font-size: 38px;
    color: #fff;
    margin-bottom: 25px;
    text-shadow: 0 0 15px rgba(76,224,210,0.4);
}

.about-block h2 {
    font-family: 'Kaushan Script', cursive;
    font-size: 28px;
    color: #4CE0D2;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgba(76,224,210,0.3);
}

.about-block p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,0.75);
    margin: 0;
}

@media (max-width: 991px) {
    .about-block {
        padding: 35px 30px;
        margin: 0 15px 25px;
    }

    .about-block h1 {
        font-size: 32px;
    }

    .about-block h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .about-block {
        padding: 28px 22px;
    }

    .about-block h1 {
        font-size: 26px;
    }

    .about-block h2 {
        font-size: 22px;
    }

    .about-block p {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (max-width: 480px) {
    .about-block {
        padding: 22px 18px;
        border-radius: 12px;
    }

    .about-block h1 {
        font-size: 23px;
    }

    .about-block h2 {
        font-size: 20px;
    }

    .about-block p {
        font-size: 14px;
    }
}

.page-content__inner {
    max-width: 800px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(19,111,99,0.08) 0%, rgba(4,27,21,0.95) 100%);
    border: 1px solid rgba(76,224,210,0.15);
    border-radius: 16px;
    padding: 50px 45px;
}

.page-content__inner h1 {
    font-family: 'Kaushan Script', cursive;
    font-size: 42px;
    color: #fff;
    margin-bottom: 35px;
    text-align: center;
    text-shadow: 0 0 15px rgba(76,224,210,0.4);
}

.page-content__inner h2 {
    font-family: 'Kaushan Script', cursive;
    font-size: 28px;
    color: #4CE0D2;
    margin-top: 35px;
    margin-bottom: 18px;
    text-shadow: 0 0 10px rgba(76,224,210,0.3);
}

.page-content__inner h3 {
    font-family: 'Kaushan Script', cursive;
    font-size: 22px;
    color: #22AAA1;
    margin-top: 28px;
    margin-bottom: 15px;
}

.page-content__inner p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,0.75);
    margin-bottom: 20px;
    text-align: justify;
}

.page-content__inner p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .page-content {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .page-content__inner {
        padding: 40px 35px;
        margin: 0 15px;
    }

    .page-content__inner h1 {
        font-size: 34px;
    }

    .page-content__inner h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .page-content {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .page-content__inner {
        padding: 30px 25px;
    }

    .page-content__inner h1 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .page-content__inner h2 {
        font-size: 22px;
        margin-top: 28px;
    }

    .page-content__inner h3 {
        font-size: 20px;
    }

    .page-content__inner p {
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .page-content__inner {
        padding: 25px 20px;
        border-radius: 12px;
    }

    .page-content__inner h1 {
        font-size: 24px;
    }

    .page-content__inner h2 {
        font-size: 20px;
    }

    .page-content__inner p {
        font-size: 14px;
    }
}