.elementor-143 .elementor-element.elementor-element-c3505cc{--display:flex;}.elementor-143 .elementor-element.elementor-element-818342e{--display:flex;}.elementor-143 .elementor-element.elementor-element-88a23e0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6cd8b34 */.programs-section {
  background-color: #f8fafc;
  padding: 4rem 1.5rem;
  text-align: center;
}

.section-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 2.5rem;
}

.section-title span {
  color: #e20613;
}

.programs-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.program-card {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  width: 440px; 
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.program-card:hover {
  transform: translateY(-5px);
}

.program-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.program-content {
  padding: 1.3rem 1.5rem;
  text-align: left;
}

.program-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2563eb;
  margin-bottom: 0.5rem;
}

.program-content p {
  font-size: 0.95rem;
  color: #991b1b;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ece33a */.faq-section {
  background: linear-gradient(to right, #ffffff, #f1f5f9);
  padding: 4rem 2rem;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}

.faq-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #2563eb;
  margin-bottom: 1rem;
}

.faq-subtitle {
  font-size: 1rem;
  color: #991b1b;
  margin-bottom: 2rem;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.faq-item {
  background: #ffffff;
  border-radius: 15px;
  margin-bottom: 1rem;
  padding: 1.2rem 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #e20613;
  transition: all 0.3s ease;
}

.faq-item summary {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1e293b;
  cursor: pointer;
  list-style: none;
  position: relative;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 1.3rem;
  color: #e20613;
  transition: transform 0.3s ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item p {
  margin-top: 0.8rem;
  color: #991b1b;
  font-size: 0.95rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dad6382 */.cta-section {
  background: linear-gradient(to right, #f8fafc, #e2e8f0);
  padding: 4rem 2rem;
  text-align: center;
  border-top: 1px solid #e2e8f0;
}

.cta-section h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #2563eb;
  margin-bottom: 1rem;
}

.cta-section p {
  font-size: 1rem;
  color: #991b1b;
  margin-bottom: 2rem;
}

.cta-button {
  background-color: #e20613;
  color: white!important;
  padding: 0.9rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 30px;
  border: none;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-block;
}

.cta-button:hover {
  background-color: #c40510;
  transform: scale(1.05);
}/* End custom CSS */