@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
  --dark: #030826;
  --blue: #1557ff;
  --yellow: #ffb900;
  --orange: #ff5a16;
  --green: #22b84a;
  --purple: #8b42e8;
  --text: #101828;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background: #fff;
  color: var(--text);
}

/* TOP BAR */
.top-bar {
  background: #020722;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 0;
}

.top-bar span {
  color: var(--yellow);
}

.top-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-social span {
  color: #fff;
  font-size: 12px;
}

.top-social i {
  width: 19px;
  height: 19px;
  background: #fff;
  color: #020722;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

/* NAVBAR */
.main-navbar {
  background: #fff;
  padding: 0px;
  min-height: 90px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  z-index: 10;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-bulb {
  font-size: 42px;
  line-height: 1;
}

.logo-text h2 {
  color: #0952bd;
  font-size: 31px;
  font-weight: 900;
  line-height: 0.82;
  margin: 0;
}

.logo-text h2 span {
  color: #003d9a;
}

.logo-text small {
  font-size: 8px;
  color: #555;
  font-weight: 600;
}

.navbar-nav {
  gap: 22px;
}

.nav-link {
  color: #101010 !important;
  font-size: 13px;
  font-weight: 600;
  padding: 0 !important;
}

.nav-link:hover{
  color: #0b4fff !important;
  position: relative;
}

.nav-link i {
  font-size: 10px;
}

.nav-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 28px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.nav-phone i {
  font-size: 24px;
}

.register-btn {
  background: var(--yellow);
  color: #111;
  font-weight: 500;
  border-radius: 8px;
  padding: 15px 30px;
  font-size: 14px;
}

.register-btn:hover {
  background: #ffc933;
}

/* HERO */
.hero-section {
  position: relative;
  background:
    radial-gradient(circle at 73% 40%, rgba(19, 87, 255, 0.85), transparent 27%),
    radial-gradient(circle at 92% 55%, rgba(16, 54, 190, 0.7), transparent 20%),
    linear-gradient(135deg, #04093a 0%, #071175 55%, #050b48 100%);
  color: #fff;
  min-height: 480px;
  overflow: hidden;
  padding: 75px 0 55px;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.25;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-path {
  color: var(--yellow);
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 22px;
}

.hero-left h1 {
  font-size: 47px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -1.5px;
  margin-bottom: 22px;
}

.hero-left h1 span {
  color: var(--yellow);
}

.hero-desc {
  max-width: 520px;
  color: #f2f5ff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 28px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.yellow-btn {
  background: var(--yellow);
  color: #111;
  font-weight: 500;
  padding: 14px 34px;
  border-radius: 6px;
  font-size: 14px;
}

.yellow-btn:hover {
  background: #ffc933;
}

.dark-outline-btn {
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  padding: 13px 34px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}

.dark-outline-btn:hover {
  background: #fff;
  color: var(--blue);
}

/* HERO RIGHT */
.hero-right {
  position: relative;
}

.student-wrap {
  position: relative;
  min-height: 360px;
}

.student-img {
  width: 390px;
  height: 390px;
  object-fit: cover;
  object-position: center;
  border-radius: 35px;
  display: block;
  /* margin-left: 40px; */
  filter: drop-shadow(0 25px 35px rgba(0, 0, 0, 0.32));
}

.floating-card {
  position: absolute;
  right: 0;
  width: 250px;
  background: #fff;
  color: #111;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
}

.floating-card h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}

.floating-card p {
  font-size: 11px;
  font-weight: 600;
  color: #667085;
  margin: 0;
}

.card-icon {
  width: 57px;
  height: 57px;
  color: #fff;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  flex-shrink: 0;
}

.card-icon.blue {
  background: var(--blue);
}

.card-icon.orange {
  background: var(--orange);
}

.card-icon.green {
  background: var(--green);
}

.card-web {
  top: 0;
}

.card-digital {
  top: 120px;
}

.card-mobile {
  top: 240px;
}

/* STATS */
.stats-wrapper {
  position: relative;
  margin-top: -55px;
  z-index: 5;
  padding-bottom: 25px;
}

.stats-box {
  max-width: 970px;
  margin: auto;
  background: #fff;
  border-radius: 22px;
  padding: 24px 34px;
  box-shadow: 0 18px 45px rgba(13, 36, 87, 0.16);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.stat-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-right: 1px solid #edf0f5;
}

.stat-item:last-child {
  border-right: none;
}

.stat-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}

.blue-light {
  background: #eef3ff;
  color: var(--blue);
}

.green-light {
  background: #eaf9ef;
  color: var(--green);
}

.orange-light {
  background: #fff0e9;
  color: var(--orange);
}

.purple-light {
  background: #f4ecff;
  color: var(--purple);
}

.stat-item h3 {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 1px;
}

.stat-item:nth-child(1) h3 {
  color: var(--blue);
}

.stat-item:nth-child(2) h3 {
  color: var(--green);
}

.stat-item:nth-child(3) h3 {
  color: var(--orange);
}

.stat-item:nth-child(4) h3 {
  color: var(--purple);
}

.stat-item p {
  font-size: 11px;
  font-weight: 600;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .navbar-nav {
    gap: 13px;
  }

  .hero-left h1 {
    font-size: 42px;
  }

  .student-img {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .top-bar .container {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .navbar-collapse {
    padding: 25px 0;
  }

  .navbar-nav {
    gap: 18px;
    margin-bottom: 25px;
  }

  .nav-phone {
    margin: 20px 0;
  }

  .hero-section {
    text-align: center;
    padding: 65px 0 90px;
  }

  .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-buttons {
    justify-content: center;
  }

  .student-wrap {
    margin-top: 45px;
  }

  .student-img {
    margin: auto;
    width: 360px;
    height: 360px;
  }

  .floating-card {
    position: static;
    margin: 15px auto;
  }

  .stats-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .stat-item {
    border-right: none;
  }
}

@media (max-width: 575px) {
  .hero-left h1 {
    font-size: 34px;
  }

  .hero-desc {
    font-size: 14px;
  }

  .hero-buttons .btn {
    width: 100%;
  }

  .student-img {
    width: 280px;
    height: 280px;
  }

  .stats-box {
    grid-template-columns: 1fr;
    padding: 25px;
  }

  .stat-item {
    justify-content: flex-start;
  }

  .floating-card {
    width: 100%;
  }
}
/* ================= PROGRAMS SECTION ================= */

.programs-section {
  padding: 40px 0 60px;
  background: #ffffff;
}

.section-title-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 35px;
}

.section-title-row h2 {
  font-size: 31px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 6px;
}

.section-title-row h2 span {
  color: #1357ff;
}

.section-title-row p {
  margin: 0;
  color: #111827;
  font-size: 14px;
  font-weight: 500;
}

.view-btn {
  border: 2px solid #1357ff;
  color: #1357ff;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
}

.view-btn:hover {
  background: #1357ff;
  color: #fff;
}

/* ================= INTERNSHIP CARDS ================= */

.internship-card {
  min-height: 315px;
  height: 100%;
  background: #fff;
  border: 1px solid #e8ecf3;
  border-radius: 16px;
  padding: 25px 24px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
}

.internship-card:hover,
.course-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.1);
}

.program-icon {
  width: 58px;
  height: 58px;
  border-radius: 11px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.internship-card h4 {
  font-size: 17px;
  line-height: 1.35;
  font-weight: 800;
  color: #111827;
  margin-bottom: 20px;
  min-height: 48px;
}

.duration {
  font-size: 14px;
  color: #4b5563;
  font-weight: 600;
  margin-bottom: 15px;
}

.duration i {
  margin-right: 5px;
}

.desc {
  font-size: 15px;
  color: #374151;
  line-height: 1.65;
  font-weight: 500;
  margin-bottom: 18px;
}

.internship-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 22px;
}

.apply-btn {
  margin-top: auto;
  width: 100%;
  height: 42px;
  border: 1.7px solid;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
}

/* ================= COURSES ================= */

.courses-heading {
  margin-top: 65px;
}

.course-card {
  min-height: 300px;
  height: 100%;
  background: #fff;
  border: 1px solid #e8ecf3;
  border-radius: 16px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: 0.3s ease;
}

.course-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: 0 auto 20px;
}

.course-card h4 {
  min-height: 50px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
  color: #111827;
  margin-bottom: 18px;
}

.course-subtitle {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  line-height: 1.5;
  min-height: 38px;
  margin-top: -10px;
  margin-bottom: 15px;
}

.course-info {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  text-align: left;
  margin-bottom: 22px;
}

.course-info span {
  display: block;
  font-size: 12px;
  color: #4b5563;
  font-weight: 500;
  margin-bottom: 5px;
}

.course-info h5 {
  font-size: 16px;
  font-weight: 800;
  color: #111827;
  margin: 0;
}

.details-btn {
  width: 100%;
  height: 42px;
  border: 1.7px solid;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
}

.popular-card {
  padding-top: 30px;
}

.popular-badge {
  position: absolute;
  top: -15px;
  right: 25px;
  background: #e62e5c;
  color: #fff;
  padding: 8px 22px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 800;
}

/* ================= COLORS ================= */

.card-blue .program-icon,
.card-blue .course-icon {
  background: #1357ff;
}

.card-orange .program-icon,
.card-orange .course-icon {
  background: #ff5a14;
}

.card-green .program-icon,
.card-green .course-icon {
  background: #20b84a;
}

.card-purple .program-icon,
.card-purple .course-icon {
  background: #8b35e8;
}

.card-yellow .course-icon {
  background: #ffa800;
}

.card-blue h3,
.card-blue .apply-btn,
.card-blue .details-btn {
  color: #1357ff;
  border-color: #1357ff;
}

.card-orange h3,
.card-orange .apply-btn,
.card-orange .details-btn {
  color: #ff5a14;
  border-color: #ff5a14;
}

.card-green h3,
.card-green .apply-btn,
.card-green .details-btn {
  color: #20b84a;
  border-color: #20b84a;
}

.card-purple h3,
.card-purple .apply-btn,
.card-purple .details-btn {
  color: #8b35e8;
  border-color: #8b35e8;
}

.card-yellow .details-btn {
  color: #ff5a14;
  border-color: #ff5a14;
}

.card-blue .apply-btn:hover,
.card-blue .details-btn:hover {
  background: #1357ff;
  color: #fff;
}

.card-orange .apply-btn:hover,
.card-orange .details-btn:hover {
  background: #ff5a14;
  color: #fff;
}

.card-green .apply-btn:hover,
.card-green .details-btn:hover {
  background: #20b84a;
  color: #fff;
}

.card-purple .apply-btn:hover,
.card-purple .details-btn:hover,
.card-purple .details-btn.filled {
  background: #8b35e8;
  color: #fff;
}

.card-yellow .details-btn:hover {
  background: #ff5a14;
  color: #fff;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
  .section-title-row {
    flex-direction: column;
  }

  .internship-card,
  .course-card {
    min-height: 300px;
  }
}

@media (max-width: 575px) {
  .programs-section {
    padding: 50px 0;
  }

  .section-title-row h2 {
    font-size: 26px;
  }

  .view-btn {
    width: 100%;
    text-align: center;
  }
}
/* ================= WHY CHOOSE + METHODOLOGY ================= */

.why-method-section {
  padding: 55px 0 70px;
  background: #ffffff;
}

/* LEFT VIDEO CARD */

.learning-video-card {
  position: relative;
  width: 100%;
  height: 285px;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14);
}

.learning-video-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(2, 8, 38, 0.85),
    rgba(2, 8, 38, 0.12)
  );
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  color: #ffffff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button i {
  margin-left: 4px;
}

.video-text {
  position: absolute;
  left: 28px;
  bottom: 26px;
  color: #fff;
}

.video-text h3 {
  font-size: 26px;
  font-weight: 800;
  margin: 0;
  line-height: 1.1;
}

.video-text p {
  font-size: 21px;
  font-weight: 800;
  margin: 0;
  line-height: 1.1;
}

/* WHY CONTENT */

.why-content h2 {
  font-size: 32px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 45px;
}

.why-content h2 span {
  color: #1357ff;
}

.why-features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  text-align: center;
}

.why-item {
  min-height: 145px;
}

.why-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #eef1ff;
  color: #1357ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.why-item h4 {
  min-height: 42px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  color: #101828;
  margin-bottom: 8px;
}

.why-item p {
  min-height: 36px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #111827;
  margin: 0;
}

/* METHODOLOGY */

.methodology-wrapper {
  padding-top: 70px;
}

.method-title {
  text-align: center;
  margin-bottom: 42px;
}

.method-title h2 {
  font-size: 32px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 8px;
}

.method-title h2 span {
  color: #1357ff;
}

.method-title p {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  margin: 0;
}

.method-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 28px;
  text-align: center;
}

.method-list::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: #dfe5ff;
  z-index: 0;
}

.method-item {
  position: relative;
  z-index: 1;
  min-height: 125px;
}

.method-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #eef1ff;
  color: #1357ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.method-item h4 {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  color: #101828;
  margin: 0;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .why-content {
    text-align: center;
  }

  .why-features {
    grid-template-columns: repeat(3, 1fr);
  }

  .method-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 35px;
  }

  .method-list::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .why-method-section {
    padding: 45px 0 55px;
  }

  .learning-video-card {
    height: 240px;
  }

  .why-content h2,
  .method-title h2 {
    font-size: 26px;
  }

  .why-features,
  .method-list {
    grid-template-columns: 1fr;
  }

  .video-text h3 {
    font-size: 22px;
  }

  .video-text p {
    font-size: 18px;
  }
}
/* ================= TESTIMONIAL + FOOTER ================= */

.testimonial-footer-section {
  background:
    radial-gradient(circle at right top, rgba(19, 87, 255, 0.35), transparent 28%),
    linear-gradient(135deg, #02072c 0%, #06137b 48%, #02072c 100%);
  color: #ffffff;
  padding-top: 42px;
  position: relative;
  overflow: hidden;
}

.testimonial-footer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.18;
  pointer-events: none;
}

.testimonial-footer-section .container {
  position: relative;
  z-index: 2;
}

/* TITLE */

.testimonial-title {
  text-align: center;
  margin-bottom: 32px;
}

.testimonial-title h2 {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}

.testimonial-title h2 span {
  color: #ffbe0b;
}

/* STUDENT CARD */

.student-card {
  min-height: 165px;
  height: 100%;
  background: rgba(42, 90, 196, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 30px 25px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

.student-card img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.student-card h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}

.rating {
  color: #ffbe0b;
  letter-spacing: 3px;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 14px;
}

.student-card p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0;
}

/* DOTS */

.slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 30px 0 36px;
}

.slider-dots span {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.95;
}

.slider-dots .active-dot {
  background: #ffbe0b;
}

.slider-dots .wide-dot {
  width: 34px;
  border-radius: 20px;
}

/* CTA */

.cta-banner {
  margin-top: 25px;
  min-height: 145px;
  background: linear-gradient(120deg, #a934e9 0%, #397cff 100%);
  border-radius: 10px;
  padding: 28px 58px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}

.cta-img img {
  max-width: 135px;
  display: block;
}

.cta-text h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #ffffff;
}

.cta-text p {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}

.cta-btn {
  background: #ffbe0b;
  color: #101828;
  min-width: 260px;
  height: 60px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background: #ffd24d;
  color: #101828;
}

/* FOOTER */

.main-footer {
  background: rgba(3, 13, 34, 0.92);
  padding: 42px 0 8px;
  position: relative;
  z-index: 2;
}

