:root {
  --mecca-blue: #1058e8;
  --mecca-blue-dark: #0b3fb0;
  --mecca-navy: #081b45;
  --mecca-navy-dark: #051231;
  --mecca-sky: #eef4ff;
  --mecca-sky-2: #dce8ff;
  --mecca-sand: #e7b36a;
  --mecca-text: #0f1b33;
  --mecca-muted: #56627a;
  --mecca-line: #e3e9f5;
  --mecca-whatsapp: #1fa855;
  --mecca-shadow: 0 18px 42px rgba(16, 88, 232, .11);
  --mecca-topbar-h: 0px;
  --mecca-adminbar-h: 0px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body.mecca-site {
  color: var(--mecca-text);
  font-family: "Cairo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

body.mecca-site *,
body.mecca-site *::before,
body.mecca-site *::after {
  box-sizing: border-box;
}

html,
body.mecca-site,
body.mecca-site main,
body.mecca-site #main-container,
body.mecca-site .site-main,
body.mecca-site .entry-content {
  overflow-x: clip !important;
}

body.mecca-site img {
  max-width: 100%;
}

body.mecca-site a,
body.mecca-site button,
body.mecca-site input,
body.mecca-site textarea,
body.mecca-site select,
body.mecca-site summary {
  font-family: inherit;
}

body.mecca-site :focus-visible {
  outline: 3px solid var(--mecca-sand);
  outline-offset: 3px;
}

.ekit-template-content-markup > .elementor > .elementor-top-section,
.ekit-template-content-markup .elementor-top-section {
  right: auto !important;
  left: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.ekit-template-content-header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 9990;
  top: calc((var(--mecca-topbar-h) * -1) + var(--mecca-adminbar-h));
}

.ekit-template-content-header .mecca-mainheader {
  transition: min-height .25s ease, box-shadow .25s ease, background-color .25s ease;
}

.ekit-template-content-header .mecca-mainheader > .elementor-container {
  transition: min-height .25s ease;
}

.mecca-is-stuck .ekit-template-content-header .mecca-mainheader {
  min-height: 62px !important;
  background: rgba(255, 255, 255, .97) !important;
  box-shadow: 0 8px 28px rgba(8, 27, 69, .14) !important;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.mecca-is-stuck .ekit-template-content-header .mecca-mainheader > .elementor-container {
  min-height: 62px !important;
}

.mecca-is-stuck .mecca-logo img {
  transform: scale(.9);
}

.mecca-logo img {
  transform-origin: right center;
  transition: transform .25s ease;
}

.mecca-topbar a,
.mecca-footer-main a,
.mecca-footer-bottom a {
  color: inherit;
}

.mecca-scroll-progress {
  position: fixed;
  z-index: 10050;
  top: var(--mecca-adminbar-h);
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
}

.mecca-scroll-progress > span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, var(--mecca-blue), #6fa2ff);
  transform: scaleX(0);
  transform-origin: right center;
  will-change: transform;
}

.mecca-section-head {
  margin-bottom: 32px;
}

.mecca-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--mecca-blue);
  font-size: .82rem;
  font-weight: 900;
}

.mecca-eyebrow::before {
  width: 28px;
  height: 5px;
  border-radius: 10px;
  background: var(--mecca-blue);
  box-shadow: 10px 8px 0 -1px rgba(16, 88, 232, .33), -5px -7px 0 -1px rgba(16, 88, 232, .16);
  content: "";
}

.mecca-title .elementor-heading-title,
.mecca-title.elementor-widget-heading .elementor-heading-title {
  position: relative;
  color: var(--mecca-navy);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.35;
}

.mecca-title .elementor-heading-title::after {
  display: block;
  width: 74px;
  height: 5px;
  margin-top: 10px;
  border-radius: 10px;
  background: linear-gradient(to left, var(--mecca-blue) 0 55%, transparent 55% 64%, rgba(16, 88, 232, .45) 64% 100%);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .8s .25s cubic-bezier(.2, .7, .2, 1);
}

.mecca-title.is-visible .elementor-heading-title::after,
.mecca-section-head.is-visible .mecca-title .elementor-heading-title::after {
  transform: scaleX(1);
}

