.elementor-11 .elementor-element.elementor-element-8986734{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1354cb8 *//* =========================
   GOOGLE FONTS
   Add in HTML head or Elementor custom code:
   <link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&family=Quicksand:wght@500;600;700&display=swap" rel="stylesheet">
========================= */

/* =========================
   GLOBAL
========================= */
.mpw-homepage {
  --bg-cream: #f6f2eb;
  --bg-soft: #f6f0ff;
  --bg-white-soft: #fbfbfd;
  --white: #ffffff;
  --text: #14213d;
  --muted: #6b7a96;
  --purple: #8b4dff;
  --purple-dark: #6e35e9;
  --purple-soft: #ede4ff;
  --orange: #f2a116;
  --orange-dark: #ea9708;
  --yellow-soft: #fff9e8;
  --pink-soft: #fff2f6;
  --green-soft: #eefaf3;
  --blue-soft: #eef6ff;
  --shadow-sm: 0 12px 28px rgba(67, 40, 121, 0.08);
  --shadow-md: 0 18px 42px rgba(67, 40, 121, 0.11);
  --shadow-lg: 0 25px 65px rgba(67, 40, 121, 0.16);
  color: var(--text);
  font-family: 'Nunito', sans-serif;
  overflow: hidden;
  position: relative;
}

.mpw-homepage * {
  box-sizing: border-box;
}

.mpw-homepage h1,
.mpw-homepage h2,
.mpw-homepage h3,
.mpw-homepage h4,
.mpw-homepage h5,
.mpw-homepage h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
  margin: 0;
}

.mpw-homepage p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
  font-size: 17px;
  font-weight: 500;
}

.mpw-homepage img {
  display: block;
  max-width: 100%;
  height: auto;
}

.mpw-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

.mpw-homepage section {
  position: relative;
}

/* =========================
   REVEAL ANIMATION
========================= */
.mpw-reveal {
  opacity: 0;
  transform: translateY(40px);
  animation: mpwReveal 0.9s ease forwards;
}

.mpw-hero.mpw-reveal { animation-delay: 0.06s; }
.mpw-featured.mpw-reveal { animation-delay: 0.14s; }
.mpw-philosophy.mpw-reveal { animation-delay: 0.22s; }
.mpw-about.mpw-reveal { animation-delay: 0.30s; }
.mpw-cta.mpw-reveal { animation-delay: 0.38s; }

@keyframes mpwReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================
   BUTTONS
========================= */
.mpw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 999px;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  transition: all 0.35s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.mpw-btn:hover {
  transform: translateY(-4px);
}

.mpw-btn-primary {
  background: linear-gradient(135deg, var(--purple), var(--purple-dark));
  color: #fff;
  box-shadow: 0 14px 30px rgba(138, 73, 255, 0.28);
}

.mpw-btn-secondary {
  background: #fff;
  color: var(--text);
  border-color: rgba(37, 50, 74, 0.10);
  box-shadow: var(--shadow-sm);
}

