*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:'Poppins',sans-serif;

color:#222;

background:#fff;

}

a{

text-decoration:none;

}

.container{

width:90%;

max-width:1250px;

margin:auto;

}

/*==================

TOP BAR

==================*/

.top-bar{

background:#06192d;

color:#fff;

font-size:14px;

padding:10px 0;

}

.top-bar .container{

display:flex;

justify-content:space-between;

align-items:center;

}

.top-left{

display:flex;

gap:30px;

}

.top-left span{

display:flex;

align-items:center;

gap:8px;

}

.top-right{

display:flex;

align-items:center;

gap:18px;

}

.top-right a{

color:#fff;

transition:.3s;

}

.top-right a:hover{

color:#0d6efd;

}

/*==================

HEADER

==================*/

header{

background:#fff;

box-shadow:0 2px 15px rgba(0,0,0,.08);

position:sticky;

top:0;

z-index:999;

}

.nav{

display:flex;

justify-content:space-between;

align-items:center;

padding:18px 0;

}

.logo h1{

font-size:42px;

font-weight:800;

}

.logo span{

color:#0d6efd;

}

.logo p{

font-size:15px;

color:#666;

margin-top:-5px;

}

nav ul{

display:flex;

list-style:none;

gap:35px;

}

nav a{

color:#111;

font-weight:600;

transition:.3s;

}

nav a:hover,

.active{

color:#0d6efd;

}

.quote-btn{
    margin: left 30px;

background:#0d6efd;

padding:14px 28px;

color:#fff;

border-radius:6px;

font-weight:600;

transition:.3s;

}

.quote-btn:hover{

background:#004fc7;

}

#menu{

display:none;

}

.menu-btn{

display:none;

font-size:28px;

cursor:pointer;

}

/*==================

HERO

==================*/

.hero{

height:680px;

position:relative;

background:url("images/hero-bg.jpg") center/cover;

display:flex;

align-items:center;

overflow:hidden;

}

.overlay{

position:absolute;

inset:0;

background:rgba(0,25,55,.60);

}

.hero-content{

position:relative;

z-index:5;

display:flex;

align-items:center;

justify-content:space-between;

}

.left{

width:50%;

color:#fff;

}

.left h1{

font-size:70px;

font-weight:800;

line-height:1.05;

}

.left span{

display:block;

color:#0d6efd;

}

.left p{

margin-top:30px;

font-size:20px;

line-height:1.8;

max-width:700px;

}

.buttons{

margin-top:45px;

display:flex;

gap:20px;

}

.buttons a{

background:#0d6efd;

color:#fff;

padding:18px 40px;

font-weight:600;

border-radius:5px;

transition:.3s;

}

.buttons a:hover{

transform:translateY(-4px);

}

.outline{

background:transparent!important;

border:2px solid #fff;

}

.right{

width:45%;


}

.right img{

width:100%;
max-width:1000px;
height: auto;

display:block;

animation:float 5s ease infinite;

}

@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-12px);

}

100%{

transform:translateY(0);

}

}

/*==================

RESPONSIVE

==================*/

@media(max-width:992px){

.menu-btn{

display:block;

}

nav{

position:absolute;

top:100%;

left:0;

width:100%;

background:#fff;

display:none;

padding:20px;

}

#menu:checked~nav{

display:block;

}

nav ul{

flex-direction:column;

gap:18px;

}

.quote-btn{

display:none;

}

.hero-content{

flex-direction:column;

text-align:center;

}

.left,

.right{

width:100%;

}

.left h1{

font-size:48px;

}

.right{

margin-top:40px;

}

}

@media(max-width:768px){

.top-left{

flex-direction:column;

gap:10px;

}

.top-bar .container{

flex-direction:column;

gap:15px;

}

.left h1{

font-size:38px;

}

.left p{

font-size:16px;

}

.buttons{

flex-direction:column;

}

.hero{

height:auto;

padding:80px 0;

}

}

/*======================================
        SERVICES SECTION
======================================*/

.services{
    padding:90px 0;
    background:#f7f9fc;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h5{
    color:#0d6efd;
    font-size:18px;
    letter-spacing:2px;
    margin-bottom:10px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin-bottom:15px;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.service-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

    gap:30px;

}

