.school-home {
    --school-green: #007547;
    --school-green-dark: #004f34;
    --school-navy: #061a3a;
    --school-muted: #647187;
    --school-border: #e7edf2;
    background: #fff;
    color: var(--school-navy);
    font-family: "Rubik", sans-serif;
    max-width: 100vw;
    overflow-x: hidden;
    width: 100%;
}

.school-home *,
.school-home *::before,
.school-home *::after {
    box-sizing: border-box;
}

.school-container {
    width: min(100% - 32px, 1200px);
    margin: 0 auto;
    max-width: 100%;
}

.school-home > section {
    max-width: 100vw;
    overflow-x: hidden;
}

.school-hero-slider {
    height: 410px;
    margin: 0;
    padding: 0 !important;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.school-hero-slider .owl-stage-outer,
.school-hero-slider .owl-stage,
.school-hero-slider .owl-item {
    height: 100%;
}

.school-hero-slider:not(.owl-loaded) .school-hero:not(:first-child),
.school-teacher-carousel:not(.owl-loaded) .school-carousel-item:nth-child(n + 7),
.school-testimonial-carousel:not(.owl-loaded) .school-carousel-item:nth-child(n + 2) {
    display: none;
}

.school-hero-slider.owl-carousel .owl-stage,
.school-hero-slider.owl-carousel .owl-item {
    display: flex;
}

.school-hero-slider.owl-carousel,
.school-teacher-carousel.owl-carousel,
.school-testimonial-carousel.owl-carousel {
    max-width: 100%;
}

.school-hero-slider .owl-stage,
.school-teacher-carousel .owl-stage,
.school-testimonial-carousel .owl-stage {
    min-width: 0;
}

.school-hero-slider .owl-dots {
    align-items: center;
    bottom: 16px !important;
    display: flex !important;
    gap: 7px;
    height: 10px;
    justify-content: center;
    left: 50%;
    line-height: 1;
    margin: 0 !important;
    position: absolute !important;
    transform: translateX(-50%);
    width: auto;
    z-index: 5;
}

.school-hero-slider .owl-dot,
.school-teacher-carousel .owl-dot,
.school-testimonial-carousel .owl-dot {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    display: inline-flex !important;
    height: 10px;
    justify-content: center;
    line-height: 1;
    margin: 0 !important;
    padding: 0 !important;
    width: auto;
}

.school-hero-slider .owl-dot span,
.school-teacher-carousel .owl-dot span,
.school-testimonial-carousel .owl-dot span {
    background: rgba(0, 117, 71, 0.22);
    border-radius: 999px;
    display: block;
    height: 7px;
    margin: 0;
    width: 7px;
}

.school-hero-slider .owl-dot.active span,
.school-teacher-carousel .owl-dot.active span,
.school-testimonial-carousel .owl-dot.active span {
    background: var(--school-green);
    width: 22px;
}

.school-hero {
    height: 100%;
    min-height: 0;
    overflow: hidden;
    width: 100%;
    background-image:
        linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.94) 33%, rgba(255, 255, 255, 0.6) 55%, rgba(255, 255, 255, 0.04) 100%),
        var(--school-hero-image);
    background-size: cover;
    background-position: center right;
    display: flex;
    align-items: center;
}

.school-hero__content {
    max-width: 500px;
    padding: 58px 0;
}

.school-hero h1 {
    color: var(--school-navy);
    font-size: 42px;
    line-height: 1.14;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 20px;
}

.school-hero h1 span {
    color: var(--school-green);
    display: block;
}

.school-hero p {
    color: #30415f;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 0 30px;
}

.school-hero__actions,
.school-btn,
.school-newsbar__inner,
.school-newsbar__label,
.school-newsbar__date,
.school-stat,
.school-about-list li,
.school-testimonial__user,
.school-section-title--with-link {
    display: flex;
    align-items: center;
}

.school-hero__actions {
    gap: 22px;
    flex-wrap: wrap;
}

.school-btn {
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    gap: 10px;
    min-height: 44px;
    padding: 0 20px;
    text-decoration: none;
}

.school-btn--primary {
    background: var(--school-green);
    color: #fff;
    box-shadow: 0 12px 24px rgba(0, 117, 71, 0.18);
}

.school-btn--primary:hover {
    background: var(--school-green-dark);
    color: #fff;
    text-decoration: none;
}

.school-btn--light {
    background: #fff;
    color: var(--school-navy);
    border: 1px solid var(--school-border);
    box-shadow: 0 10px 25px rgba(6, 26, 58, 0.08);
}

