/* Start custom CSS for html, class: .elementor-element-a28db10 *//* =========================================
   FREE 24H IPTV TRIAL SECTION
   ========================================= */

.free-trial {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(
      circle at 75% 50%,
      rgba(0, 255, 136, 0.08),
      transparent 35%
    ),
    #090D0B;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.trial-container {
  position: relative;
  z-index: 2;

  width: 92%;
  max-width: 1180px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 0.95fr;
  align-items: center;
  gap: 80px;
}

/* =========================================
   BACKGROUND GLOWS
   ========================================= */

.trial-glow {
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;

  background: #00ff88;
  opacity: 0.07;

  filter: blur(140px);
  pointer-events: none;
}

.trial-glow-1 {
  top: -150px;
  left: -100px;
}

.trial-glow-2 {
  right: -150px;
  bottom: -180px;
}

/* =========================================
   CONTENT
   ========================================= */

.trial-content {
  max-width: 620px;
}

.trial-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  padding: 8px 14px;

  border-radius: 50px;

  background: rgba(0, 255, 136, 0.06);
  border: 1px solid rgba(0, 255, 136, 0.22);

  color: #00ff88;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.badge-dot {
  width: 7px;
  height: 7px;

  border-radius: 50%;
  background: #00ff88;

  box-shadow: 0 0 12px rgba(0, 255, 136, 0.8);
}

.trial-content h2 {
  margin: 24px 0 22px;

  color: #ffffff;

  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;

  font-weight: 900;
  letter-spacing: -3.5px;
}

.trial-content h2 span {
  display: block;

  background: linear-gradient(
    100deg,
    #ffffff 5%,
    #00ff88 55%,
    #00c96b 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.trial-description {
  max-width: 570px;

  margin-bottom: 30px;

  color: #929d97;

  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}

/* =========================================
   FEATURES
   ========================================= */

.trial-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 20px;

  margin-bottom: 34px;
}

.trial-feature {
  display: flex;
  align-items: center;
  gap: 10px;

  color: #ffffff;

  font-size: 14px;
  font-weight: 600;
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 25px;
  height: 25px;

  border-radius: 8px;

  background: rgba(0, 255, 136, 0.07);
  border: 1px solid rgba(0, 255, 136, 0.18);

  color: #00ff88;

  font-size: 13px;
  font-weight: 800;
}

/* =========================================
   ACTIONS
   ========================================= */

.trial-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.trial-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  padding: 15px 22px 15px 25px;

  min-height: 54px;

  border-radius: 12px;

  background: linear-gradient(
    135deg,
    #00ff88,
    #00d875
  );

  color: #031009;

  text-decoration: none;

  font-size: 14px;
  font-weight: 800;

  box-shadow:
    0 12px 35px rgba(0, 255, 136, 0.15);

  transition: 0.25s ease;
}

.trial-primary-btn span {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 27px;
  height: 27px;

  border-radius: 8px;

  background: rgba(3, 16, 9, 0.12);

  font-size: 18px;

  transition: 0.25s ease;
}

.trial-primary-btn:hover {
  transform: translateY(-3px);

  box-shadow:
    0 18px 45px rgba(0, 255, 136, 0.25);
}

.trial-primary-btn:hover span {
  transform: translateX(3px);
}

.trial-note {
  display: flex;
  align-items: center;
  gap: 8px;

  color: #7e8b83;

  font-size: 12px;
  font-weight: 500;
}

.secure-icon {
  color: #00ff88;
  font-size: 17px;
}

/* =========================================
   VISUAL
   ========================================= */

.trial-visual {
  position: relative;

  min-height: 480px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.visual-glow {
  position: absolute;

  width: 330px;
  height: 330px;

  border-radius: 50%;

  background: #00ff88;
  opacity: 0.09;

  filter: blur(100px);
}

/* =========================================
   SCREEN
   ========================================= */

.screen-card {
  position: relative;
  z-index: 2;

  width: min(100%, 510px);
  aspect-ratio: 16 / 10;

  overflow: hidden;

  border-radius: 24px;

  background: #0D1210;

  border: 1px solid rgba(255, 255, 255, 0.10);

  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.55),
    0 0 60px rgba(0, 255, 136, 0.06);

  transform: perspective(1200px) rotateY(-5deg);

  animation: screenFloat 6s ease-in-out infinite;
}

@keyframes screenFloat {
  0%,
  100% {
    transform:
      perspective(1200px)
      rotateY(-5deg)
      translateY(0);
  }

  50% {
    transform:
      perspective(1200px)
      rotateY(-5deg)
      translateY(-9px);
  }
}

/* =========================================
   SCREEN TOP
   ========================================= */

.screen-top {
  height: 58px;

  padding: 0 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.screen-logo {
  display: flex;
  align-items: center;
  gap: 9px;

  color: #ffffff;

  font-size: 14px;
  font-weight: 800;
}

.screen-logo span {
  width: 9px;
  height: 9px;

  border-radius: 50%;

  background: #00ff88;

  box-shadow:
    0 0 15px rgba(0, 255, 136, 0.8);
}

.live-status {
  display: flex;
  align-items: center;
  gap: 7px;

  padding: 6px 10px;

  border-radius: 50px;

  background: rgba(0, 255, 136, 0.06);

  color: #00ff88;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
}

.live-status i {
  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: #00ff88;

  box-shadow:
    0 0 8px rgba(0, 255, 136, 0.8);
}

/* =========================================
   SCREEN CONTENT
   ========================================= */

.screen-content {
  position: relative;

  height: calc(100% - 115px);

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      135deg,
      rgba(0, 255, 136, 0.04),
      transparent 45%
    ),
    #080C0A;
}

