@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

*,
:after,
:before {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

:root {
    --bs-primary: #076CB4;
    --bs-secondary: #015a99;
    --bs-light: #efefef;
    --bs-dark: #2d3941;
    --bs-text: #787878;
    --bs-border: #E9E9E9;
}

body {
    margin: 0px;
    color: var(--bs-text);
    background-color: var(--bs-white);
    overflow-x: hidden;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    min-height: 100vh;
    font-family: "Open Sans", sans-serif;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 600;
    color: var(--bs-dark);
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

a:hover,
a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease;
}

.form-control:focus {
    border-color: #b3bdc0;
    box-shadow: none;
}

.py-5px {
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary) !important;
}

.bg-dark {
    background-color: var(--bs-dark) !important;
}

.bg-light {
    background-color: var(--bs-light) !important;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn {
    padding: 11px 25px 12px;
    font-size: 13px;
    border-radius: 2px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.consultant-btn {
    padding: 8px 20px;
}

.btn-sm {
    padding: 5px 12px;
    font-size: 13px;
    border-radius: 2px;
}

.btn-primary span {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--bs-secondary);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
    opacity: 1;
}

.btn-primary.bg-secondary span {
    background-color: var(--bs-white);
}

.btn-primary.bg-secondary:hover {
    color: var(--bs-primary);
}

.btn-primary:hover span {
    width: 225%;
    height: 562.5px;
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    /* border-bottom: 3px solid var(--bs-secondary); */
}

.btn-primary:hover {
    background-color: var(--bs-primary);
}

.form-select:focus,
.form-control:focus,
.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.scrollTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 350;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    border-color: transparent !important;
    font-size: 25px;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 10px 10px 20px -10px rgb(155 32 144 / 60%);
    padding: 0;
    padding-top: 8px;
}

.scrollTop:hover {
    color: var(--bs-white) !important;
    background-color: var(--bs-secondary) !important;
}

.scrollTop.show {
    opacity: 1;
    transform: none;
    pointer-events: visible;
}

.text-xs {
    font-size: 13px;
}

.text-sm {
    font-size: 14px;
}

.text-base {
    font-size: 16px;
}

.text-lg {
    font-size: 18px;
}

.text-xl {
    font-size: 26px;
}

.form-control {
    border: 1px solid #b3bdc0;
    padding: .3rem .75rem;
    min-height: 36px;
    font-size: 14px;
    border-radius: 0;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.text-truncate-5,
.text-truncate-4,
.text-truncate-3,
.text-truncate-2,
.text-truncate-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-height: 1.5;
    min-height: 24px;
}

.text-truncate-2 {
    -webkit-line-clamp: 2;
    min-height: 48px;
}

.text-truncate-3 {
    -webkit-line-clamp: 3;
}

.text-truncate-4 {
    -webkit-line-clamp: 4;
}

.text-truncate-5 {
    -webkit-line-clamp: 5;
}

.fit-cover {
    object-fit: cover;
}

/*** ========== Header css ========== ***/
.header-top {
    background-color: var(--bs-primary);
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--bs-white);
    z-index: 999;
    position: relative;
}

.social__icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: var(--bs-secondary);
    border-radius: 3px;
    font-size: 12px;
}

.social__icons a:hover {
    background-color: var(--bs-white);
    color: var(--bs-primary);
}

.header-bottom {
    background-color: var(--bs-white);
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

.header-bottom.sticky {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    animation: 200ms ease-in-out 0s 1 normal none running fadeInDown;
    z-index: 997;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100%, 0px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0px);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100%, 0px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0px);
    }
}

.header-bottom .navbar-nav .nav-link {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--bs-secondary);
    font-weight: 500;
    padding-inline: 16px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.header-bottom .nav-link:hover {
    color: var(--bs-primary);
}

/*** ========== Header css ========== ***/

/*** ========== Banner css ========== ***/
.owl-item.active .banner-content .h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.owl-item.active .banner-content p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.banner-bg {
    height: calc(100vh - 152px);
    position: relative;
    z-index: 1;
}

.banner-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-dark);
    z-index: 1;
    opacity: 0.5;
}

.banner-bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 9;
    color: var(--bs-white);
}

.banner-content .h1 {
    color: var(--bs-white);
}

.content-wrapper {
    max-width: 700px;
}

.banner__subtitle {
    font-size: 18px;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .banner__title {
        font-size: 65px;
    }

    .section__title {
        font-size: 2rem !important;
    }
}

.h1,
h1 {
    font-size: calc(1rem + 1.5vw);
}

@media (min-width: 992px) {
    .banner__title {
        font-size: 45px;
    }
}

.banner__text {
    font-size: 16px;
    line-height: 1.8;
    margin-block: 20px 30px;
}

.banner-carousel.owl-carousel .owl-nav .owl-prev,
.banner-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 3px !important;
}

.banner-carousel.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 30px;
    padding-left: 3px !important;
    padding-right: 0 !important;
}

/*** ========== Banner css ========== ***/

/*** ========== About css ========== ***/
.about-section {
    padding-block: 80px;
}

.section__subtitle {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--bs-primary);
    display: inline-block;
    padding-bottom: 6px;
}

.section__title {
    font-weight: 800;
    color: var(--bs-primary);
}

.section__text {
    font-size: 16px;
}

.about__item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    gap: 16px;
}

.about__item .item__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    /* background-color: var(--bs-primary); */
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.item__icon svg {
    position: absolute;
    transition: all 0.3s ease-in-out;
    fill: hsl(205deg 93% 37% / 30%);
}

.about__item:hover .item__icon svg {
    fill: #313335;
}

.about__item:hover .item__icon img {
    filter: brightness(0) invert(1);
}

.about__item .item__content {
    flex-grow: 1;
}

.about__item .item__title {
    color: var(--bs-primary);
}

.about_img__wrapper {
    position: relative;
    z-index: 1;
}

.about_img__wrapper img {
    position: absolute;
    z-index: -1;
}

