/* Google Font */

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

:root {
    --role-primary: #6C4CF1;
    --role-primary-light: #F1EDFD;
    --role-text-muted: #7A7D8C;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    overflow-x: hidden;
    background: #fff;
}

a {
    text-decoration: none;
}

/* =========================
   HEADER
========================= */

.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;

    background: #f9f7ff;
    box-shadow: none;

    transition: all 0.3s ease;
    padding: 12px 0;
}

/* Scroll ke baad */
.header-area.scrolled {
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

/* Body ko navbar ki height jitni space do */
body {
    padding-top: 90px;
}

.logo {
    width: 90px;
}

.navbar-nav {
    gap: 15px;
}

.nav-link {
    color: #222 !important;
    font-weight: 500;
    transition: .3s;
}

.nav-link:hover {
    color: #8B5CF6 !important;
}

/* Right Buttons */

.navbar-btns {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Download */

.download-btn {
    border: 1px solid #222;
    border-radius: 30px;
    padding: 10px 22px;
    font-weight: 600;
    color: #222;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .3s;
}

.download-btn img {
    transition: .3s;
}

.download-btn:hover {
    background: #222;
    color: #fff;
}

.download-btn:hover img {
    filter: brightness(0) invert(1);
}

/* Login */

.login-btn {
    background: linear-gradient(to right, #8B5CF6, #3B82F6);
    color: #fff;
    border-radius: 30px;
    padding: 10px 24px;
    transition: .3s;
}

.login-btn:hover {
    background: linear-gradient(to right, #7C3AED, #2563EB);
    color: #fff;
}

.profile-n{
    padding-top: 20px;
}
.profile{
    border: none;
    color: #000;
}

.hero-section {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 130px;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url("../images/banner.png") no-repeat center;
    background-size: cover;
    z-index: -2;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(255, 255, 255, .45); */
    z-index: -1;
}

.hero-content {
    max-width: 560px;
}

.hero-content h1 {
    font-size: clamp(2.4rem, 4vw, 4.5rem);
    line-height: 1.1;
    font-weight: 800;
    color: #111;
    margin-bottom: 24px;
}

.hero-content p {
    font-size: 1rem;
    color: black;
    line-height: 1.8;
    margin-bottom: 35px;
}

.hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-start {
    background-color: #8B5CF6;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to right, #8B5CF6, #3B82F6);
    color: #fff;
    padding: 14px 30px;
    border-radius: 40px;
    font-weight: 600;
    transition: .3s;
}

.btn-start:hover {
    background: #5d40eb;
    color: #fff;
    transform: translateY(-3px);
}

.advisor-btn {
    padding: 14px 30px;
    border-radius: 40px;
    font-weight: 600;
}

.phone-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.phone-img {
    width: 100%;
    max-width: 420px;
    animation: floatPhone 5s ease-in-out infinite;
}

.float-card {
    position: absolute;
    background: #fff;
    padding: 18px 22px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
    animation: floatCard 3s ease-in-out infinite;
    will-change: transform;
}

.float-card h6 {
    margin-bottom: 6px;
    color: #777;
    font-size: .8rem;
}

.float-card h3 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
}

.float-card h2 {
    margin-top: 6px;
    color: #222;
    font-weight: 700;
}

.card-left {
    left: -40px;
    bottom: 120px;
}

.card-right {
    right: -55px;
    top: 90px;
}



/* Left Card */
.card-left {
    animation-delay: 0s;
}

/* Right Card */
.card-right {
    animation-delay: 1s;
}


/* Floating Animation */
@keyframes floatCard {

    0% {
        transform: translateY(0);
    }

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

    100% {
        transform: translateY(0);
    }

}



/* 2560px */



/* Laptop */



/* Tablet */



/* Mobile */



/* Small Mobile */






/* sensex style*/


/* .ticker-section {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    white-space: nowrap;
} */

/* .ticker-wrapper {
    width: 100%;
    overflow: hidden;
} */
/* .ticker-track {
    display: flex;
    width: max-content;
    will-change: transform;
    animation: ticker 10000s linear infinite;
} */
/* .ticker-track {
    display: flex;
    width: max-content;
    animation: ticker 125s linear infinite;
} */
/* .ticker-positive {
    color: #16c784 !important;
    font-size: 13px;
    font-weight: 600;
} */

/* .ticker-negative {
    color: #ef5350 !important;
    font-size: 13px;
    font-weight: 600;
} */
/* .ticker-item {
    height: 46px;
    display: flex;
    align-items: center;
    gap: 6px; */
    /* padding: 12px 35px; */
    /* padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
} */
/* .ticker-item {
   
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 6px;
    white-space: nowrap;
    position: relative;
} */
/* .up {
    color: #16a34a;
} */

/* .down {
    color: #ef4444;
} */

/* @keyframes ticker {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }

} */

/* .ticker-wrapper:hover .ticker-track {
    animation-play-state: paused;
} */

/* Tablet */



/* Mobile */


.ticker-section {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    white-space: nowrap;
}

.ticker-wrapper {
    width: 100%;
    height: 46px;
    overflow: hidden;
}

.ticker-track {
    display: flex;
    align-items: center;
    width: max-content;
    height: 46px;
    will-change: transform;
    animation: ticker 10000s linear infinite;
}

/* Stock item */
.ticker-item {
    height: 46px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
}

.ticker-change {
    font-size: 13px;
    font-weight: 600;
    color: inherit;
}

.ticker-change.ticker-positive {
    color: #16c784 !important;
}

.ticker-change.ticker-negative {
    color: #ef5350 !important;
}
/* Optional generic classes */
.up {
    color: #16a34a;
}

.down {
    color: #ef4444;
}

/* Continuous ticker */
@keyframes ticker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Pause on hover */
.ticker-wrapper:hover .ticker-track {
    animation-play-state: paused;
}

/* ===========================
   Investment + Insurance Section
=========================== */

.investment-insurance-section {
    padding: 80px 0;

}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
}

.see-all {
    font-size: 16px;
    font-weight: 600;
    color: #6C63FF;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.see-all img {
    width: 18px;
    transition: .3s;
}

.see-all:hover img {
    transform: translateX(6px);
}

/*========================
 Investment Card
========================*/

/*==============================
Investment Card
==============================*/

.investment-card {
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 18px;
    padding: 20px;
    height: 100%;
    transition: .3s;
}

.investment-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}

/*==============================
Heading
==============================*/

.section-title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
}

