* {
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
}

/* .bg-image {
    background-image: url("../../images/global/common-background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: calc(100vh - 92px);
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.bg-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000006b;
    left: 0;
    top: 0;
    z-index: -1;
}

/* .bg-image-no-header {
    background-image: url("../../images/global/common-background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
} */
.bg-image-no-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000006b;
    left: 0;
    top: 0;
    z-index: -1;
}

option {
    color: black !important;
}

::placeholder {
    color: #9c9c9c !important;
}

.bg-color {
    background: #21293a;
    width: 100%;
    min-height: calc(100vh - 92px);
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-color-no-header {
    background: #21293a;
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyrith-text {
    position: absolute;
    bottom: 0;
    text-align: center;
}

.custom-form-bg {
    background: rgba(0, 0, 0, 0.5);
}

.no-outline {
    outline: none;
}

.custom-dropdown.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0;
}

.custom-label {
    white-space: nowrap;
}

.min-opt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-sec {
    /* width: 100px;
    height: 100px; */
    background: #80808080;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 65px;
    border-radius: 8px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .icon-sec {
        width: 80px !important;
        height: 80px !important;
    }
}

@media (max-width: 374px) {
    .icon-sec {
        width: 60px !important;
        height: 60px !important;
    }

    .icon-title {
        font-size: 13px;
    }

    .icon-sec img {
        width: 40px !important;
    }
}

.lock-text-color {
    color: darkgray;
}

.icon-sec.border:hover {
    background: #0a0a0a7d;
}

/*.navbar {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 1000;
}*/

.bg-image {
    padding-top: 60px;
}

@media (max-width: 1023px) {
    .bg-image {
        padding: 30px 0 60px 0;
        min-height: calc(100vh - 60px);
    }

    .bg-color {
        padding: 30px 0 60px 0 !important;
        min-height: calc(100vh - 60px) !important;
    }
}

.label-width {
    min-width: 70px;
}

.membership-icon {
    width: 30px;
    height: auto;
}

/* boost mission css */
* {
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.bg-color-no-header {
    background: #21293a;
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-tab-wrapper a {
    cursor: pointer;
}

.bg-image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(359deg, #000000, #00000070, #00000070);
    left: 0;
    top: 0;
    z-index: -1;
}

.custom-border {
    border-right: 1px solid;
}

.min-opt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-sec {
    width: 100px;
    height: 100px;
    background: #80808080;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 65px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.5s;
}

.icon-sec.border:hover {
    background: #0a0a0a7d;
}

@media (max-width: 425px) {
    .custom-border {
        border: 0;
    }

    .width-control {
        width: 90% !important;
    }
}

.min-opt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hover-product:hover .product-title,
.hover-product:hover .product-price {
    color: #65d1f8;
}

.product-min-image {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
}

@media (max-width: 425px) {
    .product-min-image {
        width: 100px;
        height: 100px;
    }

    .product-title {
        font-size: 15px !important;
    }

    .product-price {
        font-size: 13px !important;
    }
}

@media (max-width: 375px) {
    .product-min-image {
        width: 80px;
        height: 80px;
    }
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.product-price {
    font-size: 15px;
    text-align: center;
}

.modal-custom-bg {
    background: #1b2a42;
}

.modal-footer,
.modal-body {
    background: var(--card-bg);

}

.modal-footer button {
    color: var(--white-color);
}

.custom-header-bg {
    background: #192030 !important;
}

.custom-header-bg .nav-link:hover,
.custom-header-bg .nav-link i:hover {
    color: #01c0f9 !important;
}

.footer-text-position {
    position: absolute;
    bottom: 0;
}

.light-text {
    color: darkgray;
}

.error-message {
    color: red;
}

.image-upload {
    width: 300px;
    height: 300px;
    border: 1px solid #ededed;
}

.image-upload {
    width: 100px;
    height: 100px;
    border: 1px solid #80808052;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #192030;
    font-size: 30px;
    cursor: pointer;
}

.bg-color {
    background: #21293a;
    width: 100%;
    min-height: calc(100vh - 72px);
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0;
}

.custom-hover-depo {
    cursor: pointer;
    transition: 0.3s;
}

.custom-hover-depo:hover {
    background: #e9e9e9;
}

.zoom {
    overflow: hidden;
    transition: 0.5s;
}

.card-body.zoom:hover {
    transform: scale(1.04) translateX(10px);
}

label.image-upload i {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.min-opt:hover .icon-title {
    color: #01c0f9 !important;
}

.notificaion-hover-bg {
    background: #19203080;
    transition: 0.3s;
}

.notificaion-hover-bg:hover {
    background: #192030;
}

.arrow-down {
    transform: rotate(90deg) !important;
    /* Rotate the arrow to point downward */
}

.hover-color-btn:hover {
    color: lightgray !important;
}

@media (max-width: 767) {
    .copyrith-text {
        position: relative;
    }
}

.mobile-menu {
    background: #1a2537;
    width: 100%;
    height: 70px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

@media (max-width: 768px) {
    .mobile-menu {
        display: flex;
    }
}

.notification-section {
    position: absolute;
    right: 20px;
}

.mobile-menu-footer {
    position: fixed;
    bottom: 0;
    background: #1a2537;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    display: none;
    z-index: 999;
    color: #fff;
}

@media (max-width: 768px) {
    .mobile-menu-footer {
        display: flex;
    }
}

.custom-effect {
    height: 70px;
    padding: 0 !important;
}

.modal-sm img {
    width: 100%;
}

.custom-effect.active {
    background: linear-gradient(0deg, #00153e, transparent);
}

.custom-back-option {
    padding: 10px 20px;
    color: #fff;
    background: #1a2537;
    position: fixed;
    top: 70px;
    z-index: 999;
    width: 100%;
    font-weight: 600;
}

.hide-in-lg {
    display: none;
}

@media (max-width: 1023px) {
    .hide-in-sm {
        display: none;
    }

    .hide-in-lg {
        display: flex !important;
        align-items: center;
    }
}

.width-control {
    width: 50%;
}


/* new css */
:root {
    /* color */
    --primary-color: #212529;
    --secondary-color: #FFD700;
    --secondary-hover-color: #f0b90b;
    --header-bg: #1e272e;
    --card-bg: #172027;
    --white-color: #fff;
    --card-para-color: #ffffff8c;
    --body-font-color: #ddd;
    --black-color: #1a1a1a;
    --card-bg-2: #1e293b;
    --green-color: #4ade80;
    --red-color: #ef4444;

    /* font */
    --font--14: 14px;
    --font--16: 16px;
    --font--18: 18px;
    --font--20: 20px;
    --font--28: 28px;
    --font--36: 36px;
    --font--56: 56px;

}

body {
    background: var(--header-bg);
    font-family: "Roboto", sans-serif;
    font-size: var(--font--16);
}

.section-gap {
    padding-top: 120px;
    padding-bottom: 120px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.2;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
}

.alert {
    position: absolute;
    z-index: 1024;
    top: 0;
    left: 0;
}

.section-header {
    color: var(--white-color);
    text-align: center;
    margin-bottom: 45px;
}

.section-header .title {
    font-size: var(--font--36);
    /*line-height: 46px;*/
    margin-bottom: 25px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.paragraph {
    font-size: var(--font--16);
    /*line-height: 26px;*/
    margin-bottom: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.header-top {
    flex: 1;
    color: var(--white-color);
    align-items: center;
}

.navbar-custom {
    background: var(--header-bg);
    padding: 10px 0;
}

.header-top-right {
    display: flex;
    gap: 15px;
    justify-content: end;
}


.slider-container {
    position: relative;
}

/* Value bubble above the slider thumb */
.slider-value-bubble {
    position: absolute;
    top: -30px;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
}

/* Range background fill */
input[type="range"] {
    width: 100%;
    appearance: none;
    height: 6px;
    background: linear-gradient(to right, #000 0%, #000 var(--progress, 0%), #ddd var(--progress, 0%), #ddd 100%);
    border-radius: 3px;
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -5px;
}

input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #000;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}


#toast-container>.toast-success {
    background-color: #28a745 !important;
    color: #fff !important;
}

#toast-container>.toast-success .toast-message {
    color: #fff !important;
}

.minute-btn {
    background-color: var(--card-bg-2);
    color: #cbd5e1;
    border: 0.1px solid #cbd5e184;
    border-radius: 0.375rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: background-color 0.2s ease;
}

.minute-btn:hover {
    background-color: #334155;
}

.minute-btn.selected {
    background-color: #ffffffc1;
    color: #0f172a;

}

.minute-btn.selected::after {
    content: '';
    position: absolute;
    left: -100%;
    bottom: 0;
    background-color: #a78bfa;
    height: 2px;
    width: 100%;
    transition: left 0.3s ease-in-out;

}

.minute-btn.selected:hover::after {
    left: 0;

}


.flip-top {
    animation: flipTop 0.5s ease-in-out forwards;
    transform-origin: bottom center;
}

.flip-bottom {
    animation: flipBottom 0.5s ease-in-out 0.5s forwards;
    transform-origin: top center;
}

@keyframes flipTop {
    0% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(-90deg);
    }
}

@keyframes flipBottom {
    0% {
        transform: rotateX(90deg);
    }

    100% {
        transform: rotateX(0deg);
    }
}

.btn-close:hover {
    background-color: #0056b3;
    cursor: pointer;
}



.card-header-custom {
    background-color: #3b454d;
    color: #fff;
}

.card-body span {
    font-weight: 500;
    color: #ffffff;
}

.badge-status {
    background-color: var(--secondary-color);
    color: #1e272e !important;
}

.submitted-trade-label {
    color: #6c757d;
    font-weight: 600;
}

#toast-container .toast-error {
    background-color: red !important;
    color: white;
}


.countdown-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.time-segment {
    background-color: #2c3e50;
    color: #fff;
    padding: 15px 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 70px;
}

.time-segment-label {
    font-size: 0.8em;
    color: #ddd;
    margin-top: 5px;
}

.digit-container {
    position: relative;
    height: 35px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.digit {
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    line-height: 40px;
    font-size: 2em;
    font-weight: bold;
    background-color: #34495e;
    /*border-bottom: 1px solid #1a242f;*/
    border-radius-top-left: 5px;
    border-radius-top-right: 5px;
}

.digit.bottom {
    top: 50%;
    /*border-top: 1px solid #1a242f;*/
    border-bottom: none;
    border-radius-bottom-left: 5px;
    border-radius-bottom-right: 5px;
}

.separator {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    margin-top: 5px;
}

.header-top-right span {
    border-right: 2px solid var(--white-color);
}

.header-top-right .nav-link {
    font-size: var(--font--14);
}

.header-top .custom-dropdown {
    display: inline-block;
    padding: 4px 15px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.302);
    font-size: 14px;
}

.custom-dropdown ul {
    background: var(--card-bg);

}

.custom-dropdown .dropdown-item {
    color: var(--white-color);
    font-size: var(--font--16);
}

.custom-dropdown .dropdown-item:hover {
    background-color: #353b41;
    color: var(--white-color);
}

.hero-content {
    background-image: url('/images/608919b35c94e1619597747.jpg');
    background-repeat: repeat;
    background-size: cover;
    overflow: hidden;
    background-position: bottom center;
    position: relative;
    z-index: 1;
}

.hero-content::after {
    content: '';
    position: absolute;
    width: 101%;
    height: 101%;
    background: rgba(23, 32, 39, 0.8);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.custom-bg .navbar {
    padding: 20px 0;
}

.top-header .navbar-brand {
    max-height: 80px;
}

.hero-content {
    padding: 130px 0 60px;
}

.header-bottom {
    position: fixed;
    top: 53px !important;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}

.header-bottom .navbar {
    padding: 20px 0;
}

.header-bottom .navbar-nav {
    gap: 10px;
}

.banner-container {
    position: relative;
    padding-left: 30px;
    width: calc(100% - 600px);
}

.banner-container img {
    max-width: 780px;
}

.animated-img {
    position: absolute;
}

.animated-img1 {
    top: 140px;
    left: 85px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
}

.animated-img2 {
    top: 205px;
    left: 330px;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
}

.animated-img3 {
    top: 280px;
    left: 500px;
}

.animated-img4 {
    top: 385px;
    left: 650px;
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
}

.animated-img img {
    opacity: 0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    animation: banner-fadeSm 4s alternate infinite;
    -webkit-animation: banner-fadeSm 4s alternate infinite;
    -moz-animation: banner-fadeSm 4s alternate infinite;
}

@keyframes banner-fadeSm {
    0% {
        opacity: .6;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    80% {
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.banner-content {
    max-width: 600px;
    color: var(--white-color);
}

.top-header.fixed-header .header-bottom {
    top: 0 !important;
}

.top-header.active .header-bottom {
    background: var(--header-bg);
}

.header-bottom .nav-link {
    color: #fff;
    font-size: var(--font--16);
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
}

.header-bottom .nav-link.active {
    color: var(--secondary-color);
}


/* hero section style */

.banner-content h1 {
    font-size: var(--font--56);
    /*line-height: 64px;*/
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
    margin-bottom: 35px;
}

.banner-content p {
    font-size: var(--font--18);
    /*line-height: 1.6;*/
    margin-bottom: 35px;
}

.custom-btn .btn-primary {
    background: var(--secondary-color);
    padding: 12px 30px;
    overflow: hidden;
    position: relative;
    font-size: var(--font--16);
    color: var(--black-color);
    font-weight: 600;
    font-family: "Rajdhani", sans-serif;
    border: 0;
}

.custom-btn .btn-primary::before,
.custom-btn .btn-primary::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
}

.custom-btn .btn-primary:hover {
    color: var(--header-bg);
    border-color: #2e86de;
}

.custom-btn .btn-primary:hover::before,
.custom-btn .btn-primary:hover::after {
    transition: all ease .2s;
    opacity: 1;
}

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

.custom-btn .btn-primary:hover::after {
    left: 100%;
}

.custom-btn .btn-primary:active {
    background: var(--secondary-hover-color);
}

/* ###hero section style */


/* Trade section style */
.custom-tab-style .nav-link {
    padding: 15px 40px;
    background: var(--header-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.custom-tab-style .nav-link.active {
    background: var(--secondary-color);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--primary-color);
}

.custom-card .card-body {
    background: var(--header-bg);
    border-radius: 5px;
}

/* Trade section style */

/* why trade */
.trade-card {
    padding: 40px 20px 60px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    background: var(--card-bg);
    border-radius: 5px;
    transition: all ease 0.3s;
}

.trade-card {
    color: var(--white-color);
}

.trade-card p {
    color: var(--body-font-color);
}

.trade-card:hover {
    transform: translateY(-10px);
}

.trade-card i {
    font-size: 40px;
    margin: 0 auto 25px;
    color: var(--secondary-color);
}

.why-trade-with-us,
.latest-news-tips {
    background: var(--header-bg);
}

/* ###why trade */

/* Latest News Tips */
.post-card {
    background: var(--card-bg);
    color: var(--white-color);
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.card-img-top {
    transition: all ease 0.3s;
}

.post-card:hover .card-img-top {
    transform: scale(1.1);
}

.post-card .card-body {
    padding: 30px;
}


.post-card .card-title a {
    color: var(--white-color);
    font-size: var(--font--20);
    /*line-height: 26px;*/
    transform: .3s;
    margin-bottom: 20px;
}

.post-card .card-title a:hover {
    color: var(--secondary-color);
}

.post-card .date-tag {
    display: flex;
    align-items: center;
    background-color: var(--header-bg);
    color: var(--body-font-color);
    padding: 0.5rem 1rem;
    border-left: 4px solid var(--secondary-color);
    border-radius: 4px;
    font-family: sans-serif;
    font-size: 14px;
}

.post-card .date-tag i {
    color: var(--secondary-color);
    margin-right: 0.5rem;
}

.post-card .card-text {
    margin-top: 16px;
    font-size: var(--font--16);
    color: var(--card-para-color);
}

/* ###Latest News Tips */

/* faq style */

.faq-sec .accordion-button:not(.collapsed) {
    color: var(--header-bg);
    background-color: var(--secondary-color);
}

.faq-sec .accordion-button {
    background: var(--card-bg);
    color: var(--white-color);
    font-size: var(--font--20);
    /*line-height: 26px;*/
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
}

.faq-sec .accordion-body {
    font-size: var(--font--16);
    /*line-height: 26px;*/
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: var(--body-font-color);
}

.faq-sec .accordion-item {
    border-radius: 5px !important;
    overflow: hidden;
    background: var(--header-bg);
    color: var(--white-color);
    border: 1px solid rgba(255, 255, 255, 0.1);
}


.accordion-button::after {
    display: none !important;
}

.accordion-button .icon {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.accordion-button.collapsed .icon::before {
    content: '\2b';
}

.accordion-button:not(.collapsed) .icon::before {
    content: '\f068';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.accordion-button.collapsed .icon::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

/* ###faq style */

/* get started sec */
.get-started-sec {
    background: var(--secondary-color);
    color: var(--primary-color);
}

.get-started-sec .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.wrapper h4 {
    color: var(--primary-color);
}

.py-50 {
    padding: 50px 0;
}

/* ###get started sec */

/* footer style */
.footer-sec {
    color: var(--white-color);
    background: var(--card-bg);
}

.footer-logo {
    display: block;
}

.quick-link-heading {
    margin-bottom: 34px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.links-list {
    list-style: none;
}

.links-list a {
    position: relative;
}

ul.links-list {
    font-size: var(--font--14);
}

ul.links-list li a {
    color: var(--white-color);
    transition: all ease .3s;
}

ul.links-list li a .icon {
    padding-right: 10px;
    transition: all ease 0.3s;
}

ul.links-list li a:hover .icon {
    color: var(--secondary-color);
    padding-right: 15px;
}

ul.links-list li a:hover {
    color: var(--secondary-color);
}

.links-list li {
    margin-bottom: 10px;
}

.email-wrapper {
    display: flex;
    border: 1px solid #334155;
    border-radius: 6px;
    overflow: hidden;
    background-color: var(--card-bg-2);
    justify-content: space-between;
}

.email-wrapper input {
    padding: 0.75rem 1rem;
    border: none;
    outline: none;
    background-color: transparent;
    color: #f1f5f9;
    /* Light text */
    font-size: 1rem;
    width: 100%;
}

.email-wrapper input::placeholder {
    color: #94a3b8;
    /* Gray placeholder */
}

.email-wrapper button {
    background-color: var(--secondary-color);
    /* Yellow bg */
    border: none;
    padding: 0 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
    margin: 2px;
    border-radius: 5px;
}

.email-wrapper button:hover {
    background-color: var(--secondary-color);
    /* Slightly darker on hover */
}

.email-wrapper button i {
    color: var(--card-bg-2);
    /* Icon color (dark) */
    font-size: 1rem;
}

.btn-hover-animation {
    position: relative;
    overflow: hidden;
}

button.btn-hover-animation::after,
button.btn-hover-animation::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
}

.btn-hover-animation:hover {
    color: #fff;
    border-color: #2e86de;
}

.btn-hover-animation:hover::before,
.btn-hover-animation:hover::after {
    transition: all ease .2s;
    opacity: 1;
}

.btn-hover-animation:hover::before {
    right: 100%;
}

.btn-hover-animation:hover::after {
    left: 100%;
}


.contact-box {
    background-color: var(--header-bg);
    border: 1px solid #2f373d;
    border-radius: 6px;
}

.contact-item {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-item i {
    font-size: 1.25rem;
    border: 1px solid #475569;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-text {
    display: flex;
    flex-direction: column;
}

.contact-title {
    font-weight: bold;
    margin-bottom: 0.25rem;
    color: var(--white-color);
    transition: .3s;
    font-size: var(--font--20);
}

.contact-title:hover {
    color: var(--secondary-color);
}

.contact-item.highlight .contact-title {
    color: var(--black-color);
}

.contact-subtext {
    font-size: var(--font--16);
    color: var(--body-font-color);
}

.highlight {
    background-color: var(--secondary-color);
    color: var(--card-bg-2);
}

.highlight i {
    border-color: var(--card-bg-2);
    color: var(--card-bg-2);
}

.highlight .contact-subtext {
    color: var(--card-bg-2);
    font-weight: 500;
}

.footer-sec-middle {
    position: relative;
}

.footer-sec-middle::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffffff1a;
    left: 0;
    top: 50%;
    z-index: -1;
}

.footer-bottom {
    padding: 30px 0;
}

.link-text {
    color: var(--secondary-color);
}


/* ###footer style */



/* sing in and up style */
.login-container {
    color: #e9ecef;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 100vh;
}

.login-box {
    max-width: 700px;
    background-color: var(--card-bg);
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    width: 100%;
}


.signin-heading {
    color: var(--white-color);
    font-size: var(--font--28);
}

/* Input field styling */
.input-wrapper {
    margin-bottom: 15px;
}

.input-wrapper label {
    margin-bottom: 15px;
    cursor: pointer;
    color: var(--white-color);
}

.mb-15 {
    margin-bottom: 15px;
}

.custom-form-style .form-control,
.custom-form-style .form-select {
    background-color: var(--card-bg);
    /*border: 1px solid #6c757d;*/
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e9ecef;
    /*border-left: none;*/
    border-radius: 5px;
    height: 60px;
}

.custom-card-boder {
    --bs-card-bg: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.custom-body-color {
    background: var(--card-bg) !important;
}

.list-group {
    --bs-list-group-color: var(--white-color);
    --bs-list-group-bg: var(--card-bg);
}

form.custom-form-style option,
.custom-select option {
    background: #0f172a;
    color: #fff !important;
}

.custom-form-style .form-control:focus,
.custom-form-style .form-select:focus {
    background-color: var(--card-bg);
    color: #e9ecef;
    border-color: #FFD70033;
}

.custom-form-style .form-select {
    --bs-form-select-bg-img: unset;
}

.custom-form-style .form-select option {
    color: var(--white-color) !important;
}

/* Icon styling */
.input-group-text {
    background-color: #ffffff;
    padding: 10px 20px;
    border: none;
    color: #000000;
}

#confirm-password-toggle {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Checkbox styling */
.form-check-input {
    background-color: #495057;
    border-color: #6c757d;
}

.form-check-input:checked {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(240, 185, 11, 0.25);
}

.form-check-label {
    color: var(--white-color);
}


/* Link styling */
.form-link {
    color: var(--secondary-color);
    text-decoration: none;
}

.form-link:hover {
    color: var(--secondary-hover-color);
    text-decoration: underline;
}

.display-popover {
    position: relative;
}


.popup-notification {
    font-size: var(--font--14);
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 280px;
    background-color: var(--black-color);
    color: var(--white-color);
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}

.display-popover .popup-notification {
    display: block;
}

.popup-notification::after {
    position: absolute;
    content: '';
    bottom: -19px;
    left: 50%;
    margin-left: -5px;
    border-width: 10px 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent var(--black-color) transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.popup-notification p {
    padding-left: 20px;
    position: relative;
}

.popup-notification p::before {
    position: absolute;
    content: '';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: 0;
    top: 4px;
    line-height: 1;
    font-size: 18px;
}

.popup-notification .error-check span {
    text-decoration: line-through !important;
}

.popup-notification p.error-check::before {
    content: "\f057";
    color: #ea5455;
}

.popup-notification p.success-check::before {
    content: "\f058";
    color: #28c76f;
}


.verification-code-input {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: center;
}

.verification-code-input input {
    border: 1px solid #ffd700 !important;
    border-left: 1px solid #ffd700 !important;
    border-radius: 5px !important;
    flex: 1;
    text-align: center;
}

.verification-code-input input {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    font-size: 1.2rem;
    background-color: transparent;
    color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.verification-code-input input::placeholder {
    font-size: 30px;
    color: #ccc;
    opacity: 1;
    line-height: normal;
}

.verification-code-input input::-webkit-input-placeholder {
    font-size: 30px;
    color: #ccc;
    opacity: 1;
}

.verification-code-input input::-moz-placeholder {
    font-size: 30px;
    color: #ccc;
    opacity: 1;
}

.verification-code-input input:-ms-input-placeholder {
    font-size: 30px;
    color: #ccc;
    opacity: 1;
}

.verification-code-input input::-ms-placeholder {
    font-size: 30px;
    color: #ccc;
    opacity: 1;
}

/* ###sing in and up style */


/* contact page */
.hero-content.contact-hero {
    padding: 190px 0 280px;
    background-image: url('/images/605ed645dc0fa1616827973.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.glass-effect {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}

.margin-top-180 {
    margin-top: -180px;
    z-index: 1;
}

/* ###contact page */

/* top hero sec */
.top-hero-sec {
    padding: 210px 0 120px;
    background-image: url('/images/605ed645dc0fa1616827973.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.dashboard-dashboard-icon {
    position: relative;
}

.dashboard-dashboard-icon:hover .dashboard-menu {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.dashboard-dashboard-icon .dashboard-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 220px;
    background: #1e272e;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* ###top hero sec */

.img-buttons {
    display: flex;
    gap: 20px;
}

/* post details */
.post-heading .title {
    margin-bottom: 40px;
    font-size: var(--font--36);
}

.thump-img {
    height: 420px;
    margin-bottom: 30px;
}

.thump-img img {
    width: 100%;
    object-fit: cover;
}

.post-details p {
    color: var(--white-color);
    font-family: Roboto;
}


.share-section {
    margin-top: 24px;
}

.share-section h4 {
    color: white;
    margin-bottom: 10px;
    font-size: var(--font--20);
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    transition: opacity 0.2s ease-in-out;
}

.social-icons a:hover {
    opacity: 0.8;
}

/* Specific background colors */
.social-icon-fb {
    background-color: #3b5998;
}

.social-icon-tw {
    background-color: #1da1f2;
}

.social-icon-li {
    background-color: #0077b5;
}

.blog-sidebar {
    background: var(--card-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.crypto-intro-card {
    width: 100%;
}

.crypto-intro-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    flex-shrink: 0;
}

.crypto-intro-card h5 {
    font-size: var(--font--20);
    font-weight: bold;
    margin-bottom: 0.25rem;
    line-height: 1.2;
}

.crypto-intro-card .date-text {
    color: var(--secondary-color);
    font-size: var(--font--14);
}

/* ###post details */




/* dashboard style */

/* dash navbar style */
.avatar {
    width: 42px;
    height: 42px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    background: #ddd;
    color: #000;
    text-align: center;
    margin: 0 auto;
    line-height: 42px;
    font-weight: bolder;
}

ul.dashboard-menu li,
.submenu li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    color: #fff;
    text-decoration: none;
}

ul.dashboard-menu li:last-child,
.submenu li:last-child {
    border-bottom: 0;
}

ul.dashboard-menu li a,
.submenu li a {
    padding: 5px 20px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: var(--font--14);
    font-family: "Rajdhani", sans-serif;
}

ul.dashboard-menu li a:hover,
.submenu li a:hover {
    background: var(--secondary-color);
    color: var(--black-color);
}

.nav-item-has-child {
    position: relative;
    z-index: 999 !important;
}

.nav-item-has-child>a::after {
    content: "\f107";
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    margin-left: 5px;
    vertical-align: middle;
}

.submenu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    background: var(--card-bg);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
    visibility: hidden;
}

.nav-item-has-child:hover>.submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

/* ###dash nevbar style */



.balance-card {
    background-color: var(--card-bg);
    color: var(--white-color);
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.right-section {
    padding: 30px;
    width: calc(100% - 90px);
}

.left-section {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
}

.left-section .dollar-sign {
    font-size: var(--font--36);
    font-weight: bold;
}



.balance-amount {
    font-size: var(--font--28);
    line-height: 1.2;
    word-break: break-all;
    font-weight: bold;
    margin-bottom: 10px;
}

.balance-label {
    font-size: 0.9rem;
    color: var(--body-font-color);
    margin-bottom: 5px;

}

.view-all-button {
    background-color: var(--secondary-color);
    color: var(--black-color);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
    font-size: var(--font--14);
}

.view-all-button:hover {
    background-color: var(--secondary-hover-color);
    color: var(--black-color);
}

.view-all-button:active {
    background-color: var(--secondary-hover-color) !important;
    color: var(--black-color) !important;
}

/* ref */
.referral-card {
    background-color: var(--black-color);
    color: var(--white-color);
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    height: 60px;
}

.referral-card .left-section {
    background-color: var(--secondary-color);
    color: var(--black-color);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}

.referral-card .left-section-text {
    font-size: var(--font--14);
    font-weight: bold;
    white-space: nowrap;
}

.referral-card .right-section {
    padding: 0;
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
}

.referral-card .referral-link {
    font-size: var(--font--14);
    color: var(--white-color);
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 0 15px;
    width: 100%;
    background: var(--card-bg);
    border: 0;
}

.referral-card .copy-button {
    background-color: var(--secondary-color);
    color: var(--black-color);
    border: none;
    padding: 6px 15px;
    cursor: pointer;
    font-size: var(--font--14);
    transition: background-color 0.3s ease;
    right: 0;
    height: 100%;
}

.referral-card .copy-button:hover {
    background-color: var(--secondary-hover-color);
}

/* ###ref */


/* table */
.custom-table {
    margin: 0;
    border: none;
    --bs-table-bg: var(--card-bg);
}

.custom-table thead tr th {
    font-family: "Rajdhani", sans-serif;
    padding: 15px 10px;
    text-align: center;
    color: var(--black-color);
    border: none;
    background: var(--secondary-color);
}

.custom-table tbody {
    color: #fff;
    text-align: center;
}

.custom-table tbody tr td {
    vertical-align: middle;
    padding: 12px 5px;
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--white-color);
    font-size: var(--font--16);
}

.custom-table tbody tr td .label {
    text-transform: capitalize;
}

.custom-table tbody tr td .date {
    font-size: 14px;
}

/* Responsive Table */
@media (max-width: 768px) {
    .custom-table thead {
        display: none;
    }

    .custom-table tbody tr {
        display: block;
    }

    .custom-table tbody tr:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .custom-table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        padding: 10px 15px;
        text-align: right;
    }

    .custom-table tbody tr td::before {
        content: attr(data-label);
        text-align: left;
    }

    .custom-table tbody tr:nth-child(even) {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(15px);
    }
}

/* Label Colors */
.label {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

.label-success {
    background-color: #2ecc71;
    color: #fff;
}

.label-danger {
    background-color: #e74c3c;
    color: #fff;
}


/* ###table */

/* filter style */
.custom-filter-card {
    background: var(--card-bg);
    padding: 1rem 1rem;
    border: 0;
}

.custom-filter-card select,
.custom-filter-card input {
    height: 60px;
    padding: 0 15px;
    background: var(--card-bg);
    border-radius: 5px;
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: none !important;
    color: var(--white-color) !important;
}

.custom-filter-card select:focus,
.custom-filter-card input:focus {
    background: var(--card-bg) !important;
    border-color: #FFD70033;
}

.custom-filter-card option {
    color: var(--white-color) !important;
}

.custom-filter-card .btn {
    padding: 18px 30px;
}

/* ###filter style */


/* trade */
.deposit-bonus-img img {
    width: 100%;
    height: auto;
}


/* withdraw */
.withdraw-container {
    background: var(--card-bg);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-label {
    margin-bottom: 0.5rem;
    color: var(--white-color);
}


.form-control:focus {
    background-color: #495057;
    color: var(--black-color);
    border-color: #6c757d;
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.25);
}

.input-group-text-right {
    background-color: var(--white-color);
    color: var(--black-color);
    border: 1px solid #495057;
    padding: 10px 20px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0px;
}


.withdraw-title {
    color: var(--white-color);
    text-align: center;
    margin-bottom: 20px;
    background: #485460;
    padding: 20px;
}

.withdraw-container form {
    border-radius: 5px;
    padding: 16px;
}

.search-btn {
    background: var(--secondary-color);
    cursor: pointer;
}

.badge-warning {
    background-color: var(--secondary-color) !important;
    color: var(--black-color);
}

/* ###withdraw */


/* deposit */
.custom-border-bottom {
    border-color: rgba(255, 255, 255, 0.2);
}

.custom-file-height::file-selector-button {
    height: 60px;
    padding: 0 16px;
}

.qr-icon {
    color: var(--white-color);
    font-size: 150px;
    text-align: center;
}

/* ###deposit */


/* ticket */
.ticket-container {
    background: var(--card-bg);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.ticket-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    justify-content: space-between;
    padding: 20px;
    background: #485460;
}

.ticket-body {
    padding: 20px;
}

.ticket-id {
    color: var(--white-color);
    margin-right: 10px;
}

.ticket-details {
    color: var(--card-para-color);
    font-size: 0.9rem;
    flex-grow: 1;
}

.header-actions {
    display: flex;
    gap: 5px;
}


.reply-box {
    border-radius: 5px;
    margin-bottom: 10px;
}

.reply-textarea {
    background: var(--card-bg);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    resize: vertical;
    width: 100%;
    color: var(--white-color);
}

.reply-textarea:focus {
    outline: none;
}

.reply-actions {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-bottom: 1rem;
}

.attach-files {
    color: #adb5bd;
    font-size: 0.9rem;
    cursor: pointer;
    text-decoration: underline !important;
}

a.attachment-link {
    text-decoration: underline !important;
}

a.attachment-link:hover {
    text-decoration: none !important;
    color: var(--white-color);
}

/* ticket */




/*trade*/
.order-card {
    background-color: var(--card-bg-2);
    border-radius: 10px;
    padding: 20px;
    display: flex;
}


.price-list {
    font-size: 14px;
    width: 30%;
}

.buy-row span {
    display: inline-block;
    width: 100px;
    color: var(--green-color);
}

.sell-row span {
    display: inline-block;
    width: 100px;
    color: #f87171;
}

.btn-buy {
    background-color: var(--green-color) !important;
    color: var(--black-color) !important;
    width: 100%;
}

.btn-sell {
    background-color: var(--red-color) !important;
    color: var(--black-color) !important;
    width: 100%;
}

.btn.btn-success {
    background-color: var(--green-color) !important;
    color: var(--black-color) !important;
}

.btn.btn-danger {
    background-color: var(--red-color) !important;
    color: var(--black-color) !important;
}

/*.btn-buy:hover, .btn-sell:hover{
    background: same;
    color: same;
}*/
.custom-arrow {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23ffffff' d='M5 6L0 0h10L5 6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 10px 6px;
    color: white;
    padding-right: 1.5rem;
}

/*trade*/

a.page-link {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

a.page-link.active {
    background-color: var(--secondary-color) !important;
    color: var(--black-color) !important;
}

a.page-link:hover {
    background-color: var(--secondary-color) !important;
    color: var(--black-color) !important;
}

a.page-link.disabled {
    background: #FFD7004d !important;
    color: var(--white-color);
}

/* ###dashboard style */


.buy-row,
.sell-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    padding: 2px 6px;
}

.buy-row span {
    color: #28a745;
}

.sell-row span {
    color: #dc3545;
}


.buy-row span:last-child,
.sell-row span:last-child {
    text-align: right;
    width: 50%;
}

#submitted-trade-info {
    background: var(--card-bg-2);
}

.coin-button {
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: #eee;
    border: none;
    cursor: pointer;
    font-size: var(--font--14);
    border-radius: 5px;
}

.coin-button:hover {
    background-color: #ccc;
}


/* media query */
@media (max-width: 991px) {
    .header-bar {
        position: relative;
        cursor: pointer;
        width: 25px;
        height: 20px;
    }

    .header-bar span:first-child {
        top: 0;
    }

    .header-bar span {
        position: absolute;
        display: inline-block;
        height: 3px;
        width: 100%;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        background-color: var(--white-color);
        left: 0;
    }

    .header-bar span:nth-child(2) {
        top: 52%;
        transform: translateY(-65%);
    }

    .header-bar span:last-child {
        bottom: 0;
    }

    .header-bar.active span:first-child {
        -webkit-transform: rotate(45deg) translate(3px, 9px);
        -ms-transform: rotate(45deg) translate(3px, 9px);
        transform: rotate(45deg) translate(3px, 9px);
    }

    .header-bar.active span:nth-child(2) {
        opacity: 0;
    }

    .header-bar.active span:last-child {
        -webkit-transform: rotate(-45deg) translate(3px, -9px);
        -ms-transform: rotate(-45deg) translate(3px, -9px);
        transform: rotate(-45deg) translate(3px, -9px);
    }

    .navbar-toggler {
        border: none;
        box-shadow: none;
        background: transparent;
        padding: 0;
        outline: none;
    }

    .navbar-brand {
        width: 160px;
    }

    /*.navbar-brand img {
        width: 100%;
        height: auto;
    }*/

    .navbar-collapse.show {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }

    .navbar-collapse {
        width: calc(100% + 24px);
        position: absolute;
        top: 100%;
        left: -12px;
        z-index: 9;
        background: var(--header-bg);
        overflow: auto;
        max-height: calc(100vh - 100px);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        transition: all ease 0.3s;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        transform-origin: top;
        display: block;
    }

    .header-bottom .nav-link {
        padding: 8px 20px;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
    }

    .header-bottom .nav-item {
        border-bottom: 1px solid #353d43;
    }

    .header-bottom .nav-item:last-child {
        border-bottom: 0;
    }

    .banner-content {
        width: 100%;
    }

    .hero-content {
        padding: 280px 0 175px;
    }

    .section-gap {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .login-box {
        padding: 30px 20px;
    }

    .nav-item-has-child:hover>.submenu {
        position: relative;
    }

    .submenu {
        background: var(--card-bg);
    }

    ul.dashboard-menu li a,
    .submenu li a {
        padding-left: 30px;
    }

    .nav-item-has-child>a::after {
        margin-left: auto;
    }

    .submenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .nav-item-has-child.open .submenu {
        max-height: 500px;
    }

    .qr-icon {
        font-size: 100px;
    }

    .price-list {
        width: 50%;
    }
}

@media (max-width: 767px) {
    :root {
        --font--14: 12px;
        --font--16: 14px;
        --font--18: 16px;
        --font--20: 18px;
        --font--36: 24px;
        --font--56: 32px;
    }

    .hero-content {
        padding: 250px 0 140px;
    }

    .get-started-sec .wrapper {
        flex-direction: column;
        justify-content: center;
        gap: 15px;
    }

    .custom-form-style .form-control,
    .custom-form-style .form-select,
    .custom-file-height::file-selector-button {
        height: 50px;
    }

    .order-card {
        flex-direction: column-reverse;
    }

    .price-list {
        width: 100%;
    }

    .minute-btn {
        font-size: 14px;
        padding: 5px 10px !important;
    }

    .referral-card .left-section {
        padding: 8px;
    }

    .right-section {
        padding: 20px;
    }

    .referral-card .referral-link {
        margin-right: 30px;
    }

    .section-gap {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