.footer-content {
  padding-bottom: 34px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.footer-logo {
  width: 55px;
  height: 55px;
  border: 2px solid #1d6cff;
  border-radius: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.footer-brand h3 {
  font-size: 30px;
  line-height: 0.9;
  font-weight: 800;
  margin: 0;
  color: #ffffff;
}

.footer-brand small {
  font-size: 8px;
  color: #cbd5e1;
}

.footer-about {
  color: #d9e2f3;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 20px;
}

.footer-socials {
  display: flex;
  gap: 14px;
}

.footer-socials a {
  width: 34px;
  height: 34px;
  background: #152a50;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.main-footer h4 {
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 22px;
  color: #ffffff;
}

.main-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-footer ul li {
  margin-bottom: 10px;
}

.main-footer ul li a {
  color: #d9e2f3;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.main-footer ul li a:hover {
  color: #ffbe0b;
}

.footer-border {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding-left: 35px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  color: #ffffff;
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

.contact-item i {
  width: 28px;
  height: 28px;
  background: #ffffff;
  color: #061229;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-bottom p,
.footer-bottom a,
.footer-bottom span {
  color: #d9e2f3;
  font-size: 13px;
  margin: 0;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #ffbe0b;
}

.footer-bottom span {
  margin: 0 22px;
}

/* SCROLL BUTTON */

.scroll-up {
  position: absolute;
  right: 32px;
  bottom: 58px;
  width: 48px;
  height: 48px;
  background: #ffbe0b;
  color: #101828;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .cta-banner {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 35px 25px;
  }

  .cta-img img {
    margin: 0 auto;
  }

  .cta-btn {
    margin: 0 auto;
  }

  .footer-border {
    border-left: none;
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}

@media (max-width: 575px) {
  .testimonial-title h2,
  .cta-text h2 {
    font-size: 25px;
  }

  .student-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .cta-btn {
    min-width: 100%;
  }

  .scroll-up {
    right: 20px;
    bottom: 35px;
  }
}
/* ================= ABOUT HERO ================= */

.about-hero-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(31, 93, 255, 0.35), transparent 22%),
    linear-gradient(135deg, #02072d 0%, #071354 55%, #071354 100%);
  min-height: 330px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.about-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.22;
}

.about-hero-section .container {
  position: relative;
  z-index: 2;
}

.about-hero-content {
  padding: 36px 0 32px;
}

.breadcrumb-text {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 28px;
}

.breadcrumb-text span {
  margin: 0 8px;
  color: #ffffff;
}

.breadcrumb-text b {
  color: #ffbe0b;
}

.about-hero-content h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 22px;
}

.about-hero-content h1 span {
  color: #ffbe0b;
}

.about-hero-content p {
  max-width: 610px;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 32px;
}

.about-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.about-feature-item {
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.17);
  padding: 0 14px;
}

.about-feature-item:last-child {
  border-right: none;
}

.about-feature-item i {
  font-size: 36px;
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
}

.about-feature-item h4 {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  margin: 0;
}

.about-building-card {
  position: relative;
  height: 330px;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
}

.about-building-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ================= MISSION SECTION ================= */

.mission-section {
  padding: 34px 0 55px;
  background: #ffffff;
}

.mission-title {
  text-align: center;
  margin-bottom: 28px;
}

.mission-title h2 {
  font-size: 30px;
  font-weight: 800;
  color: #101828;
  margin: 0;
}

.mission-title span {
  color: #1357ff;
}

.mission-card {
  min-height: 150px;
  height: 100%;
  border: 1px solid #e1e7f2;
  border-radius: 9px;
  padding: 28px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.mission-blue {
  background: #f3f7ff;
}

.mission-green {
  background: #f1fbf4;
}

.mission-icon {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
}

.mission-blue .mission-icon {
  background: #e2ebff;
  color: #1357ff;
}

.mission-green .mission-icon {
  background: #d9f4df;
  color: #20b84a;
}

.mission-card h3 {
  font-size: 22px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 10px;
}

.mission-card p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

/* ================= JOURNEY ================= */

.journey-wrapper {
  margin-top: 34px;
}

.journey-text h2 {
  font-size: 31px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 16px;
}

.journey-text p {
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
  color: #111827;
  margin: 0;
}

.journey-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.journey-card {
  min-height: 160px;
  border: 1px solid #e1e7f2;
  border-radius: 12px;
  background: #ffffff;
  text-align: center;
  padding: 25px 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.journey-card i {
  font-size: 38px;
  display: block;
  margin-bottom: 14px;
}

.journey-card h3 {
  font-size: 30px;
  font-weight: 800;
  color: #1357ff;
  margin-bottom: 8px;
}

.journey-card p {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  color: #101828;
  margin: 0;
}

.journey-card.blue i {
  color: #1357ff;
}

.journey-card.orange i {
  color: #ff5a14;
}

.journey-card.purple i {
  color: #8b35e8;
}

.journey-card.yellow i {
  color: #ffa800;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
  .about-hero-content {
    text-align: center;
  }

  .about-hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .about-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-feature-item {
    border-right: none;
  }

  .about-building-card {
    clip-path: none;
    border-radius: 16px;
    margin-bottom: 30px;
  }

  .journey-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey-text {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .about-hero-content h1 {
    font-size: 34px;
  }

  .about-features,
  .journey-stats {
    grid-template-columns: 1fr;
  }

  .mission-card {
    flex-direction: column;
    text-align: center;
  }

  .mission-title h2,
  .journey-text h2 {
    font-size: 26px;
  }
}
/* ================= WHY CHOOSE SECTION ================= */

.why-choose-section {
  padding: 60px 0;
  background: #ffffff;
}

/* IMAGE SIDE */

.why-image-wrapper {
  position: relative;
  max-width: 470px;
}

.blue-shape {
  position: absolute;
  width: 140px;
  height: 140px;
  background: #1357ff;
  border-radius: 18px;
  left: -25px;
  top: 22px;
  z-index: 1;
}

.why-image-wrapper img {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.12);
}

.dots-pattern {
  position: absolute;
  width: 90px;
  height: 90px;
  right: -20px;
  bottom: -18px;
  background-image: radial-gradient(#d8def5 1.6px, transparent 1.6px);
  background-size: 12px 12px;
  z-index: 1;
}

/* RIGHT CONTENT */

.why-right-content h2 {
  font-size: 46px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 30px;
}

.why-right-content h2 span {
  color: #1357ff;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.why-list-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.why-list-item i {
  color: #1357ff;
  font-size: 20px;
  margin-top: 3px;
}

.why-list-item p {
  margin: 0;
  color: #111827;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

.why-list-item strong {
  font-weight: 800;
}

/* CORE VALUES */

.core-values-wrapper {
  margin-top: 55px;
}

.core-values-wrapper h2 {
  font-size: 42px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 30px;
}

.core-values-grid {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
}

.core-card {
  padding: 35px 28px;
  text-align: center;
  border-right: 1px solid #e5e7eb;
}

.core-card:last-child {
  border-right: none;
}

.core-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}

.core-icon.blue {
  background: #eef2ff;
  color: #1357ff;
}

.core-icon.orange {
  background: #fff1e8;
  color: #ff5a14;
}

.core-icon.green {
  background: #ebfff1;
  color: #20b84a;
}

.core-icon.purple {
  background: #f5ebff;
  color: #8b35e8;
}

.core-icon.yellow {
  background: #fff7df;
  color: #ffb300;
}

.core-card h4 {
  font-size: 20px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 12px;
}

.core-card p {
  margin: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}

/* RESPONSIVE */

@media (max-width: 991px) {

  .why-right-content {
    text-align: center;
  }

  .why-list-item {
    text-align: left;
  }

  .why-image-wrapper {
    margin: auto;
  }

  .core-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .core-card:nth-child(2),
  .core-card:nth-child(4) {
    border-right: none;
  }

}

@media (max-width: 575px) {

  .why-choose-section {
    padding: 45px 0;
  }

  .why-right-content h2,
  .core-values-wrapper h2 {
    font-size: 32px;
  }

  .core-values-grid {
    grid-template-columns: 1fr;
  }

  .core-card {
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
  }

  .core-card:last-child {
    border-bottom: none;
  }

  .blue-shape {
    width: 90px;
    height: 90px;
    left: -10px;
  }

}
/* ================= COMPANY + TESTIMONIAL CTA ================= */

.company-testimonial-section {
  padding: 12px 0 35px;
  background: #ffffff;
}

/* COMPANY BOX */

.company-box {
  min-height: 120px;
  background: #eef4ff;
  border: 1px solid #dce8ff;
  border-radius: 9px;
  padding: 22px 55px;
  display: grid;
  grid-template-columns: 1fr 180px 1.25fr;
  align-items: center;
  gap: 35px;
}

.company-left p {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 6px;
}

.company-left h2 {
  font-size: 31px;
  font-weight: 800;
  color: #1357ff;
  margin: 0;
}

.company-logo {
  text-align: center;
  color: #111827;
}

.logo-mark {
  width: 62px;
  height: 62px;
  border: 4px solid #111827;
  border-radius: 18px;
  margin: 0 auto 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 800;
}

.company-logo h3 {
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  margin: 0;
}

.company-logo span {
  font-size: 9px;
  letter-spacing: 2px;
  font-weight: 600;
}

.company-right p {
  font-size: 14px;
  line-height: 1.65;
  font-weight: 600;
  color: #111827;
  margin: 0;
}

/* TESTIMONIAL */

.testimonial-heading {
  text-align: center;
  margin: 16px 0 14px;
}

.testimonial-heading h2 {
  font-size: 24px;
  font-weight: 800;
  color: #101828;
  margin: 0;
}

.testimonial-heading span {
  color: #1357ff;
}

.white-testimonial-card {
  min-height: 150px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-radius: 10px;
  padding: 18px 22px;
  position: relative;
}

.quote-icon {
  position: absolute;
  right: 22px;
  top: 18px;
  color: #e4eaf5;
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
}

.student-info {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 13px;
}

.student-info img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}

.student-info h4 {
  font-size: 15px;
  font-weight: 800;
  color: #101828;
  margin: 0 0 3px;
}

.student-info p {
  font-size: 12px;
  color: #111827;
  font-weight: 500;
  margin: 0;
}

.student-review {
  font-size: 13px;
  line-height: 1.6;
  color: #111827;
  font-weight: 500;
  margin-bottom: 10px;
  max-width: 315px;
}

/* DOTS */

.testimonial-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin: 8px 0 18px;
}

.testimonial-dots span {
  width: 10px;
  height: 10px;
  background: #d6dce8;
  border-radius: 50%;
}

.testimonial-dots span.active {
  background: #1357ff;
}

/* CTA */

.future-cta {
  min-height: 110px;
  background: linear-gradient(120deg, #030b60 0%, #083dce 100%);
  border-radius: 10px;
  padding: 14px 70px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 30px;
  overflow: hidden;
}

.future-img img {
  max-width: 180px;
  display: block;
}

.future-text h2 {
  font-size: 27px;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: 7px;
}

.future-text p {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.future-btn {
  width: 245px;
  height: 52px;
  background: #ffbe0b;
  color: #101828;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
}

.future-btn:hover {
  background: #ffd24d;
  color: #101828;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .company-box,
  .future-cta {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 28px;
  }

  .future-img img {
    margin: 0 auto;
  }

  .future-btn {
    margin: 0 auto;
  }

  .student-review {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .company-left h2 {
    font-size: 25px;
  }

  .future-text h2 {
    font-size: 23px;
  }

  .future-btn {
    width: 100%;
  }
}
/* ================= COURSES HERO ================= */

.courses-hero-section {
  background:
    radial-gradient(circle at 60% 35%, rgba(19, 87, 255, 0.45), transparent 28%),
    linear-gradient(135deg, #02072d 0%, #06105f 45%, #071787 100%);
  color: #ffffff;
  min-height: 345px;
  overflow: hidden;
  position: relative;
}

.courses-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.22;
}

.courses-hero-section .container {
  position: relative;
  z-index: 2;
}

.courses-hero-content {
  padding: 28px 0 35px;
}

.breadcrumb-text {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
}

.breadcrumb-text span {
  margin: 0 8px;
}

.breadcrumb-text b {
  color: #ffbe0b;
}

.courses-hero-content h1 {
  font-size: 48px;
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 20px;
}

.courses-hero-content h1 span {
  color: #ffbe0b;
}

.courses-hero-content p {
  max-width: 430px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}

.course-hero-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.course-feature i {
  font-size: 34px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}

.course-feature h4 {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

/* RIGHT VISUAL */

.courses-visual {
  min-height: 415px;
  position: relative;
}

.course-student-img {
  position: absolute;
  left: 75px;
  bottom: 0;
  width: 330px;
  height: 365px;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
  z-index: 2;
}

.tech-icons {
  position: absolute;
  left: 40px;
  top: 65px;
  width: 210px;
  height: 130px;
  z-index: 3;
}

.tech-icons span {
  position: absolute;
  min-width: 44px;
  height: 36px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.tech-icons .html {
  background: #ff5a14;
  left: 30px;
  top: 0;
}

.tech-icons .css {
  background: #1357ff;
  left: 88px;
  top: 0;
}

.tech-icons .js {
  background: #ffbe0b;
  left: 0;
  top: 52px;
}

.tech-icons .react {
  background: #20b84a;
  left: 72px;
  top: 52px;
}

.tech-icons .flutter {
  background: #0ea5e9;
  left: 28px;
  top: 104px;
}

.course-floating-card {
  position: absolute;
  right: 35px;
  width: 245px;
  min-height: 74px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 4;
  backdrop-filter: blur(6px);
}

.card-top {
  top: 55px;
}

.card-mid {
  top: 145px;
}

.card-bottom {
  top: 235px;
}

.float-icon {
  width: 38px;
  height: 38px;
  border-radius: 7px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.float-icon.blue {
  background: #1357ff;
}

.float-icon.orange {
  background: #ff5a14;
}

.float-icon.green {
  background: #20b84a;
}

.course-floating-card h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 4px;
}

.course-floating-card p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

/* ================= COURSE PATH ================= */

.course-path-section {
  background: #ffffff;
  padding: 35px 0 22px;
  text-align: center;
}

.course-path-title h2 {
  font-size: 34px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 10px;
}

.course-path-title h2 span {
  color: #1357ff;
}

.course-path-title p {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 30px;
}

.course-tabs {
  display: flex;
  justify-content: center;
  gap: 35px;
  flex-wrap: wrap;
}

.course-tab {
  min-width: 150px;
  height: 45px;
  border: 1px solid #dfe5ef;
  background: #ffffff;
  color: #101828;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s ease;
}

.course-tab.active,
.course-tab:hover {
  background: #1357ff;
  color: #ffffff;
  border-color: #1357ff;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .courses-hero-content {
    text-align: center;
  }

  .courses-hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .course-hero-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .courses-visual {
    min-height: auto;
    padding-bottom: 35px;
  }

  .course-student-img,
  .tech-icons,
  .course-floating-card {
    position: static;
  }

  .course-student-img {
    width: 100%;
    max-width: 360px;
    height: 300px;
    margin: 20px auto;
    display: block;
    border-radius: 24px;
  }

  .tech-icons {
    display: none;
  }

  .course-floating-card {
    margin: 14px auto;
  }

  .course-tabs {
    gap: 15px;
  }
}

@media (max-width: 575px) {
  .courses-hero-content h1 {
    font-size: 36px;
  }

  .course-hero-features {
    grid-template-columns: 1fr;
  }

  .course-path-title h2 {
    font-size: 27px;
  }

  .course-tab {
    width: 100%;
  }
}
/* ================= COURSE CARDS ================= */

.courses-card-section {
  padding: 0px 0 40px;
  background: #ffffff;
}

.course-main-card {
  height: 100%;
  min-height: 405px;
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
  padding: 24px 24px 22px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  transition: 0.3s ease;
}

.course-main-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.11);
}

.course-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 72px;
  /* margin-bottom: 18px; */
}

.course-icon {
  width: 58px;
  height: 58px;
  border-radius: 9px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}

.course-top h3 {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 800;
  color: #101828;
  margin: 5px 0 0;
}

.course-desc {
  min-height: 58px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  color: #111827;
  margin-bottom: 8px;
}

.course-main-card ul {
  min-height: 96px;
  list-style: none;
  padding: 0;
  /* margin: 0 0 22px; */
}

.course-main-card ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 13px;
  font-size: 13px;
  font-weight: 500;
  color: #111827;
}

.course-main-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
}

.course-bottom {
  margin-top: auto;
}

.course-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.course-meta span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #374151;
  margin-bottom: 5px;
}

.course-meta h4 {
  font-size: 18px;
  font-weight: 800;
  color: #101828;
  margin: 0;
}

.course-btn {
  width: 100%;
  height: 43px;
  border: 1.8px solid;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: 0.3s ease;
}

/* POPULAR BADGE */

.popular-card {
  border-color: #8b35e8;
}

.popular-badge {
  position: absolute;
  top: -17px;
  right: 24px;
  background: #8b35e8;
  color: #ffffff;
  padding: 8px 24px;
  border-radius: 4px 4px 0 0;
  font-size: 12px;
  font-weight: 800;
}

/* COLORS */

.blue-card .course-icon {
  background: #1357ff;
}

.orange-card .course-icon {
  background: #ff5a14;
}

.green-card .course-icon {
  background: #20b84a;
}

.purple-card .course-icon {
  background: #8b35e8;
}

.yellow-card .course-icon {
  background: #ffa800;
}

.cyan-card .course-icon {
  background: #13b8c8;
}

.pink-card .course-icon {
  background: #ef3e7a;
}

.blue-card .course-btn,
.blue-card ul li::before,
.blue-card .course-meta h4:last-child {
  color: #1357ff;
}

.orange-card .course-btn,
.orange-card ul li::before,
.orange-card .course-meta h4:last-child {
  color: #ff5a14;
}

.green-card .course-btn,
.green-card ul li::before,
.green-card .course-meta h4:last-child {
  color: #20b84a;
}

.purple-card .course-btn,
.purple-card ul li::before,
.purple-card .course-meta h4:last-child {
  color: #8b35e8;
}

.yellow-card .course-btn,
.yellow-card ul li::before,
.yellow-card .course-meta h4:last-child {
  color: #ffa800;
}

.cyan-card .course-btn,
.cyan-card ul li::before,
.cyan-card .course-meta h4:last-child {
  color: #13b8c8;
}

.pink-card .course-btn,
.pink-card ul li::before,
.pink-card .course-meta h4:last-child {
  color: #ef3e7a;
}

