.elementor-1239 .elementor-element.elementor-element-fd52fd7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1239 .elementor-element.elementor-element-365644f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1239 .elementor-element.elementor-element-882b825{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-1239:not(.elementor-motion-effects-element-type-background), body.elementor-page-1239 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#211936;}/* Start custom CSS for html, class: .elementor-element-311ae1d *//* Contact Hero Split Layout */
.wd-contact-hero-split {
  background: 
    radial-gradient(ellipse at 10% 30%, rgba(143, 129, 248, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse at 90% 70%, rgba(169, 100, 238, 0.12) 0%, transparent 50%),
    linear-gradient(135deg, #0a0a14 0%, #1a1a2e 100%);
  min-height: 100vh;
  padding: 80px 20px 80px;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  display: flex;
  align-items: center;
}

/* Background */
.wd-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.wd-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.08;
  animation: heroOrbFloat 25s ease-in-out infinite;
}

.wd-orb-1 {
  width: 300px;
  height: 300px;
  background: #8F81F8;
  top: 20%;
  left: 5%;
  animation-delay: 0s;
}

.wd-orb-2 {
  width: 200px;
  height: 200px;
  background: #A964EE;
  bottom: 30%;
  right: 10%;
  animation-delay: 8s;
}

.wd-orb-3 {
  width: 150px;
  height: 150px;
  background: #8F81F8;
  top: 60%;
  right: 20%;
  animation-delay: 16s;
}

.wd-bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(143, 129, 248, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 129, 248, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  animation: gridMove 40s linear infinite;
}

.wd-bg-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(2px 2px at 15% 25%, rgba(143, 129, 248, 0.3), transparent),
    radial-gradient(2px 2px at 35% 75%, rgba(169, 100, 238, 0.3), transparent),
    radial-gradient(2px 2px at 65% 15%, rgba(143, 129, 248, 0.3), transparent),
    radial-gradient(2px 2px at 85% 55%, rgba(169, 100, 238, 0.3), transparent);
  animation: particlesFloat 30s linear infinite;
}

/* Main Container */
.wd-hero-container {
  position: relative;
  z-index: 3;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Left Content Styles */
.wd-hero-content {
  padding-right: 40px;
}

/* Header Section */
.wd-content-header {
  margin-bottom: 50px;
}

.wd-header-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(143, 129, 248, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid rgba(143, 129, 248, 0.3);
  margin-bottom: 30px;
}

.wd-badge-dot {
  width: 6px;
  height: 6px;
  background: #8F81F8;
  border-radius: 50%;
  animation: badgePulse 2s ease-in-out infinite;
}

.wd-header-badge span {
  font-size: 0.85rem;
  font-weight: 600;
  color: #8F81F8;
}
.neo-hero-title1 {
  font-family: "Playfair Display", serif;;
  font-size: 50px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  background: linear-gradient(135deg, #ffffff 0%, #8c8efc 30%, #f9f9f9 70%, #8c8efc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto !important;
  animation: gradientShift 4s infinite linear;
  margin-bottom: -8px !important;
}

@keyframes gradientShift {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}


.wd-hero-subtitle {
      font-family: "Playfair Display", serif;;

  font-size: 1.3rem;
  line-height: 1.6;
  color: #b8b8d0;
  margin-bottom: 0;
  animation: subtitleReveal 1s ease-out 0.8s forwards;
  opacity: 0;
  transform: translateX(-20px);
}

/* Contact Highlights */
.wd-contact-highlights {
  margin-bottom: 40px;
  animation: highlightsReveal 1s ease-out 1s forwards;
  opacity: 0;
}

.wd-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
  padding: 20px;
  background: rgba(26, 26, 46, 0.5);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.wd-highlight-item:hover {
  border-color: rgba(143, 129, 248, 0.3);
  transform: translateX(5px);
}

.wd-highlight-icon {
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  background: rgba(143, 129, 248, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.wd-highlight-item:hover .wd-highlight-icon {
  background: rgba(143, 129, 248, 0.2);
  transform: scale(1.1);
}

.wd-highlight-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
}

.wd-highlight-content p {
  color: #b8b8d0;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

/* CTA Buttons */
.wd-hero-actions {
  margin-bottom: 40px;
  animation: actionsReveal 1s ease-out 1.2s forwards;
  opacity: 0;
}

.wd-primary-action {
  margin-bottom: 25px;
}

.wd-main-cta {
  background: linear-gradient(135deg, #8F81F8 0%, #A964EE 100%);
  color: white;
  border: none;
  padding: 20px 45px;
  border-radius: 60px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 
    0 15px 35px rgba(143, 129, 248, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}

.wd-main-cta:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 
    0 25px 50px rgba(143, 129, 248, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.2);
}

.wd-btn-glow {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #8F81F8, #A964EE, #8F81F8);
  border-radius: 62px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.wd-main-cta:hover .wd-btn-glow {
  opacity: 0.3;
}

.wd-btn-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.wd-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: white;
  border-radius: 50%;
  opacity: 0;
  animation: buttonParticle 2s ease-out infinite;
}

.wd-particle:nth-child(1) { top: 20%; left: 10%; animation-delay: 0s; }
.wd-particle:nth-child(2) { top: 60%; left: 80%; animation-delay: 0.5s; }
.wd-particle:nth-child(3) { top: 80%; left: 40%; animation-delay: 1s; }

.wd-btn-arrow {
  transition: transform 0.3s ease;
}

.wd-main-cta:hover .wd-btn-arrow {
  transform: translateX(8px);
}

.wd-btn-arrow svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.wd-cta-note {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #b8b8d0;
  font-size: 0.9rem;
  margin-top: 12px;
  padding-left: 20px;
}

.wd-note-icon {
  font-size: 1rem;
  animation: notePulse 2s ease-in-out infinite;
}

.wd-secondary-actions {
  display: flex;
  gap: 15px;
}

.wd-alt-button {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(143, 129, 248, 0.1);
  border: 1px solid rgba(143, 129, 248, 0.3);
  color: #e0e0f0;
  padding: 14px 24px;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.wd-alt-button:hover {
  background: rgba(143, 129, 248, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(143, 129, 248, 0.2);
}

.wd-alt-icon {
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}

.wd-alt-button:hover .wd-alt-icon {
  transform: scale(1.2);
}

/* Trust Indicators */
.wd-trust-indicators {
  display: flex;
  gap: 30px;
  animation: trustReveal 1s ease-out 1.4s forwards;
  opacity: 0;
}

.wd-trust-item {
  text-align: center;
}

.wd-trust-value {
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(135deg, #8F81F8, #A964EE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
}

.wd-trust-label {
  font-size: 0.85rem;
  color: #b8b8d0;
  font-weight: 500;
}

/* Right Visual Section */
.wd-hero-visual {
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wd-visual-container {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Image Frame */
.wd-image-frame {
  position: relative;
  width: 100%;
  height: 450px;
  background: rgba(26, 26, 46, 0.6);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  backdrop-filter: blur(20px);
}

.wd-frame-glow {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #8F81F8, #A964EE, #8F81F8);
  border-radius: 26px;
  z-index: -1;
  opacity: 0.1;
  animation: frameGlow 4s ease-in-out infinite;
}

.wd-main-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wd-image-placeholder {
  width: 80%;
  height: 80%;
  background: rgba(143, 129, 248, 0.05);
  border: 2px dashed rgba(143, 129, 248, 0.3);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wd-placeholder-content {
  text-align: center;
  color: #8F81F8;
}

.wd-placeholder-icon {
  font-size: 3rem;
  margin-bottom: 10px;
  opacity: 0.5;
}

.wd-placeholder-content span {
  font-size: 1rem;
  font-weight: 500;
}

.wd-frame-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #8F81F8, #A964EE);
  border-radius: 0 0 24px 24px;
}

/* Floating Texts */
.wd-floating-texts {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.wd-floating-text {
  position: absolute;
  animation: floatText 20s ease-in-out infinite;
}

.wd-text-1 { top: 10%; left: -10%; animation-delay: 0s; }
.wd-text-2 { top: 30%; right: -15%; animation-delay: 5s; }
.wd-text-3 { bottom: 40%; left: -12%; animation-delay: 10s; }
.wd-text-4 { bottom: 15%; right: -8%; animation-delay: 15s; }

.wd-text-bubble {
  background: rgba(143, 129, 248, 0.9);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 5px 15px rgba(143, 129, 248, 0.3);
  backdrop-filter: blur(10px);
}

/* Animated Elements */
.wd-animated-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.wd-animated-element {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  animation: orbitElement 25s linear infinite;
}

.wd-element-1 { top: 20%; right: 20%; animation-delay: 0s; }
.wd-element-2 { top: 60%; left: 25%; animation-delay: 8s; }
.wd-element-3 { bottom: 25%; right: 30%; animation-delay: 16s; }

.wd-element-orb {
  width: 8px;
  height: 8px;
  background: #8F81F8;
  border-radius: 50%;
  animation: elementPulse 2s ease-in-out infinite;
}

.wd-animated-element span {
  font-size: 0.8rem;
  color: #8F81F8;
  font-weight: 500;
  background: rgba(143, 129, 248, 0.1);
  padding: 4px 10px;
  border-radius: 12px;
}

/* Stats Overlay */
.wd-stats-overlay {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  gap: 15px;
}

.wd-stat-overlay {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(26, 26, 46, 0.8);
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  animation: statSlide 1s ease-out 1.6s forwards;
  opacity: 0;
  transform: translateY(20px);
}

.wd-stat-overlay:nth-child(2) {
  animation-delay: 1.8s;
}

.wd-overlay-icon {
  font-size: 1.2rem;
}

.wd-overlay-content {
  text-align: left;
}

.wd-overlay-value {
  font-size: 1.1rem;
  font-weight: 700;
  color: #8F81F8;
  line-height: 1;
}

.wd-overlay-label {
  font-size: 0.75rem;
  color: #b8b8d0;
}

/* Scroll Indicator */
.wd-scroll-indicator {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
  animation: scrollReveal 1s ease-out 2s forwards;
  opacity: 0;
}

.wd-scroll-text {
  font-size: 0.9rem;
  color: #b8b8d0;
  margin-bottom: 10px;
  animation: textPulse 2s ease-in-out infinite;
}

.wd-scroll-arrow {
  display: flex;
  justify-content: center;
}

.wd-arrow-line {
  width: 2px;
  height: 20px;
  background: linear-gradient(180deg, #8F81F8, transparent);
  animation: arrowBounce 2s ease-in-out infinite;
}

/* Floating Contacts */
.wd-floating-contacts {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 3;
}

.wd-contact-float {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.wd-contact-float:hover {
  transform: scale(1.1) translateX(-5px);
}

.wd-float-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #8F81F8, #A964EE);
  border-radius: 50%;
  opacity: 0.2;
  animation: floatPulse 3s ease-in-out infinite;
}

.wd-float-2 .wd-float-glow { animation-delay: 1s; }
.wd-float-3 .wd-float-glow { animation-delay: 2s; }

.wd-float-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
  z-index: 2;
}

/* Animations */
@keyframes heroOrbFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  33% { transform: translateY(-25px) rotate(120deg); }
  66% { transform: translateY(15px) rotate(240deg); }
}

@keyframes gridMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(40px, 40px); }
}

@keyframes particlesFloat {
  0% { transform: translate(0, 0); }
  100% { transform: translate(100px, 100px); }
}

@keyframes badgePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}

@keyframes titleReveal {
  0% { opacity: 0; transform: translateX(-30px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes subtitleReveal {
  0% { opacity: 0; transform: translateX(-20px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes highlightsReveal {
  0% { opacity: 0; transform: translateX(-20px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes actionsReveal {
  0% { opacity: 0; transform: translateX(-20px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes trustReveal {
  0% { opacity: 0; transform: translateX(-20px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes buttonParticle {
  0% { opacity: 0; transform: translateY(0) scale(0); }
  50% { opacity: 1; transform: translateY(-10px) scale(1); }
  100% { opacity: 0; transform: translateY(-20px) scale(0); }
}

@keyframes notePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

@keyframes frameGlow {
  0%, 100% { opacity: 0.1; }
  50% { opacity: 0.2; }
}

@keyframes floatText {
  0%, 100% { transform: translateX(0) translateY(0) scale(1); opacity: 0; }
  10%, 90% { opacity: 1; }
  50% { transform: translateX(100px) translateY(-20px) scale(1.1); }
}

@keyframes orbitElement {
  0% { transform: rotate(0deg) translateX(80px) rotate(0deg); }
  100% { transform: rotate(360deg) translateX(80px) rotate(-360deg); }
}

@keyframes elementPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

@keyframes statSlide {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes scrollReveal {
  0% { opacity: 0; transform: translateX(-50%) translateY(20px); }
  100% { opacity: 1; transform: translateX(-50%) translateY(0); }
}

@keyframes textPulse {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

@keyframes arrowBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

@keyframes floatPulse {
  0%, 100% { opacity: 0.2; transform: scale(1); }
  50% { opacity: 0.3; transform: scale(1.1); }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .wd-hero-container {
    grid-template-columns: 1fr;
    gap: 60px;
    text-align: center;
  }
  
  .wd-hero-content {
    padding-right: 0;
  }
  
  .wd-hero-title {
    font-size: 3.2rem;
  }
  
  .wd-hero-visual {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .wd-contact-hero-split {
    padding: 80px 15px 60px;
  }
  
  .wd-hero-title {
    font-size: 2.5rem;
  }
  
  .wd-hero-subtitle {
    font-size: 1.1rem;
  }
  
  .wd-highlight-item {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  
  .wd-secondary-actions {
    flex-direction: column;
  }
  
  .wd-trust-indicators {
    justify-content: center;
  }
  
  .wd-floating-contacts {
    display: none;
  }
  
  .wd-stats-overlay {
    flex-direction: column;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea6c75f *//* Contact Information Section */
.wd-contact-info {
  background: 
    radial-gradient(ellipse at 20% 80%, rgba(143, 129, 248, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(169, 100, 238, 0.08) 0%, transparent 50%),
    linear-gradient(135deg, #0a0a14 0%, #1a1a2e 100%);
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
}

/* Background */
.wd-contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.wd-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.06;
  animation: contactOrbFloat 25s ease-in-out infinite;
}

.wd-orb-1 {
  width: 250px;
  height: 250px;
  background: #8F81F8;
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}

.wd-orb-2 {
  width: 180px;
  height: 180px;
  background: #A964EE;
  bottom: 20%;
  left: 15%;
  animation-delay: 12s;
}

.wd-bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(143, 129, 248, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(143, 129, 248, 0.02) 1px, transparent 1px);
  background-size: 40px 40px;
  animation: gridMove 50s linear infinite;
}

/* Section Header */
.wd-contact-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.wd-section-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wd-title-text {
  background: linear-gradient(135deg, #ffffff 0%, #e0e0f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.wd-title-accent {
  background: linear-gradient(135deg, #8F81F8 0%, #A964EE 50%, #8F81F8 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 3s ease-in-out infinite;
}

.wd-section-subtitle {
  font-size: 1.3rem;
  color: #b8b8d0;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.wd-header-ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.wd-ornament-line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #8F81F8, transparent);
}

.wd-ornament-dot {
  color: #8F81F8;
  font-size: 0.8rem;
  animation: dotPulse 2s ease-in-out infinite;
}

/* Contact Content */
.wd-contact-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

/* Contact Methods Grid */
.wd-contact-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 80px;
}

.wd-contact-card {
  background: rgba(26, 26, 46, 0.7);
  border-radius: 20px;
  padding: 40px 30px;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.wd-contact-card:hover {
  transform: translateY(-10px);
  border-color: rgba(143, 129, 248, 0.3);
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(143, 129, 248, 0.1);
}

.wd-card-glow {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #8F81F8, #A964EE, #8F81F8);
  border-radius: 22px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.wd-contact-card:hover .wd-card-glow {
  opacity: 0.2;
}

.wd-card-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.wd-card-icon {
  margin-bottom: 25px;
}

.wd-icon-circle {
  width: 80px;
  height: 80px;
  background: rgba(143, 129, 248, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.4s ease;
}

.wd-contact-card:hover .wd-icon-circle {
  background: rgba(143, 129, 248, 0.2);
  transform: scale(1.1);
}

.wd-icon-circle svg {
  width: 32px;
  height: 32px;
  fill: #8F81F8;
}

.wd-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.wd-card-desc {
  color: #b8b8d0;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.5;
}

.wd-contact-details {
  margin-bottom: 30px;
}

.wd-detail-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.wd-detail-label {
  font-size: 0.85rem;
  color: #8F81F8;
  font-weight: 500;
  text-align: left;
  flex: 1;
}

.wd-detail-value {
  font-size: 0.9rem;
  color: #e0e0f0;
  text-align: right;
  flex: 1;
  line-height: 1.4;
}

.wd-detail-value a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.wd-detail-value a:hover {
  color: #8F81F8;
}

.wd-card-actions {
  margin-top: 25px;
}

.wd-action-btn {
  background: linear-gradient(135deg, #8F81F8, #A964EE);
  color: white;
  border: none;
  padding: 14px 30px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  min-width: 160px;
  justify-content: center;
}

.wd-action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(143, 129, 248, 0.4);
}

/* Special Button Effects */
.wd-btn-pulse {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
  animation: callPulse 2s ease-in-out infinite;
}

.wd-btn-wave {
  width: 16px;
  height: 12px;
  position: relative;
  overflow: hidden;
}

.wd-btn-wave::before {
  content: '📧';
  font-size: 0.8rem;
  animation: emailWave 1.5s ease-in-out infinite;
}

.wd-btn-compass {
  font-size: 0.9rem;
  animation: compassSpin 4s linear infinite;
}

.wd-btn-typing {
  display: flex;
  gap: 2px;
}

.wd-typing-dot {
  width: 4px;
  height: 4px;
  background: white;
  border-radius: 50%;
  animation: typing 1.4s ease-in-out infinite;
}

.wd-typing-dot:nth-child(2) { animation-delay: 0.2s; }
.wd-typing-dot:nth-child(3) { animation-delay: 0.4s; }

/* Business Info */
.wd-business-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.wd-info-card {
  background: rgba(26, 26, 46, 0.6);
  border-radius: 16px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.wd-info-card:hover {
  border-color: rgba(143, 129, 248, 0.3);
  transform: translateY(-5px);
}

.wd-info-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wd-info-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #ffffff;
  margin: 0;
}

.wd-status-indicator {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(76, 175, 80, 0.1);
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid rgba(76, 175, 80, 0.3);
}

.wd-status-dot {
  width: 8px;
  height: 8px;
  background: #4CAF50;
  border-radius: 50%;
  animation: statusPulse 2s ease-in-out infinite;
}

.wd-status-indicator span {
  font-size: 0.8rem;
  color: #4CAF50;
  font-weight: 500;
}

.wd-response-time {
  font-size: 1.1rem;
  animation: timePulse 3s ease-in-out infinite;
}

.wd-social-connect {
  font-size: 1.2rem;
  animation: socialSpin 6s ease-in-out infinite;
}

.wd-hours-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wd-hour-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.wd-day {
  color: #e0e0f0;
  font-size: 0.9rem;
}

.wd-time {
  color: #b8b8d0;
  font-size: 0.85rem;
  font-weight: 500;
}

.wd-response-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.wd-stat {
  text-align: center;
}

.wd-stat-value {
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(135deg, #8F81F8, #A964EE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 5px;
}

.wd-stat-label {
  font-size: 0.8rem;
  color: #b8b8d0;
}

.wd-social-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wd-social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: rgba(143, 129, 248, 0.05);
  border-radius: 10px;
  text-decoration: none;
  color: #e0e0f0;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.wd-social-link:hover {
  background: rgba(143, 129, 248, 0.1);
  border-color: rgba(143, 129, 248, 0.3);
  transform: translateX(5px);
}

.wd-social-icon {
  font-size: 1.1rem;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wd-social-link span {
  font-size: 0.9rem;
  font-weight: 500;
}

/* Floating Elements */
.wd-floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.wd-floating-element {
  position: absolute;
  font-size: 1.4rem;
  animation: floatElement 20s ease-in-out infinite;
  opacity: 0.3;
}

.wd-floating-element:nth-child(1) { top: 20%; left: 5%; animation-delay: 0s; }
.wd-floating-element:nth-child(2) { top: 60%; right: 8%; animation-delay: 5s; }
.wd-floating-element:nth-child(3) { top: 40%; left: 10%; animation-delay: 10s; }
.wd-floating-element:nth-child(4) { bottom: 30%; right: 12%; animation-delay: 15s; }

/* Animations */
@keyframes contactOrbFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  33% { transform: translateY(-25px) rotate(120deg); }
  66% { transform: translateY(15px) rotate(240deg); }
}

@keyframes gridMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(40px, 40px); }
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes dotPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.2); opacity: 0.8; }
}

@keyframes callPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.5); opacity: 0.5; }
}

@keyframes emailWave {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-2px); }
}

@keyframes compassSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes typing {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes statusPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

@keyframes timePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

@keyframes socialSpin {
  0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(5deg); }
  75% { transform: rotate(-5deg); }
}

@keyframes floatElement {
  0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
  25% { transform: translateY(-20px) rotate(90deg) scale(1.1); }
  50% { transform: translateY(0) rotate(180deg) scale(1); }
  75% { transform: translateY(10px) rotate(270deg) scale(0.9); }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .wd-contact-methods {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .wd-business-info {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .wd-contact-info {
    padding: 80px 15px;
  }
  
  .wd-section-title {
    font-size: 2.5rem;
  }
  
  .wd-contact-methods {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .wd-contact-card {
    padding: 30px 25px;
  }
  
  .wd-detail-item {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
  
  .wd-detail-label,
  .wd-detail-value {
    text-align: center;
  }
  
  .wd-response-stats {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-70fc141 */.cta-section {
    position: relative;
    padding: 70px 100px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    isolation: isolate;
}

.services-cta {
    background: linear-gradient(135deg, rgba(106, 17, 203, 0.1), rgba(37, 117, 252, 0.1));
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.cta-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.highlight {
  background: linear-gradient(135deg, #ffffff 0%, #8c8efc 30%, #f9f9f9 70%, #8c8efc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% auto !important;
  animation: gradientShift 4s infinite linear;
}

.cta-content p {
    font-size: 18px;
    color: #d0d0d0;
    margin-bottom: 30px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 16px 35px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

.cta-button.primary {
  background: linear-gradient(135deg, #8c8efc 0%, #9f43e8 100%);
    box-shadow: 0 10px 20px rgba(106, 17, 203, 0.3);
}

.cta-button.secondary {
    background: transparent;
    border: 2px solid rgba(106, 17, 203, 0.5);
}

.button-hover-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #2575fc, #6a11cb);
    top: 0;
    left: -100%;
    transition: left 0.6s ease;
    z-index: -1;
    border-radius: 50px;
}

.cta-button.secondary .button-hover-effect {
    background: rgba(106, 17, 203, 0.2);
}

.cta-button:hover .button-hover-effect {
    left: 0;
}

.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(106, 17, 203, 0.4);
}

.cta-button.secondary:hover {
    border-color: #6a11cb;
}

.cta-decoration {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.decoration-item {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    animation: float 8s ease-in-out infinite;
}

.decoration-item:nth-child(1) {
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, #6a11cb, #2575fc);
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.decoration-item:nth-child(2) {
    width: 150px;
    height: 150px;
    background: linear-gradient(45deg, #00cdac, #02aab0);
    bottom: 20%;
    right: 10%;
    animation-delay: 2s;
}

.decoration-item:nth-child(3) {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #ff4d94, #ff9a8b);
    top: 50%;
    right: 20%;
    animation-delay: 4s;
}

/* Tablet Styles */
@media screen and (max-width: 1024px) {
    .cta-section {
        padding: 60px 50px;
    }
    
    .services-cta {
        padding: 50px 40px;
    }
    
    .cta-content h3 {
        font-size: 32px;
    }
    
    .cta-content p {
        font-size: 17px;
    }
    
    .cta-button {
        padding: 15px 30px;
    }
    
    .decoration-item:nth-child(1) {
        width: 80px;
        height: 80px;
        left: 5%;
    }
    
    .decoration-item:nth-child(2) {
        width: 120px;
        height: 120px;
        right: 5%;
    }
    
    .decoration-item:nth-child(3) {
        width: 60px;
        height: 60px;
        right: 15%;
    }
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
    .cta-section {
        padding: 50px 30px;
    }
    
    .services-cta {
        padding: 40px 30px;
    }
    
    .cta-content h3 {
        font-size: 28px;
    }
    
    .cta-content p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cta-button {
        width: 100%;
        max-width: 280px;
        padding: 14px 25px;
    }
    
    /* Hide decoration items on mobile */
    .decoration-item:nth-child(1),
    .decoration-item:nth-child(2),
    .decoration-item:nth-child(3) {
        display: none;
    }
}

/* Small Mobile Styles */
@media screen and (max-width: 480px) {
    .cta-section {
        padding: 40px 20px;
    }
    
    .services-cta {
        padding: 30px 20px;
        border-radius: 15px;
    }
    
    .cta-content h3 {
        font-size: 24px;
    }
    
    .cta-content p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .cta-button {
        padding: 12px 20px;
        font-size: 14px;
    }
}/* End custom CSS */