.elementor-28 .elementor-element.elementor-element-c2349a9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-65px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-97fad02{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-5px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-c9bfa9e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-13px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-7b89506{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-28 .elementor-element.elementor-element-3e19a83{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-17px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-28 .elementor-element.elementor-element-21d8311{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-28 .elementor-element.elementor-element-fc5df74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-28 .elementor-element.elementor-element-a2ef67b .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:26px;font-weight:600;color:#009AB4;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-28 .elementor-element.elementor-element-a4c60c2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;font-family:"Poppins", Sans-serif;font-size:14px;font-weight:400;color:#131313;}.elementor-28 .elementor-element.elementor-element-59d71c0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-c2349a9 */:root {
  --hero-bg: #f5fbff;
  --hero-primary: #0094c6;
  --hero-primary-dark: #00668a;
  --hero-text: #14213d;
  --hero-muted: #6b7280;
}

/* Layout wrapper */
.hero {
  background: radial-gradient(circle at top right, #e0f5ff 0, #f5fbff 40%, #ffffff 100%);
  padding: 80px 20px 60px;
  font-family: Poppins;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

/* Left column */
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 148, 198, 0.08);
  color: var(--hero-primary-dark);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-title {
  margin: 18px 0 8px;
  font-size: clamp(36px, 4vw, 46px);
  color: var(--hero-text);
  line-height: 1.1;
}

.hero-title span {
  color: var(--hero-primary);
}

.hero-subtitle {
  font-size: 16px;
  color: var(--hero-muted);
  max-width: 500px;
  margin-bottom: 18px;
}

.hero-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 6px;
  font-size: 14px;
  color: var(--hero-text);
}

.hero-benefits li::before {
  content: "✔";
  color: var(--hero-primary);
  font-weight: 700;
  margin-right: 6px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease,
    color 0.18s ease;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(135deg, var(--hero-primary), var(--hero-primary-dark));
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 102, 138, 0.4);
  text-decoration: none!important;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 102, 138, 0.5);
}

.btn-outline {
  border: 1px solid rgba(148, 163, 184, 0.8);
  color: var(--hero-text);
  background: #ffffff;
  text-decoration: none!important;
}

.btn-outline:hover {
  background: #f1f5f9;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  font-size: 13px;
}

.hero-rating {
  color: #f59e0b;
  font-weight: 700;
}

.hero-rating span {
  margin-left: 6px;
  color: var(--hero-muted);
  font-weight: 500;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-badges span {
  border-radius: 999px;
  padding: 5px 12px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  color: var(--hero-muted);
  font-weight: 500;
}

/* Right column: visual */
.hero-visual {
  position: relative;
  min-height: 280px;
}

.hero-circle-bg {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: radial-gradient(circle at 10% 0, #00b4d8 0, #0096c7 40%, #ffffff 80%);
  filter: drop-shadow(0 20px 40px rgba(15, 23, 42, 0.15));
}

.hero-image-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 26px;
  background: #ffffff;
  transform: rotate(-2.5deg);
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.2);
}

.hero-image-card img {
  width: 100%;
  display: block;
  border-radius: 22px;
}

/* Floating stats */
.hero-stat {
  position: absolute;
  z-index: 2;
  min-width: 170px;
  padding: 10px 14px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.18);
  font-size: 13px;
  text-align: left;
}

.hero-stat strong {
  display: block;
  font-size: 18px;
  color: var(--hero-primary-dark);
}

.hero-stat span {
  color: var(--hero-muted);
}

.hero-stat--top {
  top: 10%;
  right: 4%;
}

.hero-stat--bottom {
  bottom: 6%;
  left: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .hero-visual {
    order: -1;
    max-width: 380px;
    margin: 0 auto 32px;
  }
}

@media (max-width: 600px) {
  .hero {
    padding: 56px 16px 40px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-stat--top,
  .hero-stat--bottom {
    display: none; /* hide floating stats on very small screens if too busy */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b89506 *//* ===== Course Gallery – Option A (aqua / teal, modern) ===== */

:root {
  --cg-primary: #0094c6;
  --cg-primary-dark: #00668a;
  --cg-text: #14213d;
  --cg-muted: #6b7280;
}

/* Section wrapper */
.course-gallery {
    font-family: poppins;
  padding: 70px 20px;
  background: radial-gradient(circle at top left, #e0f7ff 0, #f5fbff 45%, #ffffff 100%);
}


.course-gallery__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.course-gallery__eyebrow {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--cg-muted);
  margin-bottom: 6px;
}

.course-gallery__title {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--cg-primary-dark);
  margin-bottom: 40px;
}

/* Grid */
.course-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 900px) {
  .course-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .course-gallery__grid {
    grid-template-columns: 1fr;
  }
}

/* Cards */
.course-card {
  position: relative;
  border-radius: 20px;
  background: linear-gradient(135deg, #ffffff, #f4fbff);
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.1);
  overflow: hidden;
  isolation: isolate;

  /* subtle entry animation */
  transform: translateY(18px) scale(0.98);
  opacity: 0;
  animation: fadeUp 0.7s ease forwards;
  animation-delay: calc(var(--i) * 0.12s);
}

/* soft glow edge */
.course-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(
    from 200deg,
    rgba(0, 148, 198, 0.3),
    rgba(34, 197, 94, 0.18),
    rgba(56, 189, 248, 0.3),
    rgba(129, 140, 248, 0.25),
    rgba(0, 148, 198, 0.3)
  );
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: -1;
}

