.elementor-289 .elementor-element.elementor-element-3bfb6ef{width:var( --container-widget-width, 103.036% );max-width:103.036%;--container-widget-width:103.036%;--container-widget-flex-grow:0;}/* Start custom CSS for html, class: .elementor-element-3bfb6ef *//* =========================
   SETUP IQ TV PREMIUM CSS
========================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root{
--primary:#0F4CFF;
--secondary:#0A1F44;
--text:#1E293B;
--light:#64748B;
--bg:#F8FAFC;
--white:#ffffff;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif;
background:var(--bg);
color:var(--text);
overflow-x:hidden;
}

/* HERO */

.hero{
min-height:650px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:120px 20px;

background:
linear-gradient(rgba(10,31,68,.75),rgba(10,31,68,.75)),
url('https://setupiqtv.com/wp-content/uploads/2026/05/1244_3f321cec83.jpg')
center center/cover no-repeat;
}

.hero-content{
max-width:900px;
}

.hero h1{
font-size:72px;
font-weight:800;
color:#fff;
margin-bottom:25px;
line-height:1.1;
}

.hero p{
font-size:22px;
color:#fff;
line-height:1.8;
margin-bottom:35px;
}

.btn{
display:inline-block;
padding:16px 40px;
background:#CC0000;
color:#fff;
text-decoration:none;
font-weight:600;
border-radius:10px;
transition:.3s;
box-shadow:0 10px 30px rgba(204,0,0,.25);
}

.btn:hover{
transform:translateY(-4px);
}

/* SECTIONS */

.section{
max-width:1280px;
margin:auto;
padding:100px 25px;
}

.section-title{
font-size:46px;
font-weight:700;
text-align:center;
margin-bottom:25px;
color:var(--text);
}

.section-text{
max-width:900px;
margin:0 auto 30px;
text-align:center;
line-height:1.9;
font-size:17px;
color:var(--light);
}

/* CARDS */

.cards{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
margin-top:50px;
}

.card{
background:#fff;
padding:40px 35px;
border-radius:24px;
box-shadow:
0 10px 30px rgba(0,0,0,.05),
0 1px 2px rgba(0,0,0,.04);
transition:.35s;
position:relative;
overflow:hidden;
}

.card:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:5px;
background:var(--primary);
}

.card:hover{
transform:translateY(-10px);
box-shadow:
0 25px 50px rgba(0,0,0,.10);
}

.card i{
font-size:52px;
color:var(--primary);
margin-bottom:20px;
}

.card h3{
font-size:24px;
margin-bottom:15px;
font-weight:700;
}

.card p{
line-height:1.8;
color:var(--light);
}

/* SERVICE LIST */

.service-list{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
margin-top:40px;
}

.service-item{
background:#fff;
padding:22px 24px;
border-radius:16px;
font-weight:500;
box-shadow:0 8px 20px rgba(0,0,0,.05);
transition:.3s;
}

.service-item:hover{
transform:translateY(-4px);
}

/* PROCESS */

.process{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:25px;
margin-top:50px;
}

.step{
background:#fff;
padding:30px 20px;
text-align:center;
border-radius:20px;
font-weight:600;
box-shadow:0 10px 25px rgba(0,0,0,.06);
border-top:5px solid var(--primary);
}

/* FAQ */

.faq-item{
background:#fff;
padding:28px;
border-radius:18px;
margin-bottom:20px;
box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.faq-item h3{
font-size:22px;
margin-bottom:12px;
font-weight:600;
}

.faq-item p{
line-height:1.9;
color:var(--light);
}

/* CTA */

.cta{
padding:120px 20px;
background:
linear-gradient(135deg,#0F4CFF,#0A1F44);
text-align:center;
color:#fff;
margin-top:60px;
}

.cta h2{
font-size:52px;
font-weight:700;
margin-bottom:20px;
color:#fff;
}

.cta p{
max-width:900px;
margin:0 auto 20px;
line-height:1.9;
font-size:18px;
}

/* ALTERNATE SECTION BG */

.section:nth-child(even){
background:#fff;
border-radius:30px;
}

/* MOBILE */

@media(max-width:1024px){

.cards{
grid-template-columns:repeat(2,1fr);
}

.process{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.hero{
min-height:500px;
padding:80px 20px;
}

.hero h1{
font-size:42px;
}

.hero p{
font-size:18px;
}

.section{
padding:70px 20px;
}

.section-title{
font-size:32px;
}

.cards,
.service-list,
.process{
grid-template-columns:1fr;
}

.cta h2{
font-size:34px;
}
}/* End custom CSS */