.mecca-card,
.mecca-counter-card,
.mecca-answer,
.mecca-facts-card,
.mecca-carton-sizes .elementor-column,
.mecca-area-details .elementor-column,
.mecca-area-wide .elementor-column,
.mecca-neighborhoods .elementor-column,
.mecca-related-services .elementor-column,
.mecca-values .elementor-column,
.mecca-contact-cards .elementor-column {
  border: 1px solid var(--mecca-line);
  border-radius: 16px;
  background: #fff;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.mecca-card:hover,
.mecca-counter-card:hover,
.mecca-facts-card:hover,
.mecca-carton-sizes .elementor-column:hover,
.mecca-area-details .elementor-column:hover,
.mecca-area-wide .elementor-column:hover,
.mecca-neighborhoods .elementor-column:hover,
.mecca-related-services .elementor-column:hover,
.mecca-values .elementor-column:hover,
.mecca-contact-cards .elementor-column:hover {
  border-color: var(--mecca-sky-2);
  box-shadow: var(--mecca-shadow);
  transform: translateY(-5px);
}

.mecca-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.mecca-hero::before,
.mecca-hero::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  content: "";
}

.mecca-hero::before {
  top: -180px;
  left: -130px;
  width: 410px;
  height: 410px;
}

.mecca-hero::after {
  right: -210px;
  bottom: -290px;
  width: 560px;
  height: 560px;
}

.mecca-hero-kicker,
.mecca-hero-badge,
.mecca-hero-chips .elementor-icon-list-item,
.mecca-material-chips .elementor-icon-list-item {
  border-radius: 999px;
}

.mecca-hero-badge {
  animation: meccaChipIn .55s cubic-bezier(.2, .8, .2, 1) both;
}

.mecca-hero-badge:nth-child(2) { animation-delay: .12s; }
.mecca-hero-badge:nth-child(3) { animation-delay: .24s; }

.mecca-float {
  animation: meccaFloat 5.5s ease-in-out infinite;
  will-change: transform;
}

.mecca-glow .elementor-button,
.mecca-cta .elementor-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.mecca-glow .elementor-button::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -60%;
  bottom: 0;
  width: 42%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .46), transparent);
  content: "";
  transform: skewX(-18deg);
  animation: meccaShine 3.6s 1.8s ease-in-out infinite;
}

.mecca-glow .elementor-button::after {
  position: absolute;
  z-index: -1;
  inset: -2px;
  border: 2px solid rgba(31, 168, 85, .72);
  border-radius: inherit;
  content: "";
  pointer-events: none;
  animation: meccaRing 2.4s 1.3s ease-out infinite;
}

.mecca-pulse .elementor-button,
.mecca-cta .elementor-button {
  animation: meccaPulse 2.8s ease-in-out infinite;
}

.mecca-stats .elementor-counter-number-wrapper {
  color: var(--mecca-blue);
  font-weight: 900;
}

.mecca-answer-section,
.mecca-facts-section,
.mecca-gallery-section,
.mecca-faq-section,
.mecca-about-story,
.mecca-service-details,
.mecca-contact-areas,
.mecca-areas-wide,
.mecca-ramadan-cartons {
  position: relative;
}

.mecca-answer {
  border-right: 5px solid var(--mecca-sand);
  box-shadow: var(--mecca-shadow);
}

.mecca-ticker {
  position: relative;
  z-index: 3;
  overflow: hidden;
  direction: ltr;
  color: #fff;
  background: linear-gradient(90deg, var(--mecca-blue-dark), var(--mecca-blue));
  box-shadow: 0 12px 28px rgba(16, 88, 232, .25);
  transform: rotate(-1deg);
}

.mecca-ticker-text,
.mecca-ticker-text > .elementor-widget-container {
  width: 100%;
  overflow: hidden;
}

.mecca-ticker-track {
  display: flex;
  width: max-content;
  direction: ltr;
  animation: meccaTicker 32s linear infinite;
  will-change: transform;
}

.mecca-ticker:hover .mecca-ticker-track {
  animation-play-state: paused;
}

.mecca-ticker-group {
  display: flex;
  flex: 0 0 auto;
}

.mecca-ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  direction: rtl;
  white-space: nowrap;
  font-size: .95rem;
  font-weight: 800;
}

.mecca-ticker-dot {
  color: var(--mecca-sand);
  font-size: 1.05rem;
}

