:root {
  --es-uni-page-primary: #0b1f4d;
  --es-uni-page-accent: #f5a623;
  --es-uni-page-text: #1d2433;
  --es-uni-page-muted: #60697b;
  --es-uni-page-bg: #fffdfa;
  --es-uni-page-border: #e8e8e8;

  --es-section-padding: clamp(
      30px,
      calc(30px + (80 - 30) * ((100vw - 768px) / (1920 - 768))),
      80px
    )
    clamp(10px, calc(10px + (50 - 10) * ((100vw - 768px) / (1920 - 768))), 50px)
    clamp(30px, calc(30px + (40 - 30) * ((100vw - 768px) / (1920 - 768))), 40px);

  --es-testimonial-card-bg: #fdf6e3;
  --es-testimonial-star: #f5a623;
  --es-testimonial-text: #1a1a1a;
  --es-testimonial-sub: #8a8a8a;
  --es-testimonial-quote: #3a3a3a;
  --section-title-fs: 28px;
  --section-label-fs: 22px;
}

* {
  box-sizing: border-box;
}

section#courses {
  padding: var(--es-section-padding);
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero .slide {
  position: absolute;
  top: 0;
  bottom: 0;
}

.hero .slide-1 {
  left: 0;
  width: 75vw;
  z-index: 1;
  background: #fffdee;
}

.hero .slide-2 {
  right: 0;
  width: 25vw;
  z-index: 2;
  overflow: hidden;
  background: #ffebc4;
  padding: var(--es-section-padding);
}

.uc-image img {
  max-width: 100%;
  height: 100%;
  aspect-ratio: 1;
}

.hero .slide-1 .uc-hero {
  margin: auto;
  padding: var(--es-section-padding);

  position: relative;
  overflow: hidden;

  height: 100%;
  display: flex;
  flex-direction: column;
}

.hero .slide-1 .uc-content {
  position: relative;
  z-index: 2;
}

.hero .slide-1 .uc-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}

.hero .slide-1 .uc-badge i {
  color: var(--es-uni-page-accent);
}

.hero .slide-1 .uc-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--es-uni-page-accent);
}

.es-university-certification-wrapper div#courseGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.es-university-certification-wrapper div#courseGrid::before,
.es-university-certification-wrapper div#courseGrid::after {
  display: none;
}

.hero .slide-1 .uc-content h1 {
  font-size: var(--fs-26-60);
  line-height: 1.2;
  color: var(--es-uni-page-primary);
  font-weight: 800;
  letter-spacing: -2px;
  margin-bottom: 1em;
  margin-top: 1em;
}

.hero .slide-1 .uc-content h1 span {
  display: block;
  color: var(--es-uni-page-accent);
}

.hero .slide-1 .uc-desc {
  font-size: var(--fs-16-24);
  line-height: 1.2;

  color: var(--es-uni-page-muted);
  max-width: 560px;
  margin-bottom: 1em;
}

.hero .slide-1 .uc-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 20px;
}

.hero .slide-1 .feature {
  text-align: center;
}

.hero .slide-1 .feature i {
  font-size: 18px;
  color: var(--es-uni-page-primary);
  display: block;
  margin-bottom: 14px;
}

.hero .slide-1 .feature span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #404040;
}

.hero .slide-1 .uc-buttons {
  display: flex;
  gap: 18px;
  margin-bottom: 45px;
}

.hero .slide-1 .btn-primary,
.hero .slide-1 .btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.hero .slide-1 .btn-primary {
  background: var(--es-uni-page-primary);
  color: #fff;
}

.hero .slide-1 .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.hero .slide-1 .btn-secondary {
  border: 2px solid var(--es-uni-page-border);
  color: var(--es-uni-page-primary);
  background: #fff;
}

.hero .slide-1 .btn-secondary:hover {
  border-color: var(--es-uni-page-primary);
}

