.elementor-115 .elementor-element.elementor-element-41eb440{--display:flex;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-1c0ca6a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-115 .elementor-element.elementor-element-9148006{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a993a45 *//* =============================================
   EVOURIA — CONTACT HERO CSS
   ============================================= */

.cthero-section {
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(165deg, #070a1a 0%, #120a2e 35%, #0a1228 70%, #070a1a 100%);
  padding: 120px 40px 100px;
}

#ctHeroCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.cthero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124, 58, 237, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 55% 55% at 50% 45%, black 15%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 55% 55% at 50% 45%, black 15%, transparent 70%);
  z-index: 1;
}

.cthero-radial {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 600px;
  background: radial-gradient(ellipse, rgba(124, 58, 237, 0.1) 0%, transparent 70%);
  z-index: 1;
  pointer-events: none;
  animation: ctRadial 8s ease-in-out infinite;
}

@keyframes ctRadial {
  0%, 100% { opacity: 0.7; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.08); }
}

.cthero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  z-index: 1;
  pointer-events: none;
  will-change: transform;
}

.cthero-orb-1 {
  width: 460px;
  height: 460px;
  background: rgba(124, 58, 237, 0.16);
  top: -12%;
  right: -6%;
  animation: ctOrb1 10s ease-in-out infinite;
}

.cthero-orb-2 {
  width: 360px;
  height: 360px;
  background: rgba(6, 214, 160, 0.08);
  bottom: -12%;
  left: -8%;
  animation: ctOrb2 12s ease-in-out infinite;
}

.cthero-orb-3 {
  width: 240px;
  height: 240px;
  background: rgba(168, 85, 247, 0.1);
  top: 45%;
  left: 40%;
  animation: ctOrb3 14s ease-in-out infinite;
}

@keyframes ctOrb1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-35px, 45px) scale(1.1); }
}

@keyframes ctOrb2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(40px, -30px) scale(1.12); }
}

@keyframes ctOrb3 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(20px, -25px); }
}

.cthero-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

/* Reveal */
.ct-reveal {
  opacity: 0;
  transform: translateY(45px);
  transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--ct-delay, 0s);
}

.ct-reveal.ct-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Breadcrumb */
.cthero-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50px;
}

.cthero-breadcrumb a {
  color: #6b6f8d;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.cthero-breadcrumb a:hover {
  color: #a78bfa;
}

.cthero-breadcrumb span {
  color: #c4b5fd;
  font-size: 13px;
  font-weight: 600;
}

/* Top */
.cthero-top {
  text-align: center;
  margin-bottom: 48px;
}

.cthero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(6, 214, 160, 0.08);
  border: 1px solid rgba(6, 214, 160, 0.2);
  padding: 8px 18px;
  border-radius: 50px;
  margin-bottom: 24px;
}

.cthero-live-dot {
  width: 8px;
  height: 8px;
  background: #06d6a0;
  border-radius: 50%;
  animation: ctLive 1.6s ease-in-out infinite;
}

@keyframes ctLive {
  0%, 100% { box-shadow: 0 0 0 0 rgba(6, 214, 160, 0.55); transform: scale(1); }
  50% { box-shadow: 0 0 0 8px rgba(6, 214, 160, 0); transform: scale(1.15); }
}

.cthero-tag > span:nth-child(2) {
  font-size: 12px;
  font-weight: 700;
  color: #5eead4;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.cthero-tag-sep {
  width: 1px;
  height: 12px;
  background: rgba(6, 214, 160, 0.25);
}

.cthero-tag-sub {
  font-size: 12px;
  color: #7d82a6;
  font-weight: 500;
}

