

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*=========================================
        RESET
=========================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#ffffff;
    color:#222;
    overflow-x:hidden;
    line-height:1.7;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

section{
    padding:90px 0;
}

.container{
    max-width:1200px;
}
.navbar{
    background: #f8fbff;
    padding: 10px 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand{
    padding: 0;
    margin: 0;
}

.navbar-brand img{
    width: 95px;
    height: auto;
    display: block;
}

.navbar-nav{
    display: flex;
    align-items: center;
    gap: 18px;
}

.navbar-nav .nav-item{
    margin-left: 0;
}

.nav-link{
    color: #0d2d62 !important;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
}

.nav-link:hover,
.nav-link.active{
    color: #F47C20 !important;
}

.contact-btn{
    background: #F47C20;
    color: #f8fbff !important;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease;
}

.contact-btn:hover{
    background: #df6d11;
    color: #f8fbff!important;
}

/* Mobile */

@media (max-width: 991px){

    .navbar{
        padding: 8px 0;
    }

    .navbar-brand img{
        width: 75px;
    }

    .navbar-nav{
        gap: 10px;
        padding-top: 15px;
    }

    .contact-btn{
        display: inline-block;
        margin-top: 10px;
    }
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Segoe UI,sans-serif;
}

.footer{
    background:#152d72;
    color:#fff;
    padding-top:50px;
}

.footer-container{
    width:90%;
    max-width:1450px;
    margin:auto;

    display:grid;
    grid-template-columns:2.5fr 1fr 1fr 1fr;
    column-gap:90px;
    align-items:start;
}

.footer-left .logo{
    width:125px;
    margin-bottom:28px;
}

.footer-left h2{
    font-size:22px;
    font-weight:400;
    margin-bottom:22px;
}

.footer-left p{
    color:#aeb7d1;
    font-size:17px;
    line-height:1.45;
    width:430px;
}

.footer-column h3{
    font-size:20px;
    font-weight:500;
    margin-bottom:28px;
}

.footer-column a,
.footer-column span{
    display:block;
    text-decoration:none;
    color:#aeb7d1;
    margin-bottom:18px;
    font-size:17px;
    transition:.3s;
}

.footer-column a:hover{
    color:#fff;
}

.footer-bottom{
    margin-top:45px;
    border-top:1px solid rgba(255,255,255,.25);

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:20px 40px;
}

.footer-bottom p{
    color:#d5d8e6;
    font-size:16px;
}

.footer-bottom span{
    color:#d5d8e6;
    font-size:16px;
}

@media(max-width:992px){

.footer-container{
grid-template-columns:1fr;
row-gap:40px;
}

.footer-left p{
width:100%;
}

.footer-bottom{
flex-direction:column;
gap:10px;
text-align:center;
}

}
/*==========================
 HERO
==========================*/

.hero{

    position:relative;
    min-height:100vh;

    background:
    linear-gradient(rgba(11,44,107,.80),
    rgba(11,44,107,.80));

    background-size:cover;
    background-position:center;

    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;

}

.hero-content{

    width:850px;
    color:#fff;
    z-index:2;

}

.hero h5{

    color:var(--secondary);

    letter-spacing:3px;

    font-size:15px;

    margin-bottom:20px;

}

.hero h1{

    color:#fff;

    font-size:65px;

    line-height:1.1;

    margin-bottom:30px;

}

.hero span{

    color:var(--secondary);

}

.hero p{

    color:#fff;

    font-size:18px;

    margin-bottom:40px;

}

.hero-btn{

    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;

}

.btn-primary{

    text-decoration:none;

    background:var(--secondary);

    color:#fff;

    padding:16px 38px;

    border-radius:50px;

    font-weight:600;

    transition:.4s;

}

.btn-primary:hover{

    background:#c57c18;

    transform:translateY(-5px);

}

.btn-outline{

    text-decoration:none;

    border:2px solid #fff;

    color:#fff;

    padding:16px 38px;

    border-radius:50px;

    transition:.4s;

}

.btn-outline:hover{

    background:#fff;

    color:var(--primary);

}

/*==========================
 ABOUT
==========================*/

.about{

    background:var(--light);

}

.about .container{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.about-image img{

    border-radius:20px;

    box-shadow:0 20px 60px rgba(0,0,0,.12);

}

.about-content h5{

    color:var(--secondary);

    margin-bottom:15px;

    letter-spacing:2px;

}

.about-content h2{

    font-size:42px;

    margin-bottom:25px;

    line-height:1.2;

}

.about-content p{

    margin-bottom:18px;

}

.features{

    margin-top:30px;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:20px;

}

.features div{

    display:flex;

    align-items:center;

    gap:12px;

    font-weight:600;

}

.features i{

    color:#27ae60;

    font-size:20px;

}

/*==========================
 WHY CHOOSE
==========================*/

/*==========================
 WHY CHOOSE
==========================*/

.why{

    background:#f7f9fc;
    padding:100px 0;
    text-align:center;

}

.why h5{

    color:#D9902B;
    font-size:15px;
    letter-spacing:2px;
    margin-bottom:12px;

}

.why h2{

    color:#0B2C6B;
    font-size:42px;
    margin-bottom:20px;

}

.why-desc{

    width:80%;
    max-width:750px;
    margin:0 auto 60px;
    color:#666;
    line-height:1.8;

}

.why-grid{

    width:90%;
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;

}

.why-card{

    background:#fff;
    border-radius:18px;
    padding:40px 30px;
    border:1px solid #eee;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.4s;

}

.why-card:hover{

    transform:translateY(-10px);
    border-color:#D9902B;
    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.why-card i{

    width:80px;
    height:80px;
    border-radius:50%;
    background:#0B2C6B;
    color:#fff;

    display:flex;
    justify-content:center;
    align-items:center;

    margin:0 auto 25px;
    font-size:30px;

    transition:.4s;

}

.why-card:hover i{

    background:#D9902B;
    transform:rotate(360deg);

}

.why-card h3{

    color:#0B2C6B;
    margin-bottom:18px;

}

.why-card p{

    color:#666;
    line-height:1.8;

}

@media(max-width:992px){

.why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.why-grid{

grid-template-columns:1fr;

}

.why h2{

font-size:32px;

}

.why-desc{

width:90%;

}

}

/*==========================
 RESPONSIVE
==========================*/

@media(max-width:992px){

.hero h1{

font-size:50px;

}

.about .container{

grid-template-columns:1fr;

}

.why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

section{

padding:70px 0;

}

.hero{

padding:40px 20px;

}

.hero h1{

font-size:38px;

}

.hero p{

font-size:16px;

}

.hero-btn{

flex-direction:column;

}

.btn-primary,
.btn-outline{

width:100%;

}

.about-content h2{

font-size:32px;

}

.features{

grid-template-columns:1fr;

}

.why-grid{

grid-template-columns:1fr;

}

}
/*==========================
 SERVICES
===========================*/

.services{

background:#f7f9fc;

}

.section-title{

text-align:center;

margin-bottom:70px;

}

.section-title h5{

color:#D9902B;

letter-spacing:2px;

margin-bottom:15px;

}

.section-title h2{

font-size:44px;

color:#0B2C6B;

margin-bottom:20px;

}

.section-title p{

max-width:700px;

margin:auto;

}

.services-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(350px,1fr));

gap:35px;

}

.service-card{

background:#fff;

border-radius:18px;

overflow:hidden;

box-shadow:0 10px 35px rgba(0,0,0,.08);

transition:.4s;

}

.service-card:hover{

transform:translateY(-12px);

box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.service-card img{

width:100%;

height:240px;

object-fit:cover;

transition:.5s;

}

.service-card:hover img{

transform:scale(1.08);

}

.service-content{

padding:30px;

}

.service-content h3{

color:#0B2C6B;

margin-bottom:18px;

font-size:24px;

}

.service-content p{

margin-bottom:20px;

}

.service-content ul{

list-style:none;

margin-bottom:25px;

}

.service-content ul li{

padding:8px 0;

color:#555;

}

.service-content ul li::before{

content:"✔";

color:#D9902B;

font-weight:bold;

margin-right:10px;

}

.service-content a{

display:inline-block;

padding:12px 26px;

background:#0B2C6B;

color:#fff;

text-decoration:none;

border-radius:40px;

font-weight:600;

transition:.3s;

}

.service-content a:hover{

background:#D9902B;

}
.services{
    background:#f8f9fd;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
}

.service-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:35px;
    transition:.35s;
    position:relative;
    overflow:hidden;
}

.service-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#D9902B;
    transform:scaleX(0);
    transition:.4s;
}

