/*==============================
 HERO SECTION
==============================*/

.hero-section{
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg,#0d6efd 0%, #0b5ed7 30%, #0aa06e 100%);
    padding:50px 0 50px;
}

/* Floating Shapes */

.shape{
    position:absolute;
    border-radius:50%;
    opacity:.18;
    filter:blur(2px);
}

.shape1{
    width:320px;
    height:320px;
    background:#ffffff;
    top:-120px;
    right:-120px;
}

.shape2{
    width:220px;
    height:220px;
    background:#00ff95;
    bottom:120px;
    left:-90px;
}

.shape3{
    width:140px;
    height:140px;
    background:#ffffff;
    top:50%;
    right:15%;
}

/* Welcome Badge */

.hero-badge{

display:inline-flex;
align-items:center;
padding:10px 22px;
background:#22c55e;
color:#fff;
font-weight:600;
border-radius:50px;
letter-spacing:.4px;
box-shadow:0 10px 25px rgba(0,0,0,.15);

}

/* Heading */

.hero-heading{

font-size:50px;
font-weight:800;
line-height:1.15;
color:#fff;

}

.hero-heading span{

display:block;
color:#65ff9a;

}

.hero-text{

font-size:20px;
line-height:1.8;
color:rgba(255,255,255,.92);
max-width:580px;

}

/* Buttons */

.hero-btns .btn{

padding:15px 34px;
font-weight:600;
transition:.35s;

}

.hero-btns .btn-light:hover{

transform:translateY(-4px);

}

.hero-btns .btn-outline-light:hover{

background:#fff;
color:#0d6efd;
transform:translateY(-4px);

}

/* Features */

.feature-item{

display:flex;
align-items:center;
gap:15px;
color:#fff;

}

.feature-item i{

width:58px;
height:58px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
background:rgba(255,255,255,.15);
backdrop-filter:blur(10px);

}

.feature-item h6{

margin:0;
font-weight:700;

}

.feature-item small{

opacity:.9;

}

/*==============================
 HERO CARD
==============================*/

.hero-card{

position:relative;
background:rgba(255,255,255,.18);
border:1px solid rgba(255,255,255,.30);
backdrop-filter:blur(18px);
border-radius:30px;
padding:50px;
box-shadow:0 30px 60px rgba(0,0,0,.18);

}

.hero-circle{

position:absolute;
width:210px;
height:210px;
border:2px dashed rgba(255,255,255,.35);
border-radius:50%;
top:40px;
left:50%;
transform:translateX(-50%);

}

.bank-icon{

width:120px;
height:120px;
margin:auto;
border-radius:50%;
background:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:58px;
color:#0d6efd;
box-shadow:0 10px 35px rgba(0,0,0,.12);

}

.hero-card h2{

margin-top:25px;
font-weight:700;
color:#fff;

}

.hero-card p{

color:#eef7ff;

}

.hero-card hr{

border-color:rgba(255,255,255,.25);
margin:30px 0;

}

.stat-icon{

font-size:34px;
color:#65ff9a;
margin-bottom:12px;

}

.hero-card h3{

font-weight:700;
color:#fff;
margin-bottom:4px;

}

.hero-card small{

color:#e7f3ff;

}

/* Bottom Wave */

.hero-wave{

position:absolute;
bottom:-1px;
left:0;
width:100%;

}
/*=========================
ABOUT
=========================*/

.section-tag{
    color:#28a745;
    font-weight:600;
    letter-spacing:1px;
}

.about-img img{
    border-radius:25px;
    transition:.4s;
}

.about-img img:hover{
    transform:scale(1.03);
}

/*=========================
SERVICES
=========================*/

.services{
    background:#f7fbff;
}

.service-card{

    background:#fff;

    border-radius:18px;

    padding:35px 25px;

    text-align:center;

    transition:.4s;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    height:100%;
}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.service-icon{

    width:80px;

    height:80px;

    margin:auto;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    font-size:32px;

    margin-bottom:20px;

}

.service-card h5{

    font-weight:700;

    margin-bottom:15px;

}

.service-card p{

    color:#666;

    margin:0;

}
/*==============================
WHY CHOOSE US
==============================*/

.why-us{

    background:#ffffff;

}

.why-box{

    display:flex;

    align-items:flex-start;

    gap:18px;

    background:#fff;

    padding:18px;

    border-radius:15px;

    margin-bottom:20px;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    transition:.3s;

}

