.elementor-156 .elementor-element.elementor-element-91dfb86{--display:flex;--margin-top:-149px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-156 .elementor-element.elementor-element-0bd0185{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-0bd0185 */* {
  box-sizing: border-box;
}

.sia-page {
  background: #06111f;
  color: #ffffff;
  font-family: Poppins, Arial, sans-serif;
}

.sia-page a {
  text-decoration: none;
}

/* HERO */
.course-hero {
  min-height: 680px;
  background:
    linear-gradient(
      90deg,
      rgba(6,17,31,0.98) 0%,
      rgba(6,17,31,0.88) 42%,
      rgba(6,17,31,0.5) 70%,
      rgba(6,17,31,0.18) 100%
    ),
    url("https://siarefreshercourses.com/wp-content/uploads/2026/06/emergency_first_aid.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.course-hero-inner {
  max-width: 1400px;
  min-height: 680px;
  margin: 0 auto;
  padding: 90px 6%;
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 60px;
}

.breadcrumb {
  color: #b8c4d6;
  font-size: 14px;
  margin-bottom: 28px;
}

.breadcrumb span {
  color: #13dce8;
  margin: 0 8px;
}

.course-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 10px 15px;
  border-radius: 12px;
  border: 1px solid rgba(19,220,232,0.55);
  color: #13dce8;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.course-hero h1 {
  max-width: 720px;
  margin: 0 0 24px;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -2px;
  color: white;
}

.course-hero p {
  max-width: 620px;
  margin: 0 0 34px;
  color: #d7e0ee;
  font-size: 19px;
  line-height: 1.7;
}

.hero-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  max-width: 720px;
  margin-bottom: 34px;
}

.hero-info div {
  padding: 18px;
  border-left: 1px solid rgba(19,220,232,0.25);
}

.hero-info span {
  display: block;
  color: #13dce8;
  font-size: 27px;
  margin-bottom: 10px;
}

.hero-info strong,
.hero-info small {
  display: block;
}

.hero-info strong {
  color: #ffffff;
  font-size: 15px;
}

.hero-info small {
  color: #b8c4d6;
  font-size: 13px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.primary-btn,
.outline-btn {
  min-height: 56px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}

.primary-btn {
  background: #13dce8;
  color: #06111f;
  border: none;
}

.outline-btn {
  background: rgba(255,255,255,0.04);
  color: #ffffff;
  border: 1px solid rgba(19,220,232,0.45);
}

.primary-btn:hover,
.outline-btn:hover {
  background: #5af3fb;
  color: #06111f;
}

.full {
  width: 100%;
  margin-top: 14px;
}

.hero-card {
  padding: 34px;
  border-radius: 22px;
  border: 1px solid rgba(19,220,232,0.35);
  background: rgba(6,17,31,0.82);
  display: flex;
  gap: 18px;
}

.hero-card span {
  color: #13dce8;
  font-size: 34px;
}

.hero-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  color: white;
}

.hero-card p {
  margin: 0;
  font-size: 15px;
}

/* MAIN */
.course-main {
  max-width: 1400px;
  margin: 0 auto;
  padding: 70px 6%;
}

.course-layout {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 34px;
  align-items: start;
}

.content-box,
.price-card,
.side-box {
  margin-bottom: 28px;
  padding: 34px;
  border-radius: 22px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(19,220,232,0.18);
  box-shadow: 0 24px 70px rgba(0,0,0,0.22);
}

.content-box h2,
.price-card h3,
.side-box h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 900;
}
.content-box h2{
    color: white;
}

.section-line {
  width: 52px;
  height: 3px;
  margin: 16px 0 24px;
  background: #13dce8;
  border-radius: 100px;
}

.content-box p,
.side-box p {
  color: #d7e0ee;
  font-size: 16px;
  line-height: 1.8;
}

.check-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  margin-bottom: 12px;
  color: #d7e0ee;
}

.check-list li::before {
  content: "✓";
  color: #13dce8;
  font-weight: 900;
  margin-right: 10px;
}

.learn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.learn-card {
  padding: 26px;
  border-radius: 18px;
  border: 1px solid rgba(19,220,232,0.18);
  background: rgba(255,255,255,0.035);
  text-align: center;
}

.learn-card span {
  color: #13dce8;
  font-size: 34px;
}

.learn-card h3 {
  margin: 18px 0 10px;
  font-size: 18px;
  color: white;
}

.learn-card p {
  margin: 0;
  font-size: 14px;
}

/* SIDEBAR */
.course-sidebar {
  position: sticky;
  top: 130px;
}

.detail-row {
  display: flex;
  gap: 16px;
  margin-top: 24px;
}

.detail-row span {
  color: #13dce8;
  font-size: 26px;
}

.detail-row strong {
  color: #13dce8;
  font-size: 14px;
}

.detail-row p {
  margin: 5px 0 0;
  color: #ffffff;
  font-size: 15px;
}

.price {
  margin: 30px 0 10px;
  padding-top: 26px;
  border-top: 1px solid rgba(19,220,232,0.2);
}

.price-card h3{
    color: white;
}
.price span {
  display: block;
  color: #13dce8;
  font-weight: 800;
}

.price strong {
  color: #13dce8;
  font-size: 44px;
  font-weight: 900;
}

