@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-Thin.woff2") format("woff2"),
        url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-ThinItalic.woff2") format("woff2"),
        url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-UltraLight.woff2") format("woff2"),
        url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-UltraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-UltraLightItalic.woff2") format("woff2"),
        url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-UltraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-Light.woff2") format("woff2"),
        url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-LightItalic.woff2") format("woff2"),
        url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"),
        url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-Roman.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-Italic.woff2") format("woff2"),
        url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"),
        url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-MediumItalic.woff2") format("woff2"),
        url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-MediumItalic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"),
        url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-BoldItalic.woff2") format("woff2"),
        url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-Heavy.woff2") format("woff2"),
        url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-HeavyItalic.woff2") format("woff2"),
        url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-HeavyItalic.woff") format("woff");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-Black.woff2") format("woff2"),
        url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    src: url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-BlackItalic.woff2") format("woff2"),
        url("public/assets/front/provider-assets/fonts/HelveticaNeueCyr-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
}

:root {
    --navy: #061257;
    --blue: #0A65FC;
    --button-color: #cee0fe;
    --light-blue: #e7f0ff;
    --cream: #f9f3ef;
    --white: #ffffff;
    --black: #000000;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", sans-serif;
    overflow-x: hidden;
}

.ajax-loader {
    position: fixed;
    background: #00000094;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
    float: left;
    width: 100%;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

.loading {
    position: absolute;
    border-left: 3px solid #ffffff;
    border-top: 3px solid var(--blue);
    border-right: 3px solid var(--blue);
    border-bottom: 3px solid var(--blue);
    height: 46px;
    width: 46px;
    left: 50%;
    top: 50%;
    margin: -23px 0 0 -23px;
    text-indent: -9999em;
    font-size: 10px;
    z-index: 9999;
    -webkit-animation: load 0.8s infinite linear;
    -moz-animation: load 0.8s infinite linear;
    ms-animation: load 0.8s infinite linear;
    o-animation: load 0.8s infinite linear;
    animation: load 0.8s infinite linear;
}

.loading,
.loading:after {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

/* ------------------ Header ------------------ */
/* ====== Header Sticky ====== */
header {
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 9;
    padding: 12px 0px;
    border-bottom: 1px solid var(--button-color);
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* header {
    padding: 15px 0px;
    border-bottom: 1px solid #F3F3F7;
} */
header .logo {
    max-width: 147px;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 0px;
    box-sizing: border-box;
}

header .right-bar {
    display: flex;
    align-items: center;
    gap: 28px;
    flex: 1;
    justify-content: space-between;
}

header .right-bar .logo {
    flex-shrink: 0;
}

header .right-bar .logo img {
    max-height: 70px;
    object-fit: cover;
}

header .nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
}

header .nav-links li a {
    text-decoration: none;
    font-weight: 500;
    color: var(--navy);
}



.nav-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 90;
}

.dropdown.user_menu_dropdown {
    background: #e7f0ff;
    padding: 10px 15px;
    color: #061257 !important;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.dropdown.user_menu_dropdown a {
    text-decoration: none;
    color: #061257;
}

.dropdown.user_menu_dropdown {
    color: #061257 !important;
}

.dropdown.user_menu_dropdown:hover {
    color: #ffffff !important;
}

.dropdown.user_menu_dropdown:focus {
    color: #ffffff !important;
}

.dropdown.user_menu_dropdown:active {
    color: #ffffff !important;
}

/* Dropdown Fix */
.navbar,
.nav-links {
    /* ensure menus can overflow */
    overflow: visible;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    z-index: 2000;
    /* above header */
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    min-width: 160px;
    padding: 5px 0;
    right: 0;
    /* align to right by default */
    left: auto;
}

.dropdown-menu.show {
    display: block !important;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 8px 16px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px dashed #ddd;
}

.dropdown-item.logout-btn {
    color: #FF0004;
    border-bottom: none;
}

.dropdown-item.logout-btn:hover {
    color: #FF0004;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #16181b;
}

.user_menu {
    cursor: pointer;
}

.hws_error {
    font-size: 15px;
}

.verify_otpmsg {
    font-size: 17px;
    margin-bottom: 10px;
    display: block;
    color: var(--navy);
}

.verify_otpmsg span {
    font-weight: 500;
}

/* main {
    margin-top: 30px;
} */
.nav-links {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-header {
    display: none;
}

.nav-links li a {
    color: #384179;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s;
}

.nav-links li a:hover {
    color: var(--blue);
}


.login-btn {
    background: var(--blue);
    color: var(--white);
    border: none;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 40px;
    cursor: pointer;
    border-radius: 8px;
    margin-left: 10px;
    letter-spacing: 0.6px;
}

.nav-right {
    display: none;
}

.nav-right .login-btn {
    display: none;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.hamburger span {
    width: 28px;
    height: 3px;
    background: var(--blue);
    display: block;
    border-radius: 2px;
    transition: all 0.3s;
}

.close-btn {
    display: none;
    /* Hide on desktop by default */
    position: absolute;
    top: 22px;
    right: 22px;
    font-size: 2rem;
    color: var(--blue);
    cursor: pointer;
    z-index: 10;
}

.main-title {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.15px;
    font-weight: 800;
    margin-bottom: 10px;
}

.title-color {
    color: var(--blue);
}

.sub_heading {
    font-size: 17px;
    line-height: 26px;
    color: #545454;
    font-weight: 400;
}

.hero .btn.btn-primary {
    background-color: var(--blue);
}

.btn.btn-primary {
    background: var(--navy);
    color: var(--white);
    border: none;
    font-weight: 400;
    font-size: 18px;
    padding: 15px 32px;
    cursor: pointer;
    border-radius: 30px;
    letter-spacing: 0.15px;
}

.btn.btn-primary svg {
    width: 20px;
    height: 20px;
}

.hero {
    margin-top: 90px;
}

.hero-container {
    background: var(--navy);
    border-radius: 30px;
    padding: 60px 40px;
    color: var(--white);
}

.hero-container p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 300;
}

.benefits-list {
    margin-top: 20px;
}

.benefits-list h5 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 8px;
    font-weight: 700;
}

.benefits-list ul {
    list-style: none;
    padding-left: 25px;
    margin-top: 15px;
}

.benefits-list ul li {
    font-size: 17px;
    line-height: 26px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 300;
}

.benefits-list ul li::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="m22.707 11.293-7-7a1 1 0 0 0-1.414 1.414L19.586 11H2a1 1 0 0 0 0 2h17.586l-5.293 5.293a1 1 0 1 0 1.414 1.414l7-7a1 1 0 0 0 0-1.414z" fill="%23FFFFFF"/></g></svg>') no-repeat center center / contain;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    content-visibility: auto;
}

