body{
    padding-top:90px;
}



header,
.navbar{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:90px;
    z-index:9999;
}


.hero-section{
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 90px);
    display: flex;
    align-items: center;
}

.hero-content h1{
    margin-bottom:25px;
}
/* ===========================
NAVBAR
=========================== */

#mainNavbar{
    transition:.4s;
    padding:15px 0;
    background:rgba(255,255,255,.95);
    backdrop-filter:blur(12px);
}

#mainNavbar.scrolled{
    background:#fff;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.navbar-brand img{
    max-height:75px;
}

.nav-link{
    font-weight:500;
    margin:0 8px;
    color:#222;
}

.nav-link:hover{
    color:#0d6efd;
}

.dropdown-menu{
    border:none;
    border-radius:15px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
    padding:15px;
}

.dropdown-item{
    padding:10px 15px;
    border-radius:8px;
}

.dropdown-item:hover{
    background:#f4f7ff;
    color:#0d6efd;
}

.btn-primary{
    border-radius:50px;
}




/*=========================
FOOTER
=========================*/

.footer-area{

background:#08172d;

color:#fff;

padding:80px 0 20px;

}

.footer-logo{

height:60px;

}

.footer-area h5{

margin-bottom:25px;

font-weight:700;

}

.footer-area ul{

list-style:none;

padding:0;

}

.footer-area ul li{

margin-bottom:12px;

}

.footer-area a{

color:#ddd;

text-decoration:none;

transition:.3s;

}

.footer-area a:hover{

color:#2ea3ff;

padding-left:5px;

}

.footer-text{

line-height:1.9;

color:#ccc;

}

.social-links{

display:flex;

gap:12px;

margin-top:25px;

}

.social-links a{

width:42px;

height:42px;

border-radius:50%;

background:#163a63;

display:flex;

align-items:center;

justify-content:center;

}

.social-links a:hover{

background:#0d6efd;

}

.contact-item{

display:flex;

gap:12px;

margin-bottom:18px;

align-items:flex-start;

}

.contact-item i{

color:#0d6efd;

margin-top:5px;

}

.whatsapp{

position:fixed;

bottom:90px;

right:25px;

width:60px;

height:60px;

border-radius:50%;

background:#25D366;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

z-index:9999;

}

#topBtn{

position:fixed;

right:25px;

bottom:20px;

width:50px;

height:50px;

border:none;

border-radius:50%;

background:#0d6efd;

color:#fff;

display:none;

z-index:9999;

}

/*==============================
HERO
==============================*/

.hero-section{

position:relative;

background:url('../images/hero-bg.jpg') center center/cover;

overflow:hidden;

}