.cthero-title {
  font-size: clamp(34px, 5.5vw, 64px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -2.5px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.cthero-title-accent {
  display: block;
  margin-top: 4px;
}

.cthero-morph {
  display: inline-block;
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 45%, #06d6a0 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ctGrad 4s ease-in-out infinite;
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.cthero-morph.ct-morph-out {
  opacity: 0;
  transform: translateY(18px) rotateX(80deg) scale(0.88);
  filter: blur(4px);
}

.cthero-morph.ct-morph-in {
  animation: ctMorphIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards, ctGrad 4s ease-in-out infinite;
}

@keyframes ctMorphIn {
  0% { opacity: 0; transform: translateY(-18px) rotateX(-80deg) scale(0.88); filter: blur(4px); }
  100% { opacity: 1; transform: translateY(0) rotateX(0) scale(1); filter: blur(0); }
}

@keyframes ctGrad {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.cthero-desc {
  font-size: 16px;
  line-height: 1.75;
  color: #7d82a6;
  max-width: 580px;
  margin: 0 auto;
}

/* ========== CONTACT CARDS ========== */
.cthero-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 36px;
}

.cthero-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 22px;
  background: rgba(15, 18, 40, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
}

.cthero-card-static {
  cursor: default;
}

.cthero-card:hover {
  border-color: rgba(124, 58, 237, 0.3);
  transform: translateY(-6px);
  box-shadow: 0 18px 50px rgba(124, 58, 237, 0.14);
  background: rgba(20, 16, 50, 0.95);
}

.cthero-card-glow {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 0;
}

.cthero-card-icon {
  position: relative;
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 16px;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cthero-icon-teal {
  background: rgba(6, 214, 160, 0.1);
  border-color: rgba(6, 214, 160, 0.2);
}

.cthero-icon-violet {
  background: rgba(168, 85, 247, 0.12);
  border-color: rgba(168, 85, 247, 0.22);
}

.cthero-card:hover .cthero-card-icon {
  transform: scale(1.1) rotate(-4deg);
  box-shadow: 0 10px 25px rgba(124, 58, 237, 0.25);
}

.cthero-icon-ring {
  position: absolute;
  inset: -6px;
  border-radius: 20px;
  border: 1px solid rgba(124, 58, 237, 0.2);
  opacity: 0;
  transform: scale(0.85);
  transition: all 0.35s ease;
}

.cthero-ring-teal { border-color: rgba(6, 214, 160, 0.2); }
.cthero-ring-violet { border-color: rgba(168, 85, 247, 0.2); }

.cthero-card:hover .cthero-icon-ring {
  opacity: 1;
  transform: scale(1);
}

.cthero-card-body {
  flex: 1;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.cthero-card-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #8b7fc7;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 6px;
}

.cthero-card-value {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.2px;
  margin-bottom: 4px;
  word-break: break-word;
}

.cthero-card-hint {
  display: block;
  font-size: 12px;
  color: #5c6090;
  line-height: 1.4;
}

.cthero-card-arrow {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a78bfa;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.18);
  transition: all 0.35s ease;
  position: relative;
  z-index: 1;
}

.cthero-arrow-teal {
  color: #5eead4;
  background: rgba(6, 214, 160, 0.1);
  border-color: rgba(6, 214, 160, 0.18);
}

.cthero-card:hover .cthero-card-arrow {
  background: #7c3aed;
  border-color: #7c3aed;
  color: #ffffff;
  transform: translateX(3px);
}

.cthero-card:hover .cthero-arrow-teal {
  background: #06d6a0;
  border-color: #06d6a0;
  color: #0a0e27;
}

.cthero-card-pin {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(168, 85, 247, 0.12);
  border: 1px solid rgba(168, 85, 247, 0.22);
  position: relative;
  z-index: 1;
}

.cthero-card-pin span {
  font-size: 12px;
  font-weight: 800;
  color: #c4b5fd;
  letter-spacing: 1px;
}

/* Trust strip */
.cthero-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 18px;
}

.cthero-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #9ca0bd;
}

.cthero-trust-icon {
  font-size: 16px;
}

.cthero-trust-divider {
  width: 1px;
  height: 18px;
  background: rgba(124, 58, 237, 0.2);
}

/* Scroll hint */
.cthero-scroll {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 5;
  transition: opacity 0.3s ease;
}

.cthero-scroll-line {
  width: 2px;
  height: 44px;
  background: rgba(124, 58, 237, 0.15);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.cthero-scroll-thumb {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, #7c3aed, #06d6a0);
  animation: ctScrollThumb 2s ease-in-out infinite;
}

@keyframes ctScrollThumb {
  0% { top: -30%; opacity: 0; }
  30% { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}

.cthero-scroll span {
  font-size: 10px;
  color: #4a4e6a;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .cthero-section {
    padding: 100px 30px 80px;
    min-height: auto;
  }

  .cthero-cards {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .cthero-orb-3 {
    display: none;
  }
}

@media (max-width: 768px) {
  .cthero-section {
    padding: 80px 20px 70px;
  }

  .cthero-title {
    font-size: clamp(30px, 8vw, 42px);
    letter-spacing: -1.5px;
  }

  .cthero-desc {
    font-size: 14px;
  }

  .cthero-card {
    padding: 20px 18px;
  }

  .cthero-card-value {
    font-size: 15px;
  }

  .cthero-trust {
    gap: 12px;
    padding: 16px;
  }

  .cthero-trust-divider {
    display: none;
  }

  .cthero-trust-item {
    font-size: 12px;
    width: calc(50% - 8px);
    justify-content: center;
  }

  .cthero-scroll {
    display: none;
  }

  .cthero-tag {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cthero-tag-sep {
    display: none;
  }
}

@media (max-width: 420px) {
  .cthero-section {
    padding: 70px 16px 60px;
  }

  .cthero-title {
    font-size: 28px;
    letter-spacing: -1px;
  }

  .cthero-card-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .cthero-card-value {
    font-size: 14px;
  }

  .cthero-card-hint {
    font-size: 11px;
  }

  .cthero-card-arrow,
  .cthero-card-pin {
    display: none;
  }

  .cthero-trust-item {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-373c829 *//* =============================================
   EVOURIA — CONTACT FORM SECTION CSS (FULL FIXED)
   ============================================= */

.ctform-section {
  padding: 120px 40px;
  background: linear-gradient(180deg, #0a0e27 0%, #0d1030 50%, #0a0e27 100%);
  position: relative;
  overflow: hidden;
}

.ctform-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.25), transparent);
}

.ctform-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}

.ctform-orb-1 {
  width: 420px;
  height: 420px;
  background: rgba(124, 58, 237, 0.12);
  top: 10%;
  left: -10%;
}

.ctform-orb-2 {
  width: 340px;
  height: 340px;
  background: rgba(6, 214, 160, 0.06);
  bottom: 5%;
  right: -8%;
}

.ctform-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124, 58, 237, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.02) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, black 10%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, black 10%, transparent 70%);
  z-index: 0;
}

