*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Segoe UI',sans-serif;
}

body{
    padding-top:80px;
}


.hero{
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    background:linear-gradient(135deg,#0d6efd,#6ea8fe);
    color:white;
}

.hero h1{
    font-size:60px;
    font-weight:700;
}

.hero p{
    font-size:22px;
    margin-top:15px;
}

.scrolled{
    background:#0d6efd !important;
    transition:.4s;
}

.scrolled .nav-link,
.scrolled .logo{
    color:white !important;
}

.scrolled .logo span{
    color:#ffd700;
}

.scrolled .nav-link::after{
    background:white;
}

/* Mobile */

@media(max-width:991px){

    .navbar-collapse{
        background:white;
        padding:20px;
        border-radius:10px;
        margin-top:15px;
    }

    .nav-link{
        margin:10px 0;
    }

    .hero h1{
        font-size:36px;
    }

    .hero p{
        font-size:18px;
    }

}

/*=========================
Hero Section
=========================*/

.hero-section{

    padding:50px 0 80px;
    background:linear-gradient(135deg,#eef6ff,#ffffff);
    overflow:hidden;
    position:relative;

}

.hero-badge{

    display:inline-block;
    background:#e6f0ff;
    color:#0d6efd;
    padding:8px 18px;
    border-radius:50px;
    font-weight:600;
    animation:fadeUp .8s;

}

.hero-title{

    font-size:3rem;
    font-weight:800;
    color:#222;
    line-height:1.3;
    animation:fadeUp 1s;

}

.hero-title span{

    color:#0d6efd;
    display:block;

}

.hero-text{

    font-size:17px;
    line-height:32px;
    color:#666;
    animation:fadeUp 1.2s;

}

.hero-btns{

    animation:fadeUp 1.4s;

}

.hero-btns .btn{

    padding:14px 34px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;

}

.hero-btns .btn:hover{

    transform:translateY(-4px);

}

/* Image */

.hero-image{

    position:relative;
    display:inline-block;
    animation:float 5s ease-in-out infinite;

}

.hero-image img{

    width:100%;
    max-width:520px;
    border-radius:25px;
    box-shadow:0 25px 60px rgba(0,0,0,.18);
    position:relative;
    z-index:2;

}

/* Floating Circles */

.circle{

    position:absolute;
    border-radius:50%;
    z-index:1;

}

.circle.one{

    width:170px;
    height:170px;
    background:#0d6efd;
    top:-40px;
    left:-40px;
    opacity:.18;

}

.circle.two{

    width:120px;
    height:120px;
    background:#00d084;
    bottom:-30px;
    right:-30px;
    opacity:.20;

}

/* Animations */

@keyframes float{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-15px);
    }

    100%{
        transform:translateY(0px);
    }

}

@keyframes fadeUp{

    from{

        opacity:0;
        transform:translateY(40px);

    }

    to{

        opacity:1;
        transform:translateY(0);

    }

}

/* Responsive */

@media(max-width:991px){

    .hero-section{

        padding:80px 0;

    }

    .hero-title{

        font-size:2.2rem;
        text-align:center;

    }

    .hero-text{

        text-align:center;

    }

    .hero-badge{

        display:table;
        margin:auto;

    }

    .hero-btns{

        text-align:center;

    }

    .hero-image{

        margin-top:20px;

    }

}

@media(max-width:576px){

    .hero-title{

        font-size:1.8rem;

    }

    .hero-text{

        font-size:16px;
        line-height:28px;

    }

    .hero-btns .btn{

        width:100%;
        margin-bottom:15px;

    }

}

/*========================
WHY CHOOSE US
=========================*/

.why-section{

    background:#f8fbff;

}

.section-tag{

    display:inline-block;
    padding:8px 20px;
    background:#eaf2ff;
    color:#0d6efd;
    font-weight:600;
    border-radius:50px;

}

.section-title{

    font-size:42px;
    font-weight:800;

}

.section-title span{

    color:#0d6efd;

}

.section-desc{

    max-width:750px;
    color:#666;
    line-height:30px;

}

.choose-card{

    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.06);
    transition:.4s;
    height:100%;

}

.choose-card:hover{

    transform:translateY(-10px);

}

.icon-box{

    width:70px;
    height:70px;
    border-radius:20px;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin-bottom:20px;

}

