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

body {
    color: #fff;
    overflow-x: hidden;
    font-family: Poppins, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: black;
}

a {
    text-decoration: none;
}

section {
    padding: 50px 0;
    overflow: hidden;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

::-webkit-scrollbar {
    width: 6px;
    height: 3px;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background: #2e2d3c80;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #42bdac, #ffc71c);
    border-radius: 6px;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.invert {
    filter: invert(1);
    opacity: 1;
}

.top-header {
    padding-block: 14px;
}

.top-header .btn {
    padding: 5px 20px;
    text-align: center;
}

.top-header ~ nav.navbar {
    border-block: 1px solid rgb(55, 64, 82, 32%);
}

.linear-gradient {
    background-color: #0000;
    background-image: linear-gradient(to right, #0d0e11cc, #0d0e1100);
    color: #fff;
}

.gradient-bg {
    background: linear-gradient(180deg, rgba(46, 45, 60, 0.12) 0, #0d0e11 100%);
}

.btn {
    padding: 10px 30px;
    border: 1px solid #ffffff3d;
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-outline-primary {
    border: 1px solid #d7a500;
    color: #d7a500;
}

.btn > i {
    font-size: 0.8rem;
}

.btn:active,
.btn:hover {
    background: #d7a500 !important;
    color: #000 !important;
    border-color: transparent !important;
}

.btn::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -16;
    transition: all 0.3s ease-in;
}

.group-btn .btn {
    padding: 6px 32px;
}

.btn-primary {
    background: linear-gradient(30deg, #de9f17 2%, #cf9a15 31%, #fff68a 68%, #ffcf45 96%);
    color: #000 !important;
}

.btn-primary::before {
    background-color: #fff !important;
}

.btn-primary:hover::before {
    width: 100%;
}

.btn-secondary {
    background-color: #fff;
    color: #000 !important;
}

.btn-secondary::before {
    background-color: #d7a500 !important;
}

.btn-secondary:hover::before {
    width: 100%;
}

.border-color {
    border-color: #d7a500;
}

.btn:hover span,
.btn:hover svg path {
    fill: #0d0e11;
    color: #0d0e11 !important;
}
.text-primary { color: #d7a500 !important; }
  
 .text-primary-main{
    background: linear-gradient(30deg, #de9f17 2%, #cf9a15 31%, #fff68a 68%, #ffcf45 96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* for Firefox */
  }

.text-gradient {
    background: linear-gradient(to right, #42bdac, #ffc71c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.skiptranslate.goog-te-gadget {
    color: #0000;
}

.skiptranslate.goog-te-gadget > span {
    display: none;
}

#translate {
    width: 150px;
}

.goog-te-combo {
    width: 100%;
    padding: 8px;
    background: #0d0e11;
    color: #fff;
    border-radius: 28px;
    transform: translateY(8px);
    cursor: pointer;
}

header {
    top: -130px;
    transition: all 0.3s ease;
}

header.fixed {
    position: fixed !important;
    width: 100%;
    background-color: #0d0e11;
    top: 0;
    z-index: 9;
}

@media (min-width: 992px) {
    .top-n150 {
        top: -150px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        position: relative;
        font-weight: 600;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover svg {
        transform: rotate(-180deg);
    }
    .navbar-expand-lg .navbar-nav .nav-link::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        transition: all 0.3s ease-in-out;
        background-color: #d7a500;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover::after {
        width: 100%;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 100%;
        display: block;
        top: 100%;
        max-height: 0;
        left: 0;
        z-index: 4;
        padding: 0;
        overflow: hidden;
        background: url(../img/megamenu-bg.jpg) center no-repeat;
        background-size: cover;
        border: 0;
        border-radius: 0;
        box-shadow: 0 6px 20px 0 #ffd54f29;
        transition: all 0.5s ease-in-out;
    }
    .drop-inner-links {
        margin-left: 0.4rem;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.9;
        z-index: -1;
    }
    .navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-menu {
        max-height: 450px;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .container {
        padding-block: 2rem;
    }
    .dropdown-text h4 {
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
    }
    .dropdown-text p {
        color: #ffffffb8;
    }
    .about-section,
    .traders-section {
        padding-top: 110px;
    }
    .group-card {
        transform: translateY(-100px);
    }
    .group-card .card:first-child,
    .group-card .card:nth-last-child(2) {
        margin-right: 12px;
    }
    .register-section .card-container {
        max-height: 620px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .crypto-row {
        position: relative;
        top: -100px;
    }
    .crypto-row .col-md-4:nth-child(2) .crypto-card {
        top: -85px;
    }
    .crypto-row .col-md-4:nth-child(3) .crypto-card {
        top: -170px;
    }
    .blog-list {
        border-left: 2px solid #d7a500;
    }
    .webniar-section {
        height: calc(100vh - 130px);
    }
    .register-btn {
        position: absolute;
        right: 50%;
        bottom: 1rem;
        transform: translateX(50%);
    }
    .how-to-apply .row .col-lg-7 {
        border-left: 1px solid #ffffff29;
    }
    .invest-section::after {
        content: "";
        position: absolute;
        top: -120px;
        right: 200px;
        width: 500px;
        height: 500px;
        border-radius: 50%;
        background: linear-gradient(180deg, rgba(250, 194, 17, 0.2) 0, rgba(66, 189, 172, 0) 100%);
        box-shadow: 0 0 100px 20px rgba(250, 194, 17, 0.2);
        opacity: 0.2;
        animation: breath 4s linear infinite alternate;
    }
    @keyframes breath {
        100% {
            transform: scale(1.5);
        }
    }
    .key-section::before {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        background: radial-gradient(#fac41126 40%, #42bdac26);
        z-index: -1;
        width: 100%;
        height: 100%;
        clip-path: polygon(50% 100%, 50% 100%, 100% 50%, 100% 100%, 0 100%, 0 50%);
    }
    .arabic .group-card .card:first-child,
    .arabic .group-card .card:nth-last-child(2) {
        margin-right: 0;
        margin-left: 12px;
    }
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-expand-lg .navbar-nav .nav-link > svg {
    color: #fff;
    transition: all 0.3s ease-in;
}

.navbar-expand-lg .navbar-nav .nav-link {
    background: linear-gradient(to right, #d7a500, #d7a500 50%, #fff 50%) no-repeat;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover svg path {
    background-position: 0;
    color: #d7a500;
    stroke: #d7a500;
}

.navbar-expand-lg .navbar-nav .nav-link ~ .dropdown-menu .h6 {
    text-decoration: underline #d7a500;
    text-underline-offset: 5px;
    color: #fff;
}

.nav-item:not(:last-child) {
    margin-right: 20px;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    background: #212529;
    z-index: 1;
}

.dropdown-menu .dropdown-item {
    color: #fff;
    font-size: 14px;
    padding: 2px 16px;
    align-items: center;
}

.drop-inner-links a {
    color: #fff;
    display: inline-block;
    transition: all 0.3s;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
    color: #d7a500;
    opacity: 0.8;
}

.drop-inner-links a:hover {
    color: #d7a500;
    transform: translateX(10px);
}

.dropdown-menu .dropdown-item > span {
    width: 40px;
}

.dropdown-text {
    width: calc(100% - 40px);
}

.dropdown-menu .flex-column > .btn {
    font-size: 14px;
    padding: 2px 16px;
}

.mega-menu-list li:not(:last-child) {
    margin-bottom: 10px;
}

.mega-menu-list li > a {
    color: #fff;
}

.mega-menu-list li > a:hover {
    color: #d7a500;
}

.mega-menu-list li > a .badge {
    margin-left: 0.4rem;
}

.flag-dropdown .btn:hover,
.flag-dropdown .btn:hover svg path {
    fill: #fff !important;
    background: 0 0 !important;
}

.flag-dropdown .dropdown-menu {
    border: 1px solid #374052;
}

.flag-dropdown .dropdown-menu .dropdown-item {
    color: #fff;
}

.hero-section .container {
    border-radius: 20px;
    position: relative;
}

.hero-section .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, #0000008a, #0d0e11);
    border-radius: 48px 48px 8px 8px;
}

.hero-text {
    top: 45%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
    max-width: 920px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.sub-heading {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    font-weight: 700;
}

.hero-text .hero-title {
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    margin-bottom: 1rem;
    color: #fff;
}

.hero-text .hero-title ~ p {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
}

.group-card .d-grid {
    display: grid;
    border-radius: 12px;
    grid-template-columns: repeat(5, 1fr);
}

.group-card .card {
    border-radius: 12px;
    background-color: #2e2d3c80;
    padding: 12px 20px;
}

.group-card .card > p {
    position: relative;
    z-index: 1;
}

.group-card .card .coin-img {
    width: 60px;
    position: absolute;
    right: 8px;
    bottom: 5px;
}

.group-card .card p > small {
    color: #ffffffb8;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
}

.group-card .play-btn {
    display: grid;
    place-content: center;
    background-image: url(../img/bg-btn.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.group-card .play-btn a {
    border-radius: 50%;
    border: 2px solid #d7a500;
    width: 64px;
    height: 64px;
    text-align: center;
    display: grid;
    place-content: center;
    backdrop-filter: blur(64px);
    background-color: #1c2635;
    box-shadow: 0 0 4px 0 #d7a50066, 0 0 12px 0 #d7a5003d, 0 0 28px 0 #d7a5001f;
    animation: scaleover 2s linear infinite;
}

@keyframes scaleover {
    50% {
        transform: scale(1.2);
    }
}

.about-section .circle {
    width: 480px;
    height: 480px;
    border-radius: 50%;
    border: 40px solid #ffffff29;
    margin: auto;
    margin-top: 150px;
}

.about-section .circle img {
    position: absolute;
    top: -44%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 17px 17px 0 0;
}

.title {
    font-size: 36px;
    line-height: 52px;
    color: #000000;
    margin-bottom: 0;
    font-weight: 600;
}

.contest-terms .title {
    font-size: 30px;
    line-height: normal;
}

.title-para {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
}

.about-section .card {
    padding: 24px;
    border-radius: 1rem;
    background-color: #2e2d3c80;
    border-width: 1px;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(270deg, rgba(66, 189, 172, 0) 0%, rgba(250, 194, 17, 0.48) 34.9%, rgba(250, 194, 17, 0.48) 70.31%, rgba(66, 189, 172, 0) 100%);
}

.traders-section {
    background: url(../img/trander-bg.jpg) center no-repeat fixed;
    background-size: cover;
}

.awards-section {
    background: linear-gradient(180deg, rgba(46, 45, 60, 0.12) 0, #0d0e11 100%);
}

.awards-slider .slick-slide {
    margin: 0 1rem;
    filter: grayscale(1) invert(1) opacity(0.5);
    transition: all 0.3s;
}

.awards-slider .slick-slide:hover {
    filter: unset;
}

.box-container {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
    transform: rotate(45deg);
    width: 390px;
    margin-inline: auto;
}

.box {
    width: 122px;
    height: 122px;
    border-radius: 8px;
    background-color: #2e2d3c80;
    border: 1px solid #ffffff29;
    display: grid;
    place-content: center;
    transition: all 0.2s ease-in;
}

.box:first-child,
.box:nth-child(9) {
    visibility: hidden;
}

.box-container .box > img {
    transform: rotate(-45deg);
    filter: grayscale(1) invert(1) opacity(0.5);
    transition: all 0.2s ease-in;
}

.box-container .box:hover {
    background-color: #fff;
}

.box-container .box:hover > img {
    filter: grayscale(0);
}

.grtyoutube-popup {
    background-image: url("../vendor/slick/css/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    text-align: center;
    left: 0;
    z-index: 99999;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}

.grtyoutube-popup:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.grtyoutube-popup-content {
    width: 70%;
    height: 70%;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}

.grtyoutube-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 25px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url("../img/close.svg") no-repeat;
    background-size: 18px;
}

.grtyoutube-iframe {
    width: 100%;
    height: 100%;
}

.traders-section .card {
    padding: 42px 32px;
    border-radius: 1rem;
    background-color: #2e2d3c80;
}

.traders-section .d-grid {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    margin: auto;
    gap: 12px;
}

.traders-section .d-grid > div {
    height: 150px;
    display: grid;
    place-content: center;
    font-size: 1.1rem;
    transition: all 0.3s ease-in;
    background-color: #000;
    text-transform: uppercase;
}

.traders-section .d-grid > div.primary-bg {
    background-color: #d7a500;
}

.traders-section .d-grid > div a {
    color: #fff;
}

.traders-section .d-grid > div a i {
    font-size: 2rem;
    margin-bottom: 0.6rem;
}

.traders-section .d-grid > div:first-child {
    border-radius: 12px 0 0 0;
}

.traders-section .d-grid > div:nth-child(2) {
    border-radius: 0 12px 0 0;
    transform: translateY(-40px);
}

.traders-section .d-grid > div:nth-child(3) {
    border-radius: 0 0 0 12px;
}

.traders-section .d-grid > div:last-child {
    border-radius: 0 0 12px 0;
    transform: translateY(-40px);
}

.traders-section .d-grid > div:hover {
    background-color: #d7a500;
}

.traders-section .d-grid > div.hover-yl:hover {
    background-color: #000;
}

.traders-section .d-grid > div:hover a,
.traders-section .d-grid > div:hover a svg {
    color: #fff;
}

.register-video {
    border-radius: 16px;
    background-color: #2e2d3c80;
    padding: 48px 32px;
    border-width: 1px;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(180deg, rgba(66, 189, 172, 0) 0%, rgba(250, 194, 17, 0.48) 34.9%, rgba(250, 194, 17, 0.48) 70.31%, rgba(66, 189, 172, 0) 100%);
}

.video-box {
    width: 100%;
    min-height: 420px;
    display: grid;
    place-content: center;
    background-color: #2e2d3c80;
    border-radius: 1rem;
    background-image: url(../img/video-thumbnail.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.video-box .play-btn {
    border-radius: 50%;
    border: 2px solid #d7a500;
    width: 64px;
    height: 64px;
    text-align: center;
    display: grid;
    place-content: center;
    backdrop-filter: blur(64px);
    background-color: #1c2635;
    box-shadow: 0 0 4px 0 #d7a50066, 0 0 12px 0 #d7a5003d, 0 0 28px 0 #d7a5001f;
    animation: scaleover 2s linear infinite;
}

.register-section .card {
    padding: 24px;
    border-radius: 1rem;
    background-color: #2e2d3c80;
    border-width: 1px;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(270deg, rgba(66, 189, 172, 0) 0%, rgba(250, 194, 17, 0.48) 34.9%, rgba(250, 194, 17, 0.48) 70.31%, rgba(66, 189, 172, 0) 100%);
}

.register-section .card:not(:last-child) {
    margin-bottom: 2rem;
}

.about-hero img {
    height: 550px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}

.system,
.withdraw-section {
    background: url(../img/frame-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.system {
    background-image: url(../img/clip-path-group.png);
}

.wrapper-card .card {
    background-color: #2e2d3c80;
}

.withdraw-card .card::after {
    position: absolute;
    content: "";
    background-color: #ffc107bf;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.3s ease-in;
}

.withdraw-card .card:hover::after {
    top: 0;
}

.withdraw-card .card img {
    width: 64px;
    margin: auto;
}

.withdraw-card .card p {
    color: #fff;
    font-size: 18px;
}

.withdraw-card .card:hover h5,
.withdraw-card .card:hover p {
    color: #000 !important;
}

.vision-section .card img {
    transition: all 0.3s ease-out;
}

.vision-section .card:hover img {
    transform: scale(1.2);
}

.lg-font {
    font-size: 56px;
    line-height: 56px;
    font-weight: 600;
}

.arrow-btn button {
    border-radius: 50%;
    border: 1.2px solid #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.arrow-btn button.slick-disabled {
    opacity: 0.3;
}

.timeline-slider::before {
    position: absolute;
    content: "";
    left: -30%;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 160%;
    background: linear-gradient(90deg, #42bdac 21.25%, #ffc71c 77.21%);
}

.slick-slide:not(:last-child) .slider-inn {
    margin-right: 2rem;
}

.slick-slide .slider-inn::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 50%;
    transform: translateY(118%) rotate(180deg);
    width: 24px;
    height: 24px;
    background: linear-gradient(90deg, #42bdac 21.25%, #ffc71c 77.21%);
    clip-path: polygon(50% 36%, 0% 100%, 100% 100%);
    opacity: 0.5;
}

.slick-slide:nth-child(2n) .slider-inn::after {
    transform: rotate(0);
    bottom: 50%;
    transform: translateY(0);
}

.slick-slide:nth-child(odd) .slider-inn p {
    margin-bottom: 4rem;
}

.slick-slide:nth-child(2n) .slider-inn p {
    margin-bottom: 0;
    margin-top: 1rem;
}

.slick-slide:nth-child(2n) .slider-inn h5 {
    margin-bottom: 4rem;
}

.funding-section .nav-tabs .nav-link {
    color: #ffffff52;
    font-weight: 600;
    letter-spacing: 2px;
    border: 0;
    padding: 14px 28px;
    border-radius: 12px 12px 0 0;
}

.funding-section .nav-tabs .nav-link:is(.active, :hover) {
    border: 0;
    position: relative;
    background: linear-gradient(90deg, rgba(66, 189, 172, 0.08) 21.25%, rgba(255, 199, 28, 0.08) 77.21%);
}

.funding-section .nav-tabs .nav-link.active span {
    background: linear-gradient(to right, #42bdac, #ffc71c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.funding-section .nav-tabs .nav-link.active::before {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #42bdac, #ffc71c);
}

.funding-section .tab-content .list-unstyled {
    border-block: 1px solid #ffffff1f;
}

.funding-section .tab-content .list-unstyled li {
    padding: 10px;
}

.funding-section .tab-content .list-unstyled li:not(:last-child) {
    border-right: 1px solid #ffffff1f;
}

.funding-section .tab-content .list-unstyled li:last-child {
    padding-right: 3rem;
}

.funding-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}

.funding-wrapper ul {
    width: 90%;
    margin: 0 auto;
    background-color: #2e2d3c80;
    border-radius: 8px;
    padding-block: 1rem;
    border: 0 !important;
}

.funding-wrapper .fix-pos:last-child {
    right: 0;
}

.instrument-table {
    border-color: #ffffff1f !important;
}

.instrument-table td:first-child,
.instrument-table th:first-child {
    border-left-color: #ffffff00 !important;
}

.instrument-table td:last-child,
.instrument-table th:last-child {
    border-right-color: #ffffff00 !important;
}

.instrument-table tbody tr:last-child {
    border-bottom-color: #ffffff00 !important;
}

.instrument-table td,
.instrument-table th {
    background-color: #2e2d3c80;
    color: rgb(255, 255, 255, 48%);
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    padding-block: 1rem;
    text-align: center;
}

.instrument-table td {
    color: #fff;
    font-weight: 400;
    background-color: #2e2d3c00;
    border-inline: 1px solid #ffffff1f;
}

.currency-converter a {
    border: 1px solid #ffffff29;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
    align-items: center;
    color: #fff;
}

.curr-width {
    width: 45%;
}

.w-10 {
    width: 10%;
}

.curr-input {
    width: 100%;
    background-color: #2e2d3c80;
    padding: 16px 24px;
    border-radius: 12px;
    border: 0;
    border-bottom: 2px solid transparent;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}

.curr-input:focus {
    outline: 0;
    border-bottom-color: #fff;
}

.account-section .nav-pills .nav-link {
    border: 1px solid #ffffff52;
    padding: 0;
    border-radius: 12px;
    color: #fff;
    text-align: start;
}

.account-section .nav-pills .nav-link:not(:last-child) {
    margin-bottom: 1rem;
}

.account-section .nav-pills .nav-link.active {
    color: #d7a500;
    background: linear-gradient(to right, rgb(66, 189, 172, 10%), rgb(255, 199, 28, 10%));
}

.account-section .nav-pills .nav-link h6 {
    font-weight: 600;
}

.account-section .nav-pills .nav-link label {
    padding: 24px;
    cursor: pointer;
}

.account-section .nav-pills .nav-link input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #ffffff52;
    border-radius: 50%;
    position: relative;
}

.account-section .nav-pills .nav-link input[type="radio"]:checked {
    background-color: #d7a500;
    border-color: #d7a500;
}

.account-section .nav-pills .nav-link input[type="radio"]:checked::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-size: 26px;
    color: #000;
    position: absolute;
    top: -8px;
    left: -2px;
}

.account-list ul.list-unstyled li {
    padding: 14px 32px;
    background-color: #2e2d3c80;
}

.account-list ul.list-unstyled li:nth-child(2n) {
    background-color: transparent;
}

.account-list ul.list-unstyled li span {
    border-bottom: 1px dashed;
}

.account-list .account-box {
    position: relative;
    border: 1px dashed #d7a500;
    border-radius: 24px 24px 0 0;
    padding: 32px;
    text-align: center;
    background: linear-gradient(90deg, rgba(66, 189, 172, 0.04) 0, rgba(255, 199, 28, 0.04) 100%);
}

.account-list .account-box::after,
.account-list .account-box::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #0d0e11;
    bottom: -15px;
    z-index: 1;
    border: 1px dashed #d7a500;
    border-left-color: transparent;
    border-top-color: transparent;
}

.account-list .account-box::before {
    left: -16px;
    transform: rotate(318deg);
}

.account-list .account-box::after {
    transform: rotate(-222deg);
    right: -16px;
}

.account-box sup {
    top: -1.6rem;
}

.account-list .price-list {
    background-color: #2e2d3c80;
    border-top-color: transparent;
    border-radius: 0 0 24px 24px;
    padding: 24px 0 0;
    overflow: hidden;
}

.account-list .price-list::after,
.account-list .price-list::before {
    display: none;
}

.account-list .price-list ul.list-unstyled li {
    background-color: transparent !important;
    text-align: center;
    color: #fff;
    padding: 12px;
}

.show-plan-btn {
    background-color: #2e2d3c80;
    padding: 16px;
}

.show-plan-btn a {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}

.show-plan-btn a:hover {
    color: #fff !important;
}

.show-plan-btn a > svg {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #d7a500;
    color: #000;
    border-radius: 50%;
    padding: 4px;
}

.show-plan-btn a:hover > svg {
    background-color: #fff;
}

.bg-shadow {
    background: url(../img/bg-shadow.png) no-repeat;
    background-size: 100%;
    background-position: 0 20%;
    padding-top: 70px;
    position: relative;
}

.bg-shadow .play-btn {
    display: grid;
    place-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-shadow .play-btn a {
    border-radius: 50%;
    border: 2px solid #d7a500;
    width: 64px;
    height: 64px;
    text-align: center;
    display: grid;
    place-content: center;
    backdrop-filter: blur(64px);
    background-color: #1c2635;
    box-shadow: 0 0 4px 0 #d7a50066, 0 0 12px 0 #d7a5003d, 0 0 28px 0 #d7a5001f;
    animation: scaleover 2s linear infinite;
}

.border-b-dashed {
    border-bottom: 1px dashed;
}

.app-links a > img {
    filter: grayscale(1) opacity(0.5);
}

.app-links a:hover > img,
.app-links a:hover > p {
    filter: grayscale(0);
    color: #fff;
}

.contact-wrapper {
    background-color: #2e2d3c80;
    border: 1px solid #ffffff1f;
    border-radius: 12px;
    padding: 32px;
}

.contact-details {
    padding: 32px;
    background: linear-gradient(to right, rgb(66, 189, 172, 4%), rgb(255, 199, 28, 4%));
    overflow: hidden;
    border-radius: 12px;
}

.contact-card {
    padding: 32px 24px;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
}

.contact-card:hover {
    transform: translateY(-20px);
    background-color: #fac41150;
    box-shadow: 0 2px 4px 0 #d7a50066, 0 4px 12px 0 #d7a5003d, 0 6px 28px 0 #d7a5001f;
}

.contact-details .d-flex.gap-3:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #ffffff29;
}

.contact-form .form-control {
    border-color: #ffffff29;
    color: #fff;
    border-radius: 8px;
    padding: 20px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.contact-form .form-control:focus {
    background-color: transparent;
    border-color: #d7a500;
    box-shadow: 0 0 0 0.25rem rgb(250, 194, 17, 25%);
}

.contact-form .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: #ffffffa3;
    background-color: #1d1e26;
    padding: 0 8px;
    height: auto;
    transform: scale(0.85) translateY(-0.8rem) translateX(0.85rem);
}

.contact-form .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
    display: none;
}

.contact-form .form-control ~ label {
    color: #ffffff29;
}

.iti.iti--allow-dropdown {
    width: 100%;
    display: block;
}

.contact-form .iti.iti--allow-dropdown .form-control {
    height: 58px;
}

.iti.iti--allow-dropdown ~ label {
    color: #ffffffa3;
    background-color: #1d1e26;
    padding: 0 8px;
    height: auto;
    transform: scale(0.85) translateY(-0.8rem) translateX(0.85rem);
}

.iti__country {
    background: #0d0e11;
    font-size: 14px;
}

.iti__country.iti__highlight,
.iti__country:hover,
.iti__country:hover .iti__dial-code {
    background: #d7a500;
    color: #0d0e11;
}

.contact-form textarea.form-control {
    height: 150px;
    resize: none;
}

.accordian-wrapper p {
    color: #fff;
}

.accordian-wrapper p:not(.collapsed) > svg {
    transform: rotate(180deg);
}

.accordian-wrapper:nth-child(odd) {
    background-color: #2e2d3c80;
}

.accordian-wrapper .accordion-item {
    border: 0;
    background-color: transparent;
    padding: 2rem 0;
}

.accordian-wrapper .accordion-item .accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #004981;
    border-radius: 5px;
    color: white; 
}

.accordian-wrapper .accordion-item .accordion-header h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 0;
    color: white;
}
.accordian-wrapper .accordion-item .accordion-header .accordion-button:not(.collapsed) { 
    color: white;
}

.accordian-wrapper .accordion-item .accordion-collapse {
    background-color: #e9e9e9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.faq-wrapper:not(:last-child) .accordion-item {
    border-bottom: 1px solid #ffffff29;
    border-radius: 0;
}

.faq-wrapper .accordion-button {
    font-size: 20px;
    line-height: 28px;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url(../img/down-arraw.svg) !important;
}

.award-card:not(:last-child) .row {
    border-bottom: 1px solid #ffffff29;
}

.certificate {
    padding: 16px 24px;
    color: #fff;
    background-color: #2e2d3c80;
    border-radius: 0 0 16px 16px;
}

a.certificate .fa-arrow-right {
    background-color: #fff;
    color: #000;
    width: 26px;
    height: 26px;
    padding: 4px;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
}

a.certificate:hover p {
    color: #d7a500 !important;
}

a.certificate:hover .fa-arrow-right {
    background-color: #d7a500;
}
.linear-border {
    position: relative;
    border: 1.2px solid rgb(188, 188, 188);
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08); /* soft shadow */
    background-image: url("/assets/img/bg-imges.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden; /* ensures overlay respects border-radius */
    padding: 20px; /* optional for inner content */
    z-index: 0;
}

/* White overlay on background only */
.linear-border::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* strong white overlay */
    border-radius: 20px; /* match parent */
    z-index: 1; /* behind text */
}

/* Make sure text/content stays above overlay */
.linear-border > * {
    position: relative;
    z-index: 2;
}


.input-file {
    width: 100%;
    border: 2px dashed rgb(236, 235, 235);
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
}

.form-control,
.form-select {
    background-color: transparent;
    transition: all 0.3s ease-in;
    color: #fff;
    border-color: grey;
}

.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-select > option {
    background-color: #0d0e11;
}

.form-control::placeholder {
    color: #ffffff55;
}

.form-control:focus,
.form-select:focus {
    background-color: #0d0e11;
    color: #fff;
    border-color: #d7a500;
    box-shadow: none;
}

.forex-page {
    height: calc(100vh - 150px);
    background: url(../img/forex-bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
}

.forex-cards .card {
    border: 1px solid;
    border-image-source: linear-gradient(122.41deg, rgba(66, 189, 172, 0.48) 0%, rgba(255, 199, 28, 0.48) 100.06%);
    border-image-slice: 1;
    border-radius: 0;
    height: 100%;
    background-color: #2e2d3c80;
    padding: 0 0 2rem;
    overflow: hidden;
}

.forex-cards .card figure {
    padding: 0.5rem 0 0.8rem;
}

.forex-cards .card figure::before {
    position: absolute;
    content: "";
    top: -90px;
    right: 50%;
    transform: translateX(50%);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #0d0e11;
    z-index: -1;
    transition: all 0.5s ease;
}

.forex-cards .card:hover figure::before {
    width: 100%;
    height: 400px;
    top: 0;
    border-radius: 0;
}

.bitcoin {
    background-color: #2e2d3c80;
    border: 1px solid #ffffff1f;
    border-radius: 100px;
    padding: 12px 24px;
}

.indices-col {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(5, 1fr);
}

.cfd-table {
    border-color: rgb(255, 255, 255, 12%);
}

.cfd-table thead th {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 1px;
    text-align: center;
    color: rgb(255, 255, 255, 0.5);
    background-color: transparent;
    vertical-align: middle;
    background-color: #2e2d3c80;
}

.cfd-table tbody td {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    background-color: transparent;
    color: #fff;
    vertical-align: middle;
}

.crypto-card::before {
    position: absolute;
    content: attr(data-attr);
    top: -80px;
    right: 40px;
    font-size: 128px;
    line-height: 128px;
    font-weight: 800;
    background: -webkit-linear-gradient(270deg, #42bdac 15.83%, #ffc71c 52.91%), linear-gradient(180deg, rgba(66, 189, 172, 0.16) 0, rgba(255, 199, 28, 0.16) 100%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 6px transparent;
    color: #0d0e11;
    z-index: -1;
}

.trading-carousel .carousel {
    background-color: #2e2d3c80;
    border: 1px solid #ffffff1f;
    border-radius: 12px;
    padding: 20px;
}

.trading-conditions li:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ffffff29;
}

.contest-links a > i {
    color: #667086;
    font-size: 28px;
}

.contest-links a:hover > i {
    color: #d7a500;
}

.countdown {
    padding: 32px 24px;
    background-color: #2e2d3c80;
    border: 1px solid #ffffff1f;
    border-radius: 12px;
}

.countdown li {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    padding: 1em;
    text-transform: uppercase;
    position: relative;
}

.countdown li:not(:last-child)::before {
    position: absolute;
    content: ":";
    right: -5px;
    bottom: 43%;
    font-size: 50px;
}

.countdown li span {
    display: block;
    font-weight: 500;
    font-size: 76px;
    line-height: 92px;
    letter-spacing: 4px;
    box-shadow: 0 0.4571477770805359px 0.4571477770805359px 0 #504e54 inset;
    background: linear-gradient(180deg, #393a3e 0, #3e4245 100%);
    border-radius: 6px;
    padding: 0.6rem;
    margin-bottom: 12px;
    position: relative;
    width: 144px;
}

.countdown li span::after,
.countdown li span::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/timer-hook.png) no-repeat;
    background-size: 100%;
    background-position: left center;
    width: 5px;
    height: 28px;
}

.countdown li span::before {
    left: 0;
}

.countdown li span::after {
    right: 0;
}

.counter-line {
    position: absolute;
    width: 77%;
    border-width: 3px;
    border-color: #0d0e11;
    opacity: 1;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
}

.step-info button {
    width: 2rem;
    height: 2rem;
    border: 0;
}

.step-info button.active {
    background-color: #d7a500;
    color: #000;
}

.step-info button:nth-child(3) {
    left: 33.33%;
}

.step-info button:nth-child(4) {
    left: 66.66%;
}

#scrollDown {
    animation: movedown 1.5s ease-in-out infinite alternate;
}

#scrollDown:hover .fa-angles-down > path {
    fill: #d7a500;
}

@keyframes movedown {
    50% {
        transform: scale(1.2) translateY(16px);
    }
}

.why-choose-zulutrade {
    background: url(../img/zulutrade-bg.jpg) no-repeat fixed right center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.why-choose-zulutrade::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.797);
    z-index: -1;
    clip-path: polygon(0% 0%, 60% 0, 70% 50%, 60% 100%, 0% 100%);
}

.how-to-apply .row {
    border-color: #ffffff29 !important;
}

.contest-terms {
    padding: 30px;
   
    border-radius: 15px;
    color: #fff;
    line-height: 1.6;
}

.contest-terms .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #d7a500 !important;
    text-align: center;
}

.terms-list {
    list-style-position: inside;
    padding-left: 0;
}

.terms-list li {
    margin-bottom: 25px;
}

.terms-list h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ffd700;
}

.terms-list p {
    font-size: 15px;
    margin-bottom: 10px;
    color: #f0f0f0;
}

.terms-list ul {
    list-style: disc inside;
    margin-bottom: 15px;
    padding-left: 20px;
}

.terms-list ul li {
    font-size: 15px;
    margin-bottom: 6px;
}

.linear-border {
    /* border: 2px solid #00c6ff; */
    padding: 25px;
    border-radius: 15px;
}

@media (max-width: 767px) {
    .contest-terms {
        padding: 20px;
    }

    .terms-list h5 {
        font-size: 18px;
    }

    .terms-list p,
    .terms-list ul li {
        font-size: 14px;
    }
}


.how-to-apply .accordion-item {
    background-color: #0000;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 1.2px solid;
    border-image-source: linear-gradient(270deg, rgba(66, 189, 172, 0) 0%, rgba(250, 194, 17, 0.48) 34.9%, rgba(250, 194, 17, 0.48) 70.31%, rgba(66, 189, 172, 0) 100%);
    border-image-slice: 1;
}

.acc-num {
    padding: 0 24px;
    width: 80px;
    font-family: proxima;
    font-size: 64px;
    line-height: 64px;
    font-weight: 800;
    background: -webkit-linear-gradient(270deg, #42bdac 15.83%, #ffc71c 52.91%), linear-gradient(180deg, rgba(66, 189, 172, 0.16) 0, rgba(255, 199, 28, 0.16) 100%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 6px transparent;
    color: #0d0e11;
}

.how-to-apply .accordion-item .accordion-button {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    box-shadow: none;
    padding: 24px;
    background: linear-gradient(90deg, rgba(66, 189, 172, 0.04) 0, rgba(255, 199, 28, 0.04) 100%);
}

.how-to-apply .accordion-item .accordion-button:not(.collapsed) {
    background-color: #2e2d3c80;
    color: #d7a500;
}

.how-to-apply .accordion-body {
    background-color: #d7a5000a;
    padding: 24px;
}

.bg-linear-gradient {
    background: linear-gradient(90deg, rgb(66, 189, 172, 16%), rgb(255, 199, 28, 16%));
    border-block: 1px solid #ffffff29;
}

.winner-announce {
    background: linear-gradient(90deg, rgb(66, 189, 172, 8%), rgb(255, 199, 28, 8%));
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 6px;
}

.rotate-n4 {
    transform: rotate(-4deg);
}

.rotate-4 {
    transform: rotate(4deg);
}

.blog-card-section .card {
    background-color: #2e2d3c80;
    border: 1px solid rgb(255, 255, 255, 12%);
    border-radius: 12px;
    height: 100%;
    margin-right: 1rem;
}

.blog-card-section .card a:hover {
    opacity: 0.8;
}

.blog-card-section .card .card-body {
    color: #fff;
    padding: 24px;
}

.blog-card-section .card .card-body .card-title {
    margin-bottom: 30px;
}

.blog-card-section .card .card-body p {
    font-size: 12px;
    color: #fff;
    line-height: 13px;
    padding: 10px 12px;
    border-radius: 100px;
    border: 1px solid rgb(255, 255, 255, 12%);
}

.blog-card-section .card .card-body .btn-blog {
    width: 24px;
    height: 24px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    padding: 0;
    color: #000;
    background-color: #d7a500;
}

.blog-list ol li:not(:last-child) {
    margin-bottom: 1rem;
    border-bottom: 1px solid #ffffff1f;
}

.get-started {
    padding: 32px 16px;
    background: #2e2d3c80;
    border-radius: 12px;
    border: 1px solid #ffffff1f;
}

.h-ruler {
    border-color: #ffffff1f;
    border-width: 4px;
}

.webniar-section {
    background-position-y: 130%;
    display: flex;
    align-items: center;
    position: relative;
}

.register-btn {
    margin-top: 2rem;
    padding: 0;
    width: 185px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    text-transform: uppercase;
}

.currency-converter {
    background-color: #2e2d3c80;
    border-radius: 1rem;
    padding: 48px 32px;
}

.rounded-img {
    overflow: hidden;
    object-fit: contain;
    margin: 0 auto;
    background: linear-gradient(151.73deg, #42bdac 0, #ffc71c 100%);
    padding: 6px;
    border-radius: 150px;
    box-shadow: 0 0 16px 0 #d7a5001f, 0 2px 24px 0 #d7a50029, 0 4px 32px 0 #d7a50033;
    margin-bottom: 32px;
}

.rounded-img .card-img-top {
    height: 360px;
    border-radius: 150px;
}

.course-tab .nav-link {
    color: #ffffff52;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 2px;
    padding: 16px 28px;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
}

.course-tab .nav-link:is(.active, :hover) {
    background: linear-gradient(90deg, rgba(66, 189, 172, 0.08) 21.25%, rgba(255, 199, 28, 0.08) 77.21%);
}

.course-tab .nav-link.active::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #42bdac 21.25%, #ffc71c 77.21%);
}

.course-tab .nav-link.active span {
    background: linear-gradient(to right, #42bdac, #ffc71c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.course-list {
    border-block: 1px solid #ffffff29;
}

.course-date,
.course-detail {
    display: flex;
    justify-content: space-between;
    padding: 32px;
    align-items: center;
}

.course-detail {
    border-left: 1px solid #ffffff29;
}

.c-date {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
}

.c-date span {
    font-size: 48px;
    font-weight: 500;
    line-height: 80px;
}

.c-date span sup {
    top: -1em;
    font-size: 0.5em;
}

.c-time {
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    border: 1px solid;
}

.load-btn {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.load-btn .fa-arrow-down {
    width: 18px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    background-color: #0d0e11;
    border-radius: 50%;
    padding: 4px;
}

.load-btn .fa-arrow-down {
    color: #d7a500;
}

.load-btn:hover .fa-arrow-down {
    color: #fff;
}

#wave {
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 0;
}

.comm-list li::before {
    position: absolute;
    left: -28px;
    top: 4px;
    content: "\f0a4";
    font-family: "Font Awesome 6 Free";
    color: #d7a500;
}

.comm-img {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.filter-shadow {
    transition: all 0.3s linear;
    filter: drop-shadow(-20px 20px 0px #f1f1f1) grayscale(1);
}

.filter-shadow:hover {
    filter: unset;
}

.popular-comm .card.bg-transparent:hover {
    border-color: #d7a500 !important;
    background: #fac411a0 !important;
    transition: all 0.2s linear;
}

.local-curr-card .card {
    padding-top: 1rem;
    border-radius: 0;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    background: linear-gradient(90deg, rgba(66, 189, 172, 0.08) 21.25%, rgba(255, 199, 28, 0.08) 77.21%);
    transition: all 0.3s linear;
}

.local-curr-card .card .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: rgba(255, 255, 255, 0.5);
    display: grid;
    place-content: center;
    margin: auto;
    font-size: 2rem;
    transition: all 0.3s linear;
}

.local-curr-card .card:hover {
    border-radius: 0.6rem;
    transform: translateY(-20px);
}

.local-curr-card .card:hover .icon {
    color: #d7a500;
    border-color: #d7a500;
}

.steps-design {
    padding-left: 8rem;
}

.steps-design::before {
    position: absolute;
    content: "";
    height: 200px;
    border-left: 2px dashed #fff;
    top: 12px;
    left: 90px;
}

.steps-design li::before {
    position: absolute;
    content: "\f192";
    font-family: "Font Awesome 6 Free";
    color: #d7a500;
    background-color: #0d0e11;
    left: -3rem;
    top: 0;
    font-size: 1.4rem;
    line-height: 1.3;
}

.analytics-sec::before,
.trading-central-sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000096;
    z-index: -1;
}

.analytics-sec::before {
    background-color: #000;
    opacity: 0.8;
}

.policy-list > li {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.policy-list > li:not(:last-child) {
    border-bottom: 1px solid #ffffff29;
}

.why-choose-us .card {
    height: 100%;
    background: linear-gradient(90deg, rgba(66, 189, 172, 0.08) 21.25%, rgba(255, 199, 28, 0.08) 77.21%);
    transition: all 0.3s linear;
    border-radius: 0.6rem;
}

.why-choose-us .card:hover {
    transform: scale(1.12);
}

.why-choose-us .card .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #d7a500;
    border: 1px solid #fff;
    display: grid;
    place-content: center;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.cta-section {
    background-image: url(../img/why-choose-bg.jpg);
    background-position: center center;
    background-attachment: fixed;
}

.cta-section h3 {
    border-left: 4px solid;
    padding-block: 1rem;
}

.testimonial-slider .card {
    background: #6464642e;
}

#footer {
    padding: 50px 0 30px;
    position: relative;
}
 

.social-icons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.social-icons a > i {
    color: #fff;
    font-size: 24px;
}

.social-icons a:hover > i {
    color: #d7a500;
}

.footer-links h6 {
    color: #d7a500;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

.footer-links hr {
    background: linear-gradient(90deg, rgba(66, 189, 172, 0) 0, #d7a500 50%, rgba(66, 189, 172, 0) 100%);
    width: 100%;
    height: 1px;
    border: 0;
    margin: 0 0 12px 0;
}

.footer-links .light-color,
.footer-links a {
    color: #fff;
    font-size: 14px;
}

.footer-links a:hover {
    color: #d7a500;
}

.companied-text li,
.companied-text p {
    color: #fff;
    font-size: 14px;
}

.inner-footer {
    padding-block: 20px;
    position: relative;
}

.inner-footer::after,
.inner-footer::before {
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.16) 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 1px;
    top: 0;
}

.inner-footer::before {
    top: unset;
    bottom: 0;
}

.copyright {
    font-size: 14px;
}

.copyright p {
    color: #fff;
}

.quick-links a {
    color: #fff;
}

.quick-links a:not(:last-child) {
    margin-right: 1rem;
}

.quick-links a:hover {
    color: #d7a500;
}

.back-to-top {
    position: fixed;
    bottom: 100%;
    right: 20px;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    box-shadow: -1px 5px 11px 2px #d7a5001c;
    transition: all 0.3s ease-in-out;
}

.back-to-top.active {
    bottom: 80px;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.callback-btn {
    position: fixed;
    z-index: 9;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #d7a500;
    border-radius: 50%;
    background-color: #d7a500;
    color: #333;
}

.callback-btn i {
    animation: rotate 1s infinite ease-out;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg) scale(1.3);
    }
}

.gallery-container {
    column-count: 4;
    column-gap: 1rem;
}

.gallery-container figure {
    position: relative;
    overflow: hidden;
}

.gallery-icon {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0008;
    display: grid;
    place-content: center;
    font-size: 24px;
    transition: all 0.3s ease;
}

.gallery-icon > a {
    color: #fff;
}

.gallery-container figure > img {
    transition: all 0.3s ease;
}

.gallery-container figure:hover > img {
    transform: rotate(15deg) scale(1.4);
}

.gallery-container figure:hover .gallery-icon {
    top: 0;
}

.gallery-icon > a:hover {
    color: #d7a500;
}

#popup {
    position: fixed;
    inset: 0;
    background-color: #000000c9;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: none;
}

#popup .popup-container {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    width: 70%;
    text-align: center;
}

#popup .popup-container img {
    height: 700px;
    object-fit: contain;
    border: 1px solid #666;
    aspect-ratio: 0/1;
}

.arabic,
.arabic input {
    direction: rtl;
}

.arabic #hero-swiper,
.arabic .awards-slider,
.arabic .box-container,
.arabic .iti__flag-container,
.arabic .slick-slider,
.arabic .timeline-section .arrow-btn {
    direction: ltr;
}

.arabic .top-header ~ .position-absolute.z-1.start-75.translate-middle-x {
    right: 60%;
    left: unset !important;
}

.arabic .timeline-section .slider-inn::after {
    transform: translateY(170%) rotate(180deg);
}

.arabic .timeline-section .slick-slide:nth-child(2n) .slider-inn::after {
    transform: rotate(0);
    bottom: 50%;
    transform: translateY(46%);
}

.arabic .timeline-section .slider-inn > h5 {
    transform: translateY(20px);
}

.arabic .btn > i {
    margin: 0 0.5rem !important;
    padding: 0 !important;
}

.arabic .nav-item:not(:last-child) {
    margin-left: 20px;
    margin-right: 0;
}

.arabic .group-card .card .coin-img {
    left: 8px;
    right: unset;
}

.arabic .text-end {
    text-align: left !important;
}

.arabic img[alt="Curved Line"] {
    scale: -1 1;
}

.arabic .crypto-card::before {
    top: -133px;
}

.arabic .comm-list {
    padding-left: 0;
    padding-right: 2rem;
}

.arabic .comm-list li::before {
    left: unset;
    right: -28px;
    scale: -1 1;
}

.arabic .funding-wrapper .fix-pos:last-child {
    right: unset;
    left: 0;
}

.arabic .quick-links a:not(:last-child) {
    margin-right: 0;
    margin-left: 2rem;
}

.arabic .steps-design {
    padding-right: 5rem;
}

.arabic .steps-design::before {
    left: unset;
    right: 30px;
}

.arabic .steps-design li::before {
    left: unset;
    right: -3.8rem;
}

.arabic .why-choose-zulutrade .row > .col-lg-6 {
    margin-right: auto;
}

.arabic .row.gy-2.gx-0.ms-0.mb-3.drop-inner-links > .col-lg-6 {
    width: 100%;
}

@media (min-width: 992px) {
    .arabic .text-lg-start {
        text-align: right !important;
    }
    .arabic .offset-lg-1 {
        margin-right: 8.33333333%;
        margin-left: 0;
    }
    .arabic .offset-lg-2 {
        margin-right: 16.66666667%;
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .arabic .text-md-start {
        text-align: right !important;
    }

   
}
@media (max-width: 768px) {
    .contest-listing li {
        width: 100% !important;
    }

}
.arabic #country_select {
    background-position: left 0.75rem center;
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}

.arabic #email_id ~ .position-absolute.end-0 {
    right: unset !important;
    left: 0;
    margin-left: 0.5rem;
}

.arabic #mobile_no,
.arabic .iti__country-list {
    text-align: right;
    direction: rtl;
}

.arabic .iti__country-name,
.arabic .iti__flag-box {
    margin-left: 6px;
    margin-right: 0;
}

.arabic .countdown li:first-child::before {
    display: none;
}

.arabic .countdown li:not(:first-child)::before {
    position: absolute;
    content: ":";
    right: -5px;
    bottom: 43%;
    font-size: 50px;
}

.arabic .accordion-button::after {
    margin-left: 0;
    margin-right: auto;
}

@media (min-width: 1201px) and (max-width: 1400px) {
    header.fixed .navbar-nav .nav-link {
        font-size: 12px;
        white-space: nowrap;
    }
    .group-card {
        transform: translateY(-100px);
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
        white-space: nowrap;
    }
    header.fixed .navbar-nav .nav-link svg {
        width: 8px;
        margin: 0 !important;
    }
    .group-card {
        transform: translateY(-70px);
    }
    .fix-pos > img {
        width: 140px;
    }
    .copyright .d-flex {
        flex-direction: column-reverse;
        gap: 1rem;
        align-items: center;
    }
    .copyright .d-flex > p {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .h-vh-80 {
        height: 80vh;
    }
    .navbar-nav .dropdown-menu {
        transition: all 0.3s ease-in;
    }
    .navbar-nav .dropdown-menu.show {
        padding-block: 1rem;
        left: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link svg {
        transform: rotate(-90deg);
    }
    .navbar-nav .nav-item {
        margin-right: 0;
    }
    .forex-page {
        height: 40vh;
    }
    .hero-section {
        padding: 64px 0;
    }
    .traders-section .d-grid > div {
        height: 120px;
        font-size: 1rem;
    }
    .group-card .d-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .group-card .d-grid .play-btn {
        border-radius: 12px;
        grid-column: span 2 / span 1;
    }
    .traders-section .d-grid > div:last-child,
    .traders-section .d-grid > div:nth-child(2) {
        transform: translateY(0);
    }
    .about-hero img {
        height: auto;
    }
    .copyright .d-flex {
        flex-direction: column-reverse;
        gap: 1rem;
        align-items: center;
    }
    .copyright .d-flex > p {
        text-align: center;
    }
    .indices-col {
        grid-template-columns: repeat(3, 1fr);
    }
    .crypto-card::before {
        display: none;
    }
    .funding-wrapper ul {
        width: 70%;
    }
    .funding-section .nav-tabs .nav-link {
        padding: 10px;
        font-size: 14px;
        font-weight: 500;
    }
    .instrument-table td,
    .instrument-table th {
        white-space: nowrap;
    }
    .fix-pos {
        width: 20%;
    }
    .account-section .nav-pills {
        flex-direction: row !important;
        overflow-x: auto;
        flex-wrap: nowrap;
        margin: 0;
        gap: 1rem;
        white-space: nowrap;
    }
    .account-section .nav-pills .nav-link {
        margin-bottom: 1rem !important;
    }
    .account-section .nav-pills .nav-link label {
        padding: 16px;
    }
    .course-date,
    .course-detail {
        border: 0;
        padding-inline: 0;
    }
    .countdown li span {
        font-size: 60px;
        width: 110px;
    }
    .why-choose-zulutrade::before {
        clip-path: unset;
    }
    .currency-converter a {
        padding: 1rem;
    }
}

@media (max-width: 767px) {
    .hero-text .hero-title ~ p,
    body,
    p {
        font-size: 16px;
        line-height: 24px;
    }
    h5 {
        font-size: 16px;
        line-height: 20px;
    }
    section {
        padding: 40px 0;
    }
    .col-rev {
        flex-direction: column-reverse;
    }
    .filter-shadow {
        filter: drop-shadow(-6px 6px 0px #f1f1f1);
    }
    .group-btn {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    .hero-section {
        display: flex;
        height: 80vh;
    }
    .hero-section .img-fluid.pe-none {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .hero-text {
        padding: 0 10px;
    }
    .hero-text .hero-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 1rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
    }
    .title {
        font-size: 26px;
        line-height: 36px;
    }
    .funding-section .tab-content .list-unstyled li:last-child {
        padding-right: 10px;
    }
    .forex-page,
    .zulutrade-section {
        height: 55vh;
    }
    .group-card .d-grid {
        display: block !important;
    }
    .group-card .d-grid > div:not(:last-child) {
        margin-bottom: 1rem;
        padding: 24px;
    }
    .about-section .circle {
        width: 320px;
        height: 320px;
        border-width: 20px;
        margin-top: 20%;
    }
    .about-section .circle img {
        width: 220px;
        height: 326px;
        top: -10%;
    }
    .traders-section .card .scroll-anim > .d-flex.gap-4 {
        padding: 0;
    }
    .video-box {
        min-height: 250px;
    }
    .box-container {
        grid-template-columns: repeat(2, 1fr);
        transform: rotate(0);
        width: 300px;
    }
    .box-container .box {
        width: 150px;
    }
    .box-container .box img {
        transform: rotate(0);
    }
    .box:first-child,
    .box:nth-child(9) {
        display: none;
    }
    .traders-section .d-grid {
        width: 300px;
    }
    .traders-section .d-grid > div {
        margin: auto;
        width: 140px;
        height: 130px;
        font-size: 1rem;
        padding: 6px;
    }
    .accordian-wrapper .accordion-item .accordion-header {
        flex-direction: column;
        align-items: baseline;
        gap: 1rem;
    }
    .accordian-wrapper .accordion-item .accordion-header .accordion-button {
        font-size: 16px;
    }
    .accordian-wrapper .accordion-item .accordion-header h4 ~ .d-flex {
        width: 100%;
        justify-content: space-between;
    }
    .indices-col {
        grid-template-columns: 1fr;
    }
    .account-section .nav-pills .nav-link input[type="radio"]:checked::before {
        top: 0;
    }
    .funding-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .funding-wrapper ul {
        width: 100%;
    }
    .funding-wrapper .fix-pos {
        position: static !important;
        width: 100%;
        text-align: center;
    }
    .curr-width {
        width: 100%;
    }
    .account-list ul.list-unstyled li span:first-child {
        font-size: 14px;
    }
    .how-to-apply figure figcaption {
        width: 100%;
        text-align: center;
        padding: 0 !important;
    }
    .contact-wrapper {
        padding: 32px 16px;
    }
    .countdown {
        padding-inline: 1rem;
    }
    .contest-terms .title {
        font-size: 24px;
        text-align: left;
    }

    .countdown li {
        padding: 1em 0.4em;
        font-size: 16px;
    }
    .countdown li span {
        font-size: 30px;
        width: 66px;
        line-height: 30px;
    }
    .countdown li:not(:last-child)::before {
        bottom: 48%;
        font-size: 30px;
    }
    .counter-line {
        width: 60px;
        top: 40px;
        left: 10px;
        border-top-width: 2px;
        transform: translate(0);
    }
    .popular-comm .card.border.bg-transparent.text-center {
        border-radius: 1rem !important;
    }
    .steps-design {
        padding-left: 4rem;
    }
    .steps-design::before {
        height: 150px;
        left: 26px;
    }
    .gallery-container {
        column-count: 2;
    }

    .counter-card {
        width: 60%;
        display: block;
        margin: auto;
    }
    
}

@media (max-width: 396px) {
    .navbar-brand > img {
        width: 150px;
    }
    .counter-line {
        top: 37px;
        left: 8px;
        width: 44px;
    }
    .countdown li {
        font-size: 12px;
    }
    .countdown li:not(:last-child)::before {
        bottom: 51%;
        font-size: 20px;
        right: -4px;
    }
    .countdown li span {
        font-size: 22px;
        width: 50px;
    }
}

/*=================================== banner ===================================*/
.broker-section.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        rgba(0, 0, 0, 0.6),  /* black overlay with 60% opacity */
        rgba(0, 0, 0, 0.6)
    ),
    url("../img/mercedes-banner-2.webp");
    background-size: cover;
    background-position: center;
    z-index: -1;
}


.banner .col-12.col-lg-7.text-lg-start {
    margin-top: auto;
    margin-bottom: auto;
}

.banner h1 {
    color: white;
}

.broker-section {
    padding: 7rem 0rem 5rem !important;
    background: black !important; 
}

.col-lg-4.offset-lg-1.wow.fadeInRight {
    margin:0px auto;
}

/*============================================ form  ===========================================*/

.september-contest-card {
    width: 100%;
    max-width: 450px;
    background: #004981;
    border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(12px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    animation: september-contest-fadeInUp 0.8s ease;
}

.september-contest-card h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
}

.september-contest-card h2 span {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    background: linear-gradient(30deg, #d99400 2%, #f5b619 31%, #e9da2f 68%, #ffc315 96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.september-contest-form { 
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.september-contest-input-group {
    position: relative;
}

.september-contest-input-group label {
    color: #ff0000;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
}


.september-contest-form-control {
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    border: 1px solid rgba(61, 61, 61, 0.15);
    background: white;
    color: #333;
    font-size: 0.95rem;
    transition: 0.3s;
}

.september-contest-form-control:focus {
    border-color: #cf9a15;
    background: rgb(228, 228, 228);
    outline: none;
}

::placeholder {
    color: #000000;
}

/* OTP Button Inside Input */
.september-contest-otp-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(30deg, #de9f17 2%, #cf9a15 31%, #fff68a 68%, #ffcf45 96%);
    border: none;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    color: #000;
}

.september-contest-otp-btn:hover {
    background: #1b65af;
    color: white;
}

/* Buttons */
.september-contest-btn {
    padding: 14px;
    border-radius: 12px;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.september-contest-btn-primary {
    background: linear-gradient(30deg, #de9f17 2%, #cf9a15 31%, #fff68a 68%, #ffcf45 96%);
    color: #000;
}

.september-contest-btn-primary:hover {
    background: linear-gradient(90deg, #1b65af, #1b65af);
    transform: translateY(-2px);
    color: white;
}

.september-contest-btn-secondary {
    background: #374151;
    color: #fff;
}

.september-contest-btn-secondary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Animation */
@keyframes september-contest-fadeInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/*============================================ counter-section ============================================*/

.reward-section p {
    color: black;
}

section.certificates-sec {
    padding-bottom: 0;
    color: black;
}

.counter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    max-width: 1320px;
    margin: 0 auto;
}

.counter-card {
    background: #14141457;
    border-radius: 10px;
    padding: 30px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border 0.3s ease;
    border: 1px solid rgb(255 255 255 / 50%);
    position: relative;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 5px 31px rgb(177 177 177 / 19%);
}

.counter-card:hover::before {
    transform: scale(1);
}

.counter-card:hover {
    transform: translateY(-10px);
    border: 1px solid rgb(197, 197, 197);
}

.counter-number {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 5px;
    color: #d7a500 !important;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.2);
    transition: text-shadow 0.3s ease;
}

.counter-label {
    font-size: 18px;
    color: white;
    margin-bottom: 0;
}



@media (min-width: 768px) and (max-width:991px) {
    
.row.gy-4.mobile-col {
        flex-direction: column-reverse;
    }
    
.september-contest-card {
    margin: auto;
}
.counter-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.counter-card {
    padding: 15px;
    width: 42%;
}



    
    
}

@media (max-width: 767px) {
    .counter-number {
        font-size: 1.6rem;
    }
    section.counter-section {
        position: relative;
        bottom: 0;
    }
    .row.gy-4.mobile-col {
        flex-direction: column-reverse;
    }
}

.linear-border.contest-terms ol li {
    list-style: none;
    color: rgb(90, 90, 90) !important;
}

.linear-border.contest-terms ul li {
    list-style: disc;
}

.linear-border.contest-terms p {
    color: rgb(92, 92, 92) !important;
    font-size: 14px;
}
.bottom-footer p { 
    padding: 10px 0;
    margin: 0;
    font-size: 12px;
}
.contest-listing {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contest-listing li {
    font-weight: 500;
    color: #ffffff;
    margin: 12px 0;
    display: flex;
    align-items: center;
    background: #141a28;
    padding: 10px;
    border-radius: 50px;
    width: 60%;
}

.contest-listing li i {
    margin-right: 10px;
    width: 28px; /* keeps icons aligned */
    text-align: center;
    background: linear-gradient(30deg, #de9f17 2%, #cf9a15 31%, #fff68a 68%, #ffcf45 96%);
    border-radius: 50%;
    height: 35px;
    width: 35px;
    padding: 10px;
    color: black;
}

.benefit-card-section {
    position: relative;
    color: #fff;
    z-index: 1;
    overflow: hidden; /* ensures video doesn't overflow */
}

.benefit-card-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 37%);
    z-index: -1;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -2; /* below overlay */
}

.benefit-card-section h2 {
    color: rgb(255, 255, 255);
}

.benefit-card-section p {
    color: rgb(199, 199, 199);
}


.reward-section h2,
.reward-section p,
.reward-card h5,
.reward-card p {
    color: #000000;
}

.reward-card {
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.1); /* semi-transparent card */
    backdrop-filter: blur(6px);
}
.reward-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.reward-card img {
    max-height: 150px;
    object-fit: contain;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.5));
}
section.counter-section {
    padding: 40px 0 0;
}

/*======================================== Benefit-card ======================================== B*/

.benefit-card-section {
    padding: 50px 0;
}

.benefit-card-subtitle {
    font-size: 1rem;
    color: #666;
    margin-bottom: 50px;
}

.benefit-card-box {
    position: relative;
    border-radius: 20px;
    padding: 40px 25px;
    text-align: center;
    transition: all 0.4s ease-in-out; 
    overflow: hidden;
    background: #004981;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.069);
}

/* Gradient Border */
.benefit-card-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* border thickness */
    border-radius: 20px;
    background: linear-gradient(30deg, #de9f17 2%, #cf9a15 31%, #fff68a 68%, #ffcf45 96%);
    -webkit-mask: 
        linear-gradient(#9c9c9c 0 0) content-box, 
        linear-gradient(#9c9c9c 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
    opacity: 0.8;
}

/* Keep content above */
.benefit-card-box > * {
    position: relative;
    z-index: 2;
}


.benefit-card-box:hover::before {
    bottom: 0;
    opacity: 0.15;
}

  
   .benefit-card-icon-wrapper {
    background: linear-gradient(30deg, #de9f17 2%, #cf9a15 31%, #fff68a 68%, #ffcf45 96%);
    color: #000000;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.8rem;
    margin: 0 auto 20px auto;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
  }


.benefit-card-box p {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    position: relative;
    z-index: 1;
}

/*================================== rewards ==================================*/

.rewards-section {
    padding: 50px 0;
    margin-top:2rem;
    text-align: center;
    background: linear-gradient(180deg, #f5f7fa 0%, #ffffff 100%);
}

 
.rewards-section p {
    font-size: 16px;
    margin-bottom: 50px;
    color: #000000;
    font-weight: 500;
}
.rewards-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    height: 320px;  
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end; 
    color: #fff;
    transition: all 0.4s ease;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
  }
   
  .rewards-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:linear-gradient(rgb(0 0 0 / 18%) 28%, rgb(0 0 0) 100%);
    border-radius: 18px;
    z-index: 1;
  }
  .rewards-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.3);
  }
  .rewards-content {
    position: relative;
    z-index: 2;
    padding: 20px;
    text-align: left;
  }
  
  .rewards-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
  }
  
  .rewards-subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
  }
  
  .rewards-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #e0e0e0 !important;
    margin-bottom: 0 !important;
  }
  
  /* Background images */
  .card-1 { background-image: url("../img/images/step-1.jpg"); }
  .card-2 { background-image: url("../img/images/step-2.jpg"); }
  .card-3 { background-image: url("../img/images/step-3.jpg"); }
  

.rewards-icon {
    font-size: 40px;
    margin-bottom: 15px;
    background: #00c6ff;
    color: white;
}
 
.contest-sec img{
    width: 100% !important;
    height: 20rem !important;
    padding: 0 !important;
    object-fit: cover !important;
}

.payment-section {
    position: relative;
    background: url('../img/images/funding-image-1.jpg') no-repeat center center/cover;
    z-index: 1;
    padding: 60px 20px;
    margin-top: 1rem;
  }
  
  .payment-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);  
    z-index: -1;
  }
  
  .payment-section h2,
  .payment-section p {
    color: #fff;
  }
  
  #footer {
    position: relative;
    z-index: 1;
    color: #fff; /* makes text readable */
    padding: 50px 0 0;
    background: url('../img/images/faq-image.jpg') center/cover no-repeat; 
  }
  
  #footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);  
    z-index: -1;
  }
  
  section#why-choose-us p{
    color: black;
  }
  section#why-choose-us ul{
    color: black;
  }
  
  
  
  

