/* ========================================================================== 
   Little Geniuses - Mobile Overrides
   Loaded after style.css and responsive.css on every page.
   ========================================================================== */

@media (max-width: 767px) {
  :root {
    --mobile-gutter: clamp(1rem, 4.5vw, 1.35rem);
  }

  html {
    scroll-padding-top: 82px;
  }

  body {
    min-width: 0;
    font-size: 15px;
    overflow-x: clip;
  }

  img,
  svg,
  video,
  iframe {
    max-width: 100%;
  }

  p,
  li,
  a,
  span,
  h1,
  h2,
  h3,
  h4 {
    overflow-wrap: anywhere;
  }

  .container,
  .header .container {
    width: 100%;
    max-width: 100%;
    padding-inline: var(--mobile-gutter);
  }

  body > section:not(.hero):not(.page-banner-immersive) {
    padding-block: 2.5rem !important;
  }

  .top-announcement {
    min-height: 40px;
    padding: 0.5rem 2.4rem 0.5rem 0.75rem;
    padding-inline-start: 3.25rem;
    font-size: 0.73rem;
    line-height: 1.55;
    gap: 0.4rem;
  }

  .top-announcement a {
    padding: 0.2rem 0.55rem;
  }

  .announcement-close {
    position: absolute;
    inset-inline-start: 0.55rem;
    width: 40px;
    height: 40px;
    margin: 0;
  }

  .header {
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .nav-container {
    min-height: 64px;
    padding-block: 0.55rem;
    gap: 0.5rem;
  }

  .brand-logo {
    min-width: 0;
    gap: 0.55rem;
  }

  .brand-logo-img {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .brand-title-en {
    font-size: clamp(1rem, 5vw, 1.2rem);
    white-space: nowrap;
  }

  .nav-actions {
    gap: 0.4rem;
  }

  .nav-actions > .btn-nav-tour,
  .nav-actions > .nav-phone-pill {
    display: none;
  }

  .nav-toggle-btn {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
  }

  .nav-links-wrapper {
    position: fixed !important;
    inset-block: 0;
    width: min(88vw, 350px);
    max-width: calc(100vw - 28px);
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100dvh;
    padding: 1.25rem 1rem;
    overflow-x: hidden;
    overflow-y: auto !important;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    scrollbar-gutter: stable;
    z-index: 1080 !important;
  }

  .nav-links-wrapper > * {
    flex-shrink: 0;
  }

  .nav-drawer-footer {
    padding-bottom: max(0.5rem, env(safe-area-inset-bottom));
  }

  .nav-link,
  .nav-drawer-close,
  .nav-drawer-footer .btn {
    min-height: 48px;
  }

  .nav-drawer-close {
    width: 44px;
    min-width: 44px;
  }

  .admissions-steps-section {
    padding-block: 2.25rem !important;
  }

  .admissions-steps-section .section-header {
    margin-bottom: 1.35rem;
  }

  .admissions-steps-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.8rem !important;
  }

  .admission-step-card {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    align-items: center;
    column-gap: 0.75rem;
    row-gap: 0.55rem;
    padding: 1rem !important;
    border-radius: 18px !important;
  }

  .admission-step-number {
    grid-column: 1;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    font-size: 1.05rem !important;
    flex: 0 0 40px;
  }

  .admission-step-title {
    grid-column: 2;
    margin: 0 !important;
    font-size: 1.02rem !important;
    line-height: 1.45;
  }

  .admission-step-description {
    grid-column: 1 / -1;
    margin: 0 !important;
    font-size: 0.86rem !important;
    line-height: 1.65 !important;
  }

  .hero {
    min-height: auto;
    padding: 3.5rem 0 3.75rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .hero-content,
  .hero-transportation .hero-content {
    width: 100%;
    max-width: 100%;
    justify-self: stretch;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }

  .hero.hero-home {
    min-height: calc(100vh - var(--hero-top-offset, 0px));
    min-height: calc(100svh - var(--hero-top-offset, 0px));
    padding: 1.35rem 0 1.6rem;
    align-items: center;
  }

  .hero-home .hero-content {
    gap: 0.72rem;
    position: relative;
    top: -2rem;
  }

  .hero-title {
    max-width: 100%;
    font-size: clamp(1.85rem, 9vw, 2.35rem);
    line-height: 1.28;
  }

  .hero-home .hero-title {
    font-size: clamp(2rem, 9vw, 2.35rem);
    line-height: 1.42;
  }

  .hero-home .hero-desc {
    max-width: 36rem;
    font-size: 0.92rem;
    line-height: 1.75;
  }

  .hero-desc {
    max-width: 38rem;
    margin-inline: auto;
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .hero-badge-pill {
    max-width: 100%;
    padding: 0.42rem 0.85rem;
    font-size: 0.78rem;
    text-align: center;
  }

  .hero-home .hero-badge-pill {
    padding: 0.42rem 0.8rem;
    font-size: 0.82rem;
  }

  .hero-cta-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.75rem;
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
  }

  .hero-cta-group .btn {
    width: 100%;
    min-height: 50px;
    padding-inline: 1rem;
  }

  .hero-home .hero-cta-group {
    max-width: 315px;
    gap: 0.65rem;
    margin-top: 0;
  }

  .hero-home .hero-cta-group .btn {
    min-height: 46px;
    padding: 0.55rem 0.8rem;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .hero-home .hero-proof {
    display: none;
  }

  .hero-proof {
    width: 100%;
    max-width: 420px;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
    text-align: center;
  }

  .hero-avatars {
    margin: 0;
  }

  .hero-scene-badges {
    display: none;
  }

  .quick-stage-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    width: 100%;
  }

  .quick-stage-chips .chip-btn {
    width: 100%;
    min-height: 48px;
    padding: 0.5rem 0.35rem;
    justify-content: center;
    text-align: center;
    line-height: 1.35;
    white-space: normal;
  }

  .page-banner-immersive {
    min-height: 250px;
    padding: 3.25rem 0 3rem;
  }

  .page-banner-immersive .hero-title {
    font-size: clamp(1.8rem, 8vw, 2.15rem) !important;
  }

  .page-banner-immersive .hero-desc {
    font-size: 0.96rem;
  }

  .section-header {
    margin-bottom: 1.5rem;
  }

  .section-title {
    font-size: clamp(1.6rem, 7.5vw, 1.95rem);
    line-height: 1.4;
  }

  .section-subtitle {
    font-size: 0.96rem;
    line-height: 1.75;
  }

  .btn,
  button,
  input[type="submit"] {
    min-height: 46px;
  }

  .pillars-grid,
  .programs-grid,
  .gallery-grid,
  .testimonials-grid,
  .bus-features-list,
  .bus-features-glass-grid,
  .cta-grid,
  .footer-grid,
  .form-row,
  .modal-card .form-row,
  .cta-form-row,
  .cta-contact-row {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .program-card,
  .pillar-card,
  .testimonial-card,
  .route-overview-card,
  .program-detail-card,
  .program-detail-card--reverse {
    width: 100%;
    max-width: 100%;
  }

  .programs-grid,
  .gallery-grid,
  .testimonials-grid {
    gap: 1rem;
  }

  .program-thumb {
    height: 135px;
  }

  .program-body {
    gap: 0.55rem;
    padding: 0.9rem;
  }

  .program-name {
    font-size: 1.05rem;
  }

  .program-summary {
    display: -webkit-box;
    overflow: hidden;
    font-size: 0.84rem;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .program-features {
    gap: 0.35rem;
    padding-top: 0.7rem;
    font-size: 0.8rem;
  }

  .program-card .btn,
  .age-tool-callout .btn,
  .gallery-section .btn {
    width: auto !important;
    min-height: 44px;
    margin: 0.65rem auto 0 !important;
    padding: 0.62rem 1.1rem;
    font-size: 0.82rem;
  }

  .age-tool-callout-inner {
    justify-content: center !important;
    gap: 1rem !important;
    text-align: center;
  }

  .age-tool-callout-inner > div {
    width: 100%;
  }

  .age-tool-callout h3 {
    font-size: 1.15rem !important;
    line-height: 1.55;
  }

  .age-tool-callout p {
    margin-top: 0.35rem;
    font-size: 0.85rem !important;
    line-height: 1.65;
  }

  .gallery-item {
    height: 205px;
    border-radius: 20px;
  }

  .gallery-overlay {
    padding: 1rem;
  }

  .gallery-overlay h4 {
    font-size: 1rem;
  }

  .gallery-overlay p {
    font-size: 0.78rem;
  }

  .gallery-footer-action {
    margin-top: 1.25rem !important;
  }

  .gallery-all-btn {
    width: min(100%, 290px) !important;
    max-width: 290px;
    white-space: normal;
    line-height: 1.5;
    font-size: 0.76rem !important;
  }

  .testimonial-card {
    gap: 0.8rem;
    padding: 1.2rem 1rem;
    border-radius: 20px;
  }

  .testimonial-text {
    font-size: 0.86rem;
    line-height: 1.7;
  }

  .testimonial-author {
    gap: 0.65rem;
  }

  .author-avatar {
    width: 42px;
    height: 42px;
  }

  .mobile-collapsible-grid > :nth-child(n + 3) {
    display: none;
  }

  .mobile-collapsible-grid.is-expanded > :nth-child(n + 3) {
    display: flex;
  }

  .gallery-grid.mobile-collapsible-grid.is-expanded > :nth-child(n + 3) {
    display: block;
  }

  .mobile-show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: fit-content;
    min-width: 132px;
    min-height: 44px;
    margin: 1.15rem auto 0;
    padding: 0.55rem 1rem;
    border: 1px solid var(--border);
    border-radius: var(--radius-full);
    background: #FFFFFF;
    color: var(--secondary-dark);
    box-shadow: var(--shadow-sm);
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
  }

  .mobile-toggle-icon {
    transition: transform var(--transition-fast);
  }

  .mobile-show-more[aria-expanded="true"] .mobile-toggle-icon {
    transform: rotate(180deg);
  }

  .trust-pillars {
    padding-block: 2rem !important;
  }

  .pillars-grid {
    gap: 0.8rem;
  }

  .pillar-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    gap: 0.65rem 0.75rem;
    min-height: auto;
    padding: 1rem;
    border-radius: 20px;
    text-align: right;
  }

  .pillar-icon-box {
    grid-column: 1;
    grid-row: 1;
    width: 48px;
    height: 48px;
    margin: 0;
    border-radius: 14px;
  }

  .pillar-icon-svg {
    width: 24px;
    height: 24px;
  }

  .pillar-title {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: 1rem;
    line-height: 1.45;
  }

  .pillar-desc {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.65;
  }

  .program-detail-card,
  .program-detail-card--reverse {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "media" "content";
    gap: 1.25rem;
    padding: 1rem;
  }

  .program-detail-media {
    height: clamp(220px, 65vw, 300px);
    border-radius: 18px;
  }

  .program-detail-content h2 {
    font-size: 1.55rem !important;
  }

  .program-detail-content .btn,
  .programs-hero-cta {
    width: 100%;
  }

  .routes-overview-grid {
    gap: 1rem;
  }

  .route-overview-card {
    flex-basis: 100%;
    min-height: auto;
    padding: 1.25rem;
  }

  .route-overview-head {
    flex-wrap: wrap;
  }

  .route-overview-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .route-details-btn {
    width: 100%;
  }

  #homeBusResult {
    max-width: 100%;
    padding: 1rem !important;
    overflow: hidden;
  }

  .home-bus-details-link {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 0.55rem 0.7rem;
    border-radius: 16px;
    font-size: 0.78rem;
    line-height: 1.5;
    white-space: normal;
  }

  .home-bus-details-link span {
    display: block;
    width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }

  .bus-immersive-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .bus-highlight-section {
    min-height: auto;
    padding: 2.5rem 0 !important;
  }

  .bus-highlight-section .container {
    display: flex;
    justify-content: center;
  }

  .bus-highlight-section .bus-immersive-grid {
    width: 100%;
    max-width: 420px;
  }

  .bus-highlight-section .bus-immersive-content {
    width: 100%;
    max-width: 380px;
    margin-inline: auto;
    align-items: center;
    gap: 0.65rem;
    text-align: center;
  }

  .bus-highlight-section .badge-tag {
    margin-inline: auto;
  }

  .bus-highlight-title {
    max-width: 350px;
    margin: 0.2rem auto 0;
    font-size: clamp(1.45rem, 7vw, 1.8rem);
    line-height: 1.32;
    text-align: center;
  }

  .bus-highlight-desc {
    max-width: 360px;
    margin: 0 auto;
    font-size: 0.86rem;
    line-height: 1.65;
    text-align: center;
  }

  .bus-highlight-section .bus-features-glass-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.55rem;
    margin: 0.75rem auto;
  }

  .bus-highlight-section .bus-feat-glass-item {
    min-width: 0;
    min-height: 118px;
    padding: 0.7rem 0.45rem;
    flex-direction: column;
    justify-content: center;
    gap: 0.45rem;
    border-radius: 16px;
    text-align: center;
  }

  .bus-highlight-section .bus-feat-glass-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 1rem;
  }

  .bus-highlight-section .bus-feat-glass-text h5 {
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .bus-highlight-section .bus-feat-glass-text p {
    font-size: 0.69rem;
    line-height: 1.45;
  }

  .bus-highlight-actions {
    width: 100%;
    max-width: 250px;
    margin: 0.35rem auto 0;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
  }

  .bus-highlight-actions .btn {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 44px;
    padding: 0.5rem 0.75rem;
    font-size: 0.78rem;
    justify-content: center;
  }

  .bus-immersive-decor {
    display: none;
  }

  input,
  select,
  textarea,
  .form-control {
    max-width: 100%;
    font-size: 16px !important;
  }

  textarea {
    min-height: 120px;
  }

  table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .modal-backdrop {
    padding: 0.75rem;
  }

  .modal-card {
    width: 100%;
    max-height: calc(100dvh - 1.5rem);
    padding: 1.5rem 1rem;
    border-radius: 22px;
    overflow-y: auto;
  }

  .faq-container {
    gap: 0.65rem;
  }

  .faq-question {
    min-height: 56px;
    padding: 0.9rem 1rem;
    gap: 0.65rem;
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .faq-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    font-size: 1rem;
  }

  .faq-answer {
    padding-inline: 1rem;
    font-size: 0.85rem;
    line-height: 1.65;
  }

  .faq-item.active .faq-answer {
    padding-bottom: 0.95rem;
  }

  .footer {
    padding: 1.5rem 0 0.75rem;
    font-size: 0.8rem;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 0.9rem;
    row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .footer-about {
    grid-column: 1 / -1;
    gap: 0.5rem;
  }

  .footer-grid > .footer-column:last-child {
    grid-column: 1 / -1;
  }

  .footer-logo {
    gap: 0.5rem;
  }

  .footer-logo img,
  .footer-logo-box {
    width: 34px !important;
    height: 34px !important;
    border-radius: 9px !important;
  }

  .footer-logo h3 {
    font-size: 1.05rem !important;
  }

  .footer-desc {
    font-size: 0.76rem;
    line-height: 1.5;
  }

  .footer-column h4 {
    margin-bottom: 0.4rem;
    padding-bottom: 0.28rem;
    font-size: 0.9rem;
  }

  .footer-column h4::after {
    width: 26px;
    height: 2px;
  }

  .footer-links {
    gap: 0.08rem;
  }

  .footer-links a {
    min-height: 30px;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1.35;
  }

  .footer-contact-info {
    gap: 0.38rem;
  }

  .footer-contact-item {
    gap: 0.4rem;
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .footer-contact-icon {
    font-size: 0.95rem;
  }

  .footer-socials {
    gap: 0.4rem;
    margin-top: 0.1rem;
  }

  .footer-socials .social-link {
    width: 40px;
    height: 40px;
  }

  .footer-socials .social-link svg,
  .footer-socials .social-link .gmail-mark {
    width: 19px;
    height: 19px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.25rem;
    padding-top: 0.65rem;
    text-align: center;
    font-size: 0.68rem;
    line-height: 1.4;
  }

  .floating-whatsapp {
    left: max(1rem, env(safe-area-inset-left));
    bottom: max(1rem, env(safe-area-inset-bottom));
    width: 62px;
    height: 62px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
  }

  .floating-whatsapp .whatsapp-icon-svg {
    width: 34px;
    height: 34px;
    padding: 0;
  }

  .floating-whatsapp span,
  .dock-status-pill {
    display: none;
  }

  .floating-dock {
    left: max(0.75rem, env(safe-area-inset-left));
    right: auto;
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    max-width: calc(100vw - 1.5rem);
  }
}

@media (max-width: 479px) {
  :root {
    --mobile-gutter: 1rem;
  }

  .brand-title-en {
    font-size: 1rem;
  }

  .hero {
    padding-block: 3rem;
  }

  .hero.hero-home {
    min-height: calc(100vh - var(--hero-top-offset, 0px));
    min-height: calc(100svh - var(--hero-top-offset, 0px));
    padding: 0.9rem 0 1.1rem;
  }

  .hero-title {
    font-size: clamp(1.75rem, 9vw, 2rem);
  }

  .hero-home .hero-title {
    font-size: clamp(2rem, 9vw, 2.25rem);
    line-height: 1.42;
  }

  .hero-home .hero-desc {
    font-size: 0.9rem;
    line-height: 1.72;
  }

  .hero-home .hero-cta-group {
    max-width: 330px;
  }

  .hero-home .hero-cta-group .btn {
    min-height: 46px;
    font-size: 0.86rem;
  }

  .hero-proof-text {
    font-size: 0.82rem;
  }

  .avatar-item {
    width: 40px;
    height: 40px;
  }

  .cta-box,
  .bus-banner-content {
    padding: 1.25rem 1rem;
    border-radius: 22px;
  }

  .route-code-pill {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .admissions-calculator-section {
    padding-block: 2rem !important;
  }

  .admissions-calculator-section .section-header {
    margin-bottom: 1.25rem !important;
  }

  .age-calculator-card {
    width: min(100%, 360px);
    margin-inline: auto;
    padding: 1rem !important;
    border-radius: 22px !important;
    box-shadow: var(--shadow-sm) !important;
  }

  #ageCalculatorForm {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.75rem !important;
    align-items: stretch !important;
  }

  #ageCalculatorForm .form-group {
    width: 100%;
    min-width: 0 !important;
  }

  #ageCalculatorForm label {
    margin-bottom: 0.35rem !important;
    font-size: 0.9rem !important;
    line-height: 1.5;
  }

  #childBirthDate {
    min-height: 48px;
    padding: 0.65rem 0.8rem !important;
    font-size: 16px !important;
  }

  #ageCalculatorForm .btn {
    display: flex;
    width: min(100%, 250px);
    height: auto !important;
    min-height: 48px;
    margin-inline: auto;
    padding: 0.65rem 0.8rem;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .page-admissions .admissions-fees-cta {
    display: flex;
    width: min(100%, 250px) !important;
    min-height: 44px;
    margin-inline: auto;
    padding: 0.55rem 0.85rem;
    font-size: 0.84rem;
    line-height: 1.4;
    white-space: normal;
  }

  #calculatorResult {
    margin-top: 1.25rem !important;
    padding-top: 1.25rem !important;
  }

  .admissions-documents-section {
    padding-block: 2.25rem !important;
  }

  .admissions-documents-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.25rem !important;
    align-items: start !important;
  }

  .admissions-documents-content,
  .documents-checklist-card,
  .admissions-fees-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .admissions-documents-content > h2 {
    margin-block: 0.5rem 0.65rem !important;
    font-size: 1.55rem !important;
    line-height: 1.4;
  }

  .admissions-documents-content > p {
    margin-bottom: 1rem !important;
    font-size: 0.88rem !important;
    line-height: 1.7 !important;
  }

  .documents-checklist-card {
    padding: 0.9rem !important;
    border-radius: 20px !important;
  }

  .checklist-summary {
    align-items: stretch !important;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.7rem !important;
  }

  .checklist-summary > span:first-child {
    font-size: 0.88rem !important;
    text-align: center;
  }

  .checklist-summary > span:last-child {
    align-self: center;
    font-size: 0.72rem !important;
    white-space: nowrap;
  }

  .checklist-item {
    min-height: 64px;
    gap: 0.65rem;
    padding: 0.7rem 0.75rem;
    border-radius: 14px;
  }

  .checklist-item:hover {
    transform: none;
  }

  .checklist-box {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .checklist-title {
    min-width: 0;
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .checklist-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.6rem !important;
    margin-top: 1rem !important;
  }

  .checklist-actions .btn {
    width: 100%;
    min-height: 44px;
    padding-inline: 0.75rem;
    font-size: 0.8rem;
  }

  .admissions-fees-card {
    padding: 1.1rem !important;
    border-radius: 22px !important;
  }

  .admissions-fees-card h3 {
    font-size: 1.3rem !important;
    line-height: 1.45;
  }

  .admissions-fees-card > p {
    margin-bottom: 1rem !important;
    font-size: 0.86rem !important;
  }

  .admissions-fees-card > div > div {
    padding: 0.9rem !important;
  }

  .banner-contact {
    min-height: 225px;
    padding-block: 2.5rem 2.25rem;
  }

  .banner-contact .hero-badge-pill {
    margin-bottom: 0.65rem !important;
  }

  .banner-contact .hero-title {
    margin-bottom: 0.65rem !important;
  }

  .contact-main-section {
    padding-block: 2rem !important;
  }

  .contact-main-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.25rem !important;
  }

  .contact-info-list {
    display: grid !important;
    gap: 0.85rem !important;
  }

  .contact-info-card {
    padding: 1rem !important;
    gap: 0.8rem !important;
    border-radius: 20px !important;
  }

  .contact-info-icon {
    width: 44px !important;
    height: 44px !important;
    font-size: 1.35rem !important;
  }

  .contact-info-card h4 {
    font-size: 1.02rem !important;
    line-height: 1.45;
  }

  .contact-info-card p {
    font-size: 0.86rem !important;
    line-height: 1.65 !important;
  }

  .contact-info-card a {
    font-size: 0.92rem !important;
    line-height: 1.6;
  }

  .contact-form-card {
    padding: 1.25rem 1rem !important;
    border-radius: 24px !important;
  }

  .contact-form-card h3 {
    font-size: 1.4rem !important;
    line-height: 1.45;
  }

  .contact-form-card > p {
    margin-bottom: 1.25rem !important;
    font-size: 0.88rem !important;
    line-height: 1.7;
  }

  .contact-form-row {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .contact-form-card .form-control {
    width: 100%;
    min-height: 50px;
  }

  .contact-form-card textarea.form-control {
    min-height: 120px;
  }

  .contact-form-card .btn {
    min-height: 52px;
  }

  .contact-map-section {
    padding-block: 2.25rem !important;
  }

  .contact-map-card {
    border-radius: 22px !important;
  }

  .contact-map-visual {
    height: auto !important;
    min-height: 310px;
    padding: 1.5rem 1rem !important;
  }

  .contact-map-pin {
    width: 58px !important;
    height: 58px !important;
    font-size: 1.75rem !important;
  }

  .contact-map-visual h3 {
    font-size: 1.35rem !important;
  }

  .contact-map-visual p {
    font-size: 0.9rem !important;
    line-height: 1.7;
  }

  .contact-map-button {
    width: 100%;
    max-width: 330px;
    padding-inline: 0.8rem;
    font-size: 0.86rem;
    line-height: 1.45;
    white-space: normal;
  }

  .contact-map-directions {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    padding: 0.5rem 1rem !important;
  }

  .contact-map-directions > div {
    padding-block: 0.9rem;
    border-bottom: 1px solid var(--border);
  }

  .contact-map-directions > div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 359px) {
  .brand-text {
    display: none;
  }

  .top-announcement a {
    display: none;
  }

  .hero-title {
    font-size: 1.65rem;
  }

  .hero-home .hero-title {
    font-size: 1.9rem;
    line-height: 1.4;
  }
}

