
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Arial,sans-serif;
}

.navbar{
background:#0b2c56;
}

.nav-link{
color:#fff !important;
margin-left:15px;
}

.hero{
padding:150px 0;
background:linear-gradient(135deg,#0b2c56,#00bcd4);
color:white;
}

.hero h1{
font-size:50px;
font-weight:bold;
}

.hero p{
margin:20px 0;
}


.about-section{
    background:#f7fbff;
    position:relative;
    overflow:hidden;
}

.about-section::before{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    background:#0d6efd;
    border-radius:50%;
    top:-200px;
    right:-180px;
    opacity:.08;
}

.about-image{
    position:relative;
}

.main-img{
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.experience-box{
    position:absolute;
    bottom:20px;
    right:-20px;
    background:#0d6efd;
    color:#fff;
    padding:20px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 15px 30px rgba(0,0,0,.2);
}

.experience-box h2{
    font-size:40px;
    font-weight:700;
    margin:0;
}

.section-title{
    color:#0d6efd;
    font-weight:700;
    letter-spacing:2px;
}

.about-heading{
    font-size:42px;
    font-weight:700;
    margin:20px 0;
    color:#1b1b1b;
}

.about-text{
    color:#666;
    line-height:1.8;
}

.feature-box{
    background:#fff;
    padding:18px;
    border-radius:15px;
    text-align:center;
    font-weight:600;
    transition:.4s;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.feature-box:hover{
    background:#0d6efd;
    color:#fff;
    transform:translateY(-8px);
}

.about-btn{
    background:#0d6efd;
    color:#fff;
    padding:12px 35px;
    border-radius:50px;
    transition:.4s;
}

.about-btn:hover{
    background:#003d99;
    color:#fff;
}

.innovation{
    background:#f8fbff;
}

.sub-title{
    color:#0d6efd;
    letter-spacing:3px;
    font-weight:700;
}

.innovation-card{
    position:relative;
    background:#fff;
    padding:40px 30px;
    border-radius:20px;
    overflow:hidden;
    transition:.4s;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.innovation-card:hover{
    transform:translateY(-10px);
    background:#0b3b78;
    color:#fff;
}

.number{
    position:absolute;
    top:10px;
    right:20px;
    font-size:70px;
    font-weight:800;
    color:#eef4ff;
    transition:.4s;
}

.innovation-card:hover .number{
    color:rgba(255,255,255,.12);
}

.line{
    width:60px;
    height:4px;
    background:#0d6efd;
    margin-bottom:25px;
}

.innovation-card:hover .line{
    background:#fff;
}

.innovation-card h4{
    margin-bottom:15px;
    font-weight:700;
}

.innovation-card p{
    color:#666;
    line-height:28px;
}

.innovation-card:hover p{
    color:#fff;
}

.innovation-card a{
    text-decoration:none;
    color:#0d6efd;
    font-weight:600;
}

.innovation-card:hover a{
    color:#fff;
}

.innovation-lab{
    background:#f8fbff;
}

.image-wrapper{
    position:relative;
    height:500px;
}

.img-one{
    width:70%;
    border-radius:20px;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.img-two{
    position:absolute;
    right:0;
    bottom:0;
    width:55%;
    border:8px solid #fff;
    border-radius:20px;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.floating-box{
    position:absolute;
    left:20px;
    bottom:20px;
    background:#0d6efd;
    color:#fff;
    padding:20px 30px;
    border-radius:15px;
    box-shadow:0 15px 35px rgba(0,0,0,.25);
}

.floating-box h2{
    margin:0;
    font-size:34px;
    font-weight:700;
}

.small-title{
    color:#0d6efd;
    letter-spacing:3px;
    font-weight:700;
}

.innovation-lab h2{
    font-size:42px;
    margin:20px 0;
    font-weight:700;
}

.innovation-lab p{
    color:#666;
    line-height:30px;
}

.tech-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}

.tech-list span{
    padding:10px 20px;
    background:#fff;
    border:1px solid #dbe8ff;
    border-radius:40px;
    font-weight:600;
    transition:.4s;
}

.tech-list span:hover{
    background:#0d6efd;
    color:#fff;
    transform:translateY(-5px);
}

.future-section{
    background:#081c36;
    color:#fff;
}

.sub-heading{
    color:#5fd3ff;
    letter-spacing:3px;
    font-weight:600;
}

.future-item{
    display:flex;
    align-items:flex-start;
    gap:20px;
    background:rgba(255,255,255,.05);
    backdrop-filter:blur(10px);
    padding:25px;
    border-left:5px solid #00c8ff;
    border-radius:15px;
    margin-bottom:25px;
    transition:.4s;
}

.future-item:hover{
    transform:translateX(15px);
    background:#0f335f;
}

.future-no{
    font-size:45px;
    font-weight:700;
    color:#00c8ff;
    min-width:70px;
}

.future-item h4{
    margin-bottom:10px;
}

.future-item p{
    color:#d6e2ef;
    margin:0;
}

.future-image{
    position:relative;
}

.future-image img{
    border-radius:25px;
}

.experience{
    position:absolute;
    right:-20px;
    bottom:30px;
    background:#00c8ff;
    color:#081c36;
    padding:25px;
    border-radius:15px;
    font-weight:bold;
}

.experience h3{
    font-size:40px;
    margin:0;
}

.ecosystem{
    background:#f4f9ff;
}

.eco-tag{
    display:inline-block;
    padding:8px 18px;
    background:#e6f0ff;
    color:#0d6efd;
    border-radius:30px;
    font-weight:600;
    margin-bottom:20px;
}

.ecosystem h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
}

.ecosystem p{
    color:#666;
    line-height:30px;
}

.btn-eco{
    background:#0d6efd;
    color:#fff;
    border-radius:30px;
    padding:12px 35px;
}

.eco-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.eco-box{
    background:#fff;
    padding:30px;
    border-radius:20px;
    position:relative;
    transition:.4s;
    border:1px solid #e8eef7;
}

.eco-box span{
    position:absolute;
    top:15px;
    right:20px;
    font-size:45px;
    font-weight:bold;
    color:black;
}

.eco-box h5{
    font-weight:700;
    margin-bottom:15px;
}

.eco-box:hover{
    transform:translateY(-10px);
    background:#0d6efd;
    color:#fff;
}

.eco-box:hover p{
    color:#fff;
}

.eco-box.active{
    background:#081c36;
    color:#fff;
}

.eco-box.active p{
    color:#dbe7ff;
}

.delivery-section{
    background:#ffffff;
}

.section-subtitle{
    color:#0d6efd;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
}

.delivery-wrapper{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    position:relative;
}

.delivery-wrapper::before{
    content:"";
    position:absolute;
    top:55px;
    left:8%;
    width:84%;
    height:3px;
    background:#d9e6ff;
    z-index:0;
}

.delivery-item{
    position:relative;
    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
    z-index:1;
}

.delivery-item:hover{
    transform:translateY(-10px);
}

.step{
    width:70px;
    height:70px;
    margin:auto;
    margin-bottom:20px;
    background:#0d6efd;
    color:black;
    border-radius:18px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    font-weight:700;
    transform:rotate(45deg);
}

.step{
    position:relative;
}

.step::after{
    content:attr(data-text);
}

.step{
    transform:rotate(45deg);
}

.step{
    line-height:70px;
}

.step{
    font-size:22px;
}

.step{
    color:black;
}

.step{
    writing-mode:horizontal-tb;
}

.step{
    display:flex;
    justify-content:center;
    align-items:center;
}

.step{
    transform:rotate(45deg);
}

.step{
    overflow:hidden;
}

.step>*{
    transform:rotate(-45deg);
}

.delivery-item h4{
    margin-top:15px;
    font-weight:700;
}

.delivery-item p{
    color:#666;
    line-height:28px;
}

.contact-section{

    background:linear-gradient(135deg,#0b1f42,#133b73);
    padding:100px 0;

}

.contact-box{

    background:#fff;
    border-radius:30px;
    padding:60px;
    box-shadow:0 20px 50px rgba(0,0,0,.2);

}

.mini-title{

    color:#0d6efd;
    font-weight:700;
    letter-spacing:2px;

}

.contact-box h2{

    font-size:42px;
    font-weight:700;
    margin:20px 0;

}

.contact-box p{

    color:#666;
    line-height:30px;

}

.info-box{

    border-left:4px solid #0d6efd;
    padding-left:15px;
    margin-top:25px;

}

.form-control{

    height:55px;
    border-radius:12px;
    border:1px solid #ddd;

}

textarea.form-control{

    height:auto;

}

.send-btn{

    background:#0d6efd;
    color:#fff;
    padding:14px 40px;
    border-radius:50px;

}

.send-btn:hover{

    background:#081c36;
    color:#fff;

}

.main-footer{

    background:#081c36;
    color:#fff;
    padding:80px 0 30px;

}

.footer-logo{

    font-size:32px;
    font-weight:700;

}

.main-footer p{

    color:#c7d5eb;

}

.main-footer h5{

    margin-bottom:25px;

}

.main-footer ul{

    list-style:none;
    padding:0;

}

.main-footer ul li{

    margin-bottom:12px;

}

.main-footer a{

    color:#c7d5eb;
    text-decoration:none;
    transition:.3s;

}

.main-footer a:hover{

    color:#00c8ff;
    padding-left:8px;

}

.social{

    margin-top:30px;

}

.social a{

    width:45px;
    height:45px;
    background:#133b73;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    margin-right:10px;
    transition:.3s;

}

.social a:hover{

    background:#00c8ff;
    color:#081c36;

}

.subscribe{

    display:flex;
    overflow:hidden;
    border-radius:50px;
    background:#133b73;

}

.subscribe input{

    flex:1;
    border:none;
    background:none;
    color:#fff;
    padding:14px 20px;
    outline:none;

}

.subscribe button{

    width:60px;
    border:none;
    background:#00c8ff;
    font-size:22px;
    color:#081c36;

}

hr{

    border-color:rgba(255,255,255,.1);
    margin:50px 0 20px;

}

.copyright{

    text-align:center;
    color:#9fb4d1;

}


section{
    scroll-margin-top: 40px;
}