.hero .slide-1 .uc-users {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero .slide-1 .avatars {
  display: flex;
}

.hero .slide-1 .avatars img,
.hero .slide-1 .more {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  margin-left: -12px;
}

.hero .slide-1 .avatars img:first-child {
  margin-left: 0;
}

.hero .slide-1 .more {
  background: var(--es-uni-page-accent);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

.hero .slide-1 .users-text strong {
  display: block;
  font-size: 20px;
}

.hero .slide-1 .users-text span {
  color: var(--es-uni-page-muted);
}

.hero .slide-2 .uc-image {
  display: flex;
  justify-content: center;
}

.hero .slide-1 .uc-image img {
  width: 100%;
  max-width: 650px;
  position: relative;
  z-index: 2;
}

.hero .slide-1 .stats-bar {
  background: #071a46;
  border-radius: 22px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(7, 26, 70, 0.18);

  margin-top: 45px;
}

.hero .slide-1 .stat {
  padding: clamp(10px, -23.33px + 2.78vw, 30px);
  display: flex;
  gap: 18px;
  align-items: center;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.hero .slide-1 .stat:last-child {
  border-right: 0;
}

.hero .slide-1 .stat i {
  color: var(--es-uni-page-accent);
  font-size: 34px;
}

.hero .slide-1 .stat strong {
  display: block;
  font-size: clamp(24px, 7.33px + 1.39vw, 34px);
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.1;
}

.hero .slide-1 .stat span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.hero .slide-2 .slide-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero .slide .slide-inner {
  height: 100%;
}

.hero .slide-2 .partner-section {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  opacity: 0;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  gap: 5px;
}

.hero .slide-2 .partner-heading {
  max-width: 760px;
  margin: 0 auto 10px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hero .slide-2 .partner-subtitle {
  display: inline-block;
  color: #d88a0b;
  font-weight: 600;
  margin-bottom: 18px;
}

.hero .slide-2 .partner-heading h2 {
  font-size: var(--fs-16-24);
  line-height: 1.15;
  color: #0d2147;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}

.hero .slide-2 .partner-heading p {
  font-size: var(--fs-12-18);
  line-height: 1.8;
  color: #5d677b;
}

.hero .slide-2 .partner-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  z-index: 2;
  width: calc(100vw - 80px);
}

.hero .slide-2 .slider-arrow {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  flex-shrink: 0;
  z-index: 10;
}

.partner-cards .owl-stage {
  display: flex;
  align-items: stretch;
}

.hero .slide-2 .slider-arrow:hover {
  background-color: var(--es-uni-page-accent);
  color: #fff;
}

.hero .slide-2 .partner-cards {
  width: 100%;
  max-width: 1020px;
  overflow: hidden;
}

.hero .slide-2 .partner-card {
  width: 100%;
  background: #fff;
  border-radius: 28px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
  transition: 0.35s;
  display: block;
  height: 100%;
}

.hero .slide-2 .partner-card:hover {
  transform: translateY(-10px);
}

.hero .slide-2 .partner-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero .slide-2 .partner-card h3 {
  font-size: var(--fs-12-20);
  color: #0d2147;
  margin-bottom: 12px;
}

.hero .slide-2 .location {
  display: block;
  color: #666;
  margin-bottom: 22px;
}

.hero .slide-2 .badge {
  display: inline-block;
  padding: 0.4em;
  border-radius: 999px;
  background: #ffebc4;
  color: #0d2147;
  font-size: 8px;
  font-weight: 600;
}

.hero .slide-2 .partner-card a {
  display: block;
  margin-top: 28px;
  text-decoration: none;
  color: #0d2147;
  font-weight: 600;
  background: #ffebc4;
  font-size: var(--fs-12-16);
  padding: 0.5em;
  border-radius: 9999em;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.hero .slide-2 .icon-wrapper {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #0d2147;
  padding: 10px;
}

.hero .slide-2 .partner-trust {
  margin-top: 10px;
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
}

.hero .slide-2 .trust-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.hero .slide-2 .trust-item i {
  font-size: 34px;
  color: #0d2147;
}

.hero .slide-2 .trust-item strong {
  display: block;
  font-size: var(--fs-12-18);
  margin-bottom: 6px;
  color: #0d2147;
}

.hero .slide-2 .trust-item span {
  color: #666;
  font-size: 15px;
}

.sec-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #de9406;
  border-radius: 2px;
}

.sec-label {
  font-size: var(--section-label-fs);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #de9406;
  margin-bottom: 40px;
  display: inline-flex;
  align-items: center;
  /* gap: 12px; */
  overflow: hidden;
}

.why-choose {
  text-align: center;
  padding: var(--es-section-padding);
  background: #fffdee;
}

.why-choose > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.why-choose .stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.why-choose .stats .stat-item {
  text-align: center;
  padding: var(--fs-12-16);
}

.why-choose .stats .stat-divider {
  width: 1px;
  background: #de9406;
  align-self: center;
  height: 60px;
  opacity: 0.4;
}

.why-choose .stats .stat-num-wrapper {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
}

.why-choose .stats .stat-num {
  font-family: "Roboto", sans-serif;
  font-size: var(--fs-16-32);
  font-weight: 900;
  color: #de9406;
  line-height: 1;
}

.why-choose .stats .stat-suffix {
  font-size: var(--fs-16-24);
  font-weight: 900;
  color: #de9406;
}

.why-choose .stats .stat-label {
  font-size: 13px;
  color: #de9406;
  font-weight: 600;
  margin-top: 10px;
}

/* Formatting for character wrapping logic */
[text-animate-on-intersection] .char-wrapper {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

[text-animate-on-intersection] .char {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(10px, -3.33px + 1.74vw, 30px);
}

.why-choose-grid .why-card {
  background: #fffdee;
  border: 1px solid #de9406;
  border-radius: 16px;
  padding: var(--fs-12-24);
  transition: var(--university-page-t);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.why-choose-grid .why-card .why-icon {
  width: var(--fs-12-24);
  height: var(--fs-12-24);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  opacity: 0.7;
}

section.cert-showcase {
  background: #fffdee;
  padding: var(--es-section-padding);
}

.title-one-program {
  display: inline-block;
}

.title-two-certs {
  position: absolute;
  right: 100%;
  white-space: nowrap;
  opacity: 0;
}

.section-title {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: var(--section-title-fs);
  font-weight: 800;
  color: #1e1e1e;
  letter-spacing: -0.4px;
  position: relative;
  text-align: center;
}

.section-title .tc-slide-in {
  display: inline-block;
  transform: translateX(-60px);
  opacity: 0;
}

.section-title[horizontal-reveal] {
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.section-sub {
  font-size: clamp(14px, 1.5vw, 16.5px);
  color: #1e1e1e;
  line-height: 1.65;
  margin-top: 10px;
}

.cert-showcase .cert-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 10px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.cert-showcase .cert-grid .cert-preview-img img {
  max-width: 100%;
  max-height: 100%;
}

.cert-showcase .cert-grid .cert-showcase-card {
  background: #fff;
  border: 2px solid #de9406;
  border-radius: 16px;
  padding: 28px;

  cursor: pointer;
}

.cert-showcase .cert-grid .cert-showcase-card .cert-preview-img {
  background: linear-gradient(135deg, #f5f3ff, #ede9fe);
  border-radius: 12px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  color: #c4b5fd;
  margin-bottom: 16px;
}

.cert-showcase .cert-grid .cert-type-badge {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 9px;
  border-radius: 20px;
  margin-bottom: 8px;
  display: inline-block;
}

.cert-showcase .cert-grid .cert-showcase-name {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #1e1e1e;
  margin-bottom: 8px;
}

.cert-showcase .cert-grid .btn-es.btn-es-secondary {
  padding: 8px 18px;
  font-size: 13px;
  border-radius: 9px;

  background: #fff;
  color: #de9406;
  border: 2px solid #de9406;

  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.cert-showcase .cert-grid .btn-es.btn-es-sm {
  background: #f3f4f6;
  color: var(--university-page-t2);
  border: none;
  cursor: pointer;
  padding: 8px 18px;
  font-size: 13px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: var(--university-page-t);
  text-decoration: none;
}

.credential-section {
  background: #fffdee;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.credential-section .sec-label {
  font-size: var(--section-label-fs);
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #de9406;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
}
.credential-section .sec-label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 3px;
  background: #de9406;
  border-radius: 2px;
}

.credential-section .section-title {
  font-size: clamp(22px, 3.5vw, 34px);
  font-weight: 800;
  color: #1e1e1e;
  margin: 0 0 70px;
}

.credential-section .card-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  top: 50%;
  transform: translate(0, -50%);
}

.credential-section .benefit-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  will-change: transform, opacity;
}

.credential-section .benefit-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
}

.credential-section .benefit-title {
  font-weight: bold;
  color: #de9406;
  margin-bottom: 12px;
  font-size: 18px;
}

.credential-section .benefit-desc {
  color: #333;
  font-size: 14px;
  line-height: 1.55;
}
section.testimonials-section {
  padding: var(--es-section-padding);
  text-align: center;
}

.journey-section {
  padding: var(--es-section-padding);

  height: 100vh !important;
  background: #fffdee;
  text-align: center;
}

.journey-section .journey-wrapper {
  position: relative;
  margin-top: 20vh;
}

.journey-section .steps {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}

.journey-section .step {
  width: 170px;
  padding: 30px;
  border-radius: 20px;
  position: relative;
}

.journey-section .step.up {
  transform: translateY(-70px);
}

.journey-section .step.down {
  transform: translateY(90px);
}

.journey-section .step-dot {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #de9406;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #de9406;
  z-index: 20;
}

.journey-section .journey-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.journey-section .journey-bg {
  fill: none;
  stroke: #ddd;
  stroke-width: 6;
  stroke-linecap: round;
}

.journey-section .journey-progress {
  fill: none;
  stroke: #de9406;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
}

.step {
  opacity: 0.35;
  transition: opacity 0.35s ease;
}

.step-dot {
  transition: 0.35s ease;
}

.step.active {
  opacity: 1;
}

.step.active .step-dot {
  background: #de9406;
  color: #fff;
  transform: translate(-50%, -50%) scale(1.25);
  box-shadow:
    0 0 0 8px rgba(222, 148, 6, 0.18),
    0 0 25px rgba(222, 148, 6, 0.35);
}
@charset "UTF-8";
.testimonials-section .eyebrow {
  text-align: center;
  color: #f5a623;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.testimonials-section .eyebrow::before {
  content: "— ";
}
.testimonials-section h2 {
  text-align: center;
  font-size: 34px;
  margin: 0 0 40px;
  color: #1a1a1a;
}
.testimonials-section .marquee-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.testimonials-section .marquee-wrap-mobile {
  display: none;
}
.testimonials-section .marquee-col {
  position: relative;
  height: 560px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0,
    #000 40px,
    #000 calc(100% - 40px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0,
    #000 40px,
    #000 calc(100% - 40px),
    transparent 100%
  );
}
.testimonials-section .marquee-track {
  display: flex;
  flex-direction: column;
  gap: 20px;
  animation: scroll-up var(--dur, 28s) linear infinite;
}
.testimonials-section .marquee-col[data-dir="down"] .marquee-track {
  animation-name: scroll-down;
}
.testimonials-section .marquee-wrap:hover .marquee-track,
.testimonials-section .marquee-wrap-mobile:hover .marquee-track {
  animation-play-state: paused;
}
@keyframes scroll-up {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
@keyframes scroll-down {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
.testimonials-section .card {
  background: #fdf6e3;
  border-radius: 10px;
  padding: 22px;
}
.testimonials-section .stars {
  color: #f5a623;
  font-size: 14px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.testimonials-section .quote {
  color: #3a3a3a;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.testimonials-section .person {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonials-section .avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  flex: none;
}
.testimonials-section .name {
  font-weight: 700;
  font-size: 14px;
  color: #1a1a1a;
}
.testimonials-section .role {
  font-size: 12px;
  color: #8a8a8a;
}

@media (prefers-reduced-motion: reduce) {
  .testimonials-section .marquee-track {
    animation: none;
  }
}
.es-university-certification-wrapper .justify-content-center {
  justify-content: center !important;
}

.es-university-certification-wrapper .flex-wrap {
  flex-wrap: wrap !important;
}

.es-university-certification-wrapper .d-flex {
  display: flex !important;
}

.es-university-certification-wrapper .justify-content-center {
  justify-content: center !important;
}

.es-university-certification-wrapper .flex-wrap {
  flex-wrap: wrap !important;
}

.es-university-certification-wrapper .d-flex {
  display: flex !important;
}

.es-university-certification-wrapper .flex-wrap {
  flex-wrap: wrap !important;
}

.es-university-certification-wrapper .d-flex {
  display: flex !important;
}

.es-university-certification-wrapper .gap-3 {
  gap: 1rem !important;
}

.es-university-certification-wrapper section {
  padding: 80px 0;
}

.es-university-certification-wrapper .btn-es {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: var(--university-page-t);
  text-decoration: none;
}

.es-university-certification-wrapper .btn-es-primary {
  background: #ffc85e;
  color: #1e1e1e;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.es-university-certification-wrapper .btn-es-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.es-university-certification-wrapper .btn-es-secondary {
  background: #fff;
  color: var(--university-page-primary);
  border: 2px solid var(--university-page-primary);
}

.es-university-certification-wrapper .btn-es-secondary:hover {
  background: var(--university-page-primary-lt);
  transform: translateY(-1px);
  color: var(--university-page-primary);
}

.es-university-certification-wrapper #final-cta {
  background: var(--university-page-grad-hero);
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.es-university-certification-wrapper #final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1' fill='rgba(255,255,255,.04)'/%3E%3C/svg%3E");
}

.es-university-certification-wrapper .cta-title {
  font-family: "Roboto", sans-serif;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 900;
  color: #1e1e1e;
  letter-spacing: -0.5px;
}

.es-university-certification-wrapper .cta-title span {
  background: #de9406;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.es-university-certification-wrapper .cta-sub {
  font-size: clamp(14px, 1.5vw, 17px);
  color: #1e1e1e;
  margin-top: 12px;
}

.es-university-certification-wrapper .countdown-box {
  display: inline-flex;
  gap: 10px;
  margin: 20px 0;
}

.es-university-certification-wrapper .countdown-item {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 10px 16px;
  text-align: center;
  backdrop-filter: blur(8px);
}

.es-university-certification-wrapper .countdown-num {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: #1e1e1e;
  line-height: 1;
}

.es-university-certification-wrapper .countdown-label {
  font-size: 10px;
  color: #1e1e1e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.es-faqs-section {
  background: #ffffff;
  padding: var(--es-section-padding);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.es-faqs-eyebrow {
  text-align: center;
  color: #f5a623;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.es-faqs-eyebrow::before {
  content: "— ";
}

.es-faqs-title {
  text-align: center;
  font-size: 34px;
  color: #1a1a1a;
  margin: 0 0 44px;
}

.es-faqs-list {
  max-width: 820px;
  margin: 0 auto;
}

.es-faqs-item {
  --faq-icon-x: calc(100% - 33px);
  background: #fdf6e3;
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
}

.es-faqs-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 20px 22px;
  font-family: inherit;
}

.es-faqs-question-text {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

.es-faqs-icon {
  position: relative;
  width: 22px;
  height: 22px;
  flex: none;
}

.es-faqs-icon-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #f5a623;
  transition: transform 0.35s ease;
}

.es-faqs-icon-bar-h {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.es-faqs-icon-bar-v {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}

.es-faqs-item.es-faqs-active .es-faqs-icon-bar-v {
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

.es-faqs-item.es-faqs-active .es-faqs-icon-bar-h {
  transform: translate(-50%, -50%) rotate(180deg);
}

.es-faqs-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  background: #fff;
  color: #fff;
}

.es-faqs-item.es-faqs-opening .es-faqs-answer,
.es-faqs-item.es-faqs-active .es-faqs-answer {
  grid-template-rows: 1fr;
}

.es-faqs-answer-inner {
  overflow: hidden;
  min-height: 0;
  background: #ffebc4;
  color: #fff;
  padding: 16px 22px;

  clip-path: circle(0% at var(--faq-icon-x) 0px);
  opacity: 0;

  transition:
    clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease;
}

.es-faqs-item.es-faqs-active .es-faqs-answer-inner {
  clip-path: circle(150% at var(--faq-icon-x) 0px);
  opacity: 1;
}

.es-faqs-answer-text {
  font-size: 14px;
  line-height: 1.6;
  color: #1e1e1e;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  .es-faqs-answer,
  .es-faqs-icon-bar {
    transition: none;
  }
}

@property --x {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 9%;
}

@property --y {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 9%;
}

section#final-cta {
  --x: 9%;
  --y: 9%;

  background: radial-gradient(circle at var(--x) var(--y), #f90, #fffdee 9%);

  animation:
    x 4.1s ease-in-out -2.3s alternate infinite,
    y 2.9s ease-in-out -2.3s alternate infinite;

  padding: var(--es-section-padding);

  position: relative;
  z-index: 2;
}

@keyframes x {
  to {
    --x: 91%;
  }
}

@keyframes y {
  to {
    --y: 91%;
  }
}

#courses #loadMoreBtn {
  width: fit-content;
  display: block;
  background: #1e1e1e;
  color: #fff;
  padding: 0.75em 2em;
  border-radius: 30px;
  border-width: 0px;
  font-size: 16px;
  margin: 16px auto;
  font-weight: 600;
}

#courses #loadMoreBtn:active,
#courses #loadMoreBtn:focus {
  border: none !important;
  outline: none !important;
}

.es-university-certification-wrapper .g-4 {
  --bs-gutter-y: 1.5rem;
}

.es-university-certification-wrapper .align-items-center {
  align-items: center !important;
}

.es-university-certification-wrapper .flex-wrap {
  flex-wrap: wrap !important;
}

.es-university-certification-wrapper .d-flex {
  display: flex !important;
}

.es-university-certification-wrapper .justify-content-between {
  justify-content: space-between !important;
}

.es-university-certification-wrapper .flex-wrap {
  flex-wrap: wrap !important;
}

.es-university-certification-wrapper .d-flex {
  display: flex !important;
}

.es-university-certification-wrapper .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.es-university-certification-wrapper .gap-2 {
  gap: 0.5rem !important;
}

.es-university-certification-wrapper .align-items-center {
  align-items: center !important;
}

.es-university-certification-wrapper .flex-wrap {
  flex-wrap: wrap !important;
}

.es-university-certification-wrapper .d-flex {
  display: flex !important;
}

.es-university-certification-wrapper .g-4 {
  --bs-gutter-y: 1.5rem;
}

.es-university-certification-wrapper .g-4 {
  --bs-gutter-x: 1.5rem;
}

.es-university-certification-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.es-university-certification-wrapper .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.es-university-certification-wrapper img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.es-university-certification-wrapper .section-title {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  color: var(--university-page-t1);
  letter-spacing: -0.4px;
}

.es-university-certification-wrapper .section-sub {
  font-size: clamp(14px, 1.5vw, 16.5px);
  color: var(--university-page-t2);
  line-height: 1.65;
  margin-top: 10px;
}

.es-university-certification-wrapper section {
  padding: 80px 0;
}

.es-university-certification-wrapper #courses {
  background: #fff;
}

.es-university-certification-wrapper .filter-bar {
  background: #fffdee;
  border: 1px solid #de9406;
  border-radius: 14px;
  padding: 18px 20px;
  margin-bottom: 28px;
}

.es-university-certification-wrapper .filter-search {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1.5px solid #de9406;
  border-radius: 10px;
  padding: 8px 14px;
  gap: 8px;
  flex: 1;
  min-width: 200px;
}

.es-university-certification-wrapper .filter-search input {
  border: none;
  outline: none;
  font-family: inherit;
  font-size: 13.5px;
  color: #1e1e1e;
  width: 100%;
  background: none;
}

.es-university-certification-wrapper .filter-select {
  border: 1.5px solid #de9406;
  border-radius: 10px;
  padding: 9px 12px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #1e1e1e;
  background: #fff;
  outline: none;
  cursor: pointer;
  height: 42px;
}

.es-university-certification-wrapper .filter-select:focus {
  border-color: #de9406;
}

.es-university-certification-wrapper .course-card {
  background: #fff;
  border: 1px solid #e9e7f7;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.2s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.es-university-certification-wrapper .course-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.05),
    0 24px 64px rgba(109, 40, 217, 0.14);
  border-color: #ddd6fe;
}

.es-university-certification-wrapper .course-thumb {
  height: 160px;
  background: linear-gradient(135deg, #4c1d95, #6d28d9);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.es-university-certification-wrapper .course-thumb-icon {
  font-size: 48px;
  opacity: 0.3;
  color: #fff;
}

.es-university-certification-wrapper .course-thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3));
}

.es-university-certification-wrapper .course-body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.es-university-certification-wrapper .course-name {
  font-family: "Roboto", sans-serif;
  font-size: 14.5px;
  font-weight: 800;
  color: var(--university-page-t1);
  line-height: 1.35;
  margin-bottom: 8px;
  flex: 1;
}

.es-university-certification-wrapper .cert-strip {
  background: #fffdee;
  border: 1px solid #de9406;
  border-radius: 9px;
  padding: 8px 10px;
  margin-bottom: 12px;
}

.es-university-certification-wrapper .cert-strip-title {
  font-size: 9.5px;
  font-weight: 800;
  color: var(--university-page-primary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.es-university-certification-wrapper .cert-strip-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: var(--university-page-t2);
  font-weight: 600;
  margin-bottom: 2px;
}

.es-university-certification-wrapper .cert-strip-item:last-child {
  margin-bottom: 0;
}

.es-university-certification-wrapper .cert-strip-item i {
  color: var(--university-page-primary);
  font-size: 11px;
}

.es-university-certification-wrapper .course-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--university-page-border);
}

.es-university-certification-wrapper .course-enroll-btn {
  padding: 8px 14px;
  background: var(--university-page-grad);
  color: #de9406;
  border: none;
  border-radius: 9px;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: var(--university-page-t);
  width: 50%;
  font-size: var(--fs-12-18);
  line-height: 1.125em;
}

.es-university-certification-wrapper .btn-view-link {
  font-size: 12px;
  font-weight: 600;
  color: var(--university-page-primary);
  text-decoration: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

#courseModal .modal-dialog {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.es-university-certification-wrapper div#courseModal.in {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.es-university-certification-wrapper .g-4 {
  --bs-gutter-y: 1.5rem;
}

.es-university-certification-wrapper .d-flex {
  display: flex !important;
}

.es-university-certification-wrapper .justify-content-between {
  justify-content: space-between !important;
}

.es-university-certification-wrapper .d-flex {
  display: flex !important;
}

.es-university-certification-wrapper .d-flex {
  display: flex !important;
}

.es-university-certification-wrapper .g-4 {
  --bs-gutter-y: 1.5rem;
}

.es-university-certification-wrapper .g-4 {
  --bs-gutter-x: 1.5rem;
}

.es-university-certification-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.es-university-certification-wrapper .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.es-university-certification-wrapper .gap-3 {
  gap: 1rem !important;
}

.es-university-certification-wrapper button#mSyllabusToggle:focus {
  background: none;
}

