.elementor-653 .elementor-element.elementor-element-c481af6{--display:flex;--margin-top:-118px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-653 .elementor-element.elementor-element-55fe14e{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8104347 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins";
  color: #17213c;
  background: #ffffff;
}

.course-gallery {
  padding: 90px 20px;
  background:
    radial-gradient(circle at top right, rgba(0, 174, 204, 0.16), transparent 35%),
    linear-gradient(180deg, #f5fbfe 0%, #ffffff 100%);
}

.gallery-container {
  max-width: 1180px;
  margin: 0 auto;
}

.gallery-header {
  max-width: 650px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #dff5fb;
  color: #00789a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.gallery-header h2 {
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.15;
  margin-bottom: 14px;
  color: #17213c;
}

.gallery-header p {
  color: #6b7280;
  font-size: 16px;
  line-height: 1.8;
}

.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 42px;
}

.filter-btn {
  border: 1px solid #d6e3ea;
  background: #ffffff;
  color: #17213c;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background: #00a8c8;
  color: #ffffff;
  border-color: #00a8c8;
  box-shadow: 0 12px 25px rgba(0, 168, 200, 0.25);
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.course-card {
  background: #ffffff;
  border: 1px solid rgba(214, 227, 234, 0.8);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: 0.3s ease;
}

.course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
}

.course-image {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.course-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(23, 33, 60, 0.45), transparent);
}

.course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

.course-card:hover .course-image img {
  transform: scale(1.08);
}

.course-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 8px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #00789a;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

.course-content {
  padding: 24px;
}

.course-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.course-rating span {
  color: #f6a400;
  font-size: 14px;
  letter-spacing: 1px;
}

.course-rating small {
  color: #7b8495;
  font-weight: 700;
}

.course-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #17213c;
}

.course-content p {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.course-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.course-info span {
  padding: 9px 12px;
  border-radius: 999px;
  background: #f2f7fa;
  color: #526071;
  font-size: 13px;
  font-weight: 700;
}

.course-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid #edf2f6;
}

.course-footer strong {
  color: #00789a;
  font-size: 20px;
}

.course-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 14px;
  background: #00a8c8;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.25s ease;
}

.course-footer a:hover {
  background: #008dab;
}

.course-card.hide {
  display: none;
}

@media (max-width: 992px) {
  .course-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .course-gallery {
    padding: 70px 16px;
  }

  .course-grid {
    grid-template-columns: 1fr;
  }

  .gallery-header {
    text-align: left;
  }

  .gallery-filters {
    justify-content: flex-start;
  }

  .filter-btn {
    padding: 11px 18px;
  }

  .course-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .course-footer a {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f3e1b3c */.course-info-section {
  padding: 90px 20px;
  background:
    radial-gradient(circle at top right, rgba(0, 168, 200, 0.13), transparent 34%),
    linear-gradient(180deg, #f5fbfe 0%, #ffffff 100%);
}

.course-info-container {
  max-width: 1140px;
  margin: 0 auto;
}

.course-info-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 70px;
  margin-bottom: 90px;
}

.course-info-row:last-child {
  margin-bottom: 0;
}

.course-info-row-reverse {
  grid-template-columns: 1.1fr 1fr;
}

.course-info-image {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
}

.course-info-image::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 22px;
  z-index: 2;
  pointer-events: none;
}

.course-info-image img {
  width: 100%;
  height: 430px;
  display: block;
  object-fit: cover;
}

.course-info-image-blue::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 168, 200, 0.75),
    rgba(23, 33, 60, 0.35)
  );
  z-index: 1;
}

.course-info-content {
  position: relative;
}

.course-small-tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 18px;
  border-radius: 999px;
  background: #dff5fb;
  color: #00789a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.course-info-content h2 {
  margin-bottom: 18px;
  color: #17213c;
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.18;
  letter-spacing: -0.6px;
}

.course-info-content p {
  margin-bottom: 16px;
  color: #667085;
  font-size: 15.5px;
  line-height: 1.8;
}

.course-lead {
  color: #526071 !important;
  font-size: 17px !important;
}

.course-link-box {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 20px;
  border: 1px solid #d9edf3;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.06);
}

.course-link-box a {
  position: relative;
  padding-left: 22px;
  color: #00789a;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.course-link-box a::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #00a8c8;
  font-weight: 900;
}

.course-link-box a:hover {
  color: #005f7a;
}

.course-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 8px;
  padding: 0 24px;
  border-radius: 14px;
  background: #00a8c8;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 26px rgba(0, 168, 200, 0.28);
  transition: 0.25s ease;
}

.course-main-btn:hover {
  background: #008dab;
  transform: translateY(-2px);
}

.course-feature-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.course-feature-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 15px 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e4eef3;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.course-feature-item span {
  display: grid;
  place-items: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #dff5fb;
  color: #00789a;
  font-size: 15px;
  font-weight: 900;
}

.course-feature-item p {
  margin: 0;
  color: #526071;
  font-size: 15px;
  line-height: 1.6;
}

.course-highlight-card {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  padding: 16px 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #d9edf3;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.course-highlight-card strong {
  color: #00789a;
  font-size: 28px;
  line-height: 1;
}

.course-highlight-card span {
  color: #667085;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .course-info-row,
  .course-info-row-reverse {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-bottom: 70px;
  }

  .course-info-row-reverse .course-info-image {
    order: -1;
  }

  .course-info-image img {
    height: 360px;
  }
}

@media (max-width: 560px) {
  .course-info-section {
    padding: 70px 16px;
  }

  .course-info-image {
    border-radius: 22px;
  }

  .course-info-image img {
    height: 280px;
  }

  .course-info-content h2 {
    font-size: 30px;
  }

  .course-highlight-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .course-main-btn {
    width: 100%;
  }
}/* End custom CSS */