.elementor-kit-8{--e-global-color-primary:#ED3D63F2;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-line-height:20px;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:"Manrope", Sans-serif;font-weight:500;line-height:29px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1270px;}.e-con{--container-max-width:1270px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-navigation ul.menu li a{color:#000000;}.site-header .site-navigation .menu li{font-family:"Manrope", Sans-serif;font-size:18px;font-weight:500;line-height:20px;letter-spacing:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================
   LIVE EXPERT SECTION — Complete CSS
   DELETE your old CSS and paste this entire
   file into:
   Elementor → Site Settings → Custom CSS
   ============================================ */

/* ---------- Feature card ---------- */
.le-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  min-width: 220px;
  background: linear-gradient(135deg, #fff0f2 0%, #ffffff 60%);
  border: 1px solid rgba(237, 80, 100, 0.15);
  border-radius: 50px;
  box-shadow: 0 2px 12px rgba(237, 80, 100, 0.07);
  position: relative;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.le-card:hover {
  box-shadow: 0 4px 20px rgba(237, 80, 100, 0.15);
  transform: translateY(-1px);
}

/* ---------- Card label ---------- */
.le-label {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a2e;
  letter-spacing: -0.01em;
  flex: 1;
}

/* ---------- + Button ---------- */
.le-btn {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 10px;
  background: linear-gradient(145deg, #f4607a, #e5405e);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(229, 64, 94, 0.35);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.le-btn:hover {
  box-shadow: 0 5px 14px rgba(229, 64, 94, 0.5);
  transform: scale(1.07);
}

.le-btn svg {
  width: 16px;
  height: 16px;
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
}

/* ---------- Connector dot ---------- */
.le-dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: #e5405e;
  box-shadow: 0 0 0 3px rgba(229, 64, 94, 0.2);
  position: relative;
}

/* Left cards — line goes RIGHT toward center hub */
.live-expert-left .le-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 120px;
  height: 1.5px;
  background: rgba(229, 64, 94, 0.35);
  transform: translateY(-50%);
}

/* Right cards — line goes LEFT toward center hub */
.live-expert-right .le-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  left: auto;
  width: 120px;
  height: 1.5px;
  background: rgba(229, 64, 94, 0.35);
  transform: translateY(-50%);
}

/* ---------- Center hub ---------- */
.live-expert-center {
  position: relative;
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  margin: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Big soft glow behind hub */
.live-expert-center::before {
  content: '';
  position: absolute;
  inset: -40px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229, 64, 94, 0.25) 0%, transparent 65%);
  pointer-events: none;
}

/* Outer faint pink ring */
.le-hub-outer {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #f4607a, #e5405e);
  opacity: 0.15;
}

/* Middle white ring */
.le-hub-mid {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 1;
}

/* Inner dark pink circle */
.le-hub-inner {
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  background: linear-gradient(145deg, #e8405e, #c42a48);
  box-shadow:
    0 6px 24px rgba(229, 64, 94, 0.5),
    0 2px 8px rgba(229, 64, 94, 0.3),
    inset 0 2px 4px rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.le-hub-inner svg {
  width: 44px;
  height: 44px;
  fill: #fff;
}

/* ---------- Responsive (mobile) ---------- */
@media (max-width: 900px) {
  .le-connectors {
    display: none;
  }

  .live-expert-left .le-dot::after,
  .live-expert-right .le-dot::after {
    display: none;
  }
}/* End custom CSS */