*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Poppins,sans-serif;
}

body{

background:#f7f8fc;
color:#333;
line-height:1.7;

}

/**********************
HEADER
**********************/

header{

position:sticky;
top:0;
z-index:999;
background:#fff;
box-shadow:0 5px 20px rgba(0,0,0,.08);

}

.container{

width:90%;
max-width:1250px;
margin:auto;

}

.navbar{

display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;

}

.logo img{

height:75px;

}

.whatsapp-btn{

background:linear-gradient(135deg,#25D366,#0AAE5D);
color:#fff;
padding:14px 28px;
border-radius:60px;
font-weight:600;
text-decoration:none;
display:flex;
align-items:center;
gap:10px;
font-size:18px;
transition:.3s;

}

.whatsapp-btn:hover{

transform:translateY(-3px);

box-shadow:0 10px 25px rgba(37,211,102,.35);

}

/**********************
HERO
**********************/

.hero{

background:linear-gradient(135deg,#4f2ca1,#5d4cc7,#00b8b8);
color:#fff;
padding:90px 0;

}

.hero-grid{

display:grid;
grid-template-columns:1fr 420px;
gap:60px;
align-items:center;

}

 

.hero h1{

font-size:55px;

font-weight:800;

line-height:1.2;

margin-bottom:25px;

}

.hero p{

font-size:19px;

margin-bottom:30px;

opacity:.95;

}

  

/**********************/

.section{

padding:80px 0;

}

.section-title{

text-align:center;

font-size:42px;

font-weight:800;

margin-bottom:20px;

color:#4f2ca1;

}

.section-sub{

text-align:center;

max-width:900px;

margin:auto;

font-size:18px;

margin-bottom:60px;

}

/**********************/

.features{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 12px 35px rgba(0,0,0,.08);

transition:.3s;

}

.card:hover{

transform:translateY(-8px);

}

.card i{

font-size:40px;

color:#4f2ca1;

margin-bottom:20px;

}

.card h3{

margin-bottom:15px;

}

/**********************/

.about{

display:grid;

grid-template-columns:1fr 1fr;

gap:60px;

align-items:center;

}

.about-box{

background:#fff;

padding:40px;

border-radius:20px;

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

/**********************/

.city-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:18px;

margin-top:35px;

}

.city{

background:linear-gradient(135deg,#4f2ca1,#00b8b8);

color:#fff;

padding:18px;

border-radius:12px;

text-align:center;

font-weight:600;

}

/**********************/

.footer{

background:#1b1b1b;

color:#fff;

padding:50px 20px;

 

}

.footer img{

height:80px;

margin-bottom:20px;

}

.footer a{

color:#25D366;

text-decoration:none;

}

/**********************/

@media(max-width:991px){

.hero-grid,
.about{

grid-template-columns:1fr;

}

.features{

grid-template-columns:1fr;

}

.city-grid{

grid-template-columns:repeat(2,1fr);

}

.hero h1{

font-size:40px;

}

}

@media(max-width:600px){

.logo img{

height:58px;

}

.navbar{

flex-direction:column;

gap:15px;

}

.hero{

padding:60px 0;

}

.hero h1{

font-size:32px;

}

.hero p{

font-size:16px;

}

.section-title{

font-size:30px;

}

.city-grid{

grid-template-columns:1fr;

}

.whatsapp-btn{

font-size:15px;

padding:12px 20px;

}

}
.about-booking-section{

padding:80px 0;

}

.about-booking-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:40px;

align-items:stretch;

}

.about-card,
.booking-card{

background:#fff;

border-radius:25px;

padding:45px;

box-shadow:0 20px 50px rgba(0,0,0,.08);

display:flex;

flex-direction:column;

height:100%;

}

.section-tag{

display:inline-block;

padding:8px 20px;

background:#FFF3D5;

color:#d88900;

font-weight:700;

border-radius:40px;

margin-bottom:20px;

}

.about-card h2{

font-size:42px;

margin-bottom:20px;

color:#222;

}

.about-card h2 span{

color:#4F2CA1;

}

.about-card p{

font-size:17px;

color:#666;

margin-bottom:18px;

}

.about-list{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin:30px 0;

}

.about-list div{

display:flex;

align-items:center;

gap:10px;

font-weight:600;

}

.about-list i{

color:#00B894;

font-size:18px;

}

.experience-box{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:20px;

margin-top:auto;

}

.experience-box div{

background:linear-gradient(135deg,#4F2CA1,#00B8B8);

padding:25px 10px;

border-radius:15px;

text-align:center;

color:#fff;

}

.experience-box h3{

font-size:34px;

margin-bottom:5px;

}

.booking-card{

justify-content:center;

}

@media(max-width:991px){

.about-booking-grid{

grid-template-columns:1fr;

}

.about-list{

grid-template-columns:1fr;

}

.experience-box{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:576px){

.about-card,
.booking-card{

padding:28px;

}

.about-card h2{

font-size:30px;

}

.experience-box{

grid-template-columns:1fr;

}

}


/*=========================
Booking Form
=========================*/

.booking-section{

padding:80px 20px;

display:flex;

justify-content:center;

}

.booking-card{

width:100%;
max-width:520px;

background:#fff;

padding:45px;

border-radius:25px;

box-shadow:0 25px 60px rgba(0,0,0,.12);

position:relative;

overflow:hidden;

}

.booking-card::before{

content:'';

position:absolute;

top:0;
left:0;

width:100%;
height:6px;

background:linear-gradient(90deg,#4F2CA1,#00B8B8,linear-gradient(135deg,
rgba(30,26,76,.92),
rgba(33,67,119,.88),
rgba(0,146,146,.85)););

}

.form-badge{

display:inline-block;

background:linear-gradient(135deg,linear-gradient(135deg,
rgba(30,26,76,.92),
rgba(33,67,119,.88),
rgba(0,146,146,.85));,#FFA500);

color:#111;

padding:10px 22px;

border-radius:50px;

font-weight:700;

font-size:14px;

margin-bottom:25px;

}

.booking-card h2{

font-size:32px;

color:#4F2CA1;

margin-bottom:10px;

}

.booking-card p{

color:#666;

margin-bottom:35px;

}

.form-group{

position:relative;

margin-bottom:20px;

}

.form-group i{

position:absolute;

left:18px;

top:50%;

transform:translateY(-50%);

color:#4F2CA1;

font-size:18px;

}

.form-group input,
.form-group select{

width:100%;

padding:16px 18px 16px 52px;

border:2px solid #e5e5e5;

border-radius:12px;

font-size:16px;

outline:none;

transition:.3s;

background:#fff;

}

.form-group input:focus,
.form-group select:focus{

border-color:#4F2CA1;

box-shadow:0 0 0 4px rgba(79,44,161,.12);

}

.submit-btn{

width:100%;

padding:18px;

border:none;

border-radius:12px;

background:linear-gradient(135deg,#4F2CA1,#00B8B8);

color:#fff;

font-size:18px;

font-weight:700;

cursor:pointer;

transition:.3s;

margin-top:10px;

}

.submit-btn:hover{

transform:translateY(-3px);

box-shadow:0 18px 35px rgba(79,44,161,.28);

}

.payment-btn{

margin-top:20px;

display:flex;

justify-content:center;

align-items:center;

gap:10px;

text-decoration:none;

padding:18px;

border-radius:12px;

background:#25D366;

color:#fff;

font-weight:700;

font-size:17px;

transition:.3s;

}

.payment-btn:hover{

background:#1da851;

transform:translateY(-3px);

}

.payment-btn i{

font-size:24px;

}

/**************************
Mobile
**************************/

@media(max-width:768px){

.booking-card{

padding:30px 22px;

}

.booking-card h2{

font-size:26px;

}

.submit-btn,
.payment-btn{

font-size:16px;

padding:16px;

}

}

.hero{

position:relative;

padding:90px 0;

background:url('factory-bg.jpg') center center/cover;

overflow:hidden;

}

.overlay{

position:absolute;

inset:0;

background:linear-gradient(135deg,
rgba(30,26,76,.92),
rgba(33,67,119,.88),
rgba(0,146,146,.85));

}

.hero .container{

position:relative;

z-index:2;

}

.hero-grid{

display:grid;

grid-template-columns:1.2fr .8fr;

gap:60px;

align-items:center;

}

.hero-badge{

display:inline-block;

padding:10px 22px;

background:linear-gradient(135deg,
rgba(30,26,76,.92),
rgba(33,67,119,.88),
rgba(0,146,146,.85));;

color:#fff;

border-radius:40px;

font-weight:700;

 
text-align: center;

}

.hero h1{

font-size:58px;

line-height:1.15;

font-weight:800;

color:#fff;

margin-bottom:20px;

}

.hero h2{

font-size:28px;

font-weight:600;

color:#fff;

margin-bottom:20px;

}

.hero p{

font-size:18px;

color:#f4f4f4;

margin-bottom:30px;

}

.hero-list{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:15px;

margin-bottom:30px;

}

.hero-list div{

color:#fff;

font-weight:600;

}

.hero-list i{

color:linear-gradient(135deg,
rgba(30,26,76,.92),
rgba(33,67,119,.88),
rgba(0,146,146,.85));;

margin-right:8px;

}

.trust{

display:inline-block;

padding:14px 24px;

background:rgba(255,255,255,.12);

border:1px solid rgba(255,255,255,.25);

backdrop-filter:blur(10px);

color:#fff;

border-radius:50px;

}

.hero-form{

background:rgba(255,255,255,.95);

backdrop-filter:blur(20px);

padding:35px;

border-radius:25px;

box-shadow:0 30px 70px rgba(0,0,0,.2);

}

.form-top{

display:inline-block;

background:linear-gradient(135deg,
rgba(30,26,76,.92),
rgba(33,67,119,.88),
rgba(0,146,146,.85));;

padding:8px 18px;

border-radius:30px;

font-weight:700;

margin-bottom:20px;

}

.hero-form h3{

font-size:30px;

color:#4F2CA1;

margin-bottom:10px;

}

.hero-form input,
.hero-form select{

width:100%;

padding:16px;

margin-bottom:15px;

border:2px solid #eee;

border-radius:12px;

font-size:16px;

}

.hero-form button{

width:100%;

padding:18px;

background:linear-gradient(135deg,#4F2CA1,#00B8B8);

border:none;

border-radius:12px;

font-size:18px;

font-weight:700;

color:#fff;

cursor:pointer;

}

.pay-btn{

display:flex;

justify-content:center;

align-items:center;

gap:10px;

margin-top:15px;

background:#25D366;

padding:16px;

border-radius:12px;

text-decoration:none;

color:#fff;

font-weight:700;

}

@media(max-width:991px){

.hero-grid{

grid-template-columns:1fr;

}

.hero h1{

font-size:40px;

}

.hero h2{

font-size:22px;

}

.hero-list{

grid-template-columns:1fr;

}

}

/*==============================
Factory Problems
==============================*/

.problems-section{

padding:90px 0;

background:#ffffff;

}

.section-heading{

text-align:center;

max-width:900px;

margin:auto auto 60px;

}

.section-heading h2{

font-size:46px;

font-weight:800;

line-height:1.25;

color:#222;

margin:20px 0;

}

.section-heading h2 span{

color:#4F2CA1;

}

.section-heading p{

font-size:18px;

color:#666;

}

.problem-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.problem-card{

background:#fff;

padding:35px;

border-radius:20px;

box-shadow:0 12px 35px rgba(0,0,0,.08);

transition:.35s;

height:100%;

}

.problem-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(79,44,161,.15);

}

.icon-box{

width:70px;

height:70px;

border-radius:18px;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

margin-bottom:25px;

color:#fff;

}

.red{

background:#FF5C5C;

}

.orange{

background:#FF9F43;

}

.blue{

background:#3498DB;

}

.green{

background:#2ECC71;

}

.purple{

background:#4F2CA1;

}

.gold{

background:#F1C40F;

color:#222;

}

.problem-card h3{

font-size:24px;

margin-bottom:15px;

color:#222;

}

.problem-card p{

font-size:16px;

color:#666;

line-height:1.7;

}

/*********************
Mobile
*********************/

@media(max-width:991px){

.problem-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:767px){

.hero-form h3{

font-size:25px;
text-align:center;
color:#4F2CA1;

margin-bottom:10px;

}

.problem-grid{

grid-template-columns:1fr;

}

.section-heading h2{

font-size:32px;

}

}

/*=================================
Benefits Section
=================================*/

.benefits-section{

padding:90px 0;

background:#f8fbff;

}

.benefits-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

margin-top:60px;

}

.benefit-card{

background:#fff;

padding:35px 28px;

border-radius:20px;

text-align:center;

transition:.35s;

box-shadow:0 12px 35px rgba(0,0,0,.06);

height:100%;

}

.benefit-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 50px rgba(79,44,161,.15);

}

.benefit-icon{

width:85px;

height:85px;

margin:auto;

margin-bottom:25px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:34px;

background:linear-gradient(135deg,#4F2CA1,#00B8B8);

color:#fff;

box-shadow:0 15px 35px rgba(79,44,161,.25);

}

.benefit-card h3{

font-size:22px;

margin-bottom:15px;

color:#222;

}

.benefit-card p{

font-size:15px;

color:#666;

line-height:1.7;

}

@media(max-width:1200px){

.benefits-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:767px){

.benefits-grid{

grid-template-columns:1fr;

}

}
/*=================================
Industries Section
=================================*/

.industries-section{

padding:90px 0;

background:#fff;

}

.industry-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:28px;

margin-top:60px;

}

.industry-card{

background:#fff;

padding:35px 25px;

text-align:center;

border-radius:22px;

transition:.35s;

box-shadow:0 12px 35px rgba(0,0,0,.07);

border-top:5px solid transparent;

height:100%;

}

.industry-card:hover{

transform:translateY(-10px);

border-color:#4F2CA1;

box-shadow:0 25px 45px rgba(79,44,161,.15);

}

.industry-card i{

font-size:42px;

width:90px;

height:90px;

line-height:90px;

border-radius:50%;

margin-bottom:25px;

background:linear-gradient(135deg,#4F2CA1,#00B8B8);

color:#fff;

box-shadow:0 15px 35px rgba(79,44,161,.25);

}

.industry-card h3{

font-size:22px;

margin-bottom:15px;

color:#222;

}

.industry-card p{

font-size:15px;

line-height:1.7;

color:#666;

}

@media(max-width:1200px){

.industry-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:991px){

.industry-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.industry-grid{

grid-template-columns:1fr;

}

}

/*======================================
About Expert Section
======================================*/

.about-section{

padding:100px 0;

background:#f8fbff;

}

.about-grid{

display:grid;

grid-template-columns:450px 1fr;

gap:70px;

align-items:center;

}

.about-image{

position:relative;

}

.image-bg{

background:linear-gradient(135deg,#4F2CA1,#00B8B8);

padding:12px;

border-radius:30px;

}

.image-bg img{

width:100%;

display:block;

border-radius:22px;

}

.experience-badge{

position:absolute;

bottom:-20px;

right:-20px;

background:linear-gradient(135deg,
rgba(30,26,76,.92),
rgba(33,67,119,.88),
rgba(0,146,146,.85));;

padding:25px;

border-radius:20px;

box-shadow:0 20px 45px rgba(0,0,0,.18);

text-align:center;

}

.experience-badge h3{

font-size:40px;

color:#fff;

margin:0;

}

.experience-badge p{

margin:0;

font-weight:700;

}

.about-content h2{

font-size:46px;

font-weight:800;

line-height:1.3;

margin:20px 0;

}

.about-content h2 span{

color:#4F2CA1;

}

.about-content p{

font-size:17px;

line-height:1.9;

color:#666;

margin-bottom:20px;

}

.expert-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin:35px 0;

}

.expert-features div{

font-weight:600;

display:flex;

align-items:center;

gap:10px;

}

.expert-features i{

color:#00B894;

}

.stats-row{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:20px;

margin-top:35px;

}

.stats-row div{

background:#fff;

padding:22px;

text-align:center;

border-radius:18px;

box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.stats-row h3{

font-size:34px;

color:#4F2CA1;

margin-bottom:8px;

}

.expert-btn{

display:inline-block;

margin-top:40px;

padding:18px 38px;

background:linear-gradient(135deg,#4F2CA1,#00B8B8);

color:#fff;

font-weight:700;

text-decoration:none;

border-radius:50px;

transition:.3s;

}

.expert-btn:hover{

transform:translateY(-4px);

box-shadow:0 20px 40px rgba(79,44,161,.25);

}

@media(max-width:991px){

.about-grid{

grid-template-columns:1fr;

}

.stats-row{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.about-content h2{

font-size:32px;

}

.expert-features{

grid-template-columns:1fr;

}

.stats-row{

grid-template-columns:1fr 1fr;

}

.experience-badge{

position:relative;

bottom:0;

right:0;

margin-top:20px;

display:inline-block;

}

}
/*====================================
Factory Process
====================================*/

.process-section{

padding:100px 0;

background:#fff;

}

.process-grid{

display:grid;

grid-template-columns:repeat(9,1fr);

gap:15px;

align-items:center;

margin-top:60px;

}

.process-card{

background:#fff;

padding:30px 20px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 35px rgba(0,0,0,.08);

position:relative;

transition:.35s;

height:100%;

}

.process-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 50px rgba(79,44,161,.18);

}

.step-number{

position:absolute;

top:15px;

right:15px;

background:linear-gradient(135deg,
rgba(30,26,76,.92),
rgba(33,67,119,.88),
rgba(0,146,146,.85));;

color:#fff;

font-weight:700;

padding:6px 12px;

border-radius:30px;

font-size:14px;

}

.process-icon{

width:80px;

height:80px;

margin:10px auto 25px;

background:linear-gradient(135deg,#4F2CA1,#00B8B8);

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:34px;

color:#fff;

}

.process-card h3{

font-size:22px;

margin-bottom:15px;

color:#222;

}

.process-card p{

font-size:15px;

line-height:1.7;

color:#666;

}

.arrow{

display:flex;

justify-content:center;

align-items:center;

font-size:28px;

color:#4F2CA1;

}

@media(max-width:1200px){

.process-grid{

grid-template-columns:1fr;

}

.arrow{

display:none;

}

}

/*=================================
Trust Section
=================================*/

.trust-section{

padding:100px 0;

background:#f8fbff;

}

.trust-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:60px;

}

.trust-card{

background:#fff;

padding:35px;

border-radius:22px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

text-align:center;

}

.trust-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 50px rgba(79,44,161,.15);

}

.trust-icon{

width:85px;

height:85px;

margin:auto;

margin-bottom:25px;

background:linear-gradient(135deg,#4F2CA1,#00B8B8);

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:34px;

color:#fff;

}

.trust-card h3{

font-size:24px;

margin-bottom:15px;

}

.trust-card p{

font-size:16px;

color:#666;

line-height:1.8;

}

.trust-banner{

margin-top:70px;

padding:45px;

border-radius:25px;

background:linear-gradient(135deg,#4F2CA1,#00B8B8);

display:flex;

justify-content:space-between;

align-items:center;

color:#fff;

gap:40px;

}

.trust-banner h3{

font-size:34px;

margin-bottom:15px;

}

.banner-btn{

display:inline-block;

padding:18px 36px;

background:linear-gradient(135deg,
rgba(30,26,76,.92),
rgba(33,67,119,.88),
rgba(0,146,146,.85));;

color:#fff;

font-weight:700;

border-radius:50px;

text-decoration:none;

transition:.3s;

}

.banner-btn:hover{

transform:translateY(-4px);

}

@media(max-width:991px){

.trust-grid{

grid-template-columns:repeat(2,1fr);

}

.trust-banner{

flex-direction:column;

text-align:center;

}

}

@media(max-width:576px){

.trust-grid{

grid-template-columns:1fr;

}

.trust-banner h3{

font-size:28px;

}

}

 /*=========================================
Premium Footer
=========================================*/

.footer{

background:#10182d;

color:#fff;

padding:80px 0 30px;

position:relative;

}

.footer::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#4F2CA1,#00B8B8,linear-gradient(135deg,
rgba(30,26,76,.92),
rgba(33,67,119,.88),
rgba(0,146,146,.85)););

}

.footer .container{

max-width:1400px;

margin:auto;

width:90%;

}

.footer-top{

display:grid;

grid-template-columns:2fr 1.2fr 1.3fr;

gap:70px;

align-items:flex-start;

}

.footer-logo{

height:120px;

margin-bottom:20px;

}

.footer-brand h2{

font-size:34px;

margin-bottom:15px;

}

.footer-brand p{

color:#d2d7e5;

line-height:1.9;

font-size:16px;

margin-bottom:25px;

}

.social-links{

display:flex;

gap:15px;

}

.social-links a{

width:48px;

height:48px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:rgba(255,255,255,.08);

font-size:20px;

transition:.35s;

color:#fff;

}

.social-links a:hover{

background:linear-gradient(135deg,#4F2CA1,#00B8B8);

transform:translateY(-5px);

}

.footer-services h3,
.footer-contact h3{

font-size:28px;

margin-bottom:25px;

position:relative;

}

.footer-services h3::after,
.footer-contact h3::after{

content:"";

display:block;

width:60px;

height:3px;

background:linear-gradient(135deg,
rgba(30,26,76,.92),
rgba(33,67,119,.88),
rgba(0,146,146,.85));;

margin-top:10px;

border-radius:10px;

}

.footer-services ul{

list-style:none;

padding:0;

}

.footer-services li{

margin-bottom:15px;

color:#d2d7e5;

}

.footer-services i{

color:linear-gradient(135deg,
rgba(30,26,76,.92),
rgba(33,67,119,.88),
rgba(0,146,146,.85));;

margin-right:10px;

}

.contact-item{

display:flex;

gap:15px;

margin-bottom:22px;

align-items:flex-start;

}

.contact-icon{

width:42px;

height:42px;

border-radius:50%;

background:linear-gradient(135deg,#4F2CA1,#00B8B8);

display:flex;

align-items:center;

justify-content:center;

flex-shrink:0;

}

.contact-item a{

color:#fff;

text-decoration:none;

}

.footer-btn{

display:inline-block;

margin-top:15px;

padding:16px 30px;

background:linear-gradient(135deg,#4F2CA1,#00B8B8);

border-radius:50px;

color:#fff;

font-weight:700;

text-decoration:none;

transition:.35s;

}

.footer-btn:hover{

transform:translateY(-4px);

box-shadow:0 20px 40px rgba(79,44,161,.35);

}

.footer-stats{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:20px;

margin-top:70px;

padding:35px 0;

border-top:1px solid rgba(255,255,255,.08);

border-bottom:1px solid rgba(255,255,255,.08);

}

.footer-stats div{

text-align:center;

}

.footer-stats h2{

font-size:42px;

color:linear-gradient(135deg,
rgba(30,26,76,.92),
rgba(33,67,119,.88),
rgba(0,146,146,.85));;

margin-bottom:8px;

}

.footer-stats span{

color:#d2d7e5;

}

.footer-bottom{

display:flex;

justify-content:space-between;

margin-top:30px;

font-size:15px;

color:#b9c1d2;

}

.footer-bottom strong{

color:#fff;

}

@media(max-width:992px){

.footer-top{

grid-template-columns:1fr;

gap:45px;

}

.footer-stats{

grid-template-columns:repeat(2,1fr);

}

.footer-bottom{

flex-direction:column;

text-align:center;

gap:10px;

}

}

@media(max-width:576px){

.footer{

text-align:center;

}

.footer-logo{

height:100px;

margin:auto auto 20px;

}

.social-links{

justify-content:center;

}

.footer-services h3::after,
.footer-contact h3::after{

margin:10px auto 0;

}

.contact-item{

justify-content:center;

text-align:left;

}

.footer-btn{

width:100%;

text-align:center;

}

.footer-stats{

grid-template-columns:1fr 1fr;

}

.footer-stats h2{

font-size:32px;

}

}
 /*=================================
Premium Header
=================================*/

.header{

position:fixed;

top:0;

left:0;

width:100%;

z-index:9999;

background:rgba(255,255,255,.96);

backdrop-filter:blur(18px);

box-shadow:0 8px 30px rgba(0,0,0,.08);

transition:.35s;

}

.navbar{

display:flex;

justify-content:space-between;

align-items:center;

padding:18px 0;

}

.logo img{

height:90px;

display:block;

transition:.3s;

}

.logo img:hover{

transform:scale(1.03);

}

/************************
Social Icons
************************/

.social-icons{

display:flex;

align-items:center;

gap:16px;

}

.social-icons a{

width:48px;

height:48px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#fff;

font-size:20px;

text-decoration:none;

box-shadow:0 8px 20px rgba(0,0,0,.08);

transition:.35s;

}

.social-icons .fa-facebook-f{

color:#1877F2;

}

.social-icons .fa-instagram{

color:#E1306C;

}

.social-icons .fa-youtube{

color:#FF0000;

}

.social-icons a:hover{

transform:translateY(-5px);

background:linear-gradient(135deg,#4F2CA1,#00B8B8);

}

.social-icons a:hover i{

color:#fff;

}

/************************
Mobile
************************/

@media(max-width:768px){

.navbar{

padding:12px 0;

}

.logo img{

height:70px;

}

.social-icons{

gap:10px;

}

.social-icons a{

width:42px;

height:42px;

font-size:18px;

}

}
.header-right{

display:flex;

align-items:center;

gap:18px;

}

.header-whatsapp{

display:flex;

align-items:center;

gap:10px;

padding:13px 24px;

background:linear-gradient(135deg,#25D366,#0EAF5A);

border-radius:50px;

text-decoration:none;

color:#fff;

font-weight:700;

font-size:16px;

box-shadow:0 12px 30px rgba(37,211,102,.28);

transition:.35s;

}

.header-whatsapp i{

font-size:22px;

}

.header-whatsapp:hover{

transform:translateY(-4px);

box-shadow:0 18px 35px rgba(37,211,102,.35);

}

@media(max-width:768px){

.header-right{

gap:10px;

}

.header-whatsapp{

padding:11px 18px;

font-size:14px;

}

.header-whatsapp span{

display:none;

}

.header-whatsapp{

width:46px;

height:46px;

padding:0;

justify-content:center;

border-radius:50%;

}

.header-whatsapp i{

margin:0;

font-size:22px;

}

}

@media(max-width:768px){

.hero{

padding:35px 0 25px;

}

.hero-grid{

gap:30px;

}

.hero h1{

font-size:36px;
line-height:1.18;
margin-bottom:15px;

}

.hero h2{

font-size:22px;
margin-bottom:15px;

}

.hero p{

font-size:16px;
margin-bottom:20px;

}

.hero-list{

gap:8px;

}

.hero-list div{

font-size:15px;

}

}

@media(max-width:768px){

.problems-section,
.benefits-section,
.industries-section,
.about-section,
.process-section,
.trust-section,
.footer{

padding:55px 0;

}

.section-heading{

margin-bottom:35px;

}

}


@media(max-width:768px){

.problem-card,
.benefit-card,
.industry-card,
.trust-card,
.process-card{

padding:22px;

}

.problem-card h3,
.benefit-card h3,
.industry-card h3,
.process-card h3{

font-size:20px;

}

.problem-card p,
.benefit-card p,
.industry-card p,
.process-card p{

font-size:14px;

line-height:1.6;

}

}

@media(max-width:768px){

.problem-grid{

grid-template-columns:repeat(2,1fr);

gap:15px;

}

}

.benefits-grid{

grid-template-columns:repeat(2,1fr);

}

.industry-grid{

grid-template-columns:repeat(2,1fr);

}

.trust-grid{

grid-template-columns:repeat(2,1fr);

}

.about-grid{

gap:30px;

}

.about-content h2{

font-size:34px;

}

.about-content p{

font-size:15px;

margin-bottom:15px;

}

.process-card{

padding:20px;

}

.process-icon{

width:65px;
height:65px;
font-size:28px;

}

.process-card h3{

font-size:19px;

}

@media(max-width:768px){

.footer-top{

display:grid;

grid-template-columns:1fr 1fr;

gap:30px;

}

.footer-brand{

grid-column:1/-1;

text-align:center;

}

.footer-services{

grid-column:1;

}

.footer-contact{

grid-column:2;

}

.footer-services h3,
.footer-contact h3{

font-size:22px;

}

.footer-logo{

height:90px;
margin:auto;

}

.social-links{

justify-content:center;

}

}

@media(max-width:768px){

.logo img{

height:52px;

}

.navbar{

padding:10px 0;

}

.social-icons a{

width:34px;
height:34px;
font-size:15px;

}

}

.hero-form{

padding:25px;

}

.hero-form input,
.hero-form select{

padding:10px;

margin-bottom:6px;

}

.hero-form button{

padding:15px;

}


@media (max-width:768px){
    .header-right{
        display:none;
    }
	.social-icons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:16px;
    width:100%;
	margin-top:5px;
}
}