.blue-card .course-btn {
  border-color: #1357ff;
}

.orange-card .course-btn {
  border-color: #ff5a14;
}

.green-card .course-btn {
  border-color: #20b84a;
}

.purple-card .course-btn {
  border-color: #8b35e8;
}

.yellow-card .course-btn {
  border-color: #ffa800;
}

.cyan-card .course-btn {
  border-color: #13b8c8;
}

.pink-card .course-btn {
  border-color: #ef3e7a;
}

.blue-card .course-btn:hover {
  background: #1357ff;
}

.orange-card .course-btn:hover {
  background: #ff5a14;
}

.green-card .course-btn:hover {
  background: #20b84a;
}

.purple-card .course-btn:hover {
  background: #8b35e8;
}

.yellow-card .course-btn:hover {
  background: #ffa800;
}

.cyan-card .course-btn:hover {
  background: #13b8c8;
}

.pink-card .course-btn:hover {
  background: #ef3e7a;
}

.course-btn:hover {
  color: #ffffff !important;
}

/* RESPONSIVE */

@media (max-width: 575px) {
  .courses-card-section {
    padding: 35px 0 55px;
  }

  .course-main-card {
    min-height: 390px;
  }

  .course-top h3 {
    font-size: 17px;
  }

  .course-meta h4 {
    font-size: 16px;
  }
}
/* ================= COURSE EXTRA SECTION ================= */

.course-extra-section {
  padding: 35px 0 65px;
  background: #ffffff;
}

/* BENEFITS BOX */

.course-benefit-box {
  background:
    radial-gradient(circle at 20% 20%, rgba(19, 87, 255, 0.35), transparent 28%),
    linear-gradient(135deg, #02082f 0%, #051764 100%);
  border-radius: 12px;
  padding: 34px 44px 35px;
  color: #ffffff;
}

.course-benefit-box h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 32px;
}

.course-benefit-box h2 span {
  color: #ffbe0b;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.benefit-card {
  min-height: 135px;
  height: 100%;
  padding: 0 24px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* all same size */
.benefit-card:last-child {
  border-right: none;
}

.benefit-card i {
  min-height: 38px;
  font-size: 34px;
  color: #ffffff;
  margin-bottom: 14px;
}

.benefit-card h4 {
  min-height: 22px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}

.benefit-card p {
  max-width: 145px;
  min-height: 44px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 500;
  color: #ffffff;
}

/* COMPARE */

.compare-title {
  text-align: center;
  margin: 28px 0 24px;
}

.compare-title h2 {
  font-size: 28px;
  font-weight: 800;
  color: #101828;
  margin: 0;
}

.compare-title h2 span {
  color: #1357ff;
}

.compare-table-wrapper {
  overflow-x: auto;
  border: 1px solid #dbe2ee;
  border-radius: 10px;
  background: #ffffff;
}

.compare-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  text-align: center;
}

.compare-table thead {
  background: #062486;
  color: #ffffff;
}

.compare-table th {
  height: 70px;
  padding: 14px 18px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.compare-table th span {
  font-size: 12px;
  font-weight: 700;
}

.compare-table td {
  height: 43px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 500;
  color: #101828;
  border-right: 1px solid #dbe2ee;
  border-bottom: 1px solid #dbe2ee;
}

.compare-table tr:last-child td {
  border-bottom: none;
}

.compare-table td:first-child,
.compare-table th:first-child {
  text-align: left;
  padding-left: 42px;
}

.compare-table td:last-child,
.compare-table th:last-child {
  border-right: none;
}

/* CTA */

.career-cta {
  margin-top: 32px;
  min-height: 150px;
  background: linear-gradient(120deg, #7d2ce8 0%, #1279f6 100%);
  border-radius: 12px;
  padding: 22px 70px;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 36px;
  color: #ffffff;
  overflow: hidden;
}

.career-img img {
  max-width: 145px;
  display: block;
}

.career-text h2 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
}

.career-text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.enroll-btn {
  width: 200px;
  height: 54px;
  background: #ffbe0b;
  color: #101828;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 18px;
}

.enroll-btn:hover {
  background: #ffd34f;
  color: #101828;
}

.enrolled-users {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar-group {
  display: flex;
}

.avatar-group img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ffffff;
  margin-left: -8px;
}

.avatar-group img:first-child {
  margin-left: 0;
}

.enrolled-users span {
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

/* RESPONSIVE */

@media (max-width: 1199px) {
  .benefit-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
  }

  .benefit-card:nth-child(3) {
    border-right: none;
  }

  .career-cta {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 32px 25px;
  }

  .career-img img,
  .enroll-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .enrolled-users {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefit-card {
    border-right: none;
  }

  .course-benefit-box {
    padding: 30px 20px;
  }
}

@media (max-width: 575px) {
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .compare-title h2,
  .career-text h2 {
    font-size: 23px;
  }

  .enrolled-users {
    flex-direction: column;
  }

  .enrolled-users span {
    white-space: normal;
  }
}
/* ================= INTERNSHIP HERO ================= */

.internship-hero-section {
  background:
    radial-gradient(circle at 60% 35%, rgba(19, 87, 255, 0.42), transparent 28%),
    linear-gradient(135deg, #02072d 0%, #06115d 48%, #071787 100%);
  min-height: 345px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.internship-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.10) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.22;
}

.internship-hero-section .container {
  position: relative;
  z-index: 2;
}

.internship-hero-content {
  padding: 30px 0 35px;
}

.breadcrumb-text {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
}

.breadcrumb-text span {
  margin: 0 8px;
}

.breadcrumb-text b {
  color: #ffbe0b;
}

.internship-hero-content h1 {
  font-size: 52px;
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 22px;
}

.internship-hero-content h1 span {
  color: #ffbe0b;
}

.internship-hero-content p {
  max-width: 470px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
}

/* FEATURES */

.internship-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.internship-feature i {
  font-size: 34px;
  color: #ffffff;
  display: block;
  margin-bottom: 12px;
}

.internship-feature h4 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 5px;
}

.internship-feature p {
  font-size: 13px;
  margin: 0;
}

/* RIGHT VISUAL */

.internship-visual {
  min-height: 345px;
  position: relative;
}

.internship-student-img {
  position: absolute;
  left: 85px;
  bottom: 0;
  width: 320px;
  height: 330px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
  z-index: 2;
}

/* FLOAT CARDS */

.internship-float-card {
  position: absolute;
  right: 30px;
  width: 240px;
  min-height: 74px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  gap: 14px;
  backdrop-filter: blur(6px);
}

.top-card {
  top: 45px;
}

.middle-card {
  top: 140px;
}

.bottom-card {
  top: 235px;
}

.float-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.float-icon.blue {
  background: #1357ff;
}

.float-icon.orange {
  background: #ff5a14;
}

.float-icon.green {
  background: #20b84a;
}

.internship-float-card h4 {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 4px;
}

.internship-float-card p {
  font-size: 12px;
  margin: 0;
}

/* ================= PROGRAMS SECTION ================= */

.internship-programs-section {
  padding: 45px 0 0px;
  background: #ffffff;
}

.internship-title {
  text-align: center;
  margin-bottom: 25px;
}

.internship-title h2 {
  font-size: 36px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 10px;
}

.internship-title h2 span {
  color: #1357ff;
}

.internship-title p {
  font-size: 14px;
  color: #111827;
  margin: 0;
}

/* CARD */

.internship-program-card {
  min-height: 600px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(15,23,42,0.05);
  transition: 0.3s ease;
}

.internship-program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(15,23,42,0.10);
}

/* same size */
.internship-card-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  min-height: 76px;
  margin-bottom: 8px;
}

.internship-icon {
  width: 58px;
  height: 58px;
  border-radius: 9px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}

.internship-card-top h3 {
  font-size: 19px;
  line-height: 1.3;
  font-weight: 800;
  color: #101828;
  margin: 5px 0 0;
}

/* DURATION */

.internship-duration {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.internship-duration i {
  font-size: 14px;
}

.internship-duration span {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

/* DESC */

.internship-desc {
  min-height: 90px;
  font-size: 14px;
  line-height: 1.9;
  color: #111827;
  font-weight: 500;
  margin-bottom: 10px;
}

/* LEARN */

.learn-title {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 10px;
}

.internship-program-card ul {
  min-height: 170px;
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

.internship-program-card ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  color: #111827;
}

.internship-program-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
}

/* BOTTOM */

.internship-bottom {
  margin-top: auto;
}

.internship-bottom h4 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 18px;
}

.internship-btn {
  width: 100%;
  height: 45px;
  border: 1.8px solid;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  transition: 0.3s ease;
}

/* COLORS */

.blue-card .internship-icon {
  background: #1357ff;
}

.orange-card .internship-icon {
  background: #ff5a14;
}

.green-card .internship-icon {
  background: #20b84a;
}

.purple-card .internship-icon {
  background: #8b35e8;
}

.blue-card .learn-title,
.blue-card .internship-bottom h4,
.blue-card .internship-btn,
.blue-card ul li::before {
  color: #1357ff;
}

.orange-card .learn-title,
.orange-card .internship-bottom h4,
.orange-card .internship-btn,
.orange-card ul li::before {
  color: #ff5a14;
}

.green-card .learn-title,
.green-card .internship-bottom h4,
.green-card .internship-btn,
.green-card ul li::before {
  color: #20b84a;
}

.purple-card .learn-title,
.purple-card .internship-bottom h4,
.purple-card .internship-btn,
.purple-card ul li::before {
  color: #8b35e8;
}

.blue-card .internship-btn {
  border-color: #1357ff;
}

.orange-card .internship-btn {
  border-color: #ff5a14;
}

.green-card .internship-btn {
  border-color: #20b84a;
}

.purple-card .internship-btn {
  border-color: #8b35e8;
}

.blue-card .internship-btn:hover {
  background: #1357ff;
}

.orange-card .internship-btn:hover {
  background: #ff5a14;
}

.green-card .internship-btn:hover {
  background: #20b84a;
}

.purple-card .internship-btn:hover {
  background: #8b35e8;
}

.internship-btn:hover {
  color: #ffffff !important;
}

/* RESPONSIVE */

@media (max-width: 991px) {

  .internship-hero-content {
    text-align: center;
  }

  .internship-hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .internship-features {
    grid-template-columns: 1fr;
  }

  .internship-visual {
    min-height: auto;
    padding-bottom: 35px;
  }

  .internship-student-img,
  .internship-float-card {
    position: static;
  }

  .internship-student-img {
    width: 100%;
    max-width: 360px;
    height: 300px;
    margin: 20px auto;
    display: block;
    border-radius: 24px;
  }

  .internship-float-card {
    margin: 14px auto;
  }
}

@media (max-width: 575px) {

  .internship-hero-content h1,
  .internship-title h2 {
    font-size: 34px;
  }

  .internship-program-card {
    min-height: auto;
  }

  .internship-card-top h3 {
    font-size: 17px;
  }

}
/* ================= INTERNSHIP BENEFITS + PROCESS ================= */

.internship-process-section {
  padding: 45px 0 25px;
  background: #ffffff;
}

.internship-benefit-box {
  background:
    radial-gradient(circle at 45% 50%, rgba(19, 87, 255, 0.28), transparent 32%),
    linear-gradient(135deg, #02082f 0%, #061965 100%);
  border-radius: 12px;
  padding: 36px 54px 42px;
  color: #ffffff;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.12);
}

.internship-benefit-box h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 32px;
}

.internship-benefit-box h2 span {
  color: #ffbe0b;
}

.internship-benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.intern-benefit-card {
  min-height: 135px;
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.intern-benefit-card:last-child {
  border-right: none;
}

.intern-benefit-card i {
  font-size: 36px;
  margin-bottom: 16px;
  color: #ffffff;
}

.intern-benefit-card h4 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 12px;
}

.intern-benefit-card p {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
}

/* PROCESS */

.process-title {
  text-align: center;
  margin: 46px 0 35px;
}

.process-title h2 {
  font-size: 30px;
  font-weight: 800;
  color: #101828;
  margin: 0;
}

.process-title h2 span {
  color: #1357ff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  position: relative;
  text-align: center;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 11%;
  right: 11%;
  border-top: 2px dotted #cfd8ff;
  z-index: 0;
}

.process-item {
  position: relative;
  z-index: 1;
  min-height: 145px;
}

.process-circle {
  width: 62px;
  height: 62px;
  margin: 0 auto 22px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 16px solid #f0f3ff;
  position: relative;
}

.process-circle::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  width: 7px;
  height: 7px;
  transform: translateX(-50%);
  border-radius: 50%;
}

.process-item h4 {
  font-size: 16px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 10px;
}

.process-item p {
  max-width: 150px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 500;
  color: #111827;
}

.process-item.blue .process-circle,
.process-item.blue .process-circle::after {
  background: #1357ff;
}

.process-item.orange .process-circle,
.process-item.orange .process-circle::after {
  background: #ff5a14;
}

.process-item.green .process-circle,
.process-item.green .process-circle::after {
  background: #20b84a;
}

.process-item.purple .process-circle,
.process-item.purple .process-circle::after {
  background: #8b35e8;
}

.process-item.yellow .process-circle,
.process-item.yellow .process-circle::after {
  background: #ffb800;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .internship-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }

  .intern-benefit-card {
    border-right: none;
    text-align: center;
    align-items: center;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 45px;
  }

  .process-grid::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .internship-benefit-box {
    padding: 30px 22px;
  }

  .internship-benefit-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .internship-benefit-box h2,
  .process-title h2 {
    font-size: 25px;
  }
}
/* ================= CTA + FAQ ================= */

.internship-faq-section {
  padding: 25px 0 55px;
  background: #ffffff;
}

.internship-cta-box {
  min-height: 150px;
  background: linear-gradient(120deg, #0b39d9 0%, #1768ff 100%);
  border-radius: 10px;
  padding: 15px 50px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 35px;
  color: #ffffff;
}

.internship-cta-img img {
  max-width: 125px;
  display: block;
}

.internship-cta-text h2 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 12px;
}

.internship-cta-text p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}

.internship-cta-btn {
  width: 245px;
  height: 58px;
  background: #ffbe0b;
  color: #101828;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
}

.internship-cta-btn:hover {
  background: #ffd24d;
  color: #101828;
}

/* FAQ */

.faq-title {
  text-align: center;
  margin: 50px 0 25px;
}

.faq-title h2 {
  font-size: 30px;
  font-weight: 800;
  color: #101828;
  margin: 0;
}

.faq-title h2 span {
  color: #1357ff;
}

.faq-accordion .accordion-item {
  border: 1px solid #dfe5ef;
  border-radius: 7px;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 5px 16px rgba(15, 23, 42, 0.04);
}

.faq-accordion .accordion-button {
  height: 48px;
  background: #ffffff;
  color: #101828;
  font-size: 14px;
  font-weight: 800;
  box-shadow: none;
  padding: 0 20px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: #f7faff;
  color: #1357ff;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-body {
  padding: 15px 20px 18px;
  color: #374151;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .internship-cta-box {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 35px 24px;
  }

  .internship-cta-img img,
  .internship-cta-btn {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .internship-cta-text h2,
  .faq-title h2 {
    font-size: 24px;
  }

  .internship-cta-btn {
    width: 100%;
  }
}
/* ================= STUDENT REGISTRATION HERO ================= */

.registration-hero-section {
  min-height: 350px;
  background:
    radial-gradient(circle at 60% 40%, rgba(19, 87, 255, 0.45), transparent 25%),
    linear-gradient(135deg, #02072d 0%, #06125f 50%, #071787 100%);
  color: #ffffff;
  overflow: hidden;
  position: relative;
}

.registration-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.18;
}

.registration-hero-section .container {
  position: relative;
  z-index: 2;
}

.registration-hero-content {
  padding: 30px 0 35px;
}

.breadcrumb-text {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 28px;
}

.breadcrumb-text span {
  margin: 0 8px;
}

.breadcrumb-text b {
  color: #ffbe0b;
}

.registration-hero-content h1 {
  font-size: 52px;
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 20px;
}

.registration-hero-content h1 span {
  color: #ffbe0b;
}

.registration-hero-content > p {
  max-width: 565px;
  font-size: 17px;
  line-height: 1.9;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 35px;
}

/* FEATURES */

.registration-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.registration-feature {
  position: relative;
}

.registration-feature:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 18px;
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.18);
}

.feature-icon {
  width: 68px;
  height: 68px;
  border: 2px solid rgba(255,255,255,0.22);
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-bottom: 14px;
  background: rgba(255,255,255,0.04);
}

.registration-feature h4 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 8px;
}

.registration-feature p {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}

/* RIGHT IMAGE */

.registration-hero-image {
  min-height: 350px;
  position: relative;
}

.registration-hero-image img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 670px;
  height: 320px;
  object-fit: cover;
  border-radius: 35px 35px 0 0;
  z-index: 3;
}

.circle-shape {
  position: absolute;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: #1357ff;
  left: 130px;
  top: 70px;
  z-index: 1;
}