.mecca-services .elementor-container,
.mecca-services > .elementor-container > .elementor-row {
  align-items: stretch;
}

.mecca-flip {
  perspective: 1400px;
}

.mecca-flip > .elementor-container {
  position: relative;
  display: grid !important;
  min-height: var(--mecca-flip-height, 390px);
  transform-style: preserve-3d;
  transition: transform .75s cubic-bezier(.3, .7, .2, 1);
}

.mecca-flip > .elementor-container > .elementor-row {
  display: grid !important;
  grid-area: 1 / 1;
  transform-style: preserve-3d;
}

.mecca-flip .mecca-face {
  position: relative;
  grid-area: 1 / 1;
  width: 100% !important;
  min-height: 100%;
  overflow: hidden;
  border-radius: 16px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.mecca-flip .mecca-face > .elementor-column-wrap,
.mecca-flip .mecca-face > .elementor-widget-wrap {
  height: 100%;
}

.mecca-front {
  z-index: 2;
  border: 1px solid var(--mecca-line);
  background: #fff;
}

.mecca-back {
  z-index: 1;
  color: #fff;
  background: linear-gradient(145deg, var(--mecca-blue), var(--mecca-navy));
  transform: rotateY(180deg);
}

.mecca-back .elementor-heading-title,
.mecca-back p,
.mecca-back a {
  color: inherit;
}

.mecca-flip.is-flipped > .elementor-container {
  transform: rotateY(180deg);
}

.mecca-flip-toggle,
.mecca-flip-close {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 800;
  cursor: pointer;
}

.mecca-flip-toggle {
  border: 1px solid var(--mecca-sky-2);
  color: var(--mecca-blue);
  background: var(--mecca-sky);
}

.mecca-flip-close {
  margin: 10px 20px 20px;
  border: 0;
  color: #dce8ff;
  background: rgba(255, 255, 255, .08);
}

.mecca-flip-hint {
  margin-top: auto;
}

.mecca-flip-img img {
  aspect-ratio: 16 / 10;
  width: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.mecca-flip:hover .mecca-flip-img img {
  transform: scale(1.06);
}

.mecca-cartons,
.mecca-carton-photo {
  position: relative;
}

.mecca-carton-photo::before,
.mecca-carton-photo::after {
  position: absolute;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 3px solid var(--mecca-sand);
  background: rgba(231, 179, 106, .18);
  box-shadow: inset -8px -8px 0 rgba(174, 121, 48, .12), 0 10px 22px rgba(174, 121, 48, .2);
  content: "";
  pointer-events: none;
  transform: rotate(-8deg);
  animation: meccaDrift 7s ease-in-out infinite;
}

.mecca-carton-photo::before {
  top: -15px;
  right: 9%;
}

.mecca-carton-photo::after {
  bottom: 13%;
  left: -8px;
  width: 33px;
  height: 33px;
  animation-delay: -3s;
}

.mecca-carton-sizes .elementor-column:hover:nth-child(even) {
  transform: translateY(-6px) rotate(2deg);
}

.mecca-carton-sizes .elementor-column:hover:nth-child(odd) {
  transform: translateY(-6px) rotate(-2deg);
}

.mecca-material-chips .elementor-icon-list-item {
  opacity: 0;
  transform: scale(.65) rotate(-6deg);
}

.mecca-material-chips.is-visible .elementor-icon-list-item {
  animation: meccaChipWobble .6s cubic-bezier(.3, 1.6, .5, 1) forwards;
}

.mecca-material-chips.is-visible .elementor-icon-list-item:nth-child(2) { animation-delay: .1s; }
.mecca-material-chips.is-visible .elementor-icon-list-item:nth-child(3) { animation-delay: .2s; }
.mecca-material-chips.is-visible .elementor-icon-list-item:nth-child(4) { animation-delay: .3s; }
.mecca-material-chips.is-visible .elementor-icon-list-item:nth-child(5) { animation-delay: .4s; }
.mecca-material-chips.is-visible .elementor-icon-list-item:nth-child(6) { animation-delay: .5s; }

.mecca-features .elementor-icon-box-icon,
.mecca-step-number .elementor-heading-title {
  transition: transform .5s cubic-bezier(.3, 1.7, .5, 1);
}

.mecca-steps {
  position: relative;
}

.mecca-steps::before {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 8%;
  left: 8%;
  height: 3px;
  border-radius: 9px;
  background: linear-gradient(to left, var(--mecca-blue), var(--mecca-sand));
  content: "";
  opacity: .35;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1.6s .3s cubic-bezier(.3, .7, .2, 1);
}

.mecca-steps.is-visible::before {
  transform: scaleX(1);
}

.mecca-step-number {
  position: relative;
  z-index: 1;
  transform: scale(0);
  transition: transform .5s var(--mecca-delay, .3s) cubic-bezier(.3, 1.7, .5, 1);
}

.mecca-steps.is-visible .mecca-step-number,
.mecca-step-number.is-visible {
  transform: scale(1);
}

.mecca-winch-band {
  position: relative;
  overflow: hidden;
}

.mecca-winch-band::after {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(120deg, transparent 0 26px, rgba(255, 255, 255, .035) 26px 28px);
  content: "";
  pointer-events: none;
}

.mecca-gallery-strip img,
.mecca-gallery img {
  width: 100%;
  transform: scale(1.08) translateY(var(--mecca-parallax-y, 0));
  transition: transform .6s ease;
  will-change: transform;
}

.mecca-gallery-strip .elementor-widget-image,
.mecca-gallery .gallery-item {
  overflow: hidden;
  border-radius: 14px;
}

.mecca-gallery-strip .elementor-widget-image:hover img,
.mecca-gallery .gallery-item:hover img {
  transform: scale(1.14) translateY(var(--mecca-parallax-y, 0));
}

.mecca-areas,
.mecca-contact-areas {
  isolation: isolate;
}

.mecca-area-details .elementor-icon,
.mecca-neighborhoods .elementor-icon {
  transition: transform .3s ease;
}

.mecca-area-details .elementor-column:hover .elementor-icon,
.mecca-neighborhoods .elementor-column:hover .elementor-icon {
  animation: meccaPinBounce .7s ease;
}

.mecca-facts-table {
  overflow: hidden;
  border: 1px solid var(--mecca-line);
  border-radius: 16px;
}

.mecca-facts-table table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.mecca-facts-table td,
.mecca-facts-table th {
  padding: 13px 16px;
  border-bottom: 1px solid var(--mecca-line);
  text-align: right;
}

.mecca-facts-table tr:last-child td,
.mecca-facts-table tr:last-child th {
  border-bottom: 0;
}

.mecca-faq .elementor-tab-title,
.mecca-faq details > summary {
  min-height: 54px;
  display: flex;
  align-items: center;
  font-weight: 800;
}

.mecca-faq .elementor-tab-content,
.mecca-faq details[open] > :not(summary) {
  animation: meccaFaqOpen .38s cubic-bezier(.2, .7, .2, 1);
}

.mecca-checklists .elementor-icon-list-item {
  align-items: flex-start;
}

.mecca-checklists .elementor-icon-list-icon {
  margin-top: .38em;
}

.mecca-contact-form,
.mecca-order-widget {
  border: 1px solid var(--mecca-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--mecca-shadow);
}

.mecca-contact-form input,
.mecca-contact-form textarea,
.mecca-contact-form select,
.mecca-order-widget input,
.mecca-order-widget textarea,
.mecca-order-widget select {
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid var(--mecca-line);
  border-radius: 10px;
  color: var(--mecca-text);
  background: #fff;
}

.mecca-contact-form textarea,
.mecca-order-widget textarea {
  min-height: 120px;
  resize: vertical;
}

.mecca-contact-form button,
.mecca-order-widget button {
  min-height: 48px;
  padding: 10px 20px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: var(--mecca-blue);
  font-weight: 800;
}

.mecca-posts,
.mecca-posts-shortcode {
  width: 100%;
}

.mecca-posts-grid {
  display: grid;
  grid-template-columns: repeat(var(--mecca-cols), minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}

.mecca-post-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--mecca-line);
  border-radius: 16px;
  background: #fff;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.mecca-post-card:hover {
  border-color: var(--mecca-sky-2);
  box-shadow: var(--mecca-shadow);
  transform: translateY(-5px);
}

.mecca-post-link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.mecca-post-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, var(--mecca-sky), var(--mecca-sky-2));
}

