/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  padding: 4rem 1rem;
  text-align: center;
}

.hero-section h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.hero-section .meta {
  font-size: 1rem;
  opacity: 0.9;
}

/* Card Styles */
.content-card {
  background: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: transform 0.2s ease;
}

.content-card:hover {
  transform: translateY(-4px);
}

/* Tags inside cards */
.content-card .tag {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  margin: 0.25rem;
  background: #e9ecef;
  border-radius: 20px;
  font-size: 0.85rem;
  color: #6c757d;
}

.content-card .tag:hover {
  background: #667eea;
  color: white;
}

/* Details lists in cards */
.content-card .details {
  margin-top: 1rem;
}

.content-card .details div {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

/* Sidebar Card */
.sidebar-card {
  background: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}

.sidebar-card .price {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1a1a1a;
}

.sidebar-card .btn-primary {
  background-color: #667eea;
  color: white;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 8px;
  display: block;
  text-align: center;
}
.hero {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  padding: 4rem 1rem;
  text-align: center;
}

.card {
  background: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: transform 0.2s ease;
}
/* Generic Card */
.content-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.content-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

/* Card Title */
.card-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #1a1a1a;
  font-weight: 600;
}

/* Card Text & Details */
.card-text {
  color: #6c757d;
  line-height: 1.6;
}

.card-details div {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #495057;
}

.card-details .icon {
  margin-right: 0.5rem;
  color: #667eea;
}

/* Skills Section */
.skills-card {
  background: #f8f9fa;
  border-left: 4px solid #667eea;
}
.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.skill-tag {
  padding: 0.3rem 0.8rem;
  background: #eef2ff;
  border-radius: 20px;
  font-size: 0.85rem;
  color: #667eea;
  font-weight: 500;
}

/* Curriculum Section */
.curriculum-card {
  background: #f8f9fa;
  border-left: 4px solid #764ba2;
}
.curriculum-list {
  margin-top: 0.5rem;
  list-style: none;
  padding-left: 1rem;
}
.curriculum-list li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.5rem;
}
.curriculum-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #764ba2;
  font-weight: bold;
}

/* Fees Section */
.fees-card {
  background: #f8f9fa;
  border-left: 4px solid #f59e0b;
}
.fees-card .icon {
  color: #f59e0b;
}

/* Included Section */
.included-card {
  background: #f8f9fa;
  border-left: 4px solid #10b981;
}
.included-list {
  margin-top: 0.5rem;
  list-style: none;
  padding-left: 1rem;
}
.included-list li {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.5rem;
}
.included-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: bold;
}

/* Instructors Section */
.instructors-card {
  background: #f8f9fa;
  border-left: 4px solid #3b82f6;
}
.instructors-card .icon {
  color: #3b82f6;
}

/* Sidebar Card */
.sidebar-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 1.5rem;
}
.bootcamp-form {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1rem;
  margin-top: 0.5rem;
}

.bootcamp-form .form-title {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #111827;
}

.bootcamp-form .form-control,
.bootcamp-form .form-select {
  font-size: 0.85rem;
  border-radius: 8px;
}

.bootcamp-form .btn-outline-primary {
  border-radius: 999px;
  font-size: 0.85rem;
}

/* Success popup below Apply Now */
.form-success-popup {
  display: none;
  margin-top: 0.75rem;
  padding: 0.6rem 0.8rem;
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  border-radius: 10px;
  font-size: 0.85rem;
  color: #047857;
}
