.elementor-885 .elementor-element.elementor-element-43abd33{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9729501 */@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Poppins:wght@400;500;600&display=swap');

.program-hero-section,
.program-hero-section * {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.program-hero-section {
  position: relative !important;
  width: 100% !important;
  min-height: 300px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  font-family: 'Poppins', sans-serif !important;
  color: #ffffff !important;
}

.program-hero-bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
}

.program-hero-bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

.program-hero-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(
    90deg, 
    rgba(15, 8, 5, 0.88) 0%, 
    rgba(20, 10, 5, 0.70) 50%, 
    rgba(0, 0, 0, 0.30) 100%
  ) !important;
  z-index: 2 !important;
}

.program-hero-container {
  width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 0 40px !important;
  position: relative !important;
  z-index: 3 !important;
}

.program-hero-content {
  max-width: 700px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.program-hero-title {
  font-family: 'Cinzel', serif !important;
  font-size: 52px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.1 !important;
  margin: 0 0 10px 0 !important;
  letter-spacing: -0.5px !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
  text-transform: uppercase !important;
}

.program-hero-title span {
  color: #ffaa33 !important;
}

.program-divider-line {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 4px 0 12px 0 !important;
  width: 180px !important;
  height: auto !important;
}

.program-divider-line .line-left {
  width: 40px !important;
  height: 2px !important;
  background: #ffaa33 !important;
}

.program-divider-line .diamond-symbol {
  color: #ffaa33 !important;
  font-size: 10px !important;
  line-height: 1 !important;
}

.program-divider-line .line-right {
  flex: 1 !important;
  height: 1px !important;
  background: linear-gradient(90deg, #ffaa33 0%, rgba(255, 170, 51, 0) 100%) !important;
}

.program-hero-breadcrumbs {
  font-size: 14px !important;
  color: #d1b89d !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 4px !important;
}

.breadcrumb-link {
  color: #e6cbb2 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  transition: color 0.3s ease !important;
}

.breadcrumb-link:hover {
  color: #ffaa33 !important;
}

.breadcrumb-separator {
  color: #8c735c !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.breadcrumb-current {
  color: #ffaa33 !important;
  font-weight: 500 !important;
}

/* --- RESPONSIVE MEDIA QUERIES (NO MOBILE GAP) --- */

@media (max-width: 991px) {
  .program-hero-section {
    min-height: auto !important;
    padding: 30px 0 !important;
  }

  .program-hero-container {
    padding: 0 30px !important;
  }

  .program-hero-title {
    font-size: 38px !important;
    margin: 0 0 6px 0 !important;
  }

  .program-divider-line {
    margin: 4px 0 10px 0 !important;
  }
}

@media (max-width: 768px) {
  .program-hero-section {
    min-height: auto !important;
    padding: 24px 0 !important;
  }

  .program-hero-overlay {
    background: linear-gradient(
      180deg, 
      rgba(15, 8, 5, 0.92) 0%, 
      rgba(20, 10, 5, 0.75) 60%, 
      rgba(0, 0, 0, 0.40) 100%
    ) !important;
  }

  .program-hero-container {
    padding: 0 20px !important;
  }

  .program-hero-title {
    font-size: 28px !important;
    line-height: 1.15 !important;
    margin: 0 0 6px 0 !important;
  }

  .program-divider-line {
    margin: 2px 0 8px 0 !important;
  }

  .program-hero-breadcrumbs {
    font-size: 13px !important;
    gap: 6px !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 480px) {
  .program-hero-section {
    min-height: auto !important;
    padding: 18px 0 !important;
  }

  .program-hero-container {
    padding: 0 16px !important;
  }

  .program-hero-title {
    font-size: 22px !important;
    letter-spacing: 0 !important;
    margin: 0 0 4px 0 !important;
  }

  .program-divider-line {
    width: 140px !important;
    margin: 2px 0 6px 0 !important;
  }

  .program-hero-breadcrumbs {
    font-size: 12px !important;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-7bf3c9a */.spvd-programs-grid-wrapper {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 50px 0;
}

.spvd-programs-grid-wrapper .programs-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  width: 100%;
}

.spvd-programs-grid-wrapper .program-card {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #F7EBDD;
  border-radius: 12px;
  padding: 20px 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(204, 85, 0, 0.03);
  box-sizing: border-box;
}

.spvd-programs-grid-wrapper .program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(204, 85, 0, 0.08);
}

.spvd-programs-grid-wrapper .program-icon-wrapper {
  width: 45px;
  height: 45px;
  margin: 0 auto 12px auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spvd-programs-grid-wrapper .program-icon {
  width: 28px;
  height: auto;
  color: #FF9933;
}

.spvd-programs-grid-wrapper .program-title {
  font-size: 16px;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0 0 6px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.spvd-programs-grid-wrapper .program-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 8px 0 10px 0;
  color: #FF9933;
  font-size: 12px;
}

.spvd-programs-grid-wrapper .program-divider span {
  flex: 1;
  height: 1px;
  background: #F2E4D0;
}

.spvd-programs-grid-wrapper .program-badge {
  display: inline-block;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  margin-bottom: 4px;
}

.spvd-programs-grid-wrapper .program-time {
  font-size: 14px;
  color: #000;
  margin: 0;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .spvd-programs-grid-wrapper .programs-grid {
    grid-template-columns: repeat(3, 1fr)!important;
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .spvd-programs-grid-wrapper .programs-grid {
    grid-template-columns: repeat(2, 1fr)!important;
    gap: 10px;
    padding:10px;
  }
}

@media (max-width: 576px) {
  .spvd-programs-grid-wrapper .programs-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
  .spvd-programs-grid-wrapper .program-title {
    white-space: normal;
  }
}/* End custom CSS */