@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

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

html,
body {
    overflow-x: hidden;
}

.container,
.container-fluid {
    overflow-x: hidden;
}

#header {
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

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

.nav-wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: space-between;
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 13px;
}

.btn-login {
    background-color: #710095;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
}

/* Hide toggle on desktop */
.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1100;
}

.mobile-toggle span {
    width: 25px;
    height: 3px;
    background-color: #333;
    transition: 0.3s;
}

.nav-overlay {
    display: none;
}

.phoneNumberContainer {
    margin-bottom: 25px;
}

.phoneNumberContainer input {
    font-size: 14px;
}

.otpTxtt {
    display: flex;
    justify-content: space-between;
}

.otpTxtt .otp {
    color: #7b8ea2;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

#banner {
    background-color: #ffffff;
    overflow: hidden;
}

.banner_container {
    padding: 50px 0px;
}

.banner-title {
    font-size: 3rem;
    font-weight: 700;
    color: #180020;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.text-highlight {
    color: #ffc33e;
}

.banner-subtitle {
    font-size: 14px;
    color: #180020;
    max-width: 450px;
    margin-bottom: 2.5rem;
}

.cta-input-group {
    display: flex;
    background: #f7f2f9;
    padding: 12px;
    border-radius: 12px;
    max-width: 460px;
    align-items: center;
    border: 1px solid #f7f2f9;
}

.input-wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1;
    padding-left: 15px;
}

.country-code {
    color: #710095;
    font-weight: 800;
    font-size: 14px;
    padding-right: 15px;
    font-family: "Montserrat", sans-serif;
}

.input-wrapper input {
    border: none;
    background: transparent;
    width: 100%;
    outline: none;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.btn-get-started {
    background-color: #710095;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 12px;
    white-space: nowrap;
    transition: 0.3s;
    font-family: "Montserrat", sans-serif;
}

.btn-get-started:hover {
    background-color: #4a148c;
}

.terms-text {
    font-size: 0.75rem;
    color: #888;
    margin-top: 15px;
    line-height: 1.4;
}

.image-composition {
    position: relative;
}

.banner-img-wrapper {
    background-color: #710095;
    border-radius: 30px;
    padding-top: 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.main-hero-img {
    position: relative;
    z-index: 2;
    margin-bottom: -10px;
}

.gold-rate-card {
    position: absolute;
    top: 7%;
    left: -113px;
    background: #ffe9b8;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 30px 30px 0px #0000000d;

    z-index: 10;
    text-align: center;
    min-width: 180px;
}

.rate-label {
    font-size: 14px;
    font-weight: 400;
    margin: 10px;
    color: #180020;
}

.rate-value {
    background-color: #ffd16b;
    font-weight: 700;
    padding: 10px;
    border-radius: 20px;
    font-size: 22px;
    color: #1a0b2e;
    margin: 0;
}

.about-card {
    background-color: #f7f2f9;
    border-radius: 20px;
    padding: 25px;
    margin-top: 50px;
}

.image-container img {
    border-radius: 15px;
    display: block;
}

.text-container {
    padding-left: 25px;
}

.text-container h2 {
    color: #180020;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 0;
}

.text-container p {
    color: #180020;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.loanContainer {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.imagggg {
    align-items: center;
    display: flex;
}

.golddValue,
.monthValue,
.roiValue {
    margin-bottom: 20px;
}

.golddValue span,
.monthValue span,
.roiValue span {
    padding: 8px 20px;
}

.golddValue .range,
.monthValue .range,
.roiValue .range {
    margin-top: -10px;
    padding: 0px;
}

.know-more-btn {
    background-color: #dec2e6;
    color: #710095;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    margin-top: 15px;
}

#about .col-sm-8 {
    display: flex;
    align-items: center;
}

#loan-type,
#loan-calculator {
    padding: 10px;
}

.loan-section {
    padding: 50px 0;
    text-align: center;
}

.header-content h2 {
    color: #180020;
    font-weight: 700;
    font-size: 32px;
}

.header-content p {
    color: #180020;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 50px;
    padding: 0px 100px;
}

.loan-card {
    background-color: #f7f2f9;
    border-radius: 5px;
    overflow: hidden;
    text-align: left;
    height: 100%;
}

.loan-card img {
    width: 100%;

    object-fit: cover;
    padding: 20px;
    border-radius: 5px;
}

.card-body {
    padding: 0 20px 20px 20px;
}

.card-body .title {
    color: #710095;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.card-body .title span {
    color: #edb51c;
}