.about_img__wrapper .about__img {
    border-top-left-radius: 50px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.about_img__wrapper img:nth-child(2) {
    top: 0;
    left: -65px;
    -webkit-animation: about-ani-three 20s linear infinite;
    animation: about-ani-three 20s linear infinite;
}

.about_img__wrapper img:nth-child(3) {
    top: -85px;
    right: 0;
    -webkit-animation: about-ani-two 15s linear infinite;
    animation: about-ani-two 15s linear infinite;
}

.about_img__wrapper img:nth-child(4) {
    bottom: -40px;
    right: 0;
    -webkit-animation: about-ani-one 5s linear infinite;
    animation: about-ani-one 5s linear infinite;
}

@-webkit-keyframes about-ani-one {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-15px, 0);
        transform: translate(-15px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes about-ani-one {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    50% {
        -webkit-transform: translate(-15px, 0);
        transform: translate(-15px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes about-ani-two {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes about-ani-two {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    50% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes about-ani-three {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes about-ani-three {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*** ========== About css ========== ***/

/*** ========== Project css ========== ***/
.section-padding {
    padding-block: 70px;
}

.project-section {
    background-color: #efefef;
}

.service-card {
    position: relative;
    z-index: 1;
}

.project-card {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    background-color: var(--bs-white);
    border-radius: 12px;
    border: 1px solid #dedede;
    overflow: hidden;
}

.service-card:hover,
.project-card:hover {
    transform: translateY(-10px);
}

.project-card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.041688)), color-stop(72%, rgba(0, 0, 0, 0.715845)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.041688) 0%, rgba(0, 0, 0, 0.715845) 72%);
    z-index: 1;
    visibility: hidden;
}

.project__img img {
    object-fit: cover;
}

.project__content {
    /* position: absolute; */
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px;
    border-top: 1px solid #dedede;
}

.project__title {
    color: var(--bs-primary);
    font-weight: 500;
    margin-bottom: 10px;
}

.project__btn {
    border: 1px solid #dedede;
    color: var(--bs-gray-600);
    border-radius: 50px;
    padding: 7px 16px;
}

.project__btn:hover {
    background-color: var(--bs-white);
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

/*** ========== Project css ========== ***/

/*** ========== Service css ========== ***/
.service-section {
    background-color: var(--bs-white);
}

.service-card {
    -webkit-box-shadow: 0px 0px 20px 0px rgb(221 221 221 / 50%);
    box-shadow: 0px 0px 20px 0px rgb(221 221 221 / 50%);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 12px;
    border: 1px solid #dedede;
}

.service__img {
    background-color: #efefef;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    overflow: hidden;
}

.service__img img {
    border-radius: 10px 10px 0 0;
}

.service-card:hover .service__img {
    background-color: var(--bs-primary);
}

.service__content {
    background-color: var(--bs-white);
    padding: 20px 25px 25px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-radius: 12px;
}

.service__title {
    color: var(--bs-primary);
}

.service__desc {
    font-size: 15px;
}

/*** ========== Service css ========== ***/

/*** ========== Feature css ========== ***/
.feature-card {
    position: relative;
    padding: 30px 25px 30px;
    background-color: var(--bs-white);
    z-index: 1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    overflow: hidden;
}

.fundednext-border {
    background-image: radial-gradient(circle at 100% 100%, transparent 1px, #5754ff 0, #5754ff 4px, transparent 0), radial-gradient(circle at 0 100%, transparent 1px, #9e95c4 0, #2e2c36 0, transparent 0), radial-gradient(circle at 0 0, transparent 1px, #4faff4 0, #4faff4 4px, transparent 0), radial-gradient(circle at 100% 0, transparent 1px, #4faff4 0, #4faff4 0, transparent 0), linear-gradient(90deg, #5754ff, #efefef), linear-gradient(270deg, #4faff4, #efefef), linear-gradient(180deg, #efefef, #4faff4), linear-gradient(0deg, #efefef, #5754ff);
    background-size: 4px 4px, 4px 4px, 4px 4px, 4px 4px, calc(100% - 2px) 3px, calc(100% - 2px) 3px, 3px calc(100% - 2px), 3px calc(100% - 2px);
    background-position: 0 0, 100% 0, 100% 100%, 0 100%, top, bottom, 100%, 0;
    background-repeat: no-repeat;
    animation: slideAnimation 8s linear infinite;
}

@keyframes slideAnimation {

    0%,
    to {
        background-position: 0 0, 100% 0, 100% 100%, 0 100%, top, bottom, 100%, 0;
    }

    25% {
        background-position: 100% 0, 100% 0, 0 100%, 0 100%, top, bottom, 100%, 0;
    }

    50% {
        background-position: 100% 100%, 100% 100%, 0 0, 0 0, top, bottom, 100%, 0;
    }

    75% {
        background-position: 0 100%, 0 100%, 100% 0, 100% 0, top, bottom, 100%, 0;
    }
}

.founded-next-card__bg {
    background: linear-gradient(180deg, #8a88fa, #efefef);
    position: absolute;
    width: 8rem;
    height: 8rem;
    top: -95px;
    right: -95px;
    border-radius: 50%;
    z-index: -1;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.fundednext-border:hover .founded-next-card__bg {
    transform: scale(10);
    background: linear-gradient(180deg, #8a88fa, var(--bs-primary));
}

.feature-card:hover {
    color: var(--bs-white);
}

.feature-card::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background-color: var(--bs-primary);
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    visibility: hidden;
}

.feature-card:hover::before {
    height: 100%;
}

.bg-img img:nth-child(1) {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
}

.bg-img img:nth-child(2) {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
}

.feature__icon {
    margin-bottom: 10px;
}

.feature__icon img {
    transition: all 0.3s ease-in-out;
}

.feature-card:hover .feature__icon img {
    filter: brightness(0) invert(1);
}

.feature__title {
    margin-bottom: 10px;
    color: var(--bs-primary);
}

.feature-card:hover .feature__title {
    color: var(--bs-white);
}

.feature__desc {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
}

/*** ========== Feature css ========== ***/

/*** ========== Counter css ========== ***/
.counter-wrap {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fafafa;
    padding: 50px 50px 20px;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd57;
    box-shadow: 0px 0px 20px 0px #dddddd57;
    position: relative;
    z-index: 1;
    margin-block: 20px;
}

.counter-item {
    position: relative;
    text-align: center;
}

.counter-title {
    color: var(--bs-primary);
    margin-block: 20px;
}

.counter-text {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-dark);
}

.counter-shape img {
    z-index: -1;
    position: absolute;
}

.counter-shape img:nth-child(1) {
    top: 0;
    left: 0;
    -webkit-animation: service-ani-one 3s linear infinite;
    animation: service-ani-one 3s linear infinite;
}

.counter-shape img:nth-child(2) {
    bottom: 0;
    right: 0;
    -webkit-animation: service-ani-two 3s linear infinite;
    animation: service-ani-two 3s linear infinite;
}

@-webkit-keyframes service-ani-one {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .20;
    }

    100% {
        opacity: 1;
    }
}

@keyframes service-ani-one {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .20;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes service-ani-two {
    0% {
        opacity: .20;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .20;
    }
}

@keyframes service-ani-two {
    0% {
        opacity: .20;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .20;
    }
}

.counter-item::before {
    position: absolute;
    content: '';
    width: 2px;
    height: 135px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--bs-primary);
}

.counters>div:last-child .counter-item::before {
    display: none;
}

/*** ========== Counter css ========== ***/

/*** ========== Video css ========== ***/
.video-section {
    height: 620px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.video-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .50;
}

.video-item {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.video-wrap {
    margin-bottom: 20px;
}

.video-wrap a {
    z-index: 10;
    display: inline-flex;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    font-size: 30px;
    align-items: center;
    color: var(--bs-primary);
    justify-content: center;
    padding-left: 6px;
}

.video-wrap a::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background-color: var(--bs-white);
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-wrap a::after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background-color: var(--bs-white);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.video-title {
    display: block;
    color: var(--bs-white);
    font-weight: 500;
    font-size: 35px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

/*** ========== Video css ========== ***/

/*** ========== Work css ========== ***/
.process__item {
    position: relative;
    padding-left: 60px;
}

.process__title {
    color: var(--bs-primary);
}

.process__item i {
    display: inline-block;
    color: var(--bs-primary);
    background-color: var(--bs-white);
    text-align: center;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 20px 0px #dddddd42;
    box-shadow: 0px 0px 20px 0px #dddddd42;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.process__item:hover i {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.works-img {
    position: relative;
    text-align: center;
}

.works-img img:nth-child(1) {
    position: absolute;
    left: 0;
    z-index: -1;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/*** ========== Work css ========== ***/

/*** ========== Book css ========== ***/
.book-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 10px;
    background-color: var(--bs-primary);
    text-align: center;
    position: relative;
    z-index: 1;
}

.book-shape img {
    position: absolute;
    z-index: -1;
}

.book-shape img:nth-child(1) {
    top: 0;
    left: 0;
    -webkit-animation: service-ani-one 3s linear infinite;
    animation: service-ani-one 3s linear infinite;
}

.book-shape img:nth-child(2) {
    bottom: 0;
    right: 0;
    -webkit-animation: service-ani-two 3s linear infinite;
    animation: service-ani-two 3s linear infinite;
}

/*** ========== Book css ========== ***/

/*** ========== Testimonial css ========== ***/
.testimonial-section {
    background-color: #f9f9f9;
}

.testimonial-item {
    background-color: #f9f9f9;
    max-width: 880px;
    margin-inline: auto;
    text-align: center;
    padding-inline: 40px;
}

.testimonial__img img {
    margin: 0 auto 10px;
    border-radius: 50%;
}

.testimonial__name {
    font-weight: 500;
    margin-bottom: 5px;
    color: var(--bs-primary);
}

.testimonial__text {
    font-style: italic;
    font-weight: 400;
    z-index: 1;
    position: relative;
    text-align: justify;
    color: var(--bs-dark);
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 16px;
}

.testimonial-carousel.owl-carousel .owl-nav .owl-prev,
.testimonial-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    width: 36px;
    height: 36px;
    background-color: #f9f9f9;
    color: var(--bs-primary);
    /* border-radius: 50%; */
    border: 1px solid var(--bs-primary);
}

.testimonial-carousel.owl-carousel .owl-nav .owl-next {
    right: -20px;
    left: auto;
}

.testimonial-carousel.owl-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel.owl-carousel .owl-nav .owl-next:hover {
    border-color: var(--bs-secondary);
    color: var(--bs-secondary);
}

.testimonial__head {}

.testimonial__designation {
    font-size: 14px;
    margin-bottom: 10px;
}

/*** ========== Testimonial css ========== ***/

/*** ========== Logo css ========== ***/
.logo-slider .owl-stage {
    display: flex;
    align-items: center;
}

.logo-item img {
    margin-inline: auto;
}

.logo-slider .owl-nav {}

.logo-slider .owl-nav .owl-prev,
.logo-slider .owl-nav .owl-next {
    position: absolute;
    left: -36px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.logo-slider .owl-nav .owl-next {
    left: auto;
    right: -36px;
}

.logo-slider .owl-nav .owl-prev:hover,
.logo-slider .owl-nav .owl-next:hover {
    background-color: var(--bs-secondary) !important;
}

/*** ========== Logo css ========== ***/

/*** ========== Footer css ========== ***/
.footer-section {
    background-color: var(--bs-primary);
    background-image: url("../images/gallery/footer-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: var(--bs-white);
}

.footer__logo .logo {
    background-color: var(--bs-white);
    display: inline-block;
}

.footer__text {
    margin-block: 20px;
    font-size: 15px;
}

.footer__contact li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-left: 25px;
    margin-top: 12px;
}

.footer__contact i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 16px;
}

.footer__title {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    color: var(--bs-white);
}

.footer__title::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: var(--bs-secondary);
}

.text-center.footer__title::before {
    left: 50%;
    transform: translateX(-50%);
}

.footer__link {
    display: inline-block;
    padding-block: 7px;
    transition: all 0.4s ease-in-out;
}

.footer__link:hover {
    padding-left: 5px;
}

.newsletter-form .form-control {
    height: 50px;
    border: 0;
    border-radius: 0;
    padding-left: 15px;
    font-size: 15px;
}

.newsletter-form .btn {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    opacity: 1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border: 0;
    border-radius: 0;
    margin-top: 10px;
}

/*** ========== Footer css ========== ***/

/*** ========== Copyright css ========== ***/
.copyright-section {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #091629;
    text-align: center;
}

.copyright-item {
    color: var(--bs-white);
}

.copyright-item a {
    color: var(--bs-primary);
    font-weight: 700;
}

/*** ========== Copyright css ========== ***/

/*** ========== Page css ========== ***/
.page-title-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-title-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 6, 16, 0.887194)), color-stop(93%, rgba(1, 6, 16, 0.350677)));
    background: linear-gradient(180deg, rgba(1, 6, 16, 0.887194) 0%, rgba(1, 6, 16, 0.350677) 93%);
}

.page-title-section .title-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.page__title {
    color: var(--bs-white);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: inherit;
}

.sm__counter-item {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.sm__counter-icon {
    position: relative;
}

.sm__counter-icon::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    top: -10px;
    left: -15px;
    border-radius: 50%;
    background-color: #afdeff;
    z-index: -1;
}

.sm__counter-title {
    margin-bottom: 0;
    color: var(--bs-primary);
}

.sm__counter-text {
    margin-bottom: 0;
}

.process-section {
    background-color: var(--bs-light);
    background-image: url("../images/gallery/works-bg.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fafafa;
}

.works-item {
    text-align: center;
}

.works-icon {
    display: inline-block;
    width: 160px;
    height: 160px;
    font-size: 45px;
    line-height: 155px;
    border-radius: 50%;
    text-align: center;
    background-color: #dbf0ff;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.works-item:hover .works-icon {
    background-color: var(--bs-primary);
}

.works-icon::after {
    position: absolute;
    content: '';
    width: 110px;
    height: 110px;
    left: 0;
    right: 0;
    top: 25px;
    margin-left: auto;
    margin-right: auto;
    background-color: #dbf0ff;
    z-index: -1;
    border-radius: 50%;
    border: 8px solid var(--bs-primary);
}

.works-title {
    color: var(--bs-primary);
    margin-bottom: 15px;
}

.faq-area .faq-img {
    position: relative;
    margin-bottom: 30px;
}

.faq-area .faq-img img:nth-child(1) {
    position: relative;
    z-index: 1;
}

.faq-area .faq-img img:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 55px;
}

.faq-item {
    margin-bottom: 30px;
}

.faq-item .accordion p {
    display: none;
    padding: 20px 110px 20px 25px;
    margin-bottom: 0;
}

.faq-item .accordion li {
    position: relative;
    list-style-type: none;
    margin-bottom: 15px;
    display: block;
    -webkit-box-shadow: 0px 0px 30px 0px #dddddd42;
    box-shadow: 0px 0px 30px 0px #dddddd42;
    border-radius: 5px;
}

.faq-item .accordion li:first-child {
    border-top: 0;
}

.faq-item .accordion li:last-child {
    margin-bottom: 0;
}

.faq-item .accordion li a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #221668;
    padding: 13px 40px 13px 20px;
    background-color: #eee;
}

.faq-item .accordion li a.active {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
}

.faq-item .accordion li a.active i {
    color: var(--bs-white);
    opacity: 0;
}

.faq-item .accordion li a.active i.two {
    opacity: 1;
}

.faq-item .accordion li a i {
    position: absolute;
    top: 16px;
    right: 18px;
    display: inline-block;
    font-size: 15px;
    opacity: 1;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: var(--bs-secondary);
    color: var(--bs-white);
}

.faq-item .accordion li a i.two {
    opacity: 0;
    color: var(--bs-primary);
    background-color: var(--bs-white);
}

.single-blog figcaption {
    left: 0;
    bottom: -100%;
    z-index: 2;
    width: 100%;
    position: absolute;
    transition: all 300ms ease-in-out;
}

.single-blog:hover figcaption {
    bottom: 0;
}

.blog__link {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-size: 13px;
}

.blog__link:hover {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
}

.custom-pagination {
    width: 100%;
    padding: 30px 0 0;
    font: 13px/30px 'Work Sans', Arial, Helvetica, sans-serif;
}

.custom-pagination ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    list-style: none;
    line-height: 30px;
    text-align: center;
    justify-content: center;
}

.custom-pagination ul li span,
.custom-pagination ul li a {
    margin: 3px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f8f8f8;
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
}

.custom-pagination ul li a {
    color: #484848;
    display: block;
    text-align: center;
    position: relative;
    line-height: 30px;
}

.custom-pagination ul li:first-child span,
.custom-pagination ul li:last-child a,
.custom-pagination ul li:last-child span,
.custom-pagination ul li:first-child a {
    color: var(--bs-white);
    background: #484848;
}

.custom-pagination ul li:first-child span,
.custom-pagination ul li:first-child a {
    border-radius: 3px 0 0 3px;
}

.custom-pagination ul li:last-child span,
.custom-pagination ul li:last-child a {
    border-radius: 0 3px 3px 0;
}

.custom-pagination ul li:first-child span,
.custom-pagination ul li:last-child a i {
    display: block;
    line-height: 30px;
}

.custom-pagination ul li.active span,
.custom-pagination ul li a:hover,
.custom-pagination ul li:first-child span:hover,
.custom-pagination ul li a:hover {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.search__form {
    position: relative;
}

.search__input {
    border-radius: 0;
    font-size: 13px;
    line-height: 1;
    padding: 10px 13px;
    padding-right: 50px;
}

.search__btn {
    padding: 0;
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 4px;
    width: 36px;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-size: 13px;
    border-radius: 3px;
}

.search__btn:hover {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
}

.category-list {
    padding: 0 20px;
}

.category-list .category-radio {
    line-height: 14px;
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    margin: 10px 0;
}

.category-list .category-radio label {
    color: #767676;
}

.category-list .category-radio label span {
    float: left;
}

.category-list .category-radio label span+span {
    float: right;
}

.category-list input[type=radio]+label:before {
    top: 1px;
}

.category-radio input[type=radio]+label:hover,
.category-radio input[type=radio]+label:hover:before,
.category-radio input[type=radio]:checked+label,
.category-radio input[type=radio]:checked+label:before {
    color: #504f56;
}

.category-radio,
.category-radio label,
.category-radio,
.category-radio label {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
}

.category-radio label,
.tg-checkbox label {
    cursor: pointer;
    display: block;
    padding: 0 0 0 25px;
    font-size: 14px;
}

.category-radio input[type=radio],
.category-radio input[type=checkbox] {
    display: none;
}

.category-radio input[type=radio]+label:before,
.category-radio input[type=checkbox]+label:before {
    top: 0;
    left: 0;
    color: #333;
    font-size: 16px;
    line-height: 14px;
    content: "\f04d";
    position: absolute;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
}

.category-radio input[type=radio]:checked+label:before,
.category-radio input[type=checkbox]:checked+label:before {
    content: '\f14a';
}

.article__meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    color: var(--bs-white);
}

.shadow-md {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 26px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
}

.map-wrapper {
    display: flex;
    height: 100%;
    border-radius: 30px 30px 0px 30px;
    overflow: hidden;
}

.map-wrapper iframe {
    min-height: 350px;
    width: 100%;
    border: 0;
    height: 100%;
}

.select2-container {
    z-index: 9;
    transition: border-color 200ms ease-out, box-shadow 200ms ease-out;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    font-family: inherit;
    border-radius: 5px;
    background: var(--bs-white);
    border-color: rgba(59, 54, 140, 0.3);
    border-style: solid;
    border-width: 1px;
    color: #222;
    text-indent: .01px;
    text-overflow: "";
    cursor: pointer;
}

.select2-search--dropdown {
    border-top: 1px solid #aaa;
}

.custom-select .select2-container.select2-container--open {
    box-shadow: 0 0 0 2px var(--bs-white), 0 0 0 4px #4d6bc6 !important;
    outline: 3px solid rgba(0, 0, 0, 0) !important;
    border-color: #aaa;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
    min-height: 40px;
    display: flex;
    align-items: center;
    border: none !important;
    background-color: #f6f6fa;
    height: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
    right: 6px;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    font-size: 14px;
}

.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-selection--single:focus {
    border-color: #c1cdff;
}

.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
}

