@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");

/* @import url(../frontend/responsive.css); */

/* Root: variables colors */
:root {
    --green-main-clr: #00a86b;
    --green-main-hover-clr: #09b979;
    --main-black-clr: #20272b;
    --green-main-clr-0-16: hsl(158deg 100% 33% / 16%);
    --dark-open-clr-hover: rgb(60 72 79);
    --green-dark-main-clr: #ffff;
    --black-clr: #111111;
    --grey-clr: #808080;
    --grey-dark-clr: #2a2a2a;
    --white-clr: #ffffff;
    --white-hover: #e5e5e5;
    --input-clr: #2b2b2b;
    --red-clr: #ff4040;
    --red-clr-0-16: hwb(0 26% 0% / 16%);
    --model-light-clr: #f4f4f4;
    --model-light-shadow: #e7e7e7;
    --model-light-strok: #dcdcdc;
    --model-dark-clr: #161616;
    --paragraph-white-clr: #e2e2e2;
    --up-numbers-clr: rgb(22, 199, 132);
    --low-numbers-clr: #ea3943;
    --help-component-clr: #e7e7e7;
    --help-component-hover-clr: #e1e0e0;
}

/* Root : variables sizes */
:root {
    --font-size-10: 10px;
    --font-size-12: 12px;
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-24: 24px;
    --font-size-32: 32px;
    --font-size-48: 48px;
    --font-size-64: 64px;
}

/* Root : borders */

:root {
    --border-radius-30: 30px;
    --border-radius-10: 10px;
}

/* Root : variable font */
:root {
    --main-font: "Epilogue", sans-serif;
}

/* Root : transation */
:root {
    --transition: all 0.3s ease-in-out;
    --transition-in: transform 0.3s ease-in; /* For scaling in */
    --transition-out: transform 0.5s ease-out; /* For scaling out */
}

/* Thin */
@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-Thin.ttf") format("ttf");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-ThinItalic.ttf") format("ttf");
    font-weight: 100;
    font-style: italic;
}

/* Extra Light */
@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-ExtraLight.ttf") format("ttf");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-ExtraLightItalic.ttf") format("ttf");
    font-weight: 200;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-Light.ttf") format("ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-LightItalic.ttf") format("ttf");
    font-weight: 300;
    font-style: italic;
}

/* Regular */
@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-Regular.ttf") format("ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-Italic.ttf") format("ttf");
    font-weight: 400;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-Medium.ttf") format("ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-MediumItalic.ttf") format("ttf");
    font-weight: 500;
    font-style: italic;
}

/* SemiBold */
@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-SemiBold.ttf") format("ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-SemiBoldItalic.ttf") format("ttf");
    font-weight: 600;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-Bold.ttf") format("ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-BoldItalic.ttf") format("ttf");
    font-weight: 700;
    font-style: italic;
}

/* Extra Bold */
@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-ExtraBold.ttf") format("ttf");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-ExtraBoldItalic.ttf") format("ttf");
    font-weight: 800;
    font-style: italic;
}

/* Black */
@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-Black.ttf") format("ttf");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "epilogue";
    src: url("font/static/Epilogue-BlackItalic.ttf") format("ttf");
    font-weight: 900;
    font-style: italic;
}

/* Techno font */
@font-face {
    font-family: "techno";
    src: url("font/techno-font/techno-font.otf") format("opentype"),
        url("font/techno-font/techno-font.ttf") format("truetype");
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Epilogue", sans-serif;
}

a {
    text-decoration: none;
    width: fit-content !important;
}

ul {
    padding-left: 0;
}

li {
    list-style: none;
}

p {
    font-size: var(--font-size-16);
    font-weight: 400; /* Regular */
    margin-bottom: 0;
    line-height: 20px;
}

.underline:hover {
    text-decoration: underline;
}

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

.black {
    background-color: var(--black-clr);
}

.white {
    background-color: var(--white-clr);
}

.white-clr {
    color: var(--white-clr);
}

.white-clr:hover {
    color: var(--white-hover);
}

.black-btn {
    background-color: var(--main-black-clr) !important;
}

.black-btn span {
    color: var(--white-clr) !important;
}

.black-btn:hover {
    background-color: var(--model-dark-clr) !important;
}

.white-btn {
    background-color: var(--white-clr) !important;
}

.white-btn span {
    color: var(--black-clr) !important;
}

.white-btn:hover {
    background-color: var(--white-hover) !important;
}

.white-btn-border {
    background-color: transparent;
    border: 1px solid var(--white-clr) !important;
}

.white-btn-border span {
    color: var(--white-clr) !important;
}

.white-btn-border:hover {
    background-color: var(--model-dark-clr) !important;
}

.caramel-clr {
    background-color: var(--model-light-clr) !important;
}

.section-title {
    color: var(--black-clr);
    font-size: var(--font-size-32);
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.section-title.t-white {
    color: var(--white-clr);
    font-size: var(--font-size-32);
    font-weight: bold;
    text-align: center;
}

.section-title p {
    color: var(--grey-clr);
}

.i-border {
    border: 1px solid var(--main-black-clr);
    border-radius: var(--border-radius-10);
    width: 100%;
    padding: 20px;
    transition: all 0.5sease-in-out;
}

.i-border:focus-visible {
    outline: 1px solid var(--green-main-clr);
    border: 1px solid var(--green-main-clr);
}

/* For Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

    .input-email {
    background-color: transparent !important;
}

/* Components buttons */

.secondary-btn,
.main-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--green-main-clr);
    color: var(--white-clr);
    width: fit-content;
    width: 15rem;
    height: 3rem;
    border-radius: 50px;
    font-size: var(--font-size-16);
    font-weight: 600;
    line-height: 0 !important;
    cursor: pointer;
}

.main-btn:hover {
    background-color: var(--green-main-hover-clr);
}

.secondary-btn {
    background-color: var(--bs-gray-600);
    color: var(--white-clr);
}

.dark-btn {
    background-color: var(--grey-dark-clr) !important;
    color: var(--white-clr) !important;
}

.main-btn .arrow-circle-dark-green {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    height: 40px;
    transition: all 0.4s ease-in-out;
}

/* Loader button animation */
.btn-loader {
    position: absolute;
    top: 24%;
    left: 4%;
    width: 25px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid var(--white-clr);
    animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
    0% {
        clip-path: polygon(
            50% 50%,
            0 0,
            50% 0%,
            50% 0%,
            50% 0%,
            50% 0%,
            50% 0%
        );
    }
    12.5% {
        clip-path: polygon(
            50% 50%,
            0 0,
            50% 0%,
            100% 0%,
            100% 0%,
            100% 0%,
            100% 0%
        );
    }
    25% {
        clip-path: polygon(
            50% 50%,
            0 0,
            50% 0%,
            100% 0%,
            100% 100%,
            100% 100%,
            100% 100%
        );
    }
    50% {
        clip-path: polygon(
            50% 50%,
            0 0,
            50% 0%,
            100% 0%,
            100% 100%,
            50% 100%,
            0% 100%
        );
    }
    62.5% {
        clip-path: polygon(
            50% 50%,
            100% 0,
            100% 0%,
            100% 0%,
            100% 100%,
            50% 100%,
            0% 100%
        );
    }
    75% {
        clip-path: polygon(
            50% 50%,
            100% 100%,
            100% 100%,
            100% 100%,
            100% 100%,
            50% 100%,
            0% 100%
        );
    }
    100% {
        clip-path: polygon(
            50% 50%,
            50% 100%,
            50% 100%,
            50% 100%,
            50% 100%,
            50% 100%,
            0% 100%
        );
    }
}
@keyframes l20-2 {
    0% {
        transform: scaleY(1) rotate(0deg);
    }
    49.99% {
        transform: scaleY(1) rotate(135deg);
    }
    50% {
        transform: scaleY(-1) rotate(0deg);
    }
    100% {
        transform: scaleY(-1) rotate(-135deg);
    }
}

/* Styles */

/* Header + navbar */
header {
    position: relative;
    background-color: var(--white-clr);
    z-index: 10010;
    padding-top: 18px;
    padding-bottom: 18px;
}