.mpw-btn-accent {
  background: linear-gradient(135deg, #f2a116, #ea9708);
  color: #fff;
  box-shadow: 0 14px 28px rgba(242, 161, 22, 0.28);
}

.mpw-btn-white {
  background: #fff;
  color: var(--purple-dark);
  box-shadow: 0 12px 28px rgba(255,255,255,0.18);
}

.mpw-btn-primary:hover,
.mpw-btn-accent:hover,
.mpw-btn-white:hover {
  transform: translateY(-4px) scale(1.02);
}

.mpw-btn-secondary:hover {
  background: #faf7ff;
}

/* =========================
   HERO
========================= */
.mpw-hero {
  background: #f5f3ef;
  padding: 44px 0 90px;
}

.mpw-hero-card {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: #fff;
  border-radius: 28px;
  padding: 14px;
  box-shadow: 0 16px 40px rgba(37, 32, 70, 0.10);
  border: 1px solid rgba(40, 40, 80, 0.06);
  animation: mpwFloat 5s ease-in-out infinite;
}

.mpw-hero-card img {
  width: 100%;
  border-radius: 20px;
}

.mpw-hero-actions {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

/* =========================
   FEATURED PROGRAM
========================= */
.mpw-featured {
  background: #f7f4ef;
  padding: 95px 0;
}

.mpw-featured-grid {
  display: grid;
  grid-template-columns: minmax(420px, 560px) minmax(420px, 1fr);
  gap: 80px;
  align-items: center;
}

.mpw-featured-image-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mpw-featured-image {
  width: 100%;
  max-width: 560px;
  border-radius: 26px;
  background: #fff;
  padding: 10px;
  box-shadow: var(--shadow-lg);
  transform: rotate(-4deg);
  animation: mpwFeatureFloat 4.5s ease-in-out infinite;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.mpw-featured-image:hover {
  transform: rotate(-2deg) translateY(-10px) scale(1.02);
  box-shadow: 0 32px 70px rgba(80, 41, 145, 0.20);
}

.mpw-featured-image img {
  width: 100%;
  border-radius: 20px;
}

.mpw-featured-content {
  max-width: 620px;
}

.mpw-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #f4ead9;
  color: var(--orange-dark);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 24px;
}

.mpw-label::before {
  content: "★";
  font-size: 11px;
}

.mpw-label-purple {
  background: #ece6ff;
  color: #6f3df2;
}

.mpw-featured-content h2 {
  font-size: clamp(48px, 5vw, 68px);
  line-height: 1.08;
  margin-bottom: 22px;
  font-weight: 700;
  color: #132042;
}

.mpw-featured-content p {
  font-size: 18px;
  line-height: 1.8;
  max-width: 560px;
  margin-bottom: 30px;
}

.mpw-star {
  position: absolute;
  z-index: 2;
  width: 26px;
  height: 26px;
  animation: mpwTwinkle 2.2s ease-in-out infinite;
}

.mpw-star::before {
  content: "✦";
  display: block;
  font-size: 26px;
  color: #f2a116;
  line-height: 1;
}

.mpw-star-1 {
  left: -6px;
  bottom: -14px;
}

.mpw-star-2 {
  top: -18px;
  right: 18px;
  animation-delay: 0.8s;
}

/* =========================
   PHILOSOPHY
========================= */
.mpw-philosophy {
  background: linear-gradient(90deg, #f5f1ff 0%, #f7f3ef 100%);
  padding: 100px 0;
}

.mpw-philosophy-grid {
  display: grid;
  grid-template-columns: minmax(360px, 470px) minmax(480px, 1fr);
  gap: 78px;
  align-items: center;
}

.mpw-philosophy-left {
  position: relative;
}

.mpw-heart-badge {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), #6f3df2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 42px;
  margin: 0 auto 30px;
  box-shadow: 0 18px 36px rgba(138, 73, 255, 0.24);
  animation: mpwPulseSoft 2.8s ease-in-out infinite;
}

.mpw-activity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 18px;
  max-width: 470px;
  margin: 0 auto;
}

.mpw-activity-card {
  min-height: 106px;
  border-radius: 22px;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: var(--text);
  border: 2px solid transparent;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: var(--shadow-sm);
}

.mpw-activity-card:hover {
  transform: translateY(-6px) rotate(-1deg);
  box-shadow: var(--shadow-md);
}

.mpw-activity-icon {
  font-size: 24px;
  line-height: 1;
  animation: mpwIconBounce 2.6s ease-in-out infinite;
}

.mpw-activity-card span:last-child {
  font-size: 18px;
  font-weight: 700;
}

.mpw-activity-card.arts {
  background: #fff1f2;
  border-color: #f2c6d0;
}

.mpw-activity-card.ballet {
  background: #f4efff;
  border-color: #d8c8ff;
}

.mpw-activity-card.sports {
  background: #edf8f1;
  border-color: #b8e8ca;
}

.mpw-activity-card.violin {
  background: #fff9e7;
  border-color: #efd66b;
}

.mpw-philosophy-content h2 {
  font-size: clamp(42px, 4.8vw, 66px);
  line-height: 1.12;
  max-width: 760px;
  margin-bottom: 24px;
  font-weight: 700;
  color: #132042;
}

.mpw-philosophy-content p {
  max-width: 650px;
  font-size: 18px;
  line-height: 1.8;
}

.mpw-line {
  width: 72px;
  height: 5px;
  background: linear-gradient(90deg, #ef9c12, #f7c360);
  border-radius: 999px;
  margin-bottom: 24px;
}

/* =========================
   ABOUT
========================= */
.mpw-about {
  background: #f6f2eb;
  padding: 100px 0 110px;
}

.mpw-section-heading {
  text-align: center;
  margin-bottom: 36px;
}

.mpw-section-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #eaf2fb;
  color: #5c9ef1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-bottom: 18px;
}

.mpw-section-heading h2 {
  font-size: clamp(42px, 4vw, 60px);
  font-weight: 700;
  color: #132042;
}

.mpw-section-underline {
  width: 64px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7b39f6, #9e74ff);
  margin: 16px auto 0;
}

.mpw-about-box {
  max-width: 1120px;
  margin: 0 auto 40px;
  background: rgba(255,255,255,0.82);
  border-radius: 28px;
  padding: 54px 46px;
  box-shadow: var(--shadow-md);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.mpw-about-box::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  left: -70px;
  bottom: -90px;
  border-radius: 50%;
  background: rgba(247, 239, 227, 0.9);
}

.mpw-about-box::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -90px;
  top: -60px;
  border-radius: 50%;
  background: rgba(241, 236, 248, 0.95);
}