.yellow-ring {
  position: absolute;
  width: 170px;
  height: 170px;
  border: 18px solid #ffbe0b;
  border-radius: 50%;
  right: 70px;
  top: 65px;
  z-index: 1;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .registration-hero-content {
    text-align: center;
  }

  .registration-hero-content > p {
    margin-left: auto;
    margin-right: auto;
  }

  .registration-features {
    grid-template-columns: 1fr;
  }

  .registration-feature:not(:first-child)::before {
    display: none;
  }

  .feature-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .registration-hero-image {
    min-height: auto;
    padding-bottom: 35px;
  }

  .registration-hero-image img {
    position: relative;
    width: 100%;
    max-width: 520px;
    height: 300px;
    display: block;
    margin: 20px auto 0;
    border-radius: 24px;
  }

  .circle-shape,
  .yellow-ring {
    display: none;
  }
}

@media (max-width: 575px) {
  .registration-hero-content h1 {
    font-size: 36px;
  }

  .registration-hero-content > p {
    font-size: 15px;
  }
}
/* ================= STUDENT FORM SECTION ================= */

.student-form-section {
  padding: 45px 0 70px;
  background: #ffffff;
}

.registration-form-card,
.register-benefits-card,
.success-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.08);
}

.registration-form-card {
  padding: 28px 42px 24px;
}

.form-main-title {
  text-align: center;
  margin-bottom: 28px;
}

.form-main-title h2 {
  font-size: 30px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 8px;
}

.form-main-title h2 span {
  color: #1357ff;
}

.form-main-title p {
  font-size: 14px;
  color: #111827;
  font-weight: 500;
  margin: 0;
}

.form-group-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.form-group-title i {
  width: 28px;
  height: 28px;
  background: #eef3ff;
  color: #1357ff;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-group-title h4 {
  font-size: 16px;
  font-weight: 800;
  color: #101828;
  margin: 0;
}

.registration-form-card label {
  font-size: 13px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 8px;
}

.registration-form-card label span,
.terms-box span {
  color: #ef233c;
}

.registration-form-card .form-control,
.registration-form-card .form-select {
  height: 46px;
  border: 1px solid #d7dee9;
  border-radius: 6px;
  font-size: 13px;
  color: #101828;
  box-shadow: none;
  padding: 0 15px;
}

.registration-form-card .form-control::placeholder {
  color: #8a94a6;
}

.registration-form-card .form-control:focus,
.registration-form-card .form-select:focus {
  border-color: #1357ff;
  box-shadow: 0 0 0 3px rgba(19, 87, 255, 0.1);
}

.registration-form-card hr {
  border-color: #dfe5ef;
  opacity: 1;
  margin: 28px 0 18px;
}

/* PHONE INPUT */

.phone-input {
  height: 46px;
  border: 1px solid #d7dee9;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}

.phone-input select {
  width: 92px;
  border: none;
  border-right: 1px solid #d7dee9;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 600;
  outline: none;
  background: #ffffff;
}

.phone-input input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 15px;
  font-size: 13px;
}

.phone-input:focus-within {
  border-color: #1357ff;
  box-shadow: 0 0 0 3px rgba(19, 87, 255, 0.1);
}

/* PASSWORD */

.password-input {
  height: 46px;
  border: 1px solid #d7dee9;
  border-radius: 6px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.password-input input {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 15px;
  font-size: 13px;
}

.password-input i {
  width: 45px;
  text-align: center;
  color: #101828;
  cursor: pointer;
}

.password-input:focus-within {
  border-color: #1357ff;
  box-shadow: 0 0 0 3px rgba(19, 87, 255, 0.1);
}

/* TERMS */

.terms-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 24px 0 18px;
}

.terms-box input {
  margin-top: 3px;
  width: 17px;
  height: 17px;
}

.terms-box label {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.terms-box a {
  color: #1357ff;
  font-weight: 800;
  text-decoration: none;
}

.register-submit-btn {
  width: 100%;
  height: 48px;
  border: none;
  background: #1357ff;
  color: #ffffff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
}

.register-submit-btn:hover {
  background: #0849e8;
}

.login-link {
  text-align: center;
  margin: 18px 0 0;
  font-size: 13px;
  font-weight: 600;
}

.login-link a {
  color: #1357ff;
  font-weight: 800;
  text-decoration: none;
}

/* RIGHT BENEFITS */

.register-benefits-card {
  padding: 36px 32px;
  background: #f7fbff;
}

.register-benefits-card h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 36px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 34px;
}

.benefit-item:last-child {
  margin-bottom: 0;
}

.benefit-item i {
  width: 62px;
  height: 62px;
  border-radius: 9px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}

.benefit-item.blue i {
  background: #1357ff;
}

.benefit-item.green i {
  background: #20b84a;
}

.benefit-item.purple i {
  background: #8b35e8;
}

.benefit-item.orange i {
  background: #ff5a14;
}

.benefit-item.pink i {
  background: #ef3e7a;
}

.benefit-item h4 {
  font-size: 17px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 8px;
}

.benefit-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #111827;
  font-weight: 500;
  margin: 0;
}

/* SUCCESS CARD */

.success-card {
  margin-top: 26px;
  padding: 28px 28px 0;
  overflow: hidden;
  background: #f7fbff;
}

.success-card h3 {
  font-size: 25px;
  line-height: 1.35;
  font-weight: 800;
  color: #101828;
  margin-bottom: 10px;
}

.success-card h3 span {
  color: #1357ff;
}

.success-card img {
  width: 100%;
  max-height: 185px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.success-card p {
  background: #ffffff;
  margin: 0 -28px;
  padding: 18px 28px 24px;
  color: #111827;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .registration-form-card {
    padding: 28px 24px;
  }
}

@media (max-width: 575px) {
  .form-main-title h2 {
    font-size: 25px;
  }

  .register-benefits-card h3,
  .success-card h3 {
    font-size: 22px;
  }

  .benefit-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
}
/* ================= AFTER REGISTRATION PROCESS ================= */

.after-registration-section {
  padding: 20px 0 60px;
  background: #ffffff;
}

.after-registration-box {
  background: #f4f8ff;
  border-radius: 12px;
  padding: 22px 55px 34px;
}

.after-registration-box h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 28px;
}

.after-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  text-align: center;
}

.after-steps::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 17%;
  right: 17%;
  border-top: 2px dashed #667085;
  z-index: 0;
}

.after-step {
  position: relative;
  z-index: 1;
  min-height: 160px;
}

.after-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 14px;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.after-step span {
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.after-step h4 {
  font-size: 15px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 8px;
}

.after-step p {
  max-width: 165px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.6;
  color: #111827;
  font-weight: 500;
}

.after-step.blue .after-icon
 {
  background: #1357ff;
  color: white;
  
}
.after-step.blue span{
    color: #1357ff;
}

.after-step.green .after-icon
 {
  background: #20b84a;
  color: white;
}
.after-step.green span{
    color: #20b84a ;
}

.after-step.purple .after-icon
 {
  background: #7b3fe4;
  color: white;
}
.after-step.purple span{
    color: #7b3fe4;
}

.after-step.orange .after-icon
 {
  background: #ff5a14;
  color: white;
}
.after-step.orange span{
    color:#ff5a14 ;
}

/* fix span background override */
.after-step span {
  background: transparent !important;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .after-steps {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 35px;
  }

  .after-steps::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .after-registration-box {
    padding: 25px 20px;
  }

  .after-steps {
    grid-template-columns: 1fr;
  }

  .after-registration-box h2 {
    font-size: 22px;
  }
}
/* ================= WORKSHOPS HERO ================= */

.workshop-hero-section {
  min-height: 390px;
  background:
    radial-gradient(circle at 60% 35%, rgba(19, 87, 255, 0.42), transparent 28%),
    linear-gradient(135deg, #02072d 0%, #06115d 48%, #071787 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.workshop-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.10) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.2;
}

.workshop-hero-section .container {
  position: relative;
  z-index: 2;
}

.workshop-hero-content {
  padding: 32px 0 38px;
}

.breadcrumb-text {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
}

.breadcrumb-text span {
  margin: 0 8px;
}

.breadcrumb-text b {
  color: #ffbe0b;
}

.workshop-hero-content h1 {
  font-size: 52px;
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 22px;
}

.workshop-hero-content h1 span {
  color: #ffbe0b;
}

.workshop-hero-content > p {
  max-width: 500px;
  font-size: 16px;
  line-height: 1.85;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 34px;
}

.workshop-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.workshop-feature i {
  font-size: 33px;
  display: block;
  margin-bottom: 12px;
}

.workshop-feature h4 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
}

.workshop-feature p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}

/* RIGHT VISUAL */

.workshop-visual {
  min-height: 390px;
  position: relative;
}

.workshop-student-img {
  position: absolute;
  left: 70px;
  bottom: 0;
  width: 330px;
  height: 365px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
  z-index: 2;
}

.workshop-float-card {
  position: absolute;
  right: 35px;
  width: 270px;
  min-height: 82px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  backdrop-filter: blur(6px);
  z-index: 3;
}

.workshop-float-card.card-top {
  top: 55px;
}

.workshop-float-card.card-middle {
  top: 158px;
}

.workshop-float-card.card-bottom {
  top: 262px;
}

.float-icon {
  width: 52px;
  height: 52px;
  border-radius: 9px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  flex-shrink: 0;
}

.float-icon.purple {
  background: #8b35e8;
}

.float-icon.orange {
  background: #ff5a14;
}

.float-icon.green {
  background: #20b84a;
}

.workshop-float-card h4 {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 6px;
}

.workshop-float-card p {
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
}

/* ================= CATEGORY SECTION ================= */

.workshop-category-section {
  padding: 45px 0 30px;
  background: #ffffff;
}

.workshop-title {
  text-align: center;
  margin-bottom: 35px;
}

.workshop-title h2 {
  font-size: 34px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 10px;
}

.workshop-title h2 span {
  color: #1357ff;
}

.workshop-title p {
  font-size: 14px;
  color: #111827;
  margin: 0;
}

.workshop-category-card {
  min-height: 335px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(15,23,42,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.category-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.workshop-category-card h3 {
  min-height: 50px;
  font-size: 18px;
  font-weight: 800;
  color: #101828;
}

.workshop-category-card p {
  min-height: 65px;
  font-size: 14px;
  font-weight: 400;
  color: #111827;
}

.workshop-category-card h4 {
  font-size: 30px;
  font-weight: 800;
  margin: auto 0 2px;
}

.workshop-category-card span {
  font-size: 16px;
  font-weight: 800;
  color: #101828;
}

/* COLORS */

.orange .category-icon{
  background-color: #ff5a14;
}

.yellow .category-icon{
  background-color: #ffb800;
}

.green .category-icon{
  background-color: #20b84a;
}

.purple .category-icon{
  background-color: #8b35e8;
}

.blue-card .category-icon,
.blue-card h4 {
  color: #1357ff;
}
.blue-card .category-icon{
  background-color: #1357ff;
    color: white;
}
.orange-card .category-icon,
.orange-card h4 {
  color: #ff5a14;
}
.orange-card .category-icon{
    color: white;
}

.green-card .category-icon,
.green-card h4 {
  color: #20b84a;
}
.green-card .category-icon{
    color: white;
}

.purple-card .category-icon,
.purple-card h4 {
  color: #8b35e8;
}
.purple-card .category-icon{
    color: white;
}

.yellow-card .category-icon,
.yellow-card h4 {
  color: #ffb800;
}
.yellow-card .category-icon{
    color: white;
}


/* fix number background */
.workshop-category-card h4 {
  background: transparent !important;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .workshop-hero-content {
    text-align: center;
  }

  .workshop-hero-content > p {
    margin-left: auto;
    margin-right: auto;
  }

  .workshop-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .workshop-visual {
    min-height: auto;
    padding-bottom: 35px;
  }

  .workshop-student-img,
  .workshop-float-card {
    position: static;
  }

  .workshop-student-img {
    width: 100%;
    max-width: 360px;
    height: 300px;
    display: block;
    margin: 20px auto;
    border-radius: 24px;
  }

  .workshop-float-card {
    margin: 14px auto;
  }
}

@media (max-width: 575px) {
  .workshop-hero-content h1 {
    font-size: 36px;
  }

  .workshop-features {
    grid-template-columns: 1fr;
  }

  .workshop-title h2 {
    font-size: 27px;
  }

  .workshop-category-card {
    min-height: auto;
  }
}
/* ================= UPCOMING WORKSHOPS ================= */

.upcoming-workshop-section {
  padding: 2px 0 30px;
  background: #ffffff;
}

.workshop-head {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  margin-bottom: 35px;
}

.workshop-title-center {
  text-align: center;
}

.workshop-title-center h2,
.why-workshop-title h2 {
  font-size: 34px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 10px;
}

.workshop-title-center h2 span,
.why-workshop-title h2 span {
  color: #1357ff;
}

.workshop-title-center p {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  margin: 0;
}

.view-workshop-btn {
  justify-self: end;
  border: 1.8px solid #1357ff;
  color: #1357ff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.3s ease;
}

.view-workshop-btn:hover {
  background: #1357ff;
  color: #ffffff;
}

/* CARDS */

.upcoming-card {
  min-height: 385px;
  height: 100%;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
  padding: 10px 10px 18px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: 0.3s ease;
}

.upcoming-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.upcoming-card > img {
  width: 100%;
  height: 135px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 14px;
}

.workshop-card-body {
  display: flex;
  gap: 14px;
  flex: 1;
}

.date-box {
  width: 45px;
  height: 45px;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.date-box strong {
  font-size: 22px;
  line-height: 1;
  font-weight: 800;
}

.date-box span {
  font-size: 12px;
  font-weight: 700;
}

.workshop-info h3 {
  min-height: 52px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #101828;
}

.workshop-info p {
  font-size: 13px;
  font-weight: 500;
  color: #475467;
  margin-bottom: 15px;
}

.workshop-info h4 {
  font-size: 14px;
  font-weight: 500;
  color: #101828;
  margin: 0;
}

.workshop-info h4 span {
  font-size: 20px;
  font-weight: 800;
}

.register-workshop-btn {
  width: 100%;
  height: 43px;
  border: 1.7px solid;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: 0.3s ease;
}

/* COLORS */

.blue-card .date-box {
  background: #1357ff;
}

.orange-card .date-box {
  background: #ff5a14;
}

.green-card .date-box {
  background: #20b84a;
}

.purple-card .date-box {
  background: #8b35e8;
}

.yellow-card .date-box {
  background: #ffb800;
}

.blue-card .register-workshop-btn,
.blue-card .workshop-info h4 span {
  color: #1357ff;
  border-color: #1357ff;
}

.orange-card .register-workshop-btn,
.orange-card .workshop-info h4 span {
  color: #ff5a14;
  border-color: #ff5a14;
}

.green-card .register-workshop-btn,
.green-card .workshop-info h4 span {
  color: #20b84a;
  border-color: #20b84a;
}

.purple-card .register-workshop-btn,
.purple-card .workshop-info h4 span {
  color: #8b35e8;
  border-color: #8b35e8;
}

.yellow-card .register-workshop-btn,
.yellow-card .workshop-info h4 span {
  color: #ffb800;
  border-color: #ffb800;
}

.blue-card .register-workshop-btn:hover {
  background: #1357ff;
}

.orange-card .register-workshop-btn:hover {
  background: #ff5a14;
}

.green-card .register-workshop-btn:hover {
  background: #20b84a;
}

.purple-card .register-workshop-btn:hover {
  background: #8b35e8;
}

.yellow-card .register-workshop-btn:hover {
  background: #ffb800;
}

.register-workshop-btn:hover {
  color: #ffffff !important;
}

/* WHY ATTEND */

.why-workshop-title {
  text-align: center;
  margin: 58px 0 38px;
}

.why-workshop-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  position: relative;
  text-align: center;
}

.why-workshop-grid::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: #dfe5ff;
  z-index: 0;
}

.why-workshop-item {
  position: relative;
  z-index: 1;
  min-height: 145px;
  padding: 0 16px;
}

.why-workshop-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 17px;
  border-radius: 50%;
  background: #eef1ff;
  color: #1357ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.why-workshop-item h4 {
  font-size: 15px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 10px;
}

.why-workshop-item p {
  max-width: 145px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.65;
  color: #111827;
  font-weight: 500;
}

/* RESPONSIVE */

@media (max-width: 1199px) {
  .why-workshop-grid {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 35px;
  }

  .why-workshop-grid::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .workshop-head {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 18px;
  }

  .view-workshop-btn {
    justify-self: center;
  }
}

@media (max-width: 575px) {
  .workshop-title-center h2,
  .why-workshop-title h2 {
    font-size: 27px;
  }

  .why-workshop-grid {
    grid-template-columns: 1fr;
  }

  .upcoming-card {
    min-height: auto;
  }
}
/* ================= WORKSHOP TESTIMONIAL + CTA ================= */

