.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
  text-align: center;
  color: #fff;
  padding: 16px;
  border-radius: 24px;
  border: none;
  margin-top: 16px;
  margin-inline: 0;
  width: 100%;
  max-width: 100%;
}

.wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
  background: #46b450;
}

.wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7 form.wpcf7-form.invalid .wpcf7-response-output {
  background: #f5b300;
}

.contact__submit {
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  top: 32px;
  right: 0;
}

/* REBRAND OVERRIDES */
.header {
  z-index: 9999 !important;
}

.header,
.header.scrolled {
  background-color: #9d32ff !important;
}

.header__menu-link {
  color: #fff !important;
  white-space: nowrap !important;
}

.header.scrolled .btn--white {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

.burger span {
  background: #fff !important;
}

/* Fix mobile menu white background issue */
.mobile-menu .header__menu-link {
  color: #2c1845 !important;
}

.mobile-menu__link:hover,
.mobile-menu__link:focus {
  color: #9d32ff !important;
}

.hero {
  background: linear-gradient(135deg, #b347ff 0%, #8d28ff 42%, #6f1ae3 100%) !important;
}

.header__logo img,
.footer__logo img {
  width: auto;
  height: 100%;
  max-height: 50px;
}

.hero__image img {
  max-width: 120%;
  height: auto;
}

.footer {
  background: linear-gradient(135deg, #972eff 0%, #781ce7 55%, #5d10b6 100%) !important;
  border: none;
}

body {
  font-family: 'Tajawal', sans-serif !important;
}


/* Hero Redesign RTL Fixed */
.hero {
  padding-top: 150px;
  padding-bottom: 50px;
  overflow: hidden;
}

.et-hero-grid {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 10;
}

.et-hero-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  text-align: right;
  max-width: 50%;
}

.et-hero-left {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.et-hero-main-logo {
  max-width: 350px;
  width: 100%;
  margin-bottom: 10px;
  object-fit: contain;
}

.et-hero-bg-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140%;
  max-width: 800px;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}

.et-hero-mockups {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 450px;
  object-fit: contain;
}

.hero__description p {
  color: white;
  font-size: 1.2rem;
  line-height: 1.6;
}

.hero__app-buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  justify-content: flex-start;
}

.hero__app-button img {
  height: 45px;
  width: auto;
}

@media (max-width: 768px) {
  .et-hero-grid {
    flex-direction: column-reverse;
  }

  .et-hero-right {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .hero__app-buttons {
    justify-content: center;
  }
}

/* Floating WhatsApp Button */
.floating-whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.floating-whatsapp:hover {
  transform: scale(1.1);
  background-color: #1eb956;
}

@media (min-width: 769px) {
  .header__content,
  html[dir=rtl] .header__content {
    grid-template-columns: 1fr auto 1fr !important;
  }
  .header__logo {
    justify-self: start !important;
  }
  .header__actions {
    justify-self: end !important;
  }
}