.mecca-post-media img,
.mecca-post-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .6s ease;
}

.mecca-post-placeholder::after {
  position: absolute;
  inset: 50% auto auto 50%;
  color: var(--mecca-blue);
  content: "مكة";
  font-size: 1.25rem;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.mecca-post-card:hover .mecca-post-media img {
  transform: scale(1.08);
}

.mecca-post-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
}

.mecca-post-tag {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 3px 9px;
  border-radius: 999px;
  color: var(--mecca-blue);
  background: var(--mecca-sky);
  font-size: .7rem;
  font-weight: 800;
}

.mecca-post-body h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 12px;
  color: var(--mecca-navy);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.mecca-post-byline {
  margin-top: auto;
  color: var(--mecca-muted);
  font-size: .73rem;
}

.mecca-posts-empty {
  padding: 20px;
  border: 1px solid var(--mecca-line);
  border-radius: 14px;
  color: var(--mecca-muted);
  text-align: center;
  background: var(--mecca-sky);
}

.mecca-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.mecca-cta::before,
.mecca-cta::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
  content: "";
  animation: meccaBand 7s linear infinite;
}

.mecca-cta::before {
  top: -130px;
  right: -80px;
  width: 280px;
  height: 280px;
}

.mecca-cta::after {
  bottom: -170px;
  left: -110px;
  width: 340px;
  height: 340px;
  animation-direction: reverse;
}