#courseModal .modal-dialog {
  border: none;
}

#courseModal .course-desc-clamped {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.es-university-certification-wrapper .btn-es {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: var(--university-page-t);
  text-decoration: none;
}

.es-university-certification-wrapper .btn-es-primary {
  background: #ffc85e;
  color: #1e1e1e;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.es-university-certification-wrapper .btn-es-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

button#mSyllabusToggle:hover,
button#mSyllabusToggle:focus,
button#mCourseDescToggle:hover,
button#mCourseDescToggle:focus {
  outline: none;
  border: none;
}

.es-university-certification-wrapper .course-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.es-university-certification-wrapper .course-meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11.5px;
  color: var(--university-page-t2);
  font-weight: 500;
}

.es-university-certification-wrapper .modal-content {
  border-radius: var(--university-page-r);
  border: none;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
}

.es-university-certification-wrapper .modal-header {
  border-bottom: 1px solid var(--university-page-border);
  padding: 20px 24px;
  background: #fffdee;
  border-radius: var(--university-page-r) var(--university-page-r) 0 0;
}

.es-university-certification-wrapper .modal-title {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 800;
  color: #de9406;
}

.es-university-certification-wrapper .modal-body {
  padding: 24px;
  max-height: 80vh;
  overflow-y: auto;
  scrollbar-width: none;
}

