:root {
  --bg: #fff3fb;
  --bg-strong: #ffe0f1;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: #fff9fd;
  --ink: #5f2850;
  --muted: #875d7e;
  --line: rgba(196, 92, 151, 0.18);
  --brand: #f05ca8;
  --brand-deep: #d73c8d;
  --accent: #ffd45f;
  --accent-soft: #fff1a8;
  --mint: #b7f1de;
  --sky: #c9e9ff;
  --success: #15a86c;
  --shadow: 0 24px 70px rgba(215, 60, 141, 0.16);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: min(1120px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
#gallery{
    display: none;
}
body {
  margin: 0;
  font-family: "Cairo", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 212, 95, 0.5), transparent 24%),
    radial-gradient(circle at 86% 10%, rgba(201, 233, 255, 0.9), transparent 22%),
    radial-gradient(circle at 78% 38%, rgba(183, 241, 222, 0.6), transparent 18%),
    linear-gradient(180deg, #fff9fe 0%, var(--bg) 46%, #fff0f8 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

.icon-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
}

.icon-inline {
  margin-left: 8px;
}

html[dir="ltr"] .icon-inline {
  margin-left: 0;
  margin-right: 8px;
}

.icon-title {
  width: 1.35rem;
  height: 1.35rem;
  margin-left: 8px;
  vertical-align: -0.22em;
}

html[dir="ltr"] .icon-title {
  margin-left: 0;
  margin-right: 8px;
}

.social-icon {
  width: 2rem;
  height: 2rem;
  margin-bottom: 14px;
  color: var(--brand-deep);
}

.page-shell {
  position: relative;
  overflow: hidden;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.page-shell::before {
  width: 420px;
  height: 420px;
  top: 70px;
  left: -120px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.75) 0 18%, transparent 19%),
    radial-gradient(circle at 60% 50%, rgba(255, 212, 95, 0.42) 0 16%, transparent 17%),
    radial-gradient(circle at 45% 72%, rgba(240, 92, 168, 0.18) 0 20%, transparent 21%),
    rgba(255, 220, 241, 0.36);
}

.page-shell::after {
  width: 320px;
  height: 320px;
  top: 540px;
  right: -70px;
  background:
  radial-gradient(circle at 28% 35%, rgb(255 255 255 / 34%) 0 14%, transparent 15%), radial-gradient(circle at 70% 30%, rgb(201 233 255 / 29%) 0 13%, transparent 14%), radial-gradient(circle at 52% 70%, rgb(183 241 222 / 16%) 0 16%, transparent 17%), rgb(255 212 233 / 13%)
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.hero {
  padding: 28px 0 56px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 36px;
}

.brand {
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brand-deep);
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  box-shadow: 0 10px 22px rgba(240, 92, 168, 0.08);
}

.lang-button {
  border: 0;
  background: transparent;
  color: var(--muted);
  min-width: 52px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.lang-button.is-active {
  color: #fff;
  background: linear-gradient(135deg, #ff77bc, var(--brand-deep));
}

.mini-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 22px rgba(240, 92, 168, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.mini-link:hover,
.mini-link:focus-visible,
.button:hover,
.button:focus-visible,
.social-card:hover,
.social-card:focus-visible,
.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-2px);
}

.mini-link.highlight {
  border-color: rgba(29, 143, 97, 0.28);
  color: var(--success);
}

.order-entry {
  font-weight: 800;
  color: var(--brand-deep);
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 28px;
  align-items: stretch;
}

.hero-copy,
.hero-card,
.section-contrast,
.social-card,
.service-card {
  backdrop-filter: blur(16px);
}

.hero-copy {
  padding: 42px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.75) 0 16%, transparent 17%),
    linear-gradient(145deg, rgba(255, 236, 247, 0.92), rgba(255, 255, 255, 0.76));
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--brand);
  letter-spacing: 0.02em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  line-height: 1.15;
  margin-bottom: 18px;
}

