/* Teacher Training Page Styles */

/* Hero Section */
.hero-wrap-training {
  background-image: url('../images/bg_3.webp');
  background-size: cover;
  background-position: center center;
  position: relative;
}

.hero-wrap-training .overlay {
  background: linear-gradient(225deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
}

.hero-wrap-training .bread {
  color: #fff !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.hero-wrap-training .breadcrumbs {
  color: #fff !important;
}

.hero-wrap-training .breadcrumbs a {
  color: #fff !important;
}

/* Training Cards Grid */
.training-cards-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.training-cards-grid > [class*="col-"] {
  margin-bottom: 30px;
}

/* Training Card */
.training-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.training-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* Card Header with Gradients */
.training-card-header {
  padding: 30px 25px 20px;
  position: relative;
  color: #fff;
}

.training-card-ryt200 .training-card-header {
  background: linear-gradient(135deg, #e91e63 0%, #9c27b0 100%);
}

.training-card-aerial .training-card-header {
  background: linear-gradient(135deg, #00bcd4 0%, #3f51b5 100%);
}

.training-card-wheel .training-card-header {
  background: linear-gradient(135deg, #ff9800 0%, #f44336 100%);
}

.training-card-sound .training-card-header {
  background: linear-gradient(135deg, #4caf50 0%, #009688 100%);
}

.training-card-header h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 5px;
  color: #fff;
}

.training-subtitle {
  font-size: 16px;
  opacity: 0.9;
  margin: 0;
}

/* Training Badge */
.training-badge {
  display: inline-block;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.training-badge-specialty {
  background: rgba(255, 255, 255, 0.2);
}

/* Card Body */
.training-card-body {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Training Features List */
.training-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  flex: 1;
}

.training-features li {
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #555;
  display: flex;
  align-items: center;
}

.training-features li:last-child {
  border-bottom: none;
}

.training-features li .icon-check {
  color: #4caf50;
  margin-right: 10px;
  font-size: 14px;
}

/* Training Pricing */
.training-pricing {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  padding-top: 15px;
  border-top: 2px solid #f0f0f0;
}

.price-regular,
.price-earlybird {
  flex: 1;
  text-align: center;
}

.price-label {
  display: block;
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.price-regular .price-value {
  font-size: 18px;
  font-weight: 600;
  color: #999;
  text-decoration: line-through;
}

.price-earlybird .price-value {
  font-size: 22px;
  font-weight: 700;
  color: #e91e63;
}

/* Training Button */
.btn-training {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: #25d366;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.btn-training:hover {
  background: #128c7e;
  transform: translateY(-2px);
}

.btn-training .fa-whatsapp {
  margin-right: 8px;
}

/* Learn More Button */
.btn-outline-secondary.btn-block.mt-2 {
  margin-top: 10px !important;
  padding: 10px 20px;
  border: 2px solid #666;
  color: #666;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-outline-secondary.btn-block.mt-2:hover {
  background: #666;
  color: #fff;
}

/* Schedule Table */
.training-schedule-table {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.training-schedule-table .table {
  margin: 0;
}

.training-schedule-table thead {
  background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%);
  color: #fff;
}

.training-schedule-table thead th {
  padding: 16px 15px;
  font-weight: 600;
  font-size: 14px;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.training-schedule-table tbody td {
  padding: 16px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.training-schedule-table tbody tr:last-child td {
  border-bottom: none;
}

.training-schedule-table tbody tr:hover {
  background: #fafafa;
}

/* Status Badges */
.status-badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.status-enrolling {
  background: #e8f5e9;
  color: #2e7d32;
}

.status-few-spots {
  background: #fff8e1;
  color: #f57c00;
}

.status-full {
  background: #ffebee;
  color: #c62828;
}

/* Register Button */
.btn-register {
  display: inline-block;
  padding: 8px 16px;
  background: #e91e63;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.btn-register:hover {
  background: #c2185b;
  text-decoration: none;
}

/* Why Choose Us Section */
.why-choose-item {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.why-choose-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.why-choose-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #e91e63 0%, #f06292 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.why-choose-icon span {
  font-size: 28px;
  color: #fff;
}

.why-choose-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.why-choose-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Certification Badges */
.certification-badges {
  padding: 30px;
  background: #f8f9fa;
  border-radius: 12px;
}

.certification-badges img {
  max-height: 80px;
  margin: 10px;
}

/* CTA Section */
.ftco-cta-training {
  background: linear-gradient(135deg, #e91e63 0%, #9c27b0 100%);
  padding: 80px 0;
}

.ftco-cta-training h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.ftco-cta-training p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  margin-bottom: 30px;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-block;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.cta-btn:not(.secondary) {
  background: #25d366;
  color: #fff !important;
}

.cta-btn:not(.secondary):hover {
  background: #128c7e;
  transform: translateY(-2px);
}

.cta-btn.secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff !important;
}

.cta-btn.secondary:hover {
  background: #fff;
  color: #e91e63 !important;
}

.cta-btn .fa {
  margin-right: 8px;
}

/* Intro Stats (reuse from collaboration) */
.intro-accent {
  background: #fff;
  border-left: 4px solid #e91e63;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.intro-accent h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.intro-accent p {
  color: #555;
  line-height: 1.8;
  font-size: 16px;
}

.intro-stats {
  display: flex;
  gap: 24px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

.intro-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  padding: 16px 12px;
  background: #f8f9fa;
  border-radius: 8px;
}

.intro-stat-icon {
  font-size: 22px;
  color: #e91e63;
  margin-bottom: 8px;
}

.intro-stat-value {
  font-size: 18px;
  font-weight: 700;
  color: #e91e63;
  margin-bottom: 4px;
}

.intro-stat-label {
  font-size: 13px;
  color: #666;
}

/* FAQ Items (reuse from collaboration) */
.faq-item {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.faq-item h3 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}

.faq-item p {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

/* Individual Course Page Styles */
.course-detail-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.course-detail-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* Course Info Box */
.course-info-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: sticky;
  top: 100px;
}

.course-info-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e91e63;
}

.course-info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.course-info-list li {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555;
}

.course-info-list li:last-child {
  border-bottom: none;
}

.course-info-list li span[class^="icon-"] {
  color: #e91e63;
  margin-right: 12px;
  font-size: 16px;
  width: 20px;
}

.course-info-list li strong {
  color: #333;
  margin-right: 8px;
}

/* Course Pricing Box */
.course-pricing-box {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.course-pricing-box .price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.course-pricing-box .price-item:first-child {
  border-bottom: 1px dashed #ddd;
}

.course-pricing-box .price-label {
  font-size: 13px;
  color: #666;
}

.course-pricing-box .price-value {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.course-pricing-box .price-value.strikethrough {
  text-decoration: line-through;
  color: #999;
  font-size: 16px;
}

.course-pricing-box .price-item.featured .price-value {
  font-size: 24px;
  color: #e91e63;
}

/* Curriculum Module */
.curriculum-module {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  margin-bottom: 30px;
}

.curriculum-module:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.module-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #e91e63 0%, #f06292 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.module-icon span {
  font-size: 24px;
  color: #fff;
}

.curriculum-module h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.curriculum-module p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Prerequisites List */
.prerequisites-list {
  margin-bottom: 30px;
}

.prereq-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.prereq-item span[class^="icon-"] {
  color: #4caf50;
  font-size: 20px;
  margin-right: 15px;
  margin-top: 3px;
  flex-shrink: 0;
}

.prereq-item h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}

.prereq-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Schedule Info Box */
.schedule-info-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

.schedule-item {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 2px solid #f0f0f0;
}

.schedule-item h4 {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}

.schedule-item h4 span {
  color: #e91e63;
  margin-right: 10px;
}

.schedule-date {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.schedule-details {
  text-align: left;
}

.schedule-details .detail-item {
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 15px;
  color: #555;
}

.schedule-details .detail-item:last-child {
  border-bottom: none;
}

.schedule-details .detail-item strong {
  color: #333;
  display: inline-block;
  min-width: 140px;
}

/* Instructor Highlight */
.instructor-highlight {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 40px;
  text-align: center;
}

.instructor-highlight p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* Related Course Card */
.related-course-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.related-course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.related-course-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.related-course-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .training-schedule-table {
    overflow-x: auto;
  }

  .training-schedule-table .table {
    min-width: 600px;
  }

  .ftco-cta-training h2 {
    font-size: 28px;
  }

  .intro-accent {
    padding: 30px;
  }

  .course-info-box {
    position: static;
    margin-top: 30px;
  }

  .schedule-info-box {
    padding: 30px;
  }

  .schedule-date {
    font-size: 24px;
  }

  .schedule-details .detail-item strong {
    display: block;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .training-card-header {
    padding: 25px 20px 15px;
  }

  .training-card-header h3 {
    font-size: 20px;
  }

  .training-card-body {
    padding: 20px;
  }

  .training-pricing {
    flex-direction: column;
    gap: 10px;
  }

  .price-regular,
  .price-earlybird {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .intro-stats {
    flex-direction: column;
    gap: 12px;
  }

  .intro-stat-item {
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    padding: 12px 16px;
  }

  .intro-stat-icon {
    margin-bottom: 0;
    font-size: 20px;
  }

  .ftco-cta-training {
    padding: 50px 0;
  }

  .ftco-cta-training h2 {
    font-size: 24px;
  }

  .ftco-cta-training p {
    font-size: 16px;
  }

  .cta-btn {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .why-choose-item {
    padding: 25px 15px;
  }

  .faq-item {
    padding: 20px;
  }

  .faq-item h3 {
    font-size: 15px;
  }

  .course-detail-content h2 {
    font-size: 24px;
  }

  .course-info-box {
    padding: 25px;
  }

  .curriculum-module {
    padding: 25px;
  }

  .prereq-item {
    padding: 15px;
  }

  .schedule-info-box {
    padding: 25px;
  }

  .instructor-highlight {
    padding: 30px;
  }

  .related-course-card {
    padding: 25px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .training-schedule-table thead th {
    padding: 12px 10px;
    font-size: 12px;
  }

  .training-schedule-table tbody td {
    padding: 12px 10px;
    font-size: 13px;
  }

  .status-badge {
    padding: 4px 8px;
    font-size: 10px;
  }

  .btn-register {
    padding: 6px 12px;
    font-size: 12px;
  }
}