.course-card:hover {
  transform: translateY(4px) scale(1.01);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.course-card:hover::before {
  opacity: 1;
}

/* top label */
.course-card__badge {
  position: absolute;
  top: 14px;
  left: 16px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--cg-primary-dark);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  z-index: 2;
}

.course-card__badge--alt {
  background: rgba(0, 148, 198, 0.12);
}

/* image / header area */
.course-card__image {
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;   /* match card radius at top */
  background-color: #e0f7ff;      /* fallback color while image loads */
}
.course-card__image {
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;   /* match card radius at top */
  background-color: #e0f7ff;      /* fallback color while image loads */
}

/* subtle zoom on hover */
.course-card:hover .course-card__image img {
  transform: scale(1.05);
}

/* body */
.course-card__body {
  padding: 18px 18px 16px;
  text-align: left;
  color: var(--cg-text);
}

.course-card__name {
  font-size: 15px;
  line-height: 1.4;
  margin: 0 0 6px;
}

.course-card__meta {
  font-size: 12px;
  color: var(--cg-muted);
  margin-bottom: 12px;
}

/* footer: price + CTA */
.course-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.course-card__price span {
  display: block;
  font-size: 11px;
  color: var(--cg-muted);
}

.course-card__price strong {
  font-size: 17px;
  color: var(--cg-primary-dark);
}

/* button */
.course-card__cta {
  border: none;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(135deg, var(--cg-primary), var(--cg-primary-dark));
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(0, 102, 138, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.course-card__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 102, 138, 0.5);
}

/* animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21d8311 */:root {
  --cg-primary: #0094c6;
  --cg-primary-dark: #00668a;
  --cg-text: #14213d;
  --cg-muted: #6b7280;
}

/* ===== Why Us Section ===== */

.why-us {
  position: relative;
  padding: 70px 20px 80px;
  background: radial-gradient(circle at top right, #e0f7ff 0, #f5fbff 40%, #ffffff 100%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}

/* decorative circles */
.why-us::before,
.why-us::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 148, 198, 0.18), transparent 60%);
  pointer-events: none;
}

.why-us::before {
  width: 260px;
  height: 260px;
  top: -90px;
  right: -60px;
}

.why-us::after {
  width: 180px;
  height: 180px;
  bottom: -80px;
  left: -40px;
}

.why-us__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

.why-us__eyebrow {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--cg-primary-dark);
  margin-bottom: 6px;
}

.why-us__title {
  font-size: 26px;
  color: var(--cg-text);
  margin-bottom: 32px;
}

/* ===== rows (each row centered) ===== */

.why-us__row {
  display: flex;
  flex-wrap: wrap;         /* allow wrap on smaller screens */
  justify-content: center; /* center this row's items */
  gap: 22px;
  margin-bottom: 22px;
}

/* cards: width chosen so 4 fit on first row, 3 on second */
.why-card {
  flex: 0 1 240px;         /* base width; allows 3–4 per row */
  max-width: 260px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 16px 20px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  text-align: left;
  position: relative;
  overflow: hidden;
  transform: translateY(18px) scale(0.98);
  opacity: 0;
  animation: whyFadeUp 0.7s ease forwards;
  animation-delay: calc(var(--i) * 0.08s);
}

@media (max-width: 700px) {
  .why-card {
    flex: 1 1 100%;        /* full width on small screens */
    max-width: 100%;
  }
}

/* subtle gradient glow on hover */
.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(0, 148, 198, 0.08), transparent 60%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.why-card:hover::before {
  opacity: 1;
}

.why-card:hover {
  transform: translateY(4px) scale(1.01);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
}

/* Icon circle */
.why-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: radial-gradient(circle at 30% 0, #00c4ff, #0094c6);
  box-shadow: 0 8px 20px rgba(0, 148, 198, 0.45);
  color: #ffffff;
  font-size: 24px;
  flex-shrink: 0;
}

.why-card__icon span {
  transform: translateY(1px);
}

/* Text */
.why-card__title {
  font-size: 15px;
  font-weight: 700;
  color: var(--cg-text);
  margin: 0 0 6px;
}

.why-card__text {
  font-size: 13px;
  line-height: 1.5;
  color: var(--cg-muted);
  margin: 0;
}

/* animation */
@keyframes whyFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-846fab6 *//* ---------- BASE ---------- */