.playful-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.playful-tags span {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 241, 168, 0.9));
  border: 1px solid rgba(240, 92, 168, 0.14);
  color: var(--brand-deep);
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(240, 92, 168, 0.08);
}

.hero-text,
.section-heading p,
.showcase-copy p,
.service-card p,
.social-card p,
.feature-list p,
.footer p {
  font-size: 1.02rem;
  line-height: 1.95;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 28px 0 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, #ff77bc, var(--brand-deep));
  box-shadow: 0 18px 30px rgba(215, 60, 141, 0.22);
}

.button.secondary {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 241, 168, 0.88));
  border: 1px solid rgba(240, 92, 168, 0.16);
}

.button.order-cta {
  width: 100%;
  flex-basis: 100%;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #ff8fca 0%, #f05ca8 52%, #d73c8d 100%);
  border: 1px solid rgba(215, 60, 141, 0.28);
  box-shadow: 0 20px 34px rgba(215, 60, 141, 0.24);
  font-size: 1.02rem;
  font-weight: 800;
}

.button.order-cta .icon-inline {
  margin-left: 10px;
}

html[dir="ltr"] .button.order-cta .icon-inline {
  margin-left: 0;
  margin-right: 10px;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-highlights li {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  color: var(--ink);
  font-weight: 600;
  box-shadow: 0 10px 20px rgba(240, 92, 168, 0.08);
}

.hero-card {
  position: relative;
  padding: 26px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 230, 244, 0.92), rgba(255, 250, 216, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 26px;
  border: 2px dashed rgba(240, 92, 168, 0.22);
  pointer-events: none;
}

.hero-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hero-card-link {
  display: block;
  color: inherit;
  transition: transform 180ms ease;
}

.hero-card-link:hover,
.hero-card-link:focus-visible {
  transform: translateY(-4px);
}

.hero-card-link article {
  height: 100%;
}

.hero-card article {
  position: relative;
  z-index: 1;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  min-height: 180px;
  box-shadow: 0 14px 22px rgba(240, 92, 168, 0.08);
}

.hero-card article:nth-child(1) {
  transform: rotate(-1.3deg);
}

.hero-card article:nth-child(2) {
  transform: rotate(1.2deg);
}

.hero-card article:nth-child(3) {
  transform: rotate(1deg);
}

.hero-card article:nth-child(4) {
  transform: rotate(-1deg);
}

.hero-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-bottom: 16px;
  font-weight: 800;
  color: var(--brand-deep);
  background: linear-gradient(135deg, #ffe06f, #ffb5dc);
}

.hero-card h2,
.service-card h3,
.feature-list h3,
.social-card strong {
  font-family: "Baloo Bhaijaan 2", sans-serif;
  margin-bottom: 10px;
}

.hero-card h2,
.service-card h3,
.feature-list h3 {
  display: inline-flex;
  align-items: center;
}

.hero-card p {
  margin-bottom: 0;
  line-height: 1.8;
  color: var(--muted);
}

.section {
  padding: 46px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading h2,
.showcase-copy h2 {
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: clamp(1.8rem, 2.8vw, 3rem);
  line-height: 1.25;
  margin-bottom: 16px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 34px rgba(240, 92, 168, 0.1);
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  width: 84px;
  height: 84px;
  top: -18px;
  left: -18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.32);
  transform: rotate(22deg);
}

.accent-one {
  background: linear-gradient(180deg, rgba(255, 217, 236, 0.95), rgba(255, 255, 255, 0.8));
}

.accent-two {
  background: linear-gradient(180deg, rgba(255, 241, 168, 0.95), rgba(255, 255, 255, 0.8));
}

.accent-three {
  background: linear-gradient(180deg, rgba(201, 233, 255, 0.95), rgba(255, 255, 255, 0.8));
}

.accent-four {
  background: linear-gradient(180deg, rgba(183, 241, 222, 0.95), rgba(255, 255, 255, 0.8));
}

.section-contrast {
  background:
    linear-gradient(135deg, rgba(255, 199, 229, 0.55), rgba(255, 241, 168, 0.44), rgba(201, 233, 255, 0.44)),
    rgba(255, 251, 247, 0.76);
  border-top: 1px solid rgba(240, 92, 168, 0.08);
  border-bottom: 1px solid rgba(240, 92, 168, 0.08);
}

.showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 20px;
  align-items: start;
}