.green{background:#00b894;}
.orange{background:#f39c12;}
.red{background:#e74c3c;}
.purple{background:#8e44ad;}
.cyan{background:#00bcd4;}

.choose-card h4{

    font-weight:700;
    margin-bottom:15px;

}

.choose-card p{

    color:#666;
    line-height:28px;

}
.vision-box{

    background:#ffffff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    height:100%;
    border-left:6px solid #0d6efd;

}

.mission{

    border-left-color:#00b894;

}

.partner-section{

    background:linear-gradient(135deg,#0d6efd,#3f8cff);
    color:#fff;

}

.partner-section p{

    color:#eef3ff;

}

.partner-list{

    list-style:none;
    padding:0;

}

.partner-list li{

    margin:15px 0;
    font-size:17px;

}

.partner-list i{

    color:#FFD54F;
    margin-right:10px;

}

.partner-img{

    max-width:450px;
    animation:float 5s infinite ease-in-out;

}

.partner-section{

    background:linear-gradient(135deg,#0d6efd,#3f8cff);
    color:#fff;

}

.partner-section p{

    color:#eef3ff;

}

.partner-list{

    list-style:none;
    padding:0;

}

.partner-list li{

    margin:15px 0;
    font-size:17px;

}

.partner-list i{

    color:#FFD54F;
    margin-right:10px;

}

.partner-img{

    max-width:450px;
    animation:float 5s infinite ease-in-out;

}


/*=========================
CONTACT
==========================*/

.contact-section{

    background:#F8FAFC;

}

.contact-info{

    display:flex;
    flex-direction:column;
    gap:20px;

}

.contact-box{

    display:flex;
    align-items:center;
    gap:20px;
    background:#fff;
    padding:25px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.contact-box .icon{

    width:60px;
    height:60px;
    border-radius:15px;
    background:#0D6EFD;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;

}

.contact-form{

    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.form-control{

    height:55px;
    border-radius:10px;
    border:1px solid #ddd;

}

textarea.form-control{

    height:auto;

}

.form-control:focus{

    box-shadow:none;
    border-color:#0D6EFD;

}
/*=========================
WHITE FOOTER
==========================*/

.footer{

    background:#ffffff;
    color:#6b7280;
    padding:70px 0 20px;
    border-top:1px solid #e9ecef;

}

.footer h5{

    color:#1f2937;
    font-weight:700;
    margin-bottom:20px;

}

.footer p{

    color:#6b7280;
    line-height:30px;
    margin-bottom:12px;

}

.footer ul{

    list-style:none;
    padding:0;
    margin:0;

}

.footer ul li{

    margin-bottom:12px;

}

.footer ul li a{

    text-decoration:none;
    color:#6b7280;
    transition:.3s;

}

.footer ul li a:hover{

    color:#0d6efd;
    padding-left:5px;

}

/* Contact Icons */

.footer p i{

    color:#0d6efd;
    margin-right:10px;
    font-size:16px;

}

/* Social Icons */

.social-icons{

    display:flex;
    gap:12px;
    margin-top:20px;

}

.social-icons a{

    width:42px;
    height:42px;
    border-radius:50%;
    background:#f3f6fb;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0d6efd;
    font-size:18px;
    text-decoration:none;
    transition:.3s;

}

.social-icons a:hover{

    background:#0d6efd;
    color:#fff;
    transform:translateY(-3px);

}

/* Divider */

.footer hr{

    border-color:#e5e7eb;
    margin:40px 0 20px;

}

/* Copyright */

.copyright{

    text-align:center;
    font-size:15px;
    color:#6b7280;

}

/*=========================
FOCUS AREAS
==========================*/

.focus-section{

    background:#f8fbff;

}

.focus-card{

    background:#fff;
    border-radius:20px;
    padding:35px;
    text-align:center;
    box-shadow:0 12px 35px rgba(0,0,0,.05);
    transition:.35s;
    height:100%;

}

.focus-card:hover{

    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(13,110,253,.12);

}

.focus-card i{

    font-size:42px;
    color:#0d6efd;
    margin-bottom:20px;

}

.focus-card h4{

    font-weight:700;
    margin-bottom:15px;

}

.focus-card p{

    color:#6b7280;
    line-height:28px;

}

/*=========================
OUR APPROACH
==========================*/

.approach-section{

    background:#ffffff;

}

.step-box{

    background:#fff;
    border:1px solid #edf2f7;
    border-radius:20px;
    padding:30px 20px;
    text-align:center;
    position:relative;
    height:100%;
    transition:.3s;

}

.step-box:hover{

    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.06);

}

.step-number{

    width:45px;
    height:45px;
    background:#0d6efd;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    margin:0 auto 20px;

}

.step-box i{

    font-size:38px;
    color:#0d6efd;
    margin-bottom:15px;

}

.step-box h5{

    font-weight:700;
    margin-bottom:15px;

}

.step-box p{

    color:#6b7280;
    line-height:27px;

}

/*=========================
OUR APPROACH
==========================*/

.approach-section{

    background:#fff;
    position:relative;

}

.process-card{

    position:relative;
    background:#fff;
    border:1px solid #edf2f7;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.35s;
    overflow:hidden;

}

.process-card:hover{

    transform:translateY(-8px);
    border-color:#0d6efd;
    box-shadow:0 20px 40px rgba(13,110,253,.10);

}

.process-card span{

    position:absolute;
    top:20px;
    right:20px;
    font-size:14px;
    font-weight:700;
    color:#0d6efd;
    background:#eef5ff;
    width:38px;
    height:38px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;

}

.process-card i{

    font-size:42px;
    color:#0d6efd;
    margin-bottom:22px;

}

.process-card h5{

    font-weight:700;
    margin-bottom:15px;

}

.process-card p{

    color:#6b7280;
    line-height:28px;
    margin:0;

}