.why-box:hover{

    transform:translateX(8px);

}

.why-icon{

    width:60px;

    height:60px;

    border-radius:50%;

    background:#0d6efd;

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:26px;

    flex-shrink:0;

}

.why-box h5{

    margin-bottom:6px;

    font-weight:600;

}

.why-box p{

    color:#666;

    margin:0;

}

/*==============================
COUNTERS
==============================*/

.counter-section{

    background:linear-gradient(135deg,#0d6efd,#28a745);

    padding:70px 0;

}

.counter-box{

    color:#fff;

    padding:25px;

}

.counter-box i{

    font-size:50px;

    margin-bottom:15px;

}

.counter-box h2{

    font-size:42px;

    font-weight:700;

    margin-bottom:8px;

}

.counter-box p{

    font-size:18px;

    margin:0;

    opacity:.95;

}
/*========================================
PROCESS
========================================*/

.process-card{

background:#fff;
padding:35px 25px;
border-radius:20px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
position:relative;
transition:.4s;
height:100%;

}

.process-card:hover{

transform:translateY(-10px);

}

.process-card i{

font-size:50px;
color:#0d6efd;
margin:20px 0;

}

.process-number{

position:absolute;
top:15px;
right:20px;
font-size:30px;
font-weight:700;
color:#dfe8ff;

}

/*========================================
TESTIMONIAL
========================================*/

.testimonial-section{

background:#fff;

}

.testimonial-card{

max-width:700px;
margin:auto;
text-align:center;
padding:40px;
box-shadow:0 15px 35px rgba(0,0,0,.08);
border-radius:20px;

}

.client-img{

width:90px;
height:90px;
border-radius:50%;
margin-bottom:20px;

}

/*========================================
CTA
========================================*/

.cta-section{

background:linear-gradient(135deg,#0d6efd,#198754);
padding:70px 0;

}

.cta-section h2{

font-size:40px;

}
/*==============================
FOOTER
==============================*/

.footer{

background:#0d1b2a;
color:#ddd;
padding:70px 0 20px;

}

.footer h5{

color:#fff;
margin-bottom:20px;

}

.footer ul{

padding:0;
list-style:none;

}

.footer ul li{

margin-bottom:12px;

}

.footer ul li a{

text-decoration:none;
color:#ddd;
transition:.3s;

}

.footer ul li a:hover{

color:#0d6efd;

}

.footer p{

margin-bottom:12px;

}

.footer hr{

border-color:#444;

}

.social-icons a{

display:inline-flex;
width:42px;
height:42px;
background:#0d6efd;
border-radius:50%;
align-items:center;
justify-content:center;
margin-right:8px;
color:#fff;
text-decoration:none;
transition:.3s;

}

.social-icons a:hover{

transform:translateY(-5px);

}

/*==============================
FLOATING BUTTONS
==============================*/

.whatsapp{

position:fixed;
right:25px;
bottom:95px;
width:60px;
height:60px;
background:#25D366;
color:#fff;
display:flex;
justify-content:center;
align-items:center;
font-size:32px;
border-radius:50%;
text-decoration:none;
z-index:999;

}

.call-btn{

position:fixed;
right:25px;
bottom:165px;
width:60px;
height:60px;
background:#0d6efd;
color:#fff;
display:flex;
justify-content:center;
align-items:center;
font-size:28px;
border-radius:50%;
text-decoration:none;
z-index:999;

}

#topBtn{

position:fixed;
left:25px;
bottom:30px;
width:55px;
height:55px;
border:none;
border-radius:50%;
background:#198754;
color:#fff;
font-size:24px;
display:none;
z-index:999;

}
/*==================================
 HERO ANIMATIONS
==================================*/

/* Gradient Animation */

.hero-section{
    background-size:200% 200%;
    animation:gradientMove 10s ease infinite;
}

@keyframes gradientMove{

    0%{
        background-position:0% 50%;
    }

    50%{
        background-position:100% 50%;
    }

    100%{
        background-position:0% 50%;
    }

}

/* Floating Shapes */

.shape1{

    animation:float1 8s ease-in-out infinite;

}

.shape2{

    animation:float2 10s ease-in-out infinite;

}

.shape3{

    animation:float3 7s ease-in-out infinite;

}

@keyframes float1{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(30px);
    }

}

@keyframes float2{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-25px);
    }

}

