.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-3324 .elementor-element.elementor-element-12e094fc{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:20px 20px 20px 20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3324 .elementor-element.elementor-element-12e094fc:not(.elementor-motion-effects-element-type-background), .elementor-3324 .elementor-element.elementor-element-12e094fc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2D63EC00;}.elementor-3324 .elementor-element.elementor-element-3d28a4c9{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:20px 20px 20px 20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3324 .elementor-element.elementor-element-3d28a4c9:not(.elementor-motion-effects-element-type-background), .elementor-3324 .elementor-element.elementor-element-3d28a4c9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-903bcd1 );}.elementor-3324 .elementor-element.elementor-element-7e6c7556{--display:flex;--border-radius:20px 0px 0px 20px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3324 .elementor-element.elementor-element-7e6c7556:not(.elementor-motion-effects-element-type-background), .elementor-3324 .elementor-element.elementor-element-7e6c7556 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#02010100;background-image:url("https://stg-acceleratorcon-acestaging.kinsta.cloud/wp-content/uploads/2025/06/newsletter-1.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-3324 .elementor-element.elementor-element-7d10340f{--display:flex;--min-height:393px;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3324 .elementor-element.elementor-element-7e23018e{--display:flex;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}@media(max-width:1024px){.elementor-3324 .elementor-element.elementor-element-7e6c7556{--border-radius:20px 0px 0px 20px;}}@media(max-width:767px){.elementor-3324 .elementor-element.elementor-element-12e094fc{--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3324 .elementor-element.elementor-element-7e6c7556:not(.elementor-motion-effects-element-type-background), .elementor-3324 .elementor-element.elementor-element-7e6c7556 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://stg-acceleratorcon-acestaging.kinsta.cloud/wp-content/uploads/2025/06/newsletter-1.jpg");}.elementor-3324 .elementor-element.elementor-element-7e6c7556{--min-height:217px;--border-radius:20px 20px 0px 0px;}.elementor-3324 .elementor-element.elementor-element-7d10340f{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS *//* Base styles for the arrow */
.speaker-arrow-button .elementor-icon {
  color: rgba(255, 255, 255, 0.5); /* arrow: white with half opacity */
  border: 1px solid rgba(255, 255, 255, 0.5); /* border same as arrow */
  border-radius: 50%;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background-color: transparent; /* no background initially */
}

/* Hover styles */
.speaker-arrow-button .elementor-icon:hover {
  color: #ffffff; /* full white arrow */
  border-color: #ED2C49 !important; /* pink border */
  background-color: #ED2C49; /* pink fill */
}

.elementor.elementor-100.elementor-location-footer {
    display: none;
}

/*Style Blog Post Section*/
/* Color 1: Dark */
.swiper-slide:nth-of-type(3n+1) .acc_post_loop_div {
  background-color: #1D1D1D;
  color: #ffffff;
}

/* Color 2: Pink */
.swiper-slide:nth-of-type(3n+2) .acc_post_loop_div {
  background-color: #ED2C49;
  color: #ffffff;
}

/* Color 3: White */
.swiper-slide:nth-of-type(3n) .acc_post_loop_div {
  background-color: #ffffff;
  color: #000000;
}

/* Override text inside white cards to black */
.swiper-slide:nth-of-type(3n) .acc_post_loop_div h1,
.swiper-slide:nth-of-type(3n) .acc_post_loop_div p,
.swiper-slide:nth-of-type(3n) .acc_post_loop_div a,
.swiper-slide:nth-of-type(3n) .acc_post_loop_div .elementor-post-info__item {
  color: #000000 !important;
}

/* Remove overlay effect on white-background cards */
.swiper-slide .acc_post_loop_div::before {
  background: none !important;
  opacity: 0 !important;
}

.acc_post_loop_div {
  border-radius: 10px !important;
  overflow: hidden; /* Ensures internal content doesn't spill past corners */
}

/*FAQ*/
.e-n-tabs-heading::before {
  content: "Explore FAQ";
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: white;
  margin-bottom: 1px;
  margin-top:4px;
  font-family: 'Inter', sans-serif;
}

/*Time Line Structure*/
.eael-content-timeline-content {
  display: grid;
  grid-template-columns: max-content 1fr; 
  grid-template-rows: auto auto;
  gap: 10px 20px;
  align-items: start;
  border-radius: 16px;
  padding: 20px 0px;
}

.eael-read-more {
  grid-row: 1 / span 2;
  grid-column: 1;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  min-width: 40px; /* tight column width */
}

.eael-timeline-title {
  grid-row: 1;
  grid-column: 2;
  margin: 0;
}

.eael-content-timeline-content p {
  grid-row: 2;
  grid-column: 2;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .eael-read-more {
    display: none !important;
  }
}/* End custom CSS */