.see-all {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #6C4CFF;
    text-decoration: none;
}

.see-all img {
    width: 16px;
    transition: .3s;
}

.see-all:hover img {
    transform: translateX(4px);
}

/*==============================
Items
==============================*/

.investment-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #E9E9EF;
    border-radius: 30px;
    text-decoration: none;
    transition: .3s;
    min-height: 54px;
}

.investment-item:hover {
    border-color: #6C4CFF;
    box-shadow: 0 6px 18px rgba(108, 76, 255, .12);
    transform: translateY(-3px);
}

.investment-item img {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.investment-content {
    flex: 1;
}

.investment-content h6 {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}

.investment-content p {
    margin: 2px 0 0;
    font-size: 10px;
    color: black;
    line-height: 1.2;
}

/*==============================
Grid Gap
==============================*/

.investment-card .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}

/*==============================
Laptop
==============================*/



/*==============================
Tablet
==============================*/



/*==============================
Mobile
==============================*/



/*==============================
2560px Screen
==============================*/



/*========================
 Insurance Card
========================*/

.insurance-card {
    background: #fff;
    border: 1px solid #E9E9EF;
    border-radius: 20px;
    padding: 16px;
    height: 100%;
    transition: .3s;
}

.insurance-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
}

/*==========================
Insurance Image
==========================*/

.insurance-image {
    background: #EEF4FF;
    border-radius: 18px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 200px;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.insurance-image img {
    width: 100%;
    max-width: 250px;
    display: block;
}

/*==========================
Heading
==========================*/

.insurance-card .section-title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
}

