.elementor-459 .elementor-element.elementor-element-c5206f9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-459 .elementor-element.elementor-element-4e3c7d4{--display:flex;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-459 .elementor-element.elementor-element-511ec17{--display:flex;--min-height:400px;--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;--margin-top:8px;--margin-bottom:8px;--margin-left:8px;--margin-right:8px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-459 .elementor-element.elementor-element-f356704{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-459 .elementor-element.elementor-element-f356704 .elementor-heading-title{font-family:"Times New Roman", Sans-serif;font-size:40px;font-weight:700;color:#FCBF49;}.elementor-459 .elementor-element.elementor-element-d76aee4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;border-radius:30px 30px 30px 30px;}.elementor-459 .elementor-element.elementor-element-d76aee4 iframe{height:568px;transition-duration:0.3s;}.elementor-459 .elementor-element.elementor-element-7dfc128{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-459 .elementor-element.elementor-element-7dfc128{--content-width:1300px;}}@media(max-width:1024px){.elementor-459 .elementor-element.elementor-element-f356704 .elementor-heading-title{font-size:30px;}}@media(max-width:767px){.elementor-459 .elementor-element.elementor-element-f356704 .elementor-heading-title{font-size:22px;}.elementor-459 .elementor-element.elementor-element-d76aee4 iframe{height:387px;}}/* Start custom CSS for html, class: .elementor-element-3183e90 *//* Contact Hero Split Layout */
.wd-contact-hero-split {
    background: linear-gradient(135deg, #FFF9F0 0%, #FFFDF5 100%);

  min-height: 100vh;
  padding: 40px 20px 80px;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  color: #FDB738;
  display: flex;
  align-items: center;
}

/* Background */
.wd-hero-background {
  background: transparent;
  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-bg-orb-1 {
  background: #FDB738;
}

.wd-orb-1 {
  width: 300px;
  height: 300px;
  background: #FDB738;
  top: 20%;
  left: 5%;
  animation-delay: 0s;
}

.wd-orb-2 {
  width: 200px;
  height: 200px;
  background: #FDB738;
  bottom: 30%;
  right: 10%;
  animation-delay: 8s;
}
.wd-bg-orb-2 {
  background: #FDB738;
}

.wd-orb-3 {
  width: 150px;
  height: 150px;
  background: #FDB738;
  top: 60%;
  right: 20%;
  animation-delay: 16s;
}
.wd-bg-orb-3 {
  background: #FDB738;
}

.wd-bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  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(67, 48, 154, 0.15), transparent),
    radial-gradient(2px 2px at 35% 75%, rgba(126, 132, 213, 0.15), transparent),
    radial-gradient(2px 2px at 65% 15%, rgba(67, 48, 154, 0.15), transparent),
    radial-gradient(2px 2px at 85% 55%, rgba(126, 132, 213, 0.15), transparent);
  animation: particlesFloat 30s linear infinite;
}

/* Main Container */
.wd-hero-container {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  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(253, 183, 56, 0.05);
  padding: 8px 16px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.wd-badge-dot {
  width: 6px;
  height: 6px;
  background: #FDB738;
  border-radius: 50%;
  animation: badgePulse 2s ease-in-out infinite;
}

.wd-header-badge span {
  font-size: 0.85rem;
  font-weight: 600;
  color: #FDB738;
}
.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, #2d3748 0%, #FDB738 30%, #FDB738 70%, #FDB738 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: #000000;
  margin-top: 20px;
  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(255, 255, 255, 0.7);

  border-radius: 16px;
    border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);

  transition: all 0.3s ease;
}

.wd-highlight-item:hover {
    border-color: rgba(143, 129, 248, 0.3);
    box-shadow: 0 8px 30px rgba(143, 129, 248, 0.1);

  transform: translateX(5px);
}

.wd-highlight-icon {
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
    background: rgba(67, 48, 154, 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(67, 48, 154, 0.2);

  transform: scale(1.1);
}

.wd-highlight-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #FDB738;
}

.wd-highlight-content p {
  color: #333;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}


/* 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, #FDB738, #FDB738);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
}

.wd-trust-label {
  font-size: 0.85rem;
  color: #FDB738;
  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(255, 255, 255, 0.8);

  border-radius: 24px;
    border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);

  overflow: hidden;
  backdrop-filter: blur(20px);
}
.wd-image-frame img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.wd-frame-glow {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
    background: linear-gradient(45deg, #2688E6, #7E84D5, #2688E6);

  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.2);

  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wd-placeholder-content {
  text-align: center;
  color: #FDB738;
}

.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, #FDB738, #FDB738);

  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 10s ease-in-out infinite;
}

.wd-text-1 { top: 10%; left: -10%; animation-delay: 0s; }
.wd-text-2 { top: 30%; right: -15%; animation-delay: 2s; }
.wd-text-3 { bottom: 40%; left: -12%; animation-delay: 4s; }
.wd-text-4 { bottom: 15%; right: -8%; animation-delay: 6s; }

.wd-text-bubble {
  background: rgba(253, 183, 56, 0.7);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
    box-shadow: 0 5px 15px rgba(67, 48, 154, 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: 2s; }
.wd-element-3 { bottom: 25%; right: 30%; animation-delay: 4s; }

.wd-element-orb {
  width: 8px;
  height: 8px;
    background: #fff;

  border-radius: 50%;
  animation: elementPulse 2s ease-in-out infinite;
}

.wd-animated-element span {
   font-size: 0.8rem;
   color: #fff;
   font-weight: 500;
      background: rgba(67, 48, 154, 0.1);

  padding: 4px 10px;
  border-radius: 12px;
}

/* Stats Overlay */
.wd-stats-overlay {
   background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);

  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: #FDB738;
  line-height: 1;
}

.wd-overlay-label {
  font-size: 0.75rem;
  color: #FDB738;
}

/* 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, #FDB738, #FDB738);

  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;
  }
  
  .neo-hero-title1{
    font-size: 2rem !important;
  }
  
  .wd-hero-subtitle {
    font-size: 0.9rem;
  }
  
  .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;
  }
  .wd-hero-visual {
  height: 400px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c25a02a *//* Contact Information Section */
.wd-contact-info {

  padding: 0px 20px;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  color: #2d3748;
}

/* 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: #FDB738;
  top: 10%;
  right: 10%;
  animation-delay: 0s;
}
.wd-bg-orb-1 {
  background: #FDB738;
}


.wd-orb-2 {
  width: 180px;
  height: 180px;
  background: #FDB738;
  bottom: 20%;
  left: 15%;
  animation-delay: 12s;
}
.wd-bg-orb-2 {
  background: #FDB738;
}


.wd-bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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, #2d3748 0%, #333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.wd-title-accent {
  background: linear-gradient(135deg, #FDB738 0%, #FDB738 50%, #FDB738 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  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: #333;
  line-height: 1.6;
  margin-top: -30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
    font-family: 'Playfair Display', serif;

}

.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, #FDB738, transparent);

}

.wd-ornament-dot {
    color: #FDB738;

  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(3, 1fr);

  gap: 50px;
  margin-bottom: 80px;
}

.wd-contact-card {
background: white;
  border-radius: 28px;
  padding: 40px 30px;
  backdrop-filter: blur(20px);
    border: 1px solid rgba(254, 183, 50, 0.4);
  color: #FDB738;

  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1);
}

.wd-contact-card:hover {
  transform: translateY(-10px);
    border-color: rgba(67, 48, 154, 0.3);

  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(67, 48, 154, 0.1);
}



.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(250, 180, 40, 0.07);

  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(250, 180, 40, 0.17);

  transform: scale(1.1);
}

.wd-icon-circle svg {
  width: 32px;
  height: 32px;
  fill: #FDB738;
}

.wd-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #FDB738;
}

.wd-card-desc {
font-family: 'Playfair Display', serif;
  color: #333;
  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(0, 0, 0, 0.05);

}

.wd-detail-label {
  font-size: 0.85rem;
  color: #333;
  font-weight: bold;
  text-align: left;
  flex: 1;

}

.wd-detail-value {
  font-size: 0.9rem;
  color: #4a5568;
  text-align: right;
  flex: 1;
  line-height: 1.4;
  text-decoration: none !important;

}

.wd-detail-value a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.wd-detail-value a:hover {
  color: #FDB738;
}

.wd-card-actions {
  margin-top: 25px;
}

.wd-action-btn {
    background: linear-gradient(135deg, #FDB738, #FDB738);

  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(67, 48, 154, 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:white;

  border-radius: 28px;
  padding: 30px;
    border: 1px solid rgba(250, 180, 40, 0.4);
  color: #FDB738;
      box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.051);

  transition: all 0.3s ease;
}

.wd-info-card:hover {
    border-color: rgba(67, 48, 154, 0.4);

  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(0, 0, 0, 0.1);

}

.wd-info-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  color: #2d3748;
  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: #FDB738;
  border-radius: 50%;
  animation: statusPulse 2s ease-in-out infinite;
}

.wd-status-indicator span {
  font-size: 0.8rem;
  color: #FDB738;
  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: #FDB738;
  font-size: 0.9rem;
}

.wd-time {
  color: #FDB738;
  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, #FDB738, #FDB738);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 5px;
}

.wd-stat-label {
  font-size: 0.8rem;
  color: #718096;
}



.wd-social-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
    background: rgba(67, 48, 154, 0.05);
  flex-direction: column;

  border-radius: 10px;
  text-decoration: none;
  color: #4a5568;
  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: 2rem;
  }
  
  .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-4e3b799 */.cta-section {
    position: relative;
    padding: 70px 100px;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    color: #FDB738;
    isolation: isolate;
}

.services-cta {
    background: rgba(253, 183, 56, 0.04);
    border-radius: 20px;
    padding: 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border: 1px solid rgba(253, 183, 56, 0.15);
    box-shadow: 0 10px 40px rgba(139, 107, 10, 0.08);
}

.cta-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #FCBF49;
}

.highlight {
    background: linear-gradient(135deg, #FCBF49 0%, #FCBF49 30%, #FCBF49 70%, #FCBF49 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: #5A4A1A;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.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;
    text-decoration: none !important;
    font-size: 16px;
}

.cta-button.primary {
    background: linear-gradient(135deg, #FDB738 0%, #E6A42D 100%);
    box-shadow: 0 10px 20px rgba(253, 183, 56, 0.3);
    color: white;
}

.cta-button.secondary {
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.4);
    color: #333;
}

.button-hover-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #E6A42D, #FFD166);
    top: 0;
    left: -100%;
    transition: left 0.6s ease;
    z-index: -1;
    border-radius: 50px;
}

.cta-button.secondary .button-hover-effect {
    background: rgba(253, 183, 56, 0.2);
}

.cta-button:hover .button-hover-effect {
    left: 0;
}

.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(253, 183, 56, 0.4);
}

.cta-button.primary:hover {
    color: #fff;
}

.cta-button.secondary:hover {
    border-color: #FDB738;
    color: #333;
}

.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.08;
    animation: float 8s ease-in-out infinite;
}

.decoration-item:nth-child(1) {
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, #FDB738, #E6A42D);
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.decoration-item:nth-child(2) {
    width: 150px;
    height: 150px;
    background: linear-gradient(45deg, #E6A42D, #8B6B0A);
    bottom: 20%;
    right: 10%;
    animation-delay: 2s;
}

.decoration-item:nth-child(3) {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #FFD166, #FDB738);
    top: 50%;
    right: 20%;
    animation-delay: 4s;
}

@keyframes gradientShift {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    33% {
        transform: translateY(-20px) rotate(120deg);
    }
    66% {
        transform: translateY(10px) rotate(240deg);
    }
}

/* 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: 20px;
    }
    
    .cta-content p {
        font-size: 15px;
        margin-bottom: 20px;
    }
    
    .cta-button {
        padding: 12px 20px;
        font-size: 14px;
    }
}/* End custom CSS */