html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
    font-family: Poppins, sans-serif !important;
}

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: Poppins, sans-serif !important;
    font-weight: 300;
    font-style: normal;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}

.content-faq {
    overflow: auto;
    margin-top: 51px;
    margin-bottom: 48px;
}

.content-about {
    overflow: hidden;
    margin-top: 68px;
    margin-bottom: 77px;
    min-height: calc(100vh - 57px -59px);
}

.content {
    overflow: hidden;
    margin-top: 72px; 
    min-height: calc(100vh - 73px - 60px);
}

.dark-mode {
    background-color: #252c32;
    min-height: 100vh;
}

.bg-login {
    /* background-image: url('../images/iStock-849600748.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*min-height: 100vh;*/
    background-color: black;
}

.bg-cp {
    background-image: url('../images/istock-849600748.webp'), url('../images/istock-849600748.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
    height: calc(100vh - 116px);
    background-position: center;
}

.bg-TwoFactors {
    /*  background-image: url('../images/istock-849600748.webp'), url('../images/istock-849600748.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
    height: calc(100vh - 116px);
}

.bg-contact {
    background-image: url('../images/istock-849600748.webp'), url('../images/istock-849600748.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    min-height: 100vh;
    background-position: bottom;
}

@media only screen and (max-width: 600px) {
    .bg-contact {
        height: 100%;
        width: 100%;
    }
}


.bg-email {
    background-image: url('../images/istockphoto-1308052781-612x612_edit.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: black;
    min-height: 100vh;
    background-position: left center;
}

@media only screen and (max-width: 600px) {
    .bg-email {
        background-image: url('../images/istockphoto-1308052781-612x612_small.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: black;
        min-height: 100%;
        background-position: left;
    }
}

.contact-img-size {
    height: auto;
    width: 300px;
}

@media only screen and (max-width: 600px) {
    .contact-img-size {
        height: auto;
        width: 150px;
    }
}

@media only screen and (max-width: 800px) {
    .contact-img-size {
        height: auto;
        width: 200px;
    }
}

.nav-link {
    font-size: 14px !important;
}

.text-blue {
    color: #4274B9;
}

.text-aqua {
    color: #0dd6b3;
}

    .text-aqua li {
        color: inherit;
    }

        .text-aqua li::marker {
            color: inherit;
        }

.btn-outline-cmp {
    outline: 2px #3a63ea solid !important;
    color: white;
    border: none;
}

    .btn-outline-cmp:hover {
        outline: 2px #2855e8 solid !important;
        background-color: #2855e8 !important;
        color: white;
        outline: 0 !important;
        border: none;
    }

    .btn-outline-cmp:active,
    .btn-outline-cmp:focus {
        color: white !important; /* keep text white when clicked */
        background: #4c71ec !important; /* optional darker shade when pressed */
        outline: none !important; /* remove the outline */
        box-shadow: none !important; /* remove bootstrap focus shadow */
        border: none;
    }

.btn-cmp {
    color: white;
    background: #3a63ea !important;
    border: none;
}

    .btn-cmp:hover {
        color: white;
        background: #2855e8 !important;
        border: none;
    }

    .btn-cmp:active,
    .btn-cmp:focus {
        color: white !important; /* keep text white when clicked */
        background: #4c71ec !important; /* optional darker shade when pressed */
        outline: none !important; /* remove the outline */
        box-shadow: none !important; /* remove bootstrap focus shadow */
        border: none;
    }


.link-orange {
    text-decoration: none;
    color: #e8780d;
}

    .link-orange:hover {
        color: #f7931e;
    }


.link-aqua {
    text-decoration: none;
    color: #0dd6b3;
}

    .link-aqua:hover {
        color: #09957d;
    }


.hub-title {
    color: white !important;
    text-transform: uppercase;
    font-weight: 600;
}

.hub-link {
    color: rgba(255, 255, 255, 0.55);
}

.hub-link:hover{
    color:gainsboro;
}

.link-white {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

    .link-white:hover {
        color: rgba(255,255,255,.55);
    }

.link-orange {
    color: #e8780d;
    text-decoration: none;
    font-size: 14px;
}

    .link-orange:hover {
        color: #f7931e;
    }

.blue-gradient {
    background: rgb(1,122,254);
    background: linear-gradient(150deg, rgba(1,122,254,1) 0%, rgba(49,190,178,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-none {
    background-color: transparent;
}

.bg-lt-blue {
    background-color: #eef2f9;
    border-radius: .3rem;  
/*       background-image: radial-gradient(circle, white 0%, #dfe9f3 100%);*/

}

.chevron {
    color: #017afe;
    font-size: 20px;
}

.banner-3 {
    background-image: url('../images/background_image.webp'), url('../images/background_image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: auto;
    width: 100%;
}

.fw-semibold {
    font-weight: 600;
}

.banner-6 {
    background-image: url('../images/AdobeStock_1457843134.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: center;
}

@media only screen and (max-width: 600px) {
    .banner-6 {
        background-image: none;
    }
}

@media only screen and (max-width: 600px) {
    .banner-6-1 {
        background-image: url('../images/stockphoto-1153657433-612x612_2.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
    }
}

.banner-8 {
    /*    background-image: url('../images/istock_image.webp'), url('../images/istock_image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;*/
    background: #000000;
    background: linear-gradient(114deg, rgba(0, 0, 0, 1) 0%, rgba(2, 24, 51, 1) 100%);
}

.banner-10 {
    background-image: url('../images/background_image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carouselHero .carousel-item img {
    height: 90vh;
    width: 100%;
    object-fit: cover;
    background-color: black;
}

@media only screen and (max-width: 1024px) {
    .carouselHero .carousel-item img {
        height: 55vh;
        object-fit: cover;
        width: 100%;
        max-width: none;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .carouselHero .carousel-item img {
        height: 55vh;
    }
}

@media only screen and (max-width: 375px) {
    .carouselHero .carousel-item img {
        height: 55vh;
        object-fit: cover;
        width: 100%;
        max-width: none;
    }
}

@media only screen and (max-width: 375px) {  
    @media (max-height: 760px), (max-height: 800px) {
        .carouselHero .carousel-item img {
            height: 55vh;
            object-fit: cover;
            width: 100%;
            max-width: none;
        }
    }

  
    @media (max-height: 667px) and (min-width: 375px) and (max-width: 375px) {
        .carouselHero .carousel-item img {
            height: 60vh;
            object-fit: cover;
            width: 100%;
            max-width: none;
        }
    }
}
    .carousel-caption {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding-top: 60px;
    }

    @media (max-width: 1024px) and (min-height: 375px) {
        .carousel-caption {
            padding-top: 100px !important;
        }
    }

    @media (max-width: 1024px) and (max-height: 600px) {
        .carousel-caption {
            top: 30px !important;
        }
    }

   
    @media (max-width: 767px) {
        .carousel {
            height: 100% !important;
        }
    }

.carousel {
    margin-top: 70px;
}


@media (max-width: 767px) {
    .carousel {
        margin-top: 0px;
    }
}


    .text-space {
        letter-spacing: 3px;
        text-transform: uppercase;
    }

    .breadcrumb-item a {
        color: rgba(255,255,255,.55) !important;
        text-decoration: none !important;
    }

        .breadcrumb-item a:hover {
            color: lightgray !important;
        }


    .navbar-scrolled {
        background-color: black !important;
        transition: background-color 0.3s ease;
    }

    @media (max-width: 767px) {
        .desktop-br {
            display: none;
        }
    }

    .scroll-pad {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    @media only screen and (max-width: 600px) {
        .scroll-pad {
            /* padding-top: 50px;*/
            padding-top: 85px;
            padding-bottom: 50px;
        }
    }

    @media only screen and (max-width: 800px) {
        .scroll-pad {
            /*  padding-top: 50px;*/
            padding-top: 85px;
            padding-bottom: 50px;
        }
    }

    .header-scrolled {
        background-color: rgba(0,0,0,.5);
    }


    @media only screen and (max-width: 600px) {
        .header-scrolled {
            background-color: black;
            border: 1px solid #292929;
        }
    }

.circle {
    width: 50px;
    height: 50px;
    /*background: linear-gradient(90deg, #00EFA9 0%, #3a61eb 100%);*/
    /* background-color:#4274B9;*/
    background: linear-gradient(135deg, #6a9cdc, #4274B9);
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: white;
    font-weight: bold;
}

    .fixed-top.header-scrolled {
        z-index: 1030;
        margin-bottom: 100px;
    }



/* iPad and Kindle portrait */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .carousel {
        margin-top: 0px;
    }
}

/* iPad and Kindle landscape */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .carousel {
        margin-top: 0px;
    }
}


    .img-4 {
        height: auto;
        width: 85%;
    }

    @media (max-width: 768px) { /* For tablets and mobile devices */
        .img-4 {
            width: 100%; /* Set to 100% on smaller screens */
        }
    }

    @media (max-width: 800px) { /* For tablets and mobile devices */
        .img-4 {
            width: 100%; /* Set to 100% on smaller screens */
        }
    }

    /* For mobile devices (up to 480px) */
    @media (max-width: 480px) {
        .img-4 {
            width: 100%; /* Set to 100% on mobile devices */
        }
    }
    
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .mobile-break {
            display: block;
        }
    }

    .nav-link.active {
        color: white !important;
    }

.footer {
    background-color: black;
    padding-top:20px;
}

    .content-contact {
        overflow: auto;
        margin-top: 72px;
        margin-bottom: 59px;
        min-height: calc(100vh - 57px - 59px);
    }

    @media only screen and (max-width: 600px) {
        .content-contact {
            overflow: auto;
            min-height: calc(100vh - 57px - 59px);
        }
    }

.bg-AboutUs {
    background-image: url('../images/AdobeStock_1008117210.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .dropdown-item:active,
    .dropdown-item:focus {
        background-color: #4274B9 !important;
        color: white;
    }

    /* Custom styles for accordion button arrow color when open */
    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 1.646a.5.5 0 0 1 .708 0L8 7.293l5.646-5.647a.5.5 0 0 1 .708.708L8 8.707l-6.354-6.353a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    /* Optional: Set background color of accordion button to ensure visibility */
    .accordion-button {
        background-color: #343a40;
        color: white;
    }

        .accordion-button.collapsed {
            background-color: #212529;
            color: white;
        }

    .hub-nav-title {
        color: aqua !important;
        font-size: x-small !important;
    }

    .dropdown-menu .dropdown-item {
        font-size: 14px !important;
    }

    .aff-image-2 {
        width: 350px;
        height: auto;
    }

    @media only screen and (max-width: 600px) {
        .aff-image-2 {
            width: 250px;
            height: auto;
        }
    }

    @media only screen and (max-width: 1024px) {
        .aff-image-2 {
            width: 250px;
            height: auto;
        }
    }

.banner-aff-1 {
    background-image: url('../images/AdobeStock_1664131062.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

  
    .banner-aff-6 {
        background-image: url('../images/background_image.webp'), url('../images/background_image.jpg');
        background-size: cover;
        background-repeat: no-repeat;     
        background-color: black;
    }

.about-banner-2 {
    background-image: url('../images/istockphoto-1194076976-612x612.jpg');
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: bottom;
}

.about-banner-3 {
    background-image: url('../images/adobestock_881266629.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    width: 100%;
    background-position: center;
}


    /* Specific for smaller devices like Kindle and small tablets */
    @media only screen and (max-width: 600px) {
        .about-banner-3 {
            min-height: 100% !important;
        }
    }

    /* For iPads and Kindle devices */
    @media only screen and (max-width: 1024px) {
        .about-banner-3 {
            min-height: 100% !important;
        }
    }

    .about-image-2 {
        width: 400px;
        height: auto;
    }

    @media only screen and (max-width: 600px) {
        .about-image-2 {
            width: 250px;
            height: auto;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .about-image-2 {
            width: 300px;
            height: auto;
        }
    }

    .trade-image-3 {
        width: 300px;
        height: auto;
    }


    @media only screen and (max-width: 600px) {
        .trade-image-3 {
            width: 250px;
            height: auto;
        }
    }


/* Base styles for larger screens */
.vh-lg-100 {
    height: 100vh;
}

/* Media query for iPad Pro in portrait mode (max-width: 1024px) */
@media only screen and (max-width: 1024px) {
    .vh-lg-100 {
        height: 100%;
    }
}

/* Media query for iPad Pro in landscape mode (max-width: 1366px) */
@media only screen and (max-width: 1366px) {
    .vh-lg-100 {
        height: 100%;
    }
}

/* Additional media query for smaller mobile devices (e.g., max-width 375px) */
@media only screen and (max-width: 375px) {
    .vh-lg-100 {
        height: 100%;
    }
}

    .home-banner-4 {
        height: 100%;
        width: 100%;
    }

    @media only screen and (max-width: 576px) {
        .reverse-order {
            display: flex;
            flex-direction: column-reverse;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
        .reverse-order {
            display: flex;
            flex-direction: column-reverse;
        }
    }

    @media only screen and (max-width: 600px) {
        .reverse-order {
            display: flex;
            flex-direction: column-reverse;
        }
    }


    .bg-acc-1 {
        background-image: url('../images/iStock-1460738489.webp'), url('../images/iStock-1460738489.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;    
    }

.bg-acc-4 {
    background-image: url('../images/iStock-2092220980.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: right;
}

@media only screen and (max-width: 600px) {
    .bg-acc-4 {
        background-image: none;
    }
}

@media only screen and (max-width: 800px) {
    .bg-acc-4 {
        background-image: none;
    }
}

@media only screen and (max-width: 810px) {
    .bg-acc-4 {
        background-image: none;
    }
}

@media only screen and (max-width: 1024px) {
    .bg-acc-4 {
        background-image: none;
    }
}
    .bg-trade-2 {
        background-image: url('../images/iStock-1369748006.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        height: 100%;
    }

    @media only screen and (max-width: 600px) {
        .bg-trade-2 {
            background-image: none;
        }
    }

    @media only screen and (max-width: 800px) {
        .bg-trade-2 {
            background-image: none;
        }
    }

    @media only screen and (max-width: 810px) {
        .bg-trade-2 {
            background-image: none;
        }
    }

    @media only screen and (max-width: 1024px) {
        .bg-trade-2 {
            background-image: none;
        }
    }

    .bg-tradeplat-2 {
        background-image: url('../images/iStock-1368207267.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        height: 100%;
    }

    @media only screen and (max-width: 600px) {
        .bg-tradeplat-2 {
            background-image: none;
        }
    }

    @media only screen and (max-width: 800px) {
        .bg-tradeplat-2 {
            background-image: none;
        }
    }

@media only screen and (max-width: 810px) {
    .bg-tradeplat-2 {
        background-image: none;
    }
}

@media only screen and (max-width: 1024px) {
    .bg-tradeplat-2 {
        background-image: none;
    }
}

    /* For iPad portrait mode (768x1024) */
    /*@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .bg-tradeplat-2 {
            background-image: none;
        }
    }*/

    /* For iPad landscape mode (1024x768) */
    /*@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
        .bg-tradeplat-2 {
            background-image: none;
        }
    }*/

    .bg-acc-5 {
        background-image: url('../images/acc_bg_image.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        width: 100%;
        background-color: black;
    }

    .bg-trade-1 {
        background-image: url('../images/iStock-1213574690.webp'), url('../images/iStock-1213574690.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        width: 100%;
        background-color: black;
    }

    .bg-trade-3 {
        background-image: url('../images/background_image_2.webp'), url('../images/background_image_2.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center;
        height: auto;
        width: 100%;
        background-color: black;
    }

    .bg-trade-5 {
        background-image: url('../images/iStock-1666862823.webp'), url('../images/iStock-1666862823.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right center;
        height: auto;
        width: 100%;
        background-color: black;
    }

    .bg-tradeplat-1 {
        background-image: url('../images/iStock-1492024172.webp'), url('../images/iStock-1492024172.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        width: 100%;
        background-color: black;
    }

    .bg-tradeplat-3 {
        background-image: url('../images/background_image.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        height: auto;
        width: 100%;
    }

    .bg-tradeplat-4 {
        background-image: url('../images/iStock-1468025006.png');
        background-size: contain;
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        background-position: right center;
    }

    @media only screen and (max-width: 600px) {
        .bg-tradeplat-4 {
            background-image: none;
        }
    }

    @media only screen and (max-width: 800px) {
        .bg-tradeplat-4 {
            background-image: none;
        }
    }

    @media only screen and (max-width: 810px) {
        .bg-tradeplat-4 {
            background-image: none;
        }
    }

    @media only screen and (max-width: 1024px) {
        .bg-tradeplat-4 {
            background-image: none;
        }
    }

.bg-grey {
    background-color: #2a2a2a;
}

.list-group {
    border: none !important;
}

.list-group-item {
    border: none !important;
}

a[b-ifr9bueil3] {
    color: #91BDF0 !important;
}

    a[b-ifr9bueil3]:hover {
        color: gainsboro !important;
    }

.bg-grey {
    background-color: #1c2226 !important;
}

.text-aqua {
    color: #0dd6b3;
}

/* Change checkbox color when checked */
.form-check-input:checked {
    background-color: #cf7722; /* Fill color */
    border-color: #cf7722; /* Border color */
}

/* Change border & glow when focused */
.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(207, 119, 34, 0.25);
    border-color: #cf7722;
}


.gradient-badge {
    background: linear-gradient(90deg, #00EFA9 0%, #3a61eb 100%);
    color: black;
    padding: 0.5em 0.75em;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.85rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border: none;
}

/* Gradient border with transparent interior */
.gradient-stroke {
    position: relative;
    display: inline-flex; /* so radius shows cleanly on inline elements */
    align-items: center;
    gap: .5rem;
    padding: 0.5em 0.75em; /* inner padding */
    border-radius: 0.375rem; /* rounded corners */
    color: #fff;
    background: transparent; /* keep interior transparent */
    border: none; /* avoid native borders (e.g., on <button>) */
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
    font-weight:bold;
}

    /* The actual gradient border */
    .gradient-stroke::before {
        content: "";
        position: absolute;
        inset: 0; /* cover the element */
        padding: 2px; /* = border width */
        border-radius: inherit;
        background: linear-gradient(90deg, #00EFA9, #3a61eb);
        pointer-events: none;
        /* Punch a transparent hole so the middle stays see-through */
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

   .tab-content {
                        display: none;
                    }

                        .tab-content.active {
                            display: block;
                        }


/* Default button style */
.tab-btn {
    background-color: #2c3034;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 0.375rem;
}

    /* Active button style */
    .tab-btn.active {
        background-color: #3a63ea;
        color: white;
    }

/* Tab content */
.tab-content {
    display: none;
 
}

    .tab-content.active {
        display: block;
    }

.cmp-blue {
    color: #1fa4cc;
}

.cmp-aqua {
    color: #00efa9;
}

.cmp-purple {
    color: #3c5eec;
}

.bg-cmp-blue {
      background-color: #4274B9;
   /* background: linear-gradient(135deg, #6a9cdc, #4274B9);*/
}

.bg-cmp-aqua {
   background-color: #00efa9;
}


/* Round bottom corners of table */
.table tbody tr:last-child th:first-child {
    border-bottom-left-radius: 0.5rem; /* left corner */
}

.table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 0.5rem; /* right corner */
}

.zero-img {
    background-image: url('../images/240_f_1048193015_zyatohaljjo5fdoenb7bvghrsiyn1bbl.jpg');
    background-size: cover;
    height: auto;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.table-primary{
    background-color:#4274B9 !important;
    color:white !important;
}

thead.table-primary th {
    background-color: #4274B9 !important;
    color: white !important;
}


/* Desktop: 100vh */
.carousel-vh-100 {
    width: 100%;
    height: 100vh !important; /* old, might be too tall on mobile */
    height: 100dvh; /* adjusts dynamically when address bar shows/hides */
    object-fit: cover;
}