/*==========================
Items
==========================*/

.insurance-card .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}

.insurance-item {
    width: 100%;
    max-width: 72px;
    height: auto;
    min-height: 78px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #ECECEC;
    border-radius: 14px;
    background: #fff;
    transition: .3s;
    margin: 0 auto;
    padding: 8px 4px;
}

.insurance-item img {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
}

.insurance-item span {
    font-size: 12px;
    font-weight: 500;
    color: #111827;
}

.insurance-item:hover {
    transform: translateY(-3px);
    border-color: #6C4CFF;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
}

/*==========================
Active
==========================*/

.insurance-item.active {
    background: linear-gradient(135deg, #8B5CF6, #3B82F6);
    border-color: transparent;
}

.insurance-item.active img {
    filter: brightness(0) invert(1);
}

.insurance-item.active span {
    color: #fff;
    font-weight: 600;
}

/*==========================
See All
==========================*/

.see-all {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #6C4CFF;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.see-all img {
    width: 16px;
}



/*========================
 Responsive
========================*/









/*=============================
Credit Score Section
==============================*/

.credit-score-section {
    position: relative;
}

/* Card */

.credit-score-card {

    position: relative;

    padding: 20px 24px;
    border-radius: 20px;
    overflow: hidden;

    background: url("../images/credits.png") no-repeat center;
    background-size: cover;

    min-height: 100px;
    height: auto;

}

/* Overlay (optional) */



.credit-score-card .row {
    position: relative;
    z-index: 2;
}

/* Image */

/* .credit-score-img {
    background-color: #faedd3;
} */

.credit-score-img img {

    max-width: 140px;

}

/* Content */

.credit-score-content h3 {

    font-size: 24px;

    font-weight: 700;

    color: #111827;

    margin-bottom: 8px;

}

.credit-score-content p {

    margin: 0;

    color: black;

    font-size: 14px;

    line-height: 1.7;

}

/* Button */

.credit-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    background: linear-gradient(90deg, #8B5CF6, #3B82F6);

    color: #fff;

    text-decoration: none;

    padding: 14px 24px;

    border-radius: 50px;

    font-size: 14px;

    font-weight: 600;

    transition: .35s;
    margin-right: 20px;

}

.credit-btn img {

    width: 20px;

}

.credit-btn:hover {

    color: #fff;

    transform: translateY(-3px);

    box-shadow: 0 12px 25px rgba(72, 101, 255, .30);

}





/*==============================
Loan Section
==============================*/

.loan-section {
    background: #fff;
    position: relative;
}

.loan-title {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin: 0;
}

.view-all-btn {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(to right, #8B5CF6, #3B82F6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.view-loan img {
    width: 18px;
    transition: .3s;
}

.view-loan:hover img {
    transform: translateX(4px);
}

/*==============================
Wrapper
==============================*/

.loan-wrapper {
    border: 1px solid #E8E8E8;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

/*==============================
Loan Card
==============================*/

.loan-card {
    position: relative;
    padding: 28px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.loan-card::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    /* upar se gap */
    bottom: 20px;
    /* niche se gap */
    width: 1px;
    background: #ECECEC;
}

/* Last card ka border remove */

.loan-card.border-0::after {
    display: none;
}

.loan-card:hover {

    background: #faf8ff;

    transform: translateY(-5px);

}

/*==============================
Image
==============================*/

.loan-image {

    height: 90px;

    display: flex;

    align-items: center;

    justify-content: flex-start;

    margin-bottom: 18px;

}

.loan-image img {

    max-width: 110px;

    width: 100%;

}

/*==============================
Heading
==============================*/

.loan-card h4 {

    font-size: 18px;

    font-weight: 700;

    color: #111827;

    margin-bottom: 12px;

    min-height: 48px;

    padding-top: 20px;


}

/*==============================
Description
==============================*/

.loan-card p {

    font-size: 14px;

    color: black;

    line-height: 1.7;

    margin-bottom: 22px;

    flex-grow: 1;

}

/*==============================
Button
==============================*/

.loan-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    padding: 10px 18px;

    border: 1px solid #111;

    border-radius: 40px;

    color: #111;

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;

    width: max-content;

    transition: .35s;

}

.loan-btn img {

    width: 18px;

}

.loan-btn:hover {

    background: #111;

    color: #fff;

}

.loan-btn:hover img {

    filter: brightness(0) invert(1);

}

/*==============================
Laptop
==============================*/



/*==============================
Tablet
==============================*/



/*==============================
Mobile
==============================*/



/*==============================
2560px Screen
==============================*/






/* ==========================
   Financial Calculator
========================== */

.financial-calculator-section {
    padding: 70px 0;
}

.calculator-wrapper {
    background: linear-gradient(to right, #f1edfb, #ebf1fd);
    border-radius: 20px;
    padding: 30px;
}

.calculator-title {
    font-size: 24px;
    font-weight: 700;
    color: #111;
}

.view-all-btn {
    font-size: 14px;
    font-weight: 500;
    color: #4b4bf5;
    transition: .3s;
}

.view-all-btn:hover {
    color: #222;
}

.calculator-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px 12px;
    text-align: center;
    border: 1px solid transparent;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
    transition: .3s ease;
    cursor: pointer;
}


.calculator-card:hover {
    border: 1px solid #6C4CFF;
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.calculator-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    margin-bottom: 14px;
}

.calculator-card h6 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #111;
}

.calculator-card p {
    font-size: 12px;
    color: black;
    margin: 0;
}

.calculator-card:hover .calculator-icon {
    filter: invert(35%) sepia(99%) saturate(3000%) hue-rotate(240deg) brightness(100%);
}

.calculator-card:hover h6,
.calculator-card:hover p {
    color: #6C4CFF;
}

/* Custom column for 8 cards in one row */


/* Laptop */


/* Tablet */


/* Mobile */


/* Small Mobile */


/* Ultra Wide Screen */


/* 2K & 2560px */




/*===========================
    Our Core Services
===========================*/

.core-services-section {
    padding: 80px 0;
    background: #fff;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 40px;
}

/* Card */

.service-card {
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 14px;
    padding: 16px;
    height: 100%;
    transition: .35s ease;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

/* Icons */

.service-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Heading */

.service-card h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    margin-bottom: 14px;
    cursor: pointer;
}

.service-card h3:hover {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
    margin-bottom: 14px;
    text-decoration: underline;
}

/* Paragraph */

.service-card p {
    font-size: 15px;
    line-height: 1.8;
    color: black;
    margin-bottom: 20px;
}

/* Images */

.service-image,
.service-image-top {
    border-radius: 12px;
    overflow: hidden;
}

.service-image img,
.service-image-top img {
    width: 100%;
    display: block;
    transition: .4s;
}

.service-card:hover img {
    transform: scale(1.04);
}

/* Small Card */

.service-small-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Feature Card */

.service-feature-card {
    display: flex;
    flex-direction: column;
}

.service-feature-card .service-image-top {
    margin-bottom: 24px;
}

.service-content {
    align-items: flex-start;
}

.service-content .service-icon {
    flex-shrink: 0;
    margin-bottom: 0;
}

/* Horizontal Card */

.service-horizontal-card .service-image-top {
    margin-bottom: 20px;
}

/*=====================
Desktop XL
=====================*/



/*=====================
2560px
=====================*/



/*=====================
Laptop
=====================*/



/*=====================
Tablet
=====================*/



/*=====================
Mobile
=====================*/



/*=====================
Small Mobile
=====================*/




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

.footer-section {
    padding: 60px 0 25px;
    background: #fff;
}

.footer-top {
    margin-bottom: 25px;
}

.footer-logo img {
    max-width: 90px;
}

/* Menu */

.footer-menu,
.footer-policy {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu a,
.footer-policy a {
    text-decoration: none;
    color: #222;
    font-size: 14px;
    transition: .3s;
}

.footer-menu a:hover,
.footer-policy a:hover {
    color: #4b55ff;
}

/* Social */

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    /* border: 1px solid #ddd; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transition: .3s; */
    background: #fff;
}

/* .footer-social a:hover {
    background: #f5f5f5;
} */

.footer-social img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Divider */

.footer-divider {
    margin: 25px 0;
    border-color: 1px solid #e9e9e9;
}

/* Bottom */

.copyright {
    margin: 0;
    font-size: 13px;
    color: #000;
}

/*=========================
Laptop
=========================*/



/*=========================
Mobile
=========================*/



/*=========================
2560px
=========================*/




/* ===========================
   Select Your Role Modal
=========================== */

#roleModal .modal-dialog {
    max-width: 380px;
    z-index: 1065 !important;
}

