.elementor-2296 .elementor-element.elementor-element-c0dc521{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-00d96e7 *//* ===== PROGRAMS PAGE STYLES ===== */
.programs-hero {
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #722F37 0%, #5a252b 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.programs-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000" opacity="0.03"><polygon points="100,100 200,50 300,100 400,50 500,100 600,50 700,100 800,50 900,100 1000,50 1000,150 900,200 800,150 700,200 600,150 500,200 400,150 300,200 200,150 100,200 0,150 0,50" fill="white"/></svg>');
  background-size: 400px 400px;
}

.programs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 600px;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 25px;
  background: linear-gradient(45deg, #fff 0%, #f5e8e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-content p {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.9;
}

.hero-stats {
  display: flex;
  gap: 40px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  background: linear-gradient(45deg, #722F37, #8a3a44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.8;
  font-weight: 500;
}

.hero-image {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
}

.hero-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Programs Content */
.programs-content {
  padding: 80px 0;
  background: #f8f9fa;
}

/* Programs Navigation */
.programs-nav {
  background: white;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  margin-bottom: 60px;
  text-align: center;
}

.programs-nav h3 {
  font-size: 1.5rem;
  color: #212121;
  margin-bottom: 25px;
  font-weight: 600;
}

.nav-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.nav-link {
  padding: 15px 20px;
  background: #f8f9fa;
  border-radius: 8px;
  text-decoration: none;
  color: #212121;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  border: 2px solid transparent;
}

.nav-link:hover {
  background: #722F37;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(114, 47, 55, 0.3);
}

/* Program Detail Sections */
.program-detail {
  background: white;
  border-radius: 20px;
  padding: 60px;
  margin-bottom: 60px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

.program-header {
  text-align: center;
  margin-bottom: 50px;
}

.program-icon {
  font-size: 4rem;
  margin-bottom: 20px;
  display: block;
}

.program-header h2 {
  font-size: 2.5rem;
  color: #212121;
  margin-bottom: 15px;
  font-weight: 700;
}

.program-tagline {
  font-size: 1.3rem;
  color: #666;
  font-style: italic;
}

.program-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.program-grid.reverse {
  direction: rtl;
}

.program-grid.reverse > * {
  direction: ltr;
}

.program-info h3 {
  font-size: 1.8rem;
  color: #212121;
  margin-bottom: 20px;
  font-weight: 600;
}

.program-info p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}

/* Program Features */
.program-features {
  margin: 40px 0;
}

.program-features h4 {
  font-size: 1.4rem;
  color: #212121;
  margin-bottom: 25px;
  font-weight: 600;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.feature {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.feature-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 5px;
}

.feature strong {
  display: block;
  color: #212121;
  margin-bottom: 5px;
  font-size: 1rem;
}

.feature p {
  margin: 0;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Skills & Tracks Grid */
.skills-grid,
.tracks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 20px;
}

.skill-category,
.track {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  border-left: 4px solid #722F37;
}

.skill-category h5,
.track h5 {
  color: #212121;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 600;
}

.skill-category ul,
.track ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skill-category li,
.track li {
  padding: 5px 0;
  color: #555;
  font-size: 0.95rem;
  position: relative;
  padding-left: 15px;
}

.skill-category li:before,
.track li:before {
  content: "•";
  color: #722F37;
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* Program Outcomes & Duration */
.program-outcomes,
.program-duration {
  margin: 30px 0;
}

.program-outcomes h4,
.program-duration h4 {
  font-size: 1.4rem;
  color: #212121;
  margin-bottom: 20px;
  font-weight: 600;
}

.program-outcomes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.program-outcomes li {
  padding: 8px 0;
  color: #555;
  position: relative;
  padding-left: 25px;
}

.program-outcomes li:before {
  content: "✓";
  color: #722F37;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.duration-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.duration-item {
  text-align: center;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
}

.duration-item strong {
  display: block;
  color: #212121;
  margin-bottom: 8px;
  font-size: 1rem;
}

.duration-item span {
  color: #666;
  font-size: 0.95rem;
}

/* Program Stats */
.program-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.stat-card {
  text-align: center;
  padding: 25px 15px;
  background: linear-gradient(135deg, #722F37, #5a252b);
  color: white;
  border-radius: 12px;
}

.stat-card .stat-number {
  background: linear-gradient(45deg, #fff, #f5e8e8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 2rem;
}

.stat-card .stat-label {
  opacity: 0.9;
  color: white;
}

/* Program Gallery */
.program-gallery {
  position: sticky;
  top: 100px;
}

.gallery-main {
  margin-bottom: 20px;
}

.gallery-main img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.gallery-thumbnails {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.gallery-thumbnails img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.gallery-thumbnails img:hover {
  transform: scale(1.05);
}

/* Program CTA */
.program-cta {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.cta-btn {
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid;
  display: inline-block;
  text-align: center;
}

.cta-btn.primary {
  background: #722F37;
  color: white;
  border-color: #722F37;
}

.cta-btn.primary:hover {
  background: #5a252b;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(114, 47, 55, 0.3);
}

.cta-btn.secondary {
  background: transparent;
  color: #722F37;
  border-color: #722F37;
}

.cta-btn.secondary:hover {
  background: #722F37;
  color: white;
  transform: translateY(-2px);
}

/* Global CTA */
.global-cta {
  background: linear-gradient(135deg, #722F37 0%, #5a252b 100%);
  color: white;
  padding: 80px 40px;
  border-radius: 20px;
  text-align: center;
  margin-top: 60px;
}

.cta-content h3 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.cta-content p {
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-image {
    position: relative;
    width: 100%;
    margin-top: 40px;
    right: auto;
    top: auto;
    transform: none;
  }
  
  .hero-content {
    max-width: 100%;
    text-align: center;
  }
  
  .hero-stats {
    justify-content: center;
  }
  
  .nav-links {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .program-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .features-grid,
  .skills-grid,
  .tracks-grid {
    grid-template-columns: 1fr;
  }
  
  .duration-info {
    grid-template-columns: 1fr;
  }
  
  .program-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .programs-hero {
    padding: 100px 0 60px;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .program-detail {
    padding: 40px 25px;
  }
  
  .program-header h2 {
    font-size: 2rem;
  }
  
  .hero-stats {
    flex-direction: column;
    gap: 20px;
  }
  
  .nav-links {
    grid-template-columns: 1fr;
  }
  
  .program-cta {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .programs-container {
    padding: 0 15px;
  }
  
  .hero-content h1 {
    font-size: 2rem;
  }
  
  .program-header h2 {
    font-size: 1.8rem;
  }
  
  .program-detail {
    padding: 30px 20px;
  }
  
  .gallery-thumbnails {
    grid-template-columns: 1fr;
  }
  
  .global-cta {
    padding: 60px 25px;
  }
  
  .cta-content h3 {
    font-size: 2rem;
  }
}/* End custom CSS */