.elementor-990 .elementor-element.elementor-element-19d338a{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--padding-top:60px;--padding-bottom:60px;--padding-left:24px;--padding-right:24px;}.elementor-990 .elementor-element.elementor-element-604020a{padding:20px 20px 20px 20px;font-family:"Montserrat", Sans-serif;font-size:18px;line-height:29px;color:var( --e-global-color-33426d2 );}.elementor-990 .elementor-element.elementor-element-0b0f2ab{padding:20px 20px 20px 20px;}.elementor-990 .elementor-element.elementor-element-0b0f2ab img{width:1200px;opacity:1;filter:brightness( 128% ) contrast( 99% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );transition-duration:0s;border-radius:0px 0px 0px 0px;}.elementor-990 .elementor-element.elementor-element-0b0f2ab:hover img{opacity:1;}.elementor-990 .elementor-element.elementor-element-1712c97{--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;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-990 .elementor-element.elementor-element-1712c97:not(.elementor-motion-effects-element-type-background), .elementor-990 .elementor-element.elementor-element-1712c97 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F5F5F5;}.elementor-990 .elementor-element.elementor-element-855bd72{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-990 .elementor-element.elementor-element-855bd72 .elementor-testimonial-wrapper{text-align:center;}.elementor-990 .elementor-element.elementor-element-855bd72 .elementor-testimonial-content{color:#888888;font-family:"Montserrat", Sans-serif;font-size:23px;line-height:29px;}.elementor-990 .elementor-element.elementor-element-855bd72 .elementor-testimonial-name{color:#888888;font-family:"Montserrat", Sans-serif;font-size:18px;font-weight:400;line-height:23px;}.elementor-990 .elementor-element.elementor-element-83059b8{--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;}@media(max-width:1366px){.elementor-990 .elementor-element.elementor-element-19d338a{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-990 .elementor-element.elementor-element-19d338a{--grid-auto-flow:row;--padding-top:80px;--padding-bottom:80px;--padding-left:32px;--padding-right:32px;}.elementor-990 .elementor-element.elementor-element-0b0f2ab img{width:704px;height:399px;object-fit:cover;}}@media(max-width:767px){.elementor-990 .elementor-element.elementor-element-19d338a{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;--padding-top:64px;--padding-bottom:64px;--padding-left:24px;--padding-right:24px;}.elementor-990 .elementor-element.elementor-element-604020a{padding:0px 0px 0px 0px;font-size:16px;}.elementor-990 .elementor-element.elementor-element-0b0f2ab{padding:0px 0px 0px 0px;}.elementor-990 .elementor-element.elementor-element-0b0f2ab img{width:600px;height:250px;}.elementor-990 .elementor-element.elementor-element-1712c97{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-990 .elementor-element.elementor-element-855bd72 .elementor-testimonial-content{font-size:18px;line-height:1.5em;}.elementor-990 .elementor-element.elementor-element-855bd72 .elementor-testimonial-name{font-size:14px;}}/* Start custom CSS for html, class: .elementor-element-3fc2e14 *//* ===== Timeline Section ===== */
.timeline-section {
  padding: 80px 0;
  position: relative;
  font-family: "Inter", sans-serif;
  background: #fff;
}

.timeline-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 70px;
  color: #222;
  position: relative;
}

.timeline {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Center line */
.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #d1d1d1;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Timeline item */
.timeline-item {
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}

.timeline-item.left {
  left: 0;
}

.timeline-item.right {
  left: 50%;
}

/* Content box */
.timeline-content {
  background: #f9f9f9;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: all 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-3px);
}

/* Connector dots */
.timeline-item::before {
  content: '';
  position: absolute;
  top: 28px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #5b9bd5;
  border: 3px solid #fff;
  z-index: 2;
}

.timeline-item.left::before {
  right: -8px;
}

.timeline-item.right::before {
  left: -8px;
}

/* Text styling */
.timeline-content h3 {
  font-size: 20px;
  color: #222;
  margin: 0 0 10px 0;
}

.timeline-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
}

.timeline-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.timeline-date i {
  color: #00000;
  font-size: 15px;
}

/* ===== Responsive ===== */
@media screen and (max-width: 1024px) {
  .timeline-item {
    padding: 20px 25px;
  }
}

@media screen and (max-width: 768px) {
  .timeline::after {
    left: 25px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 60px;
    padding-right: 25px;
    margin-bottom: 40px;
  }

  .timeline-item.right {
    left: 0;
  }

  .timeline-item.left::before,
  .timeline-item.right::before {
    left: 17px;
  }

  .timeline-content {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .timeline-title {
    font-size: 26px;
    margin-bottom: 50px;
  }

  .timeline-content {
    padding: 20px;
  }

  .timeline-content h3 {
    font-size: 18px;
  }

  .timeline-content p {
    font-size: 14px;
  }
}/* End custom CSS */