.workshop-testimonial-section {
  padding: 35px 0 35px;
  background: #ffffff;
}

.workshop-testimonial-box {
  background: #f7fbff;
  border: 1px solid #dfe8f5;
  border-radius: 12px;
  padding: 24px 36px 20px;
}

.workshop-testimonial-box h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 26px;
}

.workshop-testimonial-box h2 span {
  color: #1357ff;
}

.workshop-review-card {
  min-height: 170px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-radius: 10px;
  padding: 0px 20px;
  position: relative;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.review-top {
  display: flex;
  align-items: center;
  gap: 16px;
  /* margin-bottom: 16px; */
  margin-top: 15px;
}

.review-top img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
}

.review-top h4 {
  font-size: 14px;
  font-weight: 800;
  color: #101828;
  margin: 0 0 6px;
}

.workshop-review-card p {
  font-size: 14px;
  line-height: 1.75;
  color: #101828;
  font-weight: 500;
  margin: 0; 
  padding-top: 15px;
  max-width: 300px;
}

.quote {
  position: absolute;
  right: 18px;
  bottom: 8px;
  font-size: 58px;
  line-height: 1;
  color: #e3eaf5;
  font-weight: 800;
}

.workshop-dots {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.workshop-dots span {
  width: 12px;
  height: 12px;
  background: #b8c0cc;
  border-radius: 50%;
}

.workshop-dots .active {
  background: #1357ff;
}

/* CTA */

.upgrade-cta-box {
  margin-top: 18px;
  min-height: 145px;
  background: linear-gradient(120deg, #742de8 0%, #0d6eff 100%);
  border-radius: 10px;
  padding: 22px 58px;
  display: grid;
  grid-template-columns: 210px 1fr auto;
  align-items: center;
  gap: 32px;
  color: #ffffff;
  overflow: hidden;
}

.upgrade-img img {
  max-width: 150px;
  display: block;
}

.upgrade-text h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}

.upgrade-text p {
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
  margin: 0;
}

.upgrade-btn {
  width: 245px;
  height: 58px;
  background: #ffbe0b;
  color: #101828;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
}

.upgrade-btn:hover {
  background: #ffd24d;
  color: #101828;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .upgrade-cta-box {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 34px 24px;
  }

  .upgrade-img img,
  .upgrade-btn {
    margin: 0 auto;
  }

  .workshop-review-card p {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .workshop-testimonial-box {
    padding: 24px 18px;
  }

  .workshop-testimonial-box h2,
  .upgrade-text h2 {
    font-size: 24px;
  }

  .upgrade-btn {
    width: 100%;
  }
}
/* ================= TRAINING HERO ================= */

.training-hero-section {
  min-height: 385px;
  background:
    radial-gradient(circle at 65% 35%, rgba(123, 63, 228, 0.45), transparent 30%),
    linear-gradient(135deg, #02072d 0%, #06115d 52%, #0a1678 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.training-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.12) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.18;
}

.training-hero-section .container {
  position: relative;
  z-index: 2;
}

.training-hero-content {
  padding: 34px 0 40px;
}

.breadcrumb-text {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 26px;
}

.breadcrumb-text span {
  margin: 0 8px;
}

.breadcrumb-text b {
  color: #ffbe0b;
}

.training-hero-content h1 {
  font-size: 52px;
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 22px;
}

.training-hero-content h1 span {
  color: #ffbe0b;
}

.training-hero-content > p {
  max-width: 520px;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 35px;
}

.training-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.training-features div {
  border-right: 1px solid rgba(255,255,255,0.16);
}

.training-features div:last-child {
  border-right: none;
}

.training-features i {
  display: block;
  font-size: 34px;
  margin-bottom: 13px;
}

.training-features h4 {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  margin: 0;
}

/* IMAGE SIDE */

.training-visual {
  min-height: 385px;
  position: relative;
}

.training-img {
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 445px;
  height: 360px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
  z-index: 2;
}

.training-float-card {
  position: absolute;
  right: 0;
  width: 245px;
  min-height: 82px;
  background: #ffffff;
  color: #101828;
  border-radius: 10px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.18);
  z-index: 4;
}

.float-one {
  top: 42px;
}

.float-two {
  top: 148px;
}

.float-three {
  top: 255px;
}

.float-icon {
  width: 54px;
  height: 54px;
  border-radius: 9px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.float-icon.purple {
  background: #7b3fe4;
}

.float-icon.orange {
  background: #ff5a14;
}

.float-icon.green {
  background: #20b84a;
}

.training-float-card h4 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 5px;
}

.training-float-card p {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

/* ================= TRAINING APPROACH ================= */

.training-approach-section {
  padding: 38px 0 25px;
  background: #ffffff;
}

.training-title {
  text-align: center;
  margin-bottom: 36px;
}

.training-title h2 {
  font-size: 35px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 10px;
}

.training-title h2 span {
  color: #1357ff;
}

.training-title p {
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  margin: 0;
}

.approach-card {
  min-height: 280px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
  padding: 30px 24px 26px;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 24px rgba(15,23,42,0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-number {
  position: absolute;
  top: 22px;
  left: 22px;
  width: 46px;
  height: 46px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.approach-icon {
  width: 110px;
  height: 110px;
  margin: 4px auto 22px;
  border-radius: 50%;
  background: #eef3ff;
  color: #1357ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 46px;
}

.approach-card h3 {
  min-height: 28px;
  font-size: 18px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 14px;
}

.approach-card p {
  font-size: 14px;
  line-height: 1.65;
  font-weight: 500;
  color: #111827;
  margin: 0;
}

/* COLORS */

.blue-card .step-number {
  background: #1357ff;
}

.orange-card .step-number {
  background: #ff5a14;
}

.green-card .step-number {
  background: #20b84a;
}

.purple-card .step-number {
  background: #7b3fe4;
}

.pink-card .step-number {
  background: #ef3e7a;
}

.cyan-card .step-number {
  background: #16b8c8;
}

.yellow-card .step-number {
  background: #ffb800;
}

.blue-card .approach-icon {
  color: #1357ff;
  background: #eef3ff;
}

.orange-card .approach-icon {
  color: #ff5a14;
  background: #fff1e8;
}

.green-card .approach-icon {
  color: #20b84a;
  background: #ebfff1;
}

.purple-card .approach-icon {
  color: #7b3fe4;
  background: #f3ecff;
}

.pink-card .approach-icon {
  color: #ef3e7a;
  background: #fff0f6;
}

.cyan-card .approach-icon {
  color: #16b8c8;
  background: #e9fbfd;
}

.yellow-card .approach-icon {
  color: #ffb800;
  background: #fff7df;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .training-hero-content {
    text-align: center;
  }

  .training-hero-content > p {
    margin-left: auto;
    margin-right: auto;
  }

  .training-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .training-features div {
    border-right: none;
  }

  .training-visual {
    min-height: auto;
    padding-bottom: 35px;
  }

  .training-img,
  .training-float-card {
    position: static;
  }

  .training-img {
    width: 100%;
    max-width: 420px;
    height: 300px;
    display: block;
    margin: 20px auto;
    border-radius: 24px;
  }

  .training-float-card {
    margin: 14px auto;
  }
}

@media (max-width: 575px) {
  .training-hero-content h1 {
    font-size: 36px;
  }

  .training-features {
    grid-template-columns: 1fr;
  }

  .training-title h2 {
    font-size: 28px;
  }

  .approach-card {
    min-height: auto;
  }
}
/* ================= TRAINING METHOD WORKS ================= */

.training-works-section {
  padding: 45px 0 65px;
  background: #ffffff;
}

/* WHY WORKS BOX */

.training-works-box {
  min-height: 250px;
  background:
    radial-gradient(circle at 30% 30%, rgba(19, 87, 255, 0.35), transparent 30%),
    linear-gradient(135deg, #02082f 0%, #061965 100%);
  border-radius: 12px;
  padding: 32px 48px;
  color: #ffffff;
  display: grid;
  grid-template-columns: 320px 1fr 180px;
  align-items: center;
  gap: 45px;
}

.works-img img {
  max-width: 270px;
  display: block;
}

.works-content {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  padding-right: 38px;
}

.works-content h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 22px;
}

.works-content h2 span {
  color: #ffbe0b;
}

.works-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.works-content ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: 500;
}

.works-content ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 22px;
  height: 22px;
  background: #20b84a;
  border-radius: 50%;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.works-rating {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 24px 18px;
  text-align: center;
}

.works-rating .stars {
  color: #ffbe0b;
  font-size: 22px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.works-rating h3 {
  font-size: 52px;
  font-weight: 800;
  margin: 0;
}

.works-rating p {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}

/* JOURNEY */

.journey-title {
  text-align: center;
  margin: 35px 0 38px;
}

.journey-title h2 {
  font-size: 32px;
  font-weight: 800;
  color: #101828;
  margin: 0;
}

.learning-journey {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  position: relative;
  margin-bottom: 45px;
}

.learning-journey::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #dfe5ff;
  z-index: 0;
}

.journey-item {
  position: relative;
  z-index: 1;
  min-height: 185px;
  padding: 0 15px;
}

.journey-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 16px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 8px solid #eef3ff;
}

.journey-item span {
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.journey-item h4 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}

.journey-item p {
  max-width: 175px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.65;
  font-weight: 500;
  color: #101828;
}

.journey-item.blue .journey-icon,
.journey-item.blue h4,
.journey-item.blue span {
  background: #1357ff;
}

.journey-item.orange .journey-icon,
.journey-item.orange h4,
.journey-item.orange span {
  background: #ff5a14;
}

.journey-item.green .journey-icon,
.journey-item.green h4,
.journey-item.green span {
  background: #20b84a;
}

.journey-item.purple .journey-icon,
.journey-item.purple h4,
.journey-item.purple span {
  background: #7b3fe4;
}

.journey-item.yellow .journey-icon,
.journey-item.yellow h4,
.journey-item.yellow span {
  background: #ffb800;
}

.journey-item h4,
.journey-item span {
  background: transparent !important;
}

/* CTA */

.practical-cta {
  min-height: 145px;
  background: linear-gradient(120deg, #7530e8 0%, #0d6eff 100%);
  border-radius: 10px;
  padding: 22px 58px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 35px;
  color: #ffffff;
  overflow: hidden;
}

.practical-img img {
  max-width: 150px;
  display: block;
}

.practical-text h2 {
  font-size: 27px;
  font-weight: 800;
  margin-bottom: 10px;
}

.practical-text p {
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  font-weight: 500;
}

.practical-btn {
  width: 210px;
  height: 58px;
  background: #ffbe0b;
  color: #101828;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
}

.practical-btn:hover {
  background: #ffd24d;
  color: #101828;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .training-works-box {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 34px 24px;
  }

  .works-img img {
    margin: 0 auto;
  }

  .works-content {
    border-right: none;
    padding-right: 0;
  }

  .learning-journey {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 35px;
  }

  .learning-journey::before {
    display: none;
  }

  .practical-cta {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 34px 24px;
  }

  .practical-img img,
  .practical-btn {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .works-content h2,
  .journey-title h2,
  .practical-text h2 {
    font-size: 24px;
  }

  .learning-journey {
    grid-template-columns: 1fr;
  }

  .practical-btn {
    width: 100%;
  }
}
/* ================= CHECKOUT HERO ================= */

.checkout-hero-section {
  background:
    radial-gradient(circle at 60% 40%, rgba(19, 87, 255, 0.28), transparent 30%),
    linear-gradient(135deg, #02072d 0%, #06115d 100%);
  color: #ffffff;
  padding: 35px 0;
  position: relative;
  overflow: hidden;
}

.checkout-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.12) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.18;
}

.checkout-hero-section .container {
  position: relative;
  z-index: 2;
}

.checkout-hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.breadcrumb-text {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 28px;
}

.breadcrumb-text span {
  margin: 0 8px;
}

.breadcrumb-text b {
  color: #ffbe0b;
}

.checkout-hero-content h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 18px;
}

.checkout-hero-content p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin: 0;
}

.checkout-hero-content img {
  width: 250px;
  max-height: 180px;
  object-fit: contain;
}

/* ================= CHECKOUT SECTION ================= */

.checkout-section {
  padding: 40px 0 60px;
  background: #ffffff;
}