.feature-list {
  display: grid;
  gap: 16px;
}

.feature-list article {
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 30px rgba(240, 92, 168, 0.08);
}

.narrow {
  max-width: 680px;
}

.slider-gallery-section {
  position: relative;
}

.slider-gallery-shell {
  display: grid;
  gap: 18px;
}

.slider-gallery-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 6px 4px 16px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(215, 60, 141, 0.38) rgba(255, 255, 255, 0.5);
  cursor: grab;
}

.slider-gallery-note {
  margin: 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.96rem;
}

.slider-gallery-card {
  position: relative;
  width: min(36vw, 410px);
  min-width: 300px;
  flex: 0 0 auto;
  min-height: 420px;
  height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: 32px;
  scroll-snap-align: start;
  background: linear-gradient(160deg, rgba(255, 220, 241, 0.9), rgba(255, 255, 255, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 40px rgba(240, 92, 168, 0.14);
}

.slider-gallery-track:active {
  cursor: grabbing;
}

.slider-gallery-track::-webkit-scrollbar {
  height: 10px;
}

.slider-gallery-track::-webkit-scrollbar-thumb {
  background: rgba(215, 60, 141, 0.34);
  border-radius: 999px;
}

.slider-gallery-track::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 999px;
}

.slider-gallery-card img,
.slider-placeholder {
  width: 100%;
  height: 100%;
}

.slider-gallery-card img {
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
  object-position: center;
}

.slider-placeholder {
  position: absolute;
  inset: 0;
  min-height: 420px;
}

.slider-gallery-card figcaption {
  position: absolute;
  right: 18px;
  left: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  padding: 14px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(215, 60, 141, 0.92), rgba(120, 56, 131, 0.84));
  color: #fff;
  backdrop-filter: blur(12px);
  z-index: 1;
}

.slider-gallery-card figcaption strong {
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: 1.15rem;
}

.slider-gallery-card figcaption span {
  font-size: 0.95rem;
  line-height: 1.7;
}

.slider-gallery-card.is-empty figcaption {
  background: rgba(255, 255, 255, 0.9);
  color: var(--brand-deep);
}

.gallery-section {
  position: relative;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gallery-card {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 224, 241, 0.88), rgba(255, 255, 255, 0.84));
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 34px rgba(240, 92, 168, 0.12);
}

.gallery-card.tall {
  grid-row: span 2;
  min-height: 540px;
}

.gallery-card.wide {
  grid-column: span 2;
}

.gallery-card img,
.gallery-placeholder {
  width: 100%;
  height: 100%;
}

.gallery-card img {
  display: block;
  object-fit: cover;
}

.gallery-placeholder {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  padding: 24px;
  text-align: center;
  color: var(--brand-deep);
  background:
   radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.85) 0 10%, transparent 11%), linear-gradient(145deg, rgba(255, 240, 247, 0.98), rgb(233 30 99 / 0%))
}

.gallery-placeholder strong {
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: 1.25rem;
}

.gallery-placeholder span {
  direction: ltr;
  font-size: 0.95rem;
  color: var(--muted);
}

html[dir="ltr"] .hero-copy,
html[dir="ltr"] .section-heading,
html[dir="ltr"] .showcase-copy,
html[dir="ltr"] .slider-gallery-note,
html[dir="ltr"] .footer-content {
  text-align: left;
}

