.elementor-1874 .elementor-element.elementor-element-4d78ee1 > .elementor-container{max-width:1600px;}/* Start custom CSS for section, class: .elementor-element-4d78ee1 */.iptivo-troubleshooting-post {
  --navy: #061423;
  --navy-2: #0a1d31;
  --card: rgba(12, 35, 58, 0.88);
  --cyan: #19d7ff;
  --green: #28f59a;
  --text: #eef8ff;
  --muted: #a8bed2;
  --line: rgba(25, 215, 255, 0.2);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  background: radial-gradient(circle at 20% 0%, rgba(25, 215, 255, 0.18), transparent 34%), linear-gradient(145deg, var(--navy), #020912 78%);
  color: var(--text);
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.72;
  overflow: hidden;
}

.iptivo-troubleshooting-post * {
  box-sizing: border-box;
}

.iptivo-troubleshooting-post a {
  color: var(--cyan);
  text-decoration: none;
}

.iptivo-troubleshooting-post a:hover {
  color: var(--green);
}

.iptivo-troubleshooting-post h1,
.iptivo-troubleshooting-post h2,
.iptivo-troubleshooting-post h3 {
  color: #ffffff;
  line-height: 1.16;
  margin: 0 0 16px;
  letter-spacing: 0;
}

.iptivo-troubleshooting-post h1 {
  font-size: clamp(34px, 5vw, 62px);
  max-width: 980px;
}

.iptivo-troubleshooting-post h2 {
  font-size: clamp(26px, 3vw, 38px);
}

.iptivo-troubleshooting-post h3 {
  font-size: 20px;
}

.iptivo-troubleshooting-post p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
}

.iptivo-troubleshooting-post .trouble-hero,
.iptivo-troubleshooting-post .trouble-section,
.iptivo-troubleshooting-post .trouble-answer,
.iptivo-troubleshooting-post .trouble-final {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.iptivo-troubleshooting-post .trouble-hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 42px;
  align-items: center;
  padding: 72px 0 44px;
}

.iptivo-troubleshooting-post .trouble-kicker {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  background: rgba(40, 245, 154, 0.08);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.iptivo-troubleshooting-post .trouble-lead {
  color: #dff7ff;
  font-size: 19px;
}

.iptivo-troubleshooting-post .trouble-hero__media {
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 10px;
  background: linear-gradient(145deg, rgba(25, 215, 255, 0.12), rgba(40, 245, 154, 0.08));
  box-shadow: var(--shadow);
}

.iptivo-troubleshooting-post .trouble-hero__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 18px;
}

.iptivo-troubleshooting-post .trouble-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.iptivo-troubleshooting-post .trouble-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 13px 20px;
  border-radius: 12px;
  font-weight: 900;
  color: #04111d;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.iptivo-troubleshooting-post .trouble-btn:hover {
  transform: translateY(-2px);
}

.iptivo-troubleshooting-post .trouble-btn--primary {
  background: linear-gradient(135deg, var(--green), var(--cyan));
  color: #03101a;
}

.iptivo-troubleshooting-post .trouble-btn--secondary {
  background: rgba(25, 215, 255, 0.12);
  border: 1px solid rgba(25, 215, 255, 0.42);
  color: #e8fbff;
}

.iptivo-troubleshooting-post .trouble-btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.iptivo-troubleshooting-post .trouble-answer {
  margin-top: 12px;
  padding: 28px;
  border: 1px solid rgba(40, 245, 154, 0.32);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(40, 245, 154, 0.12), rgba(25, 215, 255, 0.08));
}

.iptivo-troubleshooting-post .trouble-section {
  padding: 58px 0 0;
}

.iptivo-troubleshooting-post .trouble-grid {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.iptivo-troubleshooting-post .trouble-grid--causes {
  grid-template-columns: repeat(3, 1fr);
}

.iptivo-troubleshooting-post .trouble-card,
.iptivo-troubleshooting-post .trouble-step,
.iptivo-troubleshooting-post .trouble-note {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.iptivo-troubleshooting-post .trouble-card {
  padding: 22px;
}

.iptivo-troubleshooting-post .trouble-card p,
.iptivo-troubleshooting-post .trouble-step p,
.iptivo-troubleshooting-post .trouble-note p {
  font-size: 15.5px;
  margin-bottom: 0;
}

.iptivo-troubleshooting-post .trouble-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.iptivo-troubleshooting-post .trouble-step {
  position: relative;
  padding: 24px;
}

.iptivo-troubleshooting-post .trouble-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: rgba(25, 215, 255, 0.12);
  color: var(--green);
  border: 1px solid rgba(40, 245, 154, 0.36);
  font-weight: 900;
}

.iptivo-troubleshooting-post .trouble-split {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 24px;
  align-items: start;
}

.iptivo-troubleshooting-post .trouble-note {
  padding: 24px;
}

.iptivo-troubleshooting-post .trouble-support {
  padding: 34px;
  margin-top: 58px;
  border: 1px solid rgba(40, 245, 154, 0.28);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(7, 26, 43, 0.94), rgba(8, 47, 58, 0.86));
}

.iptivo-troubleshooting-post .trouble-darija {
  color: #ffffff;
  font-size: 19px;
  direction: rtl;
}

.iptivo-troubleshooting-post .trouble-linkhub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.iptivo-troubleshooting-post .trouble-linkhub a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  color: #eafbff;
  font-weight: 800;
}

.iptivo-troubleshooting-post .trouble-faq details {
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.iptivo-troubleshooting-post .trouble-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: #ffffff;
  font-weight: 900;
}

.iptivo-troubleshooting-post .trouble-faq details p {
  padding: 0 20px 20px;
  margin: 0;
}

.iptivo-troubleshooting-post .trouble-final {
  margin-top: 64px;
  padding: 42px;
  border-radius: 26px;
  border: 1px solid rgba(25, 215, 255, 0.28);
  background: linear-gradient(135deg, rgba(25, 215, 255, 0.14), rgba(40, 245, 154, 0.12));
  box-shadow: var(--shadow);
}

@media (max-width: 920px) {
  .iptivo-troubleshooting-post .trouble-hero,
  .iptivo-troubleshooting-post .trouble-split {
    grid-template-columns: 1fr;
  }

  .iptivo-troubleshooting-post .trouble-grid--causes,
  .iptivo-troubleshooting-post .trouble-steps,
  .iptivo-troubleshooting-post .trouble-linkhub {
    grid-template-columns: 1fr;
  }

  .iptivo-troubleshooting-post .trouble-hero {
    padding-top: 46px;
  }
}

@media (max-width: 560px) {
  .iptivo-troubleshooting-post .trouble-hero,
  .iptivo-troubleshooting-post .trouble-section,
  .iptivo-troubleshooting-post .trouble-answer,
  .iptivo-troubleshooting-post .trouble-final {
    width: min(100% - 22px, 1180px);
  }

  .iptivo-troubleshooting-post .trouble-answer,
  .iptivo-troubleshooting-post .trouble-support,
  .iptivo-troubleshooting-post .trouble-final {
    padding: 22px;
  }

  .iptivo-troubleshooting-post .trouble-btn {
    width: 100%;
  }
}/* End custom CSS */