@media (max-width: 767px) {
    
    
.counter-grid {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}

.counter-card {
    padding: 15px;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 115px;
}

.counter-number {
    font-size: 1.4rem;
}

.counter-label {
    font-size: 15px;
    color: white;
    margin-bottom: 0;
}

#home.broker-section {
    padding: 0rem 0rem 2rem !important;
}

.global-map-img img {
    width: 75%;
}

}

/* ======================================================services new css========================================================== */


.card-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Tablets (2 columns) */
@media (max-width: 1024px) {
    .card-section {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (1 column) */
@media (max-width: 600px) {
    .card-section {
        grid-template-columns: 1fr;
    }
    
    .hstack{
        display: grid

    }
}

      
    
.box-1 {
  width: 70%;
  border-radius: 20px;
  height: 100%;
    background: linear-gradient(30deg, rgb(222, 159, 23) 2%, rgb(207, 154, 21) 31%, rgb(255, 246, 138) 68%, rgb(255, 207, 69) 96%);
  padding: 70px;
  position: relative;
}

.box-1-section {
  position: relative;
}

.box-contain-1 {
  position: absolute;
  background-color: #fff;
  top: 22px;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: calc(100% - 44px);
  height: calc(100% - 44px);
  box-sizing: border-box;
}

/* Apply border only between child items */
.box-contain-1 > *:not(:last-child) {
  border-right: 1px solid gray;
  padding-right: 10px;
  margin-right: 8px;
}
.box-contain-1 img {
  width: 60px; 
  height: 60px;
  object-fit: contain;
  padding-left: 4px;
  border-right: 1px solid gray;
}
.box-contain-1 img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  padding: 4px;
}

/* Add border on the container, not the image */

.box-contain-1 h6 { 
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1b65af;
}

.box-contain-1 p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #424242;
    line-height: 1.4;
}