#roleModal .modal-content {
    border: none;
    border-radius: 24px;
    padding: 8px;
    box-shadow: 0 25px 60px rgba(20, 10, 60, 0.18);
}

.modal-body {
    padding: 28px 24px 24px;
}



#roleModal {
    z-index: 1060 !important;
}



/* .modal-backdrop {
    z-index: 1055 !important;
} */

/* 
.role-modal-close:hover {
    background: #E7E5F2;
} */

.role-modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}


.role-modal-title {
    font-weight: 700;
    font-size: 22px;
    color: #17181F;
    margin-bottom: 6px;
    padding-right: 30px;
}

.role-modal-subtitle {
    color: var(--role-text-muted);
    font-size: 14px;
    margin-bottom: 22px;
}

.role-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.role-option {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 1px solid #ECEAF4;
    border-radius: 16px;
    text-decoration: none;
    background: #FFFFFF;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.role-option:hover,
.role-option:focus-visible {
    border-color: var(--role-primary);
    box-shadow: 0 8px 20px rgba(108, 76, 241, 0.14);
    transform: translateY(-1px);
    text-decoration: none;
}

.role-option:active {
    transform: translateY(0);
}



.role-text {
    flex: 1;
    min-width: 0;
}

.role-text h6 {
    margin: 0 0 2px;
    font-size: 16px;
    font-weight: 500;
    color: #8b5cf6;
}

.role-text p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
    color: black;
}