.hero-container img {
    max-width: 100%;
    height: 420px;
    border-radius: 20px;
    width: 100%;
    border: 1px solid var(--white);
    box-shadow: 0px 0px 10px var(--blue);
    object-fit: cover;
}

.earnmoney_section {
    padding: 70px 0px;
}

.earnmoney_section .earnmoney_box {
    position: relative;
    border: 1px solid #E6EDFD;
    border-radius: 8px;
    padding: 22px;
    background: url('../images/bg.png');
}

.earnmoney_section .earnmoney_box::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, #E7F0FF 100%);
    border-radius: 8px;
    z-index: 1;
    pointer-events: none;
}


.earnmoney_icon {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(199, 199, 199, 0.8);
    width: fit-content;
    padding: 12px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    z-index: 8;
}

.earnmoney_icon svg {
    width: 32px;
    height: 32px;
    fill: var(--navy);
}

.earnmoney_box h5 {
    font-size: 21px;
    margin: 0;
    margin-bottom: 10px;
    color: var(--blue);
    position: relative;
    z-index: 8;
    font-weight: 600;
}

.earnmoney_box p {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    color: #5e5e5e;
    font-weight: 400;
    min-height: 60px;
    position: relative;
    z-index: 8;
}

.jop_section {
    background: var(--light-blue);
    padding: 70px 0px;
}

