/* Custom Corporate Training Page Styles */

/* Intro Section */
.intro-section {
  background: #f9f9f9;
  padding: 60px 0;
}

.intro-title {
  color: #ffc451;
  font-weight: 700;
  margin-bottom: 30px;
}

.intro-text {
  font-size: 18px;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 20px;
}

/* Programs Section */
.programs-section {
  padding: 80px 0;
  background: #fff;
}

.programs-title {
  color: #ffc451;
}

.programs-subtitle {
  font-size: 20px;
  color: #444444;
}

.program-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  margin-bottom: 30px;
}

.program-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 196, 81, 0.3);
}

.program-icon {
  font-size: 50px;
  color: #ffc451;
  margin-bottom: 20px;
}

.program-card h4 {
  color: #151515;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}

.program-card > p {
  font-size: 16px;
  color: #444444;
  margin-bottom: 25px;
  line-height: 1.7;
}

.program-details h5 {
  color: #ffc451;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.program-details ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.program-details ul li {
  padding: 5px 0;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  color: #444444;
}

.program-details ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffc451;
  font-weight: bold;
}

.program-details p {
  font-size: 14px;
  color: #444444;
  font-style: italic;
}

/* Approach Section */
.approach-section {
  padding: 60px 0;
}

.approach-title {
  color: #ffffff;
}

.approach-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}

.approach-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease;
  height: 100%;
}

.approach-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.15);
}

.approach-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ffc451, #ffb020);
  color: #151515;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0 auto 20px;
}

.approach-card h5 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

.approach-card p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.7;
}

/* Delivery Section */
.delivery-section {
  padding: 80px 0;
  background: #f9f9f9;
}

.delivery-title {
  color: #ffc451;
}

.delivery-subtitle {
  font-size: 20px;
  color: #444444;
}

.delivery-card {
  background: white;
  border-radius: 10px;
  padding: 35px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.delivery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 196, 81, 0.2);
}

.delivery-icon {
  font-size: 50px;
  color: #ffc451;
  margin-bottom: 20px;
}

.delivery-card h4 {
  color: #151515;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}

.delivery-description {
  font-size: 16px;
  color: #444444;
  margin-bottom: 25px;
  line-height: 1.7;
}

.delivery-benefits h5,
.delivery-format h5 {
  color: #ffc451;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.delivery-benefits ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.delivery-benefits ul li {
  padding: 5px 0;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  color: #444444;
}

.delivery-benefits ul li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #ffc451;
  font-weight: bold;
}

.delivery-format p {
  font-size: 14px;
  color: #444444;
  line-height: 1.6;
}

/* KPI Section */
.kpi-section {
  padding: 80px 0;
  background: #fff;
}

.kpi-title {
  color: #ffc451;
}

.kpi-subtitle {
  font-size: 20px;
  color: #444444;
}

.kpi-heading {
  color: #ffc451;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 28px;
}

.kpi-text {
  font-size: 16px;
  line-height: 1.8;
  color: #444444;
  margin-bottom: 20px;
}

.kpi-examples {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
}

.kpi-examples h4 {
  color: #ffc451;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 22px;
}

.kpi-item {
  background: white;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 15px;
  border-left: 4px solid #ffc451;
}

.kpi-item:last-child {
  margin-bottom: 0;
}

.kpi-metric {
  color: #ffc451;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.kpi-item p {
  color: #444444;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* Why Choose Section */
.why-choose-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.why-title {
  color: #ffc451;
  margin-bottom: 40px;
}

.why-card {
  text-align: center;
  padding: 30px 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 196, 81, 0.2);
}

.why-card i {
  font-size: 40px;
  color: #ffc451;
  margin-bottom: 15px;
  flex-shrink: 0;
}

.why-card h5 {
  color: #151515;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.why-card p {
  color: #444444;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .program-card {
    padding: 25px;
  }

  .program-icon,
  .delivery-icon {
    font-size: 40px;
  }

  .intro-text {
    font-size: 16px;
  }

  .approach-card {
    padding: 25px;
    margin-bottom: 20px;
  }

  .approach-number {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }

  .delivery-card {
    padding: 25px;
    margin-bottom: 30px;
  }

  .kpi-heading {
    font-size: 24px;
  }

  .kpi-metric {
    font-size: 24px;
  }

  .kpi-examples {
    padding: 20px;
    margin-top: 30px;
  }
}