header .logo {
    /* color: var(--black-clr);
    font-family: var(--main-font);
    font-weight: 800;
    font-size: var(--font-size-32); */
    height: 50px;
    width: 150px;
}

header .logo img {
    width: 100%;
}

header .logo span {
    color: var(--green-main-clr);
}

header .white-logo {
    color: var(--white-clr) !important;
}

header nav:hover a {
    color: var(--grey-clr);
    transition: all 0.2s ease-in-out;
}

header nav a {
    color: var(--input-clr);
    font-weight: 600;
    font-size: var(--font-size-14);
}

header nav a:hover {
    color: var(--black-clr);
}

/* Mobile menu */
header .mobile-menu {
    display: none;
    position: absolute;
    background-color: var(--white-clr);
    top: -100vh;
    left: 0;
    width: 100%;
    height: calc(100vh - 83px);
    padding-left: 1rem;
    padding-right: 1rem;
    transition: top 0.3s ease-in-out;
}

.business-type-nav ul {
    display: flex;
    background-color: var(--model-light-clr);
    border-radius: 50px;
    margin-top: 5px;
}

.business-type-nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-14);
    padding: 5px 10px;
    width: 100%;
    border: 1px solid var(--model-light-strok);
}

.business-type-nav ul li.left {
    border-radius: 50px 0 0 50px;
}

.business-type-nav ul li.right {
    border-radius: 0 50px 50px 0;
}

.business-type-nav ul li.active {
    color: var(--white-clr);
    background-color: var(--green-main-clr);
    border: 1px solid var(--green-main-clr);
}

.mobile-menu .m-navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: overlay;
    overflow-x: hidden;
    height: 50%;
}

.mobile-menu .m-navbar .a-profile {
    color: var(--black-clr);
    font-size: var(--font-size-14);
    font-weight: 600;
    padding: 10px 0;
    width: 100% !important;
}

.mobile-menu .m-navbar .m-n-link {
    color: var(--black-clr);
    font-size: var(--font-size-14);
    font-weight: 600;
    padding: 10px 0;
    width: 100% !important;
}

.mobile-menu .m-navbar .m-n-link .m-n-alert p {
    color: var(--grey-clr);
    background-color: var(--model-light-clr);
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    font-size: var(--font-size-12);
    font-weight: 500;
}

.mobile-menu .m-navbar a .m-n-profile .m-n-nav-icon {
    height: 10px;
    margin-right: 5px;
}

.mobile-menu .m-navbar .m-n-link .m-n-nav-icon {
    height: 10px;
    transform: rotate(0deg);
    margin-right: 5px;
    transition: transform 0.3s ease;
}

.mobile-menu .m-navbar .m-n-link .m-n-nav-open .m-n-nav-icon {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.mobile-menu .m-navbar .m-n-link .m-drop-down {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 0 10px 0 0;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    /* transition: height 0.2s ease-in-out; */
}

.mobile-menu .m-navbar .m-n-link .m-drop-down a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--grey-clr);
}

.mobile-menu .m-navbar .m-n-profile .m-drop-down a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--grey-dark-clr);
}

.mobile-menu .m-navbar .m-n-link .m-n-currency {
    height: 30px;
}

.mobile-menu .m-navbar .m-n-link .m-n-currency-names span {
    color: var(--black-clr);
    font-size: var(--font-size-14);
}

.mobile-menu .m-navbar .m-n-link .m-n-currency-names p {
    font-size: var(--font-size-12);
    color: var(--grey-clr);
}

.mobile-menu .m-navbar .m-n-link .m-n-currency.lng-img {
    height: 20px !important;
    filter: grayscale(1);
}

.mobile-menu .m-navbar .m-n-link .m-drop .m-lang .m-lang-label {
    color: var(--grey-clr);
}

.mobile-menu .m-navbar .m-n-link .m-drop .m-lang .m-lang-chosen {
    color: var(--main-black-clr);
}

.mobile-menu .mobile-auth {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: calc(100% - 2rem);
    gap: 5px;
    bottom: 5%;
    left: 1rem;
}

.mobile-menu .mobile-auth .m-auth {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 600;
    padding: 10px;
    border-radius: 50px;
}

.mobile-menu .mobile-auth .m-auth.m-logout,
.mobile-menu .mobile-auth .m-auth.m-login {
    background-color: transparent;
    border: 1px solid var(--black-clr);
    color: var(--black-clr);
}

.mobile-menu .mobile-auth .m-auth.m-signup {
    background-color: var(--main-black-clr);
    border: 1px solid var(--main-black-clr);
    color: var(--white-clr);
}

header .plans .plan-btn {
    background-color: transparent;
    color: var(--black-clr);
    padding: 8px 20px;
    font-size: var(--font-size-14);
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
}

header .plans .plan-btn.personal {
    background-color: rgb(0, 168, 107, 0.16);
    color: var(--green-main-clr);
    cursor: pointer;
}

header .plans .plan-btn:hover.personal {
    background-color: var(--green-main-clr);
    color: var(--white-clr);
}

header .plans .plan-btn.business {
    position: relative;
    cursor: default;
}

header .plans .plan-btn.business::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 45px;
    right: -47px;
    display: none;
    color: var(--grey-clr);
    font-size: var(--font-size-14);
    font-weight: 500;
    background: var(--model-light-clr);
    padding: 2px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 7px #11111117;
    white-space: nowrap;
    z-index: 10;
}

header .plans .plan-btn.business:hover::after {
    display: block;
}

header .plans .plan-btn.business:hover {
    background-color: rgb(233, 233, 233);
}

header .mobile-nav {
    display: none;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 1rem;
    padding-left: 1rem;
    background-color: var(--white-clr);
}

/* Dropdown nav */
.link-dropped {
    position: relative;
}

.link-dropped .drop-down {
    position: absolute;
    background-color: var(--model-light-clr);
    width: 600px;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%) translateY(-20px); /* Start above */
    border-radius: 10px;
    box-shadow: 0 5px 66px 0 rgba(34, 48, 73, 0.2);
    opacity: 0;
    pointer-events: none; /* Prevent mouse events when hidden */
    transition: transform 0.2s ease, opacity 0.2s ease;
    z-index: 1000;
}

.link-dropped .drop-down.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0); /* Move to normal position */
}

.link-dropped .drop-down .drop-down-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 15px 20px;
    row-gap: 10px;
}

.link-dropped .drop-down::before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent var(--model-light-clr) transparent;
    top: -8px;
    right: 48.5%;
    box-shadow: 0 20px 66px 0 rgba(34, 48, 73, 0.2);
}

.link-dropped .drop-down .drop-currency {
    width: 100% !important;
    padding: 5px 0 5px 10px;
    border-radius: 8px;
}

.link-dropped .drop-down .drop-currency:hover {
    background-color: var(--white-clr);
}

.link-dropped .drop-down .drop-currency img {
    height: 35px;
}

.link-dropped .drop-down .drop-currency .n-n-currency .c-name {
    position: relative;
    font-size: var(--font-size-14);
    font-weight: 600;
    color: var(--black-clr);
}