.jop_section .job-img {
    border-radius: 10px;
    box-shadow: 6px 6px 0px var(--blue);
}


.process-step-area {
    background: linear-gradient(180deg, #FFFFFF 0%, #E7F0FF, #E7F0FF 100%);
    padding: 70px 0px;
}

.process-step-wrapper {
    margin-top: 60px;
}

.process-step {
    text-align: center;
}

@media (max-width: 991px) {
    .process-step {
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-step {
        padding: 60px 15px 34px 15px;
    }
}

.process-step:hover .count:before {
    -webkit-transform: scale(1) rotateY(360deg);
    transform: scale(1) rotateY(360deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.process-step .count {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--navy);
    width: 67px;
    height: 67px;
    border-radius: 50px;
    color: #fff;
}

.process-step .count span {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}

.process-step .content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.process-step .content .title {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: var(--navy);
}

.process-step .content .desc {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #545454;
}

.process-step.style-three {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    /* padding: 0 30px; */
    position: relative;
}

.process-step.style-three:hover .icon {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.process-step.style-three:hover .icon .count {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .process-step.style-three {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-step.style-three {
        padding: 0;
        gap: 24px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .process-step.style-three {
        padding: 0;
        gap: 24px;
    }
}

.process-step.style-three .icon {
    position: relative;
    width: 152px;
    height: 152px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    -webkit-transform: scale(1.001);
    transform: scale(1.001);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.process-step.style-three .icon .count {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.process-step.style-three .icon .count span {
    font-size: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-step.style-three .content {
        gap: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-step.style-three .content .desc {
        font-size: 16px;
    }
}

.process-step.style-three .arrow {
    position: absolute;
    right: -46px;
    top: 85px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-step.style-three .arrow {
        right: -35px;
        top: 85px;
        width: 44px;
    }
}

@media (max-width: 991px) {
    .process-step.style-three .arrow {
        display: none;
    }
}

.icon {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-position: center;
}

/* Background images for steps */
.step-1-bg {
    background-image: url('../images/img-1.jpg');
}

.step-2-bg {
    background-image: url('../images/img-2.jpg');
}

.step-3-bg {
    background-image: url('../images/img-3.jpg');
}

.step-4-bg {
    background-image: url('../images/img-4.jpg');
}

.hero.download-app {
    background-color: var(--cream);
    padding: 70px 0px;
}

.app-btns {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.app-btns a {
    display: inline-block;
}

.app-btns a svg {
    width: 136px;
    height: 40px;
}

.faq-item {
    border: 1px solid #E7F0FF;
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px;
}

.service-section {
    padding-top: 70px;
}

.service-section .benefits-list h5 {
    font-size: 30px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    color: #061257;
}

.service-section .benefits-list ul {
    list-style: none;
    padding-left: 34px;
    margin-top: 15px;
}

.service-section .benefits-list ul li {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    margin-bottom: 5px;
}

.service-section .benefits-list ul li::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 492.004 492.004"><g><path d="M484.14 226.886 306.46 49.202c-5.072-5.072-11.832-7.856-19.04-7.856-7.216 0-13.972 2.788-19.044 7.856l-16.132 16.136c-5.068 5.064-7.86 11.828-7.86 19.04 0 7.208 2.792 14.2 7.86 19.264L355.9 207.526H26.58C11.732 207.526 0 219.15 0 234.002v22.812c0 14.852 11.732 27.648 26.58 27.648h330.496L252.248 388.926c-5.068 5.072-7.86 11.652-7.86 18.864 0 7.204 2.792 13.88 7.86 18.948l16.132 16.084c5.072 5.072 11.828 7.836 19.044 7.836 7.208 0 13.968-2.8 19.04-7.872l177.68-177.68c5.084-5.088 7.88-11.88 7.86-19.1.016-7.244-2.776-14.04-7.864-19.12z" fill="%23061257"/></g></svg>') no-repeat center center / contain;
    position: absolute;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    content-visibility: auto;
}

.faq-section {
    background-color: var(--white);
    padding: 70px 0;
}

.faq-section .hero-container {
    background: var(--cream);
    border-radius: 30px;
    padding: 60px 40px;
    color: var(--white);

}

.faq-items {
    display: grid;
    gap: 15px;
    margin-top: 30px;
}


.faq-question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    outline: none;
    font-size: 1.15rem;
    font-weight: 600;
    padding: 1rem 0;
    cursor: pointer;
    position: relative;
    transition: color 0.2s;
    padding: 0;
    color: #061257;
}

.faq-question .faq-toggle {
    float: right;
    transition: transform 0.2s;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="black" stroke-width="3" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 9l6 6 6-6"/></svg>') center center no-repeat;
}

.faq-question.active .faq-toggle {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 10px 0px 0px 0px;
    color: #444;
    font-size: 1rem;
    animation: fadeIn 0.3s;
}

.faq-item.open .faq-answer {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

footer {
    background: var(--navy);
    padding: 60px 0 30px;
}

footer h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--white);
}

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

footer ul li {
    margin-bottom: 10px;
}

footer ul li a {
    color: #cfd5f5;
    text-decoration: none;
    font-size: 14px;
}

footer ul li a:hover {
    text-decoration: underline;
}

.footer-logo {
    margin-top: 20px;
}

.footer-bottom {
    font-size: 13px;
    color: #cfd5f5;
    text-align: center;
}

.app-links img {
    height: 40px;
    margin-right: 10px;
}

.social-icons a {
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
}


/* Add overlay or extra effect */


button.navbar-close {
    margin: auto;
    display: contents;
}

.popup-content.thankYoupopup {
    padding: 30px;
}

.popup-content.thankYoupopup h2 {
    font-size: 30px;
    font-weight: 700;
    color: #00bc15;
    margin: 20px 0px;
}

.popup-content.thankYoupopup .main-button {
    width: 100%;
}

/* Popup base styles */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    padding: 16px;
}

.popup-overlay.active {
    display: flex;
}

.popup-content {
    background: #fff;
    width: 100%;
    max-width: 550px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 0px;
    overflow: hidden;
}

.popup-content form input {
    padding: 13px 16px;
    border: 1px solid rgba(113, 128, 150, 0.5);
    color: #383838;
    font-size: 17px;
}

.popup-content form .form-control:focus {
    border-color: var(--blue);
    outline: 0;
    box-shadow: none !important;
}

.popup-content form {
    padding: 30px;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    background: #e3e3e3;
    padding: 10px 20px;
}

.popup-title {
    font-size: 25px;
    font-weight: 600;
    color: var(--blue);

    line-height: 35px;
}

.mx-100 {
    max-width: 100% !important;
}

.modal-body.reviews-section {
    height: 600px;
    overflow-y: scroll;
    display: grid;
    gap: 20px;
}

.close-popup {
    font-size: 27px;
    color: #718096;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(113, 128, 150, 0.5);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.main-button {
    background: #0A65FC;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
}

.update_profile {
    padding-bottom: 70px;
    margin-top: 50px;
}

.sidebar {
    background: #F3F3F7;
    border-radius: 16px;
    padding: 20px;
}

.sidebar .nav-link {
    color: #001F54;
    font-weight: 500;
    margin: 0px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: 500;
}

.sidebar .nav-link.active {
    color: #0A65FC;
}

.sidebar .nav-link .right_svg svg {
    width: 16px;
    height: 16px;
    fill: var(--black);
}

.sidebar .nav-link.active .right_svg svg {
    fill: var(--blue);
}

.sidebar .nav-pills .nav-link.active {
    background: #f3f3f7 !important;
}

.profile-box {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.profile-box svg {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: 49px;
    transform: translateX(-50%);
    fill: var(--navy);
    z-index: 2;
    background: #ffff;
    border: 1px solid #fff;
    border-radius: 100%;
}

.profile-box img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 2px solid #0A65FC;
    object-fit: cover;
}

.profile-box h5 {
    margin-top: 33px;
    font-weight: 600;
    font-size: 24px;

    color: var(--navy);
}

.tab-content h4 {
    font-size: 25px;
    color: var(--blue);

    margin-bottom: 20px;
}

.form-control,
.form-select {
    border-radius: 10px;
    box-shadow: none;
}

.form-label {
    font-weight: 500;
}

.upload-box {
    border: 2px solid #E6EDFD;
    border-radius: 12px;
    padding: 15px;
    text-align: left;
    background: #ffffff;
}

.upload-box .profile_title {
    display: grid;
    gap: 0px;
    margin-bottom: 5px;
}

.upload-box .profile_title strong {
    font-size: 18px;
    color: #000;
}

.upload-box .profile_title p {
    margin: 0;
    font-size: 12px;
    color: #6A6A6A;
}

.upload-box .image-preview {
    width: 100%;
    height: 200px;
    background: #E6EDFD;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* border: 2px dashed #365afa; */
}

.upload-box.profile-boxs .image-preview {
    width: 100%;
    height: 152px;
    background: #E6EDFD;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-box.documents-box .image-preview {
    width: 100%;
    height: 214px;
    background: #E6EDFD;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* border: 2px dashed #365afa; */
}

.upload-box .image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-box input[type="file"] {
    display: none;
}

.tab-content form .form-label {
    font-size: 18px;
    color: var(--navy);
    line-height: 18px;
}

.tab-content form .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    background: #F3F3F7;
    border-radius: 10px;
    overflow: hidden;
}

.tab-content form .input-group input,
.tab-content form .input-group select {
    background: #F3F3F7;
    border: none;
    font-size: 15px;
    color: var(--black);
    font-weight: 400;
    padding: 18px;
    width: 100%;
    overflow: hidden;
}

.tab-content textarea {
    background: #FFFFFF;
    border: none;
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    padding: 15px;
    width: 100%;
    overflow: hidden;
    min-height: 150px;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid rgba(113, 128, 150, 0.5);
    overflow: auto;
}

.tab-content form .input-group input:focus {
    box-shadow: none;
    color: var(--black);
}

.tab-content form .input-group select:focus {
    box-shadow: none;
    color: var(--black);
    border: none !important;
}

.tab-content form .input-group select:focus-visible {
    box-shadow: none;
    color: var(--black);
    border: none !important;
}

.tab-content form .input-group .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 8;
}

.tab-content form .input-group .icon-box i {
    color: var(--navy);
}

.view_profile {
    background-color: #F3F3F7;
    padding: 50px 0px;
}

.mobile-distop {
    display: none;
}

.profile-userpic {
    background-color: var(--white);
    padding: 24px;
    border-radius: 20px;
}

.profile-sidebar .prifile-userpic-inner {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.profile-sidebar .prifile-userpic-inner h3 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;

    color: var(--navy);
    margin-top: 0px;
}

.profile-sidebar .prifile-userpic-inner p {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 500;
    color: var(--navy);
}

.profile-sidebar .prifile-userpic-inner .rounded-circle {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.profile-sidebar .location {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    line-height: 23px;
    margin-top: 20px;
    color: var(--navy);
}

.profile-sidebar .location i {
    font-size: 20px;
    color: #9BA0BC;
}

.profile-sidebar {
    display: grid;
    gap: 20px;
}

.profile-sidebar .stats-bar {
    display: flex;
    background: #F3F7FF;
    border-radius: 14px;
    padding: 16px;
    gap: 54px;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.profile-sidebar .stat-box {
    min-width: 135px;
}

.profile-sidebar .stat-value {
    font-size: 24px;
    font-weight: 500;
    color: var(--blue);
    display: flex;
    align-items: center;
    line-height: 24px;
}

.profile-sidebar .stat-star {
    color: #ffae42;
    font-size: 1.5rem;
    margin-left: 4px;
}

.profile-sidebar .stat-label {
    color: var(--navy);
    font-size: 18px;
    margin-top: 2px;
    margin-bottom: 3px;
}

.profile-sidebar .stat-detail {
    color: #7b86a5;
    font-size: 0.98rem;
}

.profile-sidebar .stat-detail a {
    color: inherit;
    text-decoration: none;
}

.profile-userpic h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--blue);
    font-weight: 700;
}

.verified {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F3F3F7;
    padding: 16px;
    border-radius: 10px;
}

.verified svg {
    width: 17px;
    height: 17px;
}

.verified .verified-text {
    display: flex;
    align-items: center;
    gap: 10px;

}

.verified .verified-text h6 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}

.profile-userpic .profile-boxs {
    display: grid;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.profile-category .icon-box {
    background: #F3F3F7;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 17px;
    color: #636363;
}

.profile-category .icon-box i {
    color: var(--navy);
    font-size: 13px;
}

.profile-boxs .profile-category {
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile-boxs .profile-category p {
    margin: 0;
    font-size: 16px;
    color: var(--navy);
    font-weight: 400;
}

.portfolio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portfolio-header .btn.btn-primary {
    padding: 9px 23px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.portfolio-images {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.portfolio-images img {
    width: 109px;
    height: 109px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
}


.profile-content {
    display: grid;
    gap: 20px;
}

.portfolio-header .show-more {
    padding: 12px 25px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-userpic .show_more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    cursor: pointer;
}

.profile-userpic .show_more::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(6, 18, 87, 0.6);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.profile-userpic .show_more img {
    filter: brightness(50%);
}

.profile-userpic .showmore_conant {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.profile-userpic .showmore_conant svg {
    fill: var(--white);
}

.profile-userpic .showmore_conant h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--white);

    margin-bottom: 0;
    margin-top: 10px;
}

.profile-userpic.about-us p {
    font-size: 14px;
    line-height: 21px;
    color: var(--black);
    font-weight: 400;
}

.modal-dialog h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 10px;
}

.profile-userpic.about-us button#readMoreBtn {
    border: 0;
    background: none !important;
    font-size: 18px;
    color: var(--navy);
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.swiper.portfolioModalSwiper .swiper-slide img {
    width: 100% !important;
    border-radius: 10px !important;
    min-height: 700px;
    max-height: 700px;
    object-fit: cover !important;
}

.reviews-section {
    overflow: hidden;
    position: relative;
}

.reviews-section h2 {
    color: #0066ff;
    font-size: 22px;
    font-weight: 700;
}

.reviews-section .overall-rating {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
}

.reviews-section .overall-rating span {
    color: #ff9800;
}

.reviews-section .swiper {
    padding: 20px 0;
    position: unset !important;
}

.reviews-section .review-card {
    background: #fff;
    border: 1px solid #E6F0FE;
    border-radius: 10px;
    padding: 15px;
}

.reviews-section .review-card .stars-fles {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reviews-section .review-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.reviews-section .review-header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.reviews-section .review-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #0a0a8f;
}

.reviews-section .stars {
    color: #ff9800;
    font-size: 14px;
}

.reviews-section .review-time {
    font-size: 12px;
    color: #888;
}

.reviews-section .review-text {
    background: #F3F3F7;
    padding: 14px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 8px;
    color: #384179;
}

.reviews-section .review-footer {
    font-size: 14px;
    color: #6A719A;
}

.reviews-section .see-all {
    display: inline-block;
    margin-top: 15px;
    background: #F3F7FF;
    padding: 12px 25px;
    border-radius: 30px;
    color: var(--blue);
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 16px;
}

.reviews-section .see-all:hover {
    background: var(--blue);
    color: #fff;
}

.swiper-navigation {
    position: absolute;
    right: 83px;
    bottom: 55px;
    width: fit-content;
}

.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 50px;
    background: #F3F7FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 14px !important;
}

/* Custom icon for swiper navigation buttons */
.swiper-button-prev {
    background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%230A65FC" stroke-width="3" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15 18l-6-6 6-6"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
}

.swiper-button-next {
    background-image: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%230A65FC" stroke-width="3" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9 6l6 6-6 6"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: '';
}

.wallet_section {
    padding: 40px 0px 40px;
}

.wallet-container {
    background: #F2F2F7;
    padding: 30px;
    border-radius: 10px;
}

/* Balance Card */
.balance-card {
    background: #242424;
    color: #fff;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.balance-card h2 {
    margin: 0;
    font-size: 30px;
    font-weight: bold;

}

.balance-card p {
    font-size: 15px;
    margin-top: 10px;
    color: #E6F0FE;
    line-height: 1.5;
    margin-top: 10px;
}

.balance-card .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.balance-card .top-row h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.balance-card .btn.btn-primary {
    background: #007bff;
    padding: 8px 25px;
}

/* Transactions */
.transaction-card {
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E6F0FE;
}

.transaction-left {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.transaction-left h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1a237e;
    margin-bottom: 4px;
}

.transaction-left small {
    color: #555;
    font-size: 14px;
}

.transaction-left span {
    color: #888;
    font-size: 16px;
}

.transaction-right {
    text-align: right;
    display: grid;
    gap: 31px;
}

.transaction-right h4 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.status-completed {
    color: #2ecc71;
    font-size: 16px;
    font-weight: 500;
}

.status-progress {
    color: #2980b9;
    font-size: 13px;
    font-weight: 500;
}

.allsteps {
    margin: 90px 0px;
}

.allsteps .step {
    background-color: #edf2f6;
    border-radius: 25px;
    padding: 25px;
    position: relative;
}

.allsteps .step::before {
    content: "";
    position: absolute;
    top: 50px;
    left: -29px;
    width: 32px;
    height: 48px;
    background-image: url(../images/polygon-right.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.step .step-number {
    font-size: 70px;
    font-weight: bold;
    background: var(--navy);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.step-content {
    position: absolute;
    bottom: 0;
}

.step-content h3 {
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 43px;
}

.step-content p {
    font-size: 18px;
    font-weight: 400;
    color: #646464;
    margin-bottom: 0px;
}

.step-bar {
    width: 100%;
    height: 91%;
    padding-left: 75px;
    border-left: 3px dashed #666666;
}

.step-bar .step_img {
    max-width: 377px;
}

.rounded-before {
    position: relative;
}

.rounded-before::before {
    content: "";
    position: absolute;
    top: 50px;
    left: -90px;
    width: 50px;
    height: 50px;
    background-image: url(../images/round.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.video-section {
    background-color: var(--cream);
    padding: 70px 0px;
}

.step-bar {
    width: 100%;
    height: 91%;
    padding-left: 78px;
    border-left: 3px dashed #c0c0c0;
}

.contact-section {
    background-image: url(../images/contact-section.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    padding: 50px 0px;
}

.provider_demo_video iframe {
    border-radius: 15px;
    border: 5px solid #f8f8f8;
    box-shadow: 0px 0px 10px rgb(161 161 161 / 25%);
    margin-top: 10px;
}

.input-group.sub_categorylist {
    margin-bottom: 0px;
    overflow: unset !important;
}

.input-group.sub_categorylist .choices {
    width: 100%;
    padding: 15px;
    font-size: 17px;
    border: none;
    border-radius: 10px !important;
    background: unset;
    outline: none;
    color: #000;
    margin-bottom: 0px;
}

.input-group.sub_categorylist .choices .choices__inner {
    width: 100%;
    padding: 0px;
    font-size: 16px;
    border: none;
    /* border-radius: 10px !important; */
    background: unset;
    /* outline: none; */
    /* color: #000; */
    min-height: 0px;
}

.input-group.sub_categorylist .choices .choices__inner input {
    padding: 0px;
    width: 100% !important;
    min-width: 100% !important;
    margin-top: 5px;
}

.form-select {
    background-image: var(--bs-form-select-bg-img) !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 20px 18px !important;
    cursor: pointer;
}

/* No Reviews Empty State */
.no-reviews-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    min-height: 100px;
    margin: auto;
    background: #ff04043d;
    width: 100%;
    border-radius: 10px;
    color: #fff;
}

.no-reviews-content {
    text-align: center;
    max-width: 400px;
}

.no-reviews-content svg {
    font-size: 50px;
    color: #ffffff;
    display: block;
    text-align: center;
    margin: auto auto 20px auto;
}

.no-reviews-content h5 {
    font-size: 24px;
    font-weight: 600;
    color: var(--navy);
    margin-bottom: 10px;
}

.no-reviews-content p {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 300;
}

.empty-state-card {
    text-align: center;
    padding: 20px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 12px;
    margin: 10px 0;
}

.empty-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.empty-icon i {
    font-size: 28px;
    color: #adb5bd;
}

.empty-text {
    font-size: 16px;
    color: #495057;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.empty-subtext {
    font-size: 13px;
    color: #6c757d;
    margin: 0;
}

.empty-docs-state {
    width: 100%;
    text-align: center;
    padding: 20px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
    border-radius: 16px;
    margin: 0px 0;
}

.empty-docs-illustration {
    margin-bottom: 10px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.empty-docs-title {
    font-size: 20px;
    color: #2c3e50;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.empty-docs-desc {
    font-size: 15px;
    color: #7f8c8d;
    margin: 0;
    max-width: 400px;
    margin: 0 auto;
}

/* Empty Portfolio State */
.empty-portfolio-state {
    width: 100%;
    text-align: center;
    padding: 30px 30px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
    border-radius: 16px;
    margin: 20px 0 0px 0px;
}

.empty-portfolio-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 25px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.empty-portfolio-icon i {
    font-size: 45px;
    color: #0A65FC;
}

.empty-portfolio-title {
    font-size: 22px;
    color: #2c3e50;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.empty-portfolio-desc {
    font-size: 15px;
    color: #7f8c8d;
    margin: 0 0 25px 0;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.btn-add-first {
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-add-first:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(10, 101, 252, 0.3);
}

.profile-userpic .btn.btn-primary.edit-profile-btn {
    padding: 13px 30px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 30px;
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.update_profile .tab-content .fade:not(.show) {
    opacity: 0;
    display: none;
}

/* About Us Read More Styling */
.about-text-wrapper {
    position: relative;
}

.about-text {
    line-height: 1.8;
    color: #4a5568;
    font-size: 15px;
    margin-bottom: 0;
}

.read-more-btn {
    background: none;
    border: none;
    color: #0A65FC;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 0 0px 0px;
    margin-left: 0px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    display: block;
}

.read-more-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.read-more-btn:hover i {
    transform: translateY(2px);
}

/* Read less button */
.read-more-btn:has(.fa-chevron-up):hover i {
    transform: translateY(-2px);
}

.posttask_section {
    padding: 70px 0px;
    background-color: var(--white);
}

.terms-header h1,
.terms-header h2,
.terms-header h3,
.terms-header h4,
.terms-header h5,
.terms-header h6 {
    font-size: 25px;
    line-height: 35px;
}

.terms-header p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #646464;
    font-weight: 300;
}

.slider-control-bottomcenter {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(6, 18, 87);
    font-size: 11px;
    font-weight: initial;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 12px;
    color: rgb(255, 255, 255);
    padding: 4px 6px 4px 8px;
}

.header-tow {
    margin-top: 74px;
    padding-top: 20px;
}

.footer-bottoms {
    margin-top: 10px !important;
}

.footer-bottoms .app-links {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.footer-bottoms .app-links a {
    display: block;
    width: fit-content;
}

.close-popup svg {
    width: 13px;
    height: 13px;
    fill: #718096;
}

.terms-box {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin: 20px 0px;
    cursor: pointer !important;
}

.terms-box input {
    cursor: pointer !important;
}

.terms-box label {
    cursor: pointer !important;
}

.terms-box a {
    cursor: pointer !important;
}

.terms-box a:hover {
    text-decoration: underline !important;
}

.account {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logout-btn {
    background: #FF0004;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
}

.logout-btn a {
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}