.service-card:hover::before{
    transform:scaleX(1);
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.service-icon{
    width:70px;
    height:70px;
    border-radius:16px;
    background:#0B2C6B;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.service-icon i{
    font-size:30px;
    color:#fff;
}

.service-card h3{
    font-size:25px;
    color:#d78729;
    margin-bottom:18px;
}

.service-card p{
    color:#666;
    margin-bottom:25px;
    line-height:1.8;
}

.service-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:28px;
}

.service-tags span{
    background:#f5f7fb;
    border:1px solid #dde3ef;
    color:#0B2C6B;
    padding:8px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:500;
}

.service-card a{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#D9902B;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.service-card a:hover{
    gap:18px;
}
/*=========================
PROCESS
=========================*/

.process{

    padding:110px 0;
    background:#f8fbff;

}

.process-grid{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
    gap:35px;

}

.process-card{

    position:relative;

    background:#fff;

    padding:45px 35px;

    border-radius:22px;

    overflow:hidden;

    transition:.45s;

    border:1px solid #edf1f7;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

}

.process-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#0B2C6B,#D9902B);

}

.process-card:hover{

    transform:translateY(-15px);

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.step-number{

    position:absolute;

    right:25px;

    top:20px;

    font-size:58px;

    font-weight:800;

    color:#edf1f7;

}

.process-icon{

    width:85px;

    height:85px;

    border-radius:50%;

    background:#0B2C6B;

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:30px;

    transition:.4s;

}

.process-card:hover .process-icon{

    background:#D9902B;

    transform:rotate(360deg);

}

.process-icon i{

    color:#fff;

    font-size:34px;

}

.process-card h3{

    font-size:25px;

    color:#0B2C6B;

    margin-bottom:18px;

}

.process-card p{

    color:#666;

    line-height:1.8;

}
.strategy-process{
    padding:100px 0;
    background:#f8f9fd;
}

.strategy-roadmap{
    margin-top:70px;
    position:relative;
}

.strategy-roadmap::before{
    content:"";
    position:absolute;
    left:40px;
    top:0;
    width:4px;
    height:100%;
    background:#0B2C6B;
}

.step{
    display:flex;
    align-items:center;
    gap:30px;
    margin-bottom:60px;
    position:relative;
}

.step-icon{
    width:80px;
    height:80px;
    min-width:80px;
    border-radius:50%;
    background:#0B2C6B;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:30px;
    border:6px solid #fff;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    z-index:2;
}

.step-content{
    background:#fff;
    padding:30px;
    border-radius:16px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    flex:1;
    transition:.4s;
}

.step-content:hover{
    transform:translateX(10px);
    border-left:6px solid #D9902B;
}

.step-content span{
    color:#D9902B;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
}

.step-content h3{
    margin:10px 0;
    color:#0B2C6B;
}

.step-content p{
    color:#666;
}

.connector{
    height:25px;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Segoe UI,sans-serif;
}