.role-arrow img {
    width: 21px;
    height: 21px;
}





/* ===========================
   Login Modal (Customer flow)
=========================== */

#loginModal .modal-dialog {
    max-width: 380px;
    z-index: 1060 !important;

}

#loginModal .modal-content {
    border: none;
    border-radius: 24px;
    padding: 8px;
    box-shadow: 0 25px 60px rgba(20, 10, 60, 0.18);
    z-index: 1055 !important;
}

#loginModal .modal-body {
    padding: 24px 22px 22px;
}

.login-back-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #17181F;
}

/* .login-back-btn svg {
    width: 16px;
    height: 16px;
} */

.login-back-btn:hover {
    color: var(--role-primary);
}

.login-modal-title {
    font-size: 30px;
    font-weight: 700;
    color: #17181F;
    margin: 0;
}

.login-welcome h6 {
    font-size: 20px;
    font-weight: 500;
    color: #17181F;
    margin-bottom: 4px;
}

.login-welcome p {
    font-size: 14px;
    color: black;
    margin: 0;
    line-height: 1.4;
}

.login-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #17181F;
    margin-bottom: 6px;
}

.mobile-input-group {
    border: 1px solid #E4E2ED;
    border-radius: 14px;
    padding: 11px 14px;
    gap: 10px;
    background: #fff;
    transition: border-color 0.2s ease;
}

.mobile-input-group:focus-within {
    border-color: var(--role-primary);
}

.para {
    font-size: 14px;
    font-weight: 400;
}

.country-code {
    font-size: 14px;
    font-weight: 600;
    color: #17181F;
    white-space: nowrap;
}