.card-body p {
    color: #180020;
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.btn-dark {
    background-color: #710095;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    margin-right: 10px;
}

.btn-light {
    background-color: #dec2e6;
    color: #710095;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.choose-section {
    padding: 50px 15px;
}

.feature-card {
    background-color: #f9f5ff;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    height: 100%;
    /* margin-bottom: 20px; */
}

.feature-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.feature-card h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-card p {
    color: #657888;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
}

.contact-section {
    padding: 50px 0;
}

.contact-img {
    max-width: 100%;
    height: auto;
}

.contact-title {
    color: #710095;
    font-weight: bold;
    margin-bottom: 25px;
}

.info-box-full,
.info-box {
    background-color: #f6f2f9;
    border-radius: 12px;
    padding: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.info-box-full img {
    width: 30px;
    margin-right: 10px;
}

.info-box-full p,
.info-box p {
    margin: 0;
    color: #180020;
    font-size: 11px;
    padding: 0;
}

.info-box {
    justify-content: center;
    text-align: center;
}

.info-box strong,
.info-box-full strong {
    color: #000;
}

/* MTL Code */
.info-box strong a,
.info-box-full strong a {
    text-decoration: none;
    color: #000;
}

.footer_container {
    background-color: #180020;
}

.main-footer {
    color: #ffffff;
    padding: 60px 0 20px 0;
    font-size: 13px;
}

.footerBtm {
    padding: 12px;
    background-color: #0a000d;
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.footer-logo {
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    height: 85px;
    margin-bottom: 20px;
}

.footer-about {
    line-height: 1.2;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    width: 250px;
}

.main-footer h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-disclaimer p {
    border-top: 1px solid #632776;
    border-bottom: 1px solid #632776;
    padding: 20px 0;
    margin-top: 20px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}

.cin-text {
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.copyright-text {
    color: #888;
    margin-top: 30px;
    font-size: 11px;
}

.login-container {
    height: 100vh;
    /* padding: 25px; */
}

.signInTxt {
    color: #5d4d64;
    font-size: 26px;
    font-weight: 600;
}

.signInDesc {
    color: #5d4d64;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
}

.phoneContainer label {
    color: #7b8ea2;
    font-size: 12px;
    font-weight: 500;
}

.phoneContainer input {
    font-size: 12px;
}

.login-box {
    min-height: 85vh;
    max-width: 400px;
    width: 100%;
    padding: 30px 40px 15px 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    box-sizing: border-box;
}

.hero-image-wrapper {
    text-align: end;
}

.hero-image-wrapper img {
    height: 100vh;
    padding: 20px;
}

.btn-purple-login {
    background-color: #802bb1;
    color: white;
    border: none;
    font-weight: 600;
    transition: 0.3s;
    margin-top: 20px;
}

.btn-purple-login:hover {
    background-color: #66228e;
    color: white;
}

.text-purple {
    color: #802bb1;
}

.need_help_txt p {
    color: #836d8d;
    font-size: 14px;
    margin-bottom: 5px !important;
}

.form-control {
    padding: 10px;
    border-color: #ddd;
}

.input-group-text {
    font-size: 12px;
    color: #710096;
    border-color: #ddd;
}

.terms-text {
    font-size: 11px;
    color: #777;
    line-height: 1.4;
}

.terms-text a {
    color: #710095;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
}

.calculator-section {
    padding: 50px 15px;
}
.bg-purple {
    background-color: #701a91;
    border-radius: 20px 0 0 20px;
}
.bg-light-gray {
    background-color: #f8f4fb;
    border-radius: 20px;
}
.calc-wrapper {
    background-color: #701a91;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.calulation_data {
    flex: 3;
}

.graphData {
    flex: 2;
    display: flex;
    align-items: center;
    padding: 50px;
    gap: 25px;
}

.detailsss .text {
    color: #7b8ea2;
    font-size: 12px;
    font-weight: 500;
}

.detailsss .text strong {
    color: #2d3549;
    font-size: 16px;
    font-weight: 600;
}

.calculator_contaner {
    display: flex;
    gap: 40px;
    padding: 25px;
}

#loan-calculator .header_text {
    padding: 25px 25px 0px 25px;
    display: flex;
    justify-content: space-between;
}

.title-dark {
    color: #180020;
    font-weight: 700;
    font-size: 32px;
}

.custom-slider {
    --fill: 0%;
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
}

/* ================= CHROME / EDGE / SAFARI ================= */

.custom-slider::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 10px;
    background: linear-gradient(to right,
            #ffcc00 0%,
            #ffcc00 var(--fill),
            #aa38cf var(--fill),
            #aa38cf 100%);
}

.custom-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    margin-top: -6px;
    background: #ffffff;
    border: 2px solid #ffcc00;
    border-radius: 50%;
    cursor: pointer;
}

/* ================= FIREFOX ================= */

.custom-slider::-moz-range-track {
    height: 6px;
    border-radius: 10px;
    background: #aa38cf;
}

.custom-slider::-moz-range-progress {
    height: 6px;
    border-radius: 10px;
    background: #ffcc00;
}

.custom-slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 2px solid #ffcc00;
    border-radius: 50%;
    cursor: pointer;
}

/* remove blue focus outline in Firefox */
.custom-slider::-moz-focus-outer {
    border: 0;
}

.gold_txt {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

.gold_desc {
    display: flex;
    gap: 20px;
}

.gold_desc button {
    background-color: #ffffff;
    border: none;
    color: #710095;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
    padding: 0px 4px;
    width: 300px;
    height: 40px;
    border-radius: 8px;
}

.result-circle {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 12px solid #701a91;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    text-align: center;
}

.disclaimer_text {
    color: #cc99dd;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.chart-container {
    position: relative;
    width: 200px;
    height: 200px;
}

.chart-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.principal {
    background-color: #701a91;
}
.interest {
    background-color: #ffcc00;
}

#donut-segment {
    transition: stroke-dasharray 0.3s ease;
}
.footer_content {
    display: flex;
    gap: 20px;
}

#statusModal .modal-content {
    border-radius: 16px;
    border: none;
    padding: 10px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

#statusModal .headerContainer {
    display: flex;
    justify-content: space-between;
}