.school-btn--light:hover {
    color: var(--school-green);
    text-decoration: none;
}

.school-newsbar {
    background: linear-gradient(90deg, #002651 0%, #001f45 72%, #006d3f 100%);
    color: #fff;
    display: flex;
    align-items: center;
    height: 30px !important;
    line-height: 30px;
    margin: 0;
    min-height: 30px;
    max-height: 30px;
    overflow: hidden;
    padding: 0 !important;
}

.school-newsbar__inner {
    height: 30px !important;
    min-height: 30px;
    gap: 14px;
    overflow: hidden;
}

.school-newsbar__label,
.school-newsbar__date {
    background: var(--school-green);
    border-radius: 6px;
    color: #fff;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 800;
    gap: 8px;
    height: 22px;
    padding: 0 10px;
}

.school-newsbar__track {
    overflow: hidden;
    flex: 1;
    min-width: 0;
}

.school-newsbar__items {
    align-items: center;
    display: flex;
    gap: 34px;
    height: 30px;
    white-space: nowrap;
    animation: schoolTicker 26s linear infinite;
}

.school-newsbar__items a,
.school-newsbar__items span {
    color: #fff;
    font-size: 11px;
    line-height: 30px;
    position: relative;
    text-decoration: none;
}

.school-newsbar__items a::before,
.school-newsbar__items span::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.7;
    position: absolute;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
}

.school-stats {
    padding: 22px 0 16px;
}

.school-stats__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    background: #fff;
    border: 1px solid var(--school-border);
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(6, 26, 58, 0.08);
    padding: 16px 10px;
}

.school-stat {
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    border-right: 1px solid var(--school-border);
}

.school-stat:last-child {
    border-right: 0;
}

