:root {
      --bg: #f5f6fa;
      --surface: #ffffff;
      --surface2: #f0f2f8;
      --border: rgba(0,0,0,0.1);
      --border2: rgba(0,0,0,0.18);
      --text: #1a1a2e;
      --text2: #5a5f7d;
      --text3: #9297b0;
      --blue: #e67e22;
      --blue-light: #e8f0fd;
      --orange: #e67e22;
      --orange-light: #fdf3e7;
      --green: #0f9d58;
      --radius: 12px;
      --radius-sm: 8px;
      --shadow: 0 2px 12px rgba(0,0,0,0.06);
      --shadow-lg: 0 8px 32px rgba(0,0,0,0.1);
}

.Loans_main_page {
    padding: 85px 0 0px 0;
}
.car-insurance-inner {
    background: #97c75a;
    position: relative;
    margin-top: 260px;
    height: 270px;
}
.Loans_main_page .car-insurance-inner .stying-div-inner:before {
    content: "";
    position: absolute;
    bottom: 98%;
    left: 0px;
    background: url(../../assets/images/vollyball.gif) no-repeat;
    width: 296px;
    height: 113px;
    z-index: 1;
}
.Loans_main_page .text-inner {
    width: 50%;
    margin-top: 30px;
    position: relative;
}
.Loans_main_page .text-inner .loan-name-inner {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}
.Loans_main_page .text-inner p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
}
.Loans_main_page .text-inner .page-link {
    background: #1c1c1c;
    color: #fff;
    font-size: 13px;
    padding: 12px 35px;
    float: left;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.Loans_main_page .car-insurance-inner .family-inner {
    float: right;
    position: relative;
    top: -188px;
    height: 250px;
    right: 30px;
}
.Loans_main_page .car-insurance-inner .stying-div-inner:after {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 40%;
    background: url(../../assets/images/home-loan-house.gif) no-repeat;
    width: 468px;
    height: 259px;
}
.Loans_main_page .car-insurance-inner:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0px;
    background: url(../../assets/images/home-loan-back-building.png) repeat-x;
    width: 100%;
    height: 192px;
}
.Loans_main_page .stying-div-inner {
    position: relative;
    padding: 5px 0 0 0;
}

/* =========================================================
   PRIVACY POLICY  (privacy.php)
   ========================================================= */
.privacy-hero {
    background: #e3e85a;
    margin: 90px 0 0 0;
    text-align: center;
    padding: 25px 0 0 0;
}
.privacy-hero h1 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px 0;
}
.privacy-hero p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 14px;
    color: #444231;
    line-height: 22px;
}
.pp-skyline-wrap {
    margin: 22px 0 0 0;
    line-height: 0;
    font-size: 0;
}
.pp-skyline {
    width: 300px;
    max-width: 90%;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
}

.privacy-note {
    background: #e3e3e3;
    padding: 30px 0 42px;
    position: relative;
}
.privacy-note .container { position: relative; }
.pp-note-text { max-width: 800px; }
.pp-note-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}
.pp-note-text p {
    font-size: 14px;
    color: #3c4a5a;
    line-height: 22px;
    margin: 0;
}
.pp-note-img {
    position: absolute;
    right: 12px;
    top: -55px;
    z-index: 2;
}
.pp-note-img img { width: auto; }

.privacy-content {
    background: #fff;
    padding: 45px 0 60px;
}
.privacy-content h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 24px 0 8px 0;
}
.privacy-content h4:first-child { margin-top: 0; }
.privacy-content p {
    font-size: 14px;
    color: #696969;
    line-height: 23px;
    margin: 0 0 10px 0;
}
.privacy-content a { color: #955b4d; text-decoration: underline; }
.privacy-content .pp-inline-head {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 15px;
    margin: 14px 0 8px 0;
}
.privacy-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
}
.privacy-content ul li {
    font-size: 14px;
    color: #696969;
    line-height: 23px;
    margin: 0 0 8px 0;
}

/* privacy responsive */
@media (max-width: 767px) {
    .privacy-hero { padding: 85px 0 0 0; }
    .privacy-hero h1 { font-size: 22px; }
    .pp-note-img {
        position: static;
        text-align: center;
        margin: 20px 0 0 0;
    }
    .pp-note-img img { width: 150px; }
}

/* =========================================================
   CONTACT US  (contact-us.php)
   ========================================================= */
.contact-banner {
    background: #e6e6e6;
    margin: 90px 0 0 0;
    text-align: center;
}
.contact-banner img {
    width: 100%;
    max-width: 1349px;
    display: block;
    margin: 0 auto;
}

.contact-section {
    padding: 45px 0 60px;
    background: #ffffff;
}
.contact-quote {
    text-align: center;
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    font-size: 24px;
    color: #3a3a3a;
    margin: 0 0 45px 0;
}

