:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d043dd3 */body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f2f2f2;
}

.outer-container {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
}

.card {
  background-color: white;
  border-radius: 16px;
  padding: 60px 40px 40px;
  max-width: 1100px;
  width: 100%;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #3b1d92, #5235cc);
  color: white;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.9rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.header-content {
  text-align: center;
  margin-bottom: 40px;
}

.date {
  color: #24168c;
  margin-bottom: 20px;
  font-size: 1rem;
}

h1 {
  color: #24168c;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
}

.video-wrapper {
  display: flex;
  justify-content: center;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 850px;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  background-color: black;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.testimonial-text {
  margin-top: 40px;
  padding: 0 20px;
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.testimonial-text p {
  margin-bottom: 20px;
}/* End custom CSS */