#courseModal .modal-header button {
  width: 30px;
  height: 30px;
  right: 5px;
  background: #1e1e1e;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}

.es-university-certification-wrapper .syllabus-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--university-page-border);
}

.es-university-certification-wrapper .syllabus-item:last-child {
  border-bottom: none;
}

.es-university-certification-wrapper .syllabus-week {
  font-size: 10.5px;
  font-weight: 700;
  color: var(--university-page-primary);
  background: var(--university-page-primary-lt);
  padding: 2px 8px;
  border-radius: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}

.es-university-certification-wrapper .modal-cert-strip {
  background: #fffdee;
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 12px;
  border: 1.5px solid #ddd6fe;
}

@media (min-width: 576px) {
  .es-university-certification-wrapper .row > * {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }

  .es-university-certification-wrapper .g-4 {
    --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 768px) {
  .es-university-certification-wrapper .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .es-university-certification-wrapper .col-lg-4,
  .es-university-certification-wrapper .col-lg-8,
  .es-university-certification-wrapper .col-md-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .es-university-certification-wrapper .col-lg-4,
  .es-university-certification-wrapper .col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .es-university-certification-wrapper .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .es-university-certification-wrapper .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .es-university-certification-wrapper .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (max-width: 1100px) {
  .hero .slide-1 .uc-grid {
    grid-template-columns: 1fr;
  }

  .hero .slide-1 .uc-content {
    text-align: center;
  }

  .hero .slide-1 .uc-desc {
    margin-inline: auto;
  }

  .hero .slide-1 .uc-buttons,
  .hero .slide-1 .uc-users {
    justify-content: center;
  }

  .hero .slide-1 .uc-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero .slide-1 .stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (min-width: 1200px) {
  .es-university-certification-wrapper .col-lg-4,
  .es-university-certification-wrapper .col-lg-8 {
    float: left;
  }

  .es-university-certification-wrapper .col-lg-4 {
    float: left;
  }

  .es-university-certification-wrapper .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 1201px) {
  .hero .slide-2 .partner-section {
    opacity: 0;
  }
}

@media (max-width: 1200px) {
  .journey-section .flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .hero .slide-1 {
    z-index: 3;
    width: 100%;
  }
  .hero .slide-2 {
    width: 100%;
  }
  .uc-image img {
    height: 200px;
  }

  .hero .slide-1 .stat i {
    display: none;
  }

  .hero .slide-1 .uc-badge {
    justify-content: center;
  }

  .hero .slide-1 .stats-bar {
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }

  .hero .slide-1 .stat:last-child {
    display: none;
  }

  .hero .slide-2 .partner-section {
    opacity: 1;
  }

  .credential-section .card-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }

  .journey-section .steps {
    flex-direction: column;
    align-items: center;
  }

  .journey-section .step.up {
    transform: translate(0, 0);
  }

  .journey-section .step.down {
    transform: translate(0, 0);
  }

  .journey-section .journey-wrapper {
    margin-top: 50px;
  }

  .journey-section .step.up .step-dot {
    right: auto;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) !important;
  }

  .journey-section .step.down .step-dot {
    right: auto;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%) !important;
  }

  .journey-section .step {
    padding: 5px;
    padding-left: 20px;
  }

  .journey-section .step h3 {
    font-size: var(--fs-16-24);
  }

  .step.active .step-dot {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1024px) {
  .credential-section .card-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .testimonials-section .marquee-wrap {
    display: none;
  }
  .testimonials-section .marquee-wrap-mobile {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .testimonials-section .marquee-wrap-mobile .marquee-col {
    height: 420px;
  }
}

@media (min-width: 768px) and (max-width:1200px) {
    .hero .slide-1 .uc-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
  :root {
    --section-title-fs: 20px;
    --section-label-fs: 16px;
  }

  .hero .slide-1 .uc-content h1 {
  font-size: 23px;
  }

  .uc-image img {
    height: 30px;
  }
  .es-university-certification-wrapper section {
    padding: 52px 0;
  }
  #courseModal .modal-dialog {
    width: auto;
  }

  .hero .slide-1 .uc-features {
    gap: 10px;
  }

  .credential-section .card-container {
    display: block;
    position: relative;
    height: 340px;
    max-width: 400px;
  }
  .credential-section .benefit-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .why-choose .stats .stat-label {
    font-size: 10px;
  }

  .hero .slide-2 .trust-item i {
    display: none;
  }

  .hero .slide-2 .slider-arrow {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .hero .slide-2 .partner-trust {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-choose .stats .stat-item {
    padding: 5px;
  }

  .hero .slide-3 .stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .hero .slide-3 .stats .stat-item:nth-last-child(1),
  .hero .slide-3 .stats .stat-item:nth-last-child(3) {
    display: none;
  }

  .hero .slide-3 .stats .stat-divider {
    display: none;
  }

  .hero .slide-3 .why-choose-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero .slide-3 .why-choose-grid .why-title {
    font-size: var(--fs-12-24);
    margin: 0;
  }

  .cert-showcase .cert-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .why-choose-grid .why-card .why-icon {
    display: none;
  }

  .hero .slide-2 .icon-wrapper {
    margin: 0 auto 10px;
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 700px) {
  .hero .slide-1 .uc-buttons {
    flex-direction: column;
  }

  .hero .slide-1 .btn-primary,
  .hero .slide-1 .btn-secondary {
    justify-content: center;
  }

  .hero .slide-1 .uc-badge {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero .slide-1 .users-text strong {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  #courseModal .modal-header button {
    width: 20px;
    height: 20px;
    right: 5px;
    font-weight: 400;
    font-size: 15px;
  }
}
