


.category-btn {
    background-color: #fff;
    border: 2px solid #d9b4f3;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 16px;
    color: #8200C9;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .category-btn:hover,
  .category-btn.active {
    background-color: #f3e6ff;
  }

  .course {
    background-color: #fff;
    border: 2px solid #f3d7ff;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .course:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(130, 0, 201, 0.1);
  }

  .course img {
    max-width: 80px;
    margin-bottom: 15px;
  }

  .course h3 {
    font-size: 16px;
    font-weight: 600;
    color: #8200C9;
  }

.combo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.combo-card {
  background-color: #fff;
  color: #333;
  border-radius: 20px;
  padding: 25px;
  width: 320px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease;
}

.combo-card:hover {
  transform: translateY(-5px);
}

.combo-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.combo-header img {
  width: 40px;
}

.combo-header h3 {
  font-size: 20px;
  color: #8200C9;
  font-weight: 600;
}

.combo-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  text-align: left;
}

.combo-list li {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.combo-list img {
  width: 20px;
}

.refund-msg {
  font-size: 14px;
  color: #8200C9;
  background-color: #f4e8ff;
  padding: 8px 12px;
  border: 1px solid blue;
  border-radius: 8px;
  margin-bottom: 15px;
  display: inline-block;
}

.course-pack-section {
  padding: 60px 20px;
  background: #fff;
}

.course-pack-container {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.course-card {
  background-color: #fff3ff;
  width: 320px;
  border-radius: 25px;
  position: relative;
  padding: 30px 25px 20px;
  text-align: left;
  box-shadow: 0 0 10px rgba(200, 0, 255, 0.08);
  clip-path: polygon(
    0% 0%, 100% 0%, 100% 80px, 95% 80px, 95% 100px,
    100% 100px, 100% 100%, 0% 100%, 0% 100px,
    5% 100px, 5% 80px, 0% 80px
  );
}

.card-label {
  position: absolute;
  top: 18px;
  right: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 10px;
}

.card-label.new {
  background-color: #ffe3c1;
  color: #ff9800;
}

.card-label.popular {
  background-color: #eddcff;
  color: #a20df1;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #3d0066;
}

.card-option {
  background: #fbe9ff;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  color: #8900b5;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
}

.refund-strip {
  background-color: #ffefc5;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  margin-bottom: 25px;
}

.card-price {
  margin-bottom: 20px;
}

.price-now {
  font-size: 20px;
  font-weight: 700;
  color: #7c00aa;
}

.price-old {
  text-decoration: line-through;
  color: #888;
  margin-left: 10px;
}

.price-off {
  display: block;
  font-size: 13px;
  color: green;
  margin-top: 4px;
}

.card-btn {
  display: inline-block;
  text-align: center;
  background: linear-gradient(to right, #a400e0, #d43fff);
  padding: 12px 0;
  border-radius: 12px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
  transition: background 0.3s;
}

.internship-section {
  padding: 60px 20px;
  text-align: center;
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: #7000a9;
  margin-bottom: 30px;
}

.features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 50px;
}

.feature {
  text-align: center;
  width: 100px;
}

.feature img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.feature p {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.internship-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
  background: #fff;
}

/* Card */
.internship-card {
  background: #fdf4ff;
  width: 280px;
  border-radius: 20px;
  padding: 20px 15px 25px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(100, 0, 200, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.internship-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(100, 0, 200, 0.2);
}

/* Diagonal Ribbon Badge */
.ribbon {
  width: 110px;
  height: 110px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 150px;
  padding: 8px 0;
  background-color: #7e22ce;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  transform: rotate(-45deg);
  transform-origin: 0 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  top: 70px;
  left: -30px;
  line-height: 1.2;
}

/* Image Section */
.internship-card img {
  width: 100%;
  max-height: 130px;
  object-fit: contain;
  margin-bottom: 10px;
}

/* Title */
.internship-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: #2e004e;
  margin: 15px 0 12px;
}

/* Rating & Learners */
.card-info {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 12px;
}

.card-info span {
  background: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 500;
  color: #9400e2;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

/* Button */
.learn-more-btn {
  background: linear-gradient(to right, #9400e2, #c440ff);
  color: #fff;
  padding: 10px 0;
  text-decoration: none;
  display: block;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
}





/* Section Styles */


.content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

/* Step Boxes */
.steps {
  flex: 1;
  min-width: 280px;
  max-width: 600px;
}

.step-box {
  background-color: #fff;
  color: #222;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.video-circle {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2e5ff;
  flex-shrink: 0;
}

.video-circle video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Duration Card (Double box) */
.duration-wrapper {
  flex: 0 0 380px;
}

.duration-outer {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.duration-inner {
  background: white;
  color: #333;
  border-radius: 14px;
  padding: 25px 20px;
  font-size: 0.95rem;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.duration-inner h4 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: #6a1b9a;
  border-bottom: 2px solid #ffa500;
  padding-bottom: 5px;
}

.duration-inner ul {
  list-style: decimal inside;
  padding-left: 0;
}

.duration-inner li {
  margin-bottom: 12px;
  line-height: 1.5;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .content {
    flex-direction: column;
    align-items: center;
  }

  .steps,
  .duration-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .duration-wrapper {
    display: flex;
    justify-content: center;
  }

  .duration-outer {
    max-width: 400px;
    width: 100%;
  }
}
.video-wrapper {
  max-width: 650px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.video-wrapper iframe {
  width: 100%;
  height: 360px;
  border: none;
  border-radius: 12px;
}
/* Responsive */
@media (max-width: 768px) {
 .video-wrapper iframe {
    height: 240px;
  }
}
.features-box {
  display: inline-block;
  border: 1px solid #bbb;
  border-radius: 12px;
  padding: 20px 40px;
  background-color: #fff;
  max-width: 700px;
  margin: 0 auto;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  gap: 15px;
  padding: 0;
  margin: 0;
}

.feature-list li {
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon {
  color: green;
  font-size: 1.2rem;
}

/* Comparison Table Section */
.comparison-section {
  background-color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.comparison-section .section-title {
  font-size: 2rem;
  font-weight: 800;
  color: #800080;
  margin-bottom: 30px;
}

.comparison-table {
  overflow-x: auto;
}

.comparison-table table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #f9f0ff;
  border-radius: 12px;
  overflow: hidden;
}

.comparison-table th,
.comparison-table td {
  padding: 16px 20px;
  border: 1px solid #ddd;
  font-size: 1rem;
  text-align: center;
}

.comparison-table th {
  font-weight: 700;
  color: #4a0066;
  background-color: #f3e6ff;
}

.comparison-table td {
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .feature-list {
    flex-direction: column;
    align-items: flex-start;
  }
}

.student-reviews-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.student-reviews-section .section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.student-reviews-section .section-title span {
  color: #800080;
}

.video-carousel {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.video-card {
  width: 220px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  background: #f9f9f9;
  text-align: center;
  padding: 15px 10px;
}

.video-card video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  cursor: pointer;
}

.video-card h3 {
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.1rem;
}

.video-card p {
  font-size: 0.9rem;
  color: #555;
}

/* Carousel Dots */
.carousel-dots {
  margin-top: 20px;
}

.carousel-dots .dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
}

.carousel-dots .dot.active {
  background-color: #800080;
}
