.elementor-775 .elementor-element.elementor-element-aa468ad:not(.elementor-motion-effects-element-type-background), .elementor-775 .elementor-element.elementor-element-aa468ad > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-b46d5be ) 0%, var( --e-global-color-b46d5be ) 100%);}.elementor-775 .elementor-element.elementor-element-aa468ad > .elementor-container{max-width:1600px;}.elementor-775 .elementor-element.elementor-element-aa468ad{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-775 .elementor-element.elementor-element-aa468ad > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-775 .elementor-element.elementor-element-5679626:not(.elementor-motion-effects-element-type-background), .elementor-775 .elementor-element.elementor-element-5679626 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-b46d5be ) 0%, #063561 100%);}.elementor-775 .elementor-element.elementor-element-5679626 > .elementor-container{max-width:1600px;}.elementor-775 .elementor-element.elementor-element-5679626{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-775 .elementor-element.elementor-element-5679626 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}/* Start custom CSS for html, class: .elementor-element-3d13f4e */.iptivo-home-image-section {
  background: linear-gradient(180deg, #07162b 0%, #061326 100%);
  padding: 28px 16px;
  margin: 0;
  direction: rtl;
}

.iptivo-home-image-link {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  text-decoration: none;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(2, 10, 24, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.iptivo-home-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.iptivo-home-image-link:hover .iptivo-home-image {
  transform: scale(1.025);
  filter: brightness(1.08);
}

@media (max-width: 768px) {
  .iptivo-home-image-section {
    padding: 18px 12px;
  }

  .iptivo-home-image-link {
    border-radius: 16px;
  }
}
/* IPTIVO FAQ Section */
#iptivo-compare-faq {
  direction: rtl;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  padding: 22px;
  margin: 22px 0;
  box-shadow: 0 18px 44px rgba(2, 10, 24, .35);
  color: #eef5ff;
}

#iptivo-compare-faq h2 {
  margin: 0 0 18px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  line-height: 1.4;
  color: #ffffff;
  position: relative;
  padding-right: 14px;
}

#iptivo-compare-faq h2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 4px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8de8f4, #28b463);
  box-shadow: 0 0 18px rgba(141, 232, 244, .45);
}

#iptivo-compare-faq .iptivo-faq {
  display: grid;
  gap: 12px;
}

/* FAQ item */
#iptivo-compare-faq .iptivo-faq-item {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 15px;
  background:
    radial-gradient(circle at 90% 0%, rgba(141,232,244,.10), transparent 35%),
    rgba(255,255,255,.055);
  overflow: hidden;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

#iptivo-compare-faq .iptivo-faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(141,232,244,.35);
  box-shadow: 0 14px 34px rgba(2, 10, 24, .28);
}

/* Question */
#iptivo-compare-faq .iptivo-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 15px 46px 15px 16px;
  font-weight: 800;
  font-size: 1.02rem;
  line-height: 1.6;
  color: #ffffff;
  position: relative;
}

#iptivo-compare-faq .iptivo-faq-item summary::-webkit-details-marker {
  display: none;
}

/* Plus icon */
#iptivo-compare-faq .iptivo-faq-item summary::before {
  content: "+";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(141,232,244,.12);
  color: #8de8f4;
  border: 1px solid rgba(141,232,244,.28);
  font-weight: 900;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

#iptivo-compare-faq .iptivo-faq-item[open] summary::before {
  content: "−";
  background: linear-gradient(135deg, #28b463, #8de8f4);
  color: #061326;
  transform: translateY(-50%) rotate(180deg);
}

/* Answer */
#iptivo-compare-faq .iptivo-faq-item p {
  margin: 0;
  padding: 0 46px 16px 16px;
  color: #d3dfef;
  line-height: 1.9;
  font-size: .98rem;
}

/* WhatsApp button inside FAQ */
#iptivo-compare-faq .iptivo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 800;
  line-height: 1.4;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

#iptivo-compare-faq .iptivo-btn--primary {
  background: linear-gradient(135deg, #28b463, #32d477);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 12px 28px rgba(40, 180, 99, .24);
}

#iptivo-compare-faq .iptivo-btn--primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 16px 34px rgba(40, 180, 99, .32);
}

#iptivo-compare-faq .iptivo-btn--small {
  margin: 0 46px 18px 16px;
  font-size: .95rem;
}

/* Mobile */
@media (max-width: 768px) {
  #iptivo-compare-faq {
    padding: 16px;
    border-radius: 16px;
  }

  #iptivo-compare-faq .iptivo-faq-item summary {
    padding: 14px 42px 14px 12px;
    font-size: .98rem;
  }

  #iptivo-compare-faq .iptivo-faq-item p {
    padding: 0 42px 14px 12px;
    font-size: .95rem;
  }

  #iptivo-compare-faq .iptivo-btn--small {
    margin: 0 42px 16px 12px;
    width: calc(100% - 54px);
  }
}/* End custom CSS */