.select2-dropdown {
    border: 1px solid rgb(229, 232, 236);
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
}

.select2-container .select2-search--inline .select2-search__field {
    font-family: inherit;
}

.select2-container .select2-selection--single .select2-selection__clear {
    width: 20px;
    display: flex !important;
    margin-right: 0;
    justify-content: center;
    padding-left: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0;
    margin-top: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:first-child {
    margin-left: 0;
}

.select2-container .select2-search--inline .select2-search__field:not(textarea) {
    margin-left: 0;
    margin-top: 4px;
}

.select2-container .select2-search--inline textarea.select2-search__field {
    margin-left: 0;
    line-height: 1.3;
}

.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: 0;
}

/*Account Section Starts Here*/
.account-section {
    padding: 60px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.account-title {
    margin-bottom: 30px;
    position: relative;
}

@media (max-width: 767px) {
    .account-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .account-title>* {
        max-width: 50%;
    }

    .account-title .logo {
        display: block;
    }

    .account-title .logo img {
        max-width: 100%;
    }
}

.account-title .back-home {
    font-size: 18px;
    font-weight: 500;
    color: var(--bs-white);
    text-align: left;
    display: inline-flex;
    align-items: center;
}

@media (min-width: 768px) {
    .account-title .back-home {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.account-title .back-home i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--bs-white);
}

.account-title .back-home span {
    line-height: 1;
}

@media (min-width: 768px) {
    .account-title {
        margin-bottom: 80px;
    }
}

.account-wrapper {
    max-width: 630px;
    margin: 0 auto;
    border-radius: 20px;
    background: var(--bs-white);
    padding: 30px 40px;
    box-shadow: 0px 0px 20px 0px #dddddd;
}

@media (max-width: 575px) {
    .account-wrapper {
        font-size: 16px;
    }

    .account-wrapper {
        border-radius: 20px;
        padding: 30px 10px;
    }
}

.account-wrapper.top-gap {
    margin-top: 100px;
}

@media (min-width: 1200px) {
    .account-wrapper.top-gap {
        margin-top: 130px;
    }
}

.account-header {
    padding: 0 40px 40px;
    text-align: center;
}

@media (max-width: 575px) {
    .account-header {
        padding: 0 15px 30px;
        font-size: 14px;
    }
}

.account-header span a {
    color: #0403c4;
    font-weight: 500;
}

.account-header .title {
    margin-bottom: 23px;
}

.account-header .sign-in-with {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 40px;
    color: #526288;
    border: 1px solid #aa9dd0;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}

.account-header .sign-in-with img {
    width: 24px;
    margin-right: 10px;
}

@media (max-width: 575px) {
    .account-header .sign-in-with {
        padding: 12px 30px;
    }

    .account-header .sign-in-with img {
        width: 20px;
    }
}

.or {
    position: relative;
    text-align: center;
}

.or::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background: #dddce7;
}

.or span {
    display: inline-block;
    padding: 0 12px;
    font-weight: 500;
    color: #33406a;
    text-transform: uppercase;
    background: var(--bs-white);
    position: relative;
    z-index: 1;
}

.account-body {
    text-align: center;
}

@media (max-width: 575px) {
    .account-body {
        padding: 0 15px 0;
    }

    .account-form .form-group input {
        padding: 0 14px;
        height: 42px;
        font-size: 14px;
    }

    .account-form .form-group label {
        margin-bottom: .3rem;
    }

    .account-section {
        padding: 40px 0;
    }
}

.account-body span a {
    color: #0403c4;
    font-weight: 500;
    text-transform: capitalize;
}

.account-form {
    text-align: left;
}

.account-form .form-group {
    margin-bottom: 13px;
}

.account-form label {
    font-size: 14px;
    font-weight: 500;
    color: #33406a;
    display: inline-block;
    margin-bottom: .5rem;
}

.account-form select,
.account-form .form-control,
.account-form input {
    border: 1px solid rgba(59, 54, 140, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f6f6fa;
    padding: 10px 16px;
}

.account-form .form-group .input-group-text {
    border: 1px solid rgba(59, 54, 140, 0.3);
    border-radius: 5px;
    border-left: none;
    color: var(--bs-gray-600);
    background-color: #f6f6fa;
}

.account-form .form-group>button {
    width: 100%;
}

@media (min-width: 576px) {
    .account-form .form-group>button {
        margin-top: 40px;
    }
}

.sign-in-recovery {
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

.account-wrapper.register {
    max-width: 900px;
}

.breadcrumb {
    margin-bottom: 0;
}

.skl-bar-1 {
    height: 2px;
    width: 130px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#008CBA), to(transparent));
    background-image: -webkit-linear-gradient(left, #008CBA, transparent);
    background-image: -moz-linear-gradient(left, #008CBA, transparent);
    background-image: -o-linear-gradient(left, #008CBA, transparent);
    top: -6px;
}

.skl-bar-2 {
    height: 2px;
    width: 130px;
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#008CBA), to(transparent));
    background-image: -webkit-linear-gradient(right, #008CBA, transparent);
    background-image: -moz-linear-gradient(right, #008CBA, transparent);
    background-image: -o-linear-gradient(right, #008CBA, transparent);
    position: relative;
    top: -6px;
}

.fancy.subtitle span {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.lg-title.fancy.subtitle span {
    font-size: 22px;
}

.lg-title .skl-bar-1,
.lg-title .skl-bar-2 {
    width: 180px;
}

.contact__wrapper {
    background-color: #272e39;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 50px;
    border-radius: 30px 30px 0px 30px;
}

.contact__shape {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #f66587;
    z-index: -1;
}

.contact__form {
    position: relative;
    background: var(--bs-white);
    padding: 40px 35px;
    border-radius: 30px 30px 0px 30px;
    z-index: 2;
}

.contact__form .form-control {
    position: relative;
    display: block;
    width: 100%;
    background: #f4f1fa;
    border-radius: 12px 12px 0px 12px;
    border: 1px solid #f4f1fa;
    color: #75727b;
    padding: 10px 20px;
    transition: all 500ms ease;
}

.contact__form .btn {
    width: 100%;
    border-radius: 12px 12px 0px 12px;
}

.info__card {
    border-radius: 30px 30px 0px 30px;
    z-index: 2;
}

.btn-login {
    padding: 5px 15px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}

.btn-login:hover {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

/*** ========== Page css ========== ***/


/*** ========== Project Page css ========== ***/
.sidebar {
    background-color: var(--bs-white);
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.0784313725);
    top: 90px;
}

.search-filter {
    border: 1px solid #f0f0f0;
}

.sidebar .card-header {
    border-color: #f0f0f0;
    padding-block: 14px;
}

.sidebar .card-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}

.filter-widget {
    margin-bottom: 35px;
}

.sidebar__title {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 14px;
}

.search-input .form-control,
.sidebar .form-control {
    border-color: #E2E8F0;
    color: #333333;
    padding: 8px 15px;
    border-radius: 4px;
}

.search-input .btn-sm,
.sidebar .btn-sm {
    padding-top: 6px;
    border-radius: 4px;
}

.custom_check {
    color: #666;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-size: 0.9375rem;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
}

.custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom_check .checkmark {
    height: 20px;
    width: 20px;
    border: 1px solid #dcdcdc;
    background-color: var(--bs-white);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.custom_check .checkmark::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    display: none;
    color: var(--bs-white);
    font-size: 11px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-primary);
    padding-top: 1px;
    padding-left: 1px;
}

.custom_check input:checked~.checkmark:after {
    display: inline-flex;
}

.ui-slider-handle {
    transition: all 0s ease;
}

.ui-widget-header {
    background: var(--bs-secondary) !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: var(--bs-secondary);
    border: none;
    cursor: pointer;
    width: 5px;
    height: 20px;
    border-radius: 0;
    transition: 0s;
}

.ui-state-default:focus,
.ui-widget-content .ui-state-default:focus,
.ui-widget-header .ui-state-default:focus {
    outline: 0;
}

.ui-widget-content {
    border: none;
    background: #e1e1e1;
    height: 3px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -8px;
    margin-left: 0;
}

.doc-info-right {
    margin-left: auto;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
}

.project__card {
    border: 1px solid #f0f0f0;
    background-color: var(--bs-white);
    padding: 15px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.0784313725);
}

.project__card_top {
    display: flex;
    align-items: flex-start;
}

.project__card_img {
    flex: 0 0 auto;
    width: 300px;
    border-radius: 5px;
    overflow: hidden;
}

.project__card_info {
    flex-grow: 1;
    width: 100%;
    padding-inline: 15px;
}

.project__card_title {
    padding-right: 100px;
}

.project__card_bottom {
    text-align: end;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
}

.sticky-top {
    z-index: 99;
}

.filter__close {
    padding: 0 !important;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 30px;
    height: 30px;
    font-size: 18px !important;
}

.sidebar.show {
    transform: none;
}

.filter__trigger {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-primary);
    line-height: 1;
    padding: 5px 10px 5px 0;
}

.filter__icon {
    width: 24px;
    margin-right: 8px;
}

.filter__icon span {
    width: 100%;
    display: block;
    background: var(--bs-primary);
    height: 2px;
    margin-top: 3px;
}

.overflow-hidden,
.ql-container {
    will-change: transform;
}

.card-grid .card-grid-lg {
    height: 400px;
}

.card-element-hover .hover-element {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    z-index: 9;
}

.card-element-hover:hover .hover-element {
    visibility: visible;
    opacity: 1;
}

.card-overlay-hover::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .3s ease-in-out;
    background-color: #0b0a12;
    display: block;
}

.card-overlay-hover:hover::before {
    opacity: .5;
}

.card-grid .card-grid-sm {
    height: calc(200px - var(--bs-gutter-y) / 2);
}

.bg-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.opacity-7 {
    opacity: .7 !important;
}

.gallery__item .card-img-overlay {
    z-index: 2;
    pointer-events: none;
}

.z-index-9 {
    z-index: 9 !important;
}

.gallery__item {
    position: relative;
    border-radius: 12px;
}

.project__cover {
    position: relative;
    z-index: 2;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 12px;
}

.project__header {
    background-color: var(--bs-white);
    overflow: hidden;
    border-radius: 12px;
}

.project__meta {
    padding: 35px 20px 20px;
    border: 1px solid #ddd;
    border-top: none;
    background-color: var(--bs-white);
    margin-top: -25px;
    border-radius: 0 0 12px 12px;
    position: relative;
    z-index: 1;
    padding-right: 170px;
}

.project__meta.sticky {
    padding-bottom: 20px;
}

.project__body {
    padding: 20px 0;
}

.project__meta_nav {
    border: 1px solid #ddd;
    display: flex;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    padding-inline: 20px;
    gap: 15px;
    overflow: auto;
    background-color: var(--bs-white);
    padding-top: 10px;
    margin-top: -10px;
}

.sticky__fixed.sticky .project__meta_nav {
    margin-top: 0;
    padding-top: 0;
}

.project__meta_nav li {
    flex-shrink: 0;
}

.project_meta_link {
    display: block;
    padding: 10px;
    font-weight: 500;
    font-size: 14px;
    border-bottom: 2px solid transparent;
}

.project_meta_link.active {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.project_meta_link:hover {
    color: var(--bs-primary);
}

.sticky__fixed.sticky {
    position: fixed;
    top: 71px;
    z-index: 9;
    left: 0;
    width: 100%;
}

.project__info {
    display: flex;
    flex-direction: column;
    background: #f6f8fe;
    box-shadow: 0 0 4px rgba(16, 24, 64, .12);
    border-radius: 12px;
    padding: 20px;
}

.section__head_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--bs-primary);
}

.box__card {
    box-shadow: 0 0 4px 0 rgba(16, 24, 64, .12);
    background-color: var(--bs-white);
    padding: 15px 18px;
    border-radius: 12px;
    border: 1px solid var(--bs-primary);
    border-top: 3px solid var(--bs-primary);
}

.invest__btn {
    position: absolute;
    right: 20px;
    top: 30px;
    border-radius: 4px !important;
    font-size: 15px !important;
    padding-inline: 15px !important;
}

.category__list {
    max-height: 400px;
    overflow: auto;
}

.category__list::-webkit-scrollbar {
    width: 4px;
    background: #1e1e2d;
    border-radius: 3px;
}

.category__list::-webkit-scrollbar-track {
    background: transparent;
}

.category__list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.category__list {
    scrollbar-color: rgba(255, 255, 255, 0.2);
    scrollbar-width: thin;
}

.category__list::-webkit-scrollbar {
    width: 4px;
    background: rgba(24, 28, 41, 0.08);
    border-radius: 3px;
}

/*** ========== Project Page css ========== ***/

/*** ========== Dashboard css ========== ***/
.image__information {
    display: flex;
    gap: 25px;
}

.image__area {
    flex-shrink: 0;
    width: 290px;
}

.image__area img {
    max-width: 100%;
    width: 100%;
    border-radius: 6px;
}

.information__area {
    flex-grow: 1;
    width: 100%;
}

.dashboard-sidebar {
    background: #f4f3fc;
    border-radius: 7px;
    border: 1px solid rgba(31, 31, 31, 0.15);
    overflow: hidden;
    top: 110px;
}

.dashboard-sidebar .close-dashboard {
    font-size: 20px;
    right: 5px;
    top: 5px;
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .dashboard-sidebar {
        position: fixed;
        left: 0;
        top: 0 !important;
        z-index: 99999;
        height: 100vh;
        max-width: 300px;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        -webkit-transition: all ease .4s;
        transition: all ease .4s;
        border-radius: 0;
    }

    .dashboard-sidebar.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@media (max-width: 991px) {
    .user-dashboard {
        padding-top: 0 !important;
    }
}

.user-toggler-wrapper {
    width: 100%;
    padding: 10px 15px;
    background: var(--bs-primary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.user-toggler-wrapper .title {
    color: var(--bs-white);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .user-toggler-wrapper .title {
        font-size: 18px !important;
    }
}

.user-toggler-wrapper .user-toggler {
    overflow: hidden;
    font-size: 20px;
    color: var(--bs-white);
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.dashboard-user {
    text-align: center;
    padding: 25px;
    padding-bottom: 35px;
    padding-top: 40px;
}

@media (max-width: 1199px) {
    .dashboard-user {
        padding-top: 40px;
    }
}

.dashboard-user .user-thumb {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50%;
    border: 2px solid var(--bs-primary);
    overflow: hidden;
}

.dashboard-user .user-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.dashboard-user .user-content span {
    margin-bottom: 5px;
}

.dashboard-user .user-content .name {
    margin-bottom: 15px;
}

.dashboard-user .user-content .user-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dashboard-user .user-content .user-option li a {
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--bs-white);
    background: var(--bs-primary);
    margin: 5px;
    border-radius: 50%;
}

.dashboard-user .user-content .user-option li a:hover {
    background-color: var(--bs-secondary);
}

.user-dashboard-tab li {
    padding: 0;
}

.user-dashboard-tab li a {
    padding: 12px 25px;
    font-size: 14px;
    border-bottom: 1px solid rgba(31, 31, 31, 0.15);
    display: block;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .user-dashboard-tab li a {
        padding: 10px 20px;
    }
}

.user-dashboard-tab li a:hover,
.user-dashboard-tab li a.active {
    background: #4425f1;
    color: var(--bs-white);
}

.user-dashboard-tab li:last-child a {
    border: none;
}

.dashboard-item-header .ammount {
    font-weight: bold;
}

.theme-two,
div[class*="col"]>.dashboard-item:nth-of-type(1n) .dashboard-item-header .ammount {
    color: #05b9c8;
}

div[class*="col"]>.dashboard-item:nth-of-type(1n) .dashboard-item-body {
    background: -webkit-gradient(linear, left top, left bottom, from(#05b9c8), to(white));
    /* background: linear-gradient(180deg, #05b9c8 0%, white 100%); */
}

div[class*="col"]:nth-of-type(2n) .dashboard-item-header .ammount {
    color: #3f58e3;
}

div[class*="col"]:nth-of-type(2n)>.dashboard-item .dashboard-item-body::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#ee912e), to(white));
    background: linear-gradient(180deg, #ee912e 0%, white 100%);
}

div[class*="col"]:nth-of-type(3n) .dashboard-item-header .ammount {
    color: #ee912e;
}

div[class*="col"]:nth-of-type(3n)>.dashboard-item .dashboard-item-body {
    background: -webkit-gradient(linear, left top, left bottom, from(#ee912e), to(white));
    background: linear-gradient(180deg, #ee912e 0%, white 100%);
}

div[class*="col"]:nth-of-type(3n)>.dashboard-item .dashboard-item-body::before {
    background: -webkit-gradient(linear, left top, left bottom, from(#3f58e3), to(white));
    background: linear-gradient(180deg, #3f58e3 0%, white 100%);
}

.theme-one {
    color: #3f58e3 !important;
}

.text--base {
    color: #ee912e !important;
}

.dashboard-item {
    padding: 25px;
    background: var(--bs-white);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(31, 31, 31, 0.1);
    box-shadow: 0px 0px 15px 5px rgba(31, 31, 31, 0.1);
    border-radius: 3px;
}

.user-dashboard-tab li a:hover,
.user-dashboard-tab li a.active {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.user-dashboard-tab li:last-child a {
    border: none;
}

.dashboard-item {
    padding: 25px;
    background: var(--bs-white);
    -webkit-box-shadow: 0px 5px 15px 0px rgba(31, 31, 31, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(31, 31, 31, 0.1);
    border-radius: 3px;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 767px) {
    .dashboard-item {
        padding: 15px;
    }
}

.dashboard-item .dashboard-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard-item .dashboard-item-header .header-left {
    width: 100%;
}

.dashboard-item .dashboard-item-header .header-left .title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 15px;
}

.dashboard-item .dashboard-item-header .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.dashboard-item .dashboard-item-header .icon img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.dashboard-item .dashboard-item-body {
    margin-top: 25px;
    background: #05b9c8;
    width: 100%;
    height: 70px;
    -webkit-clip-path: polygon(62% 33%, 80% 16%, 100% 51%, 100% 100%, 0 99%, 0 0, 46% 44%);
    clip-path: polygon(62% 33%, 80% 16%, 100% 51%, 100% 100%, 0 99%, 0 0, 46% 44%);
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: -1;
    opacity: 0.15;
}

.dashboard-item .dashboard-item-body::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#05b9c8), to(white));
    background: linear-gradient(180deg, #05b9c8 0%, white 100%);
}

.dashborad-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    padding-bottom: 20px;
}

.dashborad-header .title {
    width: auto;
}

.dashborad-header .form-select {
    width: auto;
    border-radius: 30px;
    height: 35px;
    padding: 0 20px;
    font-size: 14px;
    border: solid 1px #e8e8e8;
    line-height: 1;
}

.deposit-table {
    width: 100%;
}

.deposit-table thead {
    text-transform: uppercase;
    color: #292929;
    background: rgba(31, 31, 31, 0.05);
}

.deposit-table thead th {
    padding: 15px 20px;
    font-weight: 500;
}

.deposit-table tbody tr td {
    max-width: 190px;
    border-bottom: 1px solid rgba(31, 31, 31, 0.08);
    padding: 25px 20px;
}

.deposit-table tbody tr td .user,
.deposit-table tbody tr td .currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.deposit-table tbody tr td .user .thumb,
.deposit-table tbody tr td .currency .thumb {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.deposit-table tbody tr td .user .thumb img,
.deposit-table tbody tr td .currency .thumb img {
    width: 100%;
}

.deposit-table tbody tr td .user .content,
.deposit-table tbody tr td .currency .content {
    max-width: calc(100% - 40px);
    padding-left: 15px;
}

.deposit-table tbody tr td .content {
    line-height: 1.4;
}

.deposit-table tbody tr td .content .title {
    color: #292929;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
}

.deposit-table tbody tr td .content .title span {
    color: #4425f1;
}

.deposit-table tbody tr td .content .info {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 3px;
}

.deposit-table tbody tr td .content p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    max-width: 150px;
}


@media (max-width: 1199px) {
    .deposit-table thead {
        display: none;
    }

    .deposit-table tbody {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: -10px;
    }

    .deposit-table tbody tr {
        display: block;
        width: calc(100% / 2);
        padding: 10px;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .deposit-table tbody tr {
        width: 100%;
        max-width: 450px;
    }
}

@media (max-width: 1199px) {
    .deposit-table tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        background: rgba(238, 145, 46, 0.05);
        border-color: rgba(41, 41, 41, 0.1);
    }
}

@media screen and (max-width: 1199px) and (max-width: 499px) {
    .deposit-table tbody tr td {
        padding: 20px 10px;
    }
}

@media (max-width: 1199px) {
    .deposit-table tbody tr td::before {
        content: attr(data-input) ":";
        font-weight: 500;
        text-transform: uppercase;
        color: #292929;
        margin-right: 10px;
        font-size: 14px;
    }

    .deposit-table tbody tr td:last-child {
        border: none;
    }

    .deposit-table tbody tr td .user,
    .deposit-table tbody tr td .currency {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .deposit-table tbody tr td .user .content,
    .deposit-table tbody tr td .currency .content {
        text-align: left;
    }

    .deposit-table tbody tr td .content {
        text-align: right;
    }
}

@media (max-width: 1199px) and (max-width: 575px) {
    .deposit-table tbody tr td .content .title {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .deposit-table tbody tr td p {
        max-width: 100% !important;
    }
}

.dataTables_scrollBody {
    overflow-y: hidden !important;
}

.sorting_disabled {
    padding-right: 0.5rem !important;
}

.sorting_disabled::before,
.sorting_disabled::after {
    display: none !important;
}

.dataTables_filter,
.dataTables_length {
    margin-bottom: 10px;
}

.dataTables_wrapper .form-control {
    padding: 3px 10px;
    min-height: auto;
}

.dataTables_wrapper .dt-row {
    margin-bottom: 15px;
}

table.table-bordered.dataTable thead th {
    border-bottom-width: 2px;
}

.dataTables_wrapper .form-switch {
    width: fit-content;
}

.dataTables_wrapper .pagination .page-item:first-child .page-link,
.dataTables_wrapper .pagination .page-item:last-child .page-link {
    width: fit-content;
}

.dataTables_wrapper th,
.dataTables_wrapper td {
    color: #6c757d;
    font-size: 13px;
}

.custom-datatable div.dataTables_wrapper div.dataTables_filter label {
    width: 100%;
    display: flex;
    align-items: center;
}

.custom-datatable div.dataTables_wrapper div.dataTables_filter label input {
    flex-grow: 1;
    max-width: 170px;
}

.dataTable thead {
    background-color: rgba(31, 31, 31, 0.05);
}

.dataTable thead * {
    color: var(--bs-dark);
    white-space: nowrap;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    border-color: rgb(196 196 196 / 50%);
}

.dataTable tfoot td,
.dataTable thead th {
    padding: 5px 10px !important;
    font-weight: 500;
}

table.dataTable thead>tr>th.sorting:before,
table.dataTable thead>tr>th.sorting:after,
table.dataTable thead>tr>th.sorting_asc:before,
table.dataTable thead>tr>th.sorting_asc:after,
table.dataTable thead>tr>th.sorting_desc:before,
table.dataTable thead>tr>th.sorting_desc:after,
table.dataTable thead>tr>th.sorting_asc_disabled:before,
table.dataTable thead>tr>th.sorting_asc_disabled:after,
table.dataTable thead>tr>th.sorting_desc_disabled:before,
table.dataTable thead>tr>th.sorting_desc_disabled:after,
table.dataTable thead>tr>td.sorting:before,
table.dataTable thead>tr>td.sorting:after,
table.dataTable thead>tr>td.sorting_asc:before,
table.dataTable thead>tr>td.sorting_asc:after,
table.dataTable thead>tr>td.sorting_desc:before,
table.dataTable thead>tr>td.sorting_desc:after,
table.dataTable thead>tr>td.sorting_asc_disabled:before,
table.dataTable thead>tr>td.sorting_asc_disabled:after,
table.dataTable thead>tr>td.sorting_desc_disabled:before,
table.dataTable thead>tr>td.sorting_desc_disabled:after {
    display: none;
}

.dataTables_paginate .pagination {
    flex-wrap: wrap;
    gap: 6px;
}

.pagination .page-item .page-link {
    height: 30px;
    min-width: 30px;
    font-size: 12px;
    font-weight: 500;
    background: var(--bs-secondary);
    border-radius: 3px;
    border: 1px solid transparent;
    color: var(--bs-white);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.profile-header {
    width: 100%;
    min-height: 150px;
    position: relative;
    border-radius: 6px;
    z-index: 1;
    overflow: hidden;
    aspect-ratio: 1/0.4;
    max-height: 400px;
}

.profile-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 10%);
    z-index: 1;
    opacity: 0;
}

.profile-meta .user-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-top: -70px;
    border: 10px solid var(--bs-white);
    -webkit-box-shadow: 0 2px 10px rgb(53 72 149 / 20%);
    box-shadow: 0 2px 10px rgb(53 72 149 / 20%);
}

.profile-meta {
    position: relative;
    text-align: center;
    z-index: 2;
}

.thumb-edit {
    height: 0;
}

.thumb-edit input {
    opacity: 0;
    width: 0;
}

.thumb-edit label {
    background-color: var(--bs-white);
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--bs-primary);
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -60px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 2px 10px rgb(53 72 149 / 50%);
}

#save-cover-image {
    display: none;
}

#save-cover-image button:first-child {
    background-color: rgb(255 255 255 / 10%);
    color: var(--bs-white);
}

#save-profile-image {
    position: fixed;
    inset: 0;
    text-align: center;
    display: grid;
    place-items: center;
    background-color: rgb(0 0 0 / 30%);
    z-index: 99;
    display: none;
}

#save-profile-image .inner {
    background-color: var(--bs-white);
    padding: 20px 20px 0;
    border-radius: 5px;
}

#save-profile-image button:first-child {
    background-color: rgb(53 72 149 / 20%);
    color: var(--bs-primary);
}

#onUploadCover {
    display: none;
}

.admin-profile-tab .nav-tabs {
    gap: 5px;
    background-color: var(--bs-white);
    border: none;
    margin: 20px 0;
}

.admin-profile-tab .nav-tabs button {
    padding: 10px 20px;
    background-color: var(--bs-white);
    border: none;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: var(--bs-primary);
}

.admin-profile-tab .nav-tabs button:focus,
.admin-profile-tab .nav-tabs button:hover,
.admin-profile-tab .nav-tabs button.active {
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.absolute-top-right {
    position: absolute !important;
    top: 0px;
    right: 0px;
}

.w-fit {
    width: fit-content !important;
}

.absolute-full {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
}

.absolute-top-left {
    position: absolute !important;
    top: 0px;
    left: 0px;
}

.card-footer .btn-primary,
.card-header .btn-primary {
    padding: 0.3rem 0.6rem;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
    border-radius: 3px;
    min-width: 100px;
    border-bottom: none;
    font-size: 12px;
    text-transform: uppercase;
}

.card-header,
.card-footer,
.card {
    border-color: #dee2e6;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 100%;
    background: transparent;
    z-index: -111;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;
}

.overlay.overlay-color {
    background: rgba(31, 31, 31, 0.4);
    z-index: 99999;
}

.delete__btn {
    border-radius: 5px;
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
    text-align: start !important;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: block;
}

table.dataTable>tbody>tr.child span.dtr-title {
    min-width: 180px;
}

.btn-xs {
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 2px;
}

.form-switch .form-check-input {
    width: 44px;
    height: 22px;
    cursor: pointer;
}

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

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 16px;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    line-height: 1.9;
    width: fit-content;
}

.custom-control.alt {
    padding-left: 0;
    padding-right: 1.5rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -16px;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #dee2e6;
    border: #adb5bd solid 1px;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -16px;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50% / 50% 50% no-repeat;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-control-input:checked~.custom-control-label::before {
    color: var(--bs-white);
    border-color: #049EA5;
    background-color: #049EA5;
    box-shadow: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.card-header .btn,
.card-footer .btn {
    text-transform: uppercase;
    font-size: 0.7rem;
    min-width: 80px;
    border-radius: 2px;
}

.badge_notification {
    position: absolute;
    left: -5px;
    top: -5px;
    height: 18px;
    min-width: 18px;
    background-color: var(--bs-danger);
    color: var(--bs-white);
    font-size: 11px;
    border-radius: 50px;
}

.accordion-button {
    padding: 0.58rem;
    background-color: var(--bs-primary);
    color: var(--bs-white);
}

.accordion-button:not(.collapsed) {
    color: var(--bs-white);
    background-color: var(--bs-primary);
}

.accordion-button:focus {
    border-color: #86b7fe;
    box-shadow: none;
}

.accordion-body {
    padding: 1rem;
}

.list-group-item.active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.accordion-button::after {
    content: "\f078";
    background-image: none;
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg) translateY(50%);
}

.ticket-reply {
    background: var(--bs-white);
    border: 1px solid #e9eaec;
    border-radius: 6px;
    overflow: hidden;
}

.ticket-reply-top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e9eaec;
    background: transparent;
    padding: 10px 20px;
}

.ticket-reply-message {
    padding: 15px 20px;
    color: var(--gray-darker);
    line-break: anywhere;
}

.ticket-reply-top .user {
    display: flex;
    flex: 1;
}

.ticket-reply-top .user-info {
    display: flex;
    flex-grow: 1;
    align-items: center;
    gap: 8px;
}

.ticket-reply-top .user .date {
    align-self: flex-end;
    text-align: right;
    color: #5e636e;
    font-size: 13px;
}

.requestor-type-operator,
.requestor-type-owner {
    display: inline-flex;
    padding: 4px 6px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 400;
}

.requestor-type-owner,
.requestor-type-owner:before {
    background-color: #dbf5e1;
    color: #2d9f46;
}

.requestor-type-operator,
.requestor-type-operator:before {
    background-color: #d6e4ff;
    color: #115cab;
}

.accordion.reply-accordion,
.ticket-reply.staff {
    background: var(--bs-white);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 24px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    position: relative;
}

.ticket-reply-top .name {
    display: flex;
    align-items: center;
    color: #17191c;
    font-size: 14px;
    font-weight: 500;
}

.ticket-reply-top .name>svg {
    margin-right: 8px;
    color: #acafb9;
}

.ticket-reply.staff:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: var(--bs-primary);
}

/*** ========== Dashboard css ========== ***/
.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 10px 15px;
    min-height: 40px;
    height: auto;
}

.form-floating>label {
    padding: 8px 15px;
    font-size: 13px;
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    height: 12px;
    inset: 19px 5px;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    color: var(--bs-primary);
    transform: scale(1) translateY(-20px) translateX(0);
}


.avatar__wrapper:not(.hidden)~* {
    display: none;
}

.avatar__wrapper {
    border-radius: 50%;
    overflow: hidden;
    background-color: #f5f5f5;
    border: 2px solid var(--bs-gray-300);
}

.avatar {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.avatar__wrapper.hidden {
    display: none;
}

.section__heading {
    display: flex;
    gap: 10px;
}

.section__heading_icon {
    color: #1773b0;
    flex-shrink: 0;
}

.section__heading_text {
    flex-grow: 1;
}


.btn__account {
    color: #707070;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0;
}

.btn__account.show,
.btn__account:active {
    border-color: transparent !important;
}

.svg__icon,
.edit__icon,
.info__icon,
.dropdown__arrow,
.user__icon {
    fill: none;
}

.svg__icon circle,
.svg__icon path,
.edit__icon path,
.info__icon path,
.info__icon circle,
.dropdown__arrow path,
.user__icon path,
.user__icon circle {
    vector-effect: non-scaling-stroke;
    stroke-width: 1.4px;
    stroke: currentColor;
    fill: none;
}

.dropdown-menu {
    font-size: 14px;
    min-width: 220px;
    padding: 13px;
    padding-bottom: 12px;
    border-color: var(--bs-gray-300);
}

.dropdown__header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 12px;
    font-size: 13px;
}

.dropdown__header_icon {
    color: rgb(23 115 176);
}

.dropdown__list a {
    display: block;
    padding: 7px 13px;
    margin-top: 5px;
    border-radius: 3px;
    color: var(--bs-dark);
}

.dropdown__list a:hover {
    background-color: #f5f5f5;
    color: var(--bs-secondary);
}

.btn-xs {
    font-size: 12px;
    padding: 2px 7px 4px;
    border-radius: 2px;
}

.file-input {
    position: relative;
    display: flex;
    padding: 0;
    background: var(--bs-white);
    overflow: hidden;
    padding: 0 !important;
}

.file-input input[type=file] {
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 !important;
}

.file-input-button {
    margin: -1px;
    transition: .24s ease;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 0;
    line-height: 1;
}

.file-input-text {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    color: #17191c;
    font-size: 13px;
    line-height: 1;
}

.btn-default {
    color: var(--bs-gray-700);
    background: var(--bs-white);
    border-color: #dee0e3;
}

.btn-primary-faded {
    background-color: var(--bs-gray-200);
    color: var(--bs-secondary);
    font-size: 12px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 8px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-primary-faded:hover {
    background-color: var(--bs-gray-300);
    color: var(--bs-secondary);
}

.file-input-remove {
    margin-left: auto;
    z-index: 2;
    color: #acafb9;
    font-size: 13px;
    width: 40px;
    height: 38px;
}

.mean-nav .side-nav .btn-group {
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
}

.project__img {
    position: relative;
    z-index: 1;
}

.project-badges {
    position: absolute;
    left: 0;
    top: 0;
    padding: 6px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    z-index: 2;
    gap: 5px;
}

.project-badge {
    display: inline-flex;
    width: fit-content;
    background-color: var(--bs-primary);
    border-radius: 16px;
    gap: 3px;
    color: var(--bs-white);
    font-size: 10px;
    font-weight: 500;
    padding: 5px;
    padding-right: 10px;
}

.badge-icon {
    background-color: rgb(0 0 0 / 15%);
    margin: -5px;
    border-radius: 50px;
    width: 32px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.badge-icon img {
    filter: brightness(0) invert(1);
}

.badge-text {
    margin-top: 4px;
    padding-inline: 8px 2px;
    text-transform: uppercase;
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
    font-size: 12px;
    padding: 4px 10px;
    margin-right: 0;
}

.input-sm {
    font-size: 13px;
    min-height: auto;
    padding: 4px 10px 3px;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
    padding-bottom: 0;
}

.custom-project-card {
    border-radius: 10px;
    background: linear-gradient(135deg, #4f46e5, #2563eb);
    color: #fff;
    padding: 22px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
}

.custom-project-card .btn {
    position: absolute;
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: rgb(255 255 255 / 50%);
    border-right-color: transparent;
}

.custom-project-card .btn.btn-success {
    background-color: #3fc386;
}

.balance-label {
    font-size: 14px;
    opacity: .8;
}

.balance {
    font-size: 24px;
    font-weight: 600;
    margin-top: -2px;
}

.card-number {
    font-size: 14px;
    margin-top: 25px;
    font-weight: 500;
    background-color: rgb(255 255 255 / 15%);
    margin: -22px;
    margin-top: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.custom-project-cards>div:nth-child(1n) .custom-project-card {
    background: linear-gradient(135deg, #3065FF, #4D91FF);
}

.custom-project-cards>div:nth-child(2n) .custom-project-card {
    background: linear-gradient(135deg, #1FB45C, #01953e);
}

.custom-project-cards>div:nth-child(3n) .custom-project-card {
    background: linear-gradient(135deg, #2fb7b5, #048F8C);
}

.custom-project-cards>div:nth-child(4n) .custom-project-card {
    background: linear-gradient(135deg, #e3ad47, #eba627);
}

.custom-project-cards>div:nth-child(5n) .custom-project-card {
    background: linear-gradient(135deg, #7fcb67, #66A453);
}

.custom-project-cards>div:nth-child(6n) .custom-project-card {
    background: linear-gradient(135deg, #4411C0, #8762e5);
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.tracking-card {
    border-radius: 10px;
    background: linear-gradient(135deg, #4f46e5, #2563eb);
    color: #fff;
    position: relative;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, .25);
}

.tracking-cards>div:nth-child(1n) .tracking-card {
    background: linear-gradient(135deg, #3065FF, #4D91FF);
}

.tracking-cards>div:nth-child(2n) .tracking-card {
    background: linear-gradient(135deg, #1FB45C, #01953e);
}

.tracking-cards>div:nth-child(3n) .tracking-card {
    background: linear-gradient(135deg, #2fb7b5, #048F8C);
}

.tracking-cards>div:nth-child(4n) .tracking-card {
    background: linear-gradient(135deg, #e3ad47, #eba627);
}

.tracking-cards>div:nth-child(5n) .tracking-card {
    background: linear-gradient(135deg, #7fcb67, #66A453);
}

.tracking-cards>div:nth-child(6n) .tracking-card {
    background: linear-gradient(135deg, #4411C0, #8762e5);
}

.tracking-card-header {
    font-size: 14px;
    font-weight: 500;
    background-color: rgb(255 255 255 / 15%);
    padding: 10px 15px;
    text-transform: uppercase;
}

.tracking-card-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--bs-white);
    margin-bottom: 0;
}

.step-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1fff6;
    padding: 15px 20px 30px;
    border-radius: 8px;
}

.step {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
    padding-right: 10px;
}

.step::after {
    content: "";
    height: 2px;
    background: #28a745;
    flex-grow: 1;
}

.step.active::after {
    background: var(--bs-danger);
}

.step:last-child::after {
    display: none;
}

.step-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
}

/* Completed steps */
.step.completed .step-icon {
    background: #28a745;
    color: #fff;
}

.step.completed {
    color: #28a745;
}

/* Active step */
.step.active .step-icon {
    background: var(--bs-danger);
    color: #fff;
}

.step.active {
    color: var(--bs-danger);
}

.step-date {
    font-size: 12px;
    color: #6c757d;
    margin-top: 4px;
    position: absolute;
    left: 35px;
    bottom: -22px;
    border: 1px solid #ddd;
    padding: 1px 5px;
    background-color: #eee;
    border-radius: 4px;
}

.checkout-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 700px;
    margin: auto;
}

.checkout-box .form-control {
    border-radius: 10px;
    min-height: 42px;
    border-color: #ADB5BB;
    background-color: #F9FBFC;
}

.checkout-box .form-control:disabled,
.checkout-box .form-control[readonly] {
    background-color: #e9ecef;
}

.checkout-box .select2-container {
    border-radius: 10px;
    border-color: #ADB5BB;
}

.checkout-box .select2-container .select2-selection--multiple,
.checkout-box .select2-container .select2-selection--single {
    background-color: #F9FBFC;
    border-radius: 10px;
}

.checkout-box .select2-container .select2-selection--multiple .select2-selection__rendered,
.checkout-box .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: .75rem;
}

.checkout-box .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.checkout-box .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.checkout-box .select2-container .select2-selection--single .select2-selection__clear {
    margin-right: -5px;
}

.section-title {
    font-weight: 700;
    margin-bottom: 20px;
    color: #049EA5;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.shipping-card {
    border: 2px solid #dee2e6;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.shipping-card.active {
    border-color: #198754;
    background: #e9f7ef;
}

.payment-box {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--bs-gray-200);
    border-radius: 10px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.payment-box:has(input:checked) {
    border-color: #7AB8C1;
    background-color: rgb(122 184 193 / 10%);
}

.payment-left {
    flex-shrink: 0;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-right: 8px;
    position: relative;
}

.payment-left::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 24px;
    width: 1px;
    background-color: #ddd;
}

.payment-right {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 12px;
    position: relative;
}

.payment-top {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid var(--bs-gray-200);
    transition: all 0.2s ease;
    padding-right: 16px;
}

.payment-top:has(input:checked) {
    border-color: #7AB8C1;
}

.payment-title {
    order: 2;
}

.payment-logo {
    margin-right: 10px;
}

.payment-desc {
    padding: 15px;
}

.file-upload {
    border: 1px solid #ADB5BB;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    background: #F9FBFC;
    display: flex;
    align-items: center;
}

.file-upload input {
    display: none;
}

.file-upload .label {
    border-right: 1px solid #ADB5BB;
    cursor: pointer;
    background: #f8f9fa;
    padding-right: 10px;
    display: inline-block;
}

.file-upload .file-name {
    flex-grow: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
    font-size: 12px;
}

.success-wrapper {
    position: relative;
    margin: 50px 0;
}

.success-circle {
    width: 120px;
    height: 120px;
    background: #daefe2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

/* outer ripple */
.success-circle::before,
.success-circle::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(76, 175, 80, 0.15);
}

.success-circle::after {
    width: 200px;
    height: 200px;
    background: rgba(76, 175, 80, 0.08);
}

/* checkmark */
.checkmark {
    width: 40px;
    height: 20px;
    border-left: 6px solid #2ecc71;
    border-bottom: 6px solid #2ecc71;
    transform: rotate(-45deg);
}

.bg-orange {
    background-color: #FF9800 !important;
    color: #fff;
}
