/* =====================================================
   RESPONSIVE CSS - PART 1
   Header + Hero + Slider + Quick Cards + Offer Strip
====================================================== */

/* ------------------- 1024px ------------------- */

@media (max-width:1024px){

.container{
    width:100%;
    padding:0 24px;
}

.hero-grid{
    grid-template-columns:1fr;
    gap:40px;
}

.banner-slider{
    width:100%;
}

.quick-cards{
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.offer-grid{
    grid-template-columns:1fr;
    gap:30px;
}

.score-card{
    min-height:320px;
}

}

/* ------------------- 768px ------------------- */

@media (max-width:768px){

.container{
    padding:0 18px;
}

/* HEADER */

.desktop-nav,
.partner-btn{
    display:none;
}

.header-inner{
    height:75px;
}

.logo img{
    width:145px;
}

.login-btn{
    padding:10px 22px;
    font-size:15px;
}

.hamburger{
    display:flex;
}

/* HERO */

.hero{
    padding-top:30px;
}

.hero-grid{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.hero-copy h1{
    font-size:42px;
    line-height:1.2;
}

.stats-grid{
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.stat-card{
    padding:18px;
}

.stat-card strong{
    font-size:26px;
}

/* SLIDER */

.banner-slider{
    width:100%;
}

.banner-window{
    border-radius:18px;
}

.promo-slide{
    min-height:430px;
    padding:30px;
}

.promo-slide h2{
    font-size:30px;
}

.promo-slide p{
    font-size:17px;
}

.promo-slide ul{
    margin-top:20px;
}

.slider-arrow{
    display:none;
}

/* QUICK CARDS */

.quick-cards{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.quick-card{
    min-height:210px;
}

.quick-card h2{
    font-size:22px;
}

/* OFFER STRIP */

.offer-grid{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.offer-grid h2{
    font-size:38px;
}

.offer-grid li{
    font-size:17px;
}

.primary-link{
    display:flex;
    justify-content:center;
    width:100%;
}

/* CREDIT SCORE */

.score-card{

    min-height:300px;

    padding:30px;

    background-size:42%;

    background-position:right 25px bottom 5px;
}

.score-card p{
    max-width:220px;
    font-size:20px;
}

.score-card strong{
    max-width:220px;
    font-size:16px;
}

}

/* ------------------- 576px ------------------- */

@media (max-width:576px){

.container{
    padding:0 16px;
}

.header-inner{
    height:70px;
}

.logo img{
    width:125px;
}

.login-btn{
    padding:8px 18px;
}

/* HERO */

.hero-copy h1{
    font-size:34px;
}

.stats-grid{
    grid-template-columns:1fr;
}

.stat-card{
    padding:16px;
}

.stat-card img{
    width:42px;
}

/* SLIDER */

.promo-slide{
    min-height:380px;
    padding:24px;
}

.promo-slide h2{
    font-size:24px;
}

.promo-slide p{
    font-size:16px;
}

.rate-chip{
    margin-top:18px;
}

/* QUICK CARDS */

.quick-cards{
    grid-template-columns:1fr;
}

.quick-card{
    min-height:190px;
}

/* OFFER */

.offer-strip{
    padding:45px 0;
}

.offer-grid h2{
    font-size:32px;
}

.offer-grid li{
    font-size:16px;
}

.primary-link{
    font-size:16px;
    padding:14px;
}

/* SCORE CARD */

.score-card{

    min-height:250px;

    padding:24px;

    background-size:38%;

    background-position:right 10px bottom 5px;
}

.score-card p{
    max-width:170px;
    font-size:18px;
}

.score-card strong{
    max-width:170px;
    font-size:15px;
}

.score-card a{
    font-size:15px;
}

}

/* ------------------- 400px ------------------- */

@media (max-width:400px){

.logo img{
    width:110px;
}

.hero-copy h1{
    font-size:28px;
}

.offer-grid h2{
    font-size:28px;
}

.score-card{

    padding:20px;

    min-height:220px;

    background-size:34%;

    background-position:right 5px bottom;
}

.score-card p{
    font-size:16px;
    max-width:145px;
}

.score-card strong{
    font-size:14px;
    max-width:145px;
}

}
/* =====================================================
   RESPONSIVE CSS - PART 2A
   Products + Credit Cards Section
====================================================== */


/* =======================
      TABLET
======================= */

@media (max-width:1024px){

/* SECTION */

.section{
    padding:60px 0;
}

.section-heading{
    margin-bottom:35px;
}

.section-heading h2{
    font-size:38px;
}

.section-heading p{
    font-size:16px;
}

/* PRODUCTS */

.product-grid{
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.product-tile{
    min-height:220px;
}

.product-tile img{
    width:60px;
}

.product-tile h3{
    font-size:22px;
}

.product-tile p{
    font-size:15px;
}

.product-tile button{
    width:100%;
}

/* CREDIT CARDS */

.finance-grid{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.finance-card{
    grid-template-columns:1fr;
    padding:30px;
    gap:30px;
}

.finance-visual{
    width:100%;
    min-height:280px;
}

.cheapkart-card{
    width:320px;
}

.finance-card h3{
    font-size:28px;
}

.finance-card ul li{
    font-size:16px;
}

.action-row{
    flex-wrap:wrap;
    gap:15px;
}

.action-row button{
    width:180px;
}

}


/* =======================
      MOBILE
======================= */

@media (max-width:768px){

.section{
    padding:50px 0;
}

.section-heading{
    margin-bottom:28px;
}

.section-heading h2{
    font-size:32px;
}

.section-heading p{
    font-size:15px;
}

/* PRODUCTS */

.product-grid{
    grid-template-columns:1fr;
    gap:18px;
}

.product-tile{

    min-height:auto;

    padding:24px;
}

.product-tile img{
    width:55px;
}

.product-tile h3{
    font-size:22px;
}

.product-tile p{
    font-size:15px;
}

.product-tile button{
    width:100%;
    margin-top:18px;
}

/* CREDIT CARDS */

.cards-heading h2{
    font-size:34px;
}

.cards-heading p{
    font-size:15px;
}

.finance-grid{
    gap:22px;
}

.finance-card{

    padding:22px;

    border-radius:18px;
}

.finance-visual{

    min-height:240px;
}

.cheapkart-card{

    width:280px;

    padding:20px;
}

.cheapkart-card h4{
    font-size:22px;
}

.cheapkart-card p{
    font-size:14px;
}

.finance-card h3{
    font-size:24px;
}

.finance-card ul{
    margin-top:16px;
}

.finance-card ul li{
    font-size:15px;
    margin-bottom:12px;
}

.action-row{
    flex-direction:column;
    align-items:stretch;
}

.action-row button,
.action-row a{

    width:100%;
    text-align:center;
}

}


/* =======================
      SMALL MOBILE
======================= */

@media (max-width:576px){

.section-heading h2{
    font-size:28px;
}

.section-heading p{
    font-size:14px;
}

/* PRODUCTS */

.product-grid{
    gap:16px;
}

.product-tile{

    padding:20px;
}

.product-tile img{
    width:50px;
}

.product-tile h3{
    font-size:20px;
}

.product-tile p{
    font-size:14px;
}

.product-tile button{

    padding:12px;
}

/* CREDIT CARDS */

.finance-card{

    padding:18px;
}

.finance-visual{

    min-height:200px;
}

.cheapkart-card{

    width:240px;
}

.cheapkart-card h4{

    font-size:18px;
}

.cheapkart-card p{

    font-size:13px;
}

.finance-card h3{

    font-size:22px;
}

.finance-card ul li{

    font-size:14px;
}

.action-row button,
.action-row a{

    padding:12px 18px;
}

}


/* =======================
      EXTRA SMALL
======================= */

@media (max-width:400px){

.section-heading h2{

    font-size:24px;
}

.product-tile{

    padding:18px;
}

.product-tile h3{

    font-size:18px;
}

.finance-card{

    padding:16px;
}

.finance-visual{

    min-height:180px;
}

.cheapkart-card{

    width:210px;
}

.cheapkart-card h4{

    font-size:16px;
}

.finance-card h3{

    font-size:20px;
}

.finance-card ul li{

    font-size:13px;
}

}
/* =====================================================
   RESPONSIVE CSS - PART 2B
   Timeline + Financial Calculators
======================================================*/


/* =======================
        TABLET
======================= */

@media (max-width:1024px){

.process-section{
    padding:80px 0;
}

.process-heading h2{
    font-size:42px;
}

.process-heading p{
    font-size:17px;
}

/* Timeline 

.timeline-wrapper{
    position:relative;
    height:auto;
    display:flex;
    flex-direction:column;
    gap:35px;
}

.timeline-svg,
.watermark{
    display:none;
}

.step{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    width:100%;
    display:flex;
    align-items:center;
    gap:22px;
    padding:24px;
    border-radius:18px;
    background:#fff;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.bg-number{
    font-size:60px;
}

.step-icon{
    width:70px;
    height:70px;
}

.step-content h3{
    font-size:22px;
}

.step-content p{
    font-size:15px;
}

/* Calculators */

.financial-calculators{
    padding:70px 0;
}

.calculator-heading h2{
    font-size:40px;
}

.calculator-wrapper{
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.calc-card{
    min-height:230px;
}

.calc-icon{
    width:65px;
    height:65px;
}

.calc-card h3{
    font-size:22px;
}

}


/* =======================
        MOBILE
======================= */

@media (max-width:768px){

.process-section{
    padding:60px 0;
}

.process-heading{
    margin-bottom:35px;
}

.process-heading h2{
    font-size:34px;
}

.process-heading p{
    font-size:15px;
}

.timeline-wrapper{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.timeline-svg,
.watermark{
    display:none;
}

.step{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    text-align:left;

    padding:24px;

    gap:18px;

    border-radius:16px;

    background:#fff;

    box-shadow:0 12px 28px rgba(0,0,0,.08);
}

.bg-number{
    position:absolute;
    right:18px;
    top:12px;
    font-size:55px;
    opacity:.08;
}

.step-icon{
    width:60px;
    height:60px;
}

.step-icon i{
    font-size:22px;
}

.step-content h3{
    font-size:22px;
}

.step-content p{
    font-size:15px;
    line-height:1.7;
}


/* Calculators */

.financial-calculators{
    padding:55px 0;
}

.calculator-heading{
    margin-bottom:28px;
}

.calculator-heading h2{
    font-size:34px;
}

.calculator-heading p{
    font-size:15px;
}

.calculator-wrapper{
    grid-template-columns:1fr;
    gap:18px;
}

.calc-card{
    min-height:auto;
    padding:24px;
}

.calc-icon{
    width:60px;
    height:60px;
}

.calc-card h3{
    font-size:21px;
}

.calc-card p{
    font-size:15px;
}

.calc-card a{
    width:100%;
    text-align:center;
    justify-content:center;
}

}


/* =======================
      SMALL MOBILE
======================= */

@media (max-width:576px){

.process-heading h2{
    font-size:30px;
}

.process-heading p{
    font-size:14px;
}

.step{
    padding:20px;
}

.step-icon{
    width:55px;
    height:55px;
}

.step-icon i{
    font-size:20px;
}

.bg-number{
    font-size:45px;
}

.step-content h3{
    font-size:20px;
}

.step-content p{
    font-size:14px;
}

.calculator-heading h2{
    font-size:28px;
}

.calculator-heading p{
    font-size:14px;
}

.calc-card{
    padding:20px;
}

.calc-icon{
    width:55px;
    height:55px;
}

.calc-card h3{
    font-size:19px;
}

.calc-card p{
    font-size:14px;
}

.calc-card a{
    padding:12px;
}

}


/* =======================
      EXTRA SMALL
======================= */

@media (max-width:400px){

.process-heading h2{
    font-size:26px;
}

.step{
    padding:18px;
}

.step-icon{
    width:50px;
    height:50px;
}

.bg-number{
    font-size:40px;
}

.step-content h3{
    font-size:18px;
}

.step-content p{
    font-size:13px;
}

.calculator-heading h2{
    font-size:24px;
}

.calc-card{
    padding:18px;
}

.calc-card h3{
    font-size:18px;
}

.calc-card p{
    font-size:13px;
}

.calc-card a{
    font-size:14px;
}

}
/* =====================================================
   RESPONSIVE CSS - PART 3
   Partner + FAQ + Banks + Footer + Floating Buttons
======================================================*/


/* =======================
        TABLET
======================= */

@media (max-width:1024px){

.partner-app{
    padding:70px 0;
}

.partner-grid{
    grid-template-columns:1fr;
    gap:45px;
}

.phone-showcase{
    justify-content:center;
}

.phone{
    transform:scale(.9);
}

.partner-grid h2{
    font-size:38px;
}

.partner-grid p{
    font-size:16px;
}

.store-row{
    justify-content:center;
}

/* FAQ */

.faq-grid{
    grid-template-columns:1fr;
    gap:35px;
}

.faq-item{
    padding:22px;
}

.faq-item span{
    font-size:18px;
}

.faq-item p{
    font-size:15px;
}

/* BANKS */

.bank-track{
    gap:30px;
}

.bank-track span{
    font-size:18px;
}

/* FOOTER */

.footer-top{
    grid-template-columns:1fr;
    gap:40px;
}

.footer-links{
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.copyright .container{
    flex-direction:column;
    gap:12px;
    text-align:center;
}

}


/* =======================
          MOBILE
======================= */

@media (max-width:768px){

.partner-app{
    padding:55px 0;
}

.partner-grid{
    gap:30px;
}

.phone-showcase{
    flex-direction:column;
    align-items:center;
    gap:25px;
}

.phone{
    transform:scale(.82);
}

.partner-grid h2{
    font-size:32px;
}

.partner-grid p{
    font-size:15px;
}

.store-row{
    flex-direction:column;
    gap:16px;
}

.store-badge{
    width:100%;
    justify-content:center;
}

/* FAQ */

.faq-grid{
    gap:25px;
}

.faq-item{
    padding:18px;
}

.faq-item span{
    font-size:17px;
}

.faq-item p{
    margin-top:10px;
    font-size:14px;
}

/* BANKS */

.bank-track{
    gap:22px;
}

.bank-track span{
    font-size:16px;
}

/* FOOTER */

.footer{
    padding-top:55px;
}

.footer-top{
    gap:30px;
}

.footer-about{
    text-align:center;
}

.footer-links{
    display:grid;
    grid-template-columns:1fr;
    gap:30px;
    text-align:center;
}

.footer-links a{
    display:block;
    margin:8px 0;
}

.copyright{
    padding:18px 0;
}

.copyright p,
.copyright span{
    font-size:13px;
}

/* FLOATING BUTTONS */

.share-float{

    bottom:90px;
    right:20px;

    width:52px;
    height:52px;

    font-size:14px;
}

.chat-float{

    bottom:20px;
    right:20px;

    width:58px;
    height:58px;

    font-size:14px;
}

}


/* =======================
      SMALL MOBILE
======================= */

@media (max-width:576px){

.partner-grid h2{
    font-size:28px;
}

.partner-grid p{
    font-size:14px;
}

.phone{
    transform:scale(.72);
}

.store-badge{
    padding:14px;
}

.store-badge b{
    font-size:15px;
}

/* FAQ */

.faq-item{
    padding:16px;
}

.faq-item span{
    font-size:16px;
}

.faq-item p{
    font-size:13px;
}

/* BANKS */

.bank-track span{
    font-size:15px;
}

/* FOOTER */

.footer{
    padding-top:45px;
}

.footer-about p,
.footer-about address{
    font-size:14px;
}

.footer-links h3{
    font-size:18px;
}

.footer-links a{
    font-size:14px;
}

.copyright p,
.copyright span{
    font-size:12px;
}

.share-float{
    width:48px;
    height:48px;
}

.chat-float{
    width:54px;
    height:54px;
}

}


/* =======================
      EXTRA SMALL
======================= */

@media (max-width:400px){

.partner-grid h2{
    font-size:24px;
}

.phone{
    transform:scale(.64);
}

.store-badge{
    padding:12px;
}

.faq-item span{
    font-size:15px;
}

.faq-item p{
    font-size:12px;
}

.footer-about p,
.footer-about address{
    font-size:13px;
}

.footer-links h3{
    font-size:16px;
}

.footer-links a{
    font-size:13px;
}

.bank-track span{
    font-size:14px;
}

.share-float{
    width:45px;
    height:45px;
    right:15px;
}

.chat-float{
    width:50px;
    height:50px;
    right:15px;
    bottom:15px;
}

}
@media (max-width:768px){

.hero-grid{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.hero-copy{
    display:block;
    width:100%;
    order:1;
}

.banner-slider{
    order:2;
}

.stats-grid{
    order:3;
}

.hero-copy h1{
    display:block;
    font-size:34px;
    line-height:1.25;
    margin-bottom:16px;
}

.hero-copy p{
    display:block;
    font-size:16px;
}

}
.hero{
    padding-top: 140px;
}

@media (max-width:768px){
    .hero{
        padding-top: 110px;
    }
}
@media (max-width:768px){

.calc-icon,
.calculator-icon{

    position:relative;

    top:0;
    left:0;

    transform:none;

    margin:0 auto 20px;

    display:flex;
}

}
@media (max-width:768px){

.calc-card{
    padding:30px 20px;
}

}
/* ===== QUICK MOBILE FIX ===== */

@media (max-width:768px){

/* Slider Card */
.promo-slide{
    position:relative;
    min-height:650px !important;
    padding:30px 25px 220px !important;
    overflow:hidden;
}

/* Hide decorative background objects */
.promo-slide .circle,
.promo-slide .car,
.promo-slide .bike,
.promo-slide .rupee,
.promo-slide .interest-box,
.promo-slide .car-bg,
.promo-slide .illustration{
    transform:scale(.65);
    opacity:.35;
    right:-40px !important;
    bottom:30px !important;
}

/* Text */
.promo-slide h2{
    font-size:36px !important;
    line-height:1.2;
    max-width:100%;
}

.promo-slide p,
.promo-slide li{
    font-size:18px;
}

/* Button */
.promo-slide .btn,
.promo-slide a{
    width:100%;
    text-align:center;
    justify-content:center;
}

/* Prevent everything from overlapping */
.promo-slide *{
    z-index:2;
}

.promo-slide::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.15));
    pointer-events:none;
}

}
@media (max-width:768px){

.promo-slide{
    position:relative;
    min-height:700px;
}

.credit-ring,
.score-ring,
.circle{
    position:absolute;
    right:-20px;
    top:90px;
    transform:scale(.75);
    z-index:1;
}

.promo-slide .content,
.promo-slide h2,
.promo-slide p,
.promo-slide ul,
.promo-slide .btn{
    position:relative;
    z-index:2;
    max-width:60%;
}

}
@media (max-width:768px){

.promo-slide h2{
    max-width:55%;
}

.promo-slide p,
.promo-slide ul{
    max-width:55%;
}

}
@media (max-width:768px){

/* Slider content hamesha upar rahe */
.promo-slide{
    position:relative;
    min-height:650px;
    overflow:hidden;
}

/* Text sabse upar */
.promo-slide h2,
.promo-slide p,
.promo-slide ul,
.promo-slide .btn{
    position:relative;
    z-index:10;
    max-width:60%;
}

/* Car graphic ko peeche aur right shift karo */
.promo-slide .car,
.promo-slide .car-graphic,
.promo-slide .vehicle{
    position:absolute;
    right:-40px;
    top:170px;
    transform:scale(.55);
    z-index:1;
}

}
/* Hamburger Button */
.hamburger{
    display:none;
    font-size:30px;
    background:none;
    border:none;
    cursor:pointer;
    color:#222;
}

/* Mobile Menu */
.mobile-nav{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    z-index:999;
}

.mobile-nav.active{
    display:flex;
    flex-direction:column;
}

.mobile-nav a{
    padding:16px 24px;
    text-decoration:none;
    color:#222;
    font-weight:600;
    border-bottom:1px solid #eee;
}

.mobile-nav a:hover{
    background:#f5f5f5;
}

@media (max-width:768px){

.desktop-nav{
    display:none;
}

.partner-btn{
    display:none;
}

.hamburger{
    display:block;
}

.site-header{
    position:relative;
}

}
@media (max-width:768px){

.score-card{
    position:relative;
    overflow:hidden;

    min-height:300px;
    padding:30px;

    background-size:36%;
    background-repeat:no-repeat;
    background-position:right 20px bottom 20px;
}

.score-card p,
.score-card strong,
.score-card a{
    max-width:55%;
    position:relative;
    z-index:2;
}

}
/* ==========================================
   MOBILE RESPONSIVE
   ========================================== */

@media (max-width:768px){

/* ==========================
   Global
========================== */

.container{
    width:92%;
    max-width:100%;
    margin:auto;
}

section{
    padding:60px 0;
}

h1{
    font-size:2rem;
    line-height:1.3;
}

h2{
    font-size:1.8rem;
}

p{
    font-size:15px;
    line-height:1.7;
}


/* ==========================
   Header
========================== */

.desktop-nav,
.header-actions{
    display:none;
}

.hamburger{
    display:flex;
}

.logo img{
    height:42px;
}

.site-header{
    padding:12px 0;
}


/* ==========================
   Hero
========================== */

.hero{
    padding-top:120px;
}

.hero-grid{
    display:flex;
    flex-direction:column;
    gap:35px;
}

.hero-copy{
    text-align:center;
}

.hero-copy h1{
    font-size:2.3rem;
}

.stats-grid{
    grid-template-columns:1fr;
    gap:15px;
}

.stat-card{
    justify-content:center;
}

.banner-slider{
    width:100%;
}

.promo-slide{
    min-height:auto;
    padding:30px 25px;
}

.slider-arrow{
    width:40px;
    height:40px;
}


/* ==========================
   Quick Cards
========================== */

.quick-cards{
    grid-template-columns:1fr;
    gap:20px;
}

.quick-card{
    padding:25px;
}


/* ==========================
   Offer Strip
========================== */

.offer-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:30px;
}

.score-card{
    text-align:center;
}


/* ==========================
   Credit Cards Section
========================== */

.finance-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:25px;
}

.finance-card{
    flex-direction:column;
}

.finance-visual{
    width:100%;
    min-height:260px;
}


/* ==========================
   Timeline
========================== */

.timeline-svg,
.watermark{
    display:none;
}

.timeline-wrapper{
    display:flex;
    flex-direction:column;
    gap:30px;
}

.step{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    width:100%;
    margin:0;
}


/* ==========================
   Calculators
========================== */

.calculator-wrapper{
    grid-template-columns:1fr;
    gap:20px;
}

.calc-card{
    padding:30px 20px;
}


/* ==========================
   Partner Section
========================== */

.partner-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:40px;
    text-align:center;
}

.phone-showcase{
    justify-content:center;
    flex-wrap:wrap;
}

.phone{
    transform:none !important;
}


/* ==========================
   FAQ
========================== */

.faq-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:30px;
}


/* ==========================
   Banking Partners
========================== */

.bank-track{
    font-size:15px;
}


/* ==========================
   Footer
========================== */

.footer-top{
    display:grid;
    grid-template-columns:1fr;
    gap:35px;
    text-align:center;
}


/* ==========================
   Floating Buttons
========================== */

.share-float,
.chat-float{
    right:15px;
}

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width:480px){

.hero{
    padding-top:100px;
}

.hero-copy h1{
    font-size:1.9rem;
}

.section-heading h2,
.calculator-heading h2,
.process-heading h2,
.financial-heading{
    font-size:1.6rem;
}

.quick-card,
.calc-card,
.finance-card,
.stat-card,
.score-card{
    padding:20px;
}

.promo-slide{
    padding:20px;
}

.promo-slide h2{
    font-size:1.5rem;
}

.promo-slide ul{
    padding-left:18px;
}

.store-row{
    flex-direction:column;
    gap:15px;
}

.store-badge{
    width:100%;
}

.phone{
    width:220px;
    height:430px;
}

.slider-arrow{
    display:none;
}

}
/* ===========================
   Banner Slider Mobile Fix
=========================== */

@media (max-width:768px){

.banner-slider{
    width:100%;
    max-width:100%;
    overflow:hidden;
}

.banner-window{
    width:100%;
    overflow:hidden;
}

.banner-track{
    width:100%;
}

.promo-slide{
    flex:0 0 100%;
    width:100%;
    min-width:100%;
    max-width:100%;
    padding:24px;
    box-sizing:border-box;
    border-radius:20px;
}

.promo-slide h2{
    font-size:2rem;
    line-height:1.2;
    word-break:break-word;
}

.promo-slide p{
    font-size:16px;
}

.promo-slide ul{
    padding-left:20px;
}

.promo-brand{
    display:flex;
    align-items:center;
    gap:10px;
}

.promo-brand img{
    width:42px;
    height:42px;
    object-fit:contain;
}

.rate-chip{
    width:fit-content;
    max-width:100%;
}

.promo-person,
.card-stack,
.home-shape,
.car-shape,
.score-meter{
    right:20px;
}

}
@media (max-width:768px){

.banner-slider{
    width:100%;
    margin:25px auto 0;
}

.banner-window{
    width:100%;
    overflow:hidden;
}

.banner-track{
    width:100%;
}

.promo-slide{
    flex:0 0 100%;
    width:100%;
    min-width:100%;
    max-width:100%;
    height:560px;
    padding:28px 22px;
    border-radius:24px;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    overflow:hidden;
}

.promo-brand img{
    width:42px;
}

.promo-brand span{
    font-size:18px;
}

.promo-slide h2{
    font-size:2.2rem;
    line-height:1.15;
    margin:30px 0 18px;
    max-width:100%;
}

.promo-slide p{
    font-size:17px;
    line-height:1.6;
    margin-bottom:20px;
}

.promo-slide ul{
    margin:0;
    padding-left:22px;
}

.promo-slide li{
    margin-bottom:10px;
    font-size:17px;
}

.promo-slide a{
    margin-top:22px;
    width:fit-content;
}

.rate-chip{
    position:absolute;
    bottom:20px;
    left:22px;
}

/* decorative elements */

.promo-person,
.card-stack,
.home-shape,
.car-shape,
.score-meter{
    position:absolute;
    right:18px;
    bottom:90px;
    transform:scale(.8);
}

}
@media (max-width:768px){

.promo-person{
    position:absolute;
    right:-40px;
    top:180px;

    width:180px;
    height:180px;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:70px;
    opacity:.15;
    z-index:0;
}

.promo-slide>*{
    position:relative;
    z-index:2;
}

}
@media (max-width:768px){

.promo-person,
.card-stack,
.home-shape,
.car-shape,
.score-meter{
    display: none !important;
}

.promo-slide{
    height: auto !important;
    min-height: 520px;
    padding: 30px 25px 40px;
}

.promo-slide h2{
    font-size: 2.2rem;
    line-height: 1.2;
    word-break: normal;
}

}
@media (max-width:768px){

/* Hide list */
.promo-slide ul{
    display:none !important;
}

/* Hide Apply button */
.promo-slide a{
    display:none !important;
}

/* Hide bottom chip */
.rate-chip{
    display:none !important;
}

/* Reduce card height */
.promo-slide{
    height:430px !important;
    min-height:430px !important;
    overflow:hidden;
}

}
@media (max-width:768px){

.score-card{
    text-align: center;
}

.score-card p,
.score-card strong,
.score-card a{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

}
/* ==========================
   Process Section Mobile Fix
========================== */

@media (max-width:768px){

.step{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.step-icon{
    margin-bottom:20px;
}

.step-content{
    width:100%;
    text-align:center;
}

.step-content h3{
    margin:0 0 15px;
    text-align:center;
}

.step-content p{
    margin:0 auto;
    text-align:center;
    max-width:250px;
}

}
@media (max-width:768px){

.partner-grid{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:30px;
    text-align:center;
}

.phone-showcase{
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    margin-bottom:20px;
    transform:scale(.70);
    transform-origin:top center;
}

.phone{
    position:relative;
}

.partner-grid h2{
    font-size:2rem;
    margin-top:-80px;
}

.partner-grid p{
    max-width:320px;
    margin:15px auto 25px;
}

.store-row{
    display:flex;
    flex-direction:column;
    gap:15px;
    width:100%;
}

.store-badge{
    width:100%;
    justify-content:center;
}

}
@media (max-width:768px){

.partner-grid{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:25px;
}

.phone-showcase{
    position:relative;
    width:280px;
    height:220px;
    margin:0 auto 20px;
}

/* Common */
.phone{
    position:absolute;
    width:145px;
    height:290px;
}

/* White phone */
.phone-light{
    left:15px;
    top:0;
    z-index:1;
    transform:rotate(-8deg);
}

/* Black phone */
.phone-dark{
    right:15px;
    top:25px;
    z-index:2;
    transform:rotate(8deg);
}

.partner-grid h2{
    margin-top:90px;
    font-size:2rem;
}

.partner-grid p{
    margin:15px auto 25px;
    max-width:320px;
}

.store-row{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.store-badge{
    width:100%;
}
}
@media (max-width:768px){

.phone-showcase{
    height:260px !important;   /* pehle agar 450-500px hai to kam karo */
    margin-bottom:10px !important;
}

.partner-grid{
    gap:10px !important;
}

.partner-grid h2{
    margin-top:0 !important;
}

.partner-grid p{
    margin-top:10px !important;
}

}
@media (max-width:768px){

.partner-app{
    padding:40px 0 !important;
}

.partner-grid{
    display:flex;
    flex-direction:column;
    gap:0 !important;
}

.phone-showcase{
    height:180px !important;
    margin-bottom:-30px !important;
    overflow:visible;
}

.partner-grid h2{
    margin-top:0 !important;
    padding-top:0 !important;
}

}
@media (max-width:768px){

.stat-card{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.stat-card img{
    margin: 0;
    flex-shrink: 0;
}

.stat-card div{
    text-align: left;
}

}
@media (max-width:768px){

.stats-grid{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.stat-card{
    display:grid;
    grid-template-columns:60px 1fr;
    align-items:center;
    column-gap:18px;
}

.stat-card img{
    width:54px;
    height:54px;
    justify-self:center;
}

.stat-card div{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

}
/* ==========================================
   MOBILE FOOTER
========================================== */

@media (max-width:768px){

    .footer{
        padding:45px 22px 0;
        background:#262626;
    }

    .footer-top{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        gap:28px;
    }

    .footer-col{
        width:100%;
        text-align:left;
    }

    /* Logo Heading */

    .footer-about h2{
        font-size:2.25rem;
        font-weight:800;
        line-height:1.15;
        margin-bottom:18px;
        color:#28e3a2;
        text-align:left;
    }

    /* All Headings */

    .footer-col h3{
        font-size:1.8rem;
        font-weight:700;
        color:#fff;
        margin:0 0 18px;
        text-align:left;
    }

    /* About Paragraph */

    .footer-about p{
        color:#d5d5d5;
        font-size:1rem;
        line-height:1.9;
        text-align:justify;
        text-justify:inter-word;
        margin-bottom:0;
    }

    /* Links */

    .footer-col a{
        display:block;
        color:#d5d5d5;
        text-decoration:none;
        font-size:1rem;
        line-height:1.9;
        margin-bottom:10px;
        text-align:left;
    }

    /* Contact */

    .footer-col p{
        display:flex;
        align-items:flex-start;
        gap:12px;
        color:#d5d5d5;
        font-size:1rem;
        line-height:1.8;
        margin-bottom:14px;
        text-align:left;
    }

    .footer-col p i{
        color:#20e3a2;
        font-size:18px;
        width:22px;
        min-width:22px;
        margin-top:4px;
        text-align:center;
    }

    .footer-col p span{
        flex:1;
        text-align:left;
    }

    /* Copyright */

    .footer-bottom{
        margin-top:25px;
        padding:18px 0;
        border-top:1px solid rgba(255,255,255,.08);
        text-align:center;
    }

    .footer-bottom p{
        color:#bdbdbd;
        font-size:.95rem;
        margin:0;
    }

}
/* Mobile */

@media (max-width:768px){

    .banner-slider{
        margin-bottom:35px;
    }

    .quick-cards{
        margin-top:0;
    }

}
/* ===========================
   MOBILE FIX (MAX 768px)
=========================== */
@media (max-width:768px){

  .container{
    width:calc(100% - 30px);
    margin:0 auto;
  }

  section{
    padding:55px 0;
  }

  /* Headings */
  h1{
    font-size:38px !important;
    line-height:1.15;
  }

  h2{
    font-size:32px !important;
    line-height:1.2;
  }

  h3{
    font-size:26px !important;
  }

  p{
    font-size:16px !important;
    line-height:1.8 !important;
    text-align:justify;
  }

  /* Cards */
  .quick-cards,
  .product-grid,
  .finance-grid,
  .steps,
  .calculator-grid{
    display:grid;
    grid-template-columns:1fr !important;
    gap:24px;
  }

  .quick-card,
  .product-tile,
  .finance-card,
  .calc-card,
  .step{
    width:100%;
    min-height:auto;
    padding:24px;
  }

  /* Finance Card */
  .finance-card{
    display:flex;
    flex-direction:column;
    gap:30px;
  }

  .finance-visual{
    width:100%;
    height:330px;
  }

  .cheapkart-card{
    width:90%;
    left:50%;
    transform:translateX(-50%) rotate(-10deg);
  }

  /* Slider dots */
  .dots{
    margin:24px 0 30px;
  }

  /* Process section */
  .process-grid{
    display:flex;
    flex-direction:column;
    gap:30px;
  }

  /* Footer */
  .footer-top{
    display:flex;
    flex-direction:column;
    gap:28px;
    padding:40px 0;
    text-align:left;
  }

  .footer-col{
    width:100%;
    text-align:left;
  }

  .footer-col h2,
  .footer-col h3{
    text-align:left;
    margin-bottom:18px;
  }

  .footer-col p,
  .footer-col a{
    display:block;
    text-align:left;
    line-height:1.9;
  }

  .footer-bottom{
    text-align:center;
    padding:18px 0;
  }

  /* Floating Button */
  .floating-chat-btn{
    right:16px;
    bottom:16px;
    width:68px;
    height:68px;
  }
}
/*==========================================
        MOBILE TIMELINE
==========================================*/

@media (max-width:768px){

.loan-process{
    padding:80px 0;
}

.section-heading{
    margin-bottom:60px;
}

.section-heading h2{
    font-size:2.5rem;
    line-height:1.2;
}

.section-heading p{
    font-size:1rem;
}

.timeline-wrapper{
    height:auto;
    padding-left:70px;
}

.timeline-line{
    display:none;
}

/* Vertical Line */

.timeline-wrapper::before{

    content:"";

    position:absolute;

    left:38px;
    top:0;

    width:4px;
    height:100%;

    background:#20d38b;

    border-radius:20px;
}

/* Items */

.timeline-item{

    position:relative;

    left:0 !important;
    right:0 !important;
    top:0 !important;

    width:100%;

    margin-bottom:70px;
}

/* Content */

.timeline-content{

    width:100%;

    text-align:left !important;

    padding-left:45px;
}

/* Icons */

.timeline-icon{

    position:absolute;

    left:-5px;
    top:0;

    width:65px;
    height:65px;

    font-size:26px;

    margin:0 !important;
}

/* Numbers */

.step-number{

    font-size:60px;

    left:-60px !important;
    right:auto !important;

    top:-10px;

    opacity:.15;
}

/* Heading */

.timeline-content h3{

    font-size:24px;

    margin-bottom:12px;
}

/* Paragraph */

.timeline-content p{

    font-size:16px;

    line-height:1.7;
}

}
/* ===== MOBILE FIX ===== */

@media (max-width:768px){

.timeline-icon{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    min-height:48px !important;

    font-size:20px !important;

    left:-24px !important;
    top:8px !important;

    box-shadow:0 0 12px rgba(32,211,139,.25) !important;
}

.timeline-icon i{
    font-size:20px !important;
}

/* Vertical Line */

.timeline-wrapper::before{
    left:0 !important;
    width:3px !important;
}

/* Content */

.timeline-content{
    padding-left:65px !important;
}

/* Numbers */

.step-number{
    font-size:42px !important;
    left:-45px !important;
    top:2px !important;
    opacity:.15;
}

/* Heading */

.timeline-content h3{
    font-size:22px !important;
    margin-bottom:10px !important;
}

/* Paragraph */

.timeline-content p{
    font-size:15px !important;
    line-height:1.7;
}

}

/* Credit Card Section Heading */
.cards-heading h2{
    color: #ffffff !important;   /* White heading */
}

.cards-heading h2 span{
    color: #22d38b !important;   /* Green "Credit Cards" as it is */
}

/* Paragraph */
.cards-heading p{
    color: #d8dee9 !important;   /* Brighter light grey */
    opacity: 1 !important;
}

/* Mobile */
@media (max-width:768px){

    .cards-heading h2{
        color:#fff !important;
    }

    .cards-heading h2 span{
        color:#22d38b !important;
    }

    .cards-heading p{
        color:#e8eef8 !important;
        opacity:1 !important;
    }

}
/* =====================================
   FINANCE CARDS MOBILE
===================================== */

@media(max-width:768px){

.finance-card{
    flex-direction:column;
    gap:25px;
    text-align:center;
    padding:35px 22px;
}

.finance-visual{
    width:100%;
    height:260px;
    flex:none;
}

.cheapkart-card{
    width:210px !important;
    min-height:260px !important;
    padding:18px !important;

    transform:rotate(-10deg) !important;

    position:relative !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
}

.cheapkart-card strong{
    font-size:20px !important;
}

.cheapkart-card h4{
    font-size:18px !important;
    line-height:1.35;
}

.cheapkart-card p{
    font-size:13px !important;
    line-height:1.5;
}

.cheapkart-card b,
.cheapkart-card em{
    font-size:12px !important;
}

.finance-card h3{
    font-size:30px;
}

.finance-card li{
    font-size:16px;
    text-align:left;
}

.action-row{
    justify-content:center;
}

.action-row a{
    width:100%;
    text-align:center;
}

}
/* ===========================================
   FINANCE CARDS - MOBILE
=========================================== */

@media (max-width:768px){

.finance-card{
    display:flex;
    flex-direction:column;
    gap:25px;
    padding:30px 0;
}

.finance-visual{
    height:300px;
    display:flex;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}

/* Card Shape */
.cheapkart-card{
    width:220px !important;
    height:300px !important;
    padding:18px !important;

    transform:rotate(-11deg) scale(.92) !important;

    position:relative !important;
}

/* CREDIT CARDS / PERSONAL LOAN */
.cheapkart-card strong{
    font-size:10px !important;
    letter-spacing:.8px;
}

.cheapkart-card h4{
    font-size:13px !important;
    line-height:1.35 !important;
    margin:10px 0 12px !important;
}

.cheapkart-card p{
    font-size:10px !important;
    line-height:1.45 !important;
    margin-bottom:12px !important;
}

/* Explore Button */
.cheapkart-card .action-row{
    margin-top:10px !important;
}

.cheapkart-card .action-row a{
    font-size:11px !important;
    padding:8px 18px !important;
    border-radius:30px;
}

/* Reward / Cashback / Rs40L / etc */
.cheapkart-card b{
    font-size:10px !important;
    padding:8px 10px !important;
    transform:scale(.75);
    transform-origin:center;
}

.cheapkart-card em{
    font-size:10px !important;
    padding:8px 10px !important;
    transform:scale(.75);
    transform-origin:center;
}

/* Right Content */

.finance-card h3{
    font-size:34px;
    text-align:center;
}

.finance-card ul{
    margin:20px 0;
}

.finance-card li{
    font-size:15px;
    line-height:1.7;
}

.finance-card .action-row{
    justify-content:center;
}

.finance-card .action-row>a{
    width:220px;
    text-align:center;
}

}
@media (max-width:768px){

.cheapkart-card .action-row{
    display: none !important;
}

}
@media (max-width:768px){

    .timeline-item{
        min-height: 150px;   /* Increase/decrease according to need */
        position: relative;
    }

    .timeline-icon{
        position: absolute;
        left: 28px;
        top: 0;
    }

}
@media (max-width:768px){

    .item1{ top: 0; }

    .item2{ top: 260px; }

    .item3{ top: 520px; }

    .item4{ top: 780px; }

}
@media (max-width:768px){

    .timeline-item{
        display: flex;
        align-items: flex-start;
        min-height: 280px;   /* sabke liye same height */
    }

}
.timeline-item{
    margin-bottom: 110px !important;
}
.timeline-item{
    margin-bottom: 60px !important;
}
@media (max-width:768px){

    .timeline-item{
        min-height: auto !important;
        height: auto !important;
        margin-bottom: 35px !important;   /* Gap kam */
        padding-bottom: 0 !important;
    }

    .timeline-content{
        min-height: auto !important;
        padding-bottom: 0 !important;
    }

}
@media (max-width:768px){

    .item3{
        margin-top: -80px !important;
    }

    .item4{
        margin-top: -80px !important;
    }

}