.link-dropped .drop-down .drop-currency .n-n-currency .c-name::after {
    position: absolute;
    content: "";
    background-image: url("../frontend/img/currency-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 13px;
    margin-right: -25px;
    right: 0;
    top: 15%;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.link-dropped .drop-down .drop-currency:hover .n-n-currency .c-name::after {
    opacity: 1;
    margin-right: -30px;
}

.link-dropped .drop-down .drop-currency .n-n-currency .c-network {
    color: var(--grey-clr);
    font-weight: 500;
    font-size: var(--font-size-12);
}

.link-dropped .drop-down .drop-currency:hover .n-n-currency .c-network {
    text-decoration: underline;
}

.link-dropped .drop-down .drop-down-footer {
    background-color: var(--white-clr);
    width: 600px;
    padding: 15px 20px;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
    cursor: pointer;
}

.link-dropped .drop-down .drop-down-footer a {
    position: relative;
    color: var(--black-clr);
}

.link-dropped .drop-down .drop-down-footer:hover a {
    text-decoration: underline;
}

.link-dropped .drop-down .drop-down-footer a img {
    position: absolute;
    height: 10px;
    top: 50%;
    right: -15px;
    transform: translateY(-60%);
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.link-dropped .drop-down .drop-down-footer:hover a img {
    opacity: 1;
    right: -20px;
}

.link-dropped .drop-down .drop-down-footer .down-footer-content {
    width: 100%;
    color: var(--black-clr);
    font-size: var(--font-size-14);
    transition: all 0.2s ease-in-out;
}

.link-dropped .drop-down .drop-down-footer:hover .down-footer-content {
    color: var(--grey-clr);
}

/* Burger animation icon */

/* nav-icon-1 */
.nav-icon-1 {
    width: 20px;
    height: 20px;
    position: relative;
    transition: 0.1s;
    margin: 0;
    cursor: pointer;
    display: inline-block;
}
.nav-icon-1 span {
    width: 4px;
    height: 4px;
    background-color: var(--black-clr);
    display: block;
    border-radius: 50%;
    position: absolute;
}
/* .nav-icon-1:hover span {
    transform: scale(1.2);
    transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
} */
.nav-icon-1 span:nth-child(1) {
    left: 0;
    top: 0;
}
.nav-icon-1 span:nth-child(2) {
    left: 8px;
    top: 0;
}
.nav-icon-1 span:nth-child(3) {
    right: 0;
    top: 0;
}
.nav-icon-1 span:nth-child(4) {
    left: 0;
    top: 8px;
}
.nav-icon-1 span:nth-child(5) {
    position: absolute;
    left: 8px;
    top: 8px;
}
.nav-icon-1 span:nth-child(6) {
    right: 0px;
    top: 8px;
}
.nav-icon-1 span:nth-child(7) {
    left: 0px;
    bottom: 0px;
}
.nav-icon-1 span:nth-child(8) {
    position: absolute;
    left: 8px;
    bottom: 0px;
}
.nav-icon-1 span:nth-child(9) {
    right: 0px;
    bottom: 0px;
}
.nav-icon-1.open {
    transform: rotate(180deg);
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-1.open span {
    border-radius: 50%;
    transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-1.open span:nth-child(2) {
    left: 4px;
    top: 4px;
}
.nav-icon-1.open span:nth-child(4) {
    left: 4px;
    top: 12px;
}
.nav-icon-1.open span:nth-child(6) {
    right: 4px;
    top: 4px;
}
.nav-icon-1.open span:nth-child(8) {
    left: 12px;
    bottom: 4px;
}

/* End */

/* Language style */
header .languages img:hover {
    opacity: 0.8;
    cursor: pointer;
}

header .languages {
    position: relative;
}

header .languages img {
    height: 20px;
    width: 20px;
    border-radius: 50px;
}

header .languages::after {
    position: absolute;
    content: attr(data-tooltip);
    top: 25px;
    left: 22px;
    color: var(--grey-clr);
    font-size: var(--font-size-14);
    font-weight: 500;
    background: var(--model-light-clr);
    padding: 2px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 7px #11111117;
    display: none;
    z-index: 1000;
}

header .languages .langs-link-dropped {
    position: absolute;
    background-color: var(--model-light-clr);
    width: 200px;
    top: 2.5rem;
    right: -9px;
    transform: translateY(-20px); /* Start above */
    border-radius: 10px;
    box-shadow: 0 5px 66px 0 rgba(34, 48, 73, 0.2);
    opacity: 0;
    pointer-events: none; /* Prevent mouse events when hidden */
    transition: transform 0.2s ease, opacity 0.2s ease;
    z-index: 999;
}

header .languages .langs-link-dropped.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0); /* Move to normal position */
}

header .languages .langs-link-dropped::before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent var(--model-light-clr) transparent;
    top: -8px;
    right: 8px;
    box-shadow: 0 20px 66px 0 rgba(34, 48, 73, 0.2);
}

header .languages .langs-link-dropped .langs-drop-inner {
    display: grid;
    grid-template-columns: 1fr;
    padding: 15px 20px;
    row-gap: 10px;
}

header .languages .langs-link-dropped ._lang-li {
    font-size: var(--font-size-14);
    width: 100% !important;
    padding: 5px 0 5px 10px;
    border-radius: 8px;
    font-weight: 600;
    color: var(--black-clr);
    cursor: default;
    filter: grayscale(1);
}

header .languages .langs-link-dropped ._lang-li:hover {
    background-color: var(--white-clr);
}

header .languages .langs-link-dropped ._lang-li.active {
    filter: grayscale(0);
    cursor: pointer;
}

/* Languages style end */

header .auth-btn {
    background-color: var(--main-black-clr);
    color: var(--white-clr);
    padding: 8px 27px;
    font-size: var(--font-size-14);
    border: 1px solid var(--main-black-clr) !important;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
}

header .auth-btn:hover {
    background-color: var(--dark-open-clr-hover);
    border: 1px solid var(--dark-open-clr-hover) !important;
}

header .auth-btn.login {
    background-color: transparent;
    border: 1px solid var(--black-clr);
    color: var(--black-clr);
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .auth-btn.login:hover {
    color: var(--green-main-clr);
    border: 1px solid var(--green-main-clr) !important;
}

header .profile-drop-wrapper {
    position: relative;
}

header .profile-drop-wrapper .profile-circle {
    background-color: var(--bs-border-color);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 2px solid var(--green-main-clr);
    cursor: pointer;
}

header .profile-drop-wrapper .profile-circle span {
    font-size: var(--font-size-16);
    font-weight: 500;
    color: var(--grey-dark-clr);
    opacity: 0.8;
}

.profile-drop-wrapper .profile-link-dropped {
    position: absolute;
    background-color: var(--model-light-clr);
    width: 200px;
    top: 3rem;
    right: 0%;
    transform: translateY(-20px); /* Start above */
    border-radius: 10px;
    box-shadow: 0 5px 66px 0 rgba(34, 48, 73, 0.2);
    opacity: 0;
    pointer-events: none; /* Prevent mouse events when hidden */
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.profile-drop-wrapper .profile-link-dropped.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0); /* Move to normal position */
}

.profile-drop-wrapper .profile-link-dropped::before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent var(--model-light-clr) transparent;
    top: -8px;
    right: 8px;
    box-shadow: 0 20px 66px 0 rgba(34, 48, 73, 0.2);
}

.profile-drop-wrapper .profile-link-dropped .profile-drop-inner {
    display: grid;
    grid-template-columns: 1fr;
    padding: 15px 20px;
    row-gap: 10px;
}

.profile-drop-wrapper .profile-link-dropped ._profile-li {
    font-size: var(--font-size-14);
    width: 100% !important;
    padding: 5px 0 5px 10px;
    border-radius: 8px;
    font-weight: 600;
    color: var(--black-clr);
}

.profile-drop-wrapper .profile-link-dropped ._profile-li:hover {
    background-color: var(--white-clr);
}

/* Hero section styles */
.hero-heading {
    font-family: "techno";
    font-size: var(--font-size-64);
    font-weight: 800;
    color: var(--main-black-clr);
    line-height: 64px;
    text-transform: uppercase;
}

.hero-section .trustpilot-score img {
    background-color: rgb(226 232 240/1);
    padding: 12px;
    border-radius: 50px;
}

.hero-section .trustpilot-score span {
    font-weight: 600;
}

.hero-section .trustpilot-score p {
    font-size: var(--font-size-12);
    color: var(--grey-clr);
    font-weight: 400;
}

/* Hero section OTC styles */
.otc-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--white-clr);
    z-index: 10001;
    height: 90vh;
    width: 480px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius-10);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
}

.otc-form .form {
    width: 100%;
    height: 100%;
    padding: 0 30px 30px;
    overflow-y: scroll;
    background-color: var(--white-clr);
    font-size: var(--font-size-12);
}

.otc-form .otc-head {
    padding: 20px 30px;
}

.otc-form .otc-head .form-close {
    cursor: pointer;
}

.otc-form .otc-head .head-title {
    font-size: var(--font-size-20);
    font-weight: 700;
}

