/* /*=============================
      LOAN AGAINST SECURITIES
==============================

.las-hero{

    padding:90px 0;

    background:#f5f9ff;

}

.las-tag{

    display:inline-block;

    background:#e8f1ff;

    color:#1565ff;

    padding:10px 22px;

    border-radius:30px;

    font-weight:700;

    margin-bottom:25px;

}

.las-hero h1{

    font-size:55px;

    font-weight:800;

    line-height:1.2;

    color:#111;

}

.las-hero h1 span{

    color:#1565ff;

}

.las-hero p{

    font-size:18px;

    line-height:1.8;

    color:#666;

    margin-top:20px;

}

.las-points{

    margin-top:35px;

}

.las-points div{

    margin-bottom:18px;

    font-size:18px;

    font-weight:600;

}

.las-points i{

    color:#1565ff;

    margin-right:10px;

}

.las-buttons{

    margin-top:40px;

    display:flex;

    gap:20px;

}

.apply-btn{

    background:#1565ff;

    color:#fff;

    padding:15px 35px;

    border-radius:40px;

    font-weight:600;

}

.apply-btn:hover{

    background:#0d4fd8;

    color:#fff;

}


 =image right
.las-image{

    display:flex;

    justify-content:center;

    align-items:center;

}

.las-image img{

    width:100%;

    max-width:600px;

    height:auto;

    animation:floatImage 5s ease-in-out infinite;

    filter:drop-shadow(0 25px 40px rgba(21,101,255,.25));

}

.las-image img:hover{

    transform:scale(1.04);

    transition:.4s;

}

@keyframes floatImage{

    0%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-15px);
    }

    100%{
        transform:translateY(0);
    }

}

@media(max-width:991px){

    .las-image{

        margin-top:50px;

    }

    .las-image img{

        max-width:420px;

    }

}
 */
/*=============================
        LAS BENEFITS
==============================*/

.las-benefits{

    padding:100px 0;

    background:#eef5ff;

}

.section-title{

    text-align:center;

    margin-bottom:60px;

}

.section-title span{

    display:inline-block;

    background:#dbe8ff;

    color:#1565ff;

    padding:10px 25px;

    border-radius:30px;

    font-weight:700;

    margin-bottom:18px;

}

.section-title h2{

    font-size:48px;

    font-weight:800;

    color:#12357a;

}

.section-title p{

    max-width:700px;

    margin:auto;

    color:#666;

    font-size:18px;

    line-height:1.8;

}

.las-card{

    background:#fff;

    padding:40px 30px;

    border-radius:25px;

    text-align:center;

    height:100%;

    transition:.4s;

    box-shadow:0 12px 35px rgba(21,101,255,.08);

    border:1px solid #e5efff;

}

.las-card:hover{

    transform:translateY(-12px);

    background:linear-gradient(135deg,#1565ff,#0d47c6);

    color:#fff;

    box-shadow:0 20px 45px rgba(21,101,255,.30);

}


.las-card:hover .icon-box{

    background:#fff;

    color:#1565ff;

}

.las-card h4{

    margin-top:25px;

    font-size:30px;

    font-weight:700;

}

.las-card p{

    margin-top:18px;

    font-size:17px;

    line-height:1.8;

    color:#666;

}

.las-card:hover p{

    color:#fff;

}

@media(max-width:991px){

.section-title h2{

    font-size:36px;

}

}
/* Responsive */

@media(max-width:991px){

.las-hero{

    text-align:center;

}

.las-buttons{

    justify-content:center;

}


.las-hero h1{

    font-size:40px;

}

}
/*------------flga icon*/
.icon-only{

    font-size:48px;

    color:#1565ff;

    margin-bottom:20px;

    display:inline-block;

    transition:.4s;

}
.las-card:hover .icon-only{

    color:#fff;

    transform:scale(1.15);

}
.las-card i{

    font-size:52px;

    color:#1b2f6d;

    margin-bottom:20px;

    display:block;

}

.las-card:hover i{

    color:#1565ff;

}
/*==========================
        PARTNERS
==========================*/
/*==============================
        PARTNERS SECTION
==============================*/


.partners-section{

    background:#ffffff;

    padding:90px 0;

}



.partner-heading{

    text-align:center;

    margin-bottom:50px;

}



.partner-heading h2{

    font-size:46px;

    font-weight:700;

    color:#173a7c;

    margin-bottom:15px;

}



.partner-heading p{

    font-size:17px;

    color:#64748b;

}



.partner-image{

    display:flex;

    justify-content:center;

    align-items:center;

}



.partner-image img{

    width:220px;

    height:auto;

    object-fit:contain;

    transition:.3s;

}



.partner-image img:hover{

    transform:scale(1.05);

}




@media(max-width:768px){


.partner-heading h2{

    font-size:34px;

}


.partner-heading p{

    font-size:15px;

}


.partner-image img{

    width:160px;

}


}
.partner-image{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:25px;

}


.blue-line{

    width:80px;

    height:3px;

    background:#0d6efd;

    border-radius:10px;

}


.partner-image img{

    width:220px;

    height:auto;

    object-fit:contain;

}
@media(max-width:768px){

.blue-line{

    width:40px;

}

.partner-image img{

    width:160px;

}

}