.ctform-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Reveal */
.cf-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--cf-delay, 0s);
}

.cf-reveal.cf-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Header */
.ctform-header {
  text-align: center;
  margin-bottom: 56px;
}

.ctform-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.2);
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #a78bfa;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 18px;
}

.ctform-tag-dot {
  width: 6px;
  height: 6px;
  background: #06d6a0;
  border-radius: 50%;
  animation: ctformPulse 2s ease-in-out infinite;
}

@keyframes ctformPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(6, 214, 160, 0.45); }
  50% { box-shadow: 0 0 0 6px rgba(6, 214, 160, 0); }
}

.ctform-title {
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1.5px;
  margin: 0 0 14px;
  line-height: 1.15;
}

.ctform-gradient {
  background: linear-gradient(135deg, #7c3aed, #a855f7, #06d6a0);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ctformGrad 5s ease-in-out infinite;
}

@keyframes ctformGrad {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.ctform-desc {
  font-size: 15px;
  color: #7d82a6;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Layout */
.ctform-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

/* ========== LEFT INFO ========== */
.ctform-info-card {
  position: relative;
  height: 100%;
  padding: 36px 30px;
  background: rgba(15, 18, 40, 0.9);
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ctform-info-glow {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 0;
}

.ctform-info-top,
.ctform-info-list,
.ctform-hours,
.ctform-mini-trust {
  position: relative;
  z-index: 1;
}

.ctform-info-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 50px;
  background: rgba(6, 214, 160, 0.1);
  border: 1px solid rgba(6, 214, 160, 0.2);
  color: #5eead4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.ctform-live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #06d6a0;
  animation: ctformPulse 1.6s ease-in-out infinite;
}

.ctform-info-top h3 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.6px;
}

.ctform-info-top p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #7d82a6;
}

.ctform-info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ctform-info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
  transition: all 0.3s ease;
}