.otc-form .otc-mode-head {
    font-weight: 600;
}

.otc-form .form::-webkit-scrollbar {
    width: 5px;
}

.otc-form .form::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: var(--model-light-shadow);
}

.otc-form .form::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--green-main-clr);
}

.otc-form .form input,
.otc-form .form select {
    width: 100%;
    padding: 12px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    background-color: #1c1c1c05;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.otc-form .form select option {
    background-color: var(--white-clr);
}

.otc-form .form input:focus-visible,
.otc-form .form select:focus-visible {
    outline: none !important;
}

.otc-form .form input {
    cursor: text !important;
}

.otc-input {
    position: relative;
    width: 100%;
    display: inline-block;
}

.otc-input .select-number {
    width: fit-content !important;
}

.otc-input::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--green-main-clr);
    transition: width 0.4s ease-in-out;
}

.otc-input:focus-within::after,
.otc-input.filled::after {
    width: 100%;
}

.otc-form .form-check,
.otc-form .form-check input,
.otc-form .form-check label {
    cursor: pointer;
}

.otc-form .form-check input {
    width: 10px;
    height: 10px;
    border: 1px solid var(--green-main-clr);
    background-color: var(--green-main-clr-0-16);
}

.otc-form .form-check .form-check-input {
    padding: 8px !important;
}

.otc-form .form-check-input:checked {
    background-color: var(--green-main-clr);
}

.otc-form .form-check label {
    margin-top: 5px;
    font-weight: 600;
}

.otc-form .otc-privacy p {
    font-size: var(--font-size-12);
}

.otc-form .otc-privacy p span a {
    color: var(--green-main-clr);
    font-weight: 600;
}

.otc-form .otc-privacy p span a:hover {
    text-decoration: underline;
}

/* OTC Hero style */
.overlay-otc {
    position: absolute;
    background: rgb(0, 168, 107);
    background: linear-gradient(
        0deg,
        rgba(0, 168, 107, 1) 0%,
        rgba(17, 17, 17, 1) 20%,
        rgba(17, 17, 17, 1) 100%
    );
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.hero-section-otc {
    background-color: transparent;
    position: relative;
}

.hero-section-otc .hero-heading {
    font-size: var(--font-size-64);
    font-weight: 800;
    color: var(--white-clr);
    line-height: 64px;
    text-transform: uppercase;
}

.hero-section-otc .hero-heading span {
    color: var(--green-main-clr);
}

.hero-section-otc p {
    color: var(--paragraph-white-clr);
}

.hero-section-otc .trustpilot-score img {
    background-color: rgb(226 232 240/1);
    padding: 12px;
    border-radius: 50px;
}

.hero-section-otc .trustpilot-score span {
    font-weight: 600;
}

.hero-section-otc .trustpilot-score p {
    font-size: var(--font-size-12);
    color: var(--grey-clr);
    font-weight: 400;
}

.hero-section-otc .widget-img {
    width: 100%;
}

.widget-home-otc {
    height: fit-content;
    width: 480px;
    background-color: var(--white-clr);
    border-radius: 30px;
}

.widget-home-otc .widget-header-otc {
    padding: 30px;
    border-bottom: 1px solid var(--grey-clr);
}

.widget-home-otc .widget-header-otc .otc-action-btn {
    position: relative;
    color: var(--main-black-clr);
    font-size: var(--font-size-16);
    font-weight: 700;
    cursor: pointer;
}

.widget-home-otc .widget-header-otc .otc-action-btn.active {
    color: var(--green-main-clr);
}

.widget-home-otc .widget-header-otc .otc-action-btn.active::before {
    content: "";
    position: absolute;
    bottom: -31px;
    left: 0;
    background: var(--green-main-clr);
    height: 3px;
    width: 90px;
    border-radius: 50px;
}

.widget-home-otc .w-h-otc-body {
    padding: 30px;
}

.w-h-otc-body .w-input-group {
    position: relative;
}

.currency-drop {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 9px;
    right: 20px;
    gap: 10px;
    width: fit-content;
    height: 64px;
}

.trusted-regional-otc .trusted-regional-title {
    color: var(--black-clr);
    font-size: var(--font-size-20);
    font-weight: 700;
}

.trusted-regional-otc .trusted-regional-item p {
    color: var(--grey-clr);
}

.sup-currencies {
    background-color: var(--model-light-strok);
    border-radius: var(--border-radius-30);
    padding: 20px 40px;
}

.sup-currencies .sup-currencies-coins img {
    height: 25px;
}

.widget-home-otc .w-h-otc-body .form-check label {
    cursor: pointer;
    padding-top: 1px;
}

.widget-home-otc .w-h-otc-body .form-check .form-check-input {
    background-color: var(--green-main-clr-0-16);
    border-color: var(--green-main-clr);
    height: 1rem !important;
    width: 1rem !important;
    cursor: pointer;
}

.widget-home-otc .w-h-otc-body .form-check .form-check-input:checked {
    background-color: var(--green-main-clr);
}

.widget-home-otc .w-copyright {
    color: var(--grey-clr);
    font-size: var(--font-size-14);
    font-weight: 500;
}

.widget-home-otc .w-copyright span {
    color: var(--green-main-clr);
}

#sellBody {
    display: none;
}

.call-to-action .call-to-action-wrapper {
    background-color: var(--black-clr);
    border: 1px solid var(--green-main-clr);
    padding: 50px;
    border-radius: var(--border-radius-30);
}

.call-to-action .sign-up-title {
    background-color: var(--green-main-clr-0-16);
    width: fit-content;
    padding: 5px 20px;
    color: var(--green-main-clr);
    border-radius: 50px;
    border: 1px solid var(--green-main-clr);
}

.call-to-action .call-title {
    font-size: var(--font-size-64);
    color: var(--green-main-clr);
    font-weight: 800;
    line-height: 64px;
}

.call-to-action p {
    width: 40%;
    color: var(--paragraph-white-clr);
    font-weight: 300;
}

/* OTC styles */
.otc-steps-title {
    color: var(--white-clr);
    font-size: var(--font-size-32);
    font-weight: 700;
}

.otc-steps-paragraph {
    color: var(--paragraph-white-clr);
    font-weight: 300;
}

.otc-steps .otc-item {
    border: 1px solid var(--input-clr);
    background-color: var(--black-clr);
    padding: 1rem 2rem;
    border-radius: var(--border-radius-10);
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.otc-steps .otc-item.selected {
    border: 1px solid var(--green-main-clr);
    box-shadow: 0px 0px 20px #00a86a7c;
}

.otc-steps .otc-item:hover {
    border: 1px solid var(--green-main-clr);
}

.otc-steps .otc-item .otc-item-title {
    color: var(--green-main-clr);
    font-size: var(--font-size-20);
    font-weight: 700;
}

.otc-steps .otc-item p {
    font-size: var(--font-size-14);
    color: var(--paragraph-white-clr);
    font-weight: 300;
}

.otc-steps .linear-green-wreapper {
    background-image: linear-gradient(90deg, #00a86b 10%, #00a86b00 50%);
    border: 1px solid var(--green-main-clr);
    border-radius: var(--border-radius-30);
}

.otc-step-img {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.otc-step-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.otc-step-img img.show {
    transform: translateY(-1px);
}

.otc-step-img img.hide {
    transform: translateY(100%);
}

/* How to buy section */
.how-to-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
}

.how-to-buy .how-to-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: var(--model-dark-clr);
    width: 370px;
    height: 400px;
    padding: 0;
    border-radius: var(--border-radius-30);
    overflow: hidden;
}

.how-to-buy .how-to-item .how-to-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-clr);
    width: 100%;
    border-radius: var(--border-radius-30) var(--border-radius-30) 0 0;
    box-shadow: 0px 3px 0px var(--green-main-clr);
    overflow: hidden;
}

.how-to-buy .how-to-item .how-to-img img {
    transition: var(--transition-in);
}

.how-to-buy .how-to-item:hover .how-to-img img {
    transform: scale(1.1);
    transition: var(--transition-out);
}

