html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
    font-family: Poppins, sans-serif !important;
}

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: 71px;
    margin-bottom: 77px;
    min-height: calc(100vh - 57px -59px);
}

.content {
    overflow: hidden;
    margin-top: 71px;
    margin-bottom: 50px;
    min-height: calc(100vh - 57px -59px);
}

.dark-mode {
    background-color: black;
    min-height: 100vh;
}

.bg-login {
    background-image: url('../images/istock-849600748.webp'), 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: rgb(112, 212, 181);
}

    .text-aqua li {
        color: inherit;
    }

        .text-aqua li::marker {
            color: inherit;
        }

.btn-outline-blue {
    outline: 2px #4274B9 solid !important;
    color: white;
    border:none;
}

    .btn-outline-blue:hover {
        outline: 2px #4274B9 solid !important;
        background-color: #4274B9 !important;
        color: white;
        outline: 0 !important;
        border: none;
    }

.btn-outline-aqua {
    outline: 2px #70d4b5 solid !important;
    color: white;
}

    .btn-outline-aqua:hover {
        outline: 2px #70d4b5 solid !important;
        background-color: #59A990 !important;
        color: white;
        outline: 0 !important;
    }

    .btn-outline-aqua:active,
    .btn-outline-aqua:focus {
        outline: 2px #70d4b5 solid !important;
        background-color: #59A990 !important;
        color: white !important;
        outline: 0 !important;
    }




.btn-blue {
    color: white;
    background: #4274B9 !important;
    border:none;
}

    .btn-blue:hover {
        color: white;
        background: #2e5181 !important;
        border: none;
    }

    .btn-blue:active,
    .btn-blue:focus {
        color: white !important; /* keep text white when clicked */
        background: #24446c !important; /* optional darker shade when pressed */
        outline: none !important; /* remove the outline */
        box-shadow: none !important; /* remove bootstrap focus shadow */
        border: none;
    }


.link-blue {
    text-decoration: none;
    /*  color: #4274B9;*/
    color: #91BDF0;
}

    .link-blue:hover {
      /*  color: #2e5181;*/
      color:gainsboro;
    }

.hub-title {
    color: #4274B9 !important;
    text-transform: uppercase;
    font-weight: 600;
}

.hub-link {
    color: #4274B9;
    font-size: smaller !important;
}

    .hub-link:hover {
        color: #2e5181;
    }

.link-white {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

    .link-white:hover {
        color: rgba(255,255,255,.55);
    }

.link-aqua {
    color: #09d1b9;
    text-decoration: none;
    font-size: 14px;
}

    .link-aqua:hover {
        color: rgb(24, 135, 126);
    }

.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;
}

.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/iStock-1153657433.webp'), url('../images/iStock-1153657433.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

@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;
}

.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);
}

/* Base styles for the images in the carousel */
.carouselHero .carousel-item img {
    height: 90vh;
    width: 100%;
    object-fit: cover;
    background-color: black;
}


/* Styles for iPad and similar devices */
@media only screen and (max-width: 1024px) {
    .carouselHero .carousel-item img {
        height: 55vh;
        object-fit: cover;
        width: 100%;
        max-width: none;
    }
}

/* Specific styles for iPad Pro in portrait mode */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
    .carouselHero .carousel-item img {
        height: 55vh;
    }
}


/* Styles for mobile devices with max-width of 375px */
@media only screen and (max-width: 375px) {
    .carouselHero .carousel-item img {
        height: 55vh;
        object-fit: cover;
        width: 100%;
        max-width: none;
    }
}



/* Styles for mobile devices with max-width of 375px */
@media only screen and (max-width: 375px) {
    /* Target devices with specific screen heights */
    @media (max-height: 760px), (max-height: 800px) {
        .carouselHero .carousel-item img {
            height: 55vh;
            object-fit: cover;
            width: 100%;
            max-width: none;
        }
    }

    /* Target 375x667 specifically with 60vh */
    @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;
        }
    }

    /* Adjust carousel height on mobile */
    @media (max-width: 767px) {
        .carousel {
            height: 100% !important;
        }
    }

.carousel {
    margin-top: 70px;
}

/* Mobile devices */
@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: rgb(47,140,175);
        background: linear-gradient(32deg, rgba(47,140,175,1) 0%, rgba(109,208,181,1) 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        color: black;
        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;
    }

    .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/iStock-1315756585.webp'), url('../images/iStock-1315756585.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/iStock-1645710828.webp'), url('../images/iStock-1645710828.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/iStock-1327262823.webp'), url('../images/iStock-1327262823.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 100vh;
        width: 100%;
        background-position: top;
    }


    /* 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; /* Default height for larger screens */
}

/* Media query for iPad Pro in portrait mode (max-width: 1024px) */
@media only screen and (max-width: 1024px) {
    .vh-lg-100 {
        height: 100%; /* Set height to 100% on iPad Pro portrait */
    }
}

/* Media query for iPad Pro in landscape mode (max-width: 1366px) */
@media only screen and (max-width: 1366px) {
    .vh-lg-100 {
        height: 100%; /* Set height to 100% on iPad Pro landscape */
    }
}

/* Additional media query for smaller mobile devices (e.g., max-width 375px) */
@media only screen and (max-width: 375px) {
    .vh-lg-100 {
        height: 100%; /* Set height to 100% on smaller mobile screens */
    }
}

    .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;
    }