.mpw-about-box p {
  font-size: 18px;
  line-height: 1.8;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

.mpw-about-box p + p {
  margin-top: 24px;
}

.mpw-features-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.mpw-feature-card {
  border-radius: 22px;
  padding: 28px 16px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 2px solid transparent;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  background: #fff;
}

.mpw-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
}

.mpw-feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
}

.mpw-feature-card h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.mpw-feature-card p {
  font-size: 15px;
  line-height: 1.5;
}

.mpw-feature-card.yellow {
  background: #fffaf0;
  border-color: #ecd164;
}

.mpw-feature-card.yellow .mpw-feature-icon {
  background: rgba(236, 209, 100, 0.18);
  color: #d08b00;
}

.mpw-feature-card.pink {
  background: #fff3f7;
  border-color: #efc2cf;
}

.mpw-feature-card.pink .mpw-feature-icon {
  background: rgba(239, 194, 207, 0.22);
  color: #e33b6b;
}

.mpw-feature-card.green {
  background: #eefaf3;
  border-color: #a8e0bc;
}

.mpw-feature-card.green .mpw-feature-icon {
  background: rgba(168, 224, 188, 0.22);
  color: #3e9a5d;
}

.mpw-feature-card.purple {
  background: #f3efff;
  border-color: #cfc1ff;
}

.mpw-feature-card.purple .mpw-feature-icon {
  background: rgba(207, 193, 255, 0.24);
  color: #7140ff;
}

.mpw-feature-card.blue {
  background: #eef6ff;
  border-color: #b8d9ff;
}

.mpw-feature-card.blue .mpw-feature-icon {
  background: rgba(184, 217, 255, 0.25);
  color: #4a8fe6;
}