.how-to-buy .how-to-item .how-to-title {
    color: var(--green-main-clr);
    font-weight: 500;
    font-size: var(--font-size-20);
}

.how-to-buy .how-to-item p {
    color: var(--paragraph-white-clr);
    font-size: var(--font-size-14);
    font-weight: 300;
    line-height: 17px;
}

.how-to-buy .how-to-item .how-to-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px 30px;
}

/* Black partner slider */
.about-heading {
    font-size: var(--font-size-48);
    color: var(--main-black-clr);
    font-weight: 600;
    width: 65%;
    line-height: 50px;
}

.title-tiny {
    text-align: center;
    font-weight: 500;
    color: var(--grey-clr);
    font-size: var(--font-size-16);
    margin-bottom: 40px;
}

/* Black partner swiper slider */

.partner-swiper {
    height: 153px;
    width: 100%;
    background-color: var(--black-clr);
    border-radius: var(--border-radius-30);
    overflow: hidden;
}

.partner-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    flex-shrink: 0;
    width: auto;
}

.swiper-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
}

/* Grey partner section */

.partner-logo {
    height: 25px;
}

img.partner-logo.b-circle,
img.partner-logo.unicaja {
    height: 30px;
}

img.partner-logo.kraken {
    height: 19px;
}

.our-partners-left-content {
    font-weight: 500;
    color: var(--grey-clr);
}

.our-partners-right-line hr {
    border-color: var(--grey-clr);
}

/* Benefits of Buying */

#Area-one {
    grid-area: Area;
    background: linear-gradient(
        90deg,
        hsl(0, 0%, 96%) 0%,
        hsl(0, 0%, 96%) 50%,
        rgba(0, 168, 107, 0.62) 100%
    );
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#Area-two {
    grid-area: Area-2;
}

#Area-three {
    grid-area: Area-3;
}

#Area-four {
    grid-area: Area-4;
}

#Area-five {
    grid-area: Area-5;
}

/* .benefits-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template:
        "Area Area Area Area Area-3 Area-3"
        "Area-2 Area-2 Area-4 Area-4 Area-5 Area-5" / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch start;
    height: auto;
    display: grid;
} */

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-areas:
        "Area Area Area Area Area Area"
        "Area-2 Area-2 Area-2 Area-3 Area-3 Area-3"
        "Area-4 Area-4 Area-4 Area-5 Area-5 Area-5";
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    place-items: stretch start;
    height: auto;
}

.benefits-block {
    position: relative;
    background-color: var(--background-white);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 65rem;
    border-radius: 2rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 25rem;
    padding: 2rem 3rem;
    display: flex;
    overflow: hidden;
}

.benefits-block.grey-bg {
    background-color: var(--model-light-clr);
}

.benefits-block img {
    position: absolute;
}

/* Areas design settings start */
.benefits-block .benefits-title {
    font-size: var(--font-size-32);
    font-weight: 600;
    color: var(--main-black-clr);
    line-height: 36px;
}

.benefits-block p {
    font-size: var(--font-size-14);
    font-weight: 400;
    color: var(--black-clr);
    width: 100%;
    line-height: 17px;
}

#Area-one .benefits-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 10;
}

#Area-one .benefits-content p {
    width: 85%;
}

#Area-one .benefits-ui .bx-glasses {
    position: relative;
    height: 50px;
    width: 242px;
    background-color: hsla(0, 0%, 100%, 0.2);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius-10);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

#Area-one .benefits-ui .bx-glasses span {
    color: var(--bs-body-color);
    font-size: var(--font-size-14);
    font-weight: 400;
}

#Area-one .benefits-bg img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#Area-one img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    width: 163px;
    z-index: 0;
}

#Area-one .benefits-ui #bxGlassOne {
    position: absolute;
    top: 72px;
    right: 266px;
}

#Area-one .benefits-ui #bxGlassTwo {
    position: absolute;
    bottom: 129px;
    right: 367px;
}

#Area-one .benefits-ui #bxGlassThree {
    position: absolute;
    top: 148px;
    right: 20px;
}

#Area-one .benefits-ui #bxGlassFour {
    position: absolute;
    bottom: 83px;
    right: 48px;
}

/* Area-two */

#Area-two .benefits-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#Area-two {
    justify-content: flex-end;
}

#Area-two .benefits-input-3d {
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    background-color: red;
    width: 82%;
}

#Area-two .benefits-input-3d img {
    width: 100%;
}

/* #Area-three */
#Area-three .benefits-supported-coins,
#Area-four .benefits-supported-coins {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Area-three .benefits-supported-coins img,
#Area-four .benefits-supported-coins img {
    width: 100%;
}

#Area-four img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
}

#Area-five .benefits-wallet {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

#Area-five .benefits-wallet img {
    height: 395px;
}

/* Areas design settings end */

/* Feedback slider */
.feedback-swiper {
    width: 100%;
}

.review-block {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-block img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback .review-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 184px !important;
    width: 278px !important;
    padding: 20px;
    border-radius: var(--border-radius-30);
    background-color: var(--model-dark-clr);
    color: var(--white-clr);
    cursor: grab;
}

.feedback .review-block:active {
    cursor: grabbing;
}

.feedback .review-block .reviewer-name {
    font-size: var(--font-size-20);
    font-weight: 600;
}

.feedback .review-block p {
    color: var(--paragraph-white-clr);
    text-align: start;
}

.feedback .review-block p span {
    color: var(--green-main-clr);
}

.feedback .trustpilot-score .trustpilot {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--white-clr);
    font-size: var(--font-size-24);
    font-weight: 600;
}

.feedback .trustpilot-score p {
    color: var(--white-clr);
}
/* Crypto api slider */

.crypto-api-slider .section-title p {
    width: 60%;
    margin: 0 auto;
    text-transform: none;
}

.crypto-slider .swiper-wrapper {
    transition-timing-function: linear;
}

.crypto-slider {
    pointer-events: none;
}

.crypto-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: var(--model-light-clr);
    width: 223px;
    height: 150px;
    border-radius: var(--border-radius-30);
}

.crypto-block img {
    height: 40px;
}

.crypto-block .crypto-type {
    color: var(--black-clr);
    font-size: var(--font-size-16);
    font-weight: 600;
}

.crypto-block .crypto-api-data {
    font-size: var(--font-size-14);
    color: var(--grey-clr);
    font-weight: 600;
}

.crypto-block .crypto-api-data span {
    color: var(--green-main-clr);
}

.crypto-block .crypto-api-data.up span {
    color: var(--up-numbers-clr);
}

.crypto-block .crypto-api-data.low span {
    color: var(--low-numbers-clr);
}

/* Payment way methods section */
.payment-ways-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
}

.payment-way-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: var(--model-light-clr);
    width: 100%;
    height: 430px;
    padding: 10px;
    border-radius: var(--border-radius-30);
}

.payment-way-block .disabled {
    filter: grayscale(1);
}

.payment-way-block .payment-block-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white-clr);
    width: 100%;
    height: 209px;
    min-height: 209px;
    border-radius: var(--border-radius-30);
    overflow: hidden;
}

.payment-way-block .payment-block-img.unactive::before {
    position: absolute;
    content: "Próximamente";
    background-color: var(--grey-clr);
    font-size: var(--font-size-12);
    color: var(--white-clr);
    top: 15px;
    left: 15px;
    padding: 2px 10px;
    border-radius: 5px;
}

.payment-way-block .payment-block-title {
    font-size: var(--font-size-20);
    font-weight: 600;
}

.payment-way-block .payment-block-content p {
    color: var(--grey-clr);
}

/* Call us section */
.support-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    background-color: var(--model-light-clr);
    padding: 40px;
    border-radius: var(--border-radius-30);
    height: fit-content;
}

.support-wrapper .s-w-title {
    font-size: var(--font-size-32);
    font-weight: 700;
    color: var(--black-clr);
    line-height: 35px;
}

.support-wrapper .main-btn {
    width: 100% !important;
    color: var(--white-clr);
}

.call-us-faq .call-us-faq-title {
    font-size: var(--font-size-32);
    font-weight: 700;
    padding-left: 25px;
}