/* About page: compact, readable mobile composition */
@media (max-width: 767px) {
  .page-about .hero-about {
    min-height: auto;
    padding: 2.35rem 0 2.6rem;
  }

  .page-about .hero-about .hero-content {
    gap: 0.8rem;
  }

  .page-about .hero-about .hero-title {
    font-size: clamp(1.8rem, 8.5vw, 2.15rem);
    line-height: 1.34;
  }

  .page-about .hero-about .hero-desc {
    max-width: 34rem;
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .page-about .hero-about .hero-cta-group {
    max-width: 250px;
    gap: 0.55rem;
    margin-top: 0.15rem;
  }

  .page-about .hero-about .hero-cta-group .btn,
  .page-about .about-cta-section .btn {
    min-height: 44px;
    padding: 0.55rem 0.85rem;
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .page-about .about-values-section,
  .page-about .about-care-section,
  .page-about .about-team-section,
  .page-about .about-cta-section {
    padding-block: 2rem !important;
  }

  .page-about .about-values-grid,
  .page-about .about-care-grid,
  .page-about .about-team-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.85rem !important;
  }

  .page-about .about-value-card,
  .page-about .about-care-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 0.85rem;
    row-gap: 0.25rem;
    align-items: start;
    padding: 1.1rem !important;
    border-radius: 18px !important;
  }

  .page-about .about-value-card .about-feature-icon,
  .page-about .about-care-card .about-feature-icon {
    grid-row: 1 / span 2;
    width: 46px;
    height: 46px;
    margin: 0;
    border-radius: 14px;
  }

  .page-about .about-value-card .about-feature-icon svg,
  .page-about .about-care-card .about-feature-icon svg {
    width: 25px;
    height: 25px;
  }

  .page-about .about-value-card h3,
  .page-about .about-care-card h4 {
    margin: 0 !important;
    font-size: 1.05rem !important;
    line-height: 1.45;
  }

  .page-about .about-value-card p,
  .page-about .about-care-card p {
    margin: 0;
    font-size: 0.85rem !important;
    line-height: 1.65 !important;
  }

  .page-about .about-care-section .section-header,
  .page-about .about-team-section .section-header {
    margin-bottom: 1.1rem;
  }

  .page-about .about-care-section .section-title,
  .page-about .about-team-section .section-title {
    font-size: clamp(1.45rem, 7vw, 1.75rem);
    line-height: 1.38;
  }

  .page-about .about-care-section .section-subtitle,
  .page-about .about-team-section .section-subtitle {
    font-size: 0.88rem;
    line-height: 1.65;
  }

  .page-about .badge-tag {
    padding: 0.34rem 0.75rem;
    font-size: 0.75rem;
  }

  .page-about .about-team-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 0.85rem;
    row-gap: 0.2rem;
    align-items: center;
    padding: 1rem !important;
    text-align: right !important;
    border-radius: 18px !important;
  }

  .page-about .about-team-card .about-team-icon {
    grid-row: 1 / span 3;
    width: 58px;
    height: 58px;
    margin: 0;
  }

  .page-about .about-team-card .about-team-icon svg {
    width: 29px;
    height: 29px;
  }

  .page-about .about-team-card h4 {
    margin: 0;
    font-size: 1.02rem !important;
    line-height: 1.4;
  }

  .page-about .about-team-card > span {
    margin-bottom: 0 !important;
    font-size: 0.78rem !important;
    line-height: 1.45;
  }

  .page-about .about-team-card p {
    margin: 0;
    font-size: 0.82rem !important;
    line-height: 1.6 !important;
  }

  .page-about .about-cta-content h2 {
    margin-bottom: 0.65rem !important;
    font-size: 1.5rem !important;
    line-height: 1.4;
  }

  .page-about .about-cta-content p {
    max-width: 30rem;
    margin: 0 auto 1.15rem !important;
    font-size: 0.88rem !important;
    line-height: 1.65 !important;
  }

  .page-about .about-cta-section .btn {
    width: auto;
    min-width: 210px;
  }

  .page-about .floating-whatsapp {
    width: 54px;
    height: 54px;
  }

  .page-about .floating-whatsapp .whatsapp-icon-svg {
    width: 29px;
    height: 29px;
  }
}