html[dir="ltr"] .gallery-card figcaption,
html[dir="ltr"] .slider-gallery-card figcaption {
  text-align: left;
}

html[dir="ltr"] .floating-whatsapp {
  right: auto;
  left: 18px;
}

.gallery-placeholder-icon {
  width: 2.2rem;
  height: 2.2rem;
}

.gallery-card figcaption {
  position: absolute;
  right: 14px;
  left: 14px;
  bottom: 14px;
  padding: 12px 16px;
  border-radius: 16px;
  color: #fff;
  font-family: "Baloo Bhaijaan 2", sans-serif;
  font-size: 1.02rem;
  background: linear-gradient(135deg, rgba(215, 60, 141, 0.92), rgba(120, 56, 131, 0.84));
  backdrop-filter: blur(10px);
}

.gallery-card.is-empty figcaption {
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.86);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.social-card {
  display: block;
  padding: 26px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(240, 92, 168, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.social-card strong {
  display: block;
  font-size: 1.4rem;
}

.social-card span {
  display: inline-block;
  margin: 10px 0 14px;
  color: var(--brand-deep);
  font-weight: 700;
}

.social-card.instagram .social-icon,
.social-card.facebook .social-icon,
.social-card.whatsapp .social-icon {
  color: var(--brand-deep);
}

.social-card.instagram {
  background: linear-gradient(180deg, rgba(255, 221, 239, 0.94), rgba(255, 255, 255, 0.78));
}

.social-card.facebook {
  background: linear-gradient(180deg, rgba(223, 239, 255, 0.94), rgba(255, 255, 255, 0.78));
}

.social-card.whatsapp {
  background: linear-gradient(180deg, rgba(220, 250, 235, 0.94), rgba(255, 255, 255, 0.78));
}

.footer {
  padding: 10px 0 40px;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 30px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(255, 234, 245, 0.88), rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 44px rgba(240, 92, 168, 0.1);
}

.footer-brand {
  display: inline-block;
  margin-bottom: 10px;
}

.footer-copy p {
  margin: 0;
}

.footer-credit {
  margin-top: 12px;
  font-size: 0.95rem;
  color: var(--muted);
}

.footer-credit a {
  color: var(--brand-deep);
  font-weight: 700;
}

.footer-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--line);
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 136px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, #28db73, #15a86c);
  box-shadow: 0 18px 34px rgba(21, 168, 108, 0.28);
}

.hero-card article,
.service-card,
.social-card,
.feature-list article,
.playful-tags span,
.slider-gallery-card {
  animation: floaty 5.5s ease-in-out infinite;
}

.hero-card article:nth-child(2),
.service-card:nth-child(2),
.social-card:nth-child(2) {
  animation-delay: 0.5s;
}

.hero-card article:nth-child(3),
.service-card:nth-child(3),
.social-card:nth-child(3) {
  animation-delay: 0.9s;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-6px) rotate(0.4deg);
  }
}

@media (max-width: 1080px) {
  .hero-content,
  .showcase,
  .services-grid,
  .social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .slider-gallery-card {
    width: min(54vw, 390px);
  }

  .gallery-card.tall,
  .gallery-card.wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 320px;
  }

  .showcase-copy {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .hero {
    padding-top: 18px;
  }
.gallery-card.tall {
  
  min-height: 370px;
}
  .topbar,
  .footer-content {
    flex-direction: column;
    align-items: stretch;
  }

  .lang-switcher {
    justify-content: center;
  }

  .hero-content,
  .hero-card-grid,
  .services-grid,
  .showcase,
  .social-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-card,
  .footer-content {
    padding: 24px;
  }

  .slider-gallery-card,
  .slider-placeholder {
    min-height: 320px;
  }

  .slider-gallery-card {
    height: 320px;
    width: 78vw;
    min-width: 78vw;
  }

  .playful-tags {
    gap: 8px;
  }

  .button {
    width: 100%;
  }

  .floating-whatsapp {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}