.mecca-footer-main,
.mecca-footer-bottom {
  overflow: hidden;
}

.mecca-footer-main .elementor-icon-list-item a:hover,
.mecca-footer-bottom a:hover {
  color: var(--mecca-sand) !important;
}

.mecca-js .mecca-reveal {
  transition: opacity .7s var(--mecca-delay, 0ms) cubic-bezier(.2, .7, .2, 1), transform .7s var(--mecca-delay, 0ms) cubic-bezier(.2, .7, .2, 1);
}

.mecca-js .mecca-reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(30px);
}

.mecca-js .mecca-section-head.mecca-reveal:not(.is-visible) {
  transform: translateX(-40px);
}

@media (hover: hover) and (min-width: 781px) {
  .mecca-flip:hover > .elementor-container {
    transform: rotateY(180deg);
  }
}

@media (min-width: 1025px) {
  .ekit-template-content-header .elementskit-navbar-nav {
    flex-wrap: nowrap !important;
  }

  .ekit-template-content-header .elementskit-navbar-nav > li > a {
    padding-right: 10px !important;
    padding-left: 10px !important;
    white-space: nowrap;
    font-size: 14px !important;
  }
}

@media (max-width: 1024px) {
  .ekit-template-content-header .elementskit-menu-container {
    max-width: min(88vw, 380px) !important;
  }

  .mecca-steps::before {
    display: none;
  }
}

@media (max-width: 780px) {
  html {
    scroll-padding-top: 76px;
  }

  .mecca-posts-grid {
    grid-template-columns: repeat(var(--mecca-cols-m), minmax(0, 1fr));
    gap: 12px;
  }

  .mecca-post-body {
    padding: 11px;
  }

  .mecca-post-tag {
    margin-bottom: 6px;
    padding: 2px 7px;
    font-size: .62rem;
  }

  .mecca-post-body h3 {
    margin-bottom: 7px;
    font-size: .8rem;
    line-height: 1.6;
  }

  .mecca-post-byline {
    font-size: .62rem;
  }

  .mecca-ticker {
    transform: none;
  }

  .mecca-flip > .elementor-container {
    min-height: var(--mecca-flip-height, 410px);
  }

  .mecca-facts-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mecca-facts-table table {
    min-width: 560px;
  }
}

@media (max-width: 390px) {
  body.mecca-site .elementor-section .elementor-container,
  body.mecca-site .elementor-section-wrap,
  body.mecca-site .elementor-widget-wrap {
    max-width: 100%;
  }

  .mecca-posts-grid {
    gap: 10px;
  }

  .mecca-post-body {
    padding: 9px;
  }

  .mecca-ticker-item {
    padding-inline: 15px;
  }

  .mecca-carton-photo::after {
    left: 4px;
  }
}