.checkout-card,
.checkout-side-card,
.coupon-card {
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.checkout-card {
  padding: 36px 34px;
}

.checkout-title,
.side-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.checkout-title i,
.side-title i {
  width: 31px;
  height: 31px;
  background: #eef3ff;
  color: #1357ff;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.checkout-title h3,
.side-title h3 {
  font-size: 22px;
  font-weight: 800;
  color: #101828;
  margin: 0;
}

.checkout-card label {
  font-size: 13px;
  font-weight: 700;
  color: #101828;
  margin-bottom: 8px;
}

.checkout-card label span,
.checkout-terms span {
  color: #ef233c;
}

.checkout-card .form-control,
.checkout-card .form-select {
  height: 48px;
  border: 1px solid #d7dee9;
  border-radius: 6px;
  font-size: 13px;
  color: #101828;
  box-shadow: none;
  padding: 0 15px;
}

.checkout-card .form-control::placeholder {
  color: #8a94a6;
}

.checkout-card .form-control:focus,
.checkout-card .form-select:focus {
  border-color: #1357ff;
  box-shadow: 0 0 0 3px rgba(19, 87, 255, 0.1);
}

/* PHONE */

.phone-input {
  height: 48px;
  border: 1px solid #d7dee9;
  border-radius: 6px;
  display: flex;
  overflow: hidden;
}

.phone-input select {
  width: 95px;
  border: none;
  border-right: 1px solid #d7dee9;
  outline: none;
  padding: 0 10px;
  background: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.phone-input input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 15px;
  font-size: 13px;
}

.phone-input:focus-within {
  border-color: #1357ff;
  box-shadow: 0 0 0 3px rgba(19, 87, 255, 0.1);
}

/* PAYMENT */

.payment-subtitle {
  margin-top: -22px;
  margin-left: 43px;
  font-size: 12px;
  font-weight: 600;
  color: #101828;
}

.payment-option {
  min-height: 72px;
  border: 1px solid #d7dee9;
  border-radius: 6px;
  padding: 15px 20px;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-option.active {
  border-color: #1357ff;
  background: #f7faff;
}

.payment-left {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.payment-left input {
  margin-top: 5px;
  accent-color: #1357ff;
}

.payment-left h4 {
  font-size: 15px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 5px;
}

.payment-left h4 span {
  color: #1357ff;
  font-size: 12px;
}

.payment-left p {
  font-size: 12px;
  color: #475467;
  font-weight: 600;
  margin: 0;
}

.payment-icons {
  display: flex;
  gap: 14px;
  align-items: center;
  color: #0b3b91;
  font-size: 13px;
}

.payment-option > i {
  font-size: 24px;
  color: #1357ff;
}

/* TERMS */

.checkout-terms {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 22px 0;
}

.checkout-terms input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
}

.checkout-terms label {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.checkout-terms a {
  color: #1357ff;
  font-weight: 800;
  text-decoration: none;
}

.pay-btn {
  width: 100%;
  height: 52px;
  border: none;
  background: #1357ff;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  border-radius: 6px;
}

.pay-btn:hover {
  background: #0849e8;
}

.secure-text {
  text-align: center;
  color: #101828;
  font-size: 13px;
  margin: 18px 0 0;
}

.secure-text i {
  color: #20b84a;
}

/* ================= RIGHT SIDE ================= */

.checkout-side-card {
  padding: 28px 24px;
  margin-bottom: 22px;
}

.course-summary {
  display: grid;
  grid-template-columns: 95px 1fr auto;
  gap: 18px;
  align-items: center;
}

.course-summary img {
  width: 95px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}

.course-summary h4 {
  font-size: 15px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 5px;
}

.course-summary p {
  font-size: 13px;
  color: #475467;
  margin: 0;
}

.course-summary strong {
  font-size: 15px;
}

.checkout-side-card hr {
  margin: 22px 0;
  border-color: #dfe5ef;
  opacity: 1;
}

.price-row,
.total-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  color: #101828;
}

.price-row span,
.price-row b {
  font-size: 15px;
  font-weight: 700;
}

.discount b {
  color: #20b84a;
}

.total-row {
  margin-bottom: 0;
}

.total-row span {
  font-size: 19px;
  font-weight: 800;
}

.total-row b {
  font-size: 23px;
  font-weight: 800;
  color: #1357ff;
}

/* COUPON */

.coupon-card {
  padding: 24px;
  margin-bottom: 22px;
  background: #f7fbff;
}

.coupon-card h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 18px;
}

.coupon-input {
  display: flex;
  gap: 14px;
}

.coupon-input input {
  flex: 1;
  height: 45px;
  border: 1px solid #d7dee9;
  border-radius: 6px;
  padding: 0 14px;
  font-size: 13px;
}

.coupon-input button {
  width: 90px;
  height: 45px;
  background: #ffffff;
  border: 1.7px solid #1357ff;
  color: #1357ff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
}

/* WHY LEARN */

.why-title {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 24px;
}

.why-checkout-item {
  display: flex;
  gap: 15px;
  margin-bottom: 22px;
}

.why-checkout-item:last-child {
  margin-bottom: 0;
}

.why-checkout-item i {
  width: 32px;
  height: 32px;
  background: #eef3ff;
  color: #1357ff;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.why-checkout-item h4 {
  font-size: 14px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 5px;
}

.why-checkout-item p {
  font-size: 12px;
  color: #475467;
  margin: 0;
  font-weight: 600;
}

/* BOTTOM FEATURES */

.checkout-bottom-features {
  margin-top: 24px;
  background: #eef6ff;
  border-radius: 10px;
  padding: 26px 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.bottom-feature {
  display: flex;
  align-items: center;
  gap: 18px;
}

.bottom-feature i {
  width: 55px;
  height: 55px;
  border: 2px solid #1357ff;
  color: #1357ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
}

.bottom-feature h4 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 4px;
}

.bottom-feature p {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .checkout-hero-content {
    text-align: center;
    flex-direction: column;
    gap: 25px;
  }

  .checkout-card {
    padding: 28px 22px;
  }

  .checkout-bottom-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .checkout-hero-content h1 {
    font-size: 36px;
  }

  .checkout-hero-content img {
    width: 180px;
  }

  .payment-option,
  .course-summary,
  .coupon-input {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
  }

  .payment-icons {
    flex-wrap: wrap;
  }

  .coupon-input,
  .coupon-input button {
    width: 100%;
  }

  .checkout-bottom-features {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}
/* ================= PLACEMENT HERO ================= */

.placement-hero-section {
  min-height: 370px;
  background:
    radial-gradient(circle at 60% 35%, rgba(19, 87, 255, 0.35), transparent 30%),
    linear-gradient(135deg, #02072d 0%, #06115d 52%, #06106b 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.placement-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.11) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.2;
}

.placement-hero-section .container {
  position: relative;
  z-index: 2;
}

.placement-hero-content {
  padding: 28px 0 38px;
}

.breadcrumb-text {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 28px;
}

.breadcrumb-text span {
  margin: 0 8px;
}

.breadcrumb-text b {
  color: #ffbe0b;
}

.placement-hero-content h1 {
  font-size: 52px;
  line-height: 1.08;
  font-weight: 800;
  margin-bottom: 22px;
}

.placement-hero-content h1 span {
  color: #ffbe0b;
}

.placement-hero-content > p {
  max-width: 500px;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 35px;
}

.placement-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.placement-features div {
  border-right: 1px solid rgba(255,255,255,0.16);
}

.placement-features div:last-child {
  border-right: none;
}

.placement-features i {
  display: block;
  font-size: 34px;
  margin-bottom: 12px;
}

.placement-features h4 {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
  margin: 0;
}

/* RIGHT IMAGE */

.placement-visual {
  min-height: 370px;
  position: relative;
}

.placement-img {
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 440px;
  height: 345px;
  object-fit: cover;
  border-radius: 28px 28px 0 0;
  z-index: 2;
}

.placement-stat {
  position: absolute;
  right: 0;
  width: 225px;
  min-height: 76px;
  background: #ffffff;
  color: #101828;
  border-radius: 9px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.18);
  z-index: 4;
}

.stat-one { top: 8px; }
.stat-two { top: 93px; }
.stat-three { top: 178px; }
.stat-four { top: 263px; }

.placement-stat i {
  width: 44px;
  height: 44px;
  border-radius: 9px;
  background: #eef3ff;
  color: #1357ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.placement-stat h3 {
  font-size: 21px;
  font-weight: 800;
  margin: 0 0 3px;
}

.placement-stat p {
  font-size: 12px;
  font-weight: 700;
  color: #101828;
  margin: 0;
}

.stat-one h3 { color: #1357ff; }
.stat-two h3 { color: #20b84a; }
.stat-three h3 { color: #8b35e8; }
.stat-four h3 { color: #ff5a14; }

.stat-two i {
  color: #20b84a;
  background: #ebfff1;
}

.stat-three i {
  color: #8b35e8;
  background: #f5ebff;
}

.stat-four i {
  color: #ff5a14;
  background: #fff1e8;
}

/* ================= PLACEMENT ASSISTANCE ================= */

.placement-assistance-section {
  padding: 40px 0 35px;
  background: #ffffff;
}

.placement-title {
  text-align: center;
  margin-bottom: 38px;
}

.placement-title h2 {
  font-size: 34px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 10px;
}

.placement-title h2 span {
  color: #1357ff;
}

.placement-title p {
  font-size: 14px;
  color: #111827;
  font-weight: 500;
  margin: 0;
}

.placement-card {
  min-height: 165px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
  padding: 22px 22px;
  display: flex;
  align-items: center;
  gap: 22px;
  box-shadow: 0 8px 24px rgba(15,23,42,0.05);
  transition: 0.3s ease;
}

.placement-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 35px rgba(15,23,42,0.1);
}

.placement-card-icon {
  width: 90px;
  height: 90px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  flex-shrink: 0;
}

.placement-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 12px;
}

.placement-card p {
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
  color: #111827;
  margin: 0;
}

/* CARD COLORS */

.blue-card .placement-card-icon {
  background: #eef3ff;
  color: #1357ff;
}

.green-card .placement-card-icon {
  background: #ebfff1;
  color: #20b84a;
}

.purple-card .placement-card-icon {
  background: #f5ebff;
  color: #8b35e8;
}

.orange-card .placement-card-icon {
  background: #fff1e8;
  color: #ff5a14;
}

.pink-card .placement-card-icon {
  background: #fff0f6;
  color: #ef3e7a;
}

.cyan-card .placement-card-icon {
  background: #e9fbfd;
  color: #16b8c8;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .placement-hero-content {
    text-align: center;
  }

  .placement-hero-content > p {
    margin-left: auto;
    margin-right: auto;
  }

  .placement-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .placement-features div {
    border-right: none;
  }

  .placement-visual {
    min-height: auto;
    padding-bottom: 35px;
  }

  .placement-img,
  .placement-stat {
    position: static;
  }

  .placement-img {
    width: 100%;
    max-width: 420px;
    height: 300px;
    display: block;
    margin: 20px auto;
    border-radius: 24px;
  }

  .placement-stat {
    margin: 14px auto;
  }
}

@media (max-width: 575px) {
  .placement-hero-content h1 {
    font-size: 36px;
  }

  .placement-features {
    grid-template-columns: 1fr;
  }

  .placement-title h2 {
    font-size: 27px;
  }

  .placement-card {
    flex-direction: column;
    text-align: center;
  }
}
/* ================= PLACEMENT PROCESS ================= */

.placement-process-section {
  padding: 40px 0 65px;
  background: #ffffff;
}

.placement-process-title,
.recruiters-title,
.success-title {
  text-align: center;
}

.placement-process-title h2,
.recruiters-title h2,
.success-title h2 {
  font-size: 34px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 10px;
}

.placement-process-title h2 span,
.success-title h2 span {
  color: #1357ff;
}

.placement-process-title p {
  font-size: 14px;
  color: #111827;
  margin: 0;
}

/* PROCESS */

.placement-process-grid {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  position: relative;
}

.placement-process-grid::before {
  content: "";
  position: absolute;
  top: 43px;
  left: 11%;
  right: 11%;
  border-top: 2px dotted #9db6ff;
  z-index: 0;
}

.placement-process-item {
  position: relative;
  z-index: 1;
  min-height: 185px;
  padding: 0 18px;
}

.process-icon {
  width: 82px;
  height: 82px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1357ff;
  background: #eef3ff;
  font-size: 36px;
}

.placement-process-item span {
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}

.placement-process-item h4 {
  font-size: 15px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 12px;
}

.placement-process-item p {
  max-width: 160px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.7;
  color: #111827;
  font-weight: 500;
}

.placement-process-item.blue .process-icon,
.placement-process-item.blue span {
  color: #1357ff;
  background: #eef3ff;
}

.placement-process-item.green .process-icon,
.placement-process-item.green span {
  color: #20b84a;
  background: #ebfff1;
}

.placement-process-item.purple .process-icon,
.placement-process-item.purple span {
  color: #8b35e8;
  background: #f5ebff;
}

.placement-process-item.orange .process-icon,
.placement-process-item.orange span {
  color: #ff5a14;
  background: #fff1e8;
}

.placement-process-item span {
  background: transparent !important;
}

/* RECRUITERS */

.recruiters-title {
  margin: 48px 0 28px;
}

.recruiters-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 12px;
}

.recruiter-card {
  min-height: 58px;
  border: 1px solid #dfe5ef;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1357ff;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  text-align: center;
  line-height: 1;
}

.recruiter-btn-wrap {
  text-align: center;
  margin-top: 22px;
}

.recruiter-btn {
  width: 210px;
  height: 45px;
  border: 1.7px solid #1357ff;
  color: #1357ff;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.recruiter-btn:hover {
  background: #1357ff;
  color: #ffffff;
}

/* SUCCESS STORIES */

.success-title {
  margin: 60px 0 28px;
}

.success-story-card {
  min-height: 195px;
  height: 100%;
  border: 1px solid #dfe5ef;
  border-radius: 10px;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  display: flex;
  flex-direction: column;
}

.success-user {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.success-user img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
}

.success-user h4 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 4px;
  color: #101828;
}

.success-user p {
  font-size: 14px;
  color: #111827;
  margin: 0 0 4px;
  font-weight: 500;
}

.success-user b {
  font-size: 12px;
  color: #101828;
}

.stars {
  color: #ffb800;
  letter-spacing: 2px;
  font-size: 17px;
}

.story-text {
  font-size: 13px;
  color: #101828;
  font-weight: 500;
}

.package {
  margin-top: auto;
  align-self: center;
  min-width: 155px;
  height: 36px;
  border: 1.5px solid;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
}

.success-story-card.blue .package {
  color: #1357ff;
  background: #eef3ff;
  border-color: #1357ff;
}

.success-story-card.green .package {
  color: #20b84a;
  background: #ebfff1;
  border-color: #20b84a;
}

.success-story-card.purple .package {
  color: #8b35e8;
  background: #f5ebff;
  border-color: #8b35e8;
}

.success-story-card.orange .package {
  color: #ff5a14;
  background: #fff1e8;
  border-color: #ff5a14;
}

.story-dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin: 28px 0;
}

.story-dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #c7cbd4;
}

.story-dots .active {
  background: #1357ff;
}

/* CTA */

.placement-cta-box {
  min-height: 145px;
  background:
    radial-gradient(circle at left, rgba(19, 87, 255, 0.35), transparent 28%),
    linear-gradient(120deg, #020b55 0%, #061d8e 100%);
  border-radius: 10px;
  padding: 22px 58px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 35px;
  color: #ffffff;
}

.placement-cta-img img {
  max-width: 155px;
  display: block;
}

.placement-cta-text h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}

.placement-cta-text p {
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  font-weight: 500;
}

.placement-cta-btn {
  width: 210px;
  height: 58px;
  background: #ffbe0b;
  color: #101828;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
}

.placement-cta-btn:hover {
  background: #ffd24d;
  color: #101828;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .placement-process-grid,
  .recruiters-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 35px;
  }

  .placement-process-grid::before {
    display: none;
  }

  .placement-cta-box {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 34px 24px;
  }

  .placement-cta-img img,
  .placement-cta-btn {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .placement-process-grid,
  .recruiters-grid {
    grid-template-columns: 1fr;
  }

  .placement-process-title h2,
  .recruiters-title h2,
  .success-title h2,
  .placement-cta-text h2 {
    font-size: 25px;
  }

  .placement-cta-btn {
    width: 100%;
  }
}
.profile-hero-section {
  min-height: 330px;
  background:
    radial-gradient(circle at right, rgba(19, 87, 255, 0.28), transparent 32%),
    linear-gradient(135deg, #02072d 0%, #06115d 55%, #071787 100%);
  color: #ffffff;
  padding: 38px 0 70px;
  position: relative;
  overflow: hidden;
}

.profile-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.12) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.18;
}

.profile-hero-section .container {
  position: relative;
  z-index: 2;
}

.profile-hero-grid {
  display: grid;
  grid-template-columns: 220px 1fr 420px;
  gap: 38px;
  align-items: center;
}

.profile-left {
  text-align: center;
}

.profile-img-box {
  width: 190px;
  height: 190px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  margin: 0 auto 14px;
  overflow: hidden;
}

.profile-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.available-badge {
  background: #20b84a;
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 800;
}

.profile-info h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 8px;
}

.profile-info h1 i {
  color: #1d6cff;
  font-size: 28px;
}

.profile-info h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 18px;
}