a.ctform-info-item:hover {
  border-color: rgba(124, 58, 237, 0.3);
  background: rgba(124, 58, 237, 0.06);
  transform: translateX(4px);
}

.ctform-info-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(124, 58, 237, 0.12);
  border: 1px solid rgba(124, 58, 237, 0.2);
}

.ctform-icon-teal {
  background: rgba(6, 214, 160, 0.1);
  border-color: rgba(6, 214, 160, 0.2);
}

.ctform-icon-violet {
  background: rgba(168, 85, 247, 0.12);
  border-color: rgba(168, 85, 247, 0.22);
}

.ctform-info-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ctform-info-text span {
  font-size: 11px;
  font-weight: 700;
  color: #8b7fc7;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ctform-info-text strong {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  word-break: break-word;
}

.ctform-info-text em {
  font-style: normal;
  font-size: 12px;
  color: #6b6f8d;
}

.ctform-hours {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(124, 58, 237, 0.06);
  border: 1px solid rgba(124, 58, 237, 0.12);
}

.ctform-hours-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.ctform-hours-row span {
  font-size: 13px;
  color: #8b8fad;
}

.ctform-hours-row strong {
  font-size: 13px;
  color: #e5e7f5;
  font-weight: 600;
  text-align: right;
}

.ctform-mini-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.ctform-mini-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 600;
  color: #9ca0bd;
}

/* ========== RIGHT FORM WRAP ========== */
.ctform-form-wrap {
  min-width: 0;
}

.ctform-form-card {
  position: relative;
  height: 100%;
  padding: 10px;
  background: rgba(15, 18, 40, 0.65);
  border: 1px solid rgba(124, 58, 237, 0.16);
  border-radius: 28px;
  overflow: hidden;
}

.ctform-form-glow {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.14), transparent 70%);
  pointer-events: none;
}

.ctform-form-inner {
  position: relative;
  z-index: 1;
  padding: 18px;
}

.ctform-form-inner .wpcf7 {
  margin: 0;
}

.ctform-form-inner .evo-cf7 {
  max-width: 100%;
  margin: 0;
  box-shadow: none;
  background: transparent;
  border: none;
  padding: 10px 8px 18px;
}

.ctform-form-inner .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ctform-form-inner .wpcf7 label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #c4c7e0;
  margin-bottom: 4px;
}

/* Inputs / textarea */
.ctform-form-inner .wpcf7 input[type="text"],
.ctform-form-inner .wpcf7 input[type="email"],
.ctform-form-inner .wpcf7 input[type="tel"],
.ctform-form-inner .wpcf7 input[type="url"],
.ctform-form-inner .wpcf7 textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 14px !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-family: 'Poppins', sans-serif !important;
  padding: 14px 16px !important;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
  margin-top: 6px !important;
}

.ctform-form-inner .wpcf7 textarea {
  min-height: 140px !important;
  resize: vertical !important;
}

.ctform-form-inner .wpcf7 input::placeholder,
.ctform-form-inner .wpcf7 textarea::placeholder {
  color: #5c6090 !important;
}

.ctform-form-inner .wpcf7 input:focus,
.ctform-form-inner .wpcf7 textarea:focus {
  border-color: rgba(124, 58, 237, 0.55) !important;
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.12) !important;
  background: rgba(124, 58, 237, 0.05) !important;
}

/* Submit button */
.ctform-form-inner .wpcf7 input[type="submit"],
.ctform-form-inner .wpcf7 button {
  width: 100% !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 15px 24px !important;
  background: linear-gradient(135deg, #7c3aed, #a855f7) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  font-family: 'Poppins', sans-serif !important;
  cursor: pointer !important;
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.35) !important;
  transition: all 0.35s ease !important;
  text-transform: none !important;
  margin-top: 8px !important;
}

.ctform-form-inner .wpcf7 input[type="submit"]:hover,
.ctform-form-inner .wpcf7 button:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 40px rgba(124, 58, 237, 0.5) !important;
  background: linear-gradient(135deg, #8b5cf6, #06d6a0) !important;
}

