 :root {
     --brand-purple: #b03ba6;
     --brand-light-purple: #e14eca;
     --brand-dark: #3d3143;
     --brand-teal: #1f5f5b;
     --brand-text-gray: #666666;
     --hero-bg: #4b3f52;
     --primary-magenta: #B330B1;
     --teal-accent: #4FD1C5;
     --dark-navy: #1A365D;
     --bg-soft-pink: #FFF5FF;
 }

 .text-magenta {
     color: var(--primary-magenta) !important;
 }

 .text-gray {
     color: #EDEDED;
 }

 .bg-magenta {
     background-color: var(--primary-magenta) !important;
 }

 .text-teal {
     color: var(--teal-accent) !important;
 }

 .bg-teal {
     background-color: var(--teal-accent) !important;
 }

 .bg-dark-navy {
     background-image: url(../img/customers.png) !important;
     background-position: center;
     background-size: cover;
 }

 body {
     font-family: 'Mulish', sans-serif;
 }

 /* Header Styles */
 .navbar {
     background-color: #fff;
 }

 .nav-link {
     font-weight: 600;
     color: #242424 !important;
     margin: 0 0.8rem;
     font-size: 0.9rem;
     position: relative;

     &::after {
         content: "";
         position: absolute;
         bottom: 0px;
         left: 0px;
         width: 0%;
         height: 2px;
         background: var(--brand-purple);
         transition: 0.5s;
     }
 }

 .nav-link:hover,
 .nav-link.active {
     color: var(--brand-purple) !important;

     &::after {
         width: 100%;
         transition: 0.5s;
     }
 }

 .nav-link.active {
     border-bottom: 2px solid var(--brand-purple);
 }

 .btn-apply-nav {
     background-color: var(--brand-purple);
     color: white;
     border-radius: 14px;
     padding: 8px 24px;
     font-weight: 600;
     border: 2px solid #b03ba6;
     &.gradient{
     background-image: linear-gradient(270deg, #EF3392, #AE30B2);
     }
     &.reverse {
         background-color: #fff;
         color: #b03ba6;
         border: 2px solid #b03ba6;
     }
 }

 .btn-apply-nav:hover {
     border: 2px solid #b03ba6;
     background-color: transparent;
     color: #96328d;
     &.gradient{
         border: 2px solid #EF3392;
     color: #EF3392;
     background-image: linear-gradient(270deg, #ef339200, #ae30b200);
     }
 }

 .btn-apply-nav1 {
     background-color: var(--brand-purple);
     color: white;
     border-radius: 14px;
     padding: 8px 24px;
     font-weight: 600;
     border: 2px solid #b03ba6;
     &.gradient{
     background-image: linear-gradient(270deg, #EF3392, #AE30B2);
     }
     &.reverse {
         background-color: #fff;
         color: #b03ba6;
         border: 2px solid #b03ba6;
     }
 }

 .btn-apply-nav1:hover {
     border: 2px solid #b03ba6;
     background-color: #fff !important;
     color: #96328d;
     &.gradient{
         border: 2px solid #EF3392;
     color: #EF3392;
     
     }
 }

.btn-apply-loan {
     background-image: linear-gradient(270deg, #5AACBA, #5ABAB6);
     color: white;
     border-radius: 14px;
     padding: 8px 24px;
     font-weight: 600;
     border: 2px solid #5AACBA; 
 }

 .btn-apply-loan:hover {
         border: 2px solid #5AACBA;
    background-image: linear-gradient(270deg, #ef339200, #ae30b200);
    color: #5AACBA;

 }
 .top-stats {
     border: 1px solid #ae30b233;
     text-align: center;

     .col-md-3 {
         padding: 18px 0px;
         border-right: 1px solid #ae30b233;

         &:last-child {
             border-right: none;
         }
     }
 }

 .top-stats h4 {
     font-weight: 700;
     color: #50434F;
     margin-bottom: 0px;
 }

 .top-stats p {
     margin: 0;
     color: #50434F;
     font-size: 14px;
 }

 .top-stats.about {
     background: #262626;
 }

 .top-stats.about h4,
 .top-stats.about p {
     color: #fff;
 }

 .qr-section {
     background: linear-gradient(180deg, #0D0D0D, #080635);
     color: #fff;
     padding: 27px 0 0px 0;
     position: relative;
     overflow: hidden;
 }

 .qr-title {
     font-size: 40px;
     font-weight: 700;
 }

 .qr-title span {
     color: #5ad1c6;
 }

 .qr-sub {
     margin-top: 20px;
     color: #cfcfcf;
     font-size: 18px;
 }

 .phone-input {
     margin-top: 30px;
     max-width: 400px;
     display: flex;
     border: 2px solid #ffffff;
     border-radius: 16px;
     overflow: hidden;
     padding: 3px;
     background: rgb(255 255 255 / 10%);
 }

 .phone-input input {
     border: none;
     padding: 12px 15px;
     flex: 1;
     outline: none;
     background: transparent;
     color: #fff;
 }

 .phone-input button {
     background: #5ABAB6;
     border: none;
     padding: 0 25px;
     color: #fff;
     font-weight: 600;
     border-radius: 12px;
 }

 .hero {
     padding: 36px 0 0px 0;
     position: relative;
 }

 /* Avatar Group */
 .avatars {
     display: flex;
     align-items: center;
     margin-bottom: 20px;
 }

 .avatars img {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     border: 1px solid #000;
     margin-left: -10px;
 }

 .avatars img:first-child {
     margin-left: 0;
 }

 .avatars-text {
     margin-left: 15px;
     color: #222021;
     font-size: 21px;
     font-weight: 600;
 }

 /* Heading */
 .hero h1 {
     font-size: 36px;
     font-weight: 800;
     line-height: 1.5;
     color: #C9C9C9;
 }

 .gradient-text {
     color: #AE30B2;
 }

 .muted {
     color: #777;
 }

 /* Button */
 .btn-custom {
     margin-top: 30px;
     background: linear-gradient(90deg, #a833ff, #ff33cc);
     border: none;
     padding: 14px 30px;
     border-radius: 12px;
     font-weight: 600;
     color: #fff;
     font-size: 18px;
 }

 .btn-custom:hover {
     opacity: 0.9;
 }

 /* Phone Image */
 .phone-img {
     max-width: 400px;
 }

 /* Custom Styles for Components */
 .step-card,
 .why-choose-card,
 .eligibility-card,
 .partner-card {
     border: 1px solid #EDEDED;
     border-radius: 1rem;
     height: 100%;
     box-shadow: 0px 0px 9px rgb(0 0 0 / 10%);

     span {
         font-size: 14px;
         margin-bottom: 10px;
         text-transform: uppercase;
     }

     img {
         height: 180px;
     }
 }

 .why-choose-card {
     background: #fff;
     padding: 1.5rem;
     box-shadow: 0px 9px 18px rgb(0 0 0 / 10%);

     img {
         height: 72px;
     }
 }

 .eligibility-card {
     img {
         height: 62px;
     }
 }

 .partner-card {
     img {
         width: 180px;
         height: auto !important;
     }
 }

 .sub-heading {
     font-size: 20px;
 }

 /*range slider*/
 .text-brand-purple {
     color: var(--brand-purple) !important;
 }

 .bg-brand-purple {
     background-color: var(--brand-purple) !important;
 }

 /* Range Slider Custom Styling */
 input[type=range] {
     -webkit-appearance: none;
     width: 100%;
     background: transparent;
 }

 input[type=range]:focus {
     outline: none;
 }



 /* Track */
 input[type=range]::-webkit-slider-runnable-track {
     width: 100%;
     height: 6px;
     cursor: pointer;
     /*background: #eee;*/
     border-radius: 3px;
 }

 /* Thumb */
input[type=range]::-webkit-slider-thumb {
     height: 24px;
     width: 24px;
     border-radius: 50%;
     background: var(--brand-purple);
     cursor: pointer;
     -webkit-appearance: none;
     margin-top: -9px;
     /* Centers thumb on track */
     border: 7px solid #fff;
     box-shadow: 0 0 0 1px rgb(178 57 179);
}

 input[type=range]::-moz-range-thumb {
     height: 24px;
     width: 24px;
     border-radius: 50%;
     background: #ffffff;
     cursor: pointer;
     border: 3px solid var(--brand-purple);
 }

 /* Result Card Styling */
 .result-card {
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
     border: 1px solid #f0f0f0;
     border-radius: 20px;
     padding: 2rem;
     height: 100%;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }

 .emi-display-box {
     border: 1px solid #eee;
     border-radius: 12px;
     padding: 7px 54px;
     display: inline-block;
     background: #fff;
     margin-bottom: 0.7rem;
 }

 .monthly-emi-text {
     font-size: 2rem;
     font-weight: 700;
 }

 /* Input Group Styling */
 .custom-input-group {
     border: 2px solid #5E5E5E;
     border-radius: 9px;
     overflow: hidden;
     display: flex;
     align-items: center;
     width: 180px;
 }

 .custom-input-group input {
     border: none;
     padding: 8px 12px;
     outline: none;
     width: 100%;
     font-weight: 600;
 }

 .custom-input-group .unit-label {
     background-color: #D8E1F1;
     padding: 8px 15px;
     color: #495057;
     font-weight: 600;
     min-width: 45px;
     margin-right: 1px;
     border-radius: 5px;
     height: 37px;
     text-align: center;
 }

 /* Toggle Switch Style for Tenure */
 .tenure-toggle-btn {
     background: #f8f9fa;
     border: none;
     padding: 8px 12px;
     font-size: 14px;
     font-weight: 600;
     cursor: pointer;
     transition: all 0.2s;
     border-left: 1px solid var(--border-color);
 }

 .tenure-toggle-btn.active {
     background-color: #dbeafe;
     color: #1e40af;
 }


 .input-label {
     font-weight: 700;
     color: #444;
     font-size: 1.125rem;
 }

 .stat-label {
     color: #5E5E5E;
     font-size: 18px;
     margin-bottom: 0.25rem;
 }

 .stat-value {
     font-weight: 700;
     font-size: 18px;
     color: #444;
 }

 .vertical-divider {
     height: 64px;
     width: 2px;
     border-right: 2px dashed #E5E5E5;
 }

 .btn-apply {
     background-color: var(--brand-purple);
     color: white;
     width: 100%;
     padding: 1rem;
     border-radius: 12px;
     font-weight: 700;
     font-size: 1.125rem;
     border: none;
     transition: all 0.3s;
     box-shadow: 0 4px 14px 0 rgba(178, 57, 179, 0.2);
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .btn-apply:hover {
     opacity: 0.9;
     transform: translateY(-1px);
 }

 .btn-apply i {
     margin-left: 0.75rem;
 }

 .dashed-divider {
     border-top: 2px dashed #E5E5E5;
     margin: 1rem 0;
 }

 /* FAQ Section */
 .faq-section h2 {
     font-weight: 700;
     margin-bottom: 0px;
 }

 .faq-section h2 span {
     color: var(--brand-purple);
 }

 .accordion-item {
     border: 1px solid #eee !important;
     border-radius: 12px !important;
     margin-bottom: 15px;
     overflow: hidden;
 }

 .accordion-button {
     padding: 20px;
     font-size: 21px;
     font-weight: 500;
     color: #444;
     background-color: white !important;
     box-shadow: none !important;
 }

 .accordion-button:not(.collapsed) {
     color: var(--brand-purple);
 }

 .accordion-button::after {
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
     background-size: 1.25rem;
     transition: transform 0.2s ease-in-out;
 }

 .accordion-button:not(.collapsed)::after {
     transform: rotate(0deg);
 }

 /* CTA Banner */
 .cta-banner-ftr {
     background-color: #0C0A28;
     padding: 40px 0;
     color: white;
 }

 .btn-cta-apply {
     background: linear-gradient(90deg, var(--brand-purple), var(--brand-light-purple));
     color: white;
     border: none;
     padding: 15px 30px;
     border-radius: 12px;
     font-weight: 700;
     transition: transform 0.2s;
 }

 .btn-cta-apply:hover {
     transform: translateY(-2px);
     color: white;
 }

 /* Footer */
 footer {
     background-color: #000;
     color: white;
     padding: 40px 0 20px;
     border-top: 1px solid #222;
 }

 footer h5 {
     font-weight: 700;
     margin-bottom: 25px;
     position: relative;
     display: inline-block;
 }

 footer h5::after {
     content: '';
     position: absolute;
     left: 0;
     bottom: -8px;
     width: 100%;
     height: 2px;
     background-color: var(--brand-purple);
 }

 footer ul {
     list-style: none;
     padding: 0;
 }

 footer ul li {
     margin-bottom: 12px;
 }

 footer ul li a {
     color: #E5E5E5;
     text-decoration: none;
     font-size: 16px;
     transition: color 0.2s;
     position: relative;
    &::after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0px;
        width: 0%;
        height: 2px;
        background-image: linear-gradient(270deg, #EF3392, #AE30B2);
        transition: 0.25s;
    }
 }

 footer ul li a:hover {
     color: white;
     &::after {
        width: 100%;
        transition: 0.25s;
    }
 }

 footer address {
     color: #aaa;
     font-size: 0.9rem;
     line-height: 1.6;
 }

 .social-links a {
     color: #aaa;
     font-size: 1.2rem;
     margin-right: 15px;
     transition: color 0.2s;
 }

 .social-links a:hover {
     color: white;
 }

 .copyright {
     border-top: 1px solid #222;
     padding-top: 20px;
     margin-top: 20px;
     color: #5E5E5E;
     font-size: 0.75rem;
 }

 /* CTA Banner Pattern */
 .cta-banner {
     background-color: #2D4A8A;
     background-image: url(../img/eligible-bnr.png);
     background-size: cover;
 }

 /*contact css*/

 /* Contact Section */
 .contact-header h2 {
     color: var(--brand-purple);
     font-weight: 700;
 }

 .contact-header p {
     color: #888;
 }

 .contact-info-card {
     background-color: var(--brand-teal);
     border-radius: 20px;
     color: white;
     padding: 27px;
     height: 100%;
     overflow: hidden;
     min-height: 450px;
     
     position: relative;
 }
 //z-index: 9;

 .contact-info-card h3 {
     font-weight: 700;
     margin-bottom: 20px;
 }

 .contact-info-card p {
     font-size: 0.9rem;
     opacity: 0.9;
     line-height: 1.6;
 }

 .contact-illustration {
     position: absolute;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
     z-index: -1;
 }

 .contact-method {
     display: flex;
     align-items: center;
     gap: 15px;
     margin-top: 30px;
 }

 .contact-method i {
     background: rgba(255, 255, 255, 0.1);
     padding: 10px;
     border-radius: 50%;
 }

 /* Form Styles */
 .contact-form-card {
     background: white;
     border-radius: 20px;
     padding: 40px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
     border: 1px solid #eee;
 }

 .form-floating-custom {
     margin-bottom: 30px;
 }

 .form-label-custom {
     font-size: 0.80rem;
     font-weight: 700;
     color: #888;
     margin-bottom: 5px;
     display: block;
 }

 .form-control-line {
     border: none;
     border-bottom: 1px solid #ccc;
     border-radius: 0;
     padding: 5px 0;
     font-weight: 500;
     box-shadow: none !important;
 }

 .form-control-line:focus {
     border-bottom: 2px solid var(--brand-purple);
 }

 .btn-submit {
     background-color: var(--brand-teal) !important;
     color: white !important;
     padding: 12px 40px;
     border-radius: 8px;
     font-weight: 600;
     border: none;
 }

 /* Business Hours */
 .business-hours-card {
     background: white;
     border-radius: 15px;
     padding: 30px;
     margin-bottom: 60px;
     border: 1px solid #eee;
 }

 .business-hours-card h4 {
     font-weight: 700;
     font-size: 1.1rem;
 }

 .business-hours-card .sub-text {
     color: #999;
     font-size: 0.85rem;
 }

 @media screen and (max-width: 768px) {
     .navbar {
         position: sticky;
         top: 0;
         z-index: 9;
     }

     .navbar-brand img {
         width: 118px;
     }

     .navbar-toggler {
         border: none;
     }

     .sub-heading {
         font-size: 14px;
     }

     .top-stats {
         text-align: left;
     }

     .top-stats {
         .col-md-3 {
             padding: 18px 18px;
             border: 1px solid #ae30b233;
         }
     }

     .navbar-collapse {
         position: fixed;
         top: 122px;
         left: 0;
         background: #222021;
         width: 100%;
         height: calc(100vh - 72px);
         transition: 0.5s;
        transform: translateX(0%);
        visibility: visible;
        opacity: 1;
     }

     .collapse:not(.show) {
         display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition: 0.5s;
}
     .nav-link {
         color: #ffffff !important;
         border-bottom: 1px solid #3B3739;
         margin: 0px 1.5rem;
         padding: 18px 9px;
     }

     .hero h1 {
         font-size: 19px;
     }

     .avatars img {
         width: 25px;
         height: 25px;
         border: 1px solid #000;
         margin-left: -5px;
     }

     .avatars-text {
         font-size: 15px;
     }

     .hero {
         padding: 25px 0 0px 0;
     }

     .top-stats {
         h4 {
             font-size: 14px;
         }

         p {
             margin: 0;
             font-size: 12px;
         }
     }

     .qr-title {
    font-size: 22px;
}
     .custom-input-group{
         width: 150px;
     }
     .result-card {
    box-shadow: 0 0px 18px rgb(0 0 0 / 10%);
    padding: 1.5rem;
     }
     .accordion-button {
    font-size: 15px !important;
     }
     .accordion-collapse.collapse:not(.show){
         display: none;
     }
     .phone-img {
         margin-top: 40px;
         width: 100%;
     }

     .contact-form-card {
         border-radius: 0px;
         padding: 0px;
         box-shadow: none;
         border: none;
     }

     .btn-submit {
         width: 100%;
     }

     .cta-banner-ftr .btn-apply-nav {
         width: 100%;
     }
 }