@keyframes meccaTicker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes meccaFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-11px); }
}

@keyframes meccaChipIn {
  from { opacity: 0; transform: translateY(10px) scale(.9); }
  to { opacity: 1; transform: none; }
}

@keyframes meccaShine {
  0% { right: -60%; }
  30%, 100% { right: 130%; }
}

@keyframes meccaPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.035); }
}

@keyframes meccaRing {
  from { opacity: .8; transform: scale(1); }
  to { opacity: 0; transform: scale(1.18, 1.42); }
}

@keyframes meccaDrift {
  0%, 100% { transform: translate(0, 0) rotate(-7deg); }
  50% { transform: translate(-10px, -14px) rotate(8deg); }
}

@keyframes meccaChipWobble {
  0% { opacity: 0; transform: scale(.65) rotate(-6deg); }
  70% { opacity: 1; transform: scale(1.08) rotate(3deg); }
  100% { opacity: 1; transform: none; }
}

@keyframes meccaPinBounce {
  0%, 100% { transform: translateY(0); }
  30% { transform: translateY(-7px); }
  60% { transform: translateY(0); }
  80% { transform: translateY(-3px); }
}

@keyframes meccaFaqOpen {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: none; }
}

@keyframes meccaBand {
  from { transform: rotate(0); }
  to { transform: rotate(360deg); }
}

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

  body.mecca-site *,
  body.mecca-site *::before,
  body.mecca-site *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .mecca-js .mecca-reveal:not(.is-visible),
  .mecca-js .mecca-section-head.mecca-reveal:not(.is-visible),
  .mecca-material-chips .elementor-icon-list-item {
    opacity: 1 !important;
    transform: none !important;
  }

  .mecca-title .elementor-heading-title::after,
  .mecca-steps::before,
  .mecca-step-number {
    transform: none !important;
  }

  .mecca-ticker-track {
    width: auto;
    flex-wrap: wrap;
    animation: none !important;
  }

  .mecca-ticker-group[aria-hidden="true"] {
    display: none;
  }

  .mecca-gallery-strip img,
  .mecca-gallery img {
    transform: none !important;
  }
}

/* ===== 404 page ===== */
.mecca-404 { background: var(--mecca-sky, #EEF4FF); }
.mecca-404-hero { padding: 60px 16px 80px; }
.mecca-404-inner { max-width: 720px; margin-inline: auto; padding: 32px 22px 34px; border: 1px solid #E3E9F5; border-radius: 20px; background: #fff; box-shadow: 0 18px 42px rgba(16, 88, 232, .11); text-align: center; }
.mecca-404-code { display: block; color: #1058E8; font-size: clamp(3rem, 14vw, 5rem); font-weight: 900; line-height: 1; letter-spacing: -.04em; }
.mecca-404 h1 { margin: 14px 0 10px; color: #081B45; font-size: clamp(1.5rem, 6vw, 2.1rem); font-weight: 900; }
.mecca-404 p { margin: 0 auto 22px; max-width: 540px; color: #56627A; line-height: 1.9; }
.mecca-404-search { display: flex; gap: 8px; max-width: 460px; margin: 0 auto 20px; }
.mecca-404-search input { flex: 1; min-height: 48px; padding: 10px 14px; border: 1px solid #E3E9F5; border-radius: 12px; background: #F8FAFF; font: inherit; color: #0F1B33; }
.mecca-404-search input:focus-visible { outline: 2px solid #1058E8; outline-offset: 2px; }
.mecca-404-search button { min-height: 48px; padding: 10px 20px; border: 0; border-radius: 12px; background: #1058E8; color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.mecca-404-btns { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 22px; }
.mecca-404 .mecca-btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 12px; font-weight: 800; text-decoration: none; }
.mecca-404 .mecca-btn-wa { background: #1FA855; color: #fff; }
.mecca-404 .mecca-btn-call { border: 1px solid #DCE8FF; background: #EEF4FF; color: #081B45; }
.mecca-404-links { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.mecca-404-links a { padding: 7px 13px; border: 1px solid #DCE8FF; border-radius: 999px; background: #F8FAFF; color: #1058E8; font-size: .85rem; font-weight: 700; text-decoration: none; }
.mecca-404-links a:hover { background: #1058E8; color: #fff; }
