.elementor-617 .elementor-element.elementor-element-616faa4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-617:not(.elementor-motion-effects-element-type-background), body.elementor-page-617 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-483cd26 );}/* Start custom CSS for html, class: .elementor-element-ae702e9 *//* =====================================================
   IPTVTHRIL INSTALLATION GUIDE
   Premium Black & Red Theme
   ===================================================== */

html{
    scroll-behavior:smooth;
}

.install-page{
    max-width:1200px;
    margin:0 auto;
    padding:60px 20px 100px;
    color:#fff;
}

/* HERO */

.install-hero{
    text-align:center;
    margin-bottom:50px;
}

.install-badge{
    display:inline-block;
    padding:12px 26px;
    border-radius:999px;
    background:rgba(255,0,0,.08);
    border:1px solid rgba(255,0,0,.18);
    color:#FF0000;
    font-size:12px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:24px;
}

.install-hero h1{
    margin:0;
    font-size:64px;
    font-weight:900;
    line-height:1.1;
}

.install-hero h1 span{
    color:#FF0000;
}

.install-hero p{
    max-width:760px;
    margin:20px auto 0;
    color:#AFAFAF;
    font-size:18px;
    line-height:1.8;
}

/* DEVICE NAV */

.device-nav{
    position:sticky;
    top:20px;
    z-index:100;
    display:flex;
    gap:12px;
    overflow-x:auto;
    padding:14px;
    margin:0 auto 50px;
    background:rgba(10,10,10,.92);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
}

.device-nav::-webkit-scrollbar{
    display:none;
}

.device-nav a{
    white-space:nowrap;
    text-decoration:none;
    color:#EAEAEA;
    background:#171717;
    border:1px solid rgba(255,255,255,.08);
    border-radius:999px;
    padding:12px 18px;
    transition:.3s;
    font-size:14px;
    font-weight:600;
}

.device-nav a:hover,
.device-nav a.active{
    background:#FF0000;
    color:#fff;
    border-color:#FF0000;
    box-shadow:0 10px 30px rgba(255,0,0,.25);
}

/* CARDS */

.install-card,
.device-section,
.support-card{
    background:#111111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:36px;
    margin-bottom:32px;
    box-shadow:0 18px 40px rgba(0,0,0,.25);
}

.install-card h2,
.device-section h2,
.support-card h2{
    margin:0 0 18px;
    font-size:32px;
    font-weight:800;
}

.install-card p,
.support-card p{
    color:#B8B8B8;
    line-height:1.8;
}

.install-card ul{
    list-style:none;
    padding:0;
    margin:20px 0 0;
}

.install-card li{
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.05);
    color:#D5D5D5;
}

/* LOGIN METHODS */

.login-methods{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:24px;
}

.method{
    background:#181818;
    border:1px solid rgba(255,255,255,.06);
    border-radius:18px;
    padding:24px;
}

.method h3{
    margin:0 0 12px;
    color:#fff;
    font-size:20px;
}

.method span{
    color:#FF0000;
}

.method p{
    margin:0;
    color:#AFAFAF;
    line-height:1.7;
}

/* DEVICE STEPS */

.device-section ol{
    margin:25px 0 0;
    padding:0;
    counter-reset:step;
}

.device-section li{
    list-style:none;
    position:relative;
    padding:18px 18px 18px 70px;
    margin-bottom:18px;
    background:#181818;
    border:1px solid rgba(255,255,255,.05);
    border-radius:16px;
    color:#D5D5D5;
    line-height:1.7;
}

.device-section li::before{
    counter-increment:step;
    content:counter(step);
    position:absolute;
    left:18px;
    top:50%;
    transform:translateY(-50%);
    width:34px;
    height:34px;
    border-radius:50%;
    background:#FF0000;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

/* SUPPORT */

.support-buttons{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    margin-top:28px;
}

.support-buttons a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#fff;
    background:#FF0000;
    border-radius:16px;
    padding:16px 26px;
    font-weight:700;
    transition:.3s;
}

.support-buttons a:last-child{
    background:#181818;
    border:1px solid rgba(255,255,255,.08);
}

.support-buttons a:hover{
    transform:translateY(-4px);
    box-shadow:0 14px 30px rgba(255,0,0,.25);
}

/* RESPONSIVE */

@media(max-width:992px){

.login-methods{
grid-template-columns:1fr;
}

.install-hero h1{
font-size:48px;
}

}

@media(max-width:768px){

.install-page{
padding:40px 16px 80px;
}

.install-hero h1{
font-size:40px;
}

.install-hero p{
font-size:16px;
}

.install-card,
.device-section,
.support-card{
padding:24px;
border-radius:18px;
}

.install-card h2,
.device-section h2,
.support-card h2{
font-size:26px;
}

.device-nav{
top:10px;
}

.support-buttons{
flex-direction:column;
}

.support-buttons a{
width:100%;
}

.device-section li{
padding-left:62px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd14a74 *//*==============================
FINAL CTA
==============================*/

.final-cta{

    position:relative;

    padding:70px 30px;

    margin-top:100px;

    border-top:1px solid rgba(255,255,255,.06);

    border-bottom:1px solid rgba(255,255,255,.06);

    overflow:hidden;

}

.final-cta::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    radial-gradient(circle at center,
    rgba(255,0,0,.10),
    transparent 70%);

    pointer-events:none;

}

.final-cta-content{

    position:relative;

    z-index:2;

    max-width:1200px;

    margin:auto;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:40px;

}

.cta-badge{

    display:inline-block;

    margin-bottom:18px;

    padding:10px 22px;

    border-radius:999px;

    background:rgba(255,0,0,.08);

    border:1px solid rgba(255,0,0,.20);

    color:#FF0000;

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;

}

.final-cta h2{

    font-size:56px;

    color:#fff;

    font-weight:800;

    line-height:1.1;

    margin:0 0 15px;

}

.final-cta h2 span{

    color:#FF0000;

}

.final-cta p{

    color:#9B9B9B;

    font-size:17px;

    line-height:1.8;

    margin:0;

}

.final-cta-button{

    display:flex;

    align-items:center;

    gap:14px;

    padding:20px 40px;

    border-radius:16px;

    background:#FF0000;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    font-size:17px;

    transition:.35s;

    white-space:nowrap;

    box-shadow:
    0 15px 35px rgba(255,0,0,.25);

}

.final-cta-button:hover{

    transform:translateY(-5px) scale(1.03);

    box-shadow:
    0 22px 45px rgba(255,0,0,.40);

}

.final-cta-button i{

    font-size:14px;

}

@media(max-width:768px){

.final-cta{

padding:60px 20px;

}

.final-cta-content{

flex-direction:column;

text-align:center;

}

.final-cta h2{

font-size:40px;

}

.final-cta p{

font-size:15px;

}

.final-cta-button{

width:100%;

justify-content:center;

}

}/* End custom CSS */