/* General styles for the accordion */
.call-us-accordion {
    list-style-type: none;
    padding: 0 0 0 25px;
    margin: 0;
}

.call-us-accordion li {
    margin-bottom: 10px;
}

.call-us-accordion input[type="radio"] {
    display: none;
}

.call-us-accordion label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    background-color: var(--model-light-clr);
    border-radius: 20px;
    padding: 0 25px;
    height: 80px;
    width: 100%;
    cursor: pointer;
    font-size: var(--font-size-16);
    font-weight: 500;
}

.call-us-accordion label img {
    height: 10px;
}

.call-us-accordion input[type="radio"]:checked + label {
    border: 1px solid var(--green-main-clr);
    color: var(--black-clr);
}

.call-us-accordion input[type="radio"]:checked + label .arrow-icon {
    transform: rotate(180deg);
    transition: all 0.8s ease-in-out; /* Smooth rotation animation */
}

.call-us-accordion .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease, padding 0.3s ease-in-out;
    padding: 0 10px;
}

.call-us-accordion .content p {
    margin: 10px 0;
    line-height: 22px;
    color: var(--grey-clr);
}

.call-us-accordion input[type="radio"]:checked + label + .content {
    max-height: 300px;
    padding: 0px 25px;
}

/* Blog section */
.blog-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    border-radius: var(--border-radius-30);
    margin-bottom: 2rem !important;
    min-height: 400px;
    overflow: hidden;
    cursor: pointer;
    background-color: var(--model-light-clr);
}

.blog-block .blog-block-img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 275px;
    min-height: 200px;
    border-radius: var(--border-radius-30) var(--border-radius-30) 0 0;
}

.blog-block .blog-block-img img {
    object-fit: cover;
    transition: var(--transition-in);
    height: 100%;
    width: 100%;
}

.blog-block:hover .blog-block-img img {
    transform: scale(1.1);
    transition: var(--transition-out);
}

.blog-block .blog-block-date .b-date span,
.blog-block .blog-block-date .b-author span {
    font-size: var(--font-size-10);
    font-weight: 600;
    color: var(--grey-clr);
}

.blog-block .blog-block-title {
    color: var(--main-black-clr);
    font-size: var(--font-size-20);
    font-weight: 600;
}

.blog-block .blog-block-content {
    padding: 0px 20px 20px;
}

.blog-block .blog-block-content p {
    color: var(--grey-clr);
}

.blog-block .blog-block-content .read-more-link {
    width: 100% !important;
}

.blog-block .blog-block-content .read-more-link span {
    position: relative;
    font-size: var(--font-size-14);
    color: var(--grey-clr);
    float: left;
}

.blog-block .blog-block-content .read-more-link span::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--grey-clr);
    bottom: 3px;
    left: 0;
    transition: all 0.3s ease-in-out;
}

.blog-block .blog-block-content:hover .read-more-link span::before {
    width: 100%;
}

.blog-block-fluid {
    position: relative;
    background-color: var(--model-light-clr);
    display: flex;
    align-items: center;
    max-height: 400px;
    margin-bottom: 2rem !important;
    padding: 0;
    border-radius: var(--border-radius-30);
    overflow: hidden;
    cursor: pointer;
}

.blog-block-fluid .blog-block-fluid-img {
    overflow: hidden;
    width: 70%;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.blog-block-fluid .blog-block-fluid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-out);
}

.blog-block-fluid:hover .blog-block-fluid-img img {
    transform: scale(1.1);
    transition: var(--transition-out);
}

.blog-block-fluid .blog-block-fluid-content {
    padding: 20px;
}

.blog-block-fluid .blog-block-fluid-content .blog-block-fluid-date {
    /* position: absolute;
    top: 20px;
    right: 20px;
    width: 40.8%; */
}

.blog-block-fluid .blog-block-fluid-content .blog-block-fluid-title {
    color: var(--main-black-clr);
    font-size: var(--font-size-32);
    font-weight: 600;
}

/***** Buy page styles ******/

/* What is section */
.what-is .answers-flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 20px;
    row-gap: 10px;
}

.what-is .answer-block {
    background-color: var(--model-light-clr);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    padding: 50px;
    border-radius: var(--border-radius-30);
    border: 1px solid var(--model-light-strok);
    box-shadow: 9px 0px 0px 0 var(--model-light-shadow);
}

.what-is .answer-block .answer-title {
    font-size: var(--font-size-24);
    font-weight: 700;
    color: var(--black-clr);
}

.what-is .answer-block p {
    color: var(--grey-clr);
}

/* About section */
.t-subtitle {
    color: var(--green-main-clr);
    font-weight: 600;
}

.a-partner-heading,
.a-hero-heading {
    color: var(--main-black-clr);
    font-size: var(--font-size-32);
    font-weight: 600;
    line-height: 34px;
}

.a-hero-paragraph p {
    color: var(--grey-clr);
    font-size: var(--font-size-16);
    font-weight: 500;
}

.achievements-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 153px;
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    background-color: var(--black-clr);
    border-radius: var(--border-radius-30);
    overflow: hidden;
}

.achievement-item .achievement-title {
    color: var(--white-clr);
    font-size: var(--font-size-32);
    font-weight: 700;
}

.achievement-item p {
    font-size: var(--font-size-20);
    color: var(--paragraph-white-clr);
    font-weight: 400;
}

.a-section-title {
    color: var(--white-clr);
    font-size: var(--font-size-32);
    font-weight: bold;
    list-style: none;
    line-height: 34px;
}

.a-section-title span {
    color: var(--green-main-clr);
}

.story-content p {
    color: var(--grey-clr);
}

.our-trust-partner .partner-3d-img img {
    width: 80%;
}

.story-img-box {
    width: 100%;
    height: 315px;
    overflow: hidden;
    border-radius: var(--border-radius-30);
}

.story-img-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.story-steps {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: start;
    gap: 10px;
}

.s-s-title {
    position: relative;
    color: var(--green-main-clr);
    font-weight: 500;
    padding-left: 12px;
}

.s-s-title::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: var(--green-main-clr);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.story-step p {
    color: var(--grey-clr);
    font-weight: 300;
    width: 95%;
}

.story-step .s-email {
    color: var(--paragraph-white-clr);
    text-decoration: underline;
}

.fast-item {
    position: relative;
    background-color: var(--green-main-clr);
    width: 356px;
    height: 480px;
    padding: 30px;
}

.fast-item .fast-item-title {
    color: var(--green-dark-main-clr);
    font-size: var(--font-size-32);
}

.fast-item .fast-item-title span {
    font-weight: 700;
}

.fast-item-logo {
    color: var(--green-dark-main-clr);
    font-size: var(--font-size-32);
    font-weight: 900;
}

.fast-item-logo span {
    color: var(--white-clr);
}