/* ── left: contact details ── */
.cf-left { padding: 10px 0; }
.cf-phone-img { margin: 0 0 14px 0; }
.cf-phone-img img { width: 128px; }
.cf-feel {
    font-family: 'Kalam', 'Comic Sans MS', cursive;
    font-weight: 700;
    font-style: italic;
    color: #d81f1f;
    font-size: 26px;
    margin: 0 0 20px 0;
}
.cf-info { list-style: none; padding: 0; margin: 0; }
.cf-info li {
    font-size: 14px;
    color: #4a4a4a;
    margin: 0 0 14px 0;
    line-height: 21px;
}
.cf-info li i { color: #d81f1f; margin-right: 6px; }
.cf-info li a { color: #4a4a4a; }
.cf-info .cf-call strong { color: #222; }
.cf-info .cf-sub { display: block; font-weight: 600; color: #333; margin-left: 74px; }
.cf-timing table { border-collapse: collapse; }
.cf-timing td {
    font-size: 13px;
    color: #4a6b8a;
    padding: 1px 14px 1px 0;
    vertical-align: top;
}
.cf-timing td:first-child { color: #555; white-space: nowrap; }

/* ── center: megaphone ── */
.cf-mega { text-align: center; }
.cf-mega img {
    max-width: 100%;
    width: 270px;
    margin: 0 0 0 25px;
}

/* ── right: form card ── */
.contact-form-card {
    position: relative;
    max-width: 450px;
    margin: 55px 0 0 auto;
}
.cf-peek {
    position: absolute;
    top: -72px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    line-height: 0;
}
.cf-peek img { width: 150px; }
.cf-strip {
    height: 6px;
    background: linear-gradient(90deg,
        #c9a94e 0 20%,
        #e64b4b 20% 38%,
        #e86ea6 38% 55%,
        #9b6fd0 55% 73%,
        #3fbf8f 73% 100%);
}
.cf-body {
    background: #ececec;
    padding: 40px 22px 22px;
    border: 1px solid #dcdcdc;
    border-top: 0;
}
.cf-row2 { display: flex; gap: 12px; margin: 0 0 12px 0; }
.cf-field { position: relative; flex: 1; }
.cf-full { margin: 0 0 12px 0; }
.cf-field input,
.cf-field textarea {
    width: 100%;
    border: 1px solid #d6d6d6;
    background: #fff;
    padding: 12px 44px 12px 12px;
    font-size: 14px;
    border-radius: 2px;
    outline: none;
    color: #333;
}
.cf-field textarea {
    height: 92px;
    resize: vertical;
    padding-right: 12px;
    font-family: inherit;
}
.cf-field input:focus,
.cf-field textarea:focus { border-color: #b0b0b0; }
.cf-ic {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bdbdbd;
    color: #fff;
    font-size: 15px;
}
.cf-captcha-label {
    font-weight: 700;
    font-size: 14px;
    color: #222;
    margin: 4px 0 8px 0;
}
.cf-captcha-q {
    background: #fff;
    border: 1px solid #d6d6d6;
    padding: 12px;
    font-size: 15px;
    color: #333;
    margin: 0 0 12px 0;
    border-radius: 2px;
}
.cf-submit-wrap { text-align: right; margin-top: 6px; }
.cf-submit {
    background: #e40000;
    color: #fff;
    border: 0;
    padding: 9px 24px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 2px;
    transition: background .15s;
}
.cf-submit:hover { background: #c40000; }

/* ── contact responsive ── */
@media (max-width: 991px) {
    .contact-form-card { margin: 55px auto 0; }
    .cf-mega { margin: 25px 0; }
}
@media (max-width: 767px) {
    .contact-banner { padding: 75px 0 0 0; }
    .contact-quote { font-size: 18px; margin-bottom: 30px; }
    .cf-left { text-align: center; }
    .cf-info li { text-align: left; }
    .cf-timing { display: inline-block; text-align: left; }
}

/* =========================================================
   ABOUT US  (about-us.php)
   ========================================================= */
.about-hero {
    background: #2db7e8;
    position: relative;
    padding: 35px 0 100px;
    text-align: center;
    overflow: hidden;
    margin: 90px 0 0 0;
}
/* drifting sky clouds (moving background image) */
.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: url(../images/bg.jpg) repeat-x bottom;
    background-size: inherit;
    animation: aboutCloudsDrift 90s linear infinite;
}
@keyframes aboutCloudsDrift {
    from { background-position-x: 0; }
    to   { background-position-x: -2698px; }
}
.about-hero .container { position: relative; z-index: 2; }
/* image already carries its own cloud band, hide the drawn one */
.about-clouds { display: none; }
.about-hero-text h1 {
    font-family: 'Kalam';
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 5px 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .08);
}
.about-hero-text p {
    color: #f0fbff;
    font-size: 16px;
    margin: 0;
    font-family: 'Kalam';
}
.about-hero-guy {
    margin: 30px auto 0;
    position: relative;
    z-index: 2;
}
.about-hero-guy img {
    width: 180px;
    margin: -35px 0 0 0;
}

/* fluffy white cloud band along the bottom of the sky */
.about-clouds {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: #ffffff;
    z-index: 1;
}
.about-clouds::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 68px;
    width: 100%;
    height: 80px;
    background-image: radial-gradient(circle at 50% 100%, #fff 36px, rgba(255,255,255,0) 38px);
    background-size: 128px 80px;
    background-repeat: repeat-x;
    background-position: left bottom;
}
.about-clouds::after {
    content: "";
    position: absolute;
    left: -5px;
    bottom: 80px;
    width: 100%;
    height: 98px;
    background-image: radial-gradient(circle at 50% 100%, #fff 59px, rgba(255, 255, 255, 0) 59px);
    background-size: 105px 105px;
    background-repeat: repeat-x;
    background-position: left bottom;
}

/* intro block + red "About us" button */
.about-intro {
    background: #ffffff;
    text-align: center;
    padding: 20px 0 50px;
}
.about-btn-wrap { margin: -60px 0 24px 0; position: relative; z-index: 3; }
.about-btn {
    display: inline-block;
    background: #e7720b;
    color: #fff;
    font-family: 'Kalam', 'Comic Sans MS', cursive;
    font-size: 22px;
    font-weight: 500;
    padding: 8px 36px;
    border-radius: 14px 10px 16px 12px;
}
.about-intro p {
    max-width: 1120px;
    margin: 0 auto;
    color: #676767;
    font-size: 13px;
    line-height: 24px;
}

/* Mayaa Overview - navy band */
.about-overview {
    background: #33415d;
    padding: 60px 0;
}
.about-overview-img { text-align: center; }
.about-overview-img img { max-width: 465px; width: 100%; }
.about-overview h2 {
    font-family: 'Kalam', 'Comic Sans MS', cursive;
    color: #e2ecff;
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.about-overview p {
    color: #c9d1e2;
    font-size: 13px;
    line-height: 24px;
    margin: 0 0 10px 0;
}
.about-overview p:last-child { margin-bottom: 0; }

/* Customer Overview / Products & Services columns */
.about-cols {
    background-color: #f7f8fa;
    background-image: radial-gradient(rgba(60,70,110,.10) 1.2px, transparent 1.4px);
    background-size: 24px 24px;
    padding: 60px 0;
}
.about-col {
    text-align: center;
    padding: 20px 15px;
}
.about-col-icon { margin: 0 0 12px 0; }
.about-col-icon img { width: 150px; height: auto; }
.about-col h3 {
    font-family: 'Kalam', 'Comic Sans MS', cursive;
    color: #2b3a55;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 12px 0;
}
.about-col p {
    color: #8b909b;
    font-size: 14px;
    line-height: 24px;
    max-width: 430px;
    margin: 0 auto;
}

/* About Us responsive */
@media (max-width: 767px) {
    .about-hero { padding: 100px 0 150px; }
    .about-hero-text h1 { font-size: 24px; }
    .about-hero-text p { font-size: 14px; }
    .about-hero-guy img { width: 120px; }
    .about-overview-img { margin: 0 0 26px 0; }
    .about-overview h2 { font-size: 28px; text-align: center; }
    .about-overview p { text-align: center; }
    .about-col { margin-bottom: 20px; }
}

/* =========================================================
   LOAN AGAINST PROPERTY - HERO BANNER  (loan-against-property.php)
   ========================================================= */
.loan_against_main {
    padding: 85px 0 0 0;
}
.propertyp_insurance {
    background: #4ca0e6;
    position: relative;
    margin-top: 235px;
}
/* faint city skyline sitting just above the blue band */
.propertyp_insurance:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 187px;
    background: url(../images/loan-property-bg.png) repeat-x bottom center;
    z-index: 0;
}
.against_property {
    position: relative;
    min-height: 272px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 0;
}

/* ── decorative illustrations (overflow above the band) ── */
.against_property .lap-house,
.against_property .lap-office,
.against_property .lap-factory {
    position: absolute;
    display: block;
    line-height: 0;
}
.against_property .lap-house {
    left: 0;
    bottom: 100%;
    margin-bottom: -60px;
    z-index: 2;
}
.against_property .lap-house img { width: 300px; }

.against_property .lap-office {
    left: 39%;
    transform: translateX(-35%);
    bottom: 46px;
    z-index: 3;
}
.against_property .lap-office img { height: 400px; }

.against_property .lap-factory {
    right: 0;
    bottom: 100%;
    margin-bottom: 0px;
    z-index: 2;
}
.against_property .lap-factory img { width: 360px; }

/* ── left cursive text image ── */
.lap-left-text {
    width: 33%;
    position: relative;
    z-index: 2;
    margin: -60px 0 0 0;
}
.lap-left-text img {
    width: 275px;
    max-width: 100%;
}

/* ── right heading / description / button ── */
.text_right_property {
    width: 51%;
    position: relative;
    z-index: 2;
}
.text_right_property .loan_name_property {
    font-size: 24px;
    text-transform: uppercase;
    color: #121212;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 5px 0 12px 0;
}
.text_right_property p {
    font-size: 13px;
    line-height: 21px;
    color: #121212;
    margin: 0 0 0px 0;
}
.text_right_property .page-link {
    background: #1c1c1c;
    color: #fff;
    font-size: 13px;
    padding: 12px 35px;
    display: inline-block;
    border-radius: 5px;
    transition: background .2s;
    margin-bottom: 0;
}
.text_right_property .page-link:hover { background: #000; }

/* ── responsive ── */
@media (max-width: 991px) {
    .propertyp_insurance { margin-top: 170px; }
    .against_property .lap-house img { width: 200px; }
    .against_property .lap-factory img { width: 240px; }
    .against_property .lap-office img { height: 300px; }
    .against_property .lap-office { left: 50%; }
    .lap-left-text { display: none; }
    .text_right_property { width: 58%; margin-left: auto; }
}
@media (max-width: 600px) {
    .loan_against_main { padding: 70px 0 0 0; }
    .propertyp_insurance { margin-top: 120px; }
    .against_property { min-height: auto; padding: 20px 0; }
    .against_property .lap-house,
    .against_property .lap-factory { display: none; }
    .against_property .lap-office {
        left: auto;
        right: 0;
        transform: none;
        bottom: 100%;
        margin-bottom: -20px;
    }
    .against_property .lap-office img { height: 190px; }
    .text_right_property { width: 100%; }
    .text_right_property .loan_name_property { font-size: 22px; }
}

/* =========================================================
   BALANCE TRANSFER - HERO BANNER  (balance-transfer.php)
   ========================================================= */
.balance_transfer_main {
    padding: 20px 0 0 0;
    background: url(../images/balance-bg.png) left top no-repeat;
    margin: 65px 0 0 0;
}
.transfer_insurance_row {
    background: #f8c500;
    position: relative;
    margin-top: 250px;
}
.balance_stying_div {
    position: relative;
    min-height: 260px;
    padding: 34px 0 46px;
}

/* decorative illustrations overflowing above the yellow band */
.balance_stying_div .bt-bag,
.balance_stying_div .bt-register,
.balance_stying_div .bt-fly {
    position: absolute;
    bottom: 100%;
    line-height: 0;
    z-index: 2;
}
.balance_stying_div .bt-bag {
    left: 10px;
    margin-bottom: -20px;
}
.balance_stying_div .bt-bag img { width: 260px; }

.balance_stying_div .bt-register {
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -6px;
}
.balance_stying_div .bt-register img { width: 260px; }

.balance_stying_div .bt-fly {
    right: 0;
    margin-bottom: -32px;
}
.balance_stying_div .bt-fly img { width: 400px; }

/* left text block */
.text_insurance_left {
    position: relative;
    z-index: 2;
    width: 55%;
}
.text_insurance_left .loan_name_insurance {
    font-size: 25px;
    text-transform: uppercase;
    color: #030303;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 14px 0;
}
.text_insurance_left p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin: 0 0 0px 0;
    max-width: 615px;
}
.text_insurance_left .page-link {
    background: #1c1c1c;
    color: #fff;
    font-size: 13px;
    padding: 12px 35px;
    display: inline-block;
    border-radius: 5px;
    transition: background .2s;
        margin-bottom: 0;
}
.text_insurance_left .page-link:hover { background: #000; }

/* balance transfer hero responsive */
@media (max-width: 991px) {
    .transfer_insurance_row { margin-top: 180px; }
    .balance_stying_div .bt-bag img { width: 150px; }
    .balance_stying_div .bt-register img { width: 130px; }
    .balance_stying_div .bt-fly img { width: 220px; }
    .text_insurance_left { width: 100%; }
}
@media (max-width: 600px) {
    .balance_transfer_main { padding: 70px 0 0 0; }
    .transfer_insurance_row { margin-top: 120px; }
    .balance_stying_div { min-height: auto; padding: 22px 0 30px; }
    .balance_stying_div .bt-register { display: none; }
    .balance_stying_div .bt-bag { left: 0; }
    .balance_stying_div .bt-bag img { width: 110px; }
    .balance_stying_div .bt-fly img { width: 150px; }
    .text_insurance_left .loan_name_insurance { font-size: 22px; }
}

/* =========================================================
   BANK-LISTING PAGES - MOBILE  (home-loan / loan-against-property /
   balance-transfer bank comparison tabs, cards & tables)
   ========================================================= */
@media (max-width: 767px) {
    /* bank tabs: scroll horizontally instead of overflowing / cutting off */
    .banks_tabs { overflow: hidden; }
    .custom-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding-bottom: 5px;
        margin-bottom: 6px;
    }
    .custom-tabs::-webkit-scrollbar { display: none; }
    .custom-tabs .tab-link,
    .custom-tabs .tab-link2 {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 11px 16px;
        font-size: 13px;
        margin-right: 8px;
    }

    .bankpriv_tittle { font-size: 16px; margin-bottom: 15px; }

    /* bank card header: stack the bank name and Apply button */
    .bank_header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 12px 12px;
    }
    .bank_header h4 {
        font-size: 15px;
        line-height: 21px;
        margin: 0;
    }
    .bank_header h4 img { max-width: 34px; }
    .apply_btn_loan { margin: 0; padding: 9px 28px; }

    /* comparison table: swipe horizontally so no column is truncated */
    .bankDetails_footer {
        padding: 14px 12px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .bankDetails_footer .table { min-width: 540px; margin: 0; }
    .bankDetails_footer .table .interest_rate,
    .bankDetails_footer .table .amount_rate { font-size: 13px; }
    .amount_rate ul li { font-size: 13px; }

    .interestRateNew { margin-bottom: 18px; }
}

.our_products ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}
.our_products ul li {
    font-size: 13px;
    display: inline-block;
    color: #333;
    margin: 0 5px 0 0;
}
.our_products ul li a {
    font-size: 13px;
    display: inline-block;
    color: #777;
}
.our_products h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #000;
}
.our_products p {
    font-size: 14px;
    margin: 0 0 0 0;
    color: #333;
}

.tabSection_main {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin: 0 0 25px 0;
	padding: 10px 20px;
}


.loan_types {
  background: #fff;
  z-index: 100;
  transition: box-shadow 0.2s;
}
.tabSection_main.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    z-index: 1;
    background: #fff;
}
.loan_types ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.loan_types ul li {
  margin-right: 20px;
}
.loan_types ul li a {
    text-decoration: none;
    color: #333;
    padding: 12px 20px;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
    font-size: 15px;
}
.loan_types ul li a.active {
  background: #222222;
  color: #fff;
}


.banks_details_main {
    padding: 40px 0;
}
.custom-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.custom-tabs .tab-link {
    padding: 15px 24px;
    cursor: pointer;
    border: 1px solid #cdcdcd;
    margin-right: 10px;
    transition: background 0.2s;
    border-radius: 6px;
    font-size: 15px;
    display: block;
    line-height: 15px;
}
.custom-tabs .tab-link.active {
    background: #e7720b;
    border: 1px solid #c75d00;
    color: #ffffff;
    font-weight: bold;
}
.banks_tabs .tab-pane {
  display: none;
  background: #fff;
  padding: 25px 0 20px;
}
.tab-pane.active {
  display: block;
}

/** SECOND TABS **/

.custom-tabs .tab-link2 {
    padding: 15px 24px;
    cursor: pointer;
    border: 1px solid #cdcdcd;
    margin-right: 10px;
    transition: background 0.2s;
    border-radius: 6px;
    font-size: 15px;
    display: block;
    line-height: 15px;
}
.custom-tabs .tab-link2.active {
    background: #e7720b;
    border: 1px solid #c75d00;
    color: #ffffff;
    font-weight: bold;
}
.banks_tabs .tab-pane2 {
  display: none;
  background: #fff;
  padding: 25px 0 20px;
}
.tab-pane2.active {
  display: block;
}

.private_bank{}
.bankpriv_tittle {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px 0;
    color: #333;
}

.interestRateNew {
    border: solid 1px #ddd;
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
}
.bank_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 10px 0px;
    border-bottom: solid 1px #ddd;
    background: #edf2fa;
}
.bank_header h4 {
    font-size: 18px;
    margin: 0 0 0 0px;
    color: #333;
    font-weight: 500;
    border-left: solid 4px #e7720b;
    padding: 0 0 0 15px;
}
.bank_header h4 img{
    margin: 0 5px 0 0px;
}

.apply_btn_loan {
    border: solid 1px #e7720b;
    background: transparent;
    font-size: 15px;
    display: block;
    padding: 12px 34px 12px 35px;
    line-height: 15px;
    margin: 0 15px 0 0;
    border-radius: 4px;
    color: #e7720b;
    font-weight: 500;
}
.apply_btn_loan:hover{ background: #e7720b; color:#fff; border:solid 1px #e7720b;}

.bankDetails_footer {
    padding: 22px 15px;
}
.bankDetails_footer .table {
    border-color: snow;
    margin: 0;
}
.bankDetails_footer .table .interest_rate {
    font-size: 14px;
    font-weight: 400;
    color: #777;
    padding: 0px 10px 0px 10px;
}
.bankDetails_footer .table .amount_rate{
	font-size: 14px;
    font-weight: 400;
    color: #333;
    padding: 0px 10px 0px 10px;
}

.table_one{ width:15%;}
.table_two{ width:15%;}
.table_three{ width:30%;}

.amount_rate ul li {
    position: relative;
    font-size: 14px;
    padding: 0 0 0 14px;
}
.amount_rate ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #e86900;
    border-radius: 4px;
    left: 2px;
    top: 8px;
}

/** LOGIN SCREEN **/

.login_main {
    background: #f2f2f2;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	display: flex;
    align-items: center;
}

.login_row_main {
    width: 75%;
    background: #fff;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
	box-shadow: #cccccc38 0 0px 2px 2px;
    border-radius: 15px;
}

.left_login {
    padding: 20px 0 20px 0;
    width: 50%;
    text-align: center;
}
.left_login p {
    font-size: 18px;
    margin: 0 0 0 0;
    color: #333;
}
.left_login p span {
    font-weight: 600;
    color: #fc6603;
}
.left_login h4 {
    font-size: 26px;
    font-weight: 400;
    margin: 22px 0 0 0;
}
.left_login h4 strong {
    display: block;
}
.side_images { width:80%;}

.number_login {
    width: 50%;
    margin: 0px 0;
    padding: 40px 50px;
    border-left: solid 1px #f3f3f3;
}
.number_login img {
    width: 200px;
    margin: 0 auto 30px auto;
    display: block;
}
.number_login h6 {
    margin: 0 0 30px 0;
    text-align: center;
    color: #000;
    font-size: 18px;
}
.number_login h6 strong {
    display: block;
    margin: 2px 0 0 0;
}
.number_login p {
    font-weight: 400;
    color: #4a4a4a;
    margin: 15px 0 0 0;
    font-size: 13px;
}

.mobile_label {
    font-size: 13px;
    color: #4a4a4a;
    font-weight: 400;
    margin: 0 0 3px 0;
}

.number_inputfiles {
    width: 100%;
    border: solid 1px #c5c5c5;
    height: 45px;
    color: #000;
    margin: 0 0 0 0;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
}
.number_inputmobile {
    width: 100%;
    border: solid 1px #c5c5c5;
    height: 45px;
    color: #000;
    margin: 0 0 0 0;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 10px 10px 50px;
}
.numer_flag {
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-right: solid 1px #c5c5c5;
}
.numer_flag img {
    width: 22px;
}

input.number_inputfiles,.number_inputmobile::-webkit-input-placeholder {
color: #66768c;
font-weight:400;
font-size:13px;	
}
.mobile_numer_login {
    width: 100%;
    background: #fc6603;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    margin: 20px auto 0 auto;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0;
}
.mobile_numer_login:hover{ background: linear-gradient(90deg, #fc6603, #ff4600);}

input.enter_otp {
    width: 40px;
    height: 40px;
    border: solid 1px #dddddd;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.verification_login {
    padding: 30px 50px;
    width: 50%;
	position:relative;
	min-height: 480px;
	text-align:center;
}
.verification_login img {
    position: absolute;
    top: 0;
    background: #edf2fa;
    width: 24px;
    left: 15px;
    padding: 5px 8px 5px 8px;
    height: auto;
    border-radius: 4px;
}
.verification_login h3 {
    margin: 0 0 0 0;
    font-size: 20px;
    font-weight: 600;
    padding: 75px 0 0 0;
}
.verification_login p {
    font-size: 14px;
    color: #333;
    font-weight: 300;
    margin: 6px 0 35px 0;
}
.otpSection {
    margin: 0 0 35px 0;
}
.otp_enter_input {
    width: 45px;
    height: 45px;
    border: solid 2px #ccc;
    border-radius: 4px;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0 10px 0 0;
}
.verification_login h6 {
    margin: 35px 0 0 0;
    text-align: center;
    font-size: 13px;
    color: #767676;
}

.verification_inform{
	padding: 30px 50px;
    width: 50%;
	position:relative;
	min-height: 480px;
}
.verification_inform .form-group {
    margin: 0 0 20px 0;
    position: relative;
}
.verification_inform h6 {
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 13px;
    color: #767676;
}

.popup-modal {
  position: fixed;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.popup-content {
    background: #fff;
    padding: 30px 25px;
    border-radius: 8px;
    max-width: 620px;
    position: relative;
}
.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-weight: 400;
    font-size: 24px;
    cursor: pointer;
    color: #F44336;
    width: 25px;
    height: 25px;
    border: solid 1px #F44336;
    padding: 0;
    line-height: 25px;
    text-align: center;
    border-radius: 30px;
}

.our_disclamers{}
.our_disclamers h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.our_disclamers p {
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 24px;
}
.our_disclamers ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.our_disclamers ul li {
    font-size: 14px;
    line-height: 28px;
    color: #333;
    position: relative;
    padding: 0 0 0 18px;
}
.our_disclamers ul li:before {
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    background: #777;
    content: '';
    border-radius: 6px;
}
.our_disclamers a {
    display: inline-block;
    width: 40%;
    background: #e7720b;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    padding: 8px 0 8px 0;
    border-radius: 5px;
    margin: 15px 0 0 0;
}


.image-slider {
    position: relative;
    max-width: 100%;
    margin: 85px 0 0 0;
    overflow: hidden;
	border-radius:10px;
}
.slider-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
}
.image-slider .slide {
  display: none;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 0px 0px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 1;
    transition: background 0.2s;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.slider-btn.prev { left: 20px; }
.slider-btn.next { right: 20px; }
.slider-btn:hover { background: #e7720b; }

.service_main {
    padding: 45px 0;
}
.loan_service {
    border: solid 1px #ddd;
    border-radius: 8px;
    padding: 20px 20px;
    background: linear-gradient(to right, #edf2fa 0%, #ffffff 51%, #edf2fa 100%);
	margin-bottom: 25px;
}
.loan_service h3 {
    font-size: 18px;
    margin: 0 0 25px 0;
    color: #333;
    font-weight: 600;
    border-left: solid 3px #e7720b;
    line-height: 18px;
    padding: 0 0 0 10px;
}
.loan_service ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.loan_service ul li {
    width: 23%;
    text-align: center;
    border: solid 1px #e3e3e3;
    min-height: 98px;
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px rgb(221 221 221);
    background: #fff;
}
.loan_service ul li img {
    width: 35px;
    margin: 0 0 10px 0;
}
.loan_service ul li h6 {
    font-size: 13px;
    margin: 0 0 0 0;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.loan_service h3 .view_all {
    background: #fff0e3;
    color: #545454;
    font-size: 13px;
    display: inline-block;
    padding: 6px 10px;
    line-height: 13px;
    font-weight: 500;
    border-radius: 4px;
    float: right;
    margin: -4px 0 0 0;
    border: solid 1px #ffd9b8;
}
.all_service_head h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.all_service_tab {
    border: solid 1px #ddd;
    border-radius: 8px;
    padding: 20px 20px;
    background: linear-gradient(to right, #edf2fa 0%, #ffffff 51%, #edf2fa 100%);
	margin-bottom: 25px;
}
.all_service_tab ul {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.all_service_tab ul li {
    width: 12%;
    text-align: center;
    border: solid 1px #e3e3e3;
    min-height: 98px;
    padding: 10px 10px 10px 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px 0px rgb(221 221 221);
    background: #fff;
    margin: 0 15px 0 0;
}
.all_service_tab ul li img {
    width: 35px;
    margin: 0 0 10px 0;
}
.all_service_tab ul li h6 {
    font-size: 13px;
    margin: 0 0 0 0;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.heading_tittle{
    text-align: center;
    background: #0e0e0e;
    padding: 20px 0;
    border-radius: 5px;
	margin: 80px 0 0 0;
}
.heading_tittle h3 {
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}
.service_types {
    padding: 40px 0;
}
.products_tabs .image-tabs {
    margin: 40px auto;
}
.products_tabs .tab-list {
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 500px;
    justify-content: space-between;
    align-items: center;
	border-right: 0;
}
.products_tabs .tab-item {
    text-align: center;
    padding: 24px 0 20px;
    cursor: pointer;
    background: #fcfeff;
    border: 2px solid #edf2fa;
    width: 130px;
    height: 130px;
    border-radius: 115px;
}
.products_tabs .tab-item img {
    width: 56px;
}
.products_tabs .tab-item h6 {
    font-size: 13px;
    margin: 6px 5px 0 5px;
}
.products_tabs .tab-item h6 span {
    display: block;
}
.products_tabs .tab-item.active {
    background: #fff;
    color: #e7720b;
    border: 2px solid #e7720b;
}
.products_tabs .tab-content {
    background: #fcfeff;
    padding: 24px 145px 20px;
    margin: 20px 0 0 0;
    border-radius: 12px;
    border: solid 2px #edf2fa;
}
.products_tabs .tab-pane {
  display: none;
}
.products_tabs .tab-pane.active {
  display: block;
}
.products_tabs .tab-pane img {
  max-width: 100%;
  margin: 8px 8px 12px 0;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}



.mobile_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #ffffff;
    padding: 12px 15px 12px 15px;
	border-top: solid 1px #ddd;
	display:none;
}
.mobile_footer ul{ list-style:none; padding:0px; margin:0px;}
.mobile_footer ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobile_footer ul li a {
    display: block;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-weight: 600;
}
.mobile_footer ul li a img {
    display: block;
    filter: opacity(0.5);
    margin: 0 auto 5px auto;
}

.mobile_Menu_footer {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 15px 15px 15px 15px;
    z-index: 1;
	display:none;
}
.close_mobile_menu {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 25px;
    height: 25px;
    border: solid 1px #3f3f3f;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    border-radius: 22px;
}
.mobile_Menu_footer h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: 600;
}
.menu_header {
    display: flex;
    padding: 10px 10px 10px 10px;
    background: #edf2fa;
    border-radius: 5px;
	margin-bottom: 15px;
}
.menu_header h4 {
    font-size: 18px;
    color: #333;
    margin: 0 0 0 0;
    padding: 0 0 0 10px;
}
.menu_header h4 span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 0 0 0;
}
.menu_footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu_footer ul li {}
.menu_footer ul li a img {
    width: 16px;
    margin: -1px 5px 0 0;
}
.menu_footer ul li a {
    display: block;
    background: #edf2fa;
    padding: 14px 10px 14px 10px;
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 10px 0;
    border-radius: 5px;
    color: #104777;
}


.resid_property_type .custom-radio-group {
    display: flex;
    gap: 14px;
    margin: 10px auto 15px;
    justify-content: center;
}
.resid_property_type .radio-btn {
    position: relative;
    cursor: pointer;
}
.resid_property_type .radio-btn input[type="radio"] {
  /* Hide real radio */
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.resid_property_type .radio-btn span {
    display: inline-block;
    padding: 11px 15px;
    background: #edf2fa;
    color: #444444;
    font-weight: 500;
    font-size: 14px;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    width: 205px;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
}
.resid_property_type .radio-btn input[type="radio"]:checked + span {
    background: #e7720b;
    color: #fff;
    box-shadow: 0 4px 14px rgb(231 114 11 / 0%);
}
.resid_property_type .radio-btn span:hover {
  background: #f4f9fe;
}

/* Modern Basic Radio Buttons */
.property_type_check {
    margin: 20px 0 20px 0;
}
.basic-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.basic-container input[type="radio"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: transition;
}

.basic-container input[type="radio"]:checked {
    border-color: #e7720b;
    background-color: #ffffff;
}

.basic-container input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #e7720b;
}

.basic-container label {
  font-weight: 400;
  cursor: pointer;
  padding-left: 5px;
  font-size: 15px;
}

.basic-container input[type="radio"]:checked + label {
  color: var(--primary);
}

.property_type_check .form-area-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin: 0 0 15px 0;
}
.property_type_check .form-area-in:last-child {
    margin: 0 0 0 0;
}
.property_type_check .form-area-in .cost_labels {
    width: 50%;
    font-size: 14px;
}
.property_type_check .form-area-in .situated_control {
    width: 50%;
    border: solid 1px #ddd;
    height: 40px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    border-radius: 4px;
}
.dateofbirth {
    display: flex;
    justify-content: space-between;
}
.coustomer_details .form-group {
    margin-bottom: 15px;
}
.name_class_input {
    width: 100%;
    border: solid 1px #ddd;
    height: 40px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    -webkit-appearance: auto;
}
.authority_text {
    background: #edf2fa;
    padding: 14px 10px 14px 10px;
    margin: 10px 0 20px 0;
    border: solid 1px #d3e3fd;
    border-radius: 8px;
}
.authority_text .form-check {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 0 0;
}
.authority_text p {
    font-size: 13px;
    margin: 0;
}
.inputAddress {
    display: block;
    font-size: 14px;
    margin: 0 0 2px 0;
}

/** EMI CALCULATER CSS **/

.calculater_banner {
    padding: 85px 89px 0;
}
.emi-calculator img{
	width:100%;
}

.calculator_main_times {
    background: #f0f0f0 url(../../assets/images/doc-bg.png) left top repeat;
    padding: 70px 0 60px 0;
}

.Propertyor_main_Calculator{
    background: #ffffff;
    padding: 140px 0 5px 0;
}

.Pincodetor_main_times{
    background: #ffffff;
    padding: 90px 0 5px 0;
}

.bottms_docu_div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 87%;
    margin: -5px auto -64px auto;
}

.header_emi_tittle {
    text-align: center;
    margin: 0 0 35px 0;
}
.header_emi_tittle h3 {
    font-size: 25px;
    font-weight: 600;
    color: #090909;
    margin-bottom: 5px;
}
.header_emi_tittle p{
	font-size: 14px;
    color: #464646;
	margin:0px;
}

/* Main grid */
.main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.card_calculater {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: #cccccc6b 0 0 4px;
	border: 1px solid #ebebeb;
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Input fields */
.field_emi {
    margin-bottom: 15px;
}
.field_emi:last-child {
    margin-bottom: 0;
}
.field-label {
    font-size: 12px;
    font-weight: 500;
    color: #343434;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.input-row-emi {
    display: flex;
    align-items: center;
    border: 1px solid var(--border2);
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: var(--surface);
    transition: border-color 0.2s;
	width: stretch;
}
.input-row-emi:focus-within {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.12);
}
.prefix {
    padding: 0 12px;
    font-size: 14px;
    color: var(--text2);
    background: var(--surface2);
    border-right: 1px solid var(--border);
    height: 44px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.input-row-emi input[type="number"] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0 12px;
    height: 44px;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    color: var(--text);
    outline: none;
    min-width: 0;
}
.input-row-emi input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Range slider */
.range-wrap {
    margin-top: 5px;
}
.range-wrap input[type="range"] {
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    appearance: none;
    background: #d9e1ed;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}
.range-wrap input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--blue);
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(26, 115, 232, 0.4);
    cursor: pointer;
}
.range-wrap input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--blue);
    border: 2px solid #fff;
    cursor: pointer;
}
.range-hints {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: #3a3a3a;
    margin-top: 4px;
}

/* Tenure toggle */
.tenure-row {
    display: flex;
    align-items: center;
    gap: 8px;
	justify-content: space-between;
}
.tenure-row .input-row {
    flex: 1;
}
.toggle-emi {
    display: flex;
    border: 1px solid #e7720b;
    border-radius: var(--radius-sm);
    overflow: hidden;
    flex-shrink: 0;
}
.toggle-emi button {
    border: none;
    background: transparent;
    padding: 0 16px;
    height: 44px;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    cursor: pointer;
    color: var(--text2);
    transition: all 0.15s;
}
.toggle-emi button.active {
    background: #e7720b;
    color: #fff;
}
.toggle-emi button:not(.active):hover {
    background: var(--surface2);
}

/* Result metrics */
.emi-big {
    background: linear-gradient(135deg, #20385c 0%, #020002 100%);
    border-radius: var(--radius);
    padding: 1.25rem 1.5rem;
    margin-bottom: 1rem;
    color: #fff;
}
.emi-big .lbl {
    font-size: 12px;
    opacity: 0.8;
    margin-bottom: 4px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.emi-big .val {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -1px;
}

.metrics-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 1rem;
}
.metric {
    background: #ffffff;
    border-radius: var(--radius-sm);
    padding: 18px 18px;
    border: solid 1px #f4f4f4;
    box-shadow: #cccccc6b 0 0 4px;
}
.metric .lbl {
    font-size: 11px;
    font-weight: 500;
    color: var(--text3);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 5px;
}
.metric .val {
    font-size: 20px;
    font-weight: 600;
}
.metric .val.orange {
    color: var(--orange);
}
.metric .val.green {
    color: var(--green);
}

/* Chart card */
.chart-card {
    background: var(--surface);
	border-radius: var(--radius);
    box-shadow: #cccccc6b 0 0 4px;
	border: 1px solid #ebebeb;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}
.chart-container {
    width: 160px;
    height: 160px;
    flex-shrink: 0;
    position: relative;
}
.chart-label {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
.chart-label .cl-pct {
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
}
.chart-label .cl-sub {
    font-size: 10px;
    color: var(--text3);
}
.legend {
    flex: 1;
}
.leg-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}
.leg-item:last-child {
    margin-bottom: 0;
}
.leg-dot {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    flex-shrink: 0;
}
.leg-info .leg-name {
    font-size: 12px;
    color: var(--text2);
}
.leg-info .leg-val {
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
}

/* Amortization table */
.amort-card {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: #cccccc6b 0 0 4px;
	border: 1px solid #ebebeb;
}
.amort-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.amort-header h3 {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
}
.amort-card table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.amort-card thead th {
    text-align: left;
    padding: 10px 12px;
    background: var(--surface2);
    color: var(--text2);
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.amort-card thead th:first-child {
    border-radius: 8px 0 0 8px;
}
.amort-card thead th:last-child {
    border-radius: 0 8px 8px 0;
}
.amort-card tbody td {
    padding: 10px 12px;
    border-bottom: 1px solid var(--border);
    color: var(--text);
}
.amort-card tbody tr:last-child td {
    border-bottom: none;
}
.amort-card tbody tr:hover td {
    background: var(--surface2);
}
.td-year {
    font-weight: 600;
    color: var(--text);
}
.td-princ {
    color: var(--blue);
    font-weight: 500;
}
.td-int {
    color: var(--orange);
    font-weight: 500;
}

.show-more-btn {
    display: block;
    width: 100%;
    margin-top: 12px;
    padding: 10px;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: var(--blue);
    background: var(--blue-light);
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: background 0.15s;
}
.show-more-btn:hover {
    background: #d2e3fc;
}

/* Progress bars in table */
.progress-bg {
    background: var(--surface2);
    border-radius: 3px;
    height: 4px;
    margin-top: 4px;
    overflow: hidden;
}
.progress-fill {
    height: 100%;
    border-radius: 3px;
    transition: width 0.4s ease;
}

/* Responsive */
@media (max-width: 640px) {
    .main-grid {
        grid-template-columns: 1fr;
    }
    .chart-card {
        flex-direction: column;
        text-align: center;
    }
    .legend {
        width: 100%;
    }
    .emi-big .val {
        font-size: 26px;
    }
}

/* =========================================================
   EMI CALCULATOR — classic 3-column layout (emi-calculater.php)
   ========================================================= */
.emic-box {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    box-shadow: 0 2px 14px rgba(0,0,0,.06);
    font-family: 'Poppins', 'Inter', sans-serif;
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
}
.emic-col { flex: 1 1 0; min-width: 260px; }
.emic-box .emic-col + .emic-col { border-left: 1px solid #ececec; }

.emic-box .left-illus {
    position: absolute;
    top: -108px;
    left: 0;
}

.emic-box .right-illus {
    position: absolute;
    top: -90px;
    right: 0;
}

/* ---- column 1 : inputs ---- */
.emic-inputs { padding: 0; }
.emic-head {
    background: #333333;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    padding: 16px 22px;
}
.emic-body { padding: 22px; background:#EEE;}
.emic-field { margin-bottom: 20px; }
.emic-field:last-child { margin-bottom: 0; }
.emic-field > label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}
.emic-input {
    display: flex;
    align-items: center;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    transition: border-color .15s, box-shadow .15s;
}
.emic-input:focus-within {
    border-color: #2f80c9;
    box-shadow: 0 0 0 3px rgba(47,128,201,.15);
}
.emic-ic {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    border-right: 1px solid #e2e2e2;
    color: #666;
    font-size: 15px;
}
.emic-input input {
    flex: 1;
    min-width: 0;
    border: none;
    outline: none;
    background: transparent;
    height: 42px;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
    font-family: inherit;
}
.emic-input input::-webkit-inner-spin-button { -webkit-appearance: none; }

.emic-tenure { display: flex; gap: 10px; }
.emic-tenure .emic-input { flex: 1; }
.emic-toggle {
    display: flex;
    border: 1px solid #2f80c9;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}
.emic-toggle button {
    border: none;
    background: #fff;
    color: #2f80c9;
    padding: 0 16px;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    transition: background .15s, color .15s;
}
.emic-toggle button.active { background: #2f80c9; color: #fff; }
.emic-toggle button:not(.active):hover { background: #eaf3fb; }

/* ---- column 2 : results ---- */
.emic-results {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 26px;
}
.emic-res {
    text-align: center;
    padding: 22px 0;
    border-bottom: 1px solid #ececec;
}
.emic-res:last-child { border-bottom: none; }
.emic-res-lbl {
    display: block;
    font-size: 15px;
    color: #555;
    margin-bottom: 5px;
}
.emic-res-lbl small { font-size: 12px; color: #888; }
.emic-res-val {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

/* ---- column 3 : chart ---- */
.emic-chart { padding: 20px 26px; text-align: center; }
.emic-chart-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 14px;
}
.emic-chart-wrap {
    position: relative;
    width: 200px;
    max-width: 100%;
    margin: 0 auto 18px;
}
.emic-chart-wrap canvas { max-width: 100%; height: auto; }
.emic-pct {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    font-weight: 600;
    color: #555;
    white-space: nowrap;
}
.emic-pct-i { left: -48px; }
.emic-pct-p { right: -46px; }
.emic-legend {
    display: inline-block;
    text-align: left;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 12px 16px;
}
.emic-leg {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #444;
}
.emic-leg + .emic-leg { margin-top: 4px; }
.emic-sq {
    width: 13px;
    height: 13px;
    border-radius: 2px;
    flex-shrink: 0;
}

@media (max-width: 860px) {
    .emic-box { flex-direction: column; }
    .emic-box .emic-col + .emic-col { border-left: none; border-top: 1px solid #ececec; }
}

.action-button{list-style:none;display:flex;gap:8px}
.action-button .list a {
    width: 55px;
    height: 55px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #555;
    text-decoration: none;
    transition: all .15s;
}
.action-button .list a:hover{}
.action-button .list a.pdf-btn{font-size:11px;font-weight:700}
.seaTabs.row{max-width:960px;margin:0rem auto;padding:0 1rem; position: relative;}

.seaTabs.row::before {
    position: absolute;
    content: '';
    top: 30%;
    left: -95px;
    background: url(../images/doc-peek.gif) no-repeat;
    width: 121px;
    height: 145px;
    z-index: 1;
}

.tab-style{background:#fff;border-radius:12px;border:1px solid #e0e0e0;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.seaTabs_switch.row{display:flex;border-bottom:1px solid #e0e0e0;background:#fafaf8}
.seaTabs_tab{flex:1;padding:14px 10px;text-align:center;font-size:14px;font-weight:500;color:#666;cursor:pointer;border-bottom:3px solid transparent;transition:all .15s;white-space:nowrap;user-select:none}
.seaTabs_tab:hover{color:#cc1c1c;background:#fff8f8}
.seaTabs_switch_active{color:#cc1c1c !important;border-bottom-color:#cc1c1c !important;background:#fff !important;font-weight:600}
.seaTabs_content{padding:0}
.seaTabs_item{display:none}
.seaTabs_content_active{display:block !important}
.checklist-inner{padding:1.5rem}
.prog-wrap{background:#f4f4f0;border-radius:8px;padding:1rem 1.2rem;margin-bottom:1.25rem;border:1px solid #e8e8e4}
.prog-top{display:flex;justify-content:space-between;font-size:13px;color:#666;margin-bottom:7px}
.prog-top span:last-child{font-weight:600;color:#0f9d58}
.prog-bar{height:7px;background:#ddd;border-radius:4px;overflow:hidden}
.prog-fill{height:100%;background:#0f9d58;border-radius:4px;transition:width .4s ease;width:0%}
.prog-stats{display:flex;gap:16px;margin-top:8px;font-size:12px;color:#888}
.prog-stats span{display:flex;align-items:center;gap:5px}
.sno{font-weight:700;color:#cc1c1c;font-size:15px;text-align:center;vertical-align:middle}
.doc-name{font-weight:600;font-size:14px;color:#1a1a1a}
.req-badge{display:inline-block;background:#cc1c1c;color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:4px;margin-top:4px;letter-spacing:.3px}
.opt-badge{display:inline-block;background:#e8f0fd;color:#1a73e8;font-size:10px;font-weight:600;padding:2px 7px;border-radius:4px;margin-top:4px}
.star{color:#cc1c1c;font-weight:700;font-size:13px;vertical-align:top;padding-top:14px}
.doc-items{list-style:none;padding:0;margin:0}
.doc-items li{display:flex;align-items:flex-start;gap:7px;font-size:13px;color:#333;padding:3px 0;line-height:1.5}
.doc-items li::before{content:"★";color:#cc1c1c;font-size:9px;margin-top:4px;flex-shrink:0}
.tc{text-align:center;vertical-align:middle}
.chk{width:24px;height:24px;border:2px solid #ddd;border-radius:5px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:14px;background:#fff;transition:all .15s;user-select:none}
.chk.on{background:#0f9d58;border-color:#0f9d58;color:#fff}
.note-box{margin-top:1.25rem;background:#fffbe5;border:1px solid #ffe082;border-left:4px solid #e67e22;border-radius:0 8px 8px 0;padding:.85rem 1.1rem;font-size:13px;color:#6b4c00;display:flex;gap:9px}
.reset-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:7px;font-size:12px;font-weight:500;font-family:'Inter',sans-serif;cursor:pointer;border:1px solid #e0e0e0;background:#fff;color:#444;transition:all .15s;margin-bottom:1.25rem}
.reset-btn:hover{background:#f4f4f0}
@media(max-width:640px){
  .site-header{padding:.9rem 1rem}
  .seaTabs_tab{font-size:12px;padding:11px 6px}
  thead th{font-size:10px;padding:9px 7px}
  tbody td{padding:9px 7px;font-size:12px}
  .checklist-inner{padding:1rem}
}
@media print{
  .action-button,.reset-btn,.top-bar{display:none!important}
  body{background:#fff}
  .tab-style{box-shadow:none;border:1px solid #ccc}
  .seaTabs_item{display:block!important}
}

.mya-prop-wrap {
    padding: 0rem 1rem;
}

.Propertyor_main_times{
    background: #ffffff;
    padding: 60px 0 60px 0;
}

/* ── Dropdown trigger row ── */
.mya-select-row {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.mya-select-box {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.07);
  min-width: 280px;
  position: relative;
}
.mya-select-box select {
  flex: 1;
  border: none;
  outline: none;
  padding: 11px 14px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #333;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.mya-select-icon {
  width: 42px;
  height: 43px;
  background: #cc1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mya-select-icon svg { color: #fff; }

/* ── Gray panel wrapping radios + info + results ── */
.mya-panel {
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
}

/* ── Radio bar (full-width light band) ── */
.mya-radio-bar {
  background: #f7f7f7;
  border-bottom: 1px solid #e2e2e2;
  padding: 16px 24px;
  display: none; /* hidden until property selected */
}
.mya-radio-bar.mya-visible { display: flex; flex-wrap: wrap; }

.mya-radio-opt {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 15px;
  color: #333;
  flex: 1;
  min-width: 130px;
  justify-content: center;
}
.mya-radio-opt.mya-radio-active { color: #222; font-weight: 500; }
.mya-radio-circle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #b5b5b5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: border-color .15s;
}
.mya-radio-opt.mya-radio-active .mya-radio-circle {
  border-color: #3aa746;
}
.mya-radio-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3aa746;
  display: none;
}
.mya-radio-opt.mya-radio-active .mya-radio-dot { display: block; }

/* ── Info banner ── */
.mya-info-banner {
  background: #dcdcdc;
  padding: 13px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  display: none;
}
.mya-info-banner.mya-visible { display: block; }
.mya-info-banner span { color: #333; }

/* ── Results area ── */
.mya-results {
  display: none;
  padding: 40px 20px 45px;
}
.mya-results.mya-visible { display: block; }

/* ── Bank info card ── */
.mya-bank-card-row {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.mya-bank-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.25rem 2.5rem;
  text-align: center;
  min-width: 200px;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.mya-bank-card-title {
  font-size: 17px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
}
.mya-bank-card-label {
  font-size: 13px;
  color: #888;
  margin-bottom: 6px;
}
.mya-bank-badge {
  display: inline-block;
  background: #cc1c1c;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 5px;
  min-width: 48px;
}

/* ── Loan type icons grid ── */
.mya-loan-grid {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.mya-loan-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  width: 20%;
}
.mya-loan-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #ececec;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}
.mya-loan-item:hover .mya-loan-circle {
  background: #ececec;
  transform: translateY(-3px);
}
.mya-loan-item.mya-loan-active .mya-loan-circle {
  background: #eef4ff;
  border-color: #cdddf7;
}
.mya-loan-label {
  font-size: 12px;
  font-weight: 600;
  color: #444;
  text-align: center;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.mya-loan-item.mya-loan-active .mya-loan-label { color: #cc1c1c; }

/* SVG icons */
.mya-icon-home { color: #1a73e8; }
.mya-icon-bt   { color: #1a3a6e; }
.mya-icon-lap  { color: #e67e22; }

/* ── placeholder hint ── */
.mya-hint {
  text-align: center;
  color: #aaa;
  font-size: 13px;
  padding: 2rem 0;
}

/* ── Responsive ── */
@media(max-width:560px){
  .mya-radio-opt { flex: 1 1 45%; }
  .mya-loan-grid { gap: 1rem; }
  .mya-loan-circle { width: 88px; height: 88px; }
}

/* =========================================================
   PARTNER PAGE  (partner.php)
   ========================================================= */
.partner-banner {
    background: #74ccd2;
    text-align: center;
    padding: 0px 0 0;
    overflow: hidden;
    margin: 86px 0 0 0;
}
.partner-banner img {
    max-width: 560px;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
}

.partner-section {
    background: #ffffff;
    padding: 45px 0 0;
    position: relative;
}
.partner-head {
    text-align: center;
    margin: 0 auto 40px;
}
.partner-head h2 {
    color: #ef6a2e;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .5px;
    margin: 0 0 18px 0;
}
.partner-head p {
    color: #333;
    font-size: 14px;
    margin: 0;
}

/* logo grid */
.partner-logo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
    margin-bottom: 50px;
}
.partner-logo {
    height: 92px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    transition: box-shadow .2s, transform .2s;
}
.partner-logo:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
    transform: translateY(-2px);
}
.partner-logo img {
    max-width: 100%;
    max-height: 88px;
    object-fit: contain;
}
.partner-logo-name {
    font-size: 14px;
    font-weight: 700;
    color: #555;
    text-align: center;
    line-height: 1.3;
    letter-spacing: .3px;
}

/* faint city skyline */
.partner-skyline {
    line-height: 0;
    text-align: center;
}
.partner-skyline svg { display: block; }

@media (max-width: 992px) {
    .partner-logo-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 640px) {
    .partner-logo-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .partner-banner { padding-top: 70px; }
    .partner-head h2 { font-size: 20px; }
}

.mpc-wrap {
    background: #fff;
    padding: 40px 0;
}

/* ── Search box card ── */
.mpc-card {
    background: #f7f7f7;
    border-radius: 4px;
    padding: 1.75rem 2rem;
    max-width: 600px;
    margin: 0 auto 0rem;
    text-align: center;
}
.mpc-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  margin-bottom: 4px;
}
.mpc-card-sub {
  font-size: 13px;
  color: #888;
  margin-bottom: 1.1rem;
}
.mpc-input-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.mpc-input-label {
  font-size: 14px;
  color: #444;
  white-space: nowrap;
}
.mpc-input-box {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.mpc-input-box:focus-within {
  border-color: #cc1c1c;
  box-shadow: 0 0 0 3px rgba(204,28,28,.1);
}
.mpc-input-box input {
  border: none;
  outline: none;
  padding: 9px 14px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #333;
  background: transparent;
  width: 200px;
}
.mpc-search-btn {
  border: none;
  background: #e7720b;
  color: #fff;
  padding: 9px 16px;
  cursor: pointer;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  transition: background .15s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.mpc-search-btn:hover { background: #e7720b; }

/* ── No result / error msg ── */
.mpc-msg {
  text-align: center;
  font-size: 13px;
  color: #e67e22;
  margin-top: 8px;
  min-height: 18px;
}

/* ── Results table ── */
.mpc-results-wrap {
    max-width: 1000px;
    margin: 50px auto 0;
    animation: mpcFadeIn .3s ease;
	display:none;
}
.mpc-results-wrap.mpc-show { display: block; }

@keyframes mpcFadeIn {
  from { opacity:0; transform:translateY(8px); }
  to   { opacity:1; transform:translateY(0); }
}

.mpc-result-info {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
  padding-left: 2px;
}
.mpc-result-info strong { color: #e7720b; }

.mpc-table-outer {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.mpc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.mpc-table thead th {
  background: #e7720b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
  padding: 12px 16px;
  text-align: center;
}
.mpc-table tbody td {
  padding: 11px 16px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  color: #333;
}
.mpc-table tbody tr:last-child td { border-bottom: none; }
.mpc-table tbody tr:hover td { background: #fff5f5; }
.mpc-table tbody tr:nth-child(even) td { background: #fafafa; }
.mpc-table tbody tr:nth-child(even):hover td { background: #fff5f5; }
.mpc-td-sno  { font-weight: 600; color: #e7720b; width: 60px; }
.mpc-td-area { text-align: left !important; }
.mpc-td-pin  { font-weight: 600; color: #1a73e8; }

/* highlight match */
.mpc-highlight { background: #fff3cd; border-radius: 3px; padding: 0 2px; }

@media(max-width:480px){
  .mpc-card { padding: 1.25rem 1rem; }
  .mpc-input-box input { width: 140px; }
  .mpc-table { font-size: 12px; }
  .mpc-table tbody td, .mpc-table thead th { padding: 9px 8px; }
}



/* =========================================================
   HOME LOAN APPLICATION FORM  (home-loan.php)
   ========================================================= */

.service_types .products_tabs .tab-content {
    padding: 30px 90px 35px;
}

/* ── Category top tabs ── */
.category-tabs {
    display: flex;
    list-style: none;
    margin: 0 auto 30px;
    padding: 0;
    max-width: 520px;
    background: #ececec;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.category-tabs .cat-tab {
    flex: 1;
    text-align: center;
    padding: 13px 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: background .18s, color .18s;
    user-select: none;
}
.category-tabs .cat-tab:hover { color: #e7720b; }
.category-tabs .cat-tab.active {
    background: #e7720b;
    color: #fff;
}

/* ── Single product pill (loan-against-property) ── */
.lap-single-tab {
    text-align: center;
    margin: 0 0 30px;
}
.lap-single-tab span {
    display: inline-block;
    background: #e2231a;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 10px 24px;
    border-radius: 5px;
}

/* ── Property status circular icons ── */
.status-icons {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin: 0 0 28px;
    flex-wrap: wrap;
}
.status-item { text-align: center; cursor: pointer; }
.status-circle {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    position: relative;
    transition: background .2s, border-color .2s, box-shadow .2s;
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.status-circle img { width: 58px; height: 58px; object-fit: contain; }
.status-item:hover .status-circle { border-color: #cfcfcf; }
.status-item.active .status-circle {
    background: #2b2b2b;
    border-color: #2b2b2b;
}
.status-item.active .status-circle::after {
    content: '\2713';
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 24px;
    height: 24px;
    background: #35a01a;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    border: 2px solid #fff;
}
.status-item h6 {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .4px;
}
.status-item.active h6 { color: #111; }

/* ── Sub-option radios (residential only) ── */
.sub-options-wrap {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 16px 10px;
    margin: 0 0 22px;
}
.sub-options {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}
.sub-opt {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    font-size: 14px;
    color: #262626;
    font-weight: 500;
    margin: 0;
}
.sub-opt input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    margin: 0;
    flex-shrink: 0;
}
.sub-opt input[type="radio"]:checked { border-color: #e7720b; }
.sub-opt input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 2px; left: 2px; right: 2px; bottom: 2px;
    border-radius: 50%;
    background: #e7720b;
}

/* ── Sectioned field rows (area / cost / income) ── */
.hl-section {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 20px 5px;
    margin: 0 0 22px;
}
.hl-field-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}
.hl-field-row:last-child { margin-bottom: 0; }
.hl-field-label {
    flex: 1;
    padding-right: 18px;
    font-size: 14px;
    color: #262626;
    font-weight: 600;
}
.hl-input-wrap {
    width: 48%;
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
}
/* two income dropdowns side-by-side (self-employed / professional) */
.hl-income-fields {
    width: 66%;
    flex-shrink: 0;
    display: flex;
    gap: 14px;
}
.hl-income-fields .hl-input-wrap {
    width: auto;
    flex: 1;
}
/* company name (plain wide input, no icon) */
.hl-company-field {
    width: 66%;
    flex-shrink: 0;
}
.hl-company-field input {
    width: 100%;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 12px;
    font-size: 14px;
    outline: none;
}
.hl-input-wrap select,
.hl-input-wrap input {
    flex: 1;
    height: 42px;
    border: 1px solid #dddddd;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    padding: 5px 12px;
    font-size: 14px;
    outline: none;
    min-width: 0;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
}
.hl-ic {
    width: 42px;
    height: 42px;
    background: #e7720b;
    color: #fff;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 4px 4px 0;
    font-size: 17px;
}

/* ── Company type row ── */
.company-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px 42px;
    padding: 8px 0 22px;
    margin: 0 0 4px;
}

/* ── employment toggle: red accent (scoped to this page) ── */
.service_types .resid_property_type .radio-btn input[type="radio"]:checked + span {
    background: #e7720b;
}

/* ── Gender avatars ── */
.gender-row {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 6px 0 26px;
}
.gender-opt { text-align: center; cursor: pointer; }
.gender-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px;
}
.gender-av {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto;
    border: 3px solid transparent;
    transition: border-color .18s, box-shadow .18s;
}
.gender-av.male { background: #e8eefc; color: #3f6fd8; }
.gender-av.female { background: #fdeaf0; color: #e7720b; }
.gender-opt.active .gender-av {
    border-color: #e7720b;
    box-shadow: 0 3px 12px rgba(226,35,26,.18);
}

/* ── Customer form rows ── */
.cust-form { max-width: 560px; margin: 0 auto; }
.cust-row {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
}
.cust-row > label {
    width: 100px;
    font-size: 14px;
    color: #262626;
    font-weight: 600;
    flex-shrink: 0;
}
.cust-field { flex: 1; }
.cust-field > input {
    width: 100%;
    height: 42px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 12px;
    font-size: 14px;
    outline: none;
}
.dob-fields { display: flex; gap: 10px; }
.dob-fields .hl-input-wrap { width: auto; flex: 1; }

/* mobile + otp */
.mobile-field { display: flex; gap: 10px; }
.mobile-input {
    flex: 1;
    display: flex;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}
.mobile-input .cc {
    background: #f4f4f4;
    padding: 0 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    border-right: 1px solid #ddd;
}
.mobile-input input {
    flex: 1;
    border: 0;
    padding: 5px 12px;
    font-size: 14px;
    outline: none;
    min-width: 0;
}
.send-otp-btn {
    background: #35a01a;
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 0 20px;
    height: 42px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background .15s;
}
.send-otp-btn:hover { background: #2c8615; }

.otp-msg {
    font-size: 12px;
    margin: 0 0 0 100px;
    min-height: 16px;
}
.otp-row {
    display: none;
    align-items: center;
    gap: 10px;
    margin: 10px 0 0 100px;
    flex-wrap: wrap;
}
.otp-row.show { display: flex; }
.otp-box {
    width: 42px;
    height: 42px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    outline: none;
}
.otp-box:focus { border-color: #e7720b; }
.verify-btn {
    background: #e7720b;
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 0 18px;
    height: 42px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}
.otp-resend { font-size: 12px; color: #888; margin-left: 4px; }
.otp-resend a { color: #e7720b; font-weight: 600; }

.hl-submit {
    background: #e7720b;
    border: 0;
    color: #fff;
    padding: 12px 34px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    margin: 4px auto 0;
}
.hl-submit:hover { background: #e7720b; }






/* ── Home loan form responsive ── */
@media (max-width: 767px) {
    .service_types .products_tabs .tab-content { padding: 20px 15px 25px; }
    .category-tabs .cat-tab { font-size: 12px; padding: 11px 6px; }
    .status-icons { gap: 22px; }
    .status-circle { width: 92px; height: 92px; }
    .status-circle img { width: 46px; height: 46px; }
    .sub-options { justify-content: flex-start; gap: 10px 18px; }
    .sub-opt { flex: 1 1 100%; }
    .hl-field-row { flex-direction: column; align-items: stretch; gap: 6px; }
    .hl-field-label { width: 100%; padding-right: 0; }
    .hl-input-wrap { width: 100%; }
    .hl-income-fields { width: 100%; }
    .hl-company-field { width: 100%; }
    .company-row { gap: 14px 26px; }
    .gender-row { gap: 40px; }
    .cust-row { flex-wrap: wrap; }
    .cust-row > label { width: 100%; margin-bottom: 4px; }
    .dob-fields { width: 100%; }
    .mobile-field { flex-wrap: wrap; }
    .otp-msg, .otp-row { margin-left: 0; }
}

@media (min-width:320px) and (max-width:479px){

.social{ display:none;}
.image-slider{ margin: 60px 0 0 0;}	
.slider-wrapper{ height: 100px;}
.image-slider .slide{ height: 100px;}
.slider-btn{ width: 20px; height: 20px; line-height: 20px; font-size: 12px;}
.slider-btn.prev { left: 0px;}
.slider-btn.next{ right: 0px;}

.number_login img{ display: none;}
.number_login h6{ display: none;}
.mobile_label{ color: #ffffff;}
.number_login p{ color: #ffffff;}
.login_main{ background: linear-gradient(90deg, #003a83, #3870d5);}
.loan_service{ overflow: hidden; padding:15px;}
.loan_service ul{ overflow-x: scroll; white-space: nowrap; -ms-overflow-style: none;
    scrollbar-width: none; list-style: none; width: 432px;}
.quicks_links { width: 50%; margin-bottom: 20px;}
.popup-content{ padding: 25px 15px; border-radius: 8px; max-width: 98%;}	
.our_disclamers h3{ font-size: 20px;}
.our_disclamers p{ font-size: 13px; line-height: 24px;}
.our_disclamers ul li{ font-size: 13px;}
.our_disclamers a{ width: 49%;}
.login_row_main{ width: 100%; background: transparent; box-shadow: none;}
.verification_login h3{ color:#fff;}
.verification_login p{ color:#fff;}
.otp_enter_input{ border: solid 2px #f3f2f2; color: #fff; height: 54px; width: 54px;
        font-size: 24px;}
.verification_login h6{ color: #ffffff;}
.verification_inform h6{ color: #ffffff;}
.otp_verif{ display:none;}
.verification_inform{ padding: 30px 15px; width: 100%;}
.left_login{ width: 100%; background: transparent;}
.number_inputfiles{ border: solid 1px #ffffff; height: 50px;}
.number_inputmobile{ border: solid 1px #ffffff; height: 50px;}
.numer_flag{ height: 50px;}
.mobile_numer_login{ height:50px;}
.number_login{ width: 100%; padding: 25px 25px;}
.side_images { width: 65%; margin: 0 0 -22px 0;}
.left_login p{ display:none;}
.left_login h4{ display:none;}
.verification_login{ width: 100%; padding: 25px 25px;}
.verification_login img{ top: -70px; left: 10px;}
.verification_inform h6 a { color: #FFC107;}
.footer_whatsapp_fixing{ display:none;}
.mobile_footer{ display:block;}

.all_service_tab{ padding: 15px 10px 10px;}
.all_service_tab ul { justify-content: space-between;}
.all_service_tab ul li{width: 32%; margin: 0 0px 6px 0; box-shadow:none;}

	
}