/* =========================
   TESTIMONIALS
========================= */
.mpw-testimonials {
  background: linear-gradient(180deg, #fbfaf7 0%, #f8f6ef 100%);
  padding: 100px 0;
}

.mpw-testimonials__heading {
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.mpw-testimonials__heading h2 {
  font-size: clamp(40px, 4.6vw, 62px);
  line-height: 1.1;
  margin-bottom: 20px;
  color: #132042;
}

.mpw-testimonials__heading p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
}

.mpw-testimonials__line {
  margin-left: auto;
  margin-right: auto;
}

.mpw-testimonials__card {
  max-width: 1120px;
  margin: 0 auto;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(24, 34, 61, 0.06);
  border-radius: 30px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(44, 36, 78, 0.08);
  backdrop-filter: blur(6px);
  overflow: hidden;
}

/* optional cleanup for Trustindex embed spacing */
.mpw-testimonials__card iframe,
.mpw-testimonials__card .ti-widget,
.mpw-testimonials__card .ti-widget-container {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .mpw-testimonials {
    padding: 70px 0;
  }

  .mpw-testimonials__heading h2 {
    font-size: 34px;
  }

  .mpw-testimonials__heading p {
    font-size: 16px;
  }

  .mpw-testimonials__card {
    border-radius: 22px;
    padding: 18px;
  }
}


/* =========================
   PRESS SECTION
========================= */
.mpw-press {
  background: linear-gradient(180deg, #fbfaf7 0%, #f7f4ef 100%);
  padding: 95px 0;
}

.mpw-press__card {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(320px, 430px);
  gap: 42px;
  align-items: center;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(24, 34, 61, 0.06);
  border-radius: 32px;
  box-shadow: 0 18px 40px rgba(44, 36, 78, 0.08);
  padding: 38px;
  overflow: hidden;
  position: relative;
}

.mpw-press__card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -90px;
  top: -70px;
  border-radius: 50%;
  background: rgba(239, 230, 255, 0.95);
  pointer-events: none;
}

.mpw-press__content {
  position: relative;
  z-index: 2;
}

.mpw-press__content h2 {
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.1;
  margin-bottom: 18px;
  color: #132042;
}

.mpw-press__content p {
  max-width: 680px;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 28px;
}

.mpw-press__line {
  margin-bottom: 22px;
}

.mpw-press__media {
  position: relative;
  z-index: 2;
}

.mpw-press__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #eef6ff;
  color: #4a8fe6;
  font-family: 'Quicksand', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.mpw-press__media-card {
  background: linear-gradient(180deg, #f5f1ff 0%, #ffffff 100%);
  border: 2px solid #ded1ff;
  border-radius: 28px;
  padding: 28px 24px;
  box-shadow: 0 14px 30px rgba(44, 36, 78, 0.06);
  text-align: center;
}

.mpw-press__icon-wrap {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, #8b4dff, #6e35e9);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 28px rgba(110, 53, 233, 0.22);
}

.mpw-press__icon {
  font-size: 34px;
  line-height: 1;
}

.mpw-press__media-card h3 {
  font-size: 26px;
  margin-bottom: 8px;
  color: #132042;
}

.mpw-press__media-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #687997;
}

/* responsive */
@media (max-width: 1100px) {
  .mpw-press__card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mpw-press__content p {
    margin-left: auto;
    margin-right: auto;
  }

  .mpw-press__line {
    margin-left: auto;
    margin-right: auto;
  }

  .mpw-press__media {
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .mpw-press {
    padding: 70px 0;
  }

  .mpw-press__card {
    padding: 24px 18px;
    border-radius: 24px;
    gap: 28px;
  }

  .mpw-press__content h2 {
    font-size: 34px;
  }

  .mpw-press__content p {
    font-size: 16px;
  }

  .mpw-press__media-card {
    border-radius: 22px;
    padding: 22px 18px;
  }

  .mpw-press__media-card h3 {
    font-size: 22px;
  }

  .mpw-press__icon-wrap {
    width: 66px;
    height: 66px;
  }

  .mpw-press__icon {
    font-size: 28px;
  }
}





/* =========================
   CTA FULL WIDTH FIX
========================= */
.mpw-cta {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  position: relative;
}

.mpw-cta-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 430px;
  background: linear-gradient(135deg, #7c3ff6 0%, #8d4cff 45%, #7740f3 100%);
  padding: 90px 20px 95px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mpw-cta-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.mpw-cta-box h2 {
  color: #fff;
  font-size: clamp(48px, 6vw, 78px);
  line-height: 1.06;
  margin-bottom: 18px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.mpw-cta-box p {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.4;
  margin-bottom: 42px;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
}

.mpw-btn-white {
  background: #fff;
  color: #6f35ea;
  min-width: 245px;
  min-height: 72px;
  padding: 20px 34px;
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(255,255,255,0.12);
  font-size: 17px;
  font-weight: 700;
}

.mpw-btn-white:hover {
  transform: translateY(-4px) scale(1.02);
  background: #ffffff;
}

/* soft glowing blobs */
.mpw-cta-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(22px);
  opacity: 0.22;
  z-index: 1;
}

.mpw-cta-shape-1 {
  width: 230px;
  height: 230px;
  background: #ffb3d8;
  right: 120px;
  bottom: -30px;
}

.mpw-cta-shape-2 {
  width: 180px;
  height: 180px;
  background: #8b5cf6;
  left: -40px;
  top: 40px;
  opacity: 0.16;
}

/* decorative stars */
.mpw-cta-spark {
  position: absolute;
  z-index: 2;
  color: rgba(255,255,255,0.45);
  line-height: 1;
  animation: mpwTwinkle 2.8s ease-in-out infinite;
}

.mpw-cta-spark-1 {
  left: 17%;
  top: 34%;
  font-size: 42px;
  color: rgba(199, 168, 255, 0.55);
}

.mpw-cta-spark-2 {
  left: 25%;
  bottom: 14%;
  font-size: 38px;
}

.mpw-cta-spark-3 {
  right: 24%;
  top: 18%;
  font-size: 24px;
}

/* mobile */
@media (max-width: 767px) {
  .mpw-cta-box {
    min-height: 340px;
    padding: 70px 18px 75px;
  }

  .mpw-cta-box h2 {
    font-size: 38px;
  }

  .mpw-cta-box p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .mpw-btn-white {
    min-width: 220px;
    min-height: 62px;
    padding: 18px 28px;
  }

  .mpw-cta-spark-1 {
    left: 8%;
    top: 28%;
    font-size: 34px;
  }

  .mpw-cta-spark-2 {
    left: 16%;
    bottom: 12%;
    font-size: 30px;
  }

  .mpw-cta-spark-3 {
    right: 12%;
    top: 18%;
  }

  .mpw-cta-shape-1 {
    width: 150px;
    height: 150px;
    right: 20px;
    bottom: -20px;
  }
}

/* =========================
   MICRO ANIMATIONS
========================= */
@keyframes mpwFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes mpwFeatureFloat {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50% { transform: rotate(-4deg) translateY(-12px); }
}

@keyframes mpwTwinkle {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.9; }
  50% { transform: scale(1.22) rotate(10deg); opacity: 1; }
}

@keyframes mpwPulseSoft {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

@keyframes mpwIconBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px) {
  .mpw-featured-grid,
  .mpw-philosophy-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .mpw-featured-content,
  .mpw-philosophy-content {
    text-align: center;
    max-width: 100%;
  }

  .mpw-featured-content p,
  .mpw-philosophy-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .mpw-line {
    margin-left: auto;
    margin-right: auto;
  }

  .mpw-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mpw-featured-image {
    max-width: 520px;
  }
}

@media (max-width: 767px) {
  .mpw-container {
    padding: 0 18px;
  }

  .mpw-homepage p {
    font-size: 16px;
  }

  .mpw-hero {
    padding: 24px 0 60px;
  }

  .mpw-featured,
  .mpw-philosophy,
  .mpw-about {
    padding: 70px 0;
  }
  .mpw-featured{
      padding: 10px 0 30px 0;
  }

  .mpw-hero-card {
    max-width: 100%;
    padding: 10px;
  }

  .mpw-featured-image {
    max-width: 360px;
    transform: none;
  }

  .mpw-featured-image:hover {
    transform: translateY(-6px) scale(1.01);
  }

  .mpw-featured-content h2,
  .mpw-philosophy-content h2,
  .mpw-section-heading h2 {
    font-size: 34px;
  }

  .mpw-cta-box h2 {
    font-size: 38px;
  }

  .mpw-cta-box p {
    font-size: 18px;
  }

  .mpw-features-grid {
    grid-template-columns: 1fr;
  }

  .mpw-activity-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .mpw-activity-card {
    min-height: 92px;
  }

  .mpw-activity-card span:last-child {
    font-size: 16px;
  }

  .mpw-about-box {
    padding: 30px 20px;
  }

  .mpw-about-box p,
  .mpw-featured-content p,
  .mpw-philosophy-content p {
    font-size: 16px;
  }

  .mpw-btn {
    width: 100%;
    max-width: 280px;
  }

  .mpw-hero-actions {
    flex-direction: column;
    align-items: center;
  }
}
.mpw-featured-image {
  display: block;
  text-decoration: none;
}/* End custom CSS */