#page-id-1971.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
  border-bottom: 1px solid var(--ast-border-color);
  margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  padding: 20px 20px;
  margin-top: 100px;
}

#page-id-1971 .ast-right-sidebar #secondary, .ast-left-sidebar #secondary, .ast-separate-container.ast-two-container.ast-left-sidebar #secondary, .ast-separate-container.ast-two-container.ast-right-sidebar #secondary, .ast-separate-container.ast-right-sidebar #secondary, .ast-separate-container.ast-left-sidebar #secondary {
  padding-left: 20px;
  padding-right: 10px;
	margin-top:163px;
}
.readmorebtn {
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  text-decoration: none !important;
  color: #888;
  border: 1px solid #888;
  padding: 4px 12px;
  font-size: 12px;
  display: inline-block;
  box-sizing: border-box;
  line-height: normal !important;
  margin: 15px 0 0 0px;
  box-sizing: border-box;
  font-size: 1em;
  padding: 1em 2em;
  background: #ffa500;
  color: #ffffff !important;
  border: 1px solid #ffa500;
  border-width: 1px 0;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.menu-toggle, button, .ast-button, .ast-custom-button, .button, input#submit, input[type="button"], input[type="submit"], input[type="reset"], form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button, body .wp-block-file .wp-block-file__button {
 
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
		background: #ffa500;
}
.ast-terms-link {
		display:none;
		}
.posted-by  {
		display:none;
		}
.entry-meta, .entry-meta * {
  line-height: 1.45;
  color: #ffffff;
}

/*numbers*/

.expl p {
  border-top: 2px dashed;
  border-color: #ff6600 !important;
  margin:0; padding: 55px;
  counter-increment: section;
  position: relative;
		font-size:20px;
	
		
}

.expl p:nth-child(even):before {
  content: counter(section);
  right: 100%; 
  margin-right: -25px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 55px;
  width: 55px;
  background-color: #ff6600;
  text-align:center;
  color: white;
  font-size: 25px !important;
	margin-top:-10px;
}

.expl p:nth-child(odd):before {
  content: counter(section);
  left: 100%; 
  margin-left: -25px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  height: 55px;
  width: 55px;
  background-color: #ff6600;
  text-align:center;
  color: white;
  font-size: 25px;
}
.expl p:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px; 
  padding-right: 0;
}

.expl p:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 50px; 
  padding-left: 0;
}

.expl p.1:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

.expl p:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
.mejs-controls{
		display: none !important;   
}
/* CONTAINER */
.tedx-method-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tedx-method-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.tedx-method-list li:last-child {
  border-bottom: none;
}

/* ICON CIRCLE */
.tedx-method-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
  border: 1px solid #f5f5f5;
}

.tedx-method-icon i {
  font-size: 22px;
  color: #E62B1E; /* TEDx Red */
}

/* TEXT SECTION */
.tedx-method-content h3 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 600;
  color: #222;
}

.tedx-method-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #444;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .tedx-method-list li {
    flex-direction: row;
    align-items: flex-start;
  }

  .tedx-method-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }

  .tedx-method-icon i {
    font-size: 18px;
  }

  .tedx-method-content h3 {
    font-size: 18px;
  }

  .tedx-method-content p {
    font-size: 15px;
  }
}
/* TEDx Styled Bullet List */
.tedx-bullet-list {
  padding-left: 0;
  margin: 0 0 20px;
  list-style: none;
}

.tedx-bullet-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}

/* Red round bullets */
.tedx-bullet-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ff6600; /* TEDx Red */
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

/* Mobile optimization */
@media (max-width: 600px) {
  .tedx-bullet-list li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .tedx-bullet-list li::before {
    width: 9px;
    height: 9px;
    top: 8px;
  }
}
.tedx-painpoints {
    padding: 3rem 1.5rem;
  }

  .tedx-painpoints-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 2.5rem;
    align-items: stretch;
    flex-wrap: wrap;
  }

  .tedx-painpoints-text,
  .tedx-painpoints-image {
    flex: 1 1 300px;
  }

  .tedx-painpoints-text h2 {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }

  .tedx-painpoints-text p {
    margin-bottom: 1rem;
    line-height: 1.6;
  }

  .tedx-painpoints-list {
    list-style: none;
    margin: 0 0 1.5rem 0;
    padding: 0;
  }

  .tedx-painpoints-list li {
    margin-bottom: 0.75rem;
    padding-left: 1.8rem;
    position: relative;
    line-height: 1.5;
  }

  /* Bullet "dot" in TEDx-Style */
  .tedx-painpoints-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.6em;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #E62B1E; /* TEDx red */
    transform: translateY(-50%);
  }
