body{

font-family:Poppins,sans-serif;

background:#f8fafc;

color:#222;

}

.hero{

padding:100px 0;

background:linear-gradient(135deg,#062a63,#0047bb);

color:#fff;

}

.hero h1{

font-size:55px;

font-weight:700;

}

.btn-primary{

background:#005eff;

border:none;

padding:14px 32px;

border-radius:50px;

}

footer{

background:#06152f;

}

.hero{
padding-top:120px;
background:#f8fbff;
position:relative;
}

.hero-bg{
position:absolute;
inset:0;
background:
radial-gradient(circle at top right,#dbeafe 0%,transparent 40%),
radial-gradient(circle at bottom left,#c7d2fe 0%,transparent 35%);
z-index:0;
}

.hero .container{
position:relative;
z-index:2;
}

.hero-image{
padding:40px;
}

.hero-image img{
max-height:650px;
filter:drop-shadow(0 30px 40px rgba(0,0,0,.15));
}

.floating{
animation:floating 4s ease-in-out infinite;
}

@keyframes floating{

0%{transform:translateY(0);}

50%{transform:translateY(-15px);}

100%{transform:translateY(0);}

}

.scroll-down{

position:absolute;

bottom:30px;

left:50%;

transform:translateX(-50%);

width:55px;

height:55px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#0B5ED7;

color:#fff;

text-decoration:none;

animation:bounce 2s infinite;

z-index:10;

}

@keyframes bounce{

0%,20%,50%,80%,100%{

transform:translate(-50%,0);

}

40%{

transform:translate(-50%,-12px);

}

60%{

transform:translate(-50%,-6px);

}

}

#about-preview{

padding:100px 0;

}

#about-preview img{

border-radius:25px;

}

.products{
padding:100px 0;
background:#f7f9fc;
}

.section-tag{
display:inline-block;
padding:8px 18px;
background:#eaf2ff;
color:#0B5ED7;
border-radius:50px;
font-weight:600;
letter-spacing:.5px;
}

.section-title{
font-size:42px;
font-weight:700;
margin-top:18px;
}

.section-subtitle{
max-width:700px;
margin:15px auto 0;
color:#666;
}

.product-card{
background:#fff;
border-radius:22px;
overflow:hidden;
transition:.35s;
height:100%;
box-shadow:0 15px 35px rgba(0,0,0,.06);
}

.product-card:hover{
transform:translateY(-10px);
box-shadow:0 30px 60px rgba(0,0,0,.12);
}

.product-image{
height:240px;
overflow:hidden;
}

.product-image img{
width:100%;
height:100%;
object-fit:cover;
transition:.5s;
}

.product-card:hover img{
transform:scale(1.08);
}

.product-content{
padding:30px;
}

.product-icon{
font-size:42px;
color:#0B5ED7;
margin-bottom:18px;
}

.product-content h4{
font-weight:700;
margin-bottom:15px;
}

.product-content p{
color:#666;
line-height:1.8;
margin-bottom:20px;
}

.product-content a{
text-decoration:none;
font-weight:600;
color:#0B5ED7;
}

.product-content a i{
margin-left:8px;
transition:.3s;
}

.product-content a:hover i{
transform:translateX(5px);
}

.services-section{
padding:100px 0;
background:#fff;
}

.service-box{
background:#fff;
padding:40px 30px;
border-radius:22px;
text-align:center;
height:100%;
transition:.35s;
border:1px solid #edf1f5;
}

.service-box:hover{
background:#0B5ED7;
transform:translateY(-8px);
color:#fff;
box-shadow:0 25px 50px rgba(11,94,215,.18);
}

.service-box:hover p,
.service-box:hover h4,
.service-box:hover .service-icon{
color:#fff;
}

.service-icon{
font-size:55px;
color:#0B5ED7;
margin-bottom:20px;
transition:.35s;
}

.service-box h4{
font-weight:700;
margin-bottom:15px;
}

.service-box p{
color:#666;
line-height:1.8;
transition:.35s;
}

.why-us{
padding:100px 0;
background:#f7f9fc;
}

.feature-item{
padding:15px 18px;
background:#fff;
border-radius:15px;
font-weight:600;
box-shadow:0 10px 25px rgba(0,0,0,.05);
transition:.3s;
}

.feature-item:hover{
transform:translateX(8px);
}

.feature-item i{
color:#0B5ED7;
margin-right:10px;
}

.stats-section{
padding:90px 0;
background:#0B5ED7;
color:#fff;
}

.counter-box{
padding:30px;
}

.counter-box i{
font-size:50px;
margin-bottom:20px;
opacity:.9;
}

.counter-box h2{
font-size:48px;
font-weight:700;
margin-bottom:10px;
}

.counter-box p{
margin:0;
font-size:17px;
opacity:.9;
}

.process-section{
padding:100px 0;
background:#fff;
}

.process-box{
position:relative;
background:#fff;
padding:40px 20px;
text-align:center;
border-radius:20px;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.3s;
height:100%;
}

.process-box:hover{
transform:translateY(-10px);
background:#0B5ED7;
color:#fff;
}

.process-box:hover .process-number{
background:#fff;
color:#0B5ED7;
}

.process-box i{
font-size:45px;
margin:20px 0;
}

.process-number{
width:42px;
height:42px;
background:#0B5ED7;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
font-weight:700;
transition:.3s;
}

.process-box h5{
font-weight:600;
margin-top:15px;
}

.cta-section{
padding:90px 0;
background:linear-gradient(135deg,#0B5ED7,#063c9f);
color:#fff;
}

.cta-section h2{
font-size:42px;
font-weight:700;
margin-bottom:15px;
}

.cta-section p{
font-size:18px;
opacity:.9;
margin:0;
}

.projects-section{
padding:100px 0;
background:#f8fafc;
}

.project-card{
position:relative;
overflow:hidden;
border-radius:22px;
height:380px;
cursor:pointer;
}

.project-card img{
width:100%;
height:100%;
object-fit:cover;
transition:.5s;
}

.project-card:hover img{
transform:scale(1.1);
}

.project-overlay{
position:absolute;
left:0;
right:0;
bottom:0;
padding:30px;
background:linear-gradient(transparent,rgba(0,0,0,.85));
color:#fff;
}

.testimonial-section{
padding:100px 0;
background:#fff;
}

.testimonial-card{
max-width:700px;
margin:auto;
text-align:center;
padding:50px;
}

.testimonial-card img{
width:90px;
height:90px;
border-radius:50%;
margin-bottom:25px;
}

.testimonial-card p{
font-size:20px;
line-height:1.8;
font-style:italic;
}

.carousel-control-next,
.carousel-control-prev{
width:55px;
height:55px;
background:#0B5ED7;
border-radius:50%;
top:45%;
}

.faq-section{
padding:100px 0;
background:#f7f9fc;
}

.accordion-item{
border:none;
margin-bottom:20px;
border-radius:15px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.accordion-button{
padding:22px;
font-weight:600;
}

.accordion-button:not(.collapsed){
background:#0B5ED7;
color:#fff;
}

.contact-section{
padding:100px 0;
background:#fff;
}

.contact-item{
display:flex;
align-items:flex-start;
margin-bottom:30px;
}

.contact-icon{
width:60px;
height:60px;
background:#0B5ED7;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
margin-right:20px;
flex-shrink:0;
}

.contact-item a{
color:#222;
text-decoration:none;
}

.contact-card{
background:#fff;
padding:40px;
border-radius:25px;
box-shadow:0 20px 50px rgba(0,0,0,.08);
}

.form-control,
.form-select{
height:55px;
border-radius:12px;
}

textarea.form-control{
height:auto;
}

.map-section iframe{
width:100%;
height:500px;
border:0;
display:block;
}

.floating-whatsapp,
.floating-call,
.scroll-top{

position:fixed;

width:58px;

height:58px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

right:25px;

color:#fff;

font-size:24px;

text-decoration:none;

box-shadow:0 15px 35px rgba(0,0,0,.25);

z-index:999;

transition:.3s;

}

.floating-whatsapp{

background:#25D366;

bottom:150px;

}

.floating-call{

background:#0B5ED7;

bottom:80px;

}

.scroll-top{

background:#111;

bottom:10px;

border:none;

cursor:pointer;

}

.floating-whatsapp:hover,
.floating-call:hover,
.scroll-top:hover{

transform:translateY(-5px);

}


/* ===========================
FOOTER
=========================== */

.footer{
    background:#081528;
    color:#d6dce5;
    padding:80px 0 30px;
}

.footer h3,
.footer h5{
    color:#ffffff;
    font-weight:700;
    margin-bottom:25px;
}

.footer p{
    color:#b8c4d4;
    line-height:1.8;
    margin-bottom:15px;
}

.footer ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer ul li{
    margin-bottom:12px;
}

.footer ul li a{
    color:#b8c4d4;
    text-decoration:none;
    transition:.3s;
}

.footer ul li a:hover{
    color:#0B5ED7;
    padding-left:6px;
}

.footer i{
    color:#0B5ED7;
    width:22px;
}

.footer hr{
    border-color:rgba(255,255,255,.1);
    margin:40px 0 25px;
}

.footer .copyright{
    color:#9ea9b8;
    font-size:15px;
}

.footer .brand{
    color:#ffffff;
    font-weight:700;
}

.footer-logo{
    height:65px;
    margin-bottom:20px;
}

@media(max-width:768px){

.footer{
text-align:center;
}

.footer ul{
margin-bottom:30px;
}

}


/*========================*/

.trusted-section{

padding:100px 0;

background:#f8fafc;

}

.quality-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 35px rgba(0,0,0,.06);

transition:.35s;

text-align:center;

height:100%;

}

.quality-card:hover{

transform:translateY(-10px);

}

.quality-card img{

width:100%;

height:240px;

object-fit:cover;

}

.quality-card h5{

padding:22px;

margin:0;

font-weight:600;

}



.final-cta{

padding:90px 0;

background:#081528;

color:#fff;

}

.final-cta h2{

font-size:46px;

font-weight:700;

margin-bottom:15px;

}

.final-cta p{

font-size:18px;

color:#cfd6df;

margin-bottom:0;

}

.page-banner{

padding:180px 0 100px;

background:linear-gradient(135deg,#081528,#0B5ED7);

color:#fff;

}

.page-banner h1{

font-size:56px;

font-weight:700;

}

.page-banner .breadcrumb{

background:none;

margin:0;

}

.page-banner .breadcrumb a{

color:#fff;

text-decoration:none;

}

.page-banner .breadcrumb-item.active{

color:#ddd;

}

.mission-section{

padding:100px 0;

background:#f7f9fc;

}

.mission-card{

background:#fff;

padding:45px 35px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.06);

height:100%;

transition:.3s;

}

.mission-card:hover{

transform:translateY(-10px);

}

.mission-card i{

font-size:55px;

color:#0B5ED7;

margin-bottom:25px;

}

.timeline-section{

padding:100px 0;

}

.timeline{

max-width:850px;

margin:auto;

border-left:4px solid #0B5ED7;

padding-left:35px;

}

.timeline-item{

position:relative;

margin-bottom:50px;

}

.timeline-item::before{

content:'';

position:absolute;

left:-46px;

top:6px;

width:18px;

height:18px;

border-radius:50%;

background:#0B5ED7;

}

.year{

font-weight:700;

font-size:22px;

color:#0B5ED7;

margin-bottom:10px;

}

.products-page{

padding:100px 0;

background:#f8fafc;

}

.products-page .product-card{

height:100%;

}

.specification-section{

padding:100px 0;

background:#f7f9fc;

}

.spec-table{

background:#fff;

}

.spec-table th{

width:260px;

background:#0B5ED7;

color:#fff;

}

.spec-table td,
.spec-table th{

padding:18px;

}

.application-section{

padding:100px 0;

}

.application-card{

background:#fff;

padding:45px;

text-align:center;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

transition:.3s;

}

.application-card:hover{

transform:translateY(-10px);

}

.application-card i{

font-size:55px;

color:#0B5ED7;

margin-bottom:20px;

}


.gallery-section{

padding:100px 0;

background:#f8fafc;

}

.gallery-item{

display:block;

position:relative;

overflow:hidden;

border-radius:20px;

}

.gallery-item img{

width:100%;

height:300px;

object-fit:cover;

transition:.5s;

}

.gallery-item:hover img{

transform:scale(1.1);

}

.gallery-overlay{

position:absolute;

inset:0;

display:flex;

align-items:center;

justify-content:center;

background:rgba(11,94,215,.75);

opacity:0;

transition:.4s;

}

.gallery-item:hover .gallery-overlay{

opacity:1;

}

.gallery-overlay i{

font-size:42px;

color:#fff;

}

.contact-page{

padding:100px 0;

background:#f8fafc;

}

.contact-info-card,
.contact-form-card{

background:#fff;

padding:40px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

height:100%;

}

.contact-info-item{

display:flex;

margin-bottom:30px;

}

.contact-info-item i{

width:55px;

height:55px;

background:#0B5ED7;

color:#fff;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

margin-right:18px;

font-size:22px;

flex-shrink:0;

}

.contact-info-item h6{

margin-bottom:5px;

font-weight:700;

}

.contact-info-item p{

margin:0;

color:#666;

}

.contact-info-item a{

text-decoration:none;

font-weight:600;

}

.contact-form-card input,
.contact-form-card select{

height:55px;

border-radius:12px;

}

.contact-form-card textarea{

border-radius:12px;

}