.hero-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;

}

.hero-title {
    font-size: 42px;
    font-weight: 500;
    color: #333;
}

.hero-subtitle {
    max-width: 700px;
    margin: 20px auto;
    font-size: 16px;
    color: #666;
}

/* Circle background */
.circle-bg {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #e6dbff, #f6f1ff);
    border-radius: 50%;
    z-index: -1;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
}

.student-img {
    max-width: 260px;
}

.info-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: absolute;
}

.rating-card {
    left: 50px;
    top: 260px;
}

.learners-card {
    right: 50px;
    top: 240px;
    width: 260px;
}

.avatars img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -10px;
}

.stars i {
    color: #f4c150;
}

@media (max-width: 768px) {

    .rating-card,
    .learners-card {
        position: static;
        margin: 15px auto;
    }
}

/* ability section */

.abilities-section {
    padding: 40px 0;
}

.section-title {
    font-weight: 500;
    font-size: 36px;
    color: #333;
}

.section-subtitle {
    max-width: 700px;
    margin: 15px auto 50px;
    color: #666;
    font-size: 16px;
}

.feature-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.feature-icon {
    width: 44px;
    height: 44px;
    background: #F1FFE8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4CAF50;
    font-size: 18px;
    flex-shrink: 0;
}

.feature-card h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.feature-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.image-box {
    border-radius: 20px;
    padding: 40px;
    position: relative;
    text-align: center;
}

.image-box img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.info-badge {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--tertiory-color);
    padding: 18px 22px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 85%;
    text-align: center;
}

.info-badge h6 {
    margin-bottom: 5px;
    font-weight: 600;
}

.info-badge p {
    font-size: 14px;
    margin: 0;
    color: #666;
}

.feature-icon img {
    width: 20px;
}

.feature-card {
    transition: all 0.3s ease;
    cursor: pointer;
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
}


.feature-card:hover h6 {
    color: #4CAF50;
}

@media (max-width: 768px) {
    .info-badge {
        position: static;
        transform: none;
        margin-top: 20px;
        width: 100%;
    }
}


/* career section  */

.career-section {
    padding: 60px 0;
}

.career-title {
    font-size: 36px;
    font-weight: 500;
    color: #333;
}

.career-subtitle {
    max-width: 750px;
    margin: 15px auto 50px;
    font-size: 16px;
    color: #666;
}

.career-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: pointer;
}

.career-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.career-icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: #F1FFE8;
    color: #4CAF50;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 18px;
}

.career-card h6 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.career-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}


/* skills section */

.skills-section {
    padding: 40px 0;
}

.skills-title {
    font-size: 36px;
    font-weight: 500;
    color: #333;
}

.skills-subtitle {
    max-width: 760px;
    margin: 15px auto 50px;
    color: #666;
    font-size: 16px;
}

.skill-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.skill-card h6 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.xp-text {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

.progress {
    height: 8px;
    border-radius: 6px;
    background-color: #eee;
    margin-bottom: 14px;
}

.progress-bar {
    background-color: #A6E57A;
    border-radius: 6px;
}

.skill-tags span {
    display: inline-block;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #F3FFE8;
    color: #4CAF50;
    margin-right: 6px;
    margin-bottom: 6px;
}

.summary-text {
    text-align: center;
    margin: 50px auto 30px;
    max-width: 800px;
    font-size: 16px;
}

.xp-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #2F45FF, #2D8CFF);
    color: #fff;
    padding: 12px 26px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 16px;
}

.xp-pill span {
    opacity: 0.9;
}


/* cta section */

.cta-section {
    padding: 50px 0;
    text-align: center;
}

.cta-title {
    font-size: 40px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
}

.cta-subtitle {
    max-width: 780px;
    margin: 0 auto 40px;
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

.cta-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 45px;
}

.cta-tag {
    padding: 8px 18px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #666;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary-custom {
    background: #2F45FF;
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.btn-primary-custom:hover {
    background: #2236e8;
    transform: translateY(-2px);
}

.btn-secondary-custom {
    background: #7BA23F;
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 999px;
    transition: all 0.3s ease;
}

.btn-secondary-custom:hover {
    background: #6a8f35;
    transform: translateY(-2px);
}
/* video */
.brand-video-section {
  background: #f8f9fa;
}

.video-container {
  position: relative;
  max-width: 900px;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.volume-btn {
  position: absolute;
  bottom: 20px;
  right: 80px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
/* Play Button Circle */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* Blue Triangle */
.play-btn span {
  width: 0;
  height: 0;
  border-left: 24px solid #2f5bff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

/* Responsive */
@media (max-width: 768px) {
  .play-btn {
    width: 70px;
    height: 70px;
  }

  .play-btn span {
    border-left: 18px solid #2f5bff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}



/* Make video taller */
.video-container video {
  width: 100%;
  height: 500px;
  /* 👈 Increase height */
  object-fit: cover;
  /* Prevent distortion */
}

/* Responsive height */
@media (max-width: 992px) {
  .video-container video {
    height: 380px;
  }
}

@media (max-width: 576px) {
  .video-container video {
    height: 260px;
  }
}
.video-caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  white-space: nowrap;       /* Force 1 line */
  overflow: hidden;
  text-overflow: ellipsis;   /* Add ... if too long */
  max-width: 90%;
}
@media (max-width: 768px) {
  .video-caption {
    font-size: 13px;      /* Smaller font */
    padding: 6px 12px;    /* Less padding */
    bottom: 10px;         /* Slightly closer */
  }
}


.video-container {
  position: relative;
  overflow: hidden;
}

.video-toggle {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.video-toggle:hover {
  background: rgba(0,0,0,0.9);
}

/*  e catgloue */
/* Section */
.catalog-section {
  padding: 80px 0;
}

/* Heading */
.catalog-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.catalog-subtitle {
  text-align: center;
  margin-bottom: 30px;
}

/* Wrapper */
.flip-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

/* Flipbook */
#flipbook {
  margin: auto;
}

/* Page */
#flipbook .page {
  background: #fff;
  overflow: hidden;
}

/* Image */
#flipbook img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* IMPORTANT */
}

/* Shadow */
#flipbook .page {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Buttons */
.btn {
  margin: 5px;
}

/* COVER PAGE */
.cover-content {
  display: flex;
  height: 100%;
}

.cover-left {
  width: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cover-left h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.cover-left p {
  font-size: 15px;
  line-height: 1.6;
}

.cover-right {
  width: 50%;
}

.cover-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* END PAGE */
.end-page {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.end-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.end-content p {
  margin-bottom: 20px;
}

/* MOBILE */
@media (max-width: 768px) {

  .cover-content {
    flex-direction: column;
  }

  .cover-left,
  .cover-right {
    width: 100%;
  }

  .cover-left {
    padding: 20px;
    text-align: center;
  }
}

/* Fix wide screen stretching issue */
.flip-wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#flipbook {
  width: 100%;
}

/* Mobile optimization for end page */
@media (max-width: 480px) {

  .end-page h1 {
    font-size: 24px !important;
    line-height: 1.2;
  }

  .end-page p {
    font-size: 14px !important;
    margin-top: 8px;
  }

  .end-page .btn,
  .end-page button {
    font-size: 13px !important;
    padding: 8px 14px !important;
    border-radius: 6px;
  }

  .end-page {
    padding: 15px 10px !important;
    text-align: center;
  }
}