/* Section */
.tedx-timeline-section {
  max-width: 900px;
  margin: 20px auto;
  padding: 20px;
  text-align: left;
}

.tedx-timeline-section h2 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 40px;
}

.tedx-timeline-section h2 span {
  font-weight: 300;
  font-size: 30px;
  opacity: 0.7;
}

/* Timeline */
.timeline {
  border-left: 3px solid #FF5A00;
  padding-left: 30px;
  margin-bottom: 40px;
}

.timeline-step {
  position: relative;
  margin-bottom: 40px;
}

.step-marker {
  width: 16px;
  height: 16px;
  background: #FF5A00;
  border-radius: 50%;
  position: absolute;
  left: -41px;
  top: 4px;
}

.step-content h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 600;
}

.step-content p {
  margin: 0;
  font-size: 18px;
  opacity: 0.85;
}

/* Who This Is For */
.who-for h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.who-for ul {
  padding-left: 0;
  list-style: none;
}

.who-for li {
  margin-bottom: 8px;
  font-size: 18px;
}

/* CTA */
.cta-box {
  text-align: center;
  margin-top: 40px;
}

.cta-button {
  background: #FF5A00;
  color: #fff;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  transition: 0.2s;
}

.cta-button:hover {
  background: #E24E00;
}

.cta-note {
  margin-top: 8px;
  font-size: 16px;
  opacity: 0.7;
}

/* Mobile */
@media (max-width: 600px) {
  .tedx-timeline-section h2 {
    font-size: 30px;
  }
  .timeline {
    padding-left: 20px;
  }
  .step-marker {
    left: -30px;
  }
  .step-content h3 {
    font-size: 20px;
  }
}
/* --- ANIMATION BASE STATE --- */
.timeline-step {
  position: relative;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
}

/* Marker pop effect */
.timeline-step .step-marker {
  transform: scale(0.7);
  transition: transform 0.3s ease-out;
}

/* --- WHEN STEP IS IN VIEW --- */
.timeline-step.in-view {
  opacity: 1;
  transform: translateY(0);
}

.timeline-step.in-view .step-marker {
  transform: scale(1);
}

/* Optional: slight stagger for each step */
.timeline-step:nth-child(1).in-view {
  transition-delay: 0.0s;
}
.timeline-step:nth-child(2).in-view {
  transition-delay: 0.1s;
}
.timeline-step:nth-child(3).in-view {
  transition-delay: 0.2s;
}
.timeline-step:nth-child(4).in-view {
  transition-delay: 0.3s;
}

 .tedx-hero-testimonial {
    padding: 3rem 1.5rem;
    background: #ffffff;
  }

  .tedx-hero-testimonial-inner {
    max-width: 1100px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
    padding: 3rem;
    display: grid;
    grid-template-columns: 220px auto;
    gap: 2.5rem;
    align-items: start;
  }

  .testimonial-left {
    text-align: center;
  }
.testimonial-photo-wrapper {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 0.75rem auto;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}

.testimonial-photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

  .testimonial-photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 0.75rem auto;
    box-shadow: 0 12px 30px rgba(0,0,0,0.18);
  }

  .testimonial-name {
    font-weight: 600;
    margin-bottom: 0.2rem;
    font-size: 1.05rem;
  }

  .testimonial-link {
    color: #ff6b3c;
    font-size: 0.95rem;
  }

  .testimonial-right p {
    margin-bottom: 1.2rem;
    line-height: 1.65;
    font-size: 1.1rem;
    color: #333;
  }

  /* Mobile */
  @media (max-width: 768px) {
    .tedx-hero-testimonial-inner {
      grid-template-columns: 1fr;
      text-align: left;
      padding: 2rem 1.5rem;
    }

    .testimonial-left {
      margin-bottom: 1rem;
    }

    .testimonial-photo {
      width: 120px;
      height: 120px;
    }
  }
    
    @media (max-width: 768px) {
  .testimonial-photo-wrapper {
    width: 120px;
    height: 120px;
  }
}
.two-cols {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.col {
  flex: 1 1 300px; /* grows, shrinks, min width */
}