.elementor-1946 .elementor-element.elementor-element-62be686{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--background-transition:0.3s;}body.elementor-page-1946:not(.elementor-motion-effects-element-type-background), body.elementor-page-1946 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-c3f05ee */* {
  box-sizing: border-box;
}

.contact-pro-section {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background:
    radial-gradient(circle at 85% 20%, rgba(124, 58, 237, 0.25), transparent 25%),
    radial-gradient(circle at 10% 80%, rgba(59, 91, 255, 0.20), transparent 30%),
    linear-gradient(180deg, #06142c 0%, #0a1f4d 100%);
}

.contact-pro-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.08) 1px,
    transparent 1px
  );
  background-size: 20px 20px;
  opacity: 0.22;
  pointer-events: none;
}

.contact-pro-section::after {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: min(900px, 90vw);
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(79, 124, 255, 0.25),
    rgba(124, 58, 237, 0.18),
    transparent 70%
  );
  filter: blur(40px);
  pointer-events: none;
}

.contact-pro-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

/* LEFT */
.contact-pro-left {
  position: relative;
  z-index: 2;
}

.contact-pro-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7ea2ff;
  margin-bottom: 16px;
}

.contact-pro-left h2 {
  margin: 0 0 18px;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -1.2px;
}

.contact-pro-left p {
  margin: 0 0 30px;
  max-width: 620px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

/* FORM */
.contact-pro-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-grid {
  display: grid;
  gap: 12px;
}

.contact-grid.two-cols {
  grid-template-columns: 1fr 1fr;
}

.contact-grid.one-col {
  grid-template-columns: 1fr;
}

.contact-pro-form input,
.contact-pro-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  border-radius: 18px;
  padding: 16px 18px;
  outline: none;
  font-size: 16px;
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
}

.contact-pro-form input::placeholder,
.contact-pro-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.contact-pro-form input:focus,
.contact-pro-form textarea:focus {
  border-color: rgba(124, 58, 237, 0.6);
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.12);
}

.contact-pro-form textarea {
  min-height: 150px;
  resize: vertical;
}

/* BUTTON */
.contact-pro-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
  padding: 16px 28px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #4f7cff, #7c3aed);
  background-size: 200% 200%;
  box-shadow:
    0 14px 30px rgba(79, 124, 255, 0.26),
    inset 0 1px 0 rgba(255,255,255,0.22);
  transition: all 0.35s ease;
  overflow: hidden;
}

.contact-pro-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.55),
    transparent
  );
  transform: skewX(-20deg);
  transition: 0.6s;
}

.contact-pro-btn:hover {
  transform: translateY(-3px);
  background-position: right center;
  box-shadow:
    0 18px 38px rgba(79, 124, 255, 0.34),
    0 0 18px rgba(124, 58, 237, 0.18);
}

.contact-pro-btn:hover::before {
  left: 130%;
}

.contact-pro-btn span {
  transition: transform 0.3s ease;
}

.contact-pro-btn:hover span {
  transform: translateX(4px);
}

/* RIGHT */
.contact-pro-right {
  position: relative;
}

.contact-visual-card {
  position: relative;
  min-height: 580px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(110, 42, 190, 0.95) 0%, rgba(53, 18, 121, 0.96) 100%);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.08);
  overflow: hidden;
  padding: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.contact-visual-glow {
  position: absolute;
  width: 360px;
  height: 360px;
  top: -80px;
  right: -60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.14), transparent 65%);
}

.contact-plane {
  position: absolute;
  top: 70px;
  right: 78px;
  font-size: 120px;
  color: rgba(255,255,255,0.92);
  transform: rotate(18deg);
  text-shadow: 0 20px 30px rgba(0, 0, 0, 0.18);
}

.contact-mini-dot {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #67e8f9, #8b5cf6);
  box-shadow: 0 8px 18px rgba(0,0,0,0.25);
}

.dot-1 {
  top: 210px;
  left: 90px;
}

.dot-2 {
  top: 290px;
  right: 120px;
}

.dot-3 {
  top: 360px;
  left: 140px;
}

.contact-info-card {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 28px 26px;
  box-shadow:
    0 25px 50px rgba(0,0,0,0.25),
    inset 0 1px 0 rgba(255,255,255,0.6);
}

.contact-info-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #4f7cff;
  margin-bottom: 10px;
}

.contact-info-card h3 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 1.15;
  color: #0f172a;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-info-list a,
.contact-info-list span {
  font-size: 16px;
  line-height: 1.5;
  color: #475569;
  text-decoration: none;
}

.contact-info-list a:hover {
  color: #3b5bff;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .contact-pro-container {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .contact-pro-left h2 {
    font-size: 42px;
  }

  .contact-visual-card {
    min-height: 500px;
  }
}

@media (max-width: 768px) {
  .contact-pro-section {
    padding: 70px 16px;
  }

  .contact-grid.two-cols {
    grid-template-columns: 1fr;
  }

  .contact-pro-left h2 {
    font-size: 34px;
  }

  .contact-pro-left p {
    font-size: 16px;
  }

  .contact-visual-card {
    min-height: 420px;
    padding: 20px;
    border-radius: 26px;
  }

  .contact-plane {
    top: 44px;
    right: 36px;
    font-size: 84px;
  }

  .contact-info-card h3 {
    font-size: 24px;
  }

  .contact-pro-btn {
    width: 100%;
  }
}/* End custom CSS */