.box-2 {
  width: 70%;
  border-radius: 20px;
  height: 100%;
     background: linear-gradient(30deg, rgb(222, 159, 23) 2%, rgb(207, 154, 21) 31%, rgb(255, 246, 138) 68%, rgb(255, 207, 69) 96%);
  padding: 70px;
  position: relative;
}



.box-3 {
  width: 70%;
  border-radius: 20px;
  height: 100%;
    background: linear-gradient(30deg, rgb(222, 159, 23) 2%, rgb(207, 154, 21) 31%, rgb(255, 246, 138) 68%, rgb(255, 207, 69) 96%);
  padding: 70px;
  position: relative;
  
}
.box-4 {
  width: 70%;
  border-radius: 20px;
  height: 100%;
    background: linear-gradient(30deg, rgb(222, 159, 23) 2%, rgb(207, 154, 21) 31%, rgb(255, 246, 138) 68%, rgb(255, 207, 69) 96%);
  padding: 70px;
  position: relative;
}

.box-5 {
  width: 70%;
  border-radius: 20px;
  height: 100%;
     background: linear-gradient(30deg, rgb(222, 159, 23) 2%, rgb(207, 154, 21) 31%, rgb(255, 246, 138) 68%, rgb(255, 207, 69) 96%);
  padding: 70px;
  position: relative;
}