.divider-vertical {
    width: 1px;
    height: 20px;
    background: #E4E2ED;
    flex-shrink: 0;
}

.mobile-input {
    border: none;
    outline: none;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    background: transparent;
    color: #17181F;
}

.send-otp-btn {
    background: linear-gradient(90deg, #8B5CF6, #3B82F6);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 13px;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s;
}

.send-otp-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(108, 76, 241, 0.28);
}

.login-email-link {
    font-size: 14px;
    font-weight: 400;
    color: black;
    text-decoration: underline;

}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #ECEAF4;
}

.divider span {
    /* margin: 0 12px; */
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    border: 1px solid #ECEAF4;
    padding: 0 6px;
    border-radius: 12px;
    height: 20px;
}

.social-login-row {
    gap: 10px;
}

.social-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #ECEAF4;
    border-radius: 30px;
    padding: 11px;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #17181F;
    transition: 0.2s ease;

}

/* .social-btn svg {
    width: 18px;
    height: 18px;
} */

.social-btn:hover {
    border-color: var(--role-primary);
    box-shadow: 0 6px 16px rgba(108, 76, 241, 0.12);
}

.guest-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #ECEAF4;
    border-radius: 30px;
    padding: 11px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    color: #17181F;
    transition: 0.2s ease;

}



.guest-btn:hover {
    border-color: var(--role-primary);
    box-shadow: 0 6px 16px rgba(108, 76, 241, 0.12);
}

.signup-text {
    font-size: 14px;
    color: black;
    margin: 0;
}

.signup-text a {
    color: var(--role-primary);
    font-weight: 600;
    text-decoration: underline;
}




/*=========================
        OTP Modal
=========================*/

#otpModal .modal-dialog {
    max-width: 380px;
    z-index: 1060 !important;
}

#otpModal .modal-content {
    border: none;
    border-radius: 24px;
    padding: 8px;
    box-shadow: 0 25px 60px rgba(20, 10, 60, 0.18);
    z-index: 1055 !important;
}

#otpModal .modal-body {
    padding: 24px 22px 22px;
}

/* Back Button */
#otpModal .login-back-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #17181F;
}

#otpModal .login-back-btn:hover {
    color: var(--role-primary);
}

/* Heading */
#otpModal .login-modal-title {
    font-size: 30px;
    font-weight: 700;
    color: #17181F;
    margin: 0;
}

/* OTP Info */
.otp-info {
    font-size: 14px;
    color: #000;
    margin-bottom: 6px;
    line-height: 1.5;
}

.otp-number {
    font-size: 15px;
    font-weight: 600;
    color: #17181F;
    margin-bottom: 25px;
}

/* OTP Boxes */
.otp-boxes {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.otp-input {
    width: 42px;
    height: 48px;
    border: 1px solid #E4E2ED;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    outline: none;
    transition: .3s;
}

.otp-input:focus {
    border-color: var(--role-primary);
    box-shadow: 0 0 0 2px rgba(139, 92, 246, .15);
}

/* Resend */
.otp-resend {
    font-size: 13px;
    color: #000;
    margin-top: 20px;
}

.otp-resend a {
    color: black;
    text-decoration: none;
    font-weight: 600;
}

.otp-resend a:hover {
    text-decoration: underline;
}

/* Change Mobile */
#otpModal .login-email-link {
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;

    background: linear-gradient(90deg, #8B5CF6, #3B82F6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    display: inline-block;
}

/* Verify Button */
#otpModal .send-otp-btn {
    background: linear-gradient(90deg, #8B5CF6, #3B82F6);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 13px;
    font-size: 16px;
    font-weight: 700;
    transition: .3s;
}

#otpModal .send-otp-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(108, 76, 241, .28);
}

/* Responsive */


/*========= login with email ========*/

.custom-input {
    height: 50px;
    border: 1px solid #E4E2ED;
    border-radius: 12px;
    font-size: 14px;
    box-shadow: none;
}

.custom-input:focus {
    border-color: var(--role-primary);
    box-shadow: none;
}