/* Validation */
.ctform-form-inner .wpcf7-not-valid-tip {
  color: #f87171 !important;
  font-size: 12px !important;
}

.ctform-form-inner .wpcf7-response-output {
  margin: 14px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 12px !important;
  font-size: 13px !important;
  border-width: 1px !important;
}

.ctform-form-inner .wpcf7 form.sent .wpcf7-response-output {
  background: rgba(6, 214, 160, 0.08) !important;
  border-color: rgba(6, 214, 160, 0.3) !important;
  color: #5eead4 !important;
}

.ctform-form-inner .wpcf7 form.invalid .wpcf7-response-output,
.ctform-form-inner .wpcf7 form.failed .wpcf7-response-output {
  background: rgba(239, 68, 68, 0.08) !important;
  border-color: rgba(239, 68, 68, 0.3) !important;
  color: #fca5a5 !important;
}

/* =============================================
   SELECT DROPDOWN — DARK BACKGROUND (FORCED)
   ============================================= */

.wpcf7 select,
.wpcf7-form select,
.wpcf7 .wpcf7-select,
.evo-cf7 select,
.evo-cf7-select,
.ctform-section select,
.ctform-form-inner select,
.ctform-form-wrap select,
select.wpcf7-form-control,
select.evo-cf7-input {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  color: #ffffff !important;
  background: #12152b !important;
  background-color: #12152b !important;
  border: 1px solid rgba(124, 58, 237, 0.35) !important;
  border-radius: 14px !important;
  padding: 14px 42px 14px 16px !important;
  font-size: 14px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
  outline: none !important;
  box-shadow: none !important;
  margin-top: 6px !important;
  color-scheme: dark !important;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23a78bfa' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
}

/* All option rows */
.wpcf7 select option,
.wpcf7-form select option,
.wpcf7 .wpcf7-select option,
.evo-cf7 select option,
.evo-cf7-select option,
.ctform-section select option,
.ctform-form-inner select option,
.ctform-form-wrap select option,
select.wpcf7-form-control option,
select.evo-cf7-input option,
select option {
  color: #ffffff !important;
  background: #12152b !important;
  background-color: #12152b !important;
  padding: 12px !important;
}

/* Hover / selected option */
.wpcf7 select option:checked,
.wpcf7 select option:hover,
.wpcf7-form select option:checked,
.wpcf7-form select option:hover,
.evo-cf7 select option:checked,
.evo-cf7 select option:hover,
.ctform-section select option:checked,
.ctform-section select option:hover,
.ctform-form-inner select option:checked,
.ctform-form-inner select option:hover,
select.wpcf7-form-control option:checked,
select.wpcf7-form-control option:hover,
select option:checked,
select option:hover {
  color: #ffffff !important;
  background: #7c3aed !important;
  background-color: #7c3aed !important;
}

/* First placeholder option */
.wpcf7 select option:first-child,
.evo-cf7 select option:first-child,
.ctform-form-inner select option:first-child,
select.wpcf7-form-control option:first-child,
select option:first-child {
  color: #a1a6c3 !important;
  background: #12152b !important;
  background-color: #12152b !important;
}

/* Focus state */
.wpcf7 select:focus,
.evo-cf7 select:focus,
.ctform-form-inner select:focus,
select.wpcf7-form-control:focus,
.ctform-section select:focus {
  border-color: rgba(124, 58, 237, 0.7) !important;
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.15) !important;
  outline: none !important;
  background-color: #161a33 !important;
}

/* Kill theme's white wrapping */
.wpcf7-form-control-wrap {
  background: transparent !important;
  color-scheme: dark !important;
}