.hero-overlay{

position:absolute;

top:0;

left:0;

width:100%;

height:100%;

background:linear-gradient(135deg,#07162e,#0d6efd);

opacity:.90;

}

.hero-section .container{

position:relative;

z-index:2;

}

.hero-title{

font-size:58px;

font-weight:800;

line-height:1.2;

color:#fff;

margin-top:20px;

}

.hero-description{

color:#ddd;

font-size:18px;

line-height:1.9;

margin:30px 0;

}

.hero-badge{

display:inline-block;

background:rgba(255,255,255,.15);

padding:10px 20px;

border-radius:50px;

color:#fff;

backdrop-filter:blur(10px);

}

.hero-buttons .btn{

padding:14px 35px;

border-radius:50px;

font-weight:600;

}

.hero-features{

display:flex;

gap:30px;

color:#fff;

flex-wrap:wrap;

}

.hero-features i{

color:#29d158;

margin-right:8px;

}

.hero-image{

animation:float 5s infinite ease-in-out;

}

@keyframes float{

0%{transform:translateY(0);}

50%{transform:translateY(-15px);}

100%{transform:translateY(0);}

}

/*==============================
STATS
==============================*/

.stats-section{

margin-top:-70px;

position:relative;

z-index:5;

}

.stat-card{

background:#fff;

padding:35px;

border-radius:20px;

text-align:center;

box-shadow:0 20px 40px rgba(0,0,0,.08);

transition:.3s;

}

.stat-card:hover{

transform:translateY(-8px);

}

.stat-card h2{

font-size:42px;

font-weight:800;

color:#0d6efd;

}

.stat-card p{

margin:0;

font-weight:500;

}

/*==========================
SECTION TITLE
===========================*/

.section-tag{

display:inline-block;

padding:8px 18px;

background:#eaf3ff;

color:#0d6efd;

font-weight:600;

border-radius:50px;

}

.section-title{

font-size:42px;

font-weight:700;

}

/*==========================
ABOUT
===========================*/

.experience-box{

position:absolute;

bottom:-25px;

right:-20px;

background:#0d6efd;

color:#fff;

padding:25px;

border-radius:20px;

width:220px;

box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.experience-box h2{

font-size:42px;

font-weight:800;

}

.feature-box{

display:flex;

gap:15px;

align-items:center;

padding:20px;

background:#fff;

border-radius:15px;

box-shadow:0 8px 20px rgba(0,0,0,.06);

margin-bottom:20px;

transition:.3s;

}

.feature-box:hover{

transform:translateY(-6px);

}

.feature-box i{

font-size:28px;

color:#0d6efd;

}

/*==========================
WHY US
===========================*/

.why-card{

padding:35px;

text-align:center;

background:#fff;

border-radius:20px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.3s;

height:100%;

}

.why-card:hover{

transform:translateY(-10px);

}

.why-card i{

font-size:45px;

color:#0d6efd;

margin-bottom:20px;

}
/*==============================
SERVICES
==============================*/

.services-section{
    background:#f7f9fc;
}

.service-card{
    background:#fff;
    border-radius:20px;
    padding:35px 25px;
    height:100%;
    transition:.35s;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    position:relative;
    overflow:hidden;
}

.service-card::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:0;
    background:#0d6efd;
    transition:.35s;
}

.service-card:hover::before{
    height:100%;
}

.service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

.service-icon{
    width:70px;
    height:70px;
    border-radius:18px;
    background:#eef5ff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.service-icon i{
    font-size:30px;
    color:#0d6efd;
}

.service-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.service-card p{
    color:#666;
    line-height:1.8;
    min-height:120px;
}

.service-card a{
    text-decoration:none;
    font-weight:600;
    color:#0d6efd;
}

.service-card a:hover{
    letter-spacing:.5px;
}

/*=============================
TECHNOLOGY
==============================*/

.technology-section{

background:#fff;

}

.tech-card{

background:#fff;

border-radius:20px;

padding:30px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

height:100%;

}

.tech-card:hover{

transform:translateY(-10px);

background:#0d6efd;

color:#fff;

}

.tech-card i{

font-size:42px;

margin-bottom:20px;

color:#0d6efd;

}

.tech-card:hover i{

color:#fff;

}

.tech-list{

padding:0;

list-style:none;

margin-top:30px;

}

.tech-list li{

margin-bottom:18px;

font-size:17px;

}

.tech-list i{

color:#0d6efd;

margin-right:10px;

}

/*============================
PROCESS
=============================*/

.process-card{

background:#fff;

padding:30px;

text-align:center;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

margin-bottom:25px;

}

.process-card:hover{

transform:translateY(-8px);

}

.step{

width:70px;

height:70px;

border-radius:50%;

background:#0d6efd;

color:#fff;

font-size:24px;

font-weight:700;

display:flex;

align-items:center;

justify-content:center;

margin:auto auto 20px;

}
/*=================================
COUNTERS
==================================*/

.counter-box{

padding:35px;

background:#fff;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

}

.counter-box:hover{

transform:translateY(-8px);

}

.counter-box i{

font-size:45px;

color:#0d6efd;

margin-bottom:20px;

}

.counter{

font-size:48px;

font-weight:800;

color:#0d6efd;

}

/*=================================
INDUSTRIES
==================================*/

.industry-card{

background:#fff;

padding:40px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

}

.industry-card:hover{

background:#0d6efd;

color:#fff;

transform:translateY(-8px);

}

.industry-card i{

font-size:45px;

margin-bottom:20px;

}

/*=================================
PORTFOLIO
==================================*/

.portfolio-card{

overflow:hidden;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

background:#fff;

}

.portfolio-card img{

transition:.4s;

}

.portfolio-card:hover img{

transform:scale(1.08);

}

.portfolio-content{

padding:25px;

}

/* Testimonials */
.testimonial-card{
    max-width:700px;
    margin:auto;
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    text-align:center;
}

/* CTA */
.cta-section{
    background:linear-gradient(135deg,#0d6efd,#6f42c1);
}

/* Blog */
.blog .card{
    border-radius:18px;
    overflow:hidden;
    transition:.3s;
}
.blog .card:hover{
    transform:translateY(-8px);
}

/* Fixed Header */
