.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-3268 .elementor-element.elementor-element-2492df7c{--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;--border-radius:20px 20px 20px 20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3268 .elementor-element.elementor-element-2492df7c:not(.elementor-motion-effects-element-type-background), .elementor-3268 .elementor-element.elementor-element-2492df7c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00000000;}.elementor-3268 .elementor-element.elementor-element-2492df7c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-template .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-template .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-popup-modal-3268 .dialog-widget-content{animation-duration:0.5s;background-color:#02010100;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-3268{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3268 .dialog-message{width:800px;height:auto;}#elementor-popup-modal-3268 .dialog-close-button{display:flex;}@media(max-width:767px){.elementor-3268 .elementor-element.elementor-element-2492df7c{--margin-top:0px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-3268 .elementor-element.elementor-element-2492df7c{--content-width:955px;}}/* 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 */