.admin-dashboard{display:flex;min-height:100vh}.admin-content{flex:1;padding:20px}.navbar{position:sticky;top:0;background:#fff;padding:1rem 1.5rem;z-index:1102;transition:box-shadow .3s ease}.navbar.scrolled{box-shadow:0 4px 8px #0000001a}.navbar-container{max-width:1200px;margin:auto;display:flex;justify-content:space-between;align-items:center}.logo-wrapper{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-img{width:40px;height:auto}.logo-text{font-size:1.5em;font-weight:700;line-height:1.2;white-space:nowrap;color:inherit}.logo-text a{color:inherit;text-decoration:none}.loan-part{color:#5d17eb}.yfy-part{color:#000}.desktop-login{display:flex}.secondarybtn{background:#fff;border:2px solid #5d17eb;color:#5d17eb;padding:.5rem 1.2rem;border-radius:6px;cursor:pointer;font-weight:500;transition:all .3s ease}.secondarybtn:hover{background:#5d17eb;color:#fff}.menu-btn{background:none;border:none;font-size:1.8rem;cursor:pointer;color:#333;z-index:1103}.mobile-drawer{position:fixed;top:0;left:-100%;width:100vw;height:100%;background:#fff;padding-top:5rem;transition:left .4s ease;z-index:1000;display:flex;flex-direction:column;overflow-y:auto}.mobile-drawer.open{left:0}.mobile-drawer-inner{margin-top:2rem;width:100%;height:100%;overflow-y:auto;display:flex;flex-direction:column;scroll-behavior:smooth}.mobile-drawer ul{list-style:none;padding:0;margin:0}.mobile-drawer li{border-bottom:1px solid #eee}.mobile-drawer li a{display:flex;align-items:center;gap:1rem;padding:.3rem;text-decoration:none;color:#333;font-weight:500;transition:background .3s ease}.mobile-drawer li a:hover{background-color:#f8f8f8}.mobile-login-btn{padding:1rem;text-align:center}.nav-icon{font-size:1.2rem}.mobile-nav-list{list-style:none;padding:0;margin:0}.mobile-nav-list li{margin-bottom:.7rem}.mobile-nav-list li:last-child{margin-bottom:1rem}.mobile-contact-section{border-top:1px solid #ddd;padding:1rem 0 .8rem}.mobile-contact-section h4{font-size:1rem;font-weight:600;color:#333;margin-bottom:.6rem;padding-left:.8rem}.contact-buttons-row{display:flex;justify-content:space-around;align-items:center;gap:.5rem;padding:0 .8rem;flex-wrap:wrap}.contact-box{display:flex;flex-direction:column;align-items:center;gap:.3rem;text-decoration:none;color:#333;font-size:.85rem;font-weight:500;transition:transform .2s ease;width:80px}.contact-box img{width:28px;height:28px}.contact-box:hover{transform:scale(1.05);color:#5d17eb}.nav-links-desktop{display:none}@media (min-width: 769px){.menu-btn,.mobile-drawer{display:none}.nav-links-desktop{display:flex;align-items:center;gap:1rem}.nav-links-desktop li{list-style:none;position:relative}.nav-links-desktop a,.dropdown-toggle{text-decoration:none;color:#333;font-weight:500;padding:.5rem .3rem;display:flex;align-items:center;gap:.4rem;cursor:pointer;transition:color .3s ease}.dropdown-menu{position:absolute;top:110%;left:0;background-color:#fff;padding:.5rem 0;border-radius:6px;box-shadow:0 8px 20px #00000014;display:flex;flex-direction:column;min-width:220px;opacity:0;transform:translateY(10px);visibility:hidden;pointer-events:none;transition:all .3s ease}.dropdown:hover .dropdown-menu{opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto}.dropdown-menu li{padding:.4rem 1rem;white-space:nowrap}.dropdown-menu li a{color:#333;font-weight:500;display:flex;align-items:center;gap:.5rem}.dropdown-menu li a:hover{color:#5d17eb;background-color:#f4f4f4}}@media (max-width: 480px){.navbar-container{flex-direction:row;justify-content:space-between;align-items:center}.left-side{display:flex;align-items:center;gap:.8rem}.logo-img{width:35px}.logo-text{font-size:1.1rem;font-weight:700}.menu-btn{font-size:1.6rem}.mobile-drawer{margin-top:8vh;padding:0}.mobile-login-btn{padding:0;margin:0}.secondarybtn{padding:.4rem .8rem;font-size:.85rem}}@media (min-width: 481px) and (max-width: 768px){.navbar-container{justify-content:space-between;align-items:center}.left-side{display:flex;align-items:center;gap:.6rem}.logo-wrapper{gap:.4rem}.logo-img{width:30px}.logo-text{font-size:1.1rem;font-weight:600}.secondarybtn{padding:.4rem .9rem;font-size:.85rem}}.footer{padding:1rem;font-family:Segoe UI,sans-serif;border-top:1px solid #220bfb;background:#1c1d2e;color:#f1f5f9}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;max-width:1200px;margin:0 auto}.footer-column{flex:1 1 250px;min-width:240px}.footer-column p{color:#fff}.footer-column.wide{flex:2 1 400px}.footer h2{font-size:1.25rem;color:#fff;margin-bottom:1rem}.phone,.contact-item{font-size:1rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;color:#fff}.contact-item a{color:#fff;text-decoration:none}.footer-columns-half{display:flex}.footer-columns-half ul{flex:1;list-style:none;padding:0;margin:0}.footer-columns-half ul li{margin-bottom:.5rem}.footer-columns-half ul a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-columns-half ul a:hover{transition:.3s;color:#220bfb}.email-form{margin-top:.5rem}.email-label{font-size:.95rem;margin-bottom:.4rem;display:block;color:#cbd5e1;font-weight:500}.email-input-group{display:flex;gap:.5rem;flex-wrap:wrap;outline:none;border-color:#220bfb}.email-input-group input{flex:1 1 auto;padding:.5rem .8rem;border-radius:6px;background:#ffffff0d;color:#f1f5f9;border:1px solid #475569;transition:border .3s ease;min-width:180px;outline:none;border-color:#220bfb}.email-input-group button{background:#220bfb;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:background .3s ease;flex-shrink:0}.email-input-group button:hover{background:#220bfb}.social-icons{margin-top:1.2rem;display:flex;flex-wrap:wrap;gap:.8rem}.social-icons a{color:#fff;font-size:1.3rem}.social-icons a:hover{color:#220bfb;transform:scale(1.1)}.description{color:#cbd5e1;margin-top:.5rem;margin-bottom:1rem;line-height:1.6;font-size:.95rem}.links{list-style:none;padding:0;margin:0}.links li{margin-bottom:.5rem}.links a{color:#fff;text-decoration:none;transition:color .3s ease,letter-spacing .3s ease}.links a:hover{color:#220bfb;letter-spacing:1px;text-decoration:underline}.footer-bottom{display:flex;justify-content:space-evenly;align-items:center;border-top:1px solid #475569;font-size:.9rem;padding:1rem;text-align:center;line-height:1.6;margin-top:2rem}.footer-bottom .flag-section{display:flex;align-items:center;gap:.5rem}.footer-bottom img{border-radius:10px;width:50px;height:auto}.address{margin-bottom:.5rem;color:#fff}.footer-bottom p{color:#fff}@media (max-width: 992px){.footer-container{gap:2rem}.footer-column{flex:1 1 45%}.footer h2{font-size:1.1rem}}@media (max-width: 768px){.footer{padding:2rem 1.2rem}.footer-container{gap:1rem}.social-icons{margin-top:.5rem;gap:1rem;flex-wrap:wrap}.links li{margin-bottom:.3rem}.footer h2{font-size:1rem;margin-bottom:.8rem}.footer-bottom{font-size:.85rem}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.fullpage{background:linear-gradient(to bottom,#fff,#f4f6ff 60%,#fff);width:100%;height:fit-content;padding:2rem 0rem 0rem}.homepage{display:flex;flex-direction:row!important;justify-content:space-evenly;align-items:center;flex-wrap:nowrap;background-color:#fff;border:.5px solid #e0e0e0;border-radius:16px;padding:1rem 3rem;max-width:1200px;margin:auto;box-shadow:#0e3f7e0a 0 0 0 1px,#2a33450a 0 1px 1px -.5px,#2a33460a 0 3px 3px -1.5px,#2a33460a 0 6px 6px -3px,#0e3f7e0a 0 12px 12px -6px,#0e3f7e0a 0 24px 24px -12px;transition:all .5s ease-in-out}.credit-left{flex:1 1 50%;padding:1rem}.credit-left h2{font-size:1.8rem;color:#121269;line-height:1.4;margin-bottom:1.2rem}.strike{text-decoration:line-through;color:#4d4dfb;font-weight:500}.highlights{color:#e6007e;font-weight:700}.credit-benefits{list-style:none;margin-bottom:1.5rem;padding-left:0}.credit-benefits li{position:relative;padding-left:1.8rem;margin-bottom:.75rem;font-size:1rem;color:#003060}.credit-benefits li:before{content:"✓";position:absolute;left:0;color:#e6007e;font-weight:700}.get-score-btn{background-color:#220bfb;color:#fff;padding:.7rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:.3s ease}.get-score-btn:hover{background-color:#150acc;transform:translateY(-2px);box-shadow:0 4px 12px #0000ff26}.credit-right{flex:1 1 50%;text-align:center;padding:1rem}.slide-img{width:100%;max-width:auto;height:300px;object-fit:contain;margin:0 auto}.hr{width:100%;border:0;height:1px;background-color:#e0e0e0;margin:1.5rem 0}.dots-container{display:flex;justify-content:center;margin-top:1.5rem;gap:8px}.dot{width:16px;height:6px;background-color:#ccc;border-radius:12%;cursor:pointer;transition:background-color .3s ease}.dot.active{background-color:#220bfb}.slide-left{animation:slideFromLeft .5s ease-in-out}.slide-right{animation:slideFromRight .5s ease-in-out}@keyframes slideFromLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideFromRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.fullpage{padding:0;border:none}.homepage{flex-direction:row-reverse!important;align-items:center;padding:.5rem 1rem;margin:0;justify-content:space-between;border-radius:0;border:none!important;box-shadow:none;background-color:#fff}.credit-left{flex:1;padding:.5rem;text-align:left}.credit-left h2{font-size:1.1rem;line-height:1.4;margin-bottom:.7rem}.credit-benefits{margin-bottom:1rem}.credit-benefits li{font-size:.9rem;margin-bottom:.4rem;padding-left:1.4rem;font-weight:550}.get-score-btn{font-size:.85rem;padding:.5rem 1rem}.credit-right{flex:0 0 auto;padding:.5rem}.slide-img{max-width:160px;height:180px}.dots-container{margin-top:.4rem;gap:6px}.dot{width:14px;height:5px}.hr{margin:.5rem 0 1rem}}@media (max-width: 480px){.fullpage{padding:0;border:none}.homepage{flex-direction:row-reverse!important;align-items:center;padding:0;margin:0;justify-content:space-between;border-radius:0;border:none!important;box-shadow:none;background-color:#fff}.credit-left{flex:1;padding:.3rem;text-align:left}.credit-left h2{font-size:.9rem;line-height:1.3;margin-bottom:.5rem}.credit-benefits{margin-bottom:.8rem}.credit-benefits li{font-size:.85rem;margin-bottom:.3rem;padding-left:1.2rem;font-weight:550}.get-score-btn{font-size:.75rem;padding:.4rem .8rem}.credit-right{flex:0 0 auto;padding:.3rem}.slide-img{max-width:100px;height:120px}.dots-container{margin-top:.1rem;gap:5px}.dot{width:12px;height:5px}.hr{margin:0 0 10px}}.product-section{padding:0rem 0rem .2rem;margin:0}.product-container{max-width:1200px;margin:0 auto;padding:0 1rem}.product-heading{text-align:start;font-size:2.25rem;font-weight:600;color:#5d17eb;margin-bottom:1rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;transition:all .3s ease}.product-icon-img{width:60px;height:45px;object-fit:contain}.product-card{position:relative;background:linear-gradient(to bottom,#fff,#f4f6ff 60%,#edf2ff);padding:1.75rem 1.5rem;border-radius:1rem;box-shadow:0 4px 12px #00000014;transition:all .3s ease;display:flex;flex-direction:column;z-index:1;cursor:pointer}.product-card:hover{opacity:1!important;filter:none!important;transform:translateY(-4px) scale(1.02);box-shadow:0 6px 18px #00000026;background-color:#fff;z-index:2}.section{margin:0;padding:0}.product-badge{position:absolute;top:-.5rem;left:1rem;background:linear-gradient(90deg,#e6007e,#e6007e);color:#fff;font-size:.7rem;font-weight:600;padding:.25rem .6rem;border-radius:999px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 6px #0000001a}.product-icon-wrapper{font-size:2.5rem}.product-title{font-size:1.25rem;font-weight:600;color:#5d17eb}.product-subtitle{font-size:.95rem;color:#4b5563;line-height:1.5}.product-cta{display:inline-flex;align-items:center;color:#5d17eb;font-weight:500;background:none;border:none;cursor:pointer;font-size:.95rem;padding:.3rem 0 0;transition:color .3s ease}.product-cta:hover{color:#320095}.product-arrow{width:18px;height:18px;margin-left:6px;transition:transform .3s ease}.product-cta:hover .product-arrow{transform:translate(4px)}@media (max-width: 768px){.product-container{margin:0 auto;padding-bottom:1rem}.product-section{padding:0 1rem;margin:0 auto}.product-heading{font-size:1.1rem;font-weight:600;text-align:start!important}.product-grid{grid-template-columns:repeat(4,1fr);gap:.6rem}.product-card{padding:.75rem;gap:.3rem;justify-content:center;align-items:center;box-shadow:#091e4240 0 4px 8px -2px,#091e4214 0 0 0 1px}.product-subtitle,.product-cta{display:none}.product-badge{top:-.4rem;left:50%;transform:translate(-50%);font-size:.45rem;font-weight:500;padding:.2rem .5rem;border-radius:999px;width:max-content;display:inline-block;box-shadow:0 2px 6px #00000014}.product-title{font-size:.85rem;text-align:center;margin:0}.product-icon-wrapper{font-size:1.5rem;text-align:center}}@media (max-width: 480px){.product-heading{margin-bottom:1rem}.product-grid{grid-template-columns:repeat(4,1fr);gap:1rem .5rem;margin:0}.product-section{padding:0;margin:0}.product-card{padding:.5rem;border-radius:5px;width:75px;margin:0}.product-title{font-size:.5rem}.product-icon-wrapper{padding-top:.2rem;font-size:1rem}.product-badge{font-size:.4rem;padding:.15rem .4rem}}.all{background-color:#f7f9ff}.home-loan-sections{max-width:1200px;margin:auto;position:relative;display:flex;flex-direction:column;padding:40px 20px;overflow:hidden;z-index:1}.dot-pattern{position:absolute;width:200px;height:200px;background-image:radial-gradient(#e6e6ff 1.5px,transparent 1.5px);background-size:20px 20px;z-index:0}.curve-line{position:absolute;left:10px;width:90%;height:100px;background:none;z-index:0}.curve-line svg{width:100%;height:100px}.bubble-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.bubble{position:absolute;border-radius:50%;background:#220bfb14;animation:float 12s infinite ease-in-out}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.bubble1{width:80px;height:80px;top:10%;right:5%;animation-delay:0s}.bubble2{width:100px;height:100px;top:40%;left:90%;animation-delay:2s}.bubble3{width:60px;height:60px;top:50%;left:40%;animation-delay:4s}.bubble4{width:120px;height:120px;top:80%;left:70%;animation-delay:6s}.section-wrapper{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;margin-bottom:0}.section-wrapper.image-left .section-image{order:1}.section-wrapper.image-left .section-content,.section-wrapper.image-right .section-image{order:2}.section-wrapper.image-right .section-content{order:1}.section-content{flex:1;max-width:600px;padding:20px}.section-image img{width:100%;max-width:350px;height:auto;display:block;border-radius:12px;margin:0 auto}.section-content h2{font-size:2.2rem;margin-bottom:16px;color:#1a1a1a;line-height:1.3}.highlight-text{color:#5d17eb}.slide-benefits{list-style:none;padding-left:0;margin-bottom:30px}.slide-benefits li{position:relative;padding-left:30px;margin-bottom:12px;color:#e6007e;font-weight:500;font-size:1rem}.slide-benefits li:before{content:"✔";position:absolute;left:0;top:0;color:#e6007e;background:#fff;border:2px solid #e6007e;border-radius:50%;font-size:12px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.slide-button{background-color:#5d17eb;color:#fff;padding:12px 24px;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:background .3s}.slide-button:hover{background-color:#3f0ebb}.loann-heading{text-align:start;padding:0 10px;font-size:1.5rem;font-weight:700;color:#5d17eb}@media (max-width: 768px){.section-wrapper{flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-bottom:24px;box-shadow:#00000017 0 3px 12px;gap:10px}.loan-heading{text-align:start;font-size:1rem;font-weight:700;color:#5d17eb}.section-wrapper .section-image{order:1;width:100%;display:flex;justify-content:center}.section-content h2{font-size:1.5rem;margin-bottom:12px;text-align:start}.slide-benefits li{font-size:1rem;margin-bottom:10px;text-align:left}.loann-heading{font-size:1.2rem;margin-bottom:16px}.home-loan-sections{padding:0}.section-content br{display:none}.section-wrapper.image-left .section-image,.section-wrapper.image-left .section-content,.section-wrapper.image-right .section-image,.section-wrapper.image-right .section-content{order:unset}}@media (max-width: 480px){.section-wrapper{flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-bottom:24px;box-shadow:#00000017 0 3px 12px;gap:10px}.loann-heading{text-align:start;font-size:1rem;font-weight:600;color:#5d17eb}.section-wrapper .section-image{order:1;width:100%;display:flex;justify-content:center}.section-wrapper .section-content{order:2;width:100%;padding:10px 20px}.section-image img{max-width:220px;height:auto;margin:0 auto;display:block}.section-content br{display:none}.section-content h2{font-size:1rem;margin-bottom:12px;text-align:start}.slide-benefits li{font-size:.85rem;margin-bottom:10px;text-align:left}.slide-button{font-size:.75rem;padding:8px 16px;align-items:start;width:max-content;margin-top:10px}.section-wrapper.image-left .section-image,.section-wrapper.image-left .section-content,.section-wrapper.image-right .section-image,.section-wrapper.image-right .section-content{order:unset}}.how-works{text-align:center;padding:1rem;font-family:Segoe UI,sans-serif;background-color:#fcfcfc;max-width:1200px;margin:auto}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#333}.section-subtitle{color:#333;font-size:1.1rem;max-width:720px;margin:0 auto 2.5rem;line-height:1.6}.steps-line-wrapper{position:relative;padding-top:2rem}.progress-line{position:absolute;top:5rem;left:7%;right:7%;height:4px;background-color:#dcdcdc;z-index:1}.steps-container{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:1.5rem;padding-bottom:1rem;position:relative;z-index:2;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.step-card{flex:0 0 auto;min-width:260px;max-width:300px;scroll-snap-align:start}.steps-container::-webkit-scrollbar{height:6px}.steps-container::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:3px}.steps-container::-webkit-scrollbar-track{background-color:transparent}.step-card{position:relative;width:260px;border-radius:20px;padding:2rem 1.3rem 1.3rem;box-shadow:0 4px 16px #00000014;text-align:center;background-color:#fff;transition:transform .3s ease;flex:1 1 260px;max-width:300px}.step-card:hover{transform:translateY(-5px)}.purple-bg{background-color:#e4d4ff}.blue-bg{background-color:#d4ebff}.green-bg{background-color:#ddf7f0}.white-bg{background-color:#f9f9f7}.stepss-icon{height:130px;width:auto;margin-bottom:1rem;border-radius:0;width:100%}.step-title{font-size:1.2rem;font-weight:700;color:#002366;margin-bottom:.5rem}.step-text{font-size:.95rem;color:#444;line-height:1.5}.step-circle{width:40px;height:40px;background-color:#7000ff;color:#fff;font-weight:700;font-size:1.1rem;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;z-index:3;box-shadow:0 0 0 5px #fcfcfc}@media (min-width: 481px) and (max-width: 768px){.steps-container{gap:1rem;margin:0;scrollbar-width:none}.step-card{width:120px;min-width:120px;max-width:120px;padding:.5rem}.stepss-icon{width:70px!important;height:auto;margin:0}.step-circle{width:30px;height:30px;font-size:1rem;margin:0 auto .5rem}.step-title{font-size:.9rem}.step-text{display:none}.section-title{font-size:1.6rem}.section-subtitle{font-size:1rem}}@media (max-width: 480px){.steps-container{flex-direction:row;align-items:center;gap:.5rem;margin:0;scrollbar-width:none}.section-title{font-size:1.5rem}.how-works{padding:1rem}.step-card{width:100px;min-width:100px;max-width:100px;padding:1rem}.section-subtitle{font-size:.8rem;max-width:100%;margin:0}.step-circle{width:20px;margin:0 auto .5rem;height:20px;font-size:.9rem}.stepss-icon{width:60px!important;height:auto;margin:0}.step-text{display:none}.step-title{font-size:.7rem}.step-card{padding:.1rem}}.whyus-section{padding:2rem 1rem;background:#f7f9ff}.whyus-container{max-width:1200px;margin:0 auto;text-align:center}.whyus-heading{font-size:2.2rem;margin-bottom:.5rem;color:#5d17eb}.whyus-subtitle{font-size:1rem;color:#666;margin-bottom:2rem;padding:0 1rem}.whyus-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.whyus-card{flex:1 1 250px;max-width:280px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:2rem 1rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.whyus-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #e6007e66,0 2px 8px #09f3}.whyus-icon{font-size:2.5rem;margin-bottom:1rem;color:#e6007e}.whyus-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#5d17eb;text-transform:capitalize}.whyus-description{font-size:.95rem;line-height:1.5;color:#555}@media (max-width: 768px){.whyus-heading{font-size:1.8rem}.whyus-grid{align-items:center}.whyus-card{max-width:90%;padding:1.5rem;background-color:#f7f9ff}}@media (max-width: 480px){.whyus-heading{font-size:1.5rem}.whyus-subtitle{font-size:.95rem}.whyus-grid{gap:.1rem}.whyus-card{border:none;box-shadow:none;padding:.5rem .1rem}.whyus-icon{font-size:2rem;margin-bottom:.5rem}.whyus-title{font-size:1.1rem}.whyus-description{font-size:.9rem}}.about-work-section{display:flex;justify-content:center;align-items:stretch;flex-wrap:wrap;gap:2rem;padding:2rem 1rem;max-width:1200px;margin:auto}.card{flex:1 1 320px;max-width:420px;background:linear-gradient(to bottom right,#cce7ff,#61c6ff);border-radius:8px;padding:2rem 1.5rem;text-align:center;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease}.card:hover{transform:translateY(-5px)}.about-card,.work-card{background:#f9f9f7}.card-image{width:100%;max-width:220px;height:200px;object-fit:contain;margin:0 auto 1rem}.card h2{font-size:1.75rem;margin-bottom:.75rem;color:#042c5c}.card p{font-size:1rem;color:#333;margin-bottom:1.5rem;line-height:1.5}.card-btn{background:#fff;border:2px solid #2b2bff;border-radius:4px;padding:.75rem 1.5rem;font-weight:600;font-size:1rem;color:#2b2bff;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center}.card-btn span{margin-left:.5rem;font-size:1.2rem}.card-btn:hover{background:#f0f4ff}@media (max-width: 768px){.about-work-section{flex-direction:column;align-items:center}.card{width:100%;max-width:95%;margin:0rem;padding:auto}.card h2{font-size:1.5rem}.card p{font-size:.95rem}.card-btn{width:100%;font-size:1rem}}@media (max-width: 480px){.card h2{font-size:1.4rem}.card p{font-size:.9rem}.card-btn{font-size:.95rem;padding:.65rem 1.2rem}}.alliances-wrapper{text-align:center;background-color:#f3f9ff;padding:2rem 1rem;margin:0}.alliances-wrapper h1{font-size:2.5rem;color:#220bfb;margin-bottom:1.5rem}.alliances-title{font-size:2rem;color:var(--primary-color);margin-bottom:2rem}.filter-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem}.filter-btn{padding:.5rem 1.2rem;border:1px solid #220bfb;background-color:transparent;color:#220bfb;border-radius:6px;cursor:pointer;transition:all .3s ease}.filter-btn:hover,.filter-btn.active{background-color:#220bfb;color:#fff}.alliances-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem;max-width:1200px;margin:0 auto}.alliances-card{border-radius:8px;display:flex;justify-content:center;align-items:center;transition:transform .3s ease,box-shadow .3s ease;background-color:#fff;border:1px solid #eee;height:65px;box-sizing:border-box;padding:.5rem}.alliances-logo{max-height:50px;max-width:100%;object-fit:contain;background-color:#fff}.fade-in{animation:fadeInUp .5s ease-in-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.filter-buttons{display:flex;flex-direction:row;overflow-x:auto;white-space:nowrap;gap:1rem;padding:0 1rem;scrollbar-width:none;-ms-overflow-style:none}.filter-buttons::-webkit-scrollbar{display:none}.filter-btn{flex-shrink:0;white-space:nowrap;font-size:.85rem;padding:.5rem 1rem}}@media (max-width: 480px){.alliances-wrapper h1{font-size:2rem;margin:0}.alliances-wrapper{padding:1rem .5rem}.alliances-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.alliances-card{height:55px}.alliances-logo{max-height:40px}.filter-btn{font-size:.85rem;padding:.4rem .8rem}}.emi-calculator-wrapper{padding:1rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;max-width:1200px;margin:0 auto}.bradcrum{margin:1rem 0;font-size:14px;color:#666;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:5px;text-align:center}.breadcrumb-item{color:#5d17eb;text-decoration:none}.breadcrumb-item a{text-decoration:none;color:inherit;transition:color .2s ease-in-out}.breadcrumb-item a:hover{color:#0056b3;text-decoration:underline}.breadcrumb-item.active{color:#333;font-weight:500;pointer-events:none}.breadcrumb-separator{margin:0 5px;color:#aaa}.calculator-heading{text-align:center;margin-bottom:1.5rem;font-size:2rem;color:#2b2bff}.calculator-section{display:flex;flex-direction:column;gap:2rem}.form-container{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 10px #0000001a}label{display:block;margin-bottom:1rem}input[type=range],input[type=number]{width:100%;margin-top:.5rem;padding:.5rem;border-radius:6px;border:1px solid #2b2bff;font-size:1rem}input[type=number]{margin-bottom:.5rem}.emi-output{margin-top:2rem;background:#eef;padding:1rem;border-radius:10px}.emi-output span{color:#2b2bff;font-weight:700}.download-btn{margin-top:1rem;background:#2b2bff;color:#fff;padding:.7rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-weight:700;font-size:1rem;width:100%}.download-btn:hover{background:#1f1fff}.graph-container,.schedule-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 10px #0000001a}.graph-title{margin-bottom:1rem;text-align:center;font-size:1.25rem}.loan-types-section{background:#fff;padding:2rem 1rem;margin-top:2rem;border-radius:12px;box-shadow:0 4px 10px #0000001a}.loan-types-container{max-width:900px;margin:auto;line-height:1.7;font-size:1rem;color:#333}.loan-types-container h2{margin-top:2rem;color:#1f2937;font-size:1.5rem;border-left:4px solid #2563eb;padding-left:.75rem;margin-bottom:1rem}.loan-types-container p{margin-bottom:1rem}.loan-types-container ul{margin:.5rem 0 1rem 1.5rem;padding-left:1rem;list-style-type:disc}.loan-types-container li{margin-bottom:.5rem}.loan-types-container code{display:inline-block;background:#f3f4f6;padding:.3rem .6rem;border-radius:4px;font-family:Consolas,Monaco,monospace;margin:.5rem 0;color:#1e3a8a}@media (min-width: 768px){.calculator-section{flex-direction:row}.form-container,.graph-container{flex:1}.form-container{margin-right:2rem}.download-btn{width:auto}.loan-types-container{font-size:1.05rem}.loan-types-container h2{font-size:1.75rem}}@media (min-width: 1024px){.calculator-heading{font-size:2.5rem}.graph-title{font-size:1.5rem}.emi-output{font-size:1.1rem}.form-container,.graph-container,.schedule-section{padding:2rem}}.emi-schedule{margin:2rem auto;border:1px solid #dce1e7;border-radius:10px;overflow:hidden;box-shadow:0 4px 12px #0000000d;font-family:Segoe UI,sans-serif}.emi-table-header{display:grid;grid-template-columns:1.5fr repeat(5,1fr);background-color:#f5f9ff;font-weight:600;font-size:1rem;padding:1rem 1.2rem;border-bottom:1px solid #ccc}.emi-row.main-row{display:grid;grid-template-columns:1.5fr repeat(5,1fr);padding:1rem 1.2rem;background-color:#f5f9ff;cursor:pointer;transition:background .3s ease;border-bottom:1px solid #e4eaf1}.emi-row.main-row:hover{background-color:#e0edff}.expand-toggle{font-weight:600;color:#04c}.sub-rows{max-height:0;overflow:hidden;opacity:0;transition:all .3s ease;background-color:#fff}.emi-row.sub-row{display:grid;grid-template-columns:1.5fr repeat(5,1fr);padding:.8rem 1.2rem;border-top:1px solid #f0f0f0;font-size:.95rem;color:#444}.sub-rows.active{max-height:1000px;opacity:1}.green{color:#28a745;font-weight:600}.orange{color:#fd7e14;font-weight:600}.grey{color:#6c757d;font-weight:600}.red{color:#dc3545;font-weight:600}.light{color:#17a2b8;font-weight:600}@media (max-width: 480px){.emi-calculator-wrapper{padding:.8rem .1rem}.calculator-heading{font-size:1.2rem;margin-bottom:.2rem}.bradcrum{font-size:.75rem;gap:3px;margin:0}.form-container,.graph-container,.schedule-section,.loan-types-section{padding:.3rem 0px;border-radius:8px;margin:0}label{font-size:.85rem;margin-bottom:0;padding:0 5px}input[type=range],input[type=number]{font-size:.85rem;padding:.4rem;margin:0}.download-btn{font-size:.85rem;padding:.5rem 1rem;margin:0;width:max-content;border-radius:6px}.emi-output{font-size:.85rem;margin:0;padding:.8rem}.calculator-section{gap:0}.graph-title{font-size:1rem;margin-bottom:.8rem}.loan-types-container{font-size:.85rem;line-height:1.5}.loan-types-container h2{font-size:1rem;padding-left:.5rem;margin-top:0rem;color:#0056b3;margin-bottom:.5rem}.loan-types-container li,.loan-types-container p{font-size:.7rem}.loan-types-container code{font-size:.75rem;padding:.2rem .5rem;color:#04c}.emi-schedule{overflow-x:auto}.emi-table-header,.emi-row.main-row,.emi-row.sub-row{display:grid;min-width:100%;font-size:.75rem;padding:.8rem;gap:.3rem}.sub-rows.active{max-height:800px}}.credit-showcase{padding:2rem 1rem;background:#f9fafe;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.credit-grid{display:flex;gap:1rem;max-width:1200px;margin:0 auto;flex-wrap:wrap}.credit-main{flex:2;min-width:0}.credit-main h2{font-size:2rem;color:#1d2c4c;margin-bottom:1rem}.credit-main p{margin-bottom:2rem;color:#444;line-height:1.6}.credit-card-box{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 10px #0000000f}.credit-card-box h3{font-size:1.2rem;color:#0057ff;margin-bottom:1rem}.card-content{display:flex;gap:2rem;align-items:flex-start;justify-content:space-between;flex-wrap:nowrap}.card-image img{width:230px;object-fit:contain;border-radius:10px}.card-details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.features{list-style:none;padding-left:0;margin:0 0 1rem;color:#333;font-size:.95rem}.features li{margin-bottom:.5rem}.badge-row{display:flex;gap:1rem;flex-wrap:wrap;font-size:.9rem;color:#444;margin-bottom:1rem}.badge-row span{background:#e8f0ff;padding:.4rem .8rem;border-radius:20px;font-weight:500}.eligibility-btn{background-color:#0057ff;color:#fff;padding:.6rem 1.4rem;border:none;border-radius:6px;cursor:pointer;font-weight:600;width:fit-content;transition:background .3s ease}.eligibility-btn:hover{background-color:#003fcc}.note{font-size:.9rem;color:#555;background:#eef3ff;padding:1rem;border-left:4px solid #0057ff;border-radius:6px;margin-top:2rem}.why-choose{flex:1;min-width:280px;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px #0000000f;height:fit-content}.why-choose h3{font-size:1.3rem;margin-bottom:1rem}.highlight{color:#e6007e}.why-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.why-icon{font-size:1.5rem;color:#0057ff}@media (max-width: 768px){.credit-grid{flex-direction:column}.card-content{flex-direction:column;align-items:center;text-align:center}.card-image img{width:100%;max-width:280px}.card-details{align-items:center}.badge-row{justify-content:center}.eligibility-btn{margin:0 auto}.why-choose{margin-top:2rem}}.credit-guide-container{font-family:Segoe UI,sans-serif;padding:2rem;background:#f8fbff;color:#333;max-width:1200px;margin:auto}.guide-section{margin-bottom:3rem}.guide-section h2{font-size:1.8rem;color:#111;margin-bottom:1.2rem}.guide-list{background:#fff;border-radius:12px;box-shadow:0 0 20px #eaeaea;padding:1.5rem;list-style:none}.guide-list li{display:flex;align-items:start;margin-bottom:1rem;font-size:1rem}.guide-list svg{color:#07f;margin-right:.75rem;margin-top:.25rem;flex-shrink:0}.highlight{color:#e6007e;font-weight:500}.tips-list .tip-item{margin-bottom:1.5rem}.tip-item h4{font-size:1.1rem;font-weight:600;margin-bottom:.3rem}.tip-item p{font-size:.95rem;color:#444}.dos-donts-container{display:flex;flex-wrap:wrap;gap:2rem}.dos-donts-card{flex:1;min-width:280px;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 0 20px #ececec}.dos-donts-card h4{font-size:1.2rem;margin-bottom:1rem;color:#111}.dos-donts-card ul{list-style:none}.dos-donts-card li{display:flex;align-items:start;margin-bottom:.8rem;font-size:.95rem}.dos-donts-card svg{color:#07f;margin-right:.75rem;margin-top:.2rem;flex-shrink:0}@media (max-width: 768px){.dos-donts-container{flex-direction:column}}.card-comparison{font-family:Segoe UI,sans-serif;padding:20px;max-width:1200px;margin:auto;background:#fff}.card-comparison h2{font-size:28px;font-weight:700;margin-bottom:10px}.card-comparison p{font-size:16px;margin-bottom:20px;color:#555}.card-comparison a{color:#5d17eb;text-decoration:none}.card-comparison table{width:100%;border-collapse:collapse;margin-top:20px}.card-comparison th,.card-comparison td{border:1px solid #ddd;padding:12px 16px;vertical-align:top;text-align:left}.card-comparison thead th{background-color:#e2ebff;font-weight:700}.card-comparison tbody tr:nth-child(2n){background-color:#f9f9f9}.contact-page-container{background:linear-gradient(to bottom right,#fff,#f4f7ff,#e6ecff);color:#000;min-height:100vh;padding:5rem 1.5rem 2rem;font-family:Segoe UI,sans-serif}.cta-section{text-align:center;max-width:720px;margin:0 auto 4rem}.cta-badge{background-color:#001aff;color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:999px;display:inline-block;margin-bottom:1rem}.cta-heading{font-size:3rem;font-weight:500;line-height:1.3;margin-bottom:1rem}.cta-text{color:#444;font-size:1rem;line-height:1.6;margin-bottom:2rem}.cta-button{background-color:#0059ff;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.cta-button:hover{background-color:#0041cc}.contact-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto}.contact-form{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 10px 20px #0000000f}.form-group{display:grid;gap:1.5rem;margin-bottom:1.5rem}.form-field{display:flex;flex-direction:column}.form-label{font-size:.9rem;margin-bottom:.5rem;color:#333}.input{padding:.75rem 1rem;border-radius:.5rem;border:1px solid #ccc;font-size:1rem;transition:border-color .3s}.input:focus{border-color:#0059ff;outline:none}textarea.input{resize:vertical;min-height:200px}.message-textarea{padding:.75rem 1rem;width:300px;border-radius:.5rem;border:1px solid #ccc;font-size:1rem;transition:border-color .3s}.submit-button{background-color:#0059ff;color:#fff;padding:.75rem;font-size:1rem;border:none;border-radius:.5rem;width:100%;cursor:pointer;transition:background-color .3s ease}.submit-button:hover{background-color:#0041cc}.contact-info{display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem}.info-box{display:flex;align-items:flex-start;gap:1rem}.info-box .icon{font-size:1.25rem;color:#0059ff;margin-top:4px}.info-box p{margin:0;font-size:.95rem;color:#444}.info-box .label{font-weight:600;margin-bottom:.2rem;color:#222}@media (max-width: 768px){.contact-page-container{padding:1rem .5rem}.cta-heading{font-size:2rem}.cta-text{font-size:.95rem;margin-bottom:1.5rem}.cta-button{padding:.6rem 1.2rem;font-size:.7rem}.contact-grid{padding:1rem;gap:1rem}.contact-form{padding:1.2rem}.form-group{gap:1rem;margin-bottom:1rem}.form-label{font-size:.85rem}.input,.message-textarea{font-size:.95rem;padding:.6rem .9rem;width:100%}.message-textarea{min-height:150px}.submit-button{font-size:.95rem;padding:.65rem}.contact-info{padding:0rem}.info-box{align-items:flex-start;gap:.8rem}.info-box .icon{font-size:1.1rem}.info-box p{font-size:.9rem}.info-box .label{font-size:.95rem}}@media (max-width: 480px){.cta-heading{font-size:1.6rem;line-height:1.2}.cta-text{font-size:.85rem}.cta-section{margin:0}.contact-form{padding:1rem}.form-grid{display:flex;flex-direction:column}.form-label,.input,.submit-button{font-size:.85rem}.message-textarea{min-height:60px}.form-grid input{padding:.5rem;font-size:1rem}.info-box p,.info-box .label{font-size:.85rem}}.partners-container{display:flex;flex-direction:row;gap:40px;max-width:1200px;margin:40px auto;padding:0 20px;color:#1a2c65;font-family:Arial,sans-serif}.left-panel{flex:2}.left-panel h1{font-size:28px;margin-bottom:10px;color:#5d17eb}.left-panel p{margin-bottom:20px;color:#444}.accordion-item{border:1px solid #ddd;margin-bottom:8px;border-radius:4px;overflow:hidden}.accordion-body ul{list-style-type:disc;padding-left:20px;margin-top:10px}.accordion-body li{padding:4px 0;font-size:14px;color:#444}.accordion-header{width:100%;padding:15px 20px;font-weight:700;text-align:left;background-color:#f9f9f9;color:#1a2c65;border:none;cursor:pointer;display:flex;justify-content:space-between;transition:background-color .3s ease}.accordion-header:hover{background-color:#e6f0ff}.accordion-body{max-height:0;overflow:hidden;background-color:#fafafa;transition:max-height .4s ease-out,padding .3s ease;padding:0 20px;font-size:14px;color:#555}.accordion-body.active{max-height:100px;padding:10px 20px 15px}.right-panel{flex:1;border-left:2px solid #e0e0e0;padding-left:20px}.right-panel h2{font-size:20px;margin-bottom:15px;color:#5d17eb}.rbi-links{list-style:none;padding:0;margin:0}.rbi-links li{margin-bottom:10px}.rbi-links a{text-decoration:none;color:#5d17eb;font-weight:500;transition:color .2s}.rbi-links a:hover{color:#555}@media (max-width: 768px){.partners-container{flex-direction:column}.right-panel{border-left:none;padding-left:0;margin-top:30px}}.about-us-hero{background:url(https://www.galaxymagnum.com/wp-content/uploads/2024/04/4-jpg.webp) no-repeat center center/cover;height:100vh;position:relative;display:flex;align-items:flex-start;justify-content:flex-start;margin:0;padding:0}.overlay{background-color:#00000080;width:100%;height:100%;padding:5rem 4rem 2rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start}.breadcrumb{color:#555;text-decoration:none;font-size:1rem;font-weight:300;margin-bottom:1.5rem;letter-spacing:.5px}.content{margin:auto 0;color:#fff}.content h2{color:#fff;font-size:1.8rem;font-weight:400;margin-bottom:1.2rem}.content h1{color:#fff;font-size:3.5rem;font-weight:600;line-height:1.2;max-width:900px}.about-section{padding:4rem 2rem;background-color:#fff;max-width:1200px;margin:auto}.about-container{display:flex;flex-wrap:wrap;max-width:1200px;margin:0 auto;gap:3rem}.about-left{flex:1;min-width:280px}.about-left .subtitle{font-size:1rem;color:#444;margin-bottom:1rem}.about-left h2{font-size:2.5rem;font-weight:600;line-height:1.3;color:#222}.about-right{flex:2;min-width:300px;font-size:1.1rem;color:#333;line-height:1.8;display:flex;flex-direction:column;gap:1.5rem}@media (max-width: 768px){.overlay{padding:3rem 1.5rem}.content h2{font-size:1.4rem}.content h1{font-size:2.2rem}.about-container{flex-direction:column}.about-left h2{font-size:2rem}.about-right{font-size:1rem}}@media (max-width: 768px){.overlay{padding:3rem 1.5rem}.content h2{font-size:1.4rem}.content h1{font-size:2.2rem}}.vision-mission-section{width:100%;margin:0;padding:0}.vision-mission-bg{background-image:url(https://res.cloudinary.com/chqbook/image/upload/w_900,q_auto,f_auto/v1606392523/chqbookWeb/career/20200901_174507-min.jpg);background-size:cover;background-position:center;position:relative;min-height:90vh;display:flex;align-items:center;justify-content:flex-end;padding:2rem}.vision-mission-box{background:#000000b3;color:#fff;max-width:400px;height:auto;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;padding:2rem;border-radius:8px}.vision-mission-box .label{text-transform:uppercase;font-size:.9rem;color:#ccc;margin-bottom:.5rem}.vision-mission-box h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.vision-mission-box p{font-size:1.3rem;line-height:1.6;color:#fff}.vision-mission-box hr{border:none;height:1px;background:#555;margin:1.2rem 0}@media (max-width: 768px){.vision-mission-bg{justify-content:center;padding:1rem}.vision-mission-box{width:100%;max-width:100%;padding:1.5rem}.vision-mission-box h3{font-size:1.3rem}}.stats-section{background-color:#fff;padding:4rem 2rem}.stats-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:space-between}.stats-left{flex:1;min-width:280px}.stats-subtitle{font-size:1rem;color:#555;margin-bottom:.5rem}.stats-left h2{font-size:2.5rem;font-weight:600;color:#111;line-height:1.3}.stats-right{flex:2;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;min-width:300px}.stat-item h3{font-size:2rem;font-weight:700;color:#111}.stat-item p{font-size:1rem;color:#444;margin-top:.3rem}@media (max-width: 768px){.stats-container{flex-direction:column;gap:3rem}.stats-right{grid-template-columns:1fr;width:100%}.stats-left h2{font-size:2rem}}.team-section{padding:4rem 2rem;background:#f3f9ff}.ceo-section{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:center;margin-bottom:4rem}.ceo-image img{width:300px;height:auto;border-radius:1rem;box-shadow:0 4px 16px #0000001a}.ceo-message{max-width:600px}.ceo-message h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.ceo-message p{font-size:1rem;line-height:1.7;color:#333;margin-bottom:1rem}.team{text-align:center}.team h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.team p{font-size:1rem;max-width:700px;margin:0 auto 2rem;color:#444}.team-members{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;padding:2rem 0}.team-members{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.team-card{width:220px;background-color:#fff;border-radius:12px;padding:1.5rem 1rem;text-align:center;box-shadow:0 6px 15px #00000014;transition:transform .3s ease}.team-card:hover{transform:translateY(-5px)}.team-card img{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.team-card h3{font-size:1.2rem;font-weight:600;color:#222;margin-bottom:.5rem}.team-card p{font-size:.95rem;color:#666}.partner-section{padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(to right,#eaf1ff,#fff);max-width:1200px;margin:auto}.partner-container{display:flex;gap:2rem;max-width:1200px;margin:0 auto}.partner-container img{max-width:300px;height:auto}.partner-left{flex:1 1 480px;padding:0;border-radius:12px}.partner-title{font-size:2rem;font-weight:700;color:#4314b2;margin-bottom:.75rem}.partner-subtitle{font-size:1.1rem;margin-bottom:2rem;color:#555;line-height:1.5}.partner-left h3{font-size:1.25rem;color:#4314b2;margin-top:1.5rem;margin-bottom:.75rem;border-left:4px solid #5d17eb;padding-left:.5rem}.partner-left ul{list-style:disc;padding-left:1.5rem;color:#555;line-height:1.7}.partner-right{flex:1 1 480px;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 5px 30px #0000000d}.partner-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.partner-form input,.partner-form textarea{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;background-color:#f9f9f9;transition:border-color .3s ease,background-color .3s ease;color:#333}.partner-form input::placeholder,.partner-form textarea::placeholder{color:#777;opacity:1}.partner-form input:focus,.partner-form textarea:focus{border-color:#5d17eb;background-color:#fff;outline:none}.partner-submit-btn{width:100%;background-color:#5d17eb;color:#fff;margin-top:20px;padding:.9rem;font-size:1rem;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.partner-submit-btn:hover{background-color:#4314b2}@media (max-width: 768px){.partner-container{flex-direction:column}.partner-left,.partner-right{padding:1.5rem}}.cibil-container{min-height:100vh;padding:0;margin:auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative;background:linear-gradient(to bottom,#f0f4ff 20%,#fff 50%);overflow-x:hidden}.cibil-header{text-align:center;color:#5d17eb;padding:4rem 1rem 2rem}.cibil-subheading{font-size:1.2rem;color:#111;margin-top:.5rem}.cibil-description{font-size:1rem;max-width:90%;margin:.5rem auto 0;color:#111;line-height:1.6}.cibil-form-box{display:flex;justify-content:space-between;flex-wrap:wrap;background-color:#fff;padding:2rem;border-radius:12px;max-width:1100px;margin:20px auto 2rem;box-shadow:0 6px 20px #0000001a;gap:2rem}.cibil-form-left{flex:1 1 48%;min-width:300px}.cibil-form-title{color:#5d17eb;font-size:1.6rem;margin-bottom:1rem}.cibil-form{display:flex;flex-direction:column;gap:1rem}.cibil-input-group{display:flex;flex-direction:column}.cibil-input-group label{font-weight:500;margin-bottom:.3rem}.cibil-input-group input,.cibil-input-group select{padding:.6rem;border:1px solid #5d17eb;border-radius:5px;font-size:1rem}.cibil-input-group input:focus,.cibil-input-group select:focus{border:1px solid #5d17eb;outline:none}.cibil-radio-group{display:flex;gap:1rem;margin-top:.5rem}.cibil-submit-btn{background-color:#5d17eb;color:#fff;padding:.75rem 1.2rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;margin-top:1rem;width:fit-content}.cibil-form-right{flex:1 1 48%;display:flex;justify-content:center;align-items:center;min-width:280px}.cibil-form-right img{max-width:100%;height:auto}.credit-score-section{background:#fafafa;padding:3rem 1rem;text-align:center}.credit-score-heading{font-size:2.2rem;font-weight:700;color:#000;margin-bottom:1rem}.credit-score-heading .highlight{color:#7c3aed}.credit-score-description{max-width:800px;margin:0 auto 3rem;color:#333;font-size:1rem;line-height:1.6}.score-wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;position:relative}.score-meter{flex-basis:100%;display:flex;justify-content:center;margin:2rem 0}.score-meter img{padding-top:35px;max-width:400px;width:100%;height:auto}.score-card{background:#fff;padding:1rem 1.5rem;width:270px;border-radius:12px;box-shadow:0 4px 15px #00000012;text-align:left;transition:transform .3s ease;position:absolute}.score-card:hover{transform:translateY(-5px)}.score-card h4{font-size:1rem;font-weight:600;margin-bottom:.4rem}.score-card p{font-size:.9rem;color:#333;line-height:1.4}.red h4{color:#e53935}.orange h4{color:#fb8c00}.yellow h4{color:#fbc02d}.green h4{color:#7cb342}.darkgreen h4{color:#2e7d32}.red{top:40vh;left:18vw}.orange{top:10vh;left:20vw}.yellow{top:-5vh;left:40vw}.green{top:10vh;right:20vw}.darkgreen{top:38vh;right:18vw}@media (max-width: 992px){.cibil-form-box{flex-direction:column;align-items:center}.cibil-form-left,.cibil-form-right{width:100%}.score-card{position:static;width:90%;margin:1rem auto}.score-wrapper{flex-direction:column;position:static}.score-meter img{max-width:300px}}@media (max-width: 480px){.cibil-header{padding:2rem 1rem 1rem}.cibil-subheading{font-size:1rem}.credit-score-heading{font-size:1.5rem}.score-card{width:100%;padding:1rem}.cibil-form-box{padding:1.5rem}}.notfound-container{text-align:center;padding:60px 20px;min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.notfound-image{max-width:400px;width:100%;margin-bottom:30px}.notfound-container h1{font-size:36px;color:#002c6a;margin-bottom:10px}.notfound-container p{font-size:16px;color:#555;margin-bottom:30px;max-width:400px}.back-home-button{background-color:#6e00ff;color:#fff;padding:12px 24px;border-radius:6px;text-decoration:none;font-weight:600;transition:background-color .3s ease}.back-home-button:hover{background-color:#5800cc}.business-loan-page{background-color:#f4f8ff;padding:0x;margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-sizing:border-box}.loan-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;max-width:1200px;margin:0 auto}.loan-left{flex:1 1 60%;min-width:300px}.breadcrumb{color:#5d17eb;font-size:.9rem;margin-bottom:.5rem}.loan-heading{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.loan-description{font-size:1.1rem;margin-bottom:2rem;color:#333;max-width:90%}.loan-features-grid{display:flex;gap:.5rem;margin-bottom:.5rem}.feature-cart{background:#fff;border-radius:12px;box-shadow:0 0 10px #0000000d;padding:.5rem;display:flex;align-items:center;gap:1rem}.feature-cart .icon{font-size:1.5rem}.last-updated{font-size:.9rem;margin-top:1.5rem;color:#666}.loan-right{flex:1 1 35%;min-width:280px;display:flex;justify-content:center;align-items:flex-start;align-items:center;padding:2rem}.apply-form-box{background:#fff;border-radius:12px;padding:2rem;width:100%;max-width:400px;box-shadow:0 6px 20px #00000014;display:flex;flex-direction:column;gap:1.5rem}.apply-title{font-size:1.5rem;font-weight:600;color:#2c2c2c;margin:0}.apply-button{background-color:#5d17eb;color:#fff;border:none;padding:.85rem 1.25rem;font-size:1rem;border-radius:8px;cursor:pointer;font-weight:500;transition:background .3s ease}.apply-button:hover{background-color:#4413b1}.trust-box{background:#fff;border-radius:12px;margin:2rem auto 0;padding:1.5rem 2rem;box-shadow:0 0 10px #00000014;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-around;max-width:1200px;width:100%}.trust-label{flex:1 1 200px;display:flex;align-items:center;gap:1rem}.trust-label .icon{font-size:2rem}.trust-item{text-align:center;flex:1 1 100px}.trust-item strong{font-size:1.2rem;display:block;margin-bottom:.2rem}.emi-calculator{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #0000000f;font-family:Segoe UI,sans-serif;max-width:1200px;margin:20px auto}.emi-calculator h2{font-size:1.8rem;color:#333;margin-bottom:2rem}.emi-calculator h2 strong{color:#5d17eb}.emi-container{display:flex;flex-wrap:wrap;gap:2rem}.emi-left{flex:1.3;min-width:280px}.emi-left label{font-weight:600;margin-bottom:.5rem;display:block;color:#444}.input-group{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem}.input-group input[type=range]{flex:1;accent-color:#5d17eb;cursor:pointer}.input-group input[type=number]{width:110px;padding:.5rem;font-size:.95rem;border-radius:6px;border:1px solid #ccc;outline:none}.range-labels{display:flex;justify-content:space-between;font-size:.85rem;color:#888;margin-bottom:1.2rem}.roi-tenure-row{display:flex;flex-wrap:wrap;gap:2rem;margin-top:1rem}.roi-box,.tenure-box{flex:1;min-width:240px}.rate-value-group,.tenure-value-group{display:flex;align-items:center;gap:.4rem}.unit{font-weight:500;color:#555}.tenure-toggle{display:flex;gap:.5rem;margin-left:.5rem}.tenure-toggle span{padding:.4rem .8rem;background:#eee;border-radius:6px;border:1px solid #ccc;cursor:pointer;font-weight:500;transition:all .3s ease}.tenure-toggle .active{background-color:#5d17eb;color:#fff;border-color:#5d17eb}.range-value{margin-top:.5rem;font-size:.95rem;font-weight:500;color:#333}.emi-right{flex:1;min-width:280px}.emi-box{background:#f4f6ff;border:2px dashed #5d17eb;padding:2rem;border-radius:12px;text-align:center;height:100%;display:flex;flex-direction:column;justify-content:center}.emi-box h4{font-size:1rem;margin-bottom:1rem;color:#333}.emi-box h2{font-size:2rem;color:#5d17eb;margin-bottom:1.5rem}.emi-summary{text-align:left}.emi-line{display:flex;justify-content:space-between;font-size:.95rem;color:#555;margin:.4rem 0}.emi-line.total{font-weight:700;color:#222;border-top:1px solid #ddd;padding-top:.8rem}.loan-offer-section{display:flex;flex-wrap:wrap;max-width:1200px;margin:2rem auto;padding:1rem;gap:2rem}.offer-left{flex:1;min-width:300px}.offer-left h2{font-size:1.5rem;margin-bottom:1.5rem}.offer-card{border:1px solid #e0e0e0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;background-color:#fff;box-shadow:0 0 8px #0000000d;flex-wrap:wrap}.offer-header{display:flex;align-items:center;margin-bottom:1rem}.bank-logo{width:max-content;height:40px}.offer-body{display:flex;justify-content:space-between;align-items:center;flex:1;flex-wrap:wrap;gap:1rem}.offer-details{display:flex;align-items:center;justify-content:center;gap:1rem;flex:1;min-width:200px}.offer-details>div{min-width:100px}.detail-label{font-size:.85rem;color:#555}.detail-value{font-weight:700;font-size:1rem;color:#000}.apply-wrapper{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0;min-width:120px}.apply-btn{padding:.6rem 1.5rem;background-color:#06f;color:#fff;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:.3s ease;white-space:nowrap}.apply-btn:hover{background-color:#004ecc}.offer-right{flex:.5;background:linear-gradient(to bottom right,#e0f0ff,#f2f8ff);padding:1.5rem;border-radius:12px;min-width:250px}.offer-right h3{font-size:1.25rem;margin-bottom:1rem}.why-card{display:flex;align-items:center;background-color:#fff;border-radius:10px;margin-bottom:1rem;padding:1rem;gap:.8rem;box-shadow:0 2px 6px #0000000d}.why-icon{font-size:1.5rem}.eligibility-section{padding:2rem;max-width:1200px;background-color:#f8f9fc;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:auto}.eligibility-section h2{font-size:1.8rem;margin-bottom:.5rem;color:#000}.eligibility-section strong{color:#000}.note{color:#666;margin-bottom:1.5rem}.note a{color:#5d17eb;text-decoration:none}.eligibility-card{background:#fff;border-radius:12px;padding:1.5rem 2rem;box-shadow:0 4px 10px #0000000d;max-width:1000px;margin:0 auto}.criteria-list{list-style:none;padding:0;margin:0}.criteria-list li{display:flex;align-items:flex-start;padding:.75rem 0;color:#333;font-size:1rem}.icon{color:#06f;margin-right:10px;font-size:1.2rem;line-height:1.4}.documents-section{padding:2rem;background-color:#f8f9fc;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:1200px;margin:auto}.documents-section h2{font-size:1.8rem;margin-bottom:.5rem;color:#000}.documents-section .note{color:#666;margin-bottom:1.5rem}.documents-section .note a{color:#5d17eb;text-decoration:none}.document-table-wrapper{overflow-x:auto}.document-table{width:100%;border-collapse:collapse;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px #0000000d;background:#fff}.document-table th,.document-table td{text-align:left;padding:1rem;vertical-align:top;border-bottom:1px solid #ddd;font-size:1rem}.document-table thead th{background-color:#d6e6ff;font-weight:600;color:#000}.fees-section{padding:2rem;background-color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:1200px;margin:auto}.fees-section h2{font-size:1.8rem;margin-bottom:.5rem;color:#000}.fees-description,.fees-note{color:#444;line-height:1.6;margin-bottom:1rem}.fees-note strong{font-weight:600;color:#000}.fees-table-wrapper{overflow-x:auto}.fees-table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 2px 6px #0000000d}.fees-table th,.fees-table td{padding:1rem;text-align:left;border-bottom:1px solid #e0e0e0;font-size:1rem;vertical-align:top}.fees-table thead th{background-color:#d6e6ff;font-weight:600;color:#000}.apply-loan-section{display:flex;flex-wrap:wrap;background:#f2f7ff;border-radius:16px;padding:2rem;align-items:center;justify-content:space-between;gap:2rem;margin:2rem auto;max-width:1200px}.apply-content{flex:1 1 400px}.apply-content h2{font-size:1.8rem;margin-bottom:.5rem;color:#000}.apply-intro{font-size:1rem;color:#555;margin-bottom:1rem}.apply-steps{list-style:none;padding:0}.apply-steps li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1rem;font-size:1rem;color:#444}.feature-card{flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 0 10px #0000000d;padding:.1rem;display:flex;align-items:center;justify-content:center;text-align:center;min-height:120px}.step-icon{color:#fff;background-color:#5d17eb;border-radius:50%;padding:.3rem .5rem;font-weight:700;display:inline-block;font-size:.9rem;line-height:1;min-width:24px;text-align:center}.apply-image{flex:1 1 300px;text-align:center}.apply-image img{max-width:100%;height:auto}@media (max-width: 991.98px){.loan-offer-section{flex-direction:column;margin:0;padding:0}.offer-left,.offer-right{min-width:100%;flex:1 1 100%}.offer-card{align-items:flex-start;border-radius:2px}.apply-wrapper{justify-content:flex-start;margin-top:1rem;width:100%}}@media screen and (max-width: 768px){.loan-container p{color:#555}.apply-loan-section{flex-direction:column;align-items:center}.apply-content{text-align:center}.apply-image{margin-top:1rem}.loan-features-grid{display:flex;flex-direction:column;align-items:center;width:100%;gap:1rem}.feature-card{width:100%;background-color:#f4f8ff;padding:1rem;box-sizing:border-box}.loan-container{gap:0px}.loan-left{flex:1 1 100%;padding:1rem}.trust-box{margin:0;padding:.3rem 0px;background-color:#f4f8ff}.loan-right{min-width:280px;display:flex;justify-content:center;align-items:flex-start;align-items:center;padding:1rem}.emi-calculator{padding:1.5rem;margin:1rem auto}.emi-calculator h2{font-size:1.5rem;margin:0px 0 1rem}.input-group{flex-direction:row;margin-bottom:0}.range-labels{font-size:.8rem;margin-bottom:0rem}.emi-left label{font-size:.9rem;margin-bottom:0}.offer-card{flex-direction:column;align-items:start;justify-content:center;text-align:center;padding:5px}.offer-details{flex-direction:row;gap:.1rem;flex-wrap:wrap;align-items:center;justify-content:center}.offer-body{display:flex;justify-content:start;gap:1rem;padding:0}.offer-card .offer-header img{width:50px;height:auto}.detail-value{font-size:.9rem}.eligibility-section{padding:1rem;margin:0 auto}.eligibility-card{padding:0rem}.documents-section{padding:1rem;margin:0 auto}.documents-section{padding:.1rem;margin:0}.fees-section{padding:.1rem;margin:0 auto}.fees-section h2{font-size:1.5rem;margin-bottom:.5rem;color:#004ecc}.fees-description,.fees-note{font-size:.9rem;color:#555;margin-bottom:.5rem}.fees-table th,.fees-table td{padding:.5rem;font-size:.9rem;border-bottom:1px solid #e0e0e0}}@media (max-width: 575.98px){.offer-left h2,.offer-right h3{font-size:1.2rem}.offer-body{flex-direction:row}.offer-card{padding:.5rem;margin:.1rem;border-radius:0}.offer-details{text-align:start;gap:.5rem;width:100%;flex-wrap:wrap}.offer-card .offer-header img{width:30px;height:auto}.offer-card .offer-body{flex-direction:row;align-items:center}.apply-loan-section{flex-direction:column;align-items:center;padding:.1rem}.apply-content h2{font-size:1.5rem}.apply-content p,.apply-steps li{font-size:.9rem}.detail-label,.detail-value{font-size:.6rem}.apply-wrapper{justify-content:center;width:100%}.apply-btn{width:100%;text-align:center}.eligibility-section strong{font-size:1rem;color:#004ecc;margin-right:10px}.documents-section h2{font-size:1rem;color:#004ecc}.documents-section p{font-size:.6rem;margin:0}.documents-section .document-table th,.documents-section .document-table td{font-size:.8rem;margin:10px 0;padding:5px;border:0px;border-radius:0}.apply-steps{font-size:.8rem}.offer-details>div{min-width:40px}}.sticky-apply-wrapper{position:fixed;bottom:0;left:0;right:0;background:#5d17eb;color:#fff;z-index:999;padding:1rem 2rem;box-shadow:0 -2px 8px #00000026;animation:slideUp .4s ease forwards}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sticky-apply-container{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem}.sticky-left{display:flex;align-items:center;gap:.75rem}.loan-icon{font-size:1.8rem;color:#fff;background-color:#4413b1;border-radius:50%;padding:.4rem}.sticky-apply-text{font-size:1.3rem;font-weight:500;margin:0}.sticky-apply-btn{background:#fff;color:#5d17eb;padding:.6rem 1.2rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.sticky-apply-btn:hover{background:#e6e6ff}@media (max-width: 576px){.sticky-apply-wrapper{padding:0;margin:0;align-items:center}.sticky-apply-container{flex-direction:column;align-items:center}.sticky-apply-btn{width:max-content;text-align:center;padding:.3rem}.sticky-left{justify-content:center;min-height:50px;width:100%;gap:0px;padding-left:10px}.sticky-apply-text{padding:.2rem;flex-direction:row;font-size:1rem;color:#fff}}.personal-loan-page{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:20px}.loan-features-gridz{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.featuresss-card{display:flex;flex-direction:column;align-items:start;padding:15px;background-color:#fff;border-radius:5px;box-shadow:0 2px 4px #0000001a}.loanss-right{flex:1 1 35%;min-width:280px;display:flex;justify-content:center;align-items:flex-start;align-items:center;padding:2rem}.apply-form-boxx{background:#fff;border-radius:12px;padding:2rem;width:100%;max-width:400px;box-shadow:0 6px 20px #00000014;display:flex;flex-direction:column;gap:1.5rem}.plemi-calculator{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #0000000f;font-family:Segoe UI,sans-serif;max-width:1200px;margin:20px auto}.plemi-left{flex:1.3;min-width:280px}.plroi-box,.pltenure-box{flex:1;min-width:240px}.plemi-box{background:#f4f6ff;border:2px dashed #5d17eb;padding:2rem;border-radius:12px;text-align:center;height:100%;display:flex;flex-direction:column;justify-content:center}.plemi-box h2{font-size:2rem;color:#5d17eb;margin-bottom:1.5rem}.plemi-line.total{font-weight:700;color:#222;border-top:1px solid #ddd;padding-top:.8rem}@media (max-width: 768px){.loan-heading{font-size:24px;text-align:start;color:#5d17eb}.loan-container p{font-size:16px;margin:0px .5rem}.loanss-right{flex:1 1 100%;min-width:100%;padding:.1rem}.apply-form-boxx{width:100%;max-width:100%;padding:1rem}.apply-button{width:max-content;padding:.5rem;font-size:10px}.plemi-calculator{padding:1rem}}.personal-loan-details{padding:40px 20px;background-color:#f9f9f9;color:#333}.section{margin-bottom:40px}.charges-table{width:100%;border-collapse:collapse;margin-top:15px}.charges-table th,.charges-table td{border:1px solid #ccc;padding:10px;text-align:left}.pros-cons{display:flex;gap:40px;flex-wrap:wrap}.pros-cons div{flex:1;min-width:250px}.faq{margin-top:20px}.documents-section{margin:40px 0;padding:24px 0;background:#fafbfc}.documents-section h2{margin-bottom:16px;font-size:1.7rem;color:#26304a}.documents-section .note{font-size:1rem;color:#666;margin-bottom:22px}.document-table-wrapper{overflow-x:auto;margin-top:14px;margin-bottom:14px}.document-table{border-collapse:collapse;width:100%;background:#fff}.document-table th,.document-table td{border:1px solid #e5e5e5;padding:10px 14px;text-align:left;vertical-align:top}.document-table th{background:#f3f6f9;font-weight:600;color:#2d4357}.document-table tr:nth-child(2n) td{background:#fafbfc}.eligibility-subsection{margin:36px 0;background:#f8fafc;padding:22px 28px 16px;border-radius:6px}.eligibility-subsection h2{font-size:1.3rem;color:#1b294b;margin-bottom:10px}.eligibility-subsection p{font-size:1rem;margin-bottom:8px}.eligibility-subsection ol{margin-left:24px;margin-bottom:0;color:#34405a;font-size:1.05rem}.eligibility-subsection li{margin-bottom:8px;line-height:1.6}.why-choose-section{margin:36px 0;padding:28px 20px 20px;background:#e8f3fc;border-radius:6px}.why-choose-section h2{font-size:1.5rem;color:#186fa9;margin-bottom:14px}.why-choose-section ul{list-style:disc inside;font-size:1.09rem;color:#192848;margin:0}.why-choose-section li{margin-bottom:10px}.rejection-reasons-section{margin:36px 0;padding:24px 20px;background:#fcf2f2;border-left:4px solid #d9534f;border-radius:5px}.rejection-reasons-section h2{font-size:1.3rem;color:#b23c3a;margin-bottom:10px}.rejection-reasons-section ul{margin-left:18px;color:#721c24;font-size:1rem}.rejection-reasons-section li{margin-bottom:8px}.approval-tips-section{margin:36px 0;padding:22px;background:#eefdf1;border-left:4px solid #27a745;border-radius:5px}.approval-tips-section h2{font-size:1.3rem;color:#237c3d;margin-bottom:10px}.approval-tips-section ul{margin-left:18px;color:#155724;font-size:1rem}.approval-tips-section li{margin-bottom:8px}.pros-cons-section{margin:40px 0;padding:20px 0 0}.pros-cons-section h2{margin-bottom:16px;font-size:1.35rem;color:#2b4c64}.pros-cons-table{width:100%;border-collapse:collapse;background:#fbfcfe}.pros-cons-table th,.pros-cons-table td{border:1px solid #e7ebf1;vertical-align:top;text-align:left;padding:12px 10px;font-size:1rem}.pros-cons-table th{background:#e6f2fa;color:#11527c;font-weight:600}.pros-cons-table td ul{padding-left:17px;margin:0}.pros-cons-table td li{margin-bottom:6px;font-size:1rem}.faq-section{margin:38px 0 18px;background:#f9fcfe;padding:25px 15px 18px;border-radius:6px}.faq-section h2{color:#1f416a;margin-bottom:18px;font-size:1.3rem}.faq-list{display:flex;flex-direction:column;gap:20px}.faq-item{background:#fff;padding:16px 18px;border-radius:6px;border-left:4px solid #4092e5;box-shadow:0 0 6px #e3ebf7}.faq-item strong{color:#22609a;font-size:1rem;display:block;margin-bottom:6px}.faq-item p{font-size:.98rem;color:#25415e;margin:0}@media (max-width: 700px){.document-table,.pros-cons-table,.rates-table{font-size:.97rem}.documents-section,.why-choose-section,.rejection-reasons-section,.approval-tips-section,.faq-section{padding-left:6px;padding-right:6px}.document-table-wrapper{padding:0 3px}}:root{--primary-color: #004aad;--secondary-color: #f4f8ff;--accent-color: #e8f0ff;--text-color: #333;--heading-color: #000;--highlight-color: #e6007e;--button-color: #004aad;--button-text-color: #fff;--table-border: #ccc;--shadow: rgba(0, 0, 0, .1);--font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif}body{font-family:var(--font-family);margin:0;padding:0;color:var(--text-color)}.home-loan-container{max-width:1200px;margin:auto;padding:2rem 1rem}.breadcrumb{font-size:1rem;color:#111;margin-bottom:1rem}.home-loan-header h1{font-size:2.5rem;color:var(--primary-color);margin-bottom:.5rem}.home-loan-header p{font-size:1rem;margin-bottom:2rem}.home-loan-banner{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 2rem;background-color:var(--accent-color);border-radius:10px;box-shadow:0 4px 10px var(--shadow);margin-bottom:0rem}section{align-items:center;width:100%;margin-bottom:1rem;padding:10px}.banner-content{flex:1 1 60%;min-width:200px}.banner-content h2{font-size:2rem;color:var(--heading-color)}.banner-content .highlight{color:var(--highlight-color)}.features-list{list-style:none;padding:0;margin:1rem 0}.features-list li{margin-bottom:.5rem}.banner-image{flex:1 1 35%;display:flex;justify-content:flex-end;min-width:150px}.banner-image img{height:auto;max-width:100%;object-fit:contain}.apply-btn{background-color:var(--button-color);color:var(--button-text-color);padding:.7rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem;margin-top:1rem;transition:background-color .3s ease}.apply-btn:hover{background-color:#00307e}.offers-section h2{font-size:1.8rem;margin-bottom:.5rem}.update-time{font-size:.9rem;color:#777}.loan-details,.banks-table-section{margin-top:2rem;overflow-x:auto}.loan-details table,.banks-table-section table{width:100%;border-collapse:collapse;font-size:.95rem}.loan-details th,.loan-details td,.banks-table-section th,.banks-table-section td{padding:.75rem 1rem;border:1px solid var(--table-border);text-align:left}.loan-details th{background-color:var(--accent-color)}.note{margin-top:.5rem;font-size:.85rem;color:#777}section{margin-top:3rem}section h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:1rem}section p{font-size:1rem;line-height:1.6}.why-choose-us ul,.apply-steps ol,.eligibility-section ul{padding-left:1.5rem}.why-choose-us li,.apply-steps li,.eligibility-section li{margin-bottom:.5rem}.eligibility-section .note{font-size:.9rem;margin-top:1rem}.home-emi-section{padding:2rem 1rem;max-width:1200px;margin:auto}.home-emi-title{color:var(--primary-color);font-size:1.8rem;font-weight:700}.home-emi-desc{font-size:1rem;max-width:900px;margin:.5rem 0 2rem}.home-link-text{color:var(--primary-color);cursor:pointer;text-decoration:underline}.home-emi-box{display:flex;flex-wrap:wrap;gap:2rem;background:#fff;border:1px solid #ddd;border-radius:10px;padding:2rem;box-shadow:0 0 8px #0000000d}.home-emi-left,.home-emi-right{flex:1 1 300px}.home-emi-left h3,.home-emi-right h3{color:var(--primary-color);border-bottom:2px solid var(--highlight-color);display:inline-block;margin-bottom:1.5rem}.home-emi-left label{display:block;font-weight:600;margin-bottom:.4rem}.home-input-wrapper{border-bottom:1px solid #ccc;padding:.3rem 0;font-size:1.1rem}.home-input-wrapper input{border:none;outline:none;font-size:1.1rem;max-width:120px}.home-row{display:flex;justify-content:space-between;gap:1.5rem;margin:1.5rem 0}.home-calculate-btn{background-color:var(--primary-color);color:#fff;padding:.8rem 2rem;border:none;font-size:1rem;border-radius:8px;cursor:pointer;margin-top:1rem;transition:background-color .3s}.home-calculate-btn:hover{background-color:#002d76}.home-emi-right .home-result-row{display:flex;justify-content:space-between;margin-bottom:1.5rem;gap:2rem}.home-emi-right p{font-size:.9rem;margin:0}.home-emi-right h4{font-size:1.4rem;color:var(--primary-color);margin:.3rem 0}.home-emi-right span{font-size:.8rem;color:#777}@media (max-width: 768px){.home-loan-header h1{font-size:1.2rem;font-weight:610}.banner-content h2{font-size:1rem}.banner-image img{max-width:150px}.apply-btn{width:100%}.home-emi-box{flex-direction:column;padding:1.2rem}.home-emi-title{font-size:1.4rem}.home-row{flex-direction:column}.home-emi-right .home-result-row{flex-direction:column;gap:1rem}}@media (max-width: 480px){.home-loan-container{padding:0rem .2rem!important}.home-loan-banner{flex-direction:row!important;justify-content:space-between;align-items:center;width:100%;margin:0;padding:10px}.banner-content{width:50%;order:1;text-align:left}.banner-image{width:50%;display:flex;justify-content:flex-end;order:2}.banner-image img{max-width:150px;position:absolute;right:10px;top:300px;height:auto}.apply-btn{width:auto;font-size:.7rem;margin:0;padding:.5rem}.offers-section h2{font-size:1.2rem;color:var(--primary-color)}.offers-section .update-time{font-size:.8rem}.home-loan-header p{font-size:.9rem}.features-list li{margin-bottom:.1rem}.what-is-home-loan,.interest-rates-info,.why-choose-us,.apply-steps,.eligibility-section{padding:1rem;margin:0}.section h3,.what-is-home-loan h3,.interest-rates-info h3,.why-choose-us h3,.apply-steps h3,.eligibility-section h2{font-size:1.2rem;margin-bottom:.3rem}.apply-steps ol{padding-left:.5rem}.apply-steps li{margin-bottom:.3rem}.home-emi-section{padding:0rem .2rem}.home-emi-box{flex-direction:column!important;padding:1rem;gap:0;width:100%!important;margin:0!important;border-radius:0!important;box-shadow:none!important}.home-emi-left,.home-emi-right{flex:1 1 100%;margin-bottom:.1rem}.home-emi-left h3,.home-emi-right h3{font-size:1rem;margin:5px 0}.home-emi-left label,.home-input-wrapper{font-size:.9rem}.home-input-wrapper input{max-width:100px;font-size:.9rem}.home-row{flex-direction:row;padding:0 10px;gap:1rem;margin:0}.home-emi-right .home-result-row{flex-direction:row!important;justify-content:space-evenly;gap:.5rem}.home-result-row{padding:10px 0 0 1rem}.home-emi-right p{font-size:.8rem}.home-emi-right h4{font-size:1.2rem}.home-emi-right span{display:block}.eligibility-section ul{padding-left:.5rem}.eligibility-section li{margin-bottom:.3rem}.eligibility-section strong{font-size:.8rem}.eligibility-section .note{font-size:.8rem;margin-top:.5rem}.loan-details{margin-top:.5rem}.banks-table-section{margin-top:.2rem}}@media (max-width: 480px){.home-loan-header h1{font-size:1.1rem}.banner-content h2{font-size:.9rem}.apply-btn{font-size:.6rem;padding:.4rem}.home-emi-title{font-size:1.2rem}.home-emi-left h3,.home-emi-right h3{font-size:.9rem}.banks-table-section table th{font-size:.5rem;padding:.5rem;font-weight:600}.banks-table-section h3{font-size:1.2rem;margin-bottom:.5rem}.home-emi-right h4{font-size:1rem}.home-emi-right p,.home-emi-right span{font-size:.7rem}.banks-table-section td{font-size:.5rem;padding:.5rem}}.home-loan-container{margin-bottom:3rem;padding:1rem;border-radius:12px;background-color:#fff}.home-loan-container h2{font-size:2rem;margin-bottom:1rem;color:#0b3d91;border-left:4px solid #0b3d91;padding-left:12px}.home-loan-container p{font-size:1rem;color:#333;line-height:1.6}.home-loan-container ul{margin-left:1.5rem;list-style:disc;color:#444}.home-loan-container li{margin-bottom:.5rem}.home-loan-container strong{color:#222}@media (max-width: 768px){.home-loan-container{padding:1rem}.home-loan-container h2{font-size:1.5rem}.home-loan-container p{font-size:.95rem}}.debt-section{padding:2rem;background-color:#f9f9f9;font-family:Segoe UI,sans-serif;text-align:center}.debt-title{font-size:2rem;font-weight:700;color:#2a2a2a}.debt-description{max-width:700px;margin:1rem auto 2rem;font-size:1rem;color:#444}.bank-heading{font-size:1.5rem;margin-bottom:1rem;color:#6a0dad}.bank-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.bank-card{background-color:#fff;border-radius:12px;padding:1.2rem;box-shadow:0 4px 12px #00000014;width:260px;text-align:left}.bank-name{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#333}.bank-desc{font-size:.95rem;color:#555;margin-bottom:1rem}.bank-link{font-size:.9rem;color:#6a0dad;text-decoration:none;font-weight:500}.bank-link:hover{text-decoration:underline}.loan-apply-form{max-width:800px;margin:2rem auto;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 0 20px #0000000d}.loan-apply-form h2{text-align:center;margin-bottom:2rem;font-size:1.75rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-grid input{padding:.75rem;border:1px solid #ccc;border-radius:.5rem;font-size:1rem}.form-grid input[type=date]{padding:.65rem}.form-grid .apply-button{grid-column:span 2;background:#5d17eb;color:#fff;font-size:1.1rem;padding:.75rem;border:none;border-radius:.5rem;cursor:pointer}.note-text{margin-top:1rem;font-size:.9rem;text-align:center}.loan-form-full{width:100%;padding:2rem;background-color:#f5f7fa;display:flex;justify-content:center;align-items:center}.loan-form-container{max-width:1200px;width:100%;background:#fff;border-radius:12px;overflow:hidden}.loan-form-header{text-align:center;padding:2rem;background-color:#5d17eb;color:#fff}.loan-form-header h1{font-size:2rem;margin-bottom:.5rem}.loan-form-subheading{font-size:1.2rem;margin-bottom:.5rem}.loan-form-description{font-size:1rem;opacity:.9}.loan-form-box{display:flex;flex-wrap:wrap;padding:2rem}.loan-form-left{flex:1;padding:1rem}.loan-form-title{font-size:1.5rem;margin-bottom:1rem;color:#333}.loan-form{display:flex;flex-direction:column}.loan-form-group{margin-bottom:1.2rem;display:flex;flex-direction:column}.loan-form-group label{font-weight:500;margin-bottom:.5rem;color:#222}.loan-form-group input,.loan-form-group select{padding:.6rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;outline-color:#5d17eb}.loan-form-radio{display:flex;gap:1rem;flex-wrap:wrap}.loan-form-radio label{display:flex;align-items:center;gap:.4rem;font-size:.95rem}.loan-form-btn,.loan-form-submit{margin-top:1rem;padding:.6rem 1.2rem;font-size:1rem;background-color:#5d17eb;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:.3s ease}.loan-form-btn:hover,.loan-form-submit:hover{background-color:#4212c4}.loan-form-navigation{display:flex;justify-content:space-between;gap:1rem}.loan-form-right{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem}.loan-form-right img{width:400px}.loan-form-image{max-width:100%;height:auto;object-fit:contain}@media (max-width: 768px){.loan-form-box,.loan-form-navigation{flex-direction:column}.loan-form-btn,.loan-form-submit{width:100%}}.pl-container{display:flex;flex-direction:column;min-height:90vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:1200px;margin:auto}@media (min-width: 768px){.pl-container{flex-direction:row}}.pl-left{flex:1;padding-top:30px;margin-top:0;background:#fff;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.pl-left h2{font-size:1rem;font-weight:700;color:#333;line-height:1.4;margin-bottom:20px}.pl-highlight{color:#4a00b4}.pl-highlight-bold{font-weight:800;color:#370099}.pl-benefits{list-style:none;padding:0;font-size:15px;color:#444;line-height:1.8;max-width:400px}.pl-image{width:100%;max-width:280px;height:auto;object-fit:contain}.pl-right{flex:1;padding:30px 20px;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.pl-form{width:100%;max-width:420px;padding:25px 20px;background:#fff;border-radius:12px;box-shadow:0 6px 18px #0000000f;border:2px solid #5d17eb}.pl-form-title{font-size:22px;font-weight:600;color:#4a00b4;margin-bottom:6px;text-align:center}.pl-form-subtitle{font-size:14px;color:#666;margin-bottom:20px;text-align:center}.pl-input-group{position:relative;margin-top:20px}.pl-input-field{width:100%;padding:14px 12px;font-size:15px;border:1px solid #5d17eb;border-radius:6px;outline:none;color:none}.pl-input-field:focus{border-color:#370099}.pl-input-group label{position:absolute;top:50%;left:12px;transform:translateY(-50%);background:#fff;padding:0 4px;color:#888;font-size:14px;transition:.2s ease;pointer-events:none}.pl-input-group.pl-filled label,.pl-input-field:focus+label{top:-8px;left:10px;font-size:12px;color:#4a00b4}.pl-otp-row{display:flex;align-items:flex-end;gap:10px}.pl-otp-button{white-space:nowrap;padding:11px 14px;font-size:13px;font-weight:500;color:#4a00b4;border:1px solid #4a00b4;background:transparent;border-radius:6px;cursor:pointer;transition:all .3s ease}.pl-otp-button:hover{background-color:#4a00b4;color:#fff}.pl-agreement{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#444;margin:20px 0}.pl-agree-label a{color:#4a00b4;text-decoration:underline}.pl-submit-button{width:100%;padding:12px;background-color:#4a00b4;color:#fff;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.pl-submit-button:hover{background-color:#370099}.pl-footer-text{font-size:11px;color:#888;margin-top:20px;line-height:1.6;max-width:420px;text-align:center}.pl-footer-text a{color:#1a1edb;text-decoration:underline}@media (max-width: 768px){.pl-left,.pl-right{padding:0;align-items:start;text-align:center}.pl-left h2{font-size:1rem}.pl-benefits{font-size:14px}.pl-image{max-width:220px}.pl-otp-row{flex-direction:column;align-items:stretch}.pl-otp-button{width:100%}.pl-agreement{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.business-full{padding:0;margin:0}.pl-image{max-width:280px;margin:0 auto}.pl-left h2{font-size:.95rem;text-align:center}.pl-benefits{font-size:13px;text-align:left}}.business-full{display:flex;margin:0;padding:0;justify-content:center;align-items:center;box-sizing:border-box}.business-container{display:flex;max-width:1200px;width:100%;border-radius:15px;overflow:hidden;flex-wrap:wrap}.business-left{flex:1;max-width:50%;color:#000;display:flex;margin:0;padding:1rem 0px;flex-direction:column;justify-content:start}.business-left h2{font-size:1.8rem;margin-bottom:1rem;line-height:1.3}.business-highlight{color:#2b2bff;font-weight:700}.business-highlight-bold{font-weight:700;color:#2b2bff}.business-benefits{list-style:none;padding:0;margin:1rem 0;color:#555}.business-benefits li{margin-bottom:.5rem}.credit-card-journey{display:flex;justify-content:space-between;margin:1.5rem 0;flex-wrap:wrap}.credit-card-journey .step{padding:.5rem 1rem;border:1px solid #fff;border-radius:20px;opacity:.7;font-size:.9rem;margin-bottom:.5rem}.credit-card-journey .completed{background:#fff;color:#fff;font-weight:700;opacity:1}.business-left img{width:100%;max-height:240px;object-fit:contain;margin:0}.business-form-right{flex:1;display:flex;justify-content:center;align-items:flex-start;padding:2rem;width:100%;background-color:#fff;min-height:100vh;animation:fadeIn .4s ease-in-out}.business-form-container{width:100%;max-width:500px;background:#fff;padding:2rem;border-radius:12px;animation:slideIn .4s ease-in-out}.business-form-title{font-size:1.5rem;font-weight:600;margin-bottom:.3rem;color:#2b2bff;text-align:start}.business-form-subtitle{font-size:1rem;margin-bottom:1.5rem;text-align:start;color:#666}.section-heading{font-size:1.2rem;font-weight:600;color:#2b2bff;border-bottom:2px solid #e91e63;margin-bottom:1rem;display:inline-block}.mobile-input-wrapper{margin-bottom:1rem}.mobile-label{font-weight:600;font-size:16px;margin-bottom:.25rem;display:block;color:#183b56}.mobile-field{display:flex;align-items:center;border-bottom:1px solid #ccc;padding:.5rem 0;position:relative}.mobile-field img{border-radius:20px;width:35px}.country-prefix{display:flex;align-items:center;font-size:16px;font-weight:500;margin-right:.5rem;gap:.25rem}.mobile-input{border:none;outline:none;flex:1;font-size:16px;letter-spacing:2px;background:transparent}.digit-count{font-size:12px;color:#6c757d;position:absolute;right:0;top:0}.mobile-helper-text{font-size:12px;color:#6c757d;margin-top:.25rem}.pl-input-field,.pl-input-group select{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #ccc;border-radius:8px;outline:none;background-color:#fff;transition:all .3s ease}.pl-input-field:focus,.pl-input-group select:focus{border-color:#2b2bff;box-shadow:0 0 0 3px #2b2bff1a}.pl-input-group label{margin-top:.4rem;display:block;font-size:.85rem;color:#444}.employment-type-wrapper{display:flex;flex-direction:column;gap:.5rem}.employment-option{position:relative;display:flex;align-items:flex-start;border:2px solid #ccc;border-radius:12px;padding:1rem;cursor:pointer;transition:all .3s ease}.employment-option:hover{border-color:#2b2bff}.employment-option input[type=radio]{display:none}.radio-custom{width:18px;height:18px;border-radius:50%;border:2px solid #999;margin-top:2px;transition:all .3s ease}.employment-option input[type=radio]:checked+.radio-custom{border-color:#2b2bff;background:radial-gradient(circle at center,#2b2bff 40%,transparent 41%);box-shadow:0 0 0 4px #2b2bff26}.employment-option input[type=radio]:checked~.employment-label{color:#2b2bff;font-weight:600}.employment-label{display:flex;flex-direction:column}.main-text{font-size:1rem;font-weight:500}.sub-text{font-size:.85rem;color:#666}.pl-button-group{display:flex;justify-content:space-between;margin-top:1.5rem}.pl-back-button{background-color:transparent;border:1px solid #2b2bff;color:#2b2bff;padding:.6rem 1.4rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:.2s ease}.pl-back-button:hover{background-color:#f0f4ff}.pl-submit-button{background-color:#2b2bff;color:#fff;border:none;padding:.6rem 1.4rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .2s}.pl-submit-button:hover{background-color:#1f1fdd}.business-form-submitted{text-align:center;padding:2rem;background-color:#e6f7ff;border:1px solid #91d5ff;border-radius:10px;max-width:500px;margin:auto;animation:fadeIn .5s ease-in-out}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.business-form-right{padding:0;min-height:auto;justify-content:start}.business-form-container{padding:.5rem;border-radius:10px}.business-form-title{font-size:1.4rem}.pl-button-group{flex-direction:column}.pl-submit-button,.pl-back-button{width:max-content;justify-content:center}}.custom-city-input{margin-top:.4rem;padding:.5rem .75rem;border:1px solid #ccc;border-radius:6px;font-size:.95rem;width:100%}@media (max-width: 768px){.pl-left img{max-height:220px}.pl-left{align-items:start}}.progress-bar{position:fixed;top:10vh;left:47.5vw;width:50%;height:3px;background-color:#e0e0e0;z-index:999}.progress-fill{height:100%;background-color:#2b2bff;width:0;transition:width .4s ease-in-out}.pl-input-field,.employment-option,.pl-submit-button,.pl-back-button{transition:all .3s ease}@media (max-width: 992px){.business-container{flex-direction:column}.business-left,.business-form-right{max-width:100%;flex:1 1 100%}.business-left{padding:1rem 0px;text-align:center}.business-left h2{font-size:1.2rem}.business-left img{max-height:400px;margin-top:1rem}.credit-card-journey{justify-content:center}.credit-card-journey .step{font-size:.85rem;padding:.4rem .8rem}}@media (max-width: 576px){.business-full{padding:0rem;margin:0}.business-left h2{font-size:1rem}.business-benefits{display:flex;flex-direction:column;align-items:start;justify-content:start;margin:0}.business-benefits li{font-size:.9rem}.business-form-container{padding:1rem}.business-left img{position:relative;max-width:200px;right:0}.pl-button-group{gap:.75rem}.progress-bar{display:none}.business-form-right{margin:0;padding:0}.credit-card-journey{flex-direction:column;align-items:center}.credit-card-journey .step{width:100%;max-width:250px;text-align:center}}.credit-card-container{display:flex;flex-direction:column;min-height:90vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@media (min-width: 768px){.credit-card-container{flex-direction:row}}.credit-card-left{flex:1;padding:0;margin:0;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:left}.credit-card-left h2{font-size:24px;font-weight:700;color:#333;margin-bottom:20px}.credit-card-left ul{padding-left:20px;font-size:15px;color:#444;line-height:1.8}.credit-card-left li{margin-bottom:8px;list-style:none}.credit-card-left img{margin-top:30px;max-width:300px;width:auto}.credit-card-right{flex:1;padding:30px 20px;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.credit-card-form{width:100%;max-width:400px;padding:25px 20px;background:#fff;border-radius:12px;box-shadow:0 6px 18px #0000000d;border:2px solid #4a00b4}.credit-card-form-title{font-size:20px;font-weight:700;color:#4a00b4;margin-bottom:10px;text-align:center}.credit-card-form-subtitle{font-size:14px;color:#555;margin-bottom:25px;text-align:center}.credit-card-input-group{position:relative;margin-bottom:20px}.credit-card-input-group input{width:100%;padding:12px;border:1px solid #ccc;border-radius:8px;background:#f9f9f9;font-size:15px;outline:none;transition:border .3s ease,background .3s ease}.credit-card-input-group label{position:absolute;top:12px;left:12px;font-size:14px;color:#888;pointer-events:none;transition:.2s ease all}.credit-card-input-group.filled label,.credit-card-input-group input:focus+label{top:-8px;left:10px;font-size:12px;background-color:#fff;padding:0 4px;color:#4a00b4}.credit-card-otp-row{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.credit-card-otp-button{padding:10px 15px;font-size:14px;background-color:#4a00b4;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.credit-card-otp-button:hover{background-color:#370099}.credit-card-agreement{display:flex;align-items:flex-start;gap:10px;font-size:13px;margin-bottom:20px;color:#555;flex-wrap:wrap}.credit-card-agree-label a{color:#1a1edb;text-decoration:underline}.credit-card-checkbox{margin-top:4px}.credit-card-submit-button{width:100%;padding:12px;background-color:#4a00b4;color:#fff;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.credit-card-submit-button:hover{background-color:#370099}.credit-card-footer-text{font-size:11px;max-width:400px;color:#888;margin-top:20px;text-align:center}.credit-card-footer-text a{color:#5d17eb;text-decoration:underline}.credit-card-journey{display:flex;align-items:center;gap:10px;padding-top:15px;position:relative;flex-wrap:wrap;justify-content:center}.step{padding:.2rem 24px;border-radius:999px;font-weight:600;font-size:.95rem;background-color:#5d17eb;color:#fff;box-shadow:0 0 0 4px #5d17eb26;position:relative;transition:all .3s ease;text-align:center}.step.completed,.step.active{background-color:#5d17eb}.step:not(:last-child):after{content:"";position:absolute;top:50%;left:100%;height:6px;width:40px;background:linear-gradient(to right,#5d17eb,#5d17eb);z-index:0;border-radius:999px;transform:translateY(-50%)}.step:not(.completed):not(.active):not(:last-child):after{background:linear-gradient(to right,#ccc,#ccc)}@media (max-width: 480px){.credit-card-left{padding-left:20px;align-items:center;text-align:center}.credit-card-left ul{padding-left:0}.credit-card-journey{flex-direction:column;gap:10px}.step:not(:last-child):after{display:none}}.pl-left img{max-width:400px}.pl-input-group{position:relative;margin-bottom:1.5rem}.pl-input-field{width:100%;padding:1rem 1rem .5rem;font-size:1rem;border:1px solid #ccc;border-radius:.5rem;background:#fff;outline:none;transition:all .3s ease}.pl-input-group label{position:absolute;left:1rem;top:1rem;font-size:.9rem;color:#888;transition:all .2s ease;pointer-events:none}.pl-input-group.pl-filled label,.pl-input-field:focus+label{top:-.5rem;left:.9rem;background:#fff;padding:0 .25rem;font-size:.75rem;color:#333}.login-container{display:flex;flex-wrap:wrap;font-family:Segoe UI,sans-serif;min-height:90vh;max-width:1200px;margin:auto;padding:1rem}.login-left,.login-right{flex:1;padding:2rem;min-width:300px}.login-left h2{font-size:1.8rem;font-weight:600;color:#2a2a2a}.highlight{color:#5d17eb}.highlight-bold{color:#5d17eb;font-weight:700}.loan-benefits{margin:1rem 0;padding-left:1.2rem;color:#444}.loan-categories{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.loan-tag{background:#5d17eb;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:500;font-size:.9rem}.loan-img{width:100%;max-width:400px;margin-top:1rem}.login-right{display:flex;flex-direction:column;justify-content:center}.login-form{max-width:400px;margin:0 auto;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 0 10px #0000001a}.form-title{font-size:1.5rem;margin-bottom:.3rem;text-align:center}.form-subtitle{font-size:.95rem;color:#666;margin-bottom:1.5rem;text-align:center}.input-group{position:relative;margin-bottom:1.2rem}.input-group input{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:8px;font-size:1rem}.input-group label{position:absolute;top:-8px;left:12px;background:#fff;padding:0 5px;font-size:.85rem;color:#777}.otp-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.otp-button{padding:.7rem 1rem;background:#5d17eb;color:#fff;border:none;border-radius:8px;cursor:pointer}.agreement{margin:1rem 0;font-size:.85rem}.agreement input{margin-right:6px}.submit-button{width:100%;padding:.8rem;background:#5d17eb;color:#fff;border:none;font-size:1rem;border-radius:8px;cursor:pointer}.form-footer{margin-top:1rem;font-size:.8rem;text-align:center;color:#666}@media (max-width: 992px){.login-container{flex-direction:column}.login-left,.login-right{padding:1.5rem 1rem}.login-form{width:100%;padding:1.5rem}.loan-img{max-width:100%;margin-top:1rem}}@media (max-width: 576px){.login-left h2{font-size:1.5rem}.loan-tag{font-size:.8rem;padding:.4rem .8rem}.form-title{font-size:1.3rem}.otp-row{flex-direction:column;align-items:stretch}.otp-button{width:100%;padding:.6rem}.submit-button{font-size:.95rem;padding:.7rem}}.admin-navbar{position:fixed;top:200;left:0;width:100%;height:80px;background-color:#fff;padding:.75rem 2rem;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between;z-index:1000;box-shadow:0 2px 4px #0000000d}.admin-navbar-title{font-size:20px;font-weight:700;color:#1e2a3a;white-space:nowrap}.admin-navbar-links{display:flex;list-style:none;margin:0;padding:0;gap:1rem;flex-wrap:wrap}.admin-navbar-links li{margin:0}.admin-navbar-links a{text-decoration:none;color:#333;font-size:16px;padding:.5rem 1rem;border-radius:6px;transition:background .2s,color .2s}.admin-navbar-links a:hover{background-color:#eef3ff;color:#0d47a1}.admin-navbar-links a.active-link{background-color:#0d47a1;color:#fff;font-weight:600}.admin-logout-btn{margin:1rem;padding:.5rem 1rem;background-color:#ff4d4d;color:#fff;border:none;border-radius:4px;cursor:pointer}.admin-logout-btn:hover{background-color:#e60000}.admin-dashboard{display:flex;height:100vh;background-color:#f4f6f9}.admin-content{flex:1;display:flex;flex-direction:column;padding:2rem;overflow-y:auto}.admin-header{margin-top:3.5rem;border-bottom:2px solid #e1e4e8;padding-bottom:1rem}.admin-welcome{font-size:1.8rem;color:#2c3e50;font-weight:600}.admin-main{flex:1;background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 5px #0000001a}.dashboard-container,.userlist-container{background-color:#f9f9f9;min-height:max-content}.dashboard-content{background:#fff;border-radius:10px;box-shadow:0 0 10px #0000000d;overflow-x:auto}.dashboard-title,.userlist-title,.dashboard-content h1{font-size:24px;margin-bottom:1.5rem;color:#1e2a3a;font-weight:600}.dashboard-table,.userlist-table,table{width:100%;border-collapse:collapse;font-size:14px;background-color:#fff}table thead{background-color:#0d47a1;color:#fff}table th,table td{padding:.75rem 1rem;border:1px solid #ddd;text-align:left}table tbody tr:nth-child(2n){background-color:#f2f2f2}.no-data{text-align:center;padding:2rem;color:#999;font-style:italic}.userlist-container{font-family:Arial,sans-serif}.userlist-table{width:100%;border-collapse:collapse}.userlist-table th,.userlist-table td{border:1px solid #ccc;padding:.5rem 1rem;text-align:left}.userlist-table th{background-color:#f5f5f5}.dashboard-content{padding:5rem}.coming-soon-section{background:#fff;font-family:Segoe UI,sans-serif}.coming-soon-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:0 auto}.coming-soon-left{flex:1;min-width:320px;max-width:600px;padding:20px}.coming-soon-left h1{font-size:28px;font-weight:700;color:#000;margin-bottom:20px}.highlight{color:#8b00f7}.feature-list{list-style:none;padding-left:0;margin-bottom:30px}.feature-list li{font-size:16px;margin-bottom:10px;color:#111}.store-buttons img{height:55px;margin-right:15px;cursor:pointer}.coming-soon-right{flex:1;min-width:300px;text-align:center;padding:20px}.mobile-wrapper{position:relative;display:inline-block;max-width:300px}.coming-soon-right img{width:100%;height:400px;border-radius:12px}.badge{position:absolute;display:flex;align-items:center;gap:8px;background:#fff;box-shadow:0 4px 10px #0003;border-radius:12px;padding:8px 12px;min-width:160px;z-index:5}.badge-icon{width:30px;height:30px}.badge-label{font-size:10px;color:green;font-weight:500}.badge-title{font-size:13px;font-weight:600;color:#000}.badge-top-left{top:50px;left:-170px;height:max-content}.badge-top-left img{width:80px;height:auto}.badge-top-right{top:40px;right:-140px}.badge-bottom-right{bottom:20px;right:-100px}@media (max-width: 768px){.badge{display:none}.coming-soon-content{flex-direction:column;align-items:center}.mobile-wrapper{max-width:100%}.coming-soon-right img{height:auto;max-height:400px}}.logo-image{width:100%;max-width:250px;height:auto;object-fit:contain}:root{--primary-color: #0e3f7e;--highlight-color: #e6007e;--button-bg-color: #0e3f7e;--button-hover-bg: #150acc;--text-color: #333333;--bg-light: #f5f7fa;--border-color: #e0e0e0;--shadow-light: rgba(14, 63, 126, .04);--font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif}.thl-section{background-color:#fff;font-family:var(--font-family);padding:2rem 1rem;max-width:1200px;margin:0 auto 3rem}.thl-banner{display:flex;justify-content:space-evenly;align-items:center;background-color:#fff;border:.5px solid var(--border-color);border-radius:16px;padding:3rem;box-shadow:var(--shadow-light) 0 0 0 1px,var(--shadow-light) 0 1px 1px -.5px,var(--shadow-light) 0 3px 3px -1.5px,var(--shadow-light) 0 6px 6px -3px,var(--shadow-light) 0 12px 12px -6px,var(--shadow-light) 0 24px 24px -12px;margin-bottom:2rem;flex-wrap:wrap}.thl-banner-text{flex:1;padding:1rem 2rem 1rem 0;min-width:300px}.thl-banner-text h1{font-size:2rem;font-weight:600;color:#121269;line-height:1.4}.thl-highlight{color:var(--highlight-color)}.thl-banner-btn{background-color:var(--button-bg-color);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1rem;margin-top:1.5rem;cursor:pointer;transition:background-color .3s ease}.thl-banner-btn:hover{background-color:var(--button-hover-bg)}.thl-banner-image{flex:1;text-align:center;min-width:250px}.thl-banner-image img{max-width:100%;height:400px;border-radius:12px;object-fit:contain}.thl-info,.thl-benefits,.thl-why,.thl-eligibility,.thl-lap-benefits,.thl-calculator{background-color:#fff;border-radius:12px;max-width:1200px;padding:2rem 3rem;margin:2rem auto;box-shadow:var(--shadow-light) 0 0 0 1px,var(--shadow-light) 0 1px 1px -.5px,var(--shadow-light) 0 3px 3px -1.5px,var(--shadow-light) 0 6px 6px -3px,var(--shadow-light) 0 12px 12px -6px,var(--shadow-light) 0 24px 24px -12px}.thl-info h2,.thl-benefits h3,.thl-why h3,.thl-eligibility h3,.thl-lap-benefits h3,.thl-calculator h3{color:var(--primary-color);margin-bottom:1rem;font-weight:700;font-size:1.6rem}.thl-info p,.thl-lap-benefits p,.thl-calculator p{font-size:1rem;color:var(--text-color);line-height:1.6;margin-bottom:1rem}.thl-benefits ul,.thl-why ul,.thl-eligibility ul,.thl-lap-benefits ul{padding-left:1.5rem;list-style:none;font-size:1rem;color:var(--text-color)}.thl-benefits li,.thl-why li,.thl-eligibility li,.thl-lap-benefits li{margin-bottom:.6rem}.thl-popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#121269b3;display:flex;align-items:center;justify-content:center;z-index:9999}.thl-popup-form{background:#fff;padding:2rem;border-radius:12px;max-width:400px;width:90%;box-shadow:0 8px 24px #0003;position:relative}.thl-popup-form h2{margin-bottom:1.25rem;color:var(--primary-color)}.thl-popup-form label{display:block;margin-bottom:1rem;font-weight:600}.thl-popup-form input{width:100%;padding:10px;border-radius:6px;border:1px solid #ccc;font-size:1rem;outline:none}.thl-popup-form input:focus{border-color:var(--primary-color)}.thl-submit-btn{width:100%;padding:12px;background-color:var(--highlight-color);border:none;color:#fff;font-size:1.1rem;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.thl-submit-btn:hover{background-color:#980060}.thl-close-btn{position:absolute;right:12px;top:8px;font-size:1.6rem;background:transparent;border:none;cursor:pointer;color:var(--primary-color)}@media (max-width: 768px){.thl-banner{flex-direction:column;text-align:center}.thl-banner-text,.thl-banner-image{flex:none;min-width:100%;padding:0}.thl-banner-image img{height:auto;max-width:80%;margin:1rem auto 0}.thl-banner-btn{width:80%}.thl-info,.thl-benefits,.thl-why,.thl-eligibility,.thl-lap-benefits,.thl-calculator{padding:1.5rem 1rem;margin:1.5rem auto}}@media (max-width: 480px){.thl-popup-form{width:95%;padding:1rem 1.25rem}}