.notice-box {
  margin-top: 24px;
  padding: 22px;
  display: flex;
  gap: 16px;
  border-radius: 18px;
  border: 1px solid rgba(19,220,232,0.28);
}

.notice-box span {
  color: #13dce8;
  font-size: 28px;
}
.side-box h3{
    color: white;
}

/* ACCORDION */
.accordion-item {
  border-bottom: 1px solid rgba(19,220,232,0.18);
}

.accordion-item button {
  width: 100%;
  padding: 18px 0;
  background: none;
  border: none;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.accordion-content {
  display: none;
  padding-bottom: 18px;
}

.accordion-item.active .accordion-content {
  display: block;
}

.accordion-content p {
  margin: 0;
}

/* TRUST */
.trust-strip {
  margin-top: 34px;
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  border-radius: 22px;
  border: 1px solid rgba(19,220,232,0.18);
  background: rgba(255,255,255,0.035);
}

.trust-strip span {
  color: #13dce8;
  font-size: 28px;
}

.trust-strip strong {
  display: block;
  margin: 10px 0 6px;
}

.trust-strip p {
  margin: 0;
  color: #b8c4d6;
  font-size: 14px;
}

/* DATES MODAL */
.dates-modal {
  position: fixed !important;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(2, 8, 18, 0.84);
  backdrop-filter: blur(10px);
}

.dates-modal.active {
  display: flex !important;
}

.dates-modal-box {
  position: relative;
  width: min(980px, 100%);
  max-height: 88vh;
  overflow-y: auto;
  padding: 42px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 90% 10%, rgba(19, 220, 232, 0.14), transparent 30%),
    #06111f;
  border: 1px solid rgba(19, 220, 232, 0.32);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.6);
}

.dates-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(19, 220, 232, 0.35);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

.dates-close:hover {
  background: #13dce8;
  color: #06111f;
}

.dates-modal-header {
  margin-bottom: 30px;
  padding-right: 56px;
}

.dates-modal-header span {
  display: inline-block;
  margin-bottom: 10px;
  color: #13dce8;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dates-modal-header h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1.1;
  font-weight: 900;
}

.dates-modal-header p {
  margin: 0;
  color: #b8c4d6;
  font-size: 16px;
  line-height: 1.6;
}

.dates-grid {
  display: grid;
  gap: 18px;
}

.location-date-card {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(19, 220, 232, 0.22);
  transition: 0.25s ease;
}

.location-date-card:hover {
  border-color: rgba(19, 220, 232, 0.65);
  box-shadow: 0 18px 55px rgba(19, 220, 232, 0.12);
  transform: translateY(-3px);
}

.location-date-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.location-date-header h3 {
  margin: 0 0 8px;
  color: #13dce8;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.location-date-header p {
  margin: 0;
  color: #d7e0ee;
  font-size: 15px;
}

.date-book-btn {
  min-height: 46px;
  padding: 0 22px;
  border-radius: 12px;
  background: #13dce8;
  color: #06111f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.25s ease;
}

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

.date-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.date-range-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  background: rgba(19, 220, 232, 0.08);
  border: 1px solid rgba(19, 220, 232, 0.48);
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  white-space: nowrap;
  transition: 0.25s ease;
}

.date-range-chip:hover {
  background: #13dce8;
  color: #06111f;
  transform: translateY(-2px);
}

.location-date-time {
  margin-top: 18px;
  color: #b8c4d6;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .dates-modal {
    padding: 14px;
  }

  .dates-modal-box {
    padding: 34px 20px;
    border-radius: 22px;
  }

  .dates-modal-header {
    padding-right: 48px;
  }

  .location-date-header {
    flex-direction: column;
    gap: 16px;
  }

  .location-date-header .date-book-btn {
    width: 100%;
  }

  .date-chip-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }

  .date-range-chip {
    width: 100%;
    min-height: 46px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .location-date-header {
    flex-direction: column;
  }

  .location-date-header .date-book-btn {
    width: 100%;
    justify-content: center;
  }

  .date-chip {
    width: 74px;
    height: 74px;
  }

  .date-chip strong {
    font-size: 26px;
  }
}

/* RESPONSIVE */
@media (max-width: 1100px) {
  .sia-nav-container {
    flex-wrap: wrap;
    padding: 18px;
  }

  .sia-menu-toggle {
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(19,220,232,0.35);
    border-radius: 13px;
    background: rgba(255,255,255,0.04);
    margin-left: auto;
  }

  .sia-menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    background: #ffffff;
  }

  .sia-menu {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 18px;
  }

  .sia-nav.is-open .sia-menu {
    display: flex;
  }

  .course-hero-inner,
  .course-layout {
    grid-template-columns: 1fr;
  }

  .course-sidebar {
    position: static;
  }

  .learn-grid,
  .trust-strip,
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .course-hero-inner {
    padding: 70px 5%;
  }

  .course-hero h1 {
    font-size: 42px;
  }

  .hero-info,
  .learn-grid,
  .trust-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .course-main {
    padding: 50px 5%;
  }

  .content-box,
  .price-card,
  .side-box {
    padding: 26px;
  }

  .date-card {
    grid-template-columns: 1fr;
  }

  .date-book-btn,
  .primary-btn,
  .outline-btn {
    width: 100%;
  }

  .sia-nav-actions {
    width: 100%;
    justify-content: space-between;
  }

  .footer-bottom {
    flex-direction: column;
  }
}/* End custom CSS */