.fast-item:first-child {
    background-image: url("../frontend/img/fast-item-0.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fast-item:nth-child(2) {
    height: 550px;
    background-image: url("../frontend/img/fast-item-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fast-item:last-child {
    background-image: url("../frontend/img/fast-item-2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fast-item .abstract-btc {
    position: absolute;
    bottom: 100px;
    left: -26px;
}

.fast-item:nth-child(2) .abstract-usdt {
    position: absolute;
    top: 170px;
    left: -19%;
}

.fast-item:nth-child(2) .abstract-rate {
    position: absolute;
    top: 383px;
    right: -178px;
}

.fast-item:last-child .abstract-usdc {
    position: absolute;
    top: 100px;
    right: -10%;
}

.fast-secure .f-s-btn {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--black-clr);
    padding: 10px 50px;
    color: var(--white-clr);
    border-radius: 50px;
    border: 1px solid var(--white-clr);
    top: 313px;
    right: -113px;
    box-shadow: 8px 12px 22px #00000040;
    transition: all 0.2s ease-in-out;
}

.fast-secure .f-s-btn span {
    line-height: 0;
}

.fast-secure .f-s-btn:hover {
    border: 1px solid var(--green-main-clr);
    color: var(--green-main-clr);
}

/* Help page */
.search-input {
    position: relative;
    width: 650px;
    overflow: hidden;
}

.search-input input {
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px 116px;
    outline: none;
    color: var(--grey-clr);
    font-size: var(--font-size-14);
    font-weight: 400;
    border: none;
    border-radius: 5px;
}

.search-input input::placeholder {
    color: var(--grey-clr);
    font-size: var(--font-size-14);
    opacity: 0.6;
}

.search-input .search-btn {
    position: absolute;
    background-color: var(--green-main-clr);
    border-right: 1px solid var(--green-main-clr);
    border-top: none;
    border-left: none;
    border-bottom: none;
    height: 100%;
    width: 88px;
    border-radius: 5px 0 0 5px;
}

.search-input .search-btn .search-btn-icon {
    height: 25px;
}

.search-input .search-btn:hover {
    background-color: var(--green-main-hover-clr);
}

.search-section .history-tags {
    width: 650px;
}

.blog-search input{
    border-radius: var(--border-radius-10);
    border-top: 1px solid var(--model-light-strok) ;
    border-right: 1px solid var(--model-light-strok);
    border-bottom: 1px solid var(--model-light-strok);
}

.history-tags .h-tage {
    color: var(--white-clr);
    background-color: var(--green-main-clr);
    width: fit-content;
    padding: 5px 15px;
    font-size: var(--font-size-14);
    font-weight: 600;
    border-radius: 5px;
    line-height: auto;
    cursor: pointer;
}

.history-tags .h-tage:hover {
    background-color: var(--green-main-hover-clr);
}

.collections .collection-path {
    background-color: var(--help-component-clr);
    width: fit-content;
    padding: 10px 30px;
    border: 1px solid var(--grey-clr);
    border-radius: var(--border-radius-30);
    font-weight: 500;
}

.collections .collection-path a {
    color: var(--black-clr);
}

.collections .collection-path a.topic-selected {
    color: var(--grey-clr);
    user-select: none;
    cursor: default;
}

.collection-path .collection-arrow img {
    width: 7px;
}

.collections .collection-item {
    background-color: var(--help-component-clr);
    padding: 30px 59px;
    border-radius: var(--border-radius-30);
}

.collections .collection-item:hover {
    background-color: var(--help-component-hover-clr);
}

.collection-item .collection-title {
    font-size: var(--font-size-20);
    color: var(--black-clr);
    font-weight: 500;
}

.collection-item .collection-content p {
    color: var(--black-clr);
    font-size: var(--font-size-16);
    font-weight: 400;
}

.collection-item .collection-content span {
    position: relative;
    color: var(--grey-clr);
    font-weight: 400;
    padding-left: 10px;
}

.collection-item .collection-content span img {
    position: absolute;
    top: 42%;
    left: 0;
    transform: translateY(-50%);
}

.related-articles .related-title {
    font-size: var(--font-size-20);
    font-weight: 600;
}

.related-questions {
    background-color: var(--help-component-clr);
    padding: 40px 59px;
    border-radius: var(--border-radius-30);
}

.related-questions a {
    color: var(--input-clr);
    margin-bottom: 0.9rem;
}

.related-questions a:last-child {
    margin-bottom: 0;
}

.collection-article {
    background-color: transparent !important;
    padding: 0 !important;
}

.collection-article .c-number-articles {
    padding-left: 20px !important;
    text-decoration: underline;
}

.article-questions {
    background-color: transparent !important;
    border-radius: var(--border-radius-30);
    border: 1px solid var(--model-light-strok);
}

.collection-qst {
    font-weight: 700 !important;
}

.collection-content .date {
    color: var(--black-clr);
    font-size: var(--font-size-14);
}

.article-subject .subject-img-wrapper {
    width: 100%;
    height: 388px;
    border-radius: 10px;
    overflow: hidden;
}

.article-subject .usefull-links-title {
    font-size: var(--font-size-20);
    font-weight: 600;
}

.article-subject .usefull-links ul li {
    list-style: inside;
}

.article-subject .usefull-links ul li a {
    color: var(--black-clr);
    text-decoration: underline;
}

/* Link switchers in article help page */

.links-switch::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--model-light-strok);
}

.links-switch .link {
    color: var(--grey-clr);
    font-weight: 500;
    padding-left: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.links-switch .link.selected-link {
    color: var(--black-clr);
    font-weight: 500;
}

.links-switch .link.selected-link::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    margin-right: 10px;
    background-color: var(--black-clr);
    transition: all 0.3s ease-in-out;
}

/* Link switchers in article blog page */

.qst-switch .link {
    color: var(--grey-clr);
    font-weight: 500;
    padding-left: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.qst-switch .link.selected-link {
    color: var(--black-clr);
    font-weight: 500;
}

/* Blog styles */
.blog-page .blog-block .author-update {
    color: var(--grey-clr);
    font-size: var(--font-size-14);
    font-weight: 500;
}

.blog-page .blog-block .author-update .author {
    color: var(--black-clr) !important;
}

.blog-page .blog-block .author-update .date {
    text-decoration: underline;
}

.page-link {
    color: var(--black-clr) !important;
}

.page-link:hover {
    background-color: var(--green-main-clr-0-16) !important;
    color: var(--green-main-clr) !important;
}

.page-link:focus {
    background-color: var(--green-main-clr-0-16) !important;
    color: var(--green-main-clr) !important;
    box-shadow: 0px 0px 0px black !important;
}

.page-link:focus-visible {
    color: var(--green-main-clr) !important;
    background-color: var(--green-main-clr-0-16) !important;
}

/* Blog articles styles */
.blog-article .b-article-img-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius-30);
    width: 100%;
    height: auto;
    overflow: hidden;
}

.blog-article .b-article-img-wrapper img {
    /* height: 100%; */
    height: fit-content;
    object-fit: contain;
    max-width: 100%;
    height: auto;
}

.blog-article .a-blog-heading-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: var(--font-size-48);
    font-weight: 600;
    color: var(--black-clr);
    line-height: 52px;
}

.blog-article .article-blog-tages .b-tage {
    background-color: var(--green-main-clr-0-16);
    color: var(--green-main-clr);
    font-size: var(--font-size-12);
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 50px;
    cursor: pointer;
}

.blog-article .article-blog-tages .b-tage:hover {
    background-color: var(--green-main-clr);
    color: var(--white-clr);
}

.date-social-wrapper .date {
    color: var(--grey-clr);
}