.wpcf7-form-control-wrap select {
  background-color: #12152b !important;
  color-scheme: dark !important;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .ctform-section {
    padding: 100px 30px;
  }

  .ctform-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 768px) {
  .ctform-section {
    padding: 80px 20px;
  }

  .ctform-header {
    margin-bottom: 40px;
  }

  .ctform-info-card {
    padding: 28px 22px;
  }

  .ctform-info-top h3 {
    font-size: 24px;
  }

  .ctform-form-inner {
    padding: 10px;
  }

  .ctform-form-card {
    padding: 8px;
    border-radius: 22px;
  }

  .ctform-hours-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .ctform-hours-row strong {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .ctform-section {
    padding: 60px 16px;
  }

  .ctform-title {
    font-size: 26px;
  }

  .ctform-info-card {
    padding: 24px 16px;
  }

  .ctform-mini-trust {
    flex-direction: column;
  }

  .ctform-info-item {
    padding: 12px;
  }

  .ctform-info-text strong {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-03ca70a *//* =============================================
   EVOURIA — CONTACT FAQ SECTION CSS
   ============================================= */

.ctfaq-section {
  padding: 120px 40px;
  background: linear-gradient(180deg, #0a0e27 0%, #0e1235 50%, #0a0e27 100%);
  position: relative;
  overflow: hidden;
}

.ctfaq-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.25), transparent);
}

.ctfaq-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}

.ctfaq-orb-1 {
  width: 420px;
  height: 420px;
  background: rgba(124, 58, 237, 0.1);
  top: 8%;
  right: -10%;
}

.ctfaq-orb-2 {
  width: 320px;
  height: 320px;
  background: rgba(6, 214, 160, 0.06);
  bottom: 5%;
  left: -8%;
}

.ctfaq-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124, 58, 237, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.02) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(ellipse 55% 55% at 50% 40%, black 10%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 55% 55% at 50% 40%, black 10%, transparent 70%);
  z-index: 0;
}

.ctfaq-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Reveal */
.ctfaq-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--ctf-delay, 0s);
}

.ctfaq-reveal.ctfaq-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* Header */
.ctfaq-header {
  text-align: center;
  margin-bottom: 56px;
}

.ctfaq-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.2);
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #a78bfa;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 18px;
}

.ctfaq-tag-dot {
  width: 6px;
  height: 6px;
  background: #06d6a0;
  border-radius: 50%;
  animation: ctfaqPulse 2s ease-in-out infinite;
}

@keyframes ctfaqPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(6, 214, 160, 0.45); }
  50% { box-shadow: 0 0 0 6px rgba(6, 214, 160, 0); }
}

.ctfaq-title {
  font-size: clamp(30px, 4.5vw, 48px);
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1.5px;
  margin: 0 0 14px;
  line-height: 1.15;
}

.ctfaq-gradient {
  background: linear-gradient(135deg, #7c3aed, #a855f7, #06d6a0);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: ctfaqGrad 5s ease-in-out infinite;
}

@keyframes ctfaqGrad {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.ctfaq-desc {
  font-size: 15px;
  color: #7d82a6;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Layout */
.ctfaq-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: start;
}

/* ========== SIDE CARD ========== */
.ctfaq-side-card {
  position: sticky;
  top: 120px;
  padding: 32px 28px;
  background: rgba(15, 18, 40, 0.92);
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 24px;
  overflow: hidden;
}

.ctfaq-side-glow {
  position: absolute;
  top: -30%;
  right: -20%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.16), transparent 70%);
  pointer-events: none;
}

.ctfaq-side-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 50px;
  background: rgba(6, 214, 160, 0.1);
  border: 1px solid rgba(6, 214, 160, 0.2);
  color: #5eead4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.ctfaq-live {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #06d6a0;
  animation: ctfaqPulse 1.6s ease-in-out infinite;
}

.ctfaq-side-card h3 {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 1;
}

.ctfaq-side-card > p {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.7;
  color: #7d82a6;
  position: relative;
  z-index: 1;
}

.ctfaq-side-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.ctfaq-side-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
  transition: all 0.3s ease;
}

a.ctfaq-side-item:hover {
  border-color: rgba(124, 58, 237, 0.3);
  background: rgba(124, 58, 237, 0.06);
  transform: translateX(4px);
}

.ctfaq-side-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.18);
}

.ctfaq-side-item span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #8b7fc7;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}

.ctfaq-side-item strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  word-break: break-word;
}

.ctfaq-side-item em {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: #6b6f8d;
  margin-top: 2px;
}

.ctfaq-side-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 18px;
  border-radius: 50px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  box-shadow: 0 10px 28px rgba(124, 58, 237, 0.35);
  transition: all 0.35s ease;
}