.password-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    padding: 0;
}


.forgot-password-link {
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;

    background: linear-gradient(90deg, #8B5CF6, #3B82F6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    display: inline-block;
}


/*========= create account model ==========*/

.custom-input {
    height: 50px;
    border: 1px solid #E4E2ED;
    border-radius: 12px;
    font-size: 14px;
    box-shadow: none;
}

.custom-input:focus {
    border-color: var(--role-primary);
    box-shadow: none;
}

.password-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    padding: 0;
}

.password-strength small {
    font-size: 12px;
    color: #000;
}

.strength-bar {
    height: 3px;
    width: 120px;
    background: linear-gradient(90deg, #F59E0B 60%, #E5E7EB 60%);
    border-radius: 999px;
    margin-bottom: 6px;
}

.password-requirement-item {
    margin-right: 10px;
}


/* account success  */


.success-icon-wrapper {
    display: flex;
    justify-content: center;
}

.success-icon-wrapper img {
    width: 150px;
}

.success-title {
    color: #16A34A;
    font-weight: 600;
    font-size: 24px;
}

.success-subtext {
    color: black;
    font-size: 16px;
    line-height: 1.5;
}

.kyc-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #F2F4F5;
    border: 1px solid #E4E2ED;
    color: black;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.kyc-badge svg {
    flex-shrink: 0;
}

.continue-kyc-btn {
    background: linear-gradient(90deg, #8B5CF6, #3B82F6);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 13px;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s;
}

.continue-kyc-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(108, 76, 241, 0.28);
}

.do-it-later-link {
    color: black;
    font-size: 14px;
    text-decoration: underline;
}

.close-1 {
    top: 40px !important;
    right: 40px !important;
}

/* =========================
   INSURANCE GRID HELPERS
========================= */

.insurance-items-grid {
    justify-content: center;
}

.insurance-see-all {
    padding-left: 0;
}

/* =========================
   kyc 
========================= */

.kyc-modal-content {
    border-radius: 20px;
    padding: 24px 20px;
    border: none;
}

/* Top bar */
.kyc-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.back-link {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.back-link i {
    margin-right: 4px;
}

.kyc-close {
    width: 32px;
    height: 32px;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #1a1a1a;
}

.kyc-title {
    font-weight: 700;
    font-size: 22px;
    color: #1a1a1a;
    margin-bottom: 24px;
}

/* Progress */
.kyc-progress-section {
    margin-bottom: 24px;
}

.verification-label {
    font-size: 14px;
    color: #000;
}

.step-label {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
}

.percent-label {
    font-size: 13px;
    font-weight: 600;
    color: #16A34A;
}

.progress-track {
    width: 100%;
    height: 6px;
    background: #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #16A34A;;
    border-radius: 10px;
}

/* KYC items */
.kyc-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.kyc-item {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 14px;
}

.kyc-item.verified {
    border-left: 4px solid #16A34A;
}

.kyc-item-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #F2F4F5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.kyc-item-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.kyc-item-info {
    flex-grow: 1;
}

.kyc-item-info h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

.kyc-item-info p {
    margin: 2px 0 0;
    font-size: 12px;
    color: #6b7280;
}

.kyc-item-info .verified-text {
    color: #16A34A;
    font-weight: 500;
}

.kyc-item-info .verified-text i {
    margin-right: 4px;
}

.check-icon {
    color: #16A34A;
    font-size: 20px;
}

.kyc-action-btn {
    border: 1px solid #8B5CF6;
    border-radius: 25px;
    padding: 6px 18px;
    background: #fff;

    /* Gradient text */
    background-image: linear-gradient(90deg, #8B5CF6, #3B82F6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.kyc-action-btn:hover {
    background: linear-gradient(90deg, #8B5CF6, #3B82F6);
    border-color: #8B5CF6;

    color: #fff;
    -webkit-text-fill-color: #fff;
}

/* Security badge */
.security-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #F2F4F5;
    border: 1px solid #E4E2ED;
    color: #1a1a1a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.security-badge i {
    color: #8B5CF6;
}


/* complete kyc  */


/* ==============================
   KYC STATUS POPUP
================================ */

.kyc-status-overlay {
    position: fixed;
    inset: 0;

    display: none;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.35);

    z-index: 9999;
}

.kyc-status-overlay.active {
    display: flex;
}


/* Modal */

.kyc-status-modal {
    width: 100%;
    max-width: 375px;
    min-height: 480px;

    background: #ffffff;

    border-radius: 12px;

    overflow: hidden;

    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}


/* Header */

.kyc-status-header {
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 14px;

    border-bottom: 1px solid #eeeeee;
}

.kyc-back-btn {
    border: none;
    background: transparent;

    font-size: 10px;
    color: #111;

    cursor: pointer;
}

.kyc-back-btn i {
    font-size: 9px;
    margin-right: 4px;
}

.kyc-close-btn {
    width: 20px;
    height: 20px;

    border: 1px solid #222;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;

    font-size: 9px;

    cursor: pointer;
}


/* Title */

.kyc-status-title {
    margin: 0;

    padding: 0 20px;

    height: 35px;

    display: flex;
    align-items: center;

    font-size: 13px;
    font-weight: 600;

    border-bottom: 1px solid #eeeeee;
}


/* Content */

.kyc-status-content {
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;

    padding: 28px 20px 20px;
}


/* Document Icon */

.kyc-document-icon {
    position: relative;

    width: 70px;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #092b8f;

    font-size: 47px;
}

.kyc-clock {
    position: absolute;

    right: 0;
    bottom: 2px;

    width: 31px;
    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #61d0d0;

    color: #092b8f;

    font-size: 17px;

    border: 2px solid #092b8f;
}


/* Document Title */

.kyc-document-title {
    margin-top: 8px;
    margin-bottom: 12px;

    font-size: 11px;
    line-height: 15px;
    font-weight: 600;

    color: #111;
}


/* Pending */

.kyc-pending-status {
    padding: 2px 5px;

    border: 1px dashed #3b82f6;

    color: #222;

    font-size: 6px;
    font-weight: 500;
}

.kyc-pending-status i {
    margin-right: 2px;
    color: #111;
}


/* Message */

.kyc-message {
    margin-top: 8px;
    margin-bottom: 22px;

    font-size: 7px;
    line-height: 11px;

    color: #555;
}


/* Continue Button */

.kyc-dashboard-btn {
    width: 184px;
    height: 25px;

    border: none;
    border-radius: 20px;

    background: linear-gradient(
        90deg,
        #8b5cf6,
        #3b82f6
    );

    color: #fff;

    font-size: 8px;
    font-weight: 500;

    cursor: pointer;

    transition: 0.3s ease;
}

.kyc-dashboard-btn:hover {
    background: linear-gradient(
        90deg,
        #7c3aed,
        #2563eb
    );
}


/* Later */

.kyc-later-link {
    margin-top: 10px;

    color: #333;

    font-size: 7px;

    text-decoration: underline;
}

.continue-btn {
    background: linear-gradient(90deg, #8B5CF6, #3B82F6);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 13px;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s;
    text-align: center;
}

.continue-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(108, 76, 241, 0.28);
}



/* kyc complete */

.kyc-status-icon {
  display: flex;
  justify-content: center;
}

.kyc-status-heading {
  font-weight: bold;
  font-size: 24px;
  color: #000;
  padding-bottom: 20px;
}

/* .kyc-pending-box {
  border: 1px dashed #93C5FD;
  background: #EFF6FF;
  border-radius: 12px;
  padding: 14px 16px;
} */

.pending-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #F2F4F5;
  border: 1px solid #eaecec;
  color: #000;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.pending-text {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}

.del-step { display: none; }
.del-step.active { display: block; }

.del-password-group {
    position: relative;
}

.del-eye-toggle {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #8b8b9e;
    cursor: pointer;
    font-size: 16px;
}