.author-name .auth-img {
    border-radius: 50px;
    overflow: hidden;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-name .auth-img img {
    object-fit: cover;
}

.author-name .a-n {
    font-size: var(--font-size-16);
    font-weight: 600;
}

.author-name .a-w {
    font-size: var(--font-size-14);
    font-weight: 300;
}

.right-sign {
    height: fit-content;
    gap: 20px;
}

.right-sign .short-qst {
    width: 300px;
    background-color: var(--model-light-clr);
    padding: 20px 10px;
    border-radius: var(--font-size-10);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-sign .contact-sales p {
    font-size: var(--font-size-18);
    font-weight: 600;
    line-height: 25px;
}

.article-blog-h1 {
    font-size: var(--font-size-32);
    font-weight: 700;
    line-height: 38px;
}

.blog-article .social .social-item {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.blog-article .social .social-item:hover {
    scale: 1.1;
}

.blog-article .article-list ul {
    margin-top: 10px;
}

.blog-article .article-list ul li {
    list-style: inside;
    padding-left: 20px;
    font-weight: 600;
    font-size: var(--font-size-14);
}

.blog-article .start-with-us {
    font-size: var(--font-size-20);
    font-weight: 700;
    color: var(--main-black-clr);
}

/* Terms of services */
.heading-h1,
.heading-h2,
.heading-h3,
.heading-h4,
.heading-h5 {
    font-weight: 700;
}

.heading-h1 {
    font-size: var(--font-size-24);
}

.heading-h2 {
    font-size: var(--font-size-20);
}

.heading-h3 {
    font-size: var(--font-size-18);
}

.heading-h4 {
    font-size: var(--font-size-16);
}

.terms-service-heading .last-update {
    font-size: var(--font-size-14);
    font-weight: 500;
    background-color: var(--green-main-clr);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: var(--green-main-clr);
    background-color: var(--green-main-clr-0-16);
    padding: 10px 20px;
    border-radius: 50px;
}
.nav-terms .nav-item {
    background-color: transparent;
    padding: 10px 50px 15px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}

.nav-terms .nav-item.term-selected {
    background-color: var(--white-clr);
}

.nav-terms .nav-item:hover {
    background-color: var(--white-clr);
}

.nav-terms .nav-item a {
    font-size: var(--font-size-18);
    color: var(--black-clr);
}

.terms-content-wrapper {
    background-color: var(--white-clr);
}

.terms-list li {
    list-style: inside;
    margin-left: 20px;
}

.terms-content p b {
    margin-bottom: 1rem !important;
    font-weight: 600;
}

.terms-list li span,
.terms-content-wrapper p span {
    font-weight: 600;
}

.terms-list-number li {
    list-style: decimal;
    margin-left: 40px;
}

/* terms mobile style */
.mobile-select  {
    position: relative;
}
.mobile-select .selected-option{
    background-color: var(--white-clr);
    border: 1px solid var(--model-light-strok);
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
}

.mobile-select .selected-option img {
    height: 10px;
}

.mobile-select .options {
    position: absolute;
    background-color: var(--white-clr);
    border: 1px solid var(--model-light-strok);
    border-radius: 10px;
    padding: 10px 0;
    width: 100%;
}

.mobile-select .options a.option {
    color: var(--main-black-clr);
    text-align: start;
    width: 100% !important;
    padding: 10px 20px;
    cursor: pointer;
}

.mobile-select .options {
    opacity: 0;
    visibility: hidden;
}

.mobile-select.active .options {
    opacity: 1;
    visibility: visible;
}

/* Footer section */
footer {
    padding-top: 80px;
    padding-bottom: 10px;
}

footer .footer-logo {
    height: 35px;
}

footer .footer-logo span {
    color: var(--green-main-clr);
}

footer .news-letter-p {
    color: var(--paragraph-white-clr);
}

footer .news-subcribe {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

footer .news-subcribe input {
    height: 3rem;
    border-radius: 10px;
    border: none;
    padding: 0 20px;
    color: var(--white-clr);
    background-color: #62626221;
}

footer .news-subcribe input::placeholder {
    color: var(--model-light-strok);
}

footer .news-subcribe input:focus {
    outline: none;
}

footer .news-subcribe .main-btn {
    background-color: var(--grey-dark-clr);
    width: 7rem !important;
    border-radius: 10px;
}

footer .news-subcribe .main-btn:hover {
    background-color: var(--model-dark-clr);
}

footer .footer-describe {
    font-size: var(--font-size-14);
    color: var(--grey-clr);
    width: 90%;
}

footer .made-in {
    background-color: var(--input-clr);
    color: var(--paragraph-white-clr);
    padding: 5px 15px 5px 5px;
    width: fit-content;
    border-radius: 50px;
}

footer .made-in p {
    font-size: var(--font-size-14);
    line-height: 0 !important;
    color: var(--paragraph-white-clr);
    padding-top: 3px;
}

footer .made-in .made-in-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    overflow: hidden;
}

footer .made-in .made-in-img img {
    height: 100%;
    width: 100%;
}

footer .quick-links {
    font-size: var(--font-size-16);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
}

footer .quick-links .q-title {
    font-weight: 300;
    color: var(--white-clr);
}

footer .quick-links ul li {
    transition: opacity 0.3s ease;
    cursor: pointer;
}

footer .quick-links ul li a {
    font-size: var(--font-size-14);
    color: var(--grey-clr);
}

footer .quick-links ul li:hover a {
    color: var(--white-clr);
}

footer .quick-links ul li footer .social span {
    font-weight: 300;
    color: var(--white-clr) !important;
}

footer .policies-links a {
    position: relative;
}

footer .policies-links a::before {
    position: absolute;
    content: attr(data-tooltip);
    top: -31px;
    right: 50px;
    width: 217px;
    color: var(--grey-clr);
    font-size: var(--font-size-14);
    font-weight: 500;
    background: var(--model-light-clr);
    padding: 2px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 7px #11111117;
    display: none;
    z-index: 1000;
}

footer .policies-links a:hover::before {
    display: block;
}

footer .footer-store {
    height: 32px;
    position: relative;
}

footer .advice p {
    color: var(--grey-clr);
    font-weight: 300;
    font-size: var(--font-size-14);
}

footer .advice p a {
    color: var(--white-clr);
    text-decoration: underline;
}

footer .copyrights {
    font-size: var(--font-size-14);
    font-weight: 300;
    color: var(--grey-clr);
}

footer .copyrights span {
    color: var(--green-main-clr);
    padding-left: 5px;
}

footer .copyrights a span:hover {
    text-decoration: underline;
}

.form-check {
    font-size: var(--font-size-14);
    color: var(--grey-clr);
}

.form-check label span {
    text-decoration: underline;
}

.form-check-input {
    background-color: var(--grey-dark-clr);
    border-color: var(--grey-clr);
}s

.form-check-input:focus {
    border-color: var(--green-main-clr) !important;
    box-shadow: 0 0 0 0.1rem var(--green-main-clr-0-16) !important;
}

.form-check-input:checked {
    background-color: var(--green-main-clr);
    border-color: var(--green-main-hover-clr);
}

/* Assit footer */

.assist-footer .help-heading {
    font-size: var(--font-size-24);
    font-weight: 700;
    color: var(--white-clr);
}

.assist-footer .open-time {
    font-size: var(--font-size-20);
    color: var(--grey-clr);
}

.assist-footer .open-time span {
    color: var(--white-clr);
    text-decoration: underline;
}

.assist-footer .assist-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--white-clr);
    color: var(--black-clr);
    padding:5px 20px;
    width: 300px;
    font-size: var(--font-size-14);
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
}

.assist-footer .assist-btn:hover {
    background-color: var(--help-component-hover-clr);
}

.assist-footer .a-f-logo {
    overflow: hidden;
    height: 50px;
    width: 200px;
}

.assist-footer .a-f-logo img {
    width: 100%;
}

.assist-footer .a-f-media span {
    color: var(--white-clr);
    font-weight: 300;
}

.assist-footer .a-f-policies a {
    color: var(--white-clr);
    font-weight: 300;
    font-size: var(--font-size-14);
    line-height: 10px;
}

.assist-footer .a-f-copyright {
    color: var(--white-clr);
    font-weight: 300;
    font-size: var(--font-size-14);
}

.assist-footer .a-f-copyright span {
    color: var(--green-main-clr);
}

/* Formul complaint */
.form-check p,
.form-group p {
    font-size: var(--font-size-12);
    color: var(--grey-clr);
}

/* Upload file Formul complaint */

.upload-docs-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 1px dashed var(--grey-clr);
    width: 100%;
    background-color: transparent;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
}

.upload-docs-content .upload-docs-icon img {
    height: 30px;
}

.upload-docs-content .upload-text {
    font-size: var(--font-size-16);
    color: var(--black-clr);
    font-weight: 500;
}

.upload-docs-content .upload-text p {
    font-size: var(--font-size-12);
    opacity: 0.8;
    margin-bottom: 0;
}

.file-list {
    margin-top: 15px;
}

.upload-docs-item {
    background: var(--model-light-clr);
    border: 1px solid #ddd;
    font-size: var(--font-size-14);
    border-radius: 6px;
    margin-bottom: 8px;
    overflow: hidden;
}

.upload-docs-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
}

.upload-docs-details {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}

.upload-docs-remove {
    background: rgb(179, 179, 179);
    border: none;
    border-radius: 50%;
    padding: 8px;
    width: 15px;
    height: 15px;
    color: rgb(255, 254, 254);
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-progress-bar {
    height: 4px;
    background: var(--green-main-clr);
    width: 0%;
    transition: width 0.4s ease;
}

/* Responsive widget */
@media screen and (min-width: 1400px) {
}

@media screen and (min-width: 1200px) {
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
}

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

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