.elementor-71561 .elementor-element.elementor-element-01beafe{--display:flex;}.elementor-71561 .elementor-element.elementor-element-11f194c .elementor-button{background-color:transparent;background-image:linear-gradient(180deg, #9B8DDA 0%, #f2295b 100%);}.elementor-71561 .elementor-element.elementor-element-11f194c .elementor-button-content-wrapper{flex-direction:row;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-370e3ec */.timeline-container {
  max-width: 100%;
  overflow-x: auto;
  padding: 20px 0;
}

.timeline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 0;
}

.timeline-item {
  flex: 0 0 auto;
  text-align: center;
  margin: 0 20px;
  position: relative;
}

.timeline-date {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.timeline-dot {
  width: 12px;
  height: 12px;
  background: #4caf50;
  border: 3px solid white;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.timeline-content {
  max-width: 200px;
  font-size: 14px;
  color: #555;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #ddd;
  z-index: 0;
}

.timeline-item:nth-child(1) .timeline-dot {
  background: #4caf50;
}

.timeline-item:nth-child(2) .timeline-dot {
  background: #2196f3;
}

.timeline-item:nth-child(3) .timeline-dot {
  background: #f44336;
}

.timeline-item:nth-child(4) .timeline-dot {
  background: #ff9800;
}

@media (max-width: 768px) {
  .timeline {
    flex-direction: column;
    align-items: flex-start;
  }

  .timeline-item {
    margin: 20px 0;
  }

  .timeline::before {
    left: 10%;
    right: 10%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-477d8c8 */.cta-style-1 {
  border: 3px solid #4caf50;
  border-radius: 10px;
  padding: 20px;
  background-color: #f9f9f9;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}

.cta-style-1 p {
  font-size: 18px;
  color: #333;
  margin: 10px 0;
}

.cta-style-1 .cta-button {
  display: inline-block;
  padding: 12px 20px;
  background: linear-gradient(45deg, #4caf50, #2196f3);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.3s, transform 0.3s;
}

.cta-style-1 .cta-button:hover {
  background: linear-gradient(45deg, #2196f3, #4caf50);
  transform: scale(1.1);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a6233d6 */.cta-style-2 {
  position: relative;
  padding: 25px;
  border-radius: 15px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  margin: 20px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cta-style-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, #ff9800, #f44336, #4caf50);
  z-index: 0;
  opacity: 0.2;
  animation: gradient-border 5s infinite linear;
}

.cta-style-2 p {
  font-size: 18px;
  color: #333;
  position: relative;
  z-index: 1;
}

.cta-style-2 .cta-button {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  background-color: #f44336;
  border-radius: 50px;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  transition: transform 0.3s, box-shadow 0.3s;
}

.cta-style-2 .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

@keyframes gradient-border {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/* End custom CSS */