/* ══════════════════════════════════════════
       HERO-SECTION
   ══════════════════════════════════════════ */
   
/* TITLE */
.hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #1E2B8C;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: f5;
    text-align: left !important;
}

/* TEXT */
.hero-text {
    color: #444444;
    font-size: 15px;
    line-height: 1.7;
    max-width: 520px;
    text-align: left !important;
}

/* IMAGE */
.hero-img {
    max-width: 100%;
    height: auto;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .home-hero {
        text-align: center;
    }

    .hero-text {
        margin: auto;
    }

    .hero-img {
        margin-top: 30px;
    }
}


/* ══════════════════════════════════════════
       HERO-SECTION
   ══════════════════════════════════════════ */

   /* style in index.css */


/* ══════════════════════════════════════════
      ABOUT THIS LOAN
   ══════════════════════════════════════════ */


/* SECTION */
.loan-about-section {
    /* background: #000; */
    color: #fff;
}

/* BADGE */
.about-badge {
    display: inline-block;
    padding: 8px 18px;
    background: #dbeafe;
    color: #1E2B8C;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* TITLE */
.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1E2B8C;
    font-family: f5;
}

/* TEXT */
.about-text {
    max-width: 600px;
    color: #444444;
    margin-top: 10px;
    line-height: 1.7;
    font-family: f1;
}

/* CARD */
.feature-card {
    background: white;
    color: #000;
    padding: 25px;
    border-radius: 14px;
    height: 100%;
    transition: 0.3s ease;
    border: gray solid 0.5px;
}

/* ICON */
.feature-card .icon {
    font-size: 26px;
    margin-bottom: 15px;
}

/* TITLE */
.feature-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    font-family: f4;
}

/* TEXT */
.feature-card p {
    color: #444444;
    font-size: 14px;
    line-height: 1.6;
}

/* HOVER */
.feature-card:hover {
    transform: translateY(-5px);
}


/* ══════════════════════════════════════════
      LOAN ELIGIBLE
   ══════════════════════════════════════════ */

/* SECTION */
.eligibility-section {
    /* background: #000; */
    color: #fff;
}

/* BADGE */
.elig-badge {
    display: inline-block;
    padding: 8px 18px;
    background: #dbeafe;
    color: #1E2B8C;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* TITLE */
.elig-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1E2B8C;
    font-family: f5;
}

/* TEXT */
.elig-text {
    max-width: 550px;
    color: #444444;
    margin-top: 10px;
    line-height: 1.7;
}

/* CARD */
.elig-card {
    background: white;
    color: #000;
    padding: 20px;
    border-radius: 14px;
}

/* ICON */
.icon-box {
    width: 50px;
    height: 50px;
    background: #dbeafe;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-right: 15px;
}

/* TEXT */
.elig-card h5 {
    margin: 0;
    color: #1E2B8C;
    font-weight: 600;
}

.elig-card p {
    margin: 0;
    color: #666;
    font-size: 14px;
}

/* CRITERIA LIST */
.criteria-list {
    padding-left: 18px;
    margin: 0;
}

.criteria-list li {
    margin-bottom: 10px;
    color: #555;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .elig-title {
        font-size: 2rem;
    }
}

/* ══════════════════════════════════════════
      DOCUMENTS REQUIRED
   ══════════════════════════════════════════ */


/* SECTION */
.documents-section {
    /* background: #000; */
    color: #fff;
}

/* BADGE */
.doc-badge {
    display: inline-block;
    padding: 8px 18px;
    background: #dbeafe;
    color: #1E2B8C;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* TITLE */
.doc-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1E2B8C;
    font-family: f5;
}

/* TEXT */
.doc-text {
    max-width: 650px;
    color: #444444;
    margin-top: 10px;
    line-height: 1.7;
}

/* CARD */
.doc-card {
    background: white;
    color: #000;
    padding: 25px;
    border-radius: 16px;
    height: 100%;
    position: relative;
    transition: 0.3s ease;
}

/* ICON */
.doc-card .icon {
    font-size: 26px;
    margin-bottom: 15px;
}

/* TITLE */
.doc-card h5 {
    font-weight: 600;
    color: #1E2B8C;
    font-family: f4;
}

/* TEXT */
.doc-card p {
    font-size: 14px;
    color: #444444;
    margin-bottom: 20px;
}

/* TAG */
.tag {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #ef4444;
    color: #ef4444;
    border-radius: 20px;
    font-size: 12px;
}

/* HOVER */
.doc-card:hover {
    transform: translateY(-5px);
}



/* ══════════════════════════════════════════
      EMI CALCULATOR
   ══════════════════════════════════════════ */

   /* Style writen in style.css */

/* ══════════════════════════════════════════
      LOAN PRODUCTS
   ══════════════════════════════════════════ */
    
   /* style writen in style.css */

/* ══════════════════════════════════════════
      FORM
   ══════════════════════════════════════════ */

   /* style writen in style.css */


   /* ......................................................... */