.ctfaq-side-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(124, 58, 237, 0.5);
}

.ctfaq-side-cta:hover svg {
  transform: translateX(3px);
}

.ctfaq-side-cta svg {
  transition: transform 0.3s ease;
}

/* ========== FAQ LIST ========== */
.ctfaq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ctfaq-item {
  position: relative;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: all 0.35s ease;
}

.ctfaq-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
  transition: background 0.35s ease;
}

.ctfaq-item:hover {
  border-color: rgba(124, 58, 237, 0.18);
  background: rgba(124, 58, 237, 0.03);
}

.ctfaq-item.open {
  border-color: rgba(124, 58, 237, 0.3);
  background: linear-gradient(90deg, rgba(124, 58, 237, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow: 0 16px 50px rgba(124, 58, 237, 0.1);
}

.ctfaq-item.open::before {
  background: linear-gradient(180deg, #7c3aed, #06d6a0);
  box-shadow: 0 0 16px rgba(124, 58, 237, 0.45);
}

/* Question button */
button.ctfaq-q {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 20px 22px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  text-align: left !important;
  font-family: 'Poppins', sans-serif !important;
  box-shadow: none !important;
  color: inherit !important;
  outline: none !important;
  margin: 0 !important;
}

.ctfaq-q-left {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.ctfaq-num {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #8b7fc7;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.14);
  transition: all 0.35s ease;
}

.ctfaq-item.open .ctfaq-num {
  color: #ffffff;
  background: #7c3aed;
  border-color: #7c3aed;
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.35);
  transform: scale(1.05);
}

.ctfaq-q-text {
  font-size: 16px;
  font-weight: 650;
  color: #d5d8ef;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.ctfaq-item:hover .ctfaq-q-text,
.ctfaq-item.open .ctfaq-q-text {
  color: #ffffff;
}

.ctfaq-toggle {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a78bfa;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.15);
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ctfaq-item.open .ctfaq-toggle {
  background: rgba(6, 214, 160, 0.12);
  border-color: rgba(6, 214, 160, 0.3);
  color: #06d6a0;
  transform: rotate(45deg);
}

/* Answer */
.ctfaq-a {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.55s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
}

.ctfaq-a-inner {
  padding: 0 22px 22px 80px;
}

.ctfaq-a-inner p {
  font-size: 14px;
  line-height: 1.8;
  color: #8b8fad;
  margin: 0 0 14px;
}

.ctfaq-a-inner p strong {
  color: #d8d4f0;
  font-weight: 650;
}

.ctfaq-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ctfaq-chips span {
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  color: #a78bfa;
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.15);
}

.ctfaq-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(6, 214, 160, 0.06);
  border: 1px solid rgba(6, 214, 160, 0.15);
}

.ctfaq-note span {
  font-size: 16px;
}

.ctfaq-note p {
  margin: 0 !important;
  font-size: 13px !important;
  color: #9ca0bd !important;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 1024px) {
  .ctfaq-section {
    padding: 100px 30px;
  }

  .ctfaq-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ctfaq-side-card {
    position: relative;
    top: 0;
  }
}

@media (max-width: 768px) {
  .ctfaq-section {
    padding: 80px 20px;
  }

  .ctfaq-header {
    margin-bottom: 40px;
  }

  button.ctfaq-q {
    padding: 16px 16px !important;
    gap: 12px !important;
  }

  .ctfaq-q-text {
    font-size: 14px;
  }

  .ctfaq-num {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .ctfaq-q-left {
    gap: 12px;
  }

  .ctfaq-a-inner {
    padding: 0 16px 18px 16px;
  }

  .ctfaq-side-card {
    padding: 26px 20px;
  }

  .ctfaq-side-card h3 {
    font-size: 22px;
  }
}

@media (max-width: 420px) {
  .ctfaq-section {
    padding: 60px 16px;
  }

  .ctfaq-title {
    font-size: 26px;
  }

  .ctfaq-q-text {
    font-size: 13px;
  }

  .ctfaq-toggle {
    width: 32px;
    height: 32px;
  }

  .ctfaq-side-card {
    padding: 22px 16px;
  }
}/* End custom CSS */