.school-stat i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eef8f3;
    color: var(--school-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.school-stat strong {
    color: var(--school-green);
    display: block;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

.school-stat span {
    color: #31415d;
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.school-section {
    padding: 18px 0;
}

.school-intro__grid {
    display: grid;
    grid-template-columns: minmax(540px, 1.1fr) minmax(0, 1.4fr);
    gap: 22px;
}

.school-about-card,
.school-why-card,
.school-panel,
.school-program,
.school-teacher {
    background: #fff;
    border: 1px solid var(--school-border);
    border-radius: 8px;
    box-shadow: 0 10px 32px rgba(6, 26, 58, 0.07);
}

.school-about-card {
    align-items: stretch;
    display: grid;
    grid-template-columns: minmax(210px, 0.9fr) minmax(270px, 1.1fr);
    gap: 24px;
    padding: 18px;
    min-height: 330px;
}

.school-about-card > img {
    width: 100%;
    height: 100%;
    max-height: 330px;
    min-height: 290px;
    object-fit: cover;
    object-position: center;
    border-radius: 7px;
    display: block;
}

.school-about-card > div {
    align-self: center;
    min-width: 0;
}

.school-kicker {
    color: #aa7b1e;
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.school-about-card h2,
.school-section-title h2,
.school-panel__header h2 {
    color: var(--school-navy);
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.18;
    margin: 0;
}

.school-about-card h2 {
    font-size: 21px;
    max-width: 310px;
}

.school-about-card p,
.school-why-grid p,
.school-program p,
.school-testimonial p {
    color: #34435c;
    font-size: 11.5px;
    line-height: 1.55;
}

.school-about-card p {
    margin: 8px 0 0;
    max-width: 330px;
}

.school-about-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px 12px;
    list-style: none;
    margin: 16px 0 18px;
    padding: 0;
}

.school-about-list li {
    align-items: center;
    background: #f5faf7;
    border: 1px solid #e1eee8;
    border-radius: 7px;
    gap: 10px;
    color: var(--school-navy);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 0;
    min-height: 38px;
    padding: 8px 10px;
}

.school-about-list i {
    flex: 0 0 auto;
    color: var(--school-green);
    font-size: 17px;
}

.school-about-list span {
    line-height: 1.2;
    min-width: 0;
}

.school-about-card .school-btn {
    display: inline-flex;
    min-height: 42px;
    white-space: nowrap;
}

.school-why-card {
    padding: 24px 28px;
    min-height: 330px;
}

.school-section-title {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.school-section-title::after {
    content: "";
    display: block;
    width: 68px;
    height: 2px;
    background: var(--school-green);
    margin: 12px auto 0;
}

.school-section-title--left {
    text-align: left;
    margin-bottom: 20px;
}

.school-section-title--left::after {
    margin-left: 0;
}

.school-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.school-why-grid article {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    min-height: 82px;
    padding: 15px 18px;
    border-top: 1px solid var(--school-border);
}

.school-why-grid article:nth-child(1),
.school-why-grid article:nth-child(2) {
    border-top: 0;
}

.school-why-grid article:nth-child(odd) {
    border-right: 1px solid var(--school-border);
}

.school-why-grid i {
    color: var(--school-green);
    font-size: 24px;
}

.school-why-grid h3,
.school-program h3,
.school-teacher h3 {
    color: var(--school-navy);
    font-size: 15px;
    font-weight: 900;
    margin: 0 0 6px;
}

.school-program-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.school-program {
    min-height: 160px;
    padding: 22px 18px;
    text-align: center;
}

.school-program__icon {
    align-items: center;
    border: 1px solid rgba(0, 117, 71, 0.35);
    border-radius: 50%;
    color: var(--school-green);
    display: inline-flex;
    font-size: 32px;
    height: 68px;
    justify-content: center;
    margin-bottom: 16px;
    width: 68px;
}

.school-program p,
.school-teacher p,
.school-teacher span {
    font-size: 12px;
}

.school-section-title--with-link {
    justify-content: center;
}

.school-section-title--with-link a,
.school-panel__header a {
    border: 1px solid rgba(0, 117, 71, 0.32);
    border-radius: 999px;
    color: var(--school-green);
    font-size: 12px;
    font-weight: 800;
    padding: 8px 18px;
    position: absolute;
    right: 0;
    text-decoration: none;
}

.school-teacher-carousel,
.school-testimonial-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.school-teacher-carousel .owl-stage-outer,
.school-testimonial-carousel .owl-stage-outer,
.school-hero-slider .owl-stage-outer {
    overflow: hidden;
}

.school-teacher-carousel .owl-stage {
    display: flex;
    padding: 4px 0 14px;
}

.school-teacher-carousel .owl-item,
.school-testimonial-carousel .owl-item {
    display: flex;
}

.school-carousel-item {
    width: 100%;
}

.school-teacher {
    min-height: 260px;
    padding: 16px 14px 18px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.school-teacher:hover {
    box-shadow: 0 14px 38px rgba(6, 26, 58, 0.12);
    transform: translateY(-3px);
}

.school-teacher__photo {
    background: linear-gradient(180deg, #f7fafb 0%, #eaf2f0 100%);
    border: 1px solid #dfeae6;
    border-radius: 7px;
    display: block;
    margin: 0 auto 13px;
    padding: 10px;
    width: 118px;
}

.school-teacher img {
    width: 96px;
    height: 106px;
    object-fit: cover;
    border-radius: 5px;
}

.school-teacher p {
    color: var(--school-muted);
    font-weight: 700;
    margin: 0 0 4px;
}

.school-teacher span {
    color: #1a2d4e;
    display: block;
    line-height: 1.35;
    min-height: 32px;
    overflow: hidden;
    padding: 0 4px;
}

.school-socials {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.school-socials a {
    align-items: center;
    background: #005c9e;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 22px;
    justify-content: center;
    text-decoration: none;
    width: 22px;
}

.school-teacher-carousel .owl-nav button,
.school-testimonial-carousel .owl-nav button,
.school-hero-slider .owl-nav button {
    align-items: center;
    background: #fff !important;
    border: 1px solid var(--school-border) !important;
    border-radius: 50% !important;
    box-shadow: 0 8px 22px rgba(6, 26, 58, 0.12);
    color: var(--school-green) !important;
    display: inline-flex !important;
    height: 34px;
    justify-content: center;
    margin: 0 4px !important;
    width: 34px;
}

.school-teacher-carousel .owl-nav,
.school-testimonial-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -60px;
}

.school-hero-slider .owl-nav {
    display: none;
}

.school-hero-slider .owl-nav button {
    pointer-events: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.school-hero-slider .owl-prev {
    left: 22px;
}

.school-hero-slider .owl-next {
    right: 22px;
}

.school-showcase__grid {
    display: grid;
    grid-template-columns: minmax(270px, 0.9fr) minmax(320px, 1.05fr) minmax(380px, 1.35fr);
    gap: 18px;
    min-width: 0;
}

.school-panel {
    background:
        linear-gradient(180deg, rgba(0, 117, 71, 0.035), rgba(255, 255, 255, 0) 34%),
        #fff;
    min-height: 330px;
    min-width: 0;
    overflow: hidden;
    padding: 22px;
}

.school-panel__header {
    align-items: center;
    border-bottom: 1px solid var(--school-border);
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 14px;
    position: relative;
}

.school-panel__header h2 {
    font-size: 19px;
    line-height: 1.25;
    max-width: calc(100% - 76px);
}

.school-panel__header a {
    border: 0;
    border-radius: 0;
    color: var(--school-green);
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    position: static;
}

.school-event-row {
    align-items: center;
    border-bottom: 1px solid var(--school-border);
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 14px;
    padding: 10px 0;
    text-decoration: none;
}

.school-event-row:last-child {
    border-bottom: 0;
}

.school-event-row time {
    background: var(--school-green);
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 8px 0;
    text-align: center;
}

.school-event-row time strong,
.school-event-row time span,
.school-event-row span strong,
.school-event-row span small {
    display: block;
}

.school-event-row time strong {
    font-size: 20px;
    line-height: 1;
}

.school-event-row time span,
.school-event-row span small {
    font-size: 11px;
}

.school-event-row span strong {
    color: var(--school-navy);
    font-size: 14px;
}

.school-event-row span small {
    color: var(--school-muted);
    margin-top: 3px;
}

.school-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.school-gallery-grid img {
    aspect-ratio: 1.38;
    border-radius: 7px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 0.2s ease;
}

.school-gallery-card {
    background: #eef4f7;
    border-radius: 7px;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.school-gallery-card::after {
    background: linear-gradient(180deg, transparent 32%, rgba(1, 21, 45, 0.78));
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.2s ease;
}

.school-gallery-caption {
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    left: 12px;
    line-height: 1.25;
    opacity: 0;
    position: absolute;
    right: 12px;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 1;
}

.school-gallery-card:hover img {
    transform: scale(1.04);
}

.school-gallery-card:hover::after,
.school-gallery-card:hover .school-gallery-caption {
    opacity: 1;
}

.school-gallery-card:hover .school-gallery-caption {
    transform: translateY(0);
}

.school-testimonial {
    background: #fff;
    border: 1px solid var(--school-border);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(6, 26, 58, 0.04);
    display: flex;
    flex-direction: column;
    min-height: 226px;
    padding: 24px;
    position: relative;
    width: 100%;
}

.school-testimonials,
.school-testimonial-carousel,
.school-testimonial-carousel .owl-stage-outer,
.school-teacher-carousel,
.school-teacher-carousel .owl-stage-outer {
    max-width: 100%;
    min-width: 0;
}

.school-testimonial-carousel .owl-stage-outer,
.school-teacher-carousel .owl-stage-outer {
    overflow: hidden !important;
    width: 100%;
}

.school-testimonial-carousel .owl-stage {
    display: flex;
    padding: 2px 0 18px;
}

.school-testimonial-carousel .owl-dots {
    align-items: center;
    display: flex;
    gap: 6px;
    height: 10px;
    margin-top: 4px;
}

.school-testimonial-carousel:not(.owl-loaded),
.school-teacher-carousel:not(.owl-loaded) {
    display: block;
}

.school-testimonial-carousel:not(.owl-loaded) .school-carousel-item,
.school-teacher-carousel:not(.owl-loaded) .school-carousel-item {
    width: 100%;
}

.school-testimonial + .school-testimonial {
    padding-top: 22px;
}

.school-testimonial:last-child {
    border-bottom: 1px solid var(--school-border);
}

.school-testimonial__quote {
    color: var(--school-green);
    font-size: 34px;
    line-height: 1;
}

.school-stars {
    color: #ffb100;
    font-size: 14px;
    letter-spacing: 0;
    margin: 8px 0 10px;
}

.school-testimonial p {
    margin-bottom: 0;
}

.school-testimonial__user {
    border-top: 1px solid var(--school-border);
    gap: 10px;
    margin-top: auto;
    padding-top: 16px;
}

.school-testimonial-carousel .owl-item .school-testimonial__user img,
.school-testimonial__user img {
    background: #eef8f3;
    border: 2px solid #fff;
    box-shadow: 0 5px 14px rgba(6, 26, 58, 0.14);
    border-radius: 50%;
    flex: 0 0 46px;
    height: 46px !important;
    object-fit: cover;
    width: 46px !important;
}

.school-testimonial__user strong,
.school-testimonial__user small {
    display: block;
}

.school-testimonial__user strong {
    font-size: 13px;
}

.school-testimonial__user small {
    color: var(--school-muted);
    font-size: 11px;
}

.school-newsletter {
    background: linear-gradient(90deg, #006d3f 0%, #004f34 100%);
    color: #fff;
    padding: 26px 0;
}

.school-newsletter__inner {
    align-items: center;
    display: grid;
    grid-template-columns: 72px 1fr 1.65fr;
    gap: 26px;
}

.school-newsletter__icon {
    align-items: center;
    border: 3px solid rgba(255, 255, 255, 0.76);
    border-radius: 50%;
    display: flex;
    font-size: 38px;
    height: 72px;
    justify-content: center;
    width: 72px;
}

.school-newsletter h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 800;
    margin: 0 0 6px;
}

.school-newsletter p {
    color: #fff;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.school-newsletter__form {
    display: grid;
    grid-template-columns: 1fr auto;
}

.school-newsletter__form input,
.school-newsletter__form button {
    border: 0;
    min-height: 50px;
}

.school-newsletter__form input {
    border-radius: 6px 0 0 6px;
    color: var(--school-navy);
    padding: 0 22px;
}

.school-newsletter__form button {
    background: var(--school-green-dark);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 0 6px 6px 0;
    color: #fff;
    font-weight: 800;
    padding: 0 24px;
}

.school-empty {
    color: var(--school-muted);
    font-size: 13px;
}

@keyframes schoolTicker {
    from {
        transform: translateX(15%);
    }
    to {
        transform: translateX(-100%);
    }
}

@media (max-width: 1199.98px) {
    .school-stats__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .school-stat:nth-child(3) {
        border-right: 0;
    }

    .school-program-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .school-intro__grid {
        grid-template-columns: 1fr;
    }

    .school-showcase__grid {
        grid-template-columns: minmax(250px, 0.9fr) minmax(280px, 1fr) minmax(320px, 1.15fr);
    }
}

@media (max-width: 991.98px) {
    .school-hero-slider {
        height: 360px;
    }

    .school-hero {
        background-image:
            linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
            var(--school-hero-image);
    }

    .school-hero h1 {
        font-size: 34px;
    }

    .school-about-card {
        grid-template-columns: 1fr;
    }

    .school-showcase__grid {
        grid-template-columns: 1fr;
    }

    .school-about-card > img {
        height: 280px;
    }

    .school-newsletter__inner {
        grid-template-columns: 60px 1fr;
    }

    .school-newsletter__form {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .school-container {
        width: min(100% - 24px, 1200px);
    }

    .school-newsbar__inner {
        flex-wrap: nowrap;
        padding: 0;
    }

    .school-newsbar__label {
        font-size: 10px;
        gap: 6px;
        padding: 0 8px;
    }

    .school-newsbar__track {
        flex-basis: auto;
        order: 0;
    }

    .school-newsbar__date {
        display: none;
    }

    .school-stats__grid,
    .school-program-grid,
    .school-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .school-stat {
        border-right: 0;
        justify-content: flex-start;
        padding-left: 18px;
    }

    .school-why-grid article,
    .school-why-grid article:nth-child(odd) {
        border-right: 0;
    }

    .school-why-grid article:nth-child(2) {
        border-top: 1px solid var(--school-border);
    }

    .school-section-title--with-link {
        align-items: center;
        flex-direction: column;
        gap: 14px;
    }

    .school-section-title--with-link a {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .school-hero-slider {
        height: auto;
    }

    .school-hero {
        min-height: 360px;
    }

    .school-hero__content {
        padding: 42px 0;
    }

    .school-hero h1 {
        font-size: 28px;
    }

    .school-hero__actions {
        gap: 10px;
    }

    .school-btn {
        font-size: 12px;
        min-height: 40px;
        padding: 0 14px;
    }

    .school-stats__grid,
    .school-program-grid,
    .school-why-grid,
    .school-gallery-grid {
        grid-template-columns: 1fr;
    }

    .school-about-card,
    .school-why-card,
    .school-panel {
        padding: 18px;
    }

    .school-about-list {
        grid-template-columns: 1fr;
    }

    .school-about-card .school-btn {
        justify-content: center;
        white-space: normal;
        width: 100%;
    }

    .school-newsletter__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .school-newsletter__icon {
        margin: 0 auto;
    }

    .school-newsletter__form {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .school-newsletter__form input,
    .school-newsletter__form button {
        border-radius: 6px;
    }
}