.box-6 {
  width: 70%;
  border-radius: 20px;
  height: 100%;
    background: linear-gradient(30deg, rgb(222, 159, 23) 2%, rgb(207, 154, 21) 31%, rgb(255, 246, 138) 68%, rgb(255, 207, 69) 96%);
  padding: 70px;
  position: relative;
}



@media (min-width:1200px) and (max-width:1399px) {

.september-contest-card {
    padding: 25px;
}

.col-lg-4.offset-lg-1.wow.fadeInRight {
    width: 40%;
}

.quick-links a {
    font-size: 12px;
}


}



@media (min-width:992px) and (max-width:1199px) {

.september-contest-card {
    padding: 25px;
}

.col-lg-4.offset-lg-1.wow.fadeInRight {
    width: 40%;
}



}

@media (min-width:768px) and (max-width:991px) {
    
.card-section {
    gap: 10px;
}

.box-contain-1 {
    gap: 5px;
    padding: 8px;
}

.box-contain-1 p {
    font-size: 12px;
}


.rewards-card {
    height: 215px;
}

.rewards-title {
    font-size: 20px;
}

.rewards-subtitle {
    font-size: 15px;
    margin-bottom: 6px;
}

.payment-section {
    padding: 30px 0px;
    margin-top: 0rem;
}

.payment-section .title { 
    font-size: 26px;
    margin-bottom: 0px !important;
}


.rewards-desc {
    font-size: 11px !important;
}


#footer .hstack {
    flex-direction: column-reverse;
}

}



@media (min-width:576px) and (max-width:767px) {
    
    
    
}





@media (max-width:575px) {
    
#footer .hstack .btn {
    padding: 6px 25px;
    white-space: nowrap;
}

.quick-links a {
    font-size: 11px;
    line-height: 1;
}

.september-contest-card {
    padding: 20px;
    margin: auto;
}

.payment-col {
    gap: 10px;
}
.payment-img {
    padding: 0.4rem;
}
.footer-links{
    display: grid !important;
    justify-content: start !important;
}
.quick-links{
    display: grid;
    text-align: left !important;
    border-top: 1px solid;
     padding-top: 15px;
}
.quick-links a{ 
    margin-bottom: 15px;
}


}


         