.location {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.profile-desc {
  max-width: 520px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 18px;
}

.profile-socials {
  display: flex;
  gap: 14px;
}

.profile-socials a {
  width: 28px;
  height: 28px;
  background: rgba(255,255,255,0.14);
  color: #ffffff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.profile-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255,255,255,0.12);
}

.stat-box {
  min-height: 100px;
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: center;
  border-right: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.stat-box i {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.stat-box h3 {
  font-size: 28px;
  font-weight: 800;
  margin: 0;
}

.stat-box p {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
}

/* CONTENT */

.profile-content-section {
  padding: 0 0 65px;
  background: #ffffff;
}

.profile-contact-card {
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-radius: 10px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.08);
  padding: 30px 35px;
  margin-top: -38px;
  margin-bottom: 24px;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.profile-contact-card div {
  padding: 0 28px;
  border-right: 1px solid #dfe5ef;
}

.profile-contact-card div:last-child {
  border-right: none;
}

.profile-contact-card span {
  display: block;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}

.profile-contact-card p {
  color: #101828;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
}

.profile-card {
  min-height: 360px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
  padding: 28px 30px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.card-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.card-title i {
  width: 32px;
  height: 32px;
  background: #eef3ff;
  color: #1357ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.card-title h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 0;
}

.profile-card > p {
  font-size: 15px;
  line-height: 1.85;
  font-weight: 500;
  color: #101828;
  margin-bottom: 18px;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.about-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 600;
  color: #101828;
}

.about-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: #1357ff;
  color: #ffffff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resume-btn {
  width: 165px;
  height: 45px;
  background: #1357ff;
  color: #ffffff;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.resume-btn:hover {
  background: #0849e8;
  color: #ffffff;
}

.skill-group {
  margin-bottom: 22px;
}

.skill-group h4 {
  font-size: 14px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 12px;
}

.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.skill-tags span {
  background: #eaf0ff;
  color: #1357ff;
  padding: 8px 15px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
}

.green-tags span {
  background: #e8f8ef;
  color: #20b84a;
}

.purple-tags span {
  background: #f0edff;
  color: #6b46d9;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .profile-hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .profile-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .profile-socials {
    justify-content: center;
  }

  .profile-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-contact-card {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
  }

  .profile-contact-card div {
    border-right: none;
  }
}

@media (max-width: 575px) {
  .profile-info h1 {
    font-size: 32px;
  }

  .profile-stats,
  .profile-contact-card {
    grid-template-columns: 1fr;
  }

  .profile-card {
    padding: 24px 20px;
  }
}
/* ================= PROFILE EXTRA SECTION ================= */

.profile-extra-section {
  padding: 25px 0 65px;
  background: #ffffff;
}

.profile-box {
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.profile-box-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.profile-box h3,
.profile-box-head h3 {
  font-size: 21px;
  font-weight: 800;
  color: #101828;
  margin: 0;
}

.profile-box h3 i,
.profile-box-head h3 i {
  width: 30px;
  height: 30px;
  background: #eef3ff;
  color: #1357ff;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.profile-box-head a {
  color: #1357ff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

/* PROJECT */

.project-card {
  height: 100%;
}

.project-card img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
}

.project-card h4 {
  font-size: 16px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 10px;
}

.project-card h4 i {
  color: #1357ff;
  float: right;
}

.project-card p {
  min-height: 58px;
  font-size: 13px;
  line-height: 1.7;
  color: #101828;
  font-weight: 500;
  margin-bottom: 16px;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.project-tags span {
  background: #eaf0ff;
  color: #1357ff;
  padding: 7px 14px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
}

.project-tags span:nth-child(2),
.project-tags span:nth-child(3) {
  background: #e8f8ef;
  color: #20b84a;
}

.orange-tags span:nth-child(3) {
  background: #fff1e8;
  color: #ff5a14;
}

/* EDUCATION */

.small-box {
  height: 100%;
}

.small-box > h3 {
  margin-bottom: 25px;
}

.education-list {
  position: relative;
  padding-left: 25px;
}

.education-list::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: #dfe5ef;
}

.education-item {
  position: relative;
  margin-bottom: 28px;
}

.education-item:last-child {
  margin-bottom: 0;
}

.education-item::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 4px;
  width: 12px;
  height: 12px;
  background: #1357ff;
  border-radius: 50%;
}

.education-item h4 {
  font-size: 16px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 6px;
}

.education-item p,
.education-item span {
  display: block;
  font-size: 13px;
  color: #667085;
  font-weight: 600;
  margin-bottom: 4px;
}

/* CERTIFICATE */

.certificate-card {
  min-height: 225px;
  height: 100%;
  border: 1px solid #dfe5ef;
  border-radius: 10px;
  padding: 22px;
  display: flex;
  flex-direction: column;
}

.certificate-card > i {
  font-size: 32px;
  margin-bottom: 18px;
}

.certificate-card .green {
  color: #20b84a;
}

.certificate-card .yellow {
  color: #ffb800;
}

.certificate-card .blue {
  color: #1357ff;
}

.certificate-card h4 {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
  color: #101828;
  margin-bottom: 14px;
}

.certificate-card p,
.certificate-card span {
  font-size: 13px;
  color: #667085;
  font-weight: 600;
  margin-bottom: 10px;
}

.certificate-card a {
  margin-top: auto;
  color: #1357ff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

/* LOOKING */

.looking-card {
  margin-top: 24px;
  background: #eef6ff;
  border-radius: 12px;
  padding: 26px 42px;
  display: grid;
  grid-template-columns: 110px 1fr 250px;
  align-items: center;
  gap: 35px;
}

.looking-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #dfe9ff;
  color: #1357ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
}

.looking-text h3 {
  font-size: 24px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 12px;
}

.looking-text p {
  font-size: 14px;
  line-height: 1.75;
  color: #101828;
  font-weight: 500;
  margin-bottom: 18px;
}

.looking-points {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.looking-points span {
  font-size: 14px;
  font-weight: 700;
  color: #101828;
}

.looking-points i {
  color: #1357ff;
  margin-right: 8px;
}

.looking-card img {
  width: 230px;
  max-height: 160px;
  object-fit: contain;
}

/* CTA */

.hire-cta {
  margin-top: 20px;
  background: linear-gradient(120deg, #020b55 0%, #084cff 100%);
  color: #ffffff;
  border-radius: 10px;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hire-cta h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 8px;
}

.hire-cta p {
  font-size: 15px;
  margin: 0;
}

.hire-cta a {
  width: 150px;
  height: 52px;
  background: #ffffff;
  color: #1357ff;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .profile-box-head {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }

  .looking-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .looking-icon,
  .looking-card img {
    margin: 0 auto;
  }

  .looking-points {
    justify-content: center;
  }

  .hire-cta {
    flex-direction: column;
    gap: 22px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .looking-card {
    padding: 24px 20px;
  }

  .hire-cta {
    padding: 28px 22px;
  }

  .hire-cta a {
    width: 100%;
  }
}
/* ================= DASHBOARD NAV RIGHT ================= */

.dashboard-nav-actions{
  display:flex;
  align-items:center;
  gap:18px;
}

.notification-icon{
  position:relative;
  font-size:22px;
  color:#101828;
  cursor:pointer;
}

.notification-icon span{
  position:absolute;
  top:0;
  right:-2px;
  width:9px;
  height:9px;
  background:#ef233c;
  border-radius:50%;
}

.user-dropdown{
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
}

.user-dropdown img{
  width:42px;
  height:42px;
  border-radius:50%;
  object-fit:cover;
}

.user-dropdown h6{
  margin:0;
  font-size:13px;
  font-weight:800;
  color:#101828;
}

.user-dropdown small{
  font-size:11px;
  color:#667085;
  font-weight:600;
}

/* ================= DASHBOARD SECTION ================= */

.student-dashboard-section{
  padding:28px 0 45px;
  background:#f7fbff;
}

.dashboard-layout{
  display:grid;
  grid-template-columns:235px 1fr;
  gap:24px;
}

/* ================= SIDEBAR ================= */

.dashboard-sidebar{
  background:#fff;
  border-radius:12px;
  padding:14px;
  border:1px solid #e5eaf3;
  height:fit-content;
}

.dashboard-menu{
  list-style:none;
  padding:0;
  margin:0;
}

.dashboard-menu li{
  min-height:48px;
  padding:0 16px;
  border-radius:8px;
  display:flex;
  align-items:center;
  gap:13px;
  font-size:14px;
  font-weight:800;
  color:#101828;
  margin-bottom:6px;
  position:relative;
  transition:.3s;
  cursor:pointer;
}

.dashboard-menu li:hover{
  background:#f1f5ff;
  color:#1357ff;
}

.dashboard-menu li.active{
  background:#1357ff;
  color:#fff;
}

.dashboard-menu i{
  font-size:17px;
}

.menu-badge{
  margin-left:auto;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#ef233c;
  color:#fff;
  font-size:10px;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* ================= REFER CARD ================= */

.refer-card{
  margin-top:18px;
  background:#eef3ff;
  border-radius:12px;
  padding:18px;
  display:flex;
  align-items:center;
  gap:14px;
}

.refer-card i{
  font-size:54px;
  color:#1357ff;
}

.refer-card h4{
  font-size:15px;
  font-weight:800;
  margin-bottom:6px;
}

.refer-card p{
  font-size:12px;
  color:#667085;
  margin-bottom:14px;
}

.refer-card a{
  background:#1357ff;
  color:#fff;
  text-decoration:none;
  padding:9px 16px;
  border-radius:6px;
  font-size:12px;
  font-weight:800;
}

/* ================= MAIN CONTENT ================= */

.dashboard-main{
  display:grid;
  grid-template-columns:1fr 320px;
  gap:24px;
}

/* ================= WELCOME CARD ================= */

.welcome-card{
  background:#eef6ff;
  border-radius:14px;
  min-height:185px;
  padding:35px 45px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  overflow:hidden;
}

.welcome-card h2{
  font-size:34px;
  font-weight:800;
  color:#101828;
  margin-bottom:10px;
}

.welcome-card p{
  font-size:14px;
  color:#667085;
  margin:0;
}

.welcome-card img{
  width:220px;
  max-height:160px;
  object-fit:contain;
}

/* ================= STATS ================= */

.dashboard-stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin:22px 0;
}

.dash-stat{
  background:#fff;
  border:1px solid #dfe5ef;
  border-radius:12px;
  min-height:150px;
  text-align:center;
  padding:24px 15px;
}

.dash-stat i{
  width:65px;
  height:65px;
  margin:0 auto 15px;
  border-radius:50%;
  background:#eef3ff;
  color:#1357ff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
}

.dash-stat.green i{
  background:#ebfff1;
  color:#20b84a;
}

.dash-stat.orange i{
  background:#fff4e2;
  color:#ffb800;
}

.dash-stat h3{
  font-size:32px;
  font-weight:800;
  margin-bottom:6px;
}

.dash-stat p{
  font-size:13px;
  font-weight:700;
  margin:0;
}

/* ================= COMMON CARD ================= */

.dashboard-card{
  background:#fff;
  border:1px solid #dfe5ef;
  border-radius:12px;
  padding:24px;
  box-shadow:0 8px 22px rgba(15,23,42,0.04);
}

.card-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:22px;
}

.card-head h3{
  font-size:20px;
  font-weight:800;
  margin:0;
}

.card-head a{
  text-decoration:none;
  color:#1357ff;
  font-size:13px;
  font-weight:800;
}

/* ================= RESPONSIVE ================= */

@media(max-width:1199px){

  .dashboard-main{
    grid-template-columns:1fr;
  }

  .dashboard-stats{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:991px){

  .dashboard-layout{
    grid-template-columns:1fr;
  }

  .dashboard-nav-actions{
    margin-top:20px;
    flex-wrap:wrap;
  }

  .welcome-card{
    flex-direction:column;
    text-align:center;
    gap:25px;
  }

}

@media(max-width:575px){

  .dashboard-stats{
    grid-template-columns:1fr;
  }

  .welcome-card{
    padding:28px 22px;
  }

  .welcome-card h2{
    font-size:28px;
  }

}
/* ================= STUDENT DASHBOARD UNIQUE CLASSES ================= */

.sdash-section {
  background: #f7fbff;
  padding: 28px 0 45px;
}

.sdash-layout {
  display: grid;
  grid-template-columns: 235px 1fr;
  gap: 24px;
}

/* SIDEBAR */

.sdash-sidebar {
  height: fit-content;
}

.sdash-menu {
  background: #ffffff;
  border-radius: 12px;
  padding: 12px;
  list-style: none;
  margin: 0;
  border: 1px solid #e5eaf3;
}

.sdash-menu li {
  min-height: 48px;
  padding: 0 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #101828;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 6px;
  position: relative;
}

.sdash-menu li.active {
  background: #1357ff;
  color: #ffffff;
}

.sdash-menu i {
  font-size: 17px;
}

.sdash-menu span {
  margin-left: auto;
  width: 20px;
  height: 20px;
  background: #ef233c;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* REFER */

.sdash-refer {
  margin-top: 18px;
  background: #eef3ff;
  border-radius: 12px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.sdash-refer h4 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 8px;
}

.sdash-refer p {
  font-size: 12px;
  color: #667085;
  margin-bottom: 14px;
}

.sdash-refer a {
  background: #1357ff;
  color: #ffffff;
  padding: 9px 15px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.sdash-refer i {
  color: #1357ff;
  font-size: 52px;
}

/* MAIN */

.sdash-welcome {
  min-height: 185px;
  background: #eef6ff;
  border-radius: 14px;
  padding: 34px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sdash-welcome h2 {
  font-size: 30px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 10px;
}

.sdash-welcome p {
  font-size: 14px;
  color: #101828;
  margin: 0;
}

.sdash-welcome img {
  width: 210px;
  max-height: 150px;
  object-fit: contain;
}

/* STATS */

.sdash-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 22px 0;
}

.sdash-stat {
  min-height: 150px;
  background: #fff;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
  text-align: center;
  padding: 25px 15px;
}

.sdash-stat i {
  width: 65px;
  height: 65px;
  margin: 0 auto 14px;
  background: #eef3ff;
  color: #1357ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.sdash-stat.green i {
  background: #ebfff1;
  color: #20b84a;
}

.sdash-stat.orange i {
  background: #fff4e2;
  color: #ffb800;
}

.sdash-stat h3 {
  font-size: 31px;
  font-weight: 800;
  color: #101828;
  margin: 0;
}

.sdash-stat p {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}

/* CARDS */

.sdash-card {
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.sdash-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.sdash-card-head h3 {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  color: #101828;
}

.sdash-card-head a {
  color: #1357ff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

/* PROGRESS */

.sdash-progress-item {
  display: grid;
  grid-template-columns: 75px 1fr 120px 210px 95px;
  align-items: center;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid #edf0f5;
}

.sdash-progress-item:last-child {
  border-bottom: none;
}

.sdash-progress-item img {
  width: 75px;
  height: 52px;
  object-fit: cover;
  border-radius: 6px;
  background: #f1f5f9;
}

.sdash-progress-item h4 {
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

.sdash-progress-item span {
  font-size: 13px;
  font-weight: 700;
}

.sdash-progress {
  height: 6px;
  background: #e5eaf3;
  border-radius: 30px;
  overflow: hidden;
}

.sdash-progress div {
  height: 100%;
  background: #1357ff;
}

.sdash-progress-item button,
.sdash-live button {
  height: 38px;
  background: #ffffff;
  border: 1.6px solid #1357ff;
  color: #1357ff;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
}

/* RIGHT LISTS */

.sdash-live,
.sdash-announce {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid #edf0f5;
}

.sdash-announce {
  grid-template-columns: 45px 1fr;
}

.sdash-live:last-child,
.sdash-announce:last-child {
  border-bottom: none;
}

.sdash-live > i,
.sdash-announce > i {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
}

.sdash-live.purple > i { background: #f5ebff; color: #8b35e8; }
.sdash-live.cyan > i { background: #e9fbfd; color: #16b8c8; }
.sdash-live.orange > i { background: #fff1e8; color: #ff5a14; }

.sdash-announce.blue > i { background: #eef3ff; color: #1357ff; }
.sdash-announce.orange > i { background: #fff1e8; color: #ff5a14; }
.sdash-announce.green > i { background: #ebfff1; color: #20b84a; }

.sdash-live h4,
.sdash-announce h4 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 5px;
}

.sdash-live p,
.sdash-announce p {
  font-size: 12px;
  margin-bottom: 5px;
}

.sdash-live small,
.sdash-announce small {
  font-size: 11px;
  color: #667085;
  font-weight: 600;
}

/* BOTTOM */

.sdash-bottom {
  min-height: 335px;
}

.sdash-small {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #edf0f5;
}

.sdash-small:last-child {
  border-bottom: none;
}

.sdash-small > i {
  width: 34px;
  height: 34px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sdash-small > i.blue {
  background: #eef3ff;
  color: #1357ff;
}

.sdash-small > i.purple {
  background: #f5ebff;
  color: #8b35e8;
}

.sdash-small > i.pink {
  background: #fff0f6;
  color: #ef3e7a;
}

.sdash-small h4 {
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 4px;
}

.sdash-small p {
  font-size: 11px;
  color: #667085;
  margin: 0;
}

.sdash-small .done,
.sdash-small .wait {
  padding: 7px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
}

.sdash-small .done {
  background: #e8f8ef;
  color: #20b84a;
  border: 1px solid #20b84a;
}

.sdash-small .wait {
  background: #fff1e8;
  color: #ff5a14;
  border: 1px solid #ff5a14;
}

/* BADGES */

.sdash-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.sdash-badges div {
  min-height: 120px;
  background: #f7faff;
  border-radius: 10px;
  text-align: center;
  padding: 20px 10px;
}

.sdash-badges i {
  width: 70px;
  height: 70px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #f3ecff;
  color: #8b35e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

.sdash-badges div:nth-child(2) i {
  background: #ebfff1;
  color: #20b84a;
}

.sdash-badges div:nth-child(3) i {
  background: #fff1e8;
  color: #ff5a14;
}

.sdash-badges div:nth-child(4) i {
  background: #eef3ff;
  color: #1357ff;
}

.sdash-badges p {
  font-size: 12px;
  font-weight: 800;
  margin: 0;
}

/* RESPONSIVE */

@media (max-width: 1199px) {
  .sdash-layout {
    grid-template-columns: 1fr;
  }

  .sdash-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .sdash-progress-item {
    grid-template-columns: 70px 1fr;
  }

  .sdash-progress-item span,
  .sdash-progress-item .sdash-progress,
  .sdash-progress-item button {
    grid-column: 2;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .sdash-welcome {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .sdash-stats,
  .sdash-badges {
    grid-template-columns: 1fr;
  }

  .sdash-welcome {
    padding: 28px 20px;
  }

  .sdash-welcome h2 {
    font-size: 25px;
  }
}
/* ================= DASHBOARD EXTRA SECTION ================= */

.sdash-extra-section {
  padding: 25px 0 60px;
  background: #ffffff;
}

.sdash-extra-card {
  min-height: 335px;
  height: 100%;
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.sdash-extra-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}

.sdash-extra-head h3 {
  font-size: 18px;
  font-weight: 800;
  color: #101828;
  margin: 0;
}

.sdash-extra-head a {
  color: #1357ff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

/* CERTIFICATES */

.sdash-cert-item {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #edf0f5;
}

.sdash-cert-item:last-child {
  border-bottom: none;
}

.sdash-cert-item img {
  width: 58px;
  height: 58px;
  border-radius: 7px;
  object-fit: cover;
}

.sdash-cert-item h4 {
  font-size: 14px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 6px;
}

.sdash-cert-item p {
  font-size: 11px;
  color: #667085;
  font-weight: 600;
  margin: 0;
}

.sdash-download-btn {
  width: 78px;
  height: 34px;
  border: 1.5px solid #1357ff;
  color: #1357ff;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.sdash-download-btn:hover {
  background: #1357ff;
  color: #ffffff;
}

/* PLACEMENT PREP */

.sdash-placement-box {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 25px;
}

.sdash-circle-progress {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #ffffff 58%, transparent 60%),
    conic-gradient(#1357ff 0 65%, #e5eaf3 65% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.sdash-circle-progress span {
  font-size: 28px;
  font-weight: 800;
  color: #101828;
}

.sdash-placement-text h4 {
  font-size: 15px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 7px;
}

.sdash-placement-text p {
  font-size: 12px;
  line-height: 1.5;
  color: #667085;
  font-weight: 600;
  margin: 0;
}

.sdash-prep-list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.sdash-prep-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 700;
  color: #667085;
}

.sdash-prep-list li span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.sdash-prep-list li span i {
  color: #cfd8e8;
}

.success-icon {
  color: #20b84a;
}

.pending-icon {
  color: #1357ff;
}

.sdash-profile-btn {
  width: 100%;
  height: 42px;
  background: #1357ff;
  color: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
}

.sdash-profile-btn:hover {
  background: #0849e8;
  color: #ffffff;
}

/* RECOMMENDED */

.sdash-recommend-item {
  display: grid;
  grid-template-columns: 58px 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #edf0f5;
}

.sdash-recommend-item img {
  width: 58px;
  height: 58px;
  border-radius: 7px;
  object-fit: contain;
  background: #f3f7ff;
  padding: 10px;
}

.sdash-recommend-item h4 {
  font-size: 14px;
  font-weight: 800;
  color: #101828;
  margin-bottom: 6px;
}

.sdash-recommend-item p {
  font-size: 11px;
  color: #667085;
  font-weight: 600;
  margin: 0;
}

.sdash-recommend-item > a {
  width: 78px;
  height: 34px;
  border: 1.5px solid #1357ff;
  color: #1357ff;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.sdash-recommend-item > a:hover {
  background: #1357ff;
  color: #ffffff;
}

.sdash-more-link {
  text-align: center;
  padding-top: 20px;
}

.sdash-more-link a {
  color: #1357ff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

/* CTA */

.sdash-growth-cta {
  margin-top: 28px;
  min-height: 150px;
  background:
    radial-gradient(circle at left, rgba(19, 87, 255, 0.35), transparent 28%),
    linear-gradient(120deg, #020b55 0%, #084cff 100%);
  border-radius: 12px;
  padding: 22px 58px;
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: center;
  gap: 35px;
  color: #ffffff;
  overflow: hidden;
}

.sdash-growth-img img {
  max-width: 155px;
  display: block;
}

.sdash-growth-text h2 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
}

.sdash-growth-text p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

.sdash-growth-btn {
  width: 235px;
  height: 58px;
  background: #ffbe0b;
  color: #101828;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
}

.sdash-growth-btn:hover {
  background: #ffd24d;
  color: #101828;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .sdash-growth-cta {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 34px 24px;
  }

  .sdash-growth-img img,
  .sdash-growth-btn {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .sdash-cert-item,
  .sdash-recommend-item {
    grid-template-columns: 58px 1fr;
  }

  .sdash-download-btn,
  .sdash-recommend-item > a {
    grid-column: 2;
  }

  .sdash-placement-box {
    flex-direction: column;
    text-align: center;
  }

  .sdash-growth-text h2 {
    font-size: 23px;
  }

  .sdash-growth-btn {
    width: 100%;
  }
}

.dropdown-menu {
  display: none;
  position: absolute;
  background: #fff;
  min-width: 220px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 1000;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item {
  padding: 10px 15px;
  display: block;
  color: #333;
  text-decoration: none;
}

.dropdown-item:hover {
  background: #f5f5f5;
}

/* ===== OFF-CANVAS SLIDE MENU (Left to Right) ===== */
@media (max-width: 991.98px) {

  /* Overlay backdrop */
  .nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
  }
  .nav-overlay.active {
    display: block;
  }

  /* Slide drawer */
  #mainMenu {
    position: fixed !important;
    top: 0;
    left: -100%;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 1050;
    overflow-y: auto;
    padding: 20px;
    transition: left 0.35s ease;
    display: block !important; /* override Bootstrap's collapse hide */
  }

  #mainMenu.slide-open {
    left: 0;
  }

  /* Close button inside drawer */
  .drawer-close-btn {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 16px;
  }
  .drawer-close-btn button {
    background: none;
    border: none;
    font-size: 1.6rem;
    cursor: pointer;
    line-height: 1;
    color: #333;
  }
}

/* Hide close button on desktop */
@media (min-width: 992px) {
  .drawer-close-btn,
  .nav-overlay {
    display: none !important;
  }
}

.knb-number{
  color: #fff;
  text-decoration: none;
}

.knb{
  color: #000;
  text-decoration: none;
}

.contact-section {
      padding: 5rem 0;
    }

    /* ── Section header ── */
    .section-eyebrow {
      display: inline-block;
      font-size: 0.7rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--clr-accent);
      background: var(--clr-accent-light);
      padding: 4px 12px;
      border-radius: 999px;
      margin-bottom: 0.75rem;
    }

    .section-title {
      font-size: 2rem;
      font-weight: 700;
      color: #111827;
      margin-bottom: 0.5rem;
      letter-spacing: -0.02em;
    }

    .section-subtitle {
      font-size: 0.95rem;
      color: var(--clr-text-muted);
      max-width: 38ch;
    }

    /* ── Info card ── */
    .info-card {
      background: #f3f7ff;
      border: 1px solid #f3f7ff;
      border-radius: 16px;
      padding: 2.25rem 2rem;
      height: 80%;
    }

    /* ── Contact item row ── */
    .contact-item-contact {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      padding: 1.125rem 0;
      border-bottom: 1px solid #8b35e8;
    }

    .contact-item-contact:first-child {
      padding-top: 0;
    }

    .contact-item-contact:last-child {
      border-bottom: none;
      padding-bottom: 0;
    }

    /* ── Icon badge ── */
    .icon-badge {
      flex-shrink: 0;
      width: 42px;
      height: 42px;
      border-radius: 10px;
      background: var(--clr-accent-light);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--clr-accent);
      font-size: 1.1rem;
    }

    /* ── Contact text ── */
    .contact-label {
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #8b35e8;
      margin: 0 0 3px;
    }

    .contact-value {
      font-size: 0.9rem;
      font-weight: 500;
      color: #111827;
      margin: 0;
      line-height: 1.5;
    }

    .contact-value a {
      color: #111827;
      text-decoration: none;
      transition: color 0.15s;
    }

    .contact-value a:hover {
      color: var(--clr-accent);
    }

    /* ── Map card ── */
    .map-card {
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid var(--clr-border);
      height: 100%;
      min-height: 380px;
      background: var(--clr-surface);
    }

    .map-card iframe {
      display: block;
      width: 100%;
      height: 100%;
      min-height: 380px;
      border: none;
    }

    /* ── Responsive ── */
    @media (max-width: 767px) {
      .map-card {
        min-height: 280px;
      }

      .map-card iframe {
        min-height: 280px;
      }

      .section-title {
        font-size: 1.6rem;
      }
    }

    .home-extra-section {
  padding: 25px 0 50px;
  background: #ffffff;
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
}

.section-title h2,
.section-head h2 {
  font-size: 30px;
  font-weight: 900;
  color: #101828;
  margin: 0;
}

.section-title span,
.section-head span {
  color: #1357ff;
}

.slider-row {
  display: grid;
  grid-template-columns: 36px repeat(3, 1fr) 36px;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}

.slide-arrow,
.side-arrow,
.achievement-box button {
  width: 34px;
  height: 34px;
  border: 1px solid #dfe5ef;
  background: #ffffff;
  color: #1357ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.student-card {
  min-height: 115px;
  background: #ffffff;
  border: 1px solid #dfe5ef;
  border-radius: 8px;
  padding: 12px;
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 14px;
  align-items: center;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.student-card img {
  width: 95px;
  height: 92px;
  border-radius: 7px;
  object-fit: cover;
}

.student-card h5 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

.stars {
  color: #ffbe0b;
  letter-spacing: 1px;
  font-size: 15px;
  margin-bottom: 5px;
}

.student-card p {
  font-size: 11.5px;
  line-height: 1.55;
  font-weight: 600;
  color: #101828;
  margin: 0;
}

/* Achievements */

.achievement-section{
    padding: 30px 20px;
}

.achievement-heading{
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
}

.achievement-grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.achievement-item{
    background: #f3f6ff;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 35px 20px;
    text-align: center;
    transition: 0.3s ease;
}

.achievement-item:hover{
    transform: translateY(-8px);
    border-color: #ffcc00;
}

.achievement-item i{
    font-size: 45px;
    color: #ffcc00;
    margin-bottom: 18px;
    display: inline-block;
}

.achievement-item h4{
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.achievement-item p{
    color: #000;
    font-size: 16px;
    margin: 0;
}

/* Tablet */
@media(max-width: 992px){
    .achievement-grid{
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media(max-width: 768px){
    .achievement-heading{
        font-size: 32px;
    }

    .achievement-grid{
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .achievement-item{
        padding: 25px 15px;
    }

    .achievement-item h4{
        font-size: 26px;
    }
}

/* Small Mobile */
@media(max-width: 480px){
    .achievement-grid{
        grid-template-columns: 1fr;
    }

    .achievement-heading{
        font-size: 28px;
    }
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0 25px;
}

.section-head a {
  color: #1357ff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
}

/* Blog */

.blog-row-wrap,
.session-row-wrap {
  position: relative;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.blog-card {
  min-height: 110px;
  border: 1px solid #dfe5ef;
  border-radius: 8px;
  background: #ffffff;
  padding: 12px;
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.blog-card img {
  width: 88px;
  height: 86px;
  border-radius: 6px;
  object-fit: cover;
}

.blog-card h4 {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 900;
  margin-bottom: 8px;
}

.blog-card span {
  display: inline-flex;
  background: #eef3ff;
  color: #1357ff;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 800;
  margin-bottom: 8px;
}

.blog-card p {
  font-size: 10px;
  color: #667085;
  font-weight: 700;
  margin: 0;
  display: flex;
  gap: 12px;
}

.blog-row-wrap > .side-arrow:first-child {
  position: absolute;
  left: -34px;
  top: 38px;
}

.blog-row-wrap > .side-arrow:last-child {
  position: absolute;
  right: -34px;
  top: 38px;
}

/* Sessions */

.session-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.session-card {
  min-height: 190px;
  background: #f3f6ff;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}

.session-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-size: 24px;
}

.session-icon.green {
  background: #dcfce7;
  color: #22c55e;
}

.session-icon.yellow {
  background: #fff4d8;
  color: #ffb800;
}

.session-icon.orange {
  background: #fff1e8;
  color: #ff5a14;
}

.session-card h4 {
  position: absolute;
  top: 25px;
  left: 92px;
  right: 15px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  color: #101828;
}

.mentor {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0 18px 62px;
}

.mentor img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
}

.mentor b {
  font-size: 11px;
  font-weight: 900;
}

.mentor p {
  font-size: 10px;
  color: #667085;
  margin: 0;
  font-weight: 600;
}

.session-meta {
  display: flex;
  justify-content: space-between;
  font-size: 10.5px;
  font-weight: 700;
  margin-bottom: 14px;
}

.session-meta i {
  color: #1357ff;
}

.session-card > a {
  width: 100%;
  height: 36px;
  border: 1.5px solid #1357ff;
  color: #1357ff;
  background: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.session-next {
  position: absolute;
  right: -34px;
  top: 75px;
}

/* CTA */

.journey-cta {
  margin-top: 26px;
  min-height: 120px;
  background: linear-gradient(120deg, #7b2cff 0%, #0d6eff 100%);
  border-radius: 8px;
  padding: 18px 70px;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 35px;
  color: #ffffff;
}

.journey-cta img {
  width: 140px;
}

.journey-cta h2 {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 8px;
}

.journey-cta p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.journey-cta a {
  width: 230px;
  height: 54px;
  background: #ffbe0b;
  color: #101828;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Responsive */

@media (max-width: 1199px) {
  .slider-row {
    grid-template-columns: 1fr;
  }

  .slide-arrow {
    display: none;
  }

  .achievement-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .achievement-box button {
    display: none;
  }

  .achievement-title {
    position: static;
    transform: none;
    grid-column: 1 / -1;
    text-align: center;
  }

  .blog-grid,
  .session-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-row-wrap > .side-arrow,
  .session-next {
    display: none;
  }

  .journey-cta {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 30px 24px;
  }

  .journey-cta img,
  .journey-cta a {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .student-card,
  .blog-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .student-card img,
  .blog-card img {
    width: 100%;
    height: 170px;
  }

  .achievement-box,
  .blog-grid,
  .session-grid {
    grid-template-columns: 1fr;
  }

  .achievement-item {
    border-right: none;
  }

  .session-card h4 {
    position: static;
    margin-bottom: 12px;
  }

  .mentor {
    margin-left: 0;
  }

  .journey-cta a {
    width: 100%;
  }
}

.carousel-container {
      max-width: 1200px;
      width: 100%;
      position: relative;
    }

    .slider-row {
      display: flex;
      align-items: center;
      gap: 20px;
      position: relative;
    }

    .slide-arrow {
      background: white;
      border: none;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      color: #667eea;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
      transition: all 0.3s ease;
      flex-shrink: 0;
      z-index: 10;
    }

    .slide-arrow:hover {
      background: #667eea;
      color: white;
      transform: scale(1.1);
    }

    .slide-arrow:active {
      transform: scale(0.95);
    }

    .cards-wrapper {
      overflow: hidden;
      flex: 1;
      position: relative;
    }

    .cards-container {
      display: flex;
      gap: 20px;
      transition: transform 0.5s ease;
    }

    .student-card {
      background: white;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
      display: flex;
      gap: 20px;
      align-items: flex-start;
      min-width: calc(100% / 3 - 14px);
      flex-shrink: 0;
    }

    .student-card img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      border: 3px solid #667eea;
    }

    .student-card > div {
      flex: 1;
    }

    .student-card h5 {
      color: #333;
      margin-bottom: 8px;
      font-size: 18px;
      font-weight: 600;
    }

    .stars {
      color: #ffc107;
      font-size: 16px;
      margin-bottom: 12px;
    }

    .student-card p {
      color: #666;
      line-height: 1.6;
      font-size: 14px;
    }

    /* Responsive Design */
    @media (max-width: 992px) {
      .student-card {
        min-width: calc(100% / 2 - 10px);
      }
    }

    @media (max-width: 768px) {
      .student-card {
        min-width: 100%;
        flex-direction: column;
        text-align: center;
        align-items: center;
      }

      .slide-arrow {
        width: 40px;
        height: 40px;
        font-size: 20px;
      }
    }

    /* Dots Indicator */
    .dots-container {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-top: 30px;
    }

    .dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5);
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .dot.active {
      background: white;
      width: 30px;
      border-radius: 6px;
    }

    .blog-card {
  min-height: 290px;
  height: 100%;
  border: 1px solid #dfe5ef;
  border-radius: 12px;
  padding: 10px 10px 18px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.blog-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 575px) {

  .blog-card {
    min-height: auto;
  }
}

.blog-detail-section {
  padding: 55px 0 70px;
}

.services-box h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 22px;
  color: #202820;
}

.service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f2f8fd;
  padding: 20px 22px 20px 38px;
  border-radius: 14px;
  text-decoration: none;
  color: #070707;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  transition: 0.3s ease;
}

.service-item i {
  background: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 18px;
  color: #111;
}

.service-item:hover {
  background: #e9f4fb;
  transform: translateX(4px);
}

/* Blog Sidebar */
.blog-list-box {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 38px 52px;
  margin-top: 75px;
}

.blog-list-box h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #111;
}

.blog-list-box a {
  display: block;
  text-decoration: none;
  color: #5d646b;
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 28px;
  transition: 0.3s ease;
}

.blog-list-box a:hover {
  color: #2d9414;
}

/* Blog Content */
.blog-content {
  padding-top: 0;
}

.blog-main-img {
  width: 100%;
  height: 530px;
  object-fit: cover;
  display: block;
  margin-bottom: 24px;
}

.blog-content h2 {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 20px;
}

.blog-content p {
  font-size: 17px;
  line-height: 1.6;
  color: #6d747a;
  margin-bottom: 22px;
}

/* Points */
.points-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 60px;
  margin: 28px 0 42px;
}

.point-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #111;
  font-size: 17px;
  font-weight: 600;
}

.point-item i {
  color: #ffbe0b;
  font-size: 20px;
}

/* Scroll Top */
.scroll-top {
  position: fixed;
  right: 45px;
  bottom: 70px;
  width: 52px;
  height: 52px;
  background: #2d9414;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  z-index: 99;
}

.scroll-top:hover {
  color: #fff;
  background: #24770f;
}

/* Responsive */
@media (max-width: 1199px) {
  .services-box h1 {
    font-size: 42px;
  }

  .service-item {
    font-size: 17px;
    padding-left: 24px;
  }

  .blog-main-img {
    height: 450px;
  }
}

@media (max-width: 991px) {
  .main-header {
    padding: 18px 0;
  }

  .blog-detail-section {
    padding: 35px 0 55px;
  }

  .services-box h1 {
    font-size: 38px;
  }

  .blog-list-box {
    margin-top: 35px;
    padding: 32px;
  }

  .blog-main-img {
    height: 420px;
  }

  .blog-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .navbar-brand img {
    width: 160px;
  }

  .services-box h1 {
    font-size: 34px;
  }

  .service-item {
    font-size: 16px;
    padding: 16px 18px;
  }

  .service-item i {
    width: 36px;
    height: 36px;
  }

  .blog-list-box {
    padding: 28px 24px;
  }

  .blog-main-img {
    height: 300px;
  }

  .points-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .blog-content h2 {
    font-size: 25px;
  }

  .blog-content p {
    font-size: 16px;
  }

  .scroll-top {
    right: 22px;
    bottom: 35px;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 575px) {
  .blog-detail-section {
    padding-top: 25px;
  }

  .services-box h1 {
    font-size: 30px;
  }

  .blog-main-img {
    height: 240px;
  }

  .blog-content h2 {
    font-size: 23px;
  }

  .blog-list-box a {
    font-size: 16px;
  }
}
.blog-text{
  color: #000;
  text-decoration: none;
}
.blog-text:hover{
  color: #1357ff;
}