*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

body{
    background:#f5f7fb;
    color:#222;
    line-height:1.6;
}

/* =========================
   HERO
========================= */

.hero{
    width:100%;
    min-height:90vh;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:70px 8%;
    background: url(../login/images/background1.png) no-repeat;
    /* background:linear-gradient(135deg,#071a3d,#0d2f6d,#133b88); */
    color:white;
}

.hero-left{
    flex:1;
}

.hero-left h1{
    font-size:52px;
    font-weight:700;
    margin-bottom:20px;
}

.hero-left p{
    max-width:550px;
    font-size:18px;
    margin-bottom:35px;
    color:#d6e0ff;
}

.hero-buttons{
    display:flex;
    gap:20px;
}

.btn-primary,
.btn-secondary{

    text-decoration:none;
    padding:15px 35px;
    border-radius:8px;
    transition:.3s;
    font-weight:600;

}

.btn-primary{

    background:#ff9800;
    color:white;

}

.btn-primary:hover{

    background:#ff7800;

}

.btn-secondary{

    border:2px solid white;
    color:white;

}

.btn-secondary:hover{

    background:white;
    color:#0d2f6d;

}

.hero-right{

    flex:1;
    text-align:center;

}

.hero-right img{

    width:90%;
    max-width:500px;
   

}
.hero-right img{
    width:100%;
    max-width:800px;
    border-radius:25px;

    box-shadow:
        0 20px 40px rgb(160, 157, 214),
        0 40px 80px rgb(160, 157, 214),
        0 20px 20px rgb(160, 157, 214);
}

/* =========================
FEATURES
========================= */

.features{

    padding:80px 8%;
    text-align:center;

}

.features h2{

    font-size:38px;
    margin-bottom:50px;

}

.feature-grid{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;

}

.card{

    background:white;
    padding:35px;
    border-radius:15px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    transition:.3s;

}

.card:hover{

    transform:translateY(-8px);

}

.card i{

    font-size:45px;
    color:#0d47a1;
    margin-bottom:20px;

}

.card h3{

    margin-bottom:15px;
    color:#0d47a1;

}
/* .card p{

text-align: justify;

}
.step p{

text-align: justify;
font-size: 13px;

} */

/* =========================
HOW IT WORKS
========================= */

.steps{

    padding:80px 8%;
    background:white;

}

.steps h2{

    text-align:center;
    margin-bottom:50px;
    font-size:38px;

}

.step-container{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:30px;

}

.step{

    text-align:center;
    padding:30px;

}

.step span{

    width:70px;
    height:70px;
    background:#0d47a1;
    color:white;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:28px;
    margin-bottom:20px;
   

}

/* =========================
STATISTICS
========================= */

.stats{
     background: url(../login/images/background1.png) no-repeat;
    /* background:#0d47a1; */
    color:white;
    padding:70px 8%;

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    text-align:center;
    gap:30px;

}

.stats h2{

    font-size:42px;

}

.stats p{

    margin-top:10px;
    font-size:18px;

}

/* =========================
CALL TO ACTION
========================= */

.cta{

    padding:90px 8%;
    text-align:center;
    background:#eef4ff;

}

.cta h2{

    font-size:40px;
    margin-bottom:20px;

}

.cta p{

    font-size:18px;
    margin-bottom:35px;

}

/* =========================
FOOTER
========================= */

footer{

    background:#071a3d;
    color:white;
    padding:50px 8%;
    text-align:center;

}

footer a{

    color:#ddd;
    text-decoration:none;
    margin:0 12px;

}

footer a:hover{

    color:#ff9800;

}

/* =========================
RESPONSIVE
========================= */

@media(max-width:900px){

.hero{

    flex-direction:column;
    text-align:center;
    padding-top:120px;

}

.hero-left{

    margin-bottom:50px;

}

.hero-left h1{

    font-size:40px;

}

.hero-buttons{

    justify-content:center;
    flex-wrap:wrap;

}

.hero-right img{

    width:100%;
    max-width:380px;
    border-radius: 10px;

}

}

@media(max-width:600px){

.hero-left h1{

    font-size:32px;

}

.features h2,
.steps h2,
.cta h2{

    font-size:30px;

}

.btn-primary,
.btn-secondary{

    width:100%;
    text-align:center;

}

.hero-buttons{

    flex-direction:column;

}

}

/*==================================
          PAGE BANNER
==================================*/

.page-banner{
background: url(../login/images/background1.png) no-repeat;
    /* background:linear-gradient(135deg,#0b2d69,#123f8c); */

    color:white;

    text-align:center;

    padding:80px 20px;

}