@keyframes float3{

    0%,100%{
        transform:translate(-50%,0);
    }

    50%{
        transform:translate(-50%,20px);
    }

}

/* Hero Card Animation */

.hero-card{

    animation:heroCard 1.2s ease;

}

@keyframes heroCard{

    from{

        opacity:0;
        transform:translateY(60px);

    }

    to{

        opacity:1;
        transform:translateY(0);

    }

}

/* Heading Animation */

.hero-heading{

    animation:slideLeft 1s ease;

}

.hero-text{

    animation:slideLeft 1.2s ease;

}

.hero-btns{

    animation:slideLeft 1.4s ease;

}

@keyframes slideLeft{

    from{

        opacity:0;
        transform:translateX(-50px);

    }

    to{

        opacity:1;
        transform:translateX(0);

    }

}

/* Hover Effects */

.hero-card:hover{

    transform:translateY(-10px);
    transition:.4s;

}

.feature-item{

    transition:.3s;

}

.feature-item:hover{

    transform:translateX(10px);

}

.bank-icon{

    transition:.4s;

}

.hero-card:hover .bank-icon{

    transform:rotate(8deg) scale(1.08);

}

/*==================================
 RESPONSIVE
==================================*/

@media(max-width:992px){

.hero-section{

padding-top:120px;
padding-bottom:120px;
text-align:center;

}

.hero-heading{

font-size:48px;

}

.hero-text{

font-size:18px;
margin:auto;

}

.hero-btns{

margin-bottom:40px;

}

.hero-card{

margin-top:50px;
padding:35px;

}

.feature-item{

justify-content:center;
margin-bottom:20px;

}

}

@media(max-width:768px){

.hero-heading{

font-size:38px;

}

.hero-text{

font-size:16px;

}

.hero-btns .btn{

display:block;
width:100%;
margin-bottom:15px;

}

.hero-btns .btn:last-child{

margin-bottom:0;

}

.bank-icon{

width:90px;
height:90px;
font-size:42px;

}

.hero-card{

padding:30px 20px;

}

.hero-card h2{

font-size:24px;

}

.hero-card h3{

font-size:22px;

}

.shape1{

width:180px;
height:180px;

}

.shape2{

width:130px;
height:130px;

}

.shape3{

display:none;

}

}

@media(max-width:576px){

.hero-heading{

font-size:32px;

}

.hero-badge{

font-size:13px;
padding:8px 16px;

}

.hero-text{

font-size:15px;

}

.hero-card{

border-radius:20px;

}

}


/*------------loan page------------*/
.card{
    transition:.4s;
}

.card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15)!important;
}

.card i{
    transition:.4s;
}

.card:hover i{
    transform:scale(1.1);
}
/*------------services page--------------------*/
.page-header{
background:linear-gradient(135deg,#0d6efd,#198754);
padding:90px 0;
}

.service-card{
border-radius:20px;
transition:.4s;
}

.service-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,.15)!important;
}

.service-card i{
transition:.4s;
}

.service-card:hover i{
transform:scale(1.15);
}
/*-------------about page--------------*/
.about-hero{

padding:120px 0;

background:linear-gradient(135deg,#0d6efd,#198754);

color:#fff;

}

.about-icon{

width:260px;
height:260px;
margin:auto;
background:rgba(255,255,255,.15);
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
font-size:120px;
backdrop-filter:blur(12px);

}

.about-box{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.about-box i{

font-size:45px;

color:#0d6efd;

}

.about-box div{

margin-bottom:30px;

}

.value-card{

background:#fff;

padding:35px;

text-align:center;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.value-card:hover{

transform:translateY(-10px);

}

.value-card i{

font-size:55px;

color:#198754;

margin-bottom:20px;

}
.loan-section{
background:#F8F6F1;
}

.loan-section h2{
font-weight:700;
margin-bottom:20px;
color:#1A1A1A;
}

.loan-section p{
color:#666;
line-height:30px;
}

.loan-list{
list-style:none;
padding:0;
}

.loan-list li{
padding:8px 0;
font-weight:500;
color:#444;
}

.loan-section img{
border-radius:20px;
transition:.4s;
}

.loan-section img:hover{
transform:scale(1.03);
}

.loan-section .btn{
padding:12px 35px;
border-radius:30px;
font-weight:600;
background:#C89B3C;
border:none;
}

.loan-section .btn:hover{
background:#A67C2E;
color:#fff;
}