/* Unified compact mobile scale across all site pages */
@media (max-width: 767px) {
  body > section:not(.hero):not(.page-banner-immersive) {
    padding-block: 2rem !important;
  }

  .section-header {
    margin-bottom: 1.1rem;
  }

  .section-title {
    font-size: clamp(1.4rem, 6.8vw, 1.72rem);
    line-height: 1.38;
  }

  .section-subtitle {
    font-size: 0.86rem;
    line-height: 1.65;
  }

  .badge-tag {
    padding: 0.3rem 0.68rem;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  body > section .btn,
  body > section button:not(.nav-toggle-btn):not(.announcement-close):not(.modal-close-btn) {
    min-height: 44px;
    padding: 0.5rem 0.8rem;
    font-size: 0.8rem;
    line-height: 1.4;
  }

  body > section .btn-lg {
    min-height: 44px;
    padding: 0.55rem 0.9rem;
    font-size: 0.82rem;
  }

  .page-banner-immersive {
    min-height: 210px;
    padding: 2.2rem 0 2rem;
  }

  .page-banner-immersive .hero-title {
    font-size: clamp(1.55rem, 7.4vw, 1.9rem) !important;
  }

  .page-banner-immersive .hero-desc {
    font-size: 0.84rem;
    line-height: 1.65;
  }

  input,
  select,
  .form-control,
  .form-input {
    min-height: 44px;
    padding-block: 0.55rem !important;
  }

  .floating-whatsapp {
    width: 52px;
    height: 52px;
  }

  .floating-whatsapp .whatsapp-icon-svg {
    width: 28px;
    height: 28px;
  }

  /* Homepage */
  .page-home .hero-home .hero-cta-group {
    max-width: 250px;
    gap: 0.45rem;
  }

  .page-home .hero-home .hero-cta-group .btn {
    min-height: 44px;
    padding: 0.45rem 0.7rem;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .page-home .hero-home .hero-cta-group .whatsapp-inline-icon {
    width: 20px;
    height: 20px;
  }

  .page-home .trust-pillars,
  .page-home .discovery-hub-section,
  .page-home .programs-section,
  .page-home .gallery-section,
  .page-home .testimonials-section,
  .page-home .faq-section {
    padding-block: 1.8rem !important;
  }

  .page-home .pillars-grid,
  .page-home .programs-grid,
  .page-home .testimonials-grid {
    gap: 0.7rem;
  }

  .page-home .pillar-card {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 0.5rem 0.65rem;
    padding: 0.85rem;
    border-radius: 17px;
  }

  .page-home .pillar-icon-box {
    width: 44px;
    height: 44px;
  }

  .page-home .pillar-title {
    font-size: 0.94rem;
  }

  .page-home .pillar-desc {
    font-size: 0.78rem;
    line-height: 1.58;
  }

  .page-home .discovery-hub-section .container > div:first-child {
    margin-bottom: 1.25rem !important;
  }

  .page-home .discovery-hub-section .container > div:last-child {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.8rem !important;
  }

  .page-home .widget-box {
    padding: 1rem !important;
    border-radius: 18px;
    box-shadow: var(--shadow-sm);
  }

  .page-home .widget-box:hover {
    transform: none;
  }

  .page-home .widget-header {
    margin-bottom: 0.85rem;
  }

  .page-home .widget-title {
    gap: 0.5rem;
    font-size: 1.05rem;
    line-height: 1.4;
    justify-content: center;
    text-align: center;
  }

  .page-home .widget-title > span:first-child {
    width: 36px !important;
    height: 36px !important;
    border-radius: 10px !important;
  }

  .page-home .widget-desc {
    font-size: 0.8rem;
    line-height: 1.55;
    text-align: center;
  }

  .page-home .widget-box > div:last-child {
    gap: 0.7rem !important;
  }

  .page-home .quick-stage-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .page-home #homeChildBirth {
    box-sizing: border-box;
    width: 100% !important;
    min-width: 0;
    height: 46px;
    padding: 0.55rem 0.75rem !important;
    direction: ltr;
    text-align: left;
  }

  .page-home .quick-stage-chips .chip-btn,
  .page-home #homeAreaChips .chip-btn {
    min-width: 0;
    min-height: 46px;
    padding: 0.42rem 0.3rem;
    font-size: 0.69rem;
    line-height: 1.4;
    overflow-wrap: normal;
  }

  .page-home #homeCalcResult,
  .page-home #homeBusResult {
    padding: 0.8rem !important;
    margin-top: 0.2rem !important;
    border-radius: 14px !important;
  }

  .page-home #homeCalcResult > div:first-child {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 0.42rem !important;
    text-align: center;
  }

  .page-home #homeProgramBadge,
  .page-home #homeRatioText {
    max-width: 100%;
    text-align: center;
  }

  .page-home #homeProgramBadge {
    padding: 0.3rem 0.58rem;
    font-size: 0.68rem;
    line-height: 1.4;
    white-space: normal;
  }

  .page-home #homeRatioText {
    font-size: 0.73rem !important;
    line-height: 1.45;
  }

  .page-home #homeProgramDesc,
  .page-home #homeBusDetails {
    font-size: 0.78rem !important;
    line-height: 1.55 !important;
  }

  .page-home #homeProgramDesc {
    text-align: center;
  }

  .page-home #homeCalcWaBtn,
  .page-home .home-bus-details-link {
    width: min(100%, 250px) !important;
    min-height: 44px;
    margin-inline: auto;
    padding: 0.45rem 0.7rem;
    font-size: 0.76rem;
    line-height: 1.35;
    white-space: normal;
  }

  .page-home #homeCalcWaBtn {
    flex: 0 1 250px !important;
  }

  .page-home .cta-submit {
    width: min(100%, 250px);
    min-height: 44px;
    margin: 0.35rem auto 0;
    padding: 0.45rem 0.7rem;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .page-home .program-thumb {
    height: 120px;
  }

  .page-home .program-body {
    padding: 0.8rem;
  }

  .page-home .testimonial-card {
    gap: 0.65rem;
    padding: 0.9rem;
    border-radius: 17px;
  }

  .page-home .testimonial-text {
    font-size: 0.8rem;
    line-height: 1.62;
  }

  .page-home .faq-container {
    gap: 0.58rem;
  }

  .page-home .faq-section .faq-item .faq-question {
    min-height: 56px;
    padding: 0.55rem 0.85rem;
    gap: 0.7rem;
    font-size: 0.875rem;
    line-height: 1.45;
  }

  .page-home .faq-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 1.05rem;
  }

  /* About */
  .page-about .about-value-card,
  .page-about .about-care-card {
    padding: 0.9rem !important;
  }

  .page-about .about-team-card {
    padding: 0.85rem !important;
  }

  /* Transportation */
  .page-transportation .hero-transportation {
    padding-block: 2.4rem;
  }

  .page-transportation .hero-cta-group {
    max-width: 250px;
    gap: 0.5rem;
  }

  .page-transportation .hero-cta-group .btn {
    width: 100%;
    min-height: 44px;
  }

  .page-transportation .safety-standards-section {
    padding-block: 2rem !important;
  }

  .page-transportation .safety-standards-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.7rem !important;
  }

  .page-transportation .safety-standard-card {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    column-gap: 0.65rem;
    row-gap: 0.38rem;
    padding: 0.85rem !important;
    border-radius: 17px !important;
  }

  .page-transportation .safety-standard-card .safety-standard-icon {
    grid-column: 1;
    grid-row: 1;
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 13px;
  }

  .page-transportation .safety-standard-card .safety-standard-icon svg {
    width: 23px;
    height: 23px;
  }

  .page-transportation .safety-standard-card h4 {
    grid-column: 2;
    grid-row: 1;
    margin: 0 !important;
    font-size: 0.94rem !important;
    line-height: 1.45;
  }

  .page-transportation .safety-standard-card p {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    font-size: 0.79rem !important;
    line-height: 1.55 !important;
  }

  .page-transportation .routes-overview-grid {
    gap: 0.5rem;
  }

  .page-transportation .route-overview-card {
    padding: 0.68rem;
    border-radius: 15px;
  }

  .page-transportation .route-overview-head {
    gap: 0.4rem;
    margin-bottom: 0.42rem;
  }

  .page-transportation .route-code-pill {
    padding: 0.24rem 0.5rem;
    font-size: 0.66rem;
    line-height: 1.35;
  }

  .page-transportation .route-availability {
    gap: 0.3rem;
    padding: 0.24rem 0.48rem;
    font-size: 0.66rem;
  }

  .page-transportation .route-availability-dot {
    width: 6px;
    height: 6px;
  }

  .page-transportation .route-overview-title {
    margin-bottom: 0.4rem;
    font-size: 0.88rem;
    line-height: 1.4;
  }

  .page-transportation .route-overview-areas {
    font-size: 0.7rem;
    line-height: 1.48;
  }

  .page-transportation .route-overview-footer {
    align-items: center;
    flex-direction: row;
    gap: 0.4rem;
    padding-top: 0.5rem;
    margin-top: 0.52rem;
  }

  .page-transportation .route-supervisor {
    min-width: 0;
    font-size: 0.68rem;
    white-space: normal;
  }

  .page-transportation .route-details-btn {
    width: auto;
    min-width: 94px;
    min-height: 40px;
    padding: 0.42rem 0.68rem;
    font-size: 0.72rem;
    flex: 0 0 auto;
  }

  .page-transportation #busSubscriptionForm,
  .page-transportation .bus-etiquette-section {
    padding-block: 2rem !important;
  }

  .page-transportation .bus-subscription-card {
    padding: 1rem !important;
    border-radius: 20px !important;
  }

  .page-transportation .bus-subscription-submit {
    display: flex;
    width: min(100%, 250px) !important;
    min-height: 44px;
    margin-inline: auto;
    padding: 0.5rem 0.85rem;
    font-size: 0.82rem;
    line-height: 1.35;
    white-space: normal;
  }

  .page-transportation #busBookingForm > div[style*="grid-template-columns"] {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.7rem !important;
    margin-bottom: 0.7rem !important;
  }

  .page-transportation .bus-etiquette-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1rem !important;
  }

  .page-transportation .bus-etiquette-section h3 {
    margin-block: 0.45rem 0.65rem !important;
    font-size: 1.35rem !important;
    line-height: 1.4;
  }

  .page-transportation .bus-etiquette-section p,
  .page-transportation .bus-etiquette-section li {
    font-size: 0.82rem !important;
    line-height: 1.6 !important;
  }

  .page-transportation .bus-etiquette-card {
    width: min(100%, 310px);
    margin-inline: auto;
    padding: 0.85rem 0.9rem !important;
    border-radius: 16px !important;
  }

  .page-transportation .bus-award-icon {
    margin-bottom: 0.25rem !important;
    font-size: 2.5rem !important;
    line-height: 1;
  }

  .page-transportation .bus-award-title {
    margin-bottom: 0.3rem !important;
    font-size: 1rem !important;
    line-height: 1.4;
  }

  .page-transportation .bus-award-description {
    font-size: 0.75rem !important;
    line-height: 1.55 !important;
  }

  /* Gallery */
  .page-gallery .page-banner-immersive + section {
    padding-block: 1.75rem !important;
  }

  .page-gallery .page-banner-immersive + section .container > div:first-child {
    gap: 0.45rem !important;
    margin-bottom: 1.25rem !important;
  }

  .page-gallery .filter-btn {
    min-height: 42px;
    padding: 0.45rem 0.65rem;
    font-size: 0.72rem;
  }

  .page-gallery .gallery-grid {
    gap: 0.7rem;
  }

  .page-gallery .gallery-item {
    height: 175px;
    border-radius: 16px;
  }

  .page-gallery .gallery-overlay {
    padding: 0.8rem;
  }

  /* Admissions */
  .page-admissions .admission-step-card {
    row-gap: 0.35rem;
    padding: 0.85rem !important;
  }

  .page-admissions .admission-step-description {
    font-size: 0.8rem !important;
    line-height: 1.58 !important;
  }

  .page-admissions .documents-checklist-card,
  .page-admissions .admissions-fees-card {
    padding: 0.85rem !important;
    border-radius: 18px !important;
  }

  .page-admissions .checklist-item {
    min-height: 54px;
    padding: 0.55rem 0.65rem;
  }

  .page-admissions .checklist-title {
    font-size: 0.8rem;
    line-height: 1.5;
  }

  .page-admissions .checklist-actions {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.45rem !important;
    margin-top: 0.75rem !important;
  }

  .page-admissions .checklist-actions .btn {
    width: auto;
    min-width: 0;
    min-height: 44px;
    padding: 0.5rem 0.75rem;
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .page-admissions .checklist-actions .inline-brand-icon {
    width: 17px;
    height: 17px;
  }

  .page-admissions .admissions-fees-card > div:last-child .btn {
    display: flex;
    width: min(100%, 250px) !important;
    max-width: 250px;
    min-height: 44px;
    margin-inline: auto;
    box-sizing: border-box;
    padding: 0.55rem 1rem;
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .page-admissions .admissions-fees-card > div > div {
    padding: 0.72rem !important;
  }

  .page-admissions .admissions-fees-card > div > div p,
  .page-admissions .admissions-fees-card > div > div span {
    font-size: 0.8rem !important;
    line-height: 1.55 !important;
  }

  /* Contact */
  .page-contact .contact-main-grid,
  .page-contact .contact-info-list {
    gap: 0.7rem !important;
  }

  .page-contact .contact-info-card {
    padding: 0.8rem !important;
    gap: 0.65rem !important;
    border-radius: 17px !important;
  }

  .page-contact .contact-info-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 12px !important;
  }

  .page-contact .contact-info-icon svg {
    width: 22px;
    height: 22px;
  }

  .page-contact .contact-info-card h4 {
    font-size: 0.94rem !important;
  }

  .page-contact .contact-info-card p,
  .page-contact .contact-info-card a,
  .page-contact .contact-info-card span {
    font-size: 0.8rem !important;
    line-height: 1.55 !important;
  }

  .page-contact .contact-form-card {
    padding: 1rem 0.85rem !important;
    border-radius: 20px !important;
  }

  .page-contact .contact-form-card h3 {
    font-size: 1.25rem !important;
  }

  .page-contact .contact-form-card > p {
    margin-bottom: 0.9rem !important;
    font-size: 0.82rem !important;
  }

  .page-contact .contact-form-row {
    gap: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .page-contact .contact-form-card .form-control {
    min-height: 44px;
  }

  .page-contact .contact-form-card textarea.form-control {
    min-height: 92px;
  }

  .page-contact .contact-form-card .btn {
    min-height: 44px;
  }

  .page-contact .contact-submit-btn {
    display: flex;
    width: min(100%, 240px) !important;
    min-height: 44px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0.5rem 0.85rem;
    font-size: 0.8rem;
  }

  .page-contact .contact-map-visual {
    min-height: 235px;
    padding: 1rem !important;
  }

  .page-contact .contact-map-pin {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 0.65rem !important;
    font-size: 1.45rem !important;
  }

  .page-contact .contact-map-visual h3 {
    font-size: 1.18rem !important;
  }

  .page-contact .contact-map-visual p {
    margin-bottom: 1rem !important;
    font-size: 0.82rem !important;
  }

  .page-contact .contact-map-button {
    min-height: 44px;
    font-size: 0.78rem;
  }

  .page-contact .contact-map-directions > div {
    padding-block: 0.65rem;
    font-size: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