#statusModal .loan-modal-title {
    color: #011d33;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

#statusModal .loan-modal-subtitle {
    color: #011d33;
    font-size: 14px;
    font-size: 400;
    margin-bottom: 25px;
}

#statusModal .loan-label {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #9fb1c3;
    margin-bottom: 6px;
}

#statusModal .loan-input,
#statusModal .loan-input-group {
    border: 1px solid #e8eef4 !important;
    border-radius: 8px !important;
    color: #011d33;
    font-size: 14px;
    background-color: #fff;
}

#statusModal .form-control,
#statusModal .form-select {
    border: 1px solid #e8eef4 !important;
    padding: 12px;
    font-size: 14px;
    color: #011d33;
    box-shadow: none !important;
}

#statusModal .input-group-text {
    background-color: transparent;
    border: none;
    color: #7a1b9a;
    font-weight: 600;
    padding-right: 5px;
}

#statusModal .loan-input-group .form-control {
    border: none !important;
}

#statusModal .btn-connect-now {
    width: 100%;
    background-color: #7a1b9a;
    color: white;
    padding: 11px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 25px;
    border: none;
    transition: 0.2s ease-in-out;
}

#statusModal .btn-connect-now:hover {
    background-color: #5e1476;
    transform: translateY(-1px);
}

#statusModal .loan-modal-close {
    background: #ff7e7e;
    color: white;
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    z-index: 100;
}

#statusModal .loan-disclaimer {
    margin-top: 25px;
    font-size: 12px;
    color: #888;
    line-height: 1.6;
}

#statusModal .loan-disclaimer a {
    color: #7a1b9a;
    text-decoration: none;
    font-weight: bold;
}

#thankYou .thank_you_container {
    background-color: #165e2e;
    text-align: center;
}

#thankYou .thanksTxt {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding-top: 25px;
    margin-bottom: 10px;
}

#thankYou .thanksDesc {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 90px;
    margin-bottom: 30px;
}

.mobile_hide {
    display: block;
}