.screen-content::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at center,
      rgba(0, 255, 136, 0.12),
      transparent 35%
    );
}

.play-button {
  position: relative;
  z-index: 2;

  width: 70px;
  height: 70px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: rgba(0, 255, 136, 0.10);

  border: 1px solid rgba(0, 255, 136, 0.30);

  box-shadow:
    0 0 50px rgba(0, 255, 136, 0.14);

  color: #00ff88;

  font-size: 20px;

  padding-left: 3px;
}

.screen-info {
  position: absolute;

  left: 22px;
  bottom: 18px;

  display: flex;
  flex-direction: column;
  gap: 5px;
}

.screen-info small {
  color: #00ff88;

  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.screen-info strong {
  color: #ffffff;

  font-size: 14px;
  font-weight: 700;
}

/* =========================================
   SCREEN BOTTOM
   ========================================= */

.screen-bottom {
  position: absolute;

  bottom: 0;
  left: 0;
  right: 0;

  height: 57px;

  padding: 10px 20px;

  background: rgba(5, 7, 6, 0.75);

  backdrop-filter: blur(10px);
}

.progress {
  width: 100%;
  height: 2px;

  margin-bottom: 9px;

  background: rgba(255, 255, 255, 0.08);
}

.progress span {
  display: block;

  width: 62%;
  height: 100%;

  background: #00ff88;

  box-shadow:
    0 0 10px rgba(0, 255, 136, 0.6);
}

.screen-meta {
  display: flex;
  align-items: center;
  gap: 8px;

  color: #7e8b83;

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.screen-meta span:nth-child(2),
.screen-meta span:last-child {
  color: #00ff88;
}

/* =========================================
   FLOATING CARDS
   ========================================= */

.floating-card {
  position: absolute;
  z-index: 4;

  display: flex;
  align-items: center;
  gap: 12px;

  padding: 12px 15px;

  border-radius: 14px;

  background: rgba(13, 18, 16, 0.90);

  border: 1px solid rgba(255, 255, 255, 0.09);

  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.35);

  backdrop-filter: blur(15px);
}

.floating-card strong {
  display: block;

  margin-bottom: 3px;

  color: #ffffff;

  font-size: 12px;
  font-weight: 700;
}

.floating-card small {
  display: block;

  color: #7e8b83;

  font-size: 9px;
  font-weight: 500;
}

.floating-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  border-radius: 11px;

  background: rgba(0, 255, 136, 0.08);

  border: 1px solid rgba(0, 255, 136, 0.20);

  color: #00ff88;

  font-size: 10px;
  font-weight: 900;
}

.floating-card-top {
  top: 55px;
  right: -5px;
}

.floating-card-bottom {
  bottom: 55px;
  left: -5px;
}

/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

  .free-trial {
    padding: 90px 0;
  }

  .trial-container {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .trial-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }

  .trial-description {
    margin-left: auto;
    margin-right: auto;
  }

  .trial-features {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;

    text-align: left;
  }

  .trial-actions {
    justify-content: center;
  }

  .trial-visual {
    min-height: 430px;
  }
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

  .free-trial {
    padding: 75px 0;
  }

  .trial-container {
    width: 92%;
    gap: 45px;
  }

  .trial-content h2 {
    margin-top: 20px;

    font-size: clamp(39px, 12vw, 52px);

    letter-spacing: -2.5px;
  }

  .trial-description {
    font-size: 15px;
    line-height: 1.65;
  }

  .trial-features {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .trial-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .trial-primary-btn {
    width: 100%;
  }

  .trial-note {
    justify-content: center;
  }

  .trial-visual {
    min-height: 350px;
  }

  .screen-card {
    width: 100%;

    border-radius: 18px;

    transform: none;

    animation: none;
  }

  .floating-card-top {
    top: 15px;
    right: -5px;
  }

  .floating-card-bottom {
    bottom: 15px;
    left: -5px;
  }

  .floating-card {
    padding: 9px 11px;
  }

  .floating-card small {
    font-size: 8px;
  }

  .floating-icon {
    width: 32px;
    height: 32px;
  }

  .play-button {
    width: 55px;
    height: 55px;
    font-size: 16px;
  }
}

