.embedery-section {
  padding: 50px 0px;
}

.embedery-section video {
  border-radius: 10px;
  width: 100%;
}

.embedery-section .course-details {
  box-shadow: 2px 2px 8px #333;
  padding: 20px 20px;
}

.embedery-section .list-icon {
  font-size: 20px;
  line-height: 28px;
}

.embedery-section .list-icon i {
  background-color: rgb(11, 35, 90);
  color: #f8faff;
  padding: 3px 3px;
}

.embedery-section li {
  font-size: 18px;
  line-height: 26px;
}

.embedery-section h4 {
  font-size: 28px;
  color: rgb(11, 35, 90);
  text-align: center;
  line-height: 34px;
  padding: 0px 0px;
}

.courses-section-training {
  background-color: rgb(226, 225, 223);
  padding: 50px 0;
}

.courses-section-training .course-card {
  transition: all 0.4s ease;
  border: 1px solid #eee;
  border-top: 5px solid transparent;
  border-bottom: 5px solid rgb(11, 35, 90);
  background: #fff;
  border-radius: 20px;
  padding: 20px 12px 0px;
  text-align: center;
}

.courses-section-training .course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  border-top-color: rgb(11, 35, 90);
}

.courses-section-training .icon img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.courses-section-training .course-card h5 {
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 38px;
}

.courses-section-training .course-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}

.courses-section-training .course-card ul li {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
}

.courses-section-training .course-card ul li i {
  color: rgb(11, 35, 90);
  margin-right: 8px;
}

.courses-section-training .btn-primary {
  background-color: rgb(11, 35, 90);
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.courses-section-training .btn-primary:hover {
  background-color: #0d47a1;
  transform: scale(1.05);
}

.faq-section {
  background: linear-gradient(to left, rgba(21, 101, 192, 0.7), rgba(21, 101, 192, 0.7)),
    url('../images/training-bg-image.jpg');
  font-family: 'Poppins', sans-serif;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.faq-accordion .accordion-item {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.faq-accordion .accordion-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.faq-accordion .accordion-button {
  background: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 38px;
  color: #333;
  padding: 18px 22px;
  transition: all 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: rgb(11, 35, 90);
  color: #fff;
  box-shadow: none;
}

.faq-accordion .accordion-button i {
  font-size: 24px;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-body {
  background: #f8faff;
  color: #555;
  font-size: 18px;
  padding: 18px 22px;
  line-height: 26px;
}

.owl-dots {
  margin-top: 20px;
}

.owl-dot span {
  background: #c5d6f5 !important;
  width: 12px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  transition: 0.3s;
}

.owl-dot.active span {
  background: rgb(11, 35, 90) !important;
  transform: scale(1.2);
}

@media screen and (max-width: 1399px) {
  .embedery-section h4 {
    font-size: 24px;
  }

  .embedery-section li {
    font-size: 16px;
    line-height: 24px;
  }

  .embedery-section .list-icon {
    font-size: 19px;
    line-height: 28px;
  }

  .courses-section-training .icon-box i {
    font-size: 38px;
  }

  .courses-section-training .course-card h5 {
    font-size: 22px;
    line-height: 36px;
  }

  .courses-section-training .course-card ul li {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 26px;
  }

  .faq-accordion .accordion-button {
    font-size: 18px;
    line-height: 26px;
  }

  .faq-accordion .accordion-body {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .embedery-section h4 {
    font-size: 26px;
  }

  .embedery-section .list-icon {
    font-size: 18px;
  }

  .courses-section-training .course-card h5 {
    font-size: 22px;
    line-height: 32px;
  }

  .courses-section-training .course-card {
    padding: 15px;
  }

  .faq-accordion .accordion-button {
    font-size: 21px;
    line-height: 36px;
  }

  .faq-accordion .accordion-body {
    font-size: 19px;
    line-height: 34px;
  }
}

@media screen and (max-width: 575px) {
  .embedery-section h4 {
    font-size: 24px;
  }

  .embedery-section .list-icon {
    font-size: 17px;
  }

  .courses-section-training .icon-box i {
    font-size: 28px;
  }

  .courses-section-training .course-card h5 {
    font-size: 20px;
  }

  .courses-section-training .course-card ul li {
    font-size: 17px;
    line-height: 28px;
  }

  .faq-accordion .accordion-button {
    font-size: 19px;
    line-height: 28px;
  }

  .faq-accordion .accordion-body {
    font-size: 17px;
    line-height: 29px;
  }
}