.elementor-1106 .elementor-element.elementor-element-e9d2780{--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;}.elementor-1106 .elementor-element.elementor-element-e9d2780:not(.elementor-motion-effects-element-type-background), .elementor-1106 .elementor-element.elementor-element-e9d2780 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#010E2E;}.elementor-1106 .elementor-element.elementor-element-576a5c3{--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;}.elementor-1106 .elementor-element.elementor-element-576a5c3:not(.elementor-motion-effects-element-type-background), .elementor-1106 .elementor-element.elementor-element-576a5c3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#010E2E;}.elementor-1106 .elementor-element.elementor-element-b2de3dd{--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;}.elementor-1106 .elementor-element.elementor-element-b2de3dd:not(.elementor-motion-effects-element-type-background), .elementor-1106 .elementor-element.elementor-element-b2de3dd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#010E2E;}.elementor-1106 .elementor-element.elementor-element-df537c5{--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;}.elementor-1106 .elementor-element.elementor-element-df537c5:not(.elementor-motion-effects-element-type-background), .elementor-1106 .elementor-element.elementor-element-df537c5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#010E2E;}.elementor-1106 .elementor-element.elementor-element-a69501f{--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;}.elementor-1106 .elementor-element.elementor-element-a69501f:not(.elementor-motion-effects-element-type-background), .elementor-1106 .elementor-element.elementor-element-a69501f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#010E2E;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-78e535d *//* ========== IPTV RESELLER HERO SAFE CSS ========== */

.reseller-hero{
  background:#010E2E;
  padding:10px 20px;
}

/* MAIN BOX */

.reseller-box{
  max-width:1350px;
  width:100%;
  margin:auto;
  background:linear-gradient(180deg,#061846,#020B26);
  border-radius:28px;
  padding:60px;
  display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:50px;
  box-shadow:0 25px 70px rgba(0,125,255,0.25);
  animation:fadeUp 1s ease;
}

/* LEFT */

.reseller-content{
  text-align:left;
}

.reseller-icon{
  width:70px;
  margin-bottom:20px;
}

/* TITLE */

.reseller-content h1{
  color:#ffffff;
  font-size:44px;
  font-weight:900;
  line-height:1.25;
  margin-bottom:20px;
}

.reseller-content h1 span{
  color:#007DFF;
}

/* TEXT */

.reseller-content p{
  color:#dbe3ff;
  font-size:18px;
  line-height:1.8;
  max-width:650px;
  margin-bottom:28px;
}

/* FEATURES */

.reseller-features{
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  gap:14px 22px;
  margin-bottom:35px;
  padding:0;
}

.reseller-features li{
  background:rgba(255,255,255,0.08);
  padding:10px 18px;
  border-radius:25px;
  color:#ffffff;
  font-size:14px;
}

/* BUTTON */

.reseller-btn{
  display:inline-block;
  background:#007DFF;
  color:#ffffff;
  text-decoration:none;
  padding:16px 45px;
  font-size:16px;
  font-weight:700;
  border-radius:30px;
  transition:0.3s;
  box-shadow:0 10px 28px rgba(0,125,255,0.45);
}

.reseller-btn:hover{
  background:#0066d3;
  transform:translateY(-3px);
}

/* RIGHT BOX */

.reseller-info{
  background:rgba(255,255,255,0.05);
  padding:40px;
  border-radius:22px;
  backdrop-filter:blur(5px);
}

.reseller-info h3{
  color:#ffffff;
  font-size:24px;
  margin-bottom:15px;
}

.reseller-info p{
  color:#cfe0ff;
  font-size:16px;
  line-height:1.7;
  margin-bottom:25px;
}

/* STATS */

.reseller-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px;
  text-align:center;
}

.reseller-stats div{
  background:rgba(255,255,255,0.08);
  padding:18px 10px;
  border-radius:16px;
  color:#ffffff;
  font-size:13px;
}

.reseller-stats strong{
  display:block;
  font-size:20px;
  color:#007DFF;
  margin-bottom:4px;
}

/* ANIMATION */

@keyframes fadeUp{
  from{opacity:0;transform:translateY(40px);}
  to{opacity:1;transform:translateY(0);}
}

/* MOBILE */

;
    margin:auto;
  }

  .reseller-info{
    text-align:center;
    padding:22px;
  }

  .reseller-stats{
    grid-template-columns:1fr 1fr;
  }
/* ================= MOBILE FIX ================= */

@media(max-width:900px){

  .reseller-hero{
    padding:60px 15px;
  }

  .reseller-box{
    grid-template-columns:1fr;
    padding:32px 18px;
    gap:30px;
    border-radius:20px;
  }

  /* CENTER CONTENT */

  .reseller-content{
    text-align:center;
  }

  .reseller-icon{
    width:55px;
    margin-bottom:15px;
  }

  /* TITLE */

  .reseller-content h1{
    font-size:26px;
    line-height:1.3;
    margin-bottom:16px;
  }

  /* DESCRIPTION */

  .reseller-content p{
    font-size:14.5px;
    line-height:1.7;
    margin-bottom:22px;
  }

  /* FEATURES */

  .reseller-features{
    flex-direction:column;
    align-items:center;
    gap:10px;
    margin-bottom:25px;
  }

  .reseller-features li{
    width:100%;
    max-width:280px;
    font-size:13px;
    padding:10px 15px;
  }

  /* BUTTON */

  .reseller-btn{
    width:100%;
    max-width:280px;
    padding:15px 20px;
    font-size:15px;
    border-radius:12px;
    margin:auto;
    display:block;
  }

  /* RIGHT BOX */

  .reseller-info{
    padding:22px;
    border-radius:18px;
    text-align:center;
  }

  .reseller-info h3{
    font-size:20px;
  }

  .reseller-info p{
    font-size:14px;
  }

  /* STATS */

  .reseller-stats{
    grid-template-columns:1fr 1fr;
    gap:12px;
  }

  .reseller-stats div{
    padding:14px 8px;
    font-size:12px;
  }

  .reseller-stats strong{
    font-size:17px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aa2b316 *//* ========== RESELLER SECTIONS CSS ========== */

.reseller-steps{
  background:#010E2E;
  padding:90px 20px;
  color:#ffffff;
  font-family: Arial, sans-serif;
}

.steps-container{
  max-width:1200px;
  margin:auto;
}

.steps-header{
  text-align:center;
  max-width:750px;
  margin:0 auto 60px;
}

.steps-header h2{
  font-size:42px;
  font-weight:900;
  color:#ffffff;
  margin-bottom:15px;
}

.steps-header h2 span{
  color:#45A0FF;
}

.steps-header p{
  font-size:18px;
  color:#dce6ff;
}

.steps-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.step-box{
  background:rgba(255,255,255,0.06);
  border-radius:22px;
  padding:35px 28px;
  text-align:center;
  transition:0.3s ease;
  box-shadow:0 10px 25px rgba(0,0,0,0.25);
}

.step-box:hover{
  transform:translateY(-8px);
}

.step-icon{
  width:70px;
  height:70px;
  background:linear-gradient(135deg,#007DFF,#45A0FF);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:30px;
  margin:0 auto 20px;
}

.step-box h3{
  font-size:22px;
  color:#ffffff;
}

.step-box p{
  font-size:15px;
  color:#dbe3ff;
  line-height:1.7;
}

/* MOBILE */

@media(max-width:900px){
  .steps-grid{grid-template-columns:1fr 1fr;}
}

@media(max-width:600px){

  .steps-header h2{font-size:30px;}

  .steps-grid{grid-template-columns:1fr;}

}/* End custom CSS */