.elementor-259 .elementor-element.elementor-element-1ef8e0f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-259 .elementor-element.elementor-element-1ef8e0f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-ef9ed82 *//* SECTION */

.iptv-reseller-pricing{
padding:30px 20px;
text-align:center;
}

/* TITLE */

.reseller-title h2{
font-size:38px;
color:#000;
margin-bottom:10px;
font-weight:700;
}

.reseller-title span{
color:#2ea3ff;
}

.reseller-title p{
color:#000;
margin-bottom:60px;
font-size:17px;
}

/* GRID */

.reseller-cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:30px;
max-width:1200px;
margin:auto;
}

/* CARD */

.reseller-card{
position:relative;
padding:40px 30px;
border-radius:16px;

background-image:url("https://forestgreen-narwhal-460680.hostingersite.com/wp-content/uploads/2026/03/imgi_34_abstract-blue-white-wave-background-illustrations-templates_41084-528.webp");
background-size:cover;
background-position:center;

box-shadow:0 10px 40px rgba(0,0,0,0.4);
transition:all .35s ease;
overflow:hidden;
}

/* CARD HOVER */

.reseller-card:hover{
transform:translateY(-12px) scale(1.03);
box-shadow:0 20px 60px rgba(0,0,0,0.6);
}

/* FEATURED CARD */

.featured{
border:2px solid #2ea3ff;
transform:scale(1.05);
}

/* BADGE */

.badge{
position:absolute;
top:20px;
right:20px;
background:#2ea3ff;
color:#000;
padding:6px 14px;
border-radius:20px;
font-size:12px;
font-weight:600;
}

/* CARD TITLE */

.reseller-card h3{
color:#000;
font-size:24px;
margin-bottom:5px;
font-weight:600;
}

/* CREDITS */

.credits{
color:#000;
margin-bottom:20px;
font-size:14px;
}

/* PRICE */

.price{
font-size:40px;
font-weight:700;
color:#2ea3ff;
margin-bottom:25px;
}

/* BUTTON */

.reseller-btn{
display:inline-block;
padding:12px 30px;
border-radius:30px;
background:#2ea3ff;
color:#000;
text-decoration:none;
font-weight:600;
margin-bottom:30px;
transition:0.3s;
}

.reseller-btn:hover{
background:#1a8cff;
transform:scale(1.05);
}

/* FEATURES LIST */

.reseller-card ul{
list-style:none;
padding:0;
text-align:left;
}

.reseller-card li{
margin:10px 0;
color:#000;
font-size:14px;
}

/* RESPONSIVE */

@media (max-width:768px){

.reseller-title h2{
font-size:30px;
}

.reseller-cards{
grid-template-columns:1fr;
}

.featured{
transform:scale(1);
}

}/* End custom CSS */