.elementor-58527 .elementor-element.elementor-element-4d8f56b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-962612e *//* =========================
   HERO SECTION
========================= */

.hero-section{
padding:120px 0 80px;
position:relative;
overflow:hidden;
}

.hero-section::before{
content:'';
position:absolute;
top:-200px;
left:-200px;
width:500px;
height:500px;
background:linear-gradient(
135deg,
rgba(255,0,85,.15),
rgba(35,61,255,.15)
);
border-radius:50%;
filter:blur(120px);
z-index:0;
}

.container{
width:90%;
max-width:1300px;
margin:auto;
position:relative;
z-index:2;
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;
}

.hero-badge{
display:inline-block;
padding:10px 18px;
border-radius:50px;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
font-size:14px;
font-weight:600;
margin-bottom:25px;
}

.hero-content h1{
font-size:84px;
line-height:1.05;
font-weight:800;
margin-bottom:25px;
max-width:700px;
}

.hero-content h1 span{
display:block;
background:linear-gradient(
90deg,
#ff0055,
#6a3cff
);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.hero-content p{
font-size:20px;
line-height:1.8;
color:#c8c8c8;
max-width:700px;
margin-bottom:35px;
}

/* BUTTONS */

.hero-buttons{
display:flex;
gap:18px;
flex-wrap:wrap;
margin-bottom:40px;
}

.btn-primary,
.btn-secondary{
padding:18px 32px;
border-radius:18px;
text-decoration:none;
font-weight:600;
transition:.3s ease;
}

.btn-primary{
background:linear-gradient(
90deg,
#ff0055,
#4f46ff
);
color:#fff;
}

.btn-primary:hover{
transform:translateY(-4px);
}

.btn-secondary{
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
color:#fff;
}

.btn-secondary:hover{
transform:translateY(-4px);
background:rgba(255,255,255,.08);
}

/* TRUST */

.hero-trust{
display:flex;
gap:25px;
flex-wrap:wrap;
}

.trust-item{
min-width:180px;
padding:25px;
border-radius:25px;
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
}

.trust-item h3{
font-size:42px;
margin-bottom:10px;
background:linear-gradient(
90deg,
#ff0055,
#6a3cff
);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.trust-item span{
color:#c8c8c8;
font-size:15px;
}

/* IMAGE */

.hero-image img{
width:100%;
border-radius:35px;
display:block;
box-shadow:0 30px 80px rgba(0,0,0,.4);
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px){

.hero-grid{
grid-template-columns:1fr;
gap:50px;
}

.hero-image{
order:-1;
}

.hero-content h1{
font-size:54px;
}

.hero-content p{
font-size:18px;
}

}

@media(max-width:768px){

.hero-section{
padding:80px 0;
}

.hero-content h1{
font-size:42px;
}

.hero-content p{
font-size:16px;
}

.hero-buttons{
flex-direction:column;
}

.btn-primary,
.btn-secondary{
width:100%;
text-align:center;
}

.hero-trust{
display:grid;
grid-template-columns:1fr;
gap:15px;
}

.trust-item{
min-width:100%;
}

}

@media(max-width:480px){

.hero-content h1{
font-size:34px;
line-height:1.15;
}

.hero-content p{
font-size:15px;
}

.trust-item h3{
font-size:34px;
}

}
/* =========================
   SECTION SPACING
========================= */

.services-section,
.industries-section,
.channels-section,
.process-section,
.results-section,
.portfolio-section,
.tech-section,
.testimonials-section,
.faq-section,
.cta-section{
padding:120px 0;
}

/* =========================
   SECTION HEADING
========================= */

.section-heading{
text-align:center;
margin-bottom:60px;
}

.section-heading span{
display:inline-block;
font-size:14px;
font-weight:600;
letter-spacing:2px;
text-transform:uppercase;
color:#ff0055;
margin-bottom:15px;
}

.section-heading h2{
font-size:54px;
line-height:1.2;
margin-bottom:20px;
}

.section-heading p{
max-width:800px;
margin:auto;
color:#c8c8c8;
line-height:1.8;
}

/* =========================
   SERVICES
========================= */

.services-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.service-card{
padding:35px;
border-radius:30px;
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
backdrop-filter:blur(20px);
transition:.4s;
position:relative;
overflow:hidden;
}

.service-card:hover{
transform:translateY(-10px);
}

.service-card h3{
font-size:24px;
margin-bottom:15px;
}

.service-card p{
line-height:1.8;
color:#c8c8c8;
}

/* =========================
   INDUSTRIES
========================= */

.industries-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.industry-card{
padding:30px;
text-align:center;
border-radius:25px;
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
font-size:20px;
font-weight:600;
transition:.4s;
}

.industry-card:hover{
transform:translateY(-8px);
background:linear-gradient(
135deg,
rgba(255,0,85,.15),
rgba(35,61,255,.15)
);
}

/* =========================
   CHANNELS
========================= */

.channels-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.channel-card{
padding:35px;
border-radius:30px;
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
transition:.4s;
}

.channel-card:hover{
transform:translateY(-8px);
}

.channel-card h3{
font-size:24px;
margin-bottom:15px;
}

.channel-card p{
color:#c8c8c8;
line-height:1.8;
}

/* =========================
   PROCESS
========================= */

.process-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.process-card{
padding:35px;
border-radius:30px;
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
}

.process-number{
font-size:60px;
font-weight:800;
margin-bottom:15px;
background:linear-gradient(
90deg,
#ff0055,
#233dff
);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.process-card h3{
font-size:24px;
margin-bottom:15px;
}

.process-card p{
color:#c8c8c8;
line-height:1.8;
}

/* =========================
   RESULTS
========================= */

.stats-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.stat-card{
padding:40px;
text-align:center;
border-radius:30px;
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
}

.stat-card h2{
font-size:52px;
margin-bottom:10px;
font-weight:800;
background:linear-gradient(
90deg,
#ff0055,
#233dff
);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.stat-card p{
color:#c8c8c8;
}

/* =========================
   PORTFOLIO
========================= */

.portfolio-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.portfolio-card{
overflow:hidden;
border-radius:30px;
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
transition:.4s;
}

.portfolio-card:hover{
transform:translateY(-10px);
}

.portfolio-card img{
width:100%;
height:320px;
object-fit:cover;
}

.portfolio-content{
padding:25px;
}

.portfolio-content h3{
font-size:24px;
margin-bottom:10px;
}

.portfolio-content p{
color:#c8c8c8;
}

/* =========================
   TOOLS
========================= */

.tech-grid{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:15px;
}

.tech-badge{
padding:16px 25px;
border-radius:50px;
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.08);
font-weight:600;
transition:.3s;
}

.tech-badge:hover{
background:linear-gradient(
90deg,
#ff0055,
#233dff
);
}

/* =========================
   TESTIMONIALS
========================= */

.testimonial-card{
padding:35px;
border-radius:30px;
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
}

.testimonial-card img{
width:70px;
height:70px;
border-radius:50%;
margin-bottom:20px;
}

.stars{
color:#ffc107;
margin:15px 0;
}

/* =========================
   FAQ
========================= */

.faq-container{
max-width:900px;
margin:auto;
}

.faq-item{
margin-bottom:20px;
border-radius:20px;
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
overflow:hidden;
}

.faq-question{
padding:25px;
cursor:pointer;
display:flex;
justify-content:space-between;
font-weight:600;
}

.faq-answer{
padding:0 25px;
max-height:0;
overflow:hidden;
transition:.4s;
color:#c8c8c8;
}

.faq-item.active .faq-answer{
max-height:300px;
padding:0 25px 25px;
}

/* =========================
   CTA
========================= */

.cta-box{
padding:80px;
text-align:center;
border-radius:35px;
background:linear-gradient(
135deg,
rgba(255,0,85,.15),
rgba(35,61,255,.15)
);
border:1px solid rgba(255,255,255,.08);
}

.cta-box h2{
font-size:54px;
margin-bottom:20px;
}

.cta-box p{
max-width:700px;
margin:auto;
line-height:1.8;
color:#d4d4d4;
}

.cta-btn{
display:inline-block;
margin-top:30px;
padding:18px 35px;
border-radius:16px;
background:linear-gradient(
90deg,
#ff0055,
#233dff
);
color:#fff;
text-decoration:none;
font-weight:600;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

.services-grid,
.industries-grid,
.channels-grid,
.process-grid,
.stats-grid,
.portfolio-grid{
grid-template-columns:1fr !important;
}

.section-heading h2{
font-size:34px;
}

.service-card,
.channel-card,
.process-card,
.stat-card{
padding:25px;
}

.cta-box{
padding:40px 25px;
}

.cta-box h2{
font-size:32px;
}

}/* End custom CSS */