.elementor-8788 .elementor-element.elementor-element-10c3d33{--display:flex;}.elementor-8788 .elementor-element.elementor-element-2c99ca5{--display:flex;}.elementor-8788 .elementor-element.elementor-element-834ad89{--display:flex;}/* Start custom CSS for html, class: .elementor-element-96edb5b */body {
  font-family: Arial, sans-serif;
  background: #f7f7f7;
  margin: 0;
  padding: 0;
}
.blog-title {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin: 40px 20px 10px;
}
.blog-lead {
  text-align: center;
  font-size: 17px;
  max-width: 760px;
  margin: 0 auto 20px;
  color: #555;
  line-height: 1.6;
}
.cta-box {
  text-align: center;
  margin-bottom: 40px;
}
.cta-button {
  background-color: #0073e6;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  transition: background 0.2s ease;
}
.cta-button:hover {
  background-color: #005bb5;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.video-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.lang-header {
  padding: 12px 16px;
  font-weight: bold;
  font-size: 16px;
  background: #e5e5e5;
  border-bottom: 1px solid #ccc;
  color: #222;
}
.video-card iframe {
  width: 100%;
  height: 215px;
  border: none;
}
.faq-section {
  max-width: 900px;
  margin: 50px auto;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.08);
}
.faq-item {
  margin-bottom: 20px;
}
.faq-question {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
.faq-answer {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}
.comment-section {
  padding: 40px 20px;
  background: #f0f0f0;
  border-radius: 12px;
  margin-top: 60px;
  text-align: center;
}
.comment-placeholder {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  color: #999;
  font-style: italic;
}
.blog-section-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
  color: #222;
}/* End custom CSS */