/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 390px) {

  .trial-content h2 {
    font-size: 38px;
  }

  .trial-badge {
    font-size: 9px;
  }

  .floating-card {
    transform: scale(0.85);
  }

  .floating-card-top {
    right: -25px;
  }

  .floating-card-bottom {
    left: -25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a7eff2 *//* =========================================
   TRIAL SECTION
========================================= */

.trial-section {
    position: relative;
    width: 100%;
    padding: 100px 20px;
    background:
        radial-gradient(circle at 15% 30%, rgba(0, 255, 140, 0.08), transparent 35%),
        radial-gradient(circle at 85% 70%, rgba(0, 255, 140, 0.06), transparent 35%),
        #050706;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}


/* =========================================
   BACKGROUND GLOWS
========================================= */

.trial-glow {
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
    opacity: 0.12;
}

.glow-one {
    top: -180px;
    left: -180px;
    background: #00ff88;
}

.glow-two {
    right: -200px;
    bottom: -200px;
    background: #00ff88;
}


/* =========================================
   CONTAINER
========================================= */

.trial-container {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 1200px;

    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;
}


/* =========================================
   LEFT SIDE
========================================= */

.trial-info {
    width: 100%;
}

.section-badge {
    display: inline-flex;
    align-items: center;

    padding: 8px 15px;

    border: 1px solid rgba(0, 255, 136, 0.25);

    border-radius: 50px;

    background: rgba(0, 255, 136, 0.07);

    color: #00ff88;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.5px;

    margin-bottom: 20px;
}


.trial-info h2,
.form-header h2 {
    margin: 0;

    color: #ffffff;

    font-size: clamp(36px, 4vw, 55px);

    line-height: 1.08;

    font-weight: 800;

    letter-spacing: -1.5px;
}


.trial-info h2 span,
.form-header h2 span {
    display: block;

    color: #00ff88;

    text-shadow:
        0 0 20px rgba(0, 255, 136, 0.25);
}


.trial-description {
    max-width: 560px;

    margin: 22px 0 32px;

    color: #9ca7a1;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================
   FEATURE CARDS
========================================= */

.feature-card {
    display: flex;

    align-items: flex-start;

    gap: 18px;

    margin-bottom: 16px;

    padding: 20px;

    border: 1px solid rgba(255, 255, 255, 0.06);

    border-radius: 16px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.045),
            rgba(255,255,255,0.015)
        );

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}


.feature-card:hover {
    transform: translateX(5px);

    border-color: rgba(0, 255, 136, 0.25);

    background:
        linear-gradient(
            145deg,
            rgba(0,255,136,0.07),
            rgba(255,255,255,0.02)
        );
}


.feature-icon {
    flex: 0 0 46px;

    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: rgba(0, 255, 136, 0.08);

    border: 1px solid rgba(0, 255, 136, 0.18);

    color: #00ff88;
}


.feature-icon svg {
    width: 22px;
    height: 22px;
}


.feature-content h3 {
    margin: 0 0 7px;

    color: #ffffff;

    font-size: 16px;

    font-weight: 700;
}


.feature-content p {
    margin: 0;

    color: #7f8a84;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================
   RIGHT FORM WRAPPER
========================================= */

.trial-form-wrapper {
    position: relative;

    padding: 36px;

    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            rgba(15, 22, 19, 0.98),
            rgba(8, 13, 11, 0.98)
        );

    border: 1px solid rgba(0, 255, 136, 0.12);

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.03);
}


/* =========================================
   FORM HEADER
========================================= */

.form-header {
    margin-bottom: 28px;
}


.form-badge {
    margin-bottom: 16px;
}


.form-header h2 {
    font-size: 36px;
}


.form-header p {
    margin: 15px 0 18px;

    color: #89948e;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================
   DELIVERY BADGE
========================================= */

.delivery-badge {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 9px 13px;

    border-radius: 8px;

    background: rgba(0, 255, 136, 0.06);

    border: 1px solid rgba(0, 255, 136, 0.12);

    color: #aab5af;

    font-size: 12px;

    font-weight: 600;
}


.delivery-dot {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #00ff88;

    box-shadow:
        0 0 8px rgba(0, 255, 136, 0.8);
}


/* =========================================
   WPFORMS MAIN
========================================= */

.custom-wpforms {
    width: 100%;
}


/* Remove default WPForms spacing */

.custom-wpforms .wpforms-container {
    margin: 0 !important;
    padding: 0 !important;
}


/* =========================================
   LABELS
========================================= */

.custom-wpforms .wpforms-container label,
.custom-wpforms .wpforms-container .wpforms-field-label,
.custom-wpforms .wpforms-container .wpforms-field-sublabel {
    color: #ffffff !important;

    font-size: 13px !important;

    font-weight: 600 !important;

    margin-bottom: 8px !important;
}


/* Required star */

.custom-wpforms .wpforms-container .wpforms-required-label {
    color: #00ff88 !important;
}


/* =========================================
   INPUTS
========================================= */

.custom-wpforms .wpforms-container input[type="text"],
.custom-wpforms .wpforms-container input[type="email"],
.custom-wpforms .wpforms-container input[type="tel"],
.custom-wpforms .wpforms-container input[type="url"],
.custom-wpforms .wpforms-container input[type="number"],
.custom-wpforms .wpforms-container input[type="password"],
.custom-wpforms .wpforms-container select,
.custom-wpforms .wpforms-container textarea {

    width: 100% !important;

    min-height: 52px !important;

    padding: 14px 16px !important;

    box-sizing: border-box !important;

    background: #101714 !important;

    border: 1px solid #27332e !important;

    border-radius: 11px !important;

    color: #ffffff !important;

    font-size: 15px !important;

    font-weight: 500 !important;

    outline: none !important;

    box-shadow: none !important;

    transition:
        border-color 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}


/* =========================================
   INPUT PLACEHOLDER
========================================= */

.custom-wpforms .wpforms-container input::placeholder,
.custom-wpforms .wpforms-container textarea::placeholder {
    color: #78847e !important;

    opacity: 1 !important;
}


/* =========================================
   INPUT FOCUS
========================================= */

.custom-wpforms .wpforms-container input:focus,
.custom-wpforms .wpforms-container select:focus,
.custom-wpforms .wpforms-container textarea:focus {

    background: #111b16 !important;

    border-color: #00ff88 !important;

    color: #ffffff !important;

    box-shadow:
        0 0 0 3px rgba(0, 255, 136, 0.08),
        0 0 20px rgba(0, 255, 136, 0.06) !important;
}


/* =========================================
   TEXTAREA
========================================= */

.custom-wpforms .wpforms-container textarea {
    min-height: 120px !important;

    resize: vertical !important;
}


/* =========================================
   FIELD SPACING
========================================= */

.custom-wpforms .wpforms-container .wpforms-field {
    padding: 0 0 20px 0 !important;
}


/* =========================================
   NAME FIELDS
========================================= */

.custom-wpforms .wpforms-container .wpforms-field-name {
    margin-bottom: 0 !important;
}


/* =========================================
   SELECT
========================================= */

.custom-wpforms .wpforms-container select {
    appearance: none !important;

    -webkit-appearance: none !important;

    cursor: pointer !important;
}


/* =========================================
   CHECKBOX / RADIO
========================================= */

.custom-wpforms .wpforms-container input[type="checkbox"],
.custom-wpforms .wpforms-container input[type="radio"] {
    accent-color: #00ff88 !important;
}


/* =========================================
   SUBMIT BUTTON
========================================= */

.custom-wpforms .wpforms-container button[type="submit"],
.custom-wpforms .wpforms-container input[type="submit"] {

    width: 100% !important;

    min-height: 54px !important;

    margin-top: 5px !important;

    padding: 14px 22px !important;

    border: 1px solid #00ff88 !important;

    border-radius: 11px !important;

    background: #00ff88 !important;

    color: #03100a !important;

    font-size: 14px !important;

    font-weight: 800 !important;

    letter-spacing: 0.4px !important;

    cursor: pointer !important;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease !important;
}


.custom-wpforms .wpforms-container button[type="submit"]:hover,
.custom-wpforms .wpforms-container input[type="submit"]:hover {

    transform: translateY(-2px) !important;

    background: #19ff97 !important;

    box-shadow:
        0 10px 30px rgba(0, 255, 136, 0.22) !important;
}


/* =========================================
   ERRORS
========================================= */

.custom-wpforms .wpforms-container .wpforms-error {
    color: #ff6b6b !important;

    font-size: 12px !important;
}


.custom-wpforms .wpforms-container input.wpforms-error,
.custom-wpforms .wpforms-container select.wpforms-error,
.custom-wpforms .wpforms-container textarea.wpforms-error {
    border-color: #ff6b6b !important;
}


/* =========================================
   SUCCESS MESSAGE
========================================= */

.custom-wpforms .wpforms-container .wpforms-confirmation-container {
    padding: 20px !important;

    border-radius: 12px !important;

    background: rgba(0, 255, 136, 0.08) !important;

    border: 1px solid rgba(0, 255, 136, 0.2) !important;

    color: #ffffff !important;

    font-size: 14px !important;

    line-height: 1.6 !important;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {

    .trial-container {
        grid-template-columns: 1fr;

        gap: 45px;

        max-width: 650px;
    }

    .trial-info h2 {
        font-size: 42px;
    }

    .trial-form-wrapper {
        padding: 28px;
    }

}


@media (max-width: 600px) {

    .trial-section {
        padding: 70px 15px;
    }

    .trial-container {
        gap: 35px;
    }

    .trial-info h2 {
        font-size: 36px;
    }

    .form-header h2 {
        font-size: 32px;
    }

    .trial-form-wrapper {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .feature-card {
        padding: 16px;
    }

    .feature-icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-41cc745 *//* =========================================
   RESET
========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #020605;
    color: #ffffff;
}


/* =========================================
   MAIN SECTION
========================================= */

.iptv-entertainment {
    position: relative;

    width: 100%;
    min-height: 680px;

    padding: 80px 6%;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 85% 50%,
            rgba(0, 247, 132, 0.10),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #020504 0%,
            #030807 50%,
            #010403 100%
        );
}


/* =========================================
   GREEN GLOW
========================================= */

.iptv-entertainment::before {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    right: -150px;
    top: 50%;

    transform: translateY(-50%);

    background: #00f784;

    opacity: 0.04;

    filter: blur(120px);

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================
   WRAPPER
========================================= */

.iptv-wrapper {
    position: relative;

    width: 100%;
    max-width: 1250px;

    margin: auto;

    display: grid;

    grid-template-columns: 48% 52%;

    align-items: center;

    gap: 30px;

    z-index: 2;
}


/* =========================================
   LEFT CONTENT
========================================= */

.iptv-content {
    max-width: 600px;
}


/* =========================================
   BADGE
========================================= */

.iptv-badge {
    display: inline-flex;

    align-items: center;
    gap: 9px;

    padding: 10px 17px;

    margin-bottom: 28px;

    border-radius: 50px;

    border: 1px solid rgba(0, 247, 132, 0.30);

    background: rgba(0, 247, 132, 0.035);

    color: #00f784;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1.2px;
}

.badge-dot {
    width: 7px;
    height: 7px;

    border-radius: 50%;

    background: #00f784;

    box-shadow:
        0 0 8px #00f784,
        0 0 15px rgba(0, 247, 132, 0.5);
}


/* =========================================
   TITLE
========================================= */

.iptv-title {
    font-size: clamp(48px, 5.2vw, 76px);

    line-height: 0.96;

    font-weight: 900;

    letter-spacing: -4px;

    margin-bottom: 28px;

    color: #ffffff;
}

.iptv-title span {
    display: block;

    background:
        linear-gradient(
            90deg,
            #ffffff 0%,
            #baffdf 35%,
            #00f784 100%
        );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
}


/* =========================================
   DESCRIPTION
========================================= */

.iptv-description {
    max-width: 570px;

    color: #93a69e;

    font-size: 16px;

    line-height: 1.8;

    margin-bottom: 30px;
}


/* =========================================
   BUTTONS
========================================= */

.iptv-buttons {
    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 45px;
}


/* PRIMARY BUTTON */

.btn-primary {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 16px;

    min-width: 170px;

    padding: 16px 21px;

    border-radius: 11px;

    background: #00e878;

    color: #001b0d;

    text-decoration: none;

    font-size: 13px;

    font-weight: 800;

    box-shadow:
        0 10px 30px rgba(0, 232, 120, 0.15);

    transition: all 0.3s ease;
}

.btn-primary span {
    font-size: 18px;

    transition: transform 0.3s ease;
}

.btn-primary:hover {
    background: #00ff8a;

    transform: translateY(-3px);

    box-shadow:
        0 15px 40px rgba(0, 247, 132, 0.25);
}

.btn-primary:hover span {
    transform: translateX(5px);
}


/* SECONDARY BUTTON */

.btn-secondary {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 16px 22px;

    min-width: 155px;

    border-radius: 11px;

    border: 1px solid #1d2824;

    background: rgba(255, 255, 255, 0.015);

    color: #ffffff;

    text-decoration: none;

    font-size: 13px;

    font-weight: 700;

    transition: all 0.3s ease;
}

.btn-secondary:hover {
    border-color: rgba(0, 247, 132, 0.4);

    color: #00f784;

    background: rgba(0, 247, 132, 0.04);

    transform: translateY(-3px);
}


/* =========================================
   STATS
========================================= */

.iptv-stats {
    display: flex;

    align-items: center;

    gap: 0;
}

.stat-item {
    padding-right: 30px;
    margin-right: 30px;

    border-right: 1px solid #1c2923;
}

.stat-item:last-child {
    border: none;

    margin-right: 0;
    padding-right: 0;
}

.stat-item strong {
    display: block;

    margin-bottom: 8px;

    color: #ffffff;

    font-size: 18px;

    font-weight: 800;
}

.stat-item span {
    color: #71817a;

    font-size: 9px;

    letter-spacing: 1px;

    font-weight: 600;
}


/* =========================================
   RIGHT VISUAL
========================================= */

.iptv-visual {
    position: relative;

    min-height: 500px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =========================================
   VISUAL GLOW
========================================= */

.visual-glow {
    position: absolute;

    width: 430px;
    height: 430px;

    border-radius: 50%;

    background: #00f784;

    opacity: 0.07;

    filter: blur(90px);

    z-index: 0;
}


/* =========================================
   IMAGE BOX
========================================= */

.image-box {
    position: relative;

    width: 100%;
    max-width: 580px;

    padding: 10px;

    border-radius: 25px;

    border: 1px solid rgba(90, 120, 105, 0.18);

    background:
        rgba(10, 18, 14, 0.55);

    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.45);

    z-index: 1;
}

.image-box::before {
    content: "";

    position: absolute;

    inset: -1px;

    border-radius: 25px;

    background:
        linear-gradient(
            135deg,
            rgba(0, 247, 132, 0.12),
            transparent 40%,
            rgba(0, 247, 132, 0.04)
        );

    pointer-events: none;
}

.image-box img {
    position: relative;

    width: 100%;

    display: block;

    border-radius: 17px;

    object-fit: cover;

    filter:
        saturate(0.85)
        contrast(1.03);

    transition: transform 0.5s ease;
}

.image-box:hover img {
    transform: scale(1.015);
}


/* =========================================
   PLAY BUTTON
========================================= */

.play-button {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: 68px;
    height: 68px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(0, 247, 132, 0.08);

    border: 1px solid rgba(0, 247, 132, 0.45);

    box-shadow:
        0 0 30px rgba(0, 247, 132, 0.12);

    color: #00f784;

    font-size: 19px;

    z-index: 3;

    transition: all 0.3s ease;
}

.play-button span {
    margin-left: 3px;
}

.image-box:hover + .floating-card + .floating-card + .play-button {
    background: rgba(0, 247, 132, 0.15);
}


/* =========================================
   FLOATING CARDS
========================================= */

.floating-card {
    position: absolute;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 12px 15px;

    border-radius: 14px;

    background:
        rgba(12, 20, 16, 0.94);

    border: 1px solid rgba(100, 130, 115, 0.18);

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.4);

    backdrop-filter: blur(12px);

    z-index: 5;
}

.floating-card strong {
    display: block;

    color: #ffffff;

    font-size: 11px;

    margin-bottom: 3px;
}

.floating-card small {
    display: block;

    color: #66776e;

    font-size: 8px;
}


/* =========================================
   4K CARD
========================================= */

.card-4k {
    top: 40px;

    right: -10px;
}

.small-icon {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(0, 247, 132, 0.07);

    border: 1px solid rgba(0, 247, 132, 0.2);

    color: #00f784;

    font-size: 10px;

    font-weight: 800;
}


/* =========================================
   DEVICES CARD
========================================= */

.card-devices {
    bottom: 45px;

    left: -20px;
}

.check-icon {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(0, 247, 132, 0.07);

    border: 1px solid rgba(0, 247, 132, 0.2);

    color: #00f784;

    font-weight: 900;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .iptv-entertainment {
        padding: 70px 5%;
    }

    .iptv-wrapper {
        grid-template-columns: 1fr;

        gap: 60px;
    }

    .iptv-content {
        max-width: 700px;

        margin: auto;

        text-align: center;
    }

    .iptv-description {
        margin-left: auto;
        margin-right: auto;
    }

    .iptv-buttons {
        justify-content: center;
    }

    .iptv-stats {
        justify-content: center;
    }

    .iptv-visual {
        min-height: 470px;

        width: 90%;

        margin: auto;
    }

    .card-4k {
        right: -5px;
    }

    .card-devices {
        left: -5px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .iptv-entertainment {
        min-height: auto;

        padding: 65px 20px;
    }

    .iptv-title {
        font-size: 48px;

        line-height: 0.98;

        letter-spacing: -2.5px;
    }

    .iptv-description {
        font-size: 14px;

        line-height: 1.7;
    }

    .iptv-buttons {
        flex-direction: column;

        width: 100%;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
    }

    .iptv-stats {
        width: 100%;

        justify-content: space-between;
    }

    .stat-item {
        padding-right: 12px;

        margin-right: 12px;
    }

    .stat-item strong {
        font-size: 15px;
    }

    .stat-item span {
        font-size: 7px;
    }

    .iptv-visual {
        min-height: 330px;

        width: 100%;
    }

    .image-box {
        max-width: 100%;

        padding: 7px;

        border-radius: 18px;
    }

    .image-box img {
        border-radius: 12px;
    }

    .play-button {
        width: 52px;
        height: 52px;

        font-size: 14px;
    }

    .floating-card {
        padding: 8px 10px;

        gap: 7px;
    }

    .floating-card strong {
        font-size: 9px;
    }

    .floating-card small {
        font-size: 7px;
    }

    .small-icon,
    .check-icon {
        width: 30px;
        height: 30px;

        font-size: 8px;
    }

    .card-4k {
        top: 5px;
        right: -5px;
    }

    .card-devices {
        bottom: 10px;
        left: -5px;
    }

    .visual-glow {
        width: 260px;
        height: 260px;
    }
}


/* =========================================
   VERY SMALL PHONES
========================================= */

@media (max-width: 380px) {

    .iptv-title {
        font-size: 40px;
    }

    .iptv-stats {
        gap: 8px;
    }

    .stat-item {
        padding-right: 8px;
        margin-right: 8px;
    }

    .stat-item strong {
        font-size: 14px;
    }

    .stat-item span {
        font-size: 6px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75895f6 *//* =========================================
   NEED HELP / SUPPORT SECTION
   ========================================= */

.help-section {
  position: relative;
  overflow: hidden;

  padding: 85px 0;

  background: #090D0B;

  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}


/* =========================================
   CONTAINER
   ========================================= */

.help-container {
  position: relative;
  z-index: 2;

  width: 92%;
  max-width: 1180px;

  margin: 0 auto;

  display: grid;

  grid-template-columns:
    auto 1fr auto;

  align-items: center;

  gap: 30px;

  padding: 36px 40px;

  background:
    linear-gradient(
      110deg,
      rgba(0, 255, 136, 0.05),
      rgba(13, 18, 16, 0.95) 45%
    );

  border: 1px solid rgba(255, 255, 255, 0.08);

  border-radius: 22px;

  box-shadow:
    0 25px 70px rgba(0, 0, 0, 0.35);

  transition: 0.25s ease;
}

.help-container:hover {
  border-color: rgba(0, 255, 136, 0.16);
}


/* =========================================
   GREEN GLOW
   ========================================= */

.help-glow {
  position: absolute;

  width: 400px;
  height: 400px;

  left: 5%;
  top: 50%;

  transform: translateY(-50%);

  background: #00ff88;

  opacity: 0.055;

  border-radius: 50%;

  filter: blur(140px);

  pointer-events: none;
}


/* =========================================
   ICON
   ========================================= */

.help-icon {
  width: 64px;
  height: 64px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 17px;

  background: rgba(0, 255, 136, 0.07);

  border: 1px solid rgba(0, 255, 136, 0.20);

  box-shadow:
    0 0 35px rgba(0, 255, 136, 0.06);
}

.help-icon span {
  width: 35px;
  height: 35px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background:
    linear-gradient(
      135deg,
      #00ff88,
      #00d875
    );

  color: #031009;

  font-size: 18px;

  font-weight: 900;
}


/* =========================================
   BADGE
   ========================================= */

.help-badge {
  display: flex;
  align-items: center;

  gap: 8px;

  margin-bottom: 9px;

  color: #00ff88;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 1.5px;
}

.help-badge span {
  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: #00ff88;

  box-shadow:
    0 0 12px rgba(0, 255, 136, 0.8);
}


/* =========================================
   HEADING
   ========================================= */

.help-content h2 {
  margin: 0 0 9px;

  color: #ffffff;

  font-size: clamp(32px, 3vw, 44px);

  line-height: 1;

  font-weight: 900;

  letter-spacing: -2.5px;
}

.help-content h2 span {
  background:
    linear-gradient(
      100deg,
      #ffffff 0%,
      #00ff88 80%
    );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
}


/* =========================================
   DESCRIPTION
   ========================================= */

.help-content p {
  max-width: 570px;

  margin: 0;

  color: #929d97;

  font-size: 14px;

  line-height: 1.65;

  font-weight: 400;
}


/* =========================================
   BUTTON AREA
   ========================================= */

.help-actions {
  display: flex;

  align-items: center;

  gap: 10px;

  white-space: nowrap;
}


/* =========================================
   BOTH BUTTONS
   ========================================= */

.help-primary,
.help-secondary {
  min-height: 50px;

  padding: 0 18px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 12px;

  border-radius: 12px;

  text-decoration: none;

  font-size: 12px;

  font-weight: 800;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}


/* =========================================
   WHATSAPP BUTTON
   ========================================= */

.help-primary {
  color: #031009;

  background:
    linear-gradient(
      135deg,
      #00ff88,
      #00d875
    );

  border: 1px solid transparent;

  box-shadow:
    0 10px 30px rgba(0, 255, 136, 0.13);
}

.help-primary b {
  font-size: 17px;

  transition: 0.25s ease;
}

.help-primary:hover {
  transform: translateY(-3px);

  box-shadow:
    0 17px 42px rgba(0, 255, 136, 0.24);
}

.help-primary:hover b {
  transform: translate(3px, -2px);
}


/* =========================================
   EMAIL BUTTON
   ========================================= */

.help-secondary {
  color: #ffffff;

  background: rgba(255, 255, 255, 0.025);

  border: 1px solid rgba(255, 255, 255, 0.10);
}

.help-secondary b {
  color: #929d97;

  font-size: 16px;

  transition: 0.25s ease;
}

.help-secondary:hover {
  transform: translateY(-3px);

  color: #031009;

  background: #00ff88;

  border-color: #00ff88;

  box-shadow:
    0 12px 35px rgba(0, 255, 136, 0.15);
}

.help-secondary:hover b {
  color: #031009;

  transform: translate(3px, -2px);
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 900px) {

  .help-container {
    grid-template-columns:
      auto 1fr;

    padding: 32px;
  }

  .help-actions {
    grid-column: 1 / -1;

    margin-left: 94px;
  }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

  .help-section {
    padding: 65px 0;
  }

  .help-container {
    width: 92%;

    grid-template-columns: 1fr;

    gap: 20px;

    padding: 30px 22px;

    text-align: center;

    border-radius: 20px;
  }

  .help-icon {
    margin: 0 auto;
  }

  .help-content {
    width: 100%;
  }

  .help-badge {
    justify-content: center;
  }

  .help-content h2 {
    font-size: 34px;

    letter-spacing: -2px;
  }

  .help-content p {
    font-size: 13px;

    line-height: 1.65;
  }

  .help-actions {
    width: 100%;

    margin: 0;

    display: grid;

    grid-template-columns: 1fr;

    gap: 9px;
  }

  .help-primary,
  .help-secondary {
    width: 100%;
  }
}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 390px) {

  .help-container {
    padding: 27px 18px;
  }

  .help-content h2 {
    font-size: 31px;
  }

  .help-primary,
  .help-secondary {
    min-height: 48px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d5c9c87 *//* =========================================
   FAQ SECTION
   ========================================= */

.faq-section {
  position: relative;
  overflow: hidden;

  padding: 120px 0;

  background: #050706;

  border-top: 1px solid rgba(255, 255, 255, 0.06);
}


/* =========================================
   CONTAINER
   ========================================= */

.faq-container {
  position: relative;
  z-index: 2;

  width: 92%;
  max-width: 900px;

  margin: 0 auto;
}


/* =========================================
   BACKGROUND GLOWS
   ========================================= */

.faq-glow {
  position: absolute;

  width: 420px;
  height: 420px;

  border-radius: 50%;

  background: #00ff88;

  opacity: 0.045;

  filter: blur(150px);

  pointer-events: none;
}

.faq-glow-left {
  top: 5%;
  left: -250px;
}

.faq-glow-right {
  right: -250px;
  bottom: 5%;
}


/* =========================================
   HEADER
   ========================================= */

.faq-header {
  text-align: center;

  max-width: 700px;

  margin: 0 auto 60px;
}

.faq-badge {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  padding: 8px 14px;

  margin-bottom: 22px;

  border-radius: 50px;

  background: rgba(0, 255, 136, 0.06);

  border: 1px solid rgba(0, 255, 136, 0.20);

  color: #00ff88;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: 1.5px;
}

.faq-badge span {
  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: #00ff88;

  box-shadow:
    0 0 12px rgba(0, 255, 136, 0.8);
}


/* =========================================
   HEADING
   ========================================= */

.faq-header h2 {
  margin: 0 0 20px;

  color: #ffffff;

  font-size: clamp(42px, 5vw, 68px);

  line-height: 1;

  font-weight: 900;

  letter-spacing: -3.5px;
}

.faq-header h2 span {
  display: block;

  background:
    linear-gradient(
      100deg,
      #ffffff 0%,
      #00ff88 60%,
      #00c96b 100%
    );

  -webkit-background-clip: text;
  background-clip: text;

  -webkit-text-fill-color: transparent;
}

.faq-header p {
  max-width: 580px;

  margin: 0 auto;

  color: #929d97;

  font-size: 16px;

  line-height: 1.7;
}


/* =========================================
   FAQ LIST
   ========================================= */

.faq-list {
  display: flex;

  flex-direction: column;

  gap: 10px;
}


/* =========================================
   FAQ ITEM
   ========================================= */

.faq-item {
  overflow: hidden;

  border-radius: 16px;

  background: #0d1210;

  border: 1px solid rgba(255, 255, 255, 0.075);

  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    background 0.25s ease;
}

.faq-item:hover {
  border-color: rgba(0, 255, 136, 0.20);

  transform: translateY(-2px);
}

.faq-item[open] {
  border-color: rgba(0, 255, 136, 0.25);

  background:
    linear-gradient(
      110deg,
      rgba(0, 255, 136, 0.045),
      #0d1210 45%
    );

  box-shadow:
    0 15px 45px rgba(0, 0, 0, 0.20);
}


/* =========================================
   SUMMARY
   ========================================= */

.faq-item summary {
  position: relative;

  min-height: 78px;

  padding: 0 24px;

  display: grid;

  grid-template-columns: 45px 1fr 38px;

  align-items: center;

  gap: 14px;

  cursor: pointer;

  list-style: none;

  user-select: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::marker {
  display: none;
}


/* =========================================
   NUMBER
   ========================================= */

.faq-number {
  color: #00ff88;

  font-size: 10px;

  font-weight: 800;

  letter-spacing: 1px;

  opacity: 0.65;
}

.faq-item[open] .faq-number {
  opacity: 1;
}


/* =========================================
   QUESTION
   ========================================= */

.faq-item h3 {
  margin: 0;

  color: #ffffff;

  font-size: 15px;

  font-weight: 700;

  line-height: 1.4;

  transition: 0.25s ease;
}

.faq-item:hover h3 {
  color: #00ff88;
}

.faq-item[open] h3 {
  color: #ffffff;
}


/* =========================================
   TOGGLE
   ========================================= */

.faq-toggle {
  position: relative;

  width: 34px;
  height: 34px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 10px;

  background: rgba(255, 255, 255, 0.025);

  border: 1px solid rgba(255, 255, 255, 0.08);

  transition: 0.25s ease;
}

.faq-item:hover .faq-toggle {
  border-color: rgba(0, 255, 136, 0.25);
}

.faq-toggle span {
  position: absolute;

  width: 11px;
  height: 1.5px;

  border-radius: 2px;

  background: #00ff88;

  transition: 0.25s ease;
}

.faq-toggle span:first-child {
  transform: rotate(90deg);
}

.faq-item[open] .faq-toggle {
  background: rgba(0, 255, 136, 0.08);

  border-color: rgba(0, 255, 136, 0.25);
}

.faq-item[open] .faq-toggle span:first-child {
  transform: rotate(0deg);
}


/* =========================================
   ANSWER
   ========================================= */

.faq-answer {
  padding:

    0 76px
    24px
    83px;

  animation: faqOpen 0.25s ease;
}

@keyframes faqOpen {

  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

.faq-answer p {
  max-width: 650px;

  margin: 0;

  color: #929d97;

  font-size: 14px;

  line-height: 1.75;
}


/* =========================================
   CONTACT LINKS
   ========================================= */

.faq-contact {
  display: flex;

  gap: 12px;

  margin-top: 18px;
}

.faq-contact a {
  display: inline-flex;

  align-items: center;

  padding: 9px 13px;

  border-radius: 9px;

  background: rgba(0, 255, 136, 0.05);

  border: 1px solid rgba(0, 255, 136, 0.16);

  color: #00ff88;

  text-decoration: none;

  font-size: 10px;

  font-weight: 700;

  transition: 0.25s ease;
}

.faq-contact a:hover {
  transform: translateY(-2px);

  background: #00ff88;

  border-color: #00ff88;

  color: #031009;
}


/* =========================================
   BOTTOM CTA
   ========================================= */

.faq-bottom {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 25px;

  margin-top: 45px;

  padding: 25px 28px;

  border-radius: 18px;

  background:
    linear-gradient(
      110deg,
      rgba(0, 255, 136, 0.06),
      rgba(13, 18, 16, 0.9)
    );

  border: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-bottom-label {
  display: block;

  margin-bottom: 5px;

  color: #00ff88;

  font-size: 9px;

  font-weight: 800;

  letter-spacing: 1.3px;
}

.faq-bottom strong {
  color: #ffffff;

  font-size: 16px;

  font-weight: 700;
}


/* =========================================
   CTA BUTTON
   ========================================= */

.faq-cta {
  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 15px;

  min-height: 48px;

  padding: 0 18px;

  border-radius: 11px;

  background:
    linear-gradient(
      135deg,
      #00ff88,
      #00d875
    );

  color: #031009;

  text-decoration: none;

  font-size: 11px;

  font-weight: 800;

  white-space: nowrap;

  box-shadow:
    0 10px 30px rgba(0, 255, 136, 0.12);

  transition: 0.25s ease;
}

.faq-cta span {
  font-size: 17px;

  transition: 0.25s ease;
}

.faq-cta:hover {
  transform: translateY(-3px);

  box-shadow:
    0 16px 40px rgba(0, 255, 136, 0.22);
}

.faq-cta:hover span {
  transform: translateX(3px);
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 700px) {

  .faq-section {
    padding: 90px 0;
  }

  .faq-container {
    width: 92%;
  }

  .faq-header {
    margin-bottom: 40px;
  }

  .faq-header h2 {
    font-size: 46px;

    letter-spacing: -2.5px;
  }

  .faq-item summary {
    min-height: 70px;

    padding: 0 18px;

    grid-template-columns:
      32px 1fr 34px;

    gap: 10px;
  }

  .faq-number {
    font-size: 8px;
  }

  .faq-item h3 {
    font-size: 13px;
  }

  .faq-answer {
    padding:
      0 18px
      22px
      60px;
  }

  .faq-answer p {
    font-size: 13px;
  }

  .faq-bottom {
    flex-direction: column;

    align-items: stretch;

    text-align: center;
  }

  .faq-cta {
    width: 100%;
  }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 500px) {

  .faq-section {
    padding: 75px 0;
  }

  .faq-header h2 {
    font-size: 40px;

    letter-spacing: -2px;
  }

  .faq-header p {
    font-size: 14px;
  }

  .faq-item {
    border-radius: 14px;
  }

  .faq-item summary {
    min-height: 68px;

    grid-template-columns:
      25px 1fr 32px;

    padding: 0 14px;
  }

  .faq-item h3 {
    font-size: 12px;
  }

  .faq-toggle {
    width: 30px;
    height: 30px;
  }

  .faq-answer {
    padding:
      0 14px
      20px
      49px;
  }

  .faq-answer p {
    font-size: 12px;

    line-height: 1.7;
  }

  .faq-contact {
    flex-direction: column;
  }

  .faq-contact a {
    justify-content: center;
  }

  .faq-bottom {
    margin-top: 30px;

    padding: 22px 18px;
  }
}


/* =========================================
   EXTRA SMALL
   ========================================= */

@media (max-width: 390px) {

  .faq-header h2 {
    font-size: 35px;
  }

  .faq-item summary {
    grid-template-columns:
      20px 1fr 30px;

    gap: 8px;
  }

  .faq-number {
    display: none;
  }

  .faq-answer {
    padding-left: 14px;
  }
}/* End custom CSS */