:root {
  --bg: #f5f7fb;
  --card-bg: #ffffff;
  --accent: #3b82f6;
  --accent-soft: rgba(59, 130, 246, 0.12);
  --text-main: #111827;
  --text-muted: #6b7280;
  --border-subtle: #e5e7eb;
  --shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.12);
  --radius-xl: 1.5rem;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top left, #eef2ff 0, #f9fafb 40%, #f3f4f6 100%);
  color: var(--text-main);
}

/* ---------- SECTION LAYOUT ---------- */

.testimonials-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.5rem; /* gives space from viewport edges */
}

.testimonials-wrapper {
  width: 100%;
  max-width: 1280px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 2rem;
  box-shadow: var(--shadow-soft);
  padding: 2.8rem 3rem;
  display: grid;
  grid-template-columns: 0.95fr 1.7fr;
  gap: 3.5rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  backdrop-filter: blur(18px);
  animation: fadeInUp 0.6s ease-out both;
}

@media (max-width: 960px) {
  .testimonials-wrapper {
    grid-template-columns: 1fr;
    padding: 2.2rem 1.8rem;
    gap: 2.5rem;
  }
}

/* ---------- LEFT COLUMN: RATING SUMMARY ---------- */

.rating-summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding-right: 1.5rem;
  border-right: 1px dashed var(--border-subtle);
}

@media (max-width: 960px) {
  .rating-summary {
    border-right: none;
    border-bottom: 1px dashed var(--border-subtle);
    padding-right: 0;
    padding-bottom: 1.8rem;
  }
}

.rating-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 500;
}

.rating-chip::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.22);
}

.rating-top {
  margin-top: 1.4rem;
}

.rating-stars {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 0.4rem;
}

.star {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  background: linear-gradient(135deg, #facc15, #f97316);
  color: #111827;
  font-size: 0.8rem;
  box-shadow: 0 8px 12px rgba(250, 204, 21, 0.35);
}

.rating-score {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}

.rating-score span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-muted);
}

.rating-meta {
  margin-top: 0.3rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.rating-meta strong {
  color: var(--text-main);
}

.review-platform {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.86rem;
  color: var(--text-muted);
}

.badge-logo {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f9fafb;
  font-size: 0.82rem;
  font-weight: 600;
}

.trust-indicators {
  margin-top: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.84rem;
  color: var(--text-muted);
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent-soft);
  border: 2px solid var(--accent);
}

.rating-footer-note {
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ---------- RIGHT COLUMN ---------- */

.reviews-column {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.reviews-header h2 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.reviews-header p {
  font-size: 0.92rem;
  color: var(--text-muted);
}

.reviews-badge {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.reviews-badge-pill {
  width: 36px;
  height: 18px;
  border-radius: 999px;
  background: var(--accent-soft);
  position: relative;
}

.reviews-badge-pill::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.35);
}

.reviews-badge-pill--light {
  opacity: 0.5;
}

.reviews-badge-text {
  white-space: nowrap;
}

/* ---------- CARDS GRID (RIGHT SIDE) ---------- */

.cards-wrap {
  /* auto-fit ensures cards wrap and never get too narrow */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.8rem;
}

/* you can tweak breakpoints if you want slightly earlier wrapping */
@media (max-width: 1080px) {
  .cards-wrap {
    gap: 1.5rem;
  }
}

@media (max-width: 700px) {
  .cards-wrap {
    grid-template-columns: 1fr;
  }
}

/* ---------- REVIEW CARD ---------- */

.review-card {
  position: relative;
  background: var(--card-bg);
  border-radius: var(--radius-xl);
  padding: 1.6rem 1.5rem 1.5rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.06);
  overflow: hidden;
  cursor: default;
  transform-origin: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border 0.25s ease;
  animation: cardFloatIn 0.55s ease-out both;
}

.review-card:nth-child(2) {
  animation-delay: 0.08s;
}
.review-card:nth-child(3) {
  animation-delay: 0.16s;
}

.review-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(59, 130, 246, 0.14), transparent 55%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.18);
  border-color: rgba(59, 130, 246, 0.5);
}

.review-card:hover::before {
  opacity: 1;
}

/* ---------- CARD CONTENT ---------- */

.review-stars {
  font-size: 0.85rem;
  color: #fbbf24;
  margin-bottom: 0.45rem;
}

.review-title {
  font-size: 0.98rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.review-text {
  font-size: 0.86rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 0.95rem;
}

.reviewer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.reviewer-info {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4b5563;
}

.reviewer-name {
  font-size: 0.86rem;
  font-weight: 500;
}

.reviewer-meta {
  font-size: 0.76rem;
  color: var(--text-muted);
}

.review-course-tag {
  font-size: 0.72rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.08);
  color: #047857;
  border: 1px solid rgba(16, 185, 129, 0.25);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  white-space: nowrap;
}

/* ---------- ANIMATIONS ---------- */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cardFloatIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}/* End custom CSS */