.elementor-10 .elementor-element.elementor-element-79b3a89{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-67px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-3d5de0c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-10 .elementor-element.elementor-element-aa159ca{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-106px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-4a4fede{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-10 .elementor-element.elementor-element-8a923ef{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-a61c54d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3d5de0c */.ds-hero {
  width: 100%;
    min-height: 100px;
  color: #ffffff;
  background-image:
    linear-gradient(
      90deg,
      rgba(3, 10, 24, 0.96) 0%,
      rgba(3, 10, 24, 0.82) 40%,
      rgba(3, 10, 24, 0.42) 66%,
      rgba(3, 10, 24, 0.08) 100%
    ),
    url("https://siarefreshercourses.com/wp-content/uploads/2026/06/door_superviosr.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: Poppins,sans-serif;
  overflow: hidden;
}

.ds-hero-inner {
  min-height: 760px;
  padding: 90px 6%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.ds-hero-content {
  max-width: 720px;
  margin-top: -120px;
}

.ds-hero-content h1 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(40px, 7vw, 68px);
  line-height: 1.08;
  letter-spacing: -2px;
  font-weight: 900;
}

.ds-hero-content h1 span {
  display: block;
  color: #13dce8;
}

.ds-hero-content p {
  margin: 0 0 36px;
  color: #cbd4e1;
  font-size: 18px;
  line-height: 1.5;
}

.ds-hero-buttons {
  display: flex;
  align-items: center;
  gap: 34px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.ds-main-btn {
  display: inline-block;
  background: #13dce8;
  color: #06111f;
  text-decoration: none!important;
  padding: 16px 18px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 800;
  transition: 0.25s ease;
}

.ds-main-btn:hover {
  background: #5af3fb;
  color: #06111f;
  transform: translateY(-2px);
}

.ds-text-link {
  color: #13dce8;
  text-decoration: none!important;
  font-size: 16px;
  font-weight: 800;
  border-bottom: 2px solid #13dce8;
  padding-bottom: 7px;
}

.ds-text-link:hover {
  color: #5af3fb;
  border-color: #5af3fb;
}

.ds-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(19, 220, 232, 0.28);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.ds-badge span {
  color: #13dce8;
}

.ds-hero-image {
  position: relative;
  min-height: 520px;
}

.ds-floating-card {
  position: absolute;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 245px;
  padding: 24px;
  border-radius: 18px;
  background: rgba(4, 15, 35, 0.82);
  border: 1px solid rgba(19, 220, 232, 0.45);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  gap: 18px;
}

.ds-floating-card span {
  width: 54px;
  height: 54px;
  border: 2px solid #13dce8;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #13dce8;
  font-size: 20px;
  flex-shrink: 0;
}

.ds-floating-card p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 800;
}

@media (max-width: 1024px) {
  .ds-hero {
    background-position: center right;
  }

  .ds-hero-inner {
    grid-template-columns: 1fr;
    padding: 80px 5%;
  }

  .ds-hero-image {
    min-height: 180px;
  }

  .ds-floating-card {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .ds-hero {
    min-height: auto;
    background:
      linear-gradient(
        180deg,
        rgba(3, 10, 24, 0.96) 0%,
        rgba(3, 10, 24, 0.9) 52%,
        rgba(3, 10, 24, 0.7) 100%
      ),
      url("YOUR-IMAGE-URL-HERE");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .ds-hero-inner {
    min-height: auto;
    padding: 70px 5%;
  }

  .ds-hero-content h1 {
    font-size: 46px;
    letter-spacing: -1px;
  }

  .ds-hero-content p {
    font-size: 18px;
  }

  .ds-main-btn {
    width: 100%;
    text-align: center;
  }

  .ds-floating-card {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a4fede */.course-section {
  width: 100%;
  padding: 90px 6%;
  background: #06111f;
  font-family: Poppins, Arial, sans-serif;
  color: #ffffff;
}

.course-heading {
  max-width: 720px;
  margin: 0 auto 50px;
  text-align: center;
}

.course-heading span {
  display: inline-block;
  margin-bottom: 14px;
  color: #13dce8;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.course-heading h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(30px, 5vw, 40px);
  line-height: 1.1;
  font-weight: 800;
}

.course-heading p {
  margin: 0;
  color: #b8c4d6;
  font-size: 16px;
  line-height: 1.6;
}

.course-card-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.course-card {
  width: 100%;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(19, 220, 232, 0.18);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  opacity: 1;
  transform: translateY(0);
  animation: courseFadeUp 0.8s ease both;
}

.course-card:hover {
  transform: translateY(-10px);
  border-color: rgba(19, 220, 232, 0.55);
  box-shadow: 0 35px 100px rgba(19, 220, 232, 0.16);
}

@keyframes courseFadeUp {
  from {
    opacity: 0;
    transform: translateY(35px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.course-image {
  position: relative;
  height: 250px;
  overflow: hidden;
  background: #0b1728;
}

.course-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.course-card:hover .course-image img {
  transform: scale(1.08);
}

.course-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(3, 10, 24, 0.05) 0%,
    rgba(3, 10, 24, 0.75) 100%
  );
  pointer-events: none;
}

.course-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 9px 15px;
  border-radius: 100px;
  background: #13dce8;
  color: #06111f;
  font-size: 13px;
  font-weight: 800;
}

.course-content {
  padding: 28px;
}

.course-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  gap: 12px;
}

.course-level,
.course-rating {
  font-size: 13px;
  font-weight: 700;
}

.course-level {
  color: #13dce8;
}

.course-rating {
  color: #ffc94a;
}

.course-content h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 900;
}

.course-content p {
  margin: 0 0 24px;
  color: #b8c4d6;
  font-size: 16px;
  line-height: 1.6;
}

.course-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 24px;
}

.course-info div {
  padding: 14px 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.course-info strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 5px;
}

.course-info span {
  display: block;
  color: #94a3b8;
  font-size: 12px;
}

.course-list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.course-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  color: #d8e0ec;
  font-size: 15px;
}

.course-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #13dce8;
  font-weight: 900;
}

.course-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.course-price span {
  display: block;
  color: #94a3b8;
  font-size: 13px;
  margin-bottom: 3px;
}

.course-price strong {
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
}

.course-btn {
  display: inline-block;
  background: #13dce8;
  color: #06111f;
  text-decoration: none!important;
  padding: 15px 24px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 900;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.course-btn:hover {
  background: #5af3fb;
  color: #06111f;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .course-section {
    padding: 70px 5%;
  }

  .course-card {
    max-width: 100%;
    border-radius: 22px;
  }

  .course-image {
    height: 220px;
  }

  .course-content {
    padding: 24px;
  }

  .course-info {
    grid-template-columns: 1fr;
  }

  .course-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .course-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a61c54d */.why-section {
    width: 100%;
    padding: 100px 6%;
    background:
      radial-gradient(circle at 80% 20%, rgba(19, 220, 232, 0.12), transparent 28%),
      radial-gradient(circle at 15% 85%, rgba(19, 220, 232, 0.08), transparent 30%),
      #06111f;
    color: #ffffff;
    font-family: Poppins, Arial, sans-serif;
    overflow: hidden;
  }

  .why-container {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.95fr 1.35fr;
    gap: 70px;
    align-items: center;
  }

  .why-left {
    max-width: 520px;
  }

  .why-small-title {
    display: block;
    color: #ffffff;
    font-size: clamp(48px, 6vw, 78px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
  }

  .why-left h2 {
    margin: 0;
    color: #13dce8;
    font-size: clamp(54px, 7vw, 88px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
  }

  .why-line {
    width: 52px;
    height: 3px;
    background: #13dce8;
    margin: 34px 0 14px;
    border-radius: 100px;
    box-shadow: 0 0 18px rgba(19, 220, 232, 0.8);
  }

  .why-left h3 {
    margin: 0 0 28px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.35;
    font-weight: 600;
  }

  .why-left p {
    margin: 0;
    color: #d7e0ee;
    font-size: 18px;
    line-height: 1.75;
  }

  .why-stats {
    margin-top: 52px;
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid rgba(19, 220, 232, 0.25);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  }

  .why-stat {
    text-align: center;
    padding: 0 20px;
    position: relative;
  }

  .why-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 1px;
    height: 76px;
    background: rgba(19, 220, 232, 0.22);
  }

  .why-stat-icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 16px;
    border: 2px solid #13dce8;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 24px;
    box-shadow: 0 0 22px rgba(19, 220, 232, 0.22);
  }

  .why-stat strong {
    display: block;
    color: #13dce8;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 8px;
  }

  .why-stat span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
  }

  .why-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }

  .why-card {
    min-height: 285px;
    padding: 42px 36px;
    border-radius: 22px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(19, 220, 232, 0.28);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 26px 70px rgba(0, 0, 0, 0.24);
    transition: 0.3s ease;
  }

  .why-card:hover {
    transform: translateY(-8px);
    border-color: rgba(19, 220, 232, 0.75);
    box-shadow:
      0 28px 90px rgba(19, 220, 232, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .why-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 30px;
    border: 2px solid #13dce8;
    border-radius: 22px;
    display: grid;
    place-items: center;
    color: #13dce8;
    font-size: 30px;
    box-shadow: 0 0 28px rgba(19, 220, 232, 0.18);
  }

  .why-card h3 {
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 900;
  }

  .card-line {
    display: block;
    width: 42px;
    height: 3px;
    margin: 16px 0 18px;
    background: #13dce8;
    border-radius: 100px;
  }

  .why-card p {
    margin: 0;
    color: #d7e0ee;
    font-size: 18px;
    line-height: 1.55;
  }

  @media (max-width: 1024px) {
    .why-container {
      grid-template-columns: 1fr;
      gap: 55px;
    }

    .why-left {
      max-width: 760px;
    }
  }

  @media (max-width: 767px) {
    .why-section {
      padding: 75px 5%;
    }

    .why-left h2,
    .why-small-title {
      letter-spacing: -1px;
    }

    .why-left h3 {
      font-size: 21px;
    }

    .why-left p {
      font-size: 16px;
    }

    .why-stats {
      grid-template-columns: 1fr;
      gap: 24px;
      padding: 28px 20px;
    }

    .why-stat:not(:last-child)::after {
      display: none;
    }

    .why-cards {
      grid-template-columns: 1fr;
    }

    .why-card {
      min-height: auto;
      padding: 34px 28px;
    }

    .why-card h3 {
      font-size: 23px;
    }

    .why-card p {
      font-size: 16px;
    }
  }/* End custom CSS */