.service-card{

    background:#fff;

    border-radius:10px;

    padding:40px 30px;

    text-align:center;

    transition:.4s;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.service-card .icon{

    width:90px;

    height:90px;

    margin:auto;

    border-radius:50%;

    background:#0d6efd;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:38px;

    margin-bottom:25px;

}

.service-card h3{

    margin-bottom:15px;

    font-size:24px;

}

.service-card p{

    color:#666;

    line-height:1.8;

    margin-bottom:25px;

}

.service-card a{

    color:#0d6efd;

    font-weight:600;

}

/*======================================
            ABOUT
======================================*/

.about{

    padding:100px 0;

}

.about-wrapper{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.about-image img{

    width:100%;

    border-radius:15px;

    box-shadow:0 15px 35px rgba(0,0,0,.15);

}

.about-content h5{

    color:#0d6efd;

    font-size:18px;

    margin-bottom:15px;

}

.about-content h2{

    font-size:42px;

    margin-bottom:25px;

}

.about-content p{

    color:#666;

    line-height:1.9;

    margin-bottom:20px;

}

.about-list{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:20px;

    margin:35px 0;

}

.about-list div{

    font-weight:600;

}

.about-list i{

    color:#0d6efd;

    margin-right:10px;

}

.about-btn{

    display:inline-block;

    background:#0d6efd;

    color:#fff;

    padding:16px 35px;

    border-radius:6px;

    transition:.3s;

}

.about-btn:hover{

    background:#004fc7;

}

/*======================================
            QUOTE
======================================*/

.quote{

    padding:100px 0;

    background:#081b35;

}

.quote-wrapper{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:center;

}

.quote-text{

    color:#fff;

}

.quote-text h5{

    color:#0d6efd;

    margin-bottom:15px;

}

.quote-text h2{

    font-size:46px;

    margin-bottom:25px;

}

.quote-text p{

    line-height:1.8;

    color:#ddd;

}

.quote-form{

    background:#fff;

    padding:40px;

    border-radius:10px;

    display:grid;

    gap:20px;

}

.quote-form input,

.quote-form select,

.quote-form textarea{

    width:100%;

    padding:16px;

    border:1px solid #ddd;

    border-radius:6px;

    outline:none;

    font-size:16px;

}

.quote-form textarea{

    resize:none;

}

.quote-form button{

    background:#0d6efd;

    color:#fff;

    border:none;

    padding:18px;

    font-size:18px;

    border-radius:6px;

    cursor:pointer;

    transition:.3s;

}

.quote-form button:hover{

    background:#004fc7;

}

/*======================================
        RESPONSIVE
======================================*/

@media(max-width:992px){

.about-wrapper,

.quote-wrapper{

grid-template-columns:1fr;

}

.about-content{

text-align:center;

}

.about-list{

grid-template-columns:1fr;

}

.section-title h2{

font-size:34px;

}

.quote-text h2{

font-size:36px;

}

}

@media(max-width:768px){

.service-grid{

grid-template-columns:1fr;

}

.section-title h2{

font-size:28px;

}

.about-content h2{

font-size:30px;

}

.quote-text h2{

font-size:30px;

}

}

/*======================================
            STATISTICS
======================================*/

.stats{
    background:#0d6efd;
    padding:80px 0;
}

.stats .container{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.stat-box{
    text-align:center;
    color:#fff;
}

.stat-box h2{
    font-size:55px;
    margin-bottom:10px;
    font-weight:700;
}

.stat-box p{
    font-size:18px;
}

/*======================================
          WHY CHOOSE US
======================================*/

.why-us{
    padding:100px 0;
}

.why-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

.why-left h5{
    color:#0d6efd;
    margin-bottom:15px;
    font-size:18px;
}

.why-left h2{
    font-size:42px;
    margin-bottom:20px;
}

.why-left p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.point{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}

.point i{
    width:65px;
    height:65px;
    background:#0d6efd;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    flex-shrink:0;
}

.point h3{
    margin-bottom:8px;
}

.point p{
    margin:0;
}

.why-right img{
    width:100%;
    border-radius:12px;
    box-shadow:0 15px 30px rgba(0,0,0,.15);
}

/*======================================
            CLIENTS
======================================*/

.clients{
    padding:90px 0;
    background:#f7f9fc;
}

.client-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:25px;
}

.client{
    background:#fff;
    padding:45px;
    text-align:center;
    border-radius:8px;
    font-weight:700;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.client:hover{
    transform:translateY(-6px);
}

/*======================================
            FOOTER
======================================*/

.footer{
    background:#081b35;
    color:#fff;
    padding:70px 0 0;
}

.footer-grid{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr;
    gap:40px;
}

.footer h2,
.footer h3{
    margin-bottom:20px;
}

.footer p,
.footer li{
    color:#ddd;
    line-height:2;
}

.footer ul{
    list-style:none;
    padding:0;
}

.footer a{
    color:#ddd;
    transition:.3s;
}

.footer a:hover{
    color:#0d6efd;
}

.copyright{
    margin-top:50px;
    border-top:1px solid rgba(255,255,255,.1);
    text-align:center;
    padding:20px;
    color:#bbb;
}

/*======================================
        WHATSAPP BUTTON
======================================*/

.whatsapp{
    position:fixed;
    right:25px;
    bottom:25px;
    width:65px;
    height:65px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    text-decoration:none;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
    z-index:9999;
    transition:.3s;
}

.whatsapp:hover{
    transform:scale(1.1);
}

/*======================================
            RESPONSIVE
======================================*/

@media(max-width:992px){

.stats .container{
    grid-template-columns:repeat(2,1fr);
}

.why-wrapper{
    grid-template-columns:1fr;
}

.footer-grid{
    grid-template-columns:1fr 1fr;
}

}

@media(max-width:768px){

.stats .container{
    grid-template-columns:1fr;
}

.footer-grid{
    grid-template-columns:1fr;
}

.stat-box h2{
    font-size:42px;
}

.why-left h2{
    font-size:32px;
}

.point{
    flex-direction:column;
    align-items:flex-start;
}

.whatsapp{
    width:55px;
    height:55px;
    font-size:28px;
}

}

/*========================================
        TESTIMONIAL SECTION
========================================*/

.testimonial{
    padding:100px 0;
    background:#ffffff;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
    margin-top:60px;
}

.testimonial-card{
    background:#fff;
    padding:40px 35px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
}

.testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 45px rgba(0,0,0,.15);
}

.testimonial-card p{
    color:#666;
    line-height:1.9;
    font-style:italic;
    margin-bottom:25px;
}

.testimonial-card h4{
    color:#0d6efd;
    font-size:18px;
}

/*========================================
        CALL TO ACTION
========================================*/

.cta{
    background:linear-gradient(135deg,#0d6efd,#003b9b);
    color:#fff;
    text-align:center;
    padding:90px 20px;
}

.cta h2{
    font-size:46px;
    margin-bottom:20px;
}

.cta p{
    max-width:700px;
    margin:auto;
    line-height:1.8;
    opacity:.95;
}

.cta-btn{
    display:inline-block;
    margin-top:35px;
    background:#fff;
    color:#0d6efd;
    padding:18px 40px;
    border-radius:6px;
    font-weight:600;
    transition:.3s;
}

.cta-btn:hover{
    background:#081b35;
    color:#fff;
}

/*========================================
            GLOBAL EFFECTS
========================================*/

html{
    scroll-behavior:smooth;
}

section{
    overflow:hidden;
}

img{
    max-width:100%;
    display:block;
}

button,
a{
    transition:.3s ease;
}

button:hover,
a:hover{
    cursor:pointer;
}

.service-card,
.client,
.stat-box,
.testimonial-card{
    transition:all .35s ease;
}

/*========================================
        SCROLLBAR
========================================*/

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-track{
    background:#f1f1f1;
}

::-webkit-scrollbar-thumb{
    background:#0d6efd;
    border-radius:20px;
}

::-webkit-scrollbar-thumb:hover{
    background:#004fc7;
}

/*========================================
        FINAL RESPONSIVE
========================================*/

@media(max-width:1200px){

.left h1{
    font-size:56px;
}

.hero{
    height:auto;
    padding:100px 0;
}

}

@media(max-width:992px){

.cta h2{
    font-size:34px;
}

.testimonial-grid{
    grid-template-columns:1fr;
}

}

@media(max-width:768px){

.left h1{
    font-size:34px;
}

.section-title h2{
    font-size:28px;
}

.cta h2{
    font-size:28px;
}

.cta{
    padding:70px 20px;
}

.buttons{
    flex-direction:column;
}

.buttons a{
    width:100%;
    text-align:center;
}

.logo h1{
    font-size:30px;
}

.logo p{
    font-size:12px;
}

nav ul{
    text-align:center;
}

}

@media(max-width:480px){

.container{
    width:92%;
}

.quote-form{
    padding:25px;
}

.service-card{
    padding:30px 20px;
}

.stat-box h2{
    font-size:36px;
}

.cta-btn{
    width:100%;
}

}