.page-banner h1{

    font-size:48px;

    margin-bottom:15px;

}

.page-banner p{

    font-size:18px;

}

/*==================================
          ABOUT
==================================*/

.about-section{

    max-width:1200px;

    margin:70px auto;

    display:flex;

    gap:50px;

    align-items:center;

    padding:0 40px;

}

.about-image{

    flex:1;

    text-align:center;

}

.about-image i{

    font-size:180px;

    color:#0b2d69;

}

.about-content{

    flex:2;

}

.about-content h2{

    font-size:36px;

    margin-bottom:20px;

    color:#0b2d69;

}

.about-content p{

    margin-bottom:18px;

    line-height:1.8;

    color:#555;

}

/*==================================
        MISSION
==================================*/

.mission{

    background:#f5f7fb;

    padding:70px 40px;

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

    gap:30px;

}

.mission-box{

    background:white;

    padding:40px;

    border-radius:12px;

    text-align:center;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

}

.mission-box i{

    font-size:55px;

    color:#0b2d69;

    margin-bottom:20px;

}

.mission-box h3{

    margin-bottom:15px;

}

.mission-box p{

    color:#666;

}

/*==================================
        WHY US
==================================*/

.why-us{

    padding:70px 40px;

}

.why-us h2{

    text-align:center;

    font-size:38px;

    margin-bottom:50px;

}

/*==================================
        RESPONSIVE
==================================*/

@media(max-width:900px){

.about-section{

    flex-direction:column;

    text-align:center;

}

.about-image i{

    font-size:120px;

}

.page-banner h1{

    font-size:36px;

}

}

/*==================================
        SERVICES
==================================*/

.services-section{

    max-width:1300px;

    margin:70px auto;

    padding:0 40px;

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

    gap:30px;

}

.service-card{

    background:#fff;

    padding:35px;

    border-radius:12px;

    text-align:center;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

    transition:.3s;

}

.service-card:hover{

    transform:translateY(-8px);

}

.service-card i{

    font-size:50px;

    color:#0b2d69;

    margin-bottom:20px;

}

.service-card h3{

    margin-bottom:15px;

    color:#0b2d69;

}

.service-card p{

    color:#666;

    line-height:1.7;

}

/*==================================
        PROCESS
==================================*/

.process{

    background:#f5f7fb;

    padding:80px 40px;

}

.process h2{

    text-align:center;

    font-size:38px;

    margin-bottom:50px;

}

.process-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

    gap:30px;

}

.process-box{

    background:white;

    padding:35px;

    border-radius:12px;

    text-align:center;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

}

.process-box span{

    display:inline-flex;

    width:60px;

    height:60px;

    background:#0b2d69;

    color:white;

    border-radius:50%;

    align-items:center;

    justify-content:center;

    font-size:24px;

    margin-bottom:20px;

    font-weight:bold;

}

.process-box h3{

    margin-bottom:15px;

    color:#0b2d69;

}

.process-box p{

    color:#666;

    line-height:1.7;

}

@media(max-width:768px){

.services-section,
.process{

    padding-left:20px;
    padding-right:20px;

}

.process h2{

    font-size:30px;

}

}
/*==================================
        CONTACT
==================================*/

.contact-section{

    max-width:1200px;

    margin:70px auto;

    padding:0 40px;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:50px;

}

.contact-info h2{

    color:#0b2d69;

    margin-bottom:20px;

    font-size:34px;

}

.contact-info p{

    color:#555;

    line-height:1.8;

    margin-bottom:30px;

}

.info{

    display:flex;

    align-items:center;

    margin-bottom:20px;

    font-size:17px;

}

.info i{

    width:45px;
    height:45px;

    background:#0b2d69;

    color:white;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-right:15px;

}

/* Form */

.contact-form{

    background:#fff;

    padding:35px;

    border-radius:10px;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

}

.contact-form form{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.contact-form input,
.contact-form textarea{

    padding:14px;

    border:1px solid #ccc;

    border-radius:8px;

    outline:none;

    font-size:15px;

}

.contact-form input:focus,
.contact-form textarea:focus{

    border-color:#0b2d69;

}

.contact-form button{

    background:#0b2d69;

    color:white;

    border:none;

    padding:15px;

    border-radius:8px;

    cursor:pointer;

    font-size:16px;

    transition:.3s;

}

.contact-form button:hover{

    background:#123f8c;

}

/* Map */

.map-section{

    width:100%;

    margin-top:60px;

}

.map-section iframe{

    width:100%;

    height:450px;

    border:none;

}

/* Responsive */

@media(max-width:900px){

.contact-section{

    grid-template-columns:1fr;

    padding:20px;

}

}