/* --- Mobile Styles (< 768px) --- */
@media (max-width: 767px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .mobile-toggle {
        display: flex;
    }

    .mobile_hide {
        display: none;
    }

    .need_help_txt p {
        text-align: left;
    }

    .login-container .col-sm-5 {
        flex: 0 0 auto;
        width: 100%;
    }

    .loanContainer {
        display: block !important;
    }

    .footer-disclaimer p,
    .cin-text {
        font-size: 11px !important;
    }

    .imagggg {
        display: block !important;
        text-align: center !important;
        margin-top: 10px;
    }

    .imagggg img {
        transform: rotate(90deg);
    }

    .detailsss {
        display: none;
    }

    #banner .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .banner_container {
        padding: 15px !important;
    }

    .gold-rate-card {
        display: none;
    }

    .banner-title {
        font-size: 26px !important;
    }

    .banner-subtitle {
        font-size: 12px !important;
        text-align: left !important;
    }

    .input-wrapper {
        padding-left: 0px !important;
    }

    .terms-text {
        font-size: 10px !important;
        text-align: left;
    }

    .input-wrapper input {
        font-size: 10px !important;
    }

    .country-code {
        font-size: 12px !important;
        padding: 0px 8px !important;
    }

    .btn-get-started {
        padding: 8px 12px !important;
        font-size: 11px !important;
    }

    .text-container h2,
    .header-content h2 {
        font-size: 18px !important;
        margin-bottom: 0px !important;
    }

    .text-container p,
    .header-content p {
        font-size: 12px !important;
        line-height: 1.3 !important;
        text-align: justify;
        padding: 0px;
    }

    .card-body p {
        text-align: justify !important;
        margin-bottom: 15px !important;
    }

    .choose-section .col-sm {
        margin-bottom: 15px;
    }

    .know-more-btn,
    .btn-dark,
    .btn-light {
        font-size: 12px !important;
    }

    .footer_content {
        display: block !important;
        text-align: center !important;
    }

    .footer-about {
        font-size: 10px !important;
        width: 100% !important;
        line-height: 1.4 !important;
    }

    .button-group {
        display: flex;
        gap: 15px;
    }

    .nav-wrapper {
        position: fixed;
        top: 0;
        right: -100%;
        width: 235px;
        height: 110vh;
        background: #fff;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 80px 30px;
        transition: right 0.4s ease-in-out;
        z-index: 1050;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    }

    .nav-links {
        flex-direction: column;
        margin: 0 0 30px 0;
        gap: 10px;
    }

    .nav-links a {
        font-size: 14px;
    }

    .btn-login {
        padding: 6px 10px;
        font-size: 13px;
        font-weight: 600;
    }

    #menu-toggle:checked~.nav-wrapper {
        right: 0;
    }

    #menu-toggle:checked+.mobile-toggle span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    #menu-toggle:checked+.mobile-toggle span:nth-child(2) {
        opacity: 0;
    }

    #menu-toggle:checked+.mobile-toggle span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    #menu-toggle:checked~.nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1040;
    }

    .gold_desc {
        display: block;
    }

    .gold_desc button {
        background-color: #ffd475;
        width: 100%;
    }

    .footerBtm {
        font-size: 10px !important;
    }
}

/* Tablet only: divide into 3 equal columns */
@media (min-width: 576px) and (max-width: 767px) {
    .col-sm-2 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (max-width: 576px) {

    .bg-purple,
    .bg-light-gray {
        border-radius: 20px;
    }

    .login-box {
        padding: 0px !important;
    }

    .chart-container,
    .graphData {
        display: none;
    }

    .loan-section {
        padding: 20px 0px !important;
    }

    .header-content p {
        margin-bottom: 15px !important;
    }

    .loan-card img {
        padding: 12px !important;
    }

    .card-body .title {
        font-size: 18px !important;
    }

    .card-body {
        padding: 0px 12px 12px 12px;
    }

    .col-sm-2 {
        width: 50%;
    }

    .calculator-section {
        padding: 0px 15px !important;
    }

    .choose-section {
        padding: 20px 15px !important;
    }

    .feature-card {
        padding: 10px 45px !important;
    }

    .feature-card img {
        width: 40px !important;
        height: 40px !important;
        margin-bottom: 10px !important;
    }

    .feature-card h4 {
        font-size: 14px !important;
        margin-bottom: 3px !important;
    }

    .feature-card p {
        font-size: 11px !important;
    }

    .contact-section {
        padding: 20px 0px !important;
    }

    .text-container {
        padding-left: 0;
        margin-top: 20px;
        text-align: center;
    }

    .col-sm-6 {
        margin-bottom: 20px;
    }

    .about-card {
        margin-top: 0px !important;
    }

    .contact-title {
        text-align: center;
        margin-top: 20px;
    }

    .info-box-full {
        flex-direction: column;
        text-align: center;
        margin: 10px;
    }

    .info-box-full img {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .cta-input-group {
        flex-direction: column;
        background: transparent;
        border: none;
        padding: 0;
    }

    .input-wrapper {
        background: #f3f0f7;
        width: 100%;
        padding: 15px;
        border-radius: 12px;
        margin-bottom: 10px;
    }

    .btn-get-started {
        width: 100%;
    }

    .loan_desc {
        padding: 0px 15px !important;
    }
}
@media (max-width: 991px) {
    .banner-title {
        font-size: 2.5rem;
        text-align: center;
    }

    .banner-subtitle,
    .terms-text {
        margin-left: auto;
        margin-right: auto;
    }

    .cta-input-group {
        margin: 0 auto;
    }

    .gold-rate-card {
        left: 20px;
        top: 0;
    }
}
