*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --orange: #FF5722;
  --yellow: #FFC107;
  --pink: #FF4081;
  --teal: #00BCD4;
  --green: #4CAF50;
  --bg: #FFFFFF;
  --bg2: #FFF9F0;
  --bg3: #FFF3E0;
  --text: #1A1200;
  --muted: #7A6040;
  --border: rgba(0,0,0,0.08);
  --footer-dark: #FFF9F0;
  --footer-gold: #FFB74D;
}
html { scroll-behavior: smooth; }
body { font-family: 'Nunito', sans-serif; background: var(--bg); color: var(--text); overflow-x: hidden; cursor: none; }

#cursor { position:fixed; width:18px; height:18px; border-radius:50%; background:var(--orange); pointer-events:none; z-index:9999; transform:translate(-50%,-50%); transition:width 0.2s,height 0.2s,background 0.2s; mix-blend-mode:multiply; }
#cursor.big { width:44px; height:44px; background:var(--yellow); }

nav { position:fixed; top:0; left:0; right:0; z-index:100; padding:1rem 3rem; display:flex; align-items:center; justify-content:space-between; background:rgba(255,255,255,0.94); backdrop-filter:blur(16px); border-bottom:2px solid var(--border); }
.nav-logo { font-family:'Fredoka One',cursive; font-size:1.8rem; color:var(--orange); }
.nav-logo span { color:var(--teal); }
.nav-links { display:flex; gap:2rem; list-style:none; }
.nav-links a { color:var(--muted); text-decoration:none; font-weight:700; font-size:0.95rem; transition:color 0.2s; }
.nav-links a:hover { color:var(--orange); }
.nav-cta { background:var(--orange); color:#fff; border:none; cursor:none; padding:0.65rem 1.5rem; border-radius:50px; font-family:'Nunito',sans-serif; font-weight:700; font-size:0.95rem; box-shadow:0 4px 16px rgba(255,87,34,0.3); transition:transform 0.2s,box-shadow 0.2s; }
.nav-cta:hover { transform:translateY(-2px) scale(1.04); box-shadow:0 8px 28px rgba(255,87,34,0.4); }

/* HERO */
#hero { min-height:100vh; padding-top:80px; background:var(--bg2); position:relative; overflow:hidden; display:flex; align-items:center; }
.hero-dots { position:absolute; inset:0; pointer-events:none; overflow:hidden; }
.dot { position:absolute; border-radius:50%; opacity:0.15; animation:floatDot 6s ease-in-out infinite alternate; }
@keyframes floatDot { from{transform:translateY(0)} to{transform:translateY(-22px)} }

.hero-inner { position:relative; z-index:2; display:grid; grid-template-columns:1fr 1fr; gap:3rem; align-items:center; max-width:1200px; margin:0 auto; padding:4rem 3rem; }

.hero-badge { display:inline-flex; align-items:center; gap:8px; background:#FFF3E0; border:2px solid #FFCCBC; color:var(--orange); padding:0.4rem 1rem; border-radius:50px; font-size:0.8rem; font-weight:700; text-transform:uppercase; letter-spacing:0.08em; margin-bottom:1.5rem; }
.bdot { width:8px; height:8px; border-radius:50%; background:var(--orange); animation:blink 1.4s ease infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }

.hero-h1 { font-family:'Fredoka One',cursive; font-size:clamp(2.2rem,4vw,3.4rem); line-height:1.15; color:var(--text); margin-bottom:1.2rem; letter-spacing:0.01em; }
.hero-h1 .c-orange { color:var(--orange); }
.hero-h1 .c-teal { color:var(--teal); }

.hero-sub { font-size:1.05rem; color:var(--muted); line-height:1.85; max-width:440px; margin-bottom:2rem; }
.hero-btns { display:flex; gap:1rem; flex-wrap:wrap; }

.btn-main { background:var(--orange); color:#fff; padding:1rem 2rem; border-radius:50px; font-family:'Nunito',sans-serif; font-weight:700; font-size:1rem; text-decoration:none; border:none; cursor:none; box-shadow:0 6px 24px rgba(255,87,34,0.35); transition:transform 0.2s,box-shadow 0.2s; animation:btnBeat 2.5s ease 2s infinite; }
.btn-main:hover { transform:translateY(-3px) scale(1.03); box-shadow:0 12px 36px rgba(255,87,34,0.45); animation:none; }
@keyframes btnBeat { 0%,100%{box-shadow:0 6px 24px rgba(255,87,34,0.35)} 50%{box-shadow:0 10px 36px rgba(255,87,34,0.55)} }

.btn-ghost { background:transparent; color:var(--orange); padding:1rem 2rem; border-radius:50px; font-family:'Nunito',sans-serif; font-weight:700; font-size:1rem; text-decoration:none; border:2.5px solid var(--orange); cursor:none; transition:background 0.2s,color 0.2s; }
.btn-ghost:hover { background:var(--orange); color:#fff; }

.hero-visual { position:relative; height:480px; }
.hero-img { position:absolute; border-radius:20px; object-fit:cover; box-shadow:0 12px 40px rgba(0,0,0,0.13); border:4px solid #fff; transition:transform 0.4s; }
.hero-img:hover { transform:scale(1.04) rotate(0deg) !important; z-index:10; }
.hi1 { width:280px; height:340px; top:0; left:20px; transform:rotate(-3deg); z-index:2; }
.hi2 { width:240px; height:280px; top:60px; right:0; transform:rotate(2.5deg); z-index:3; }
.hi3 { width:200px; height:200px; bottom:0; left:140px; transform:rotate(-1.5deg); z-index:4; border-radius:50%; }

.hero-sticker { position:absolute; font-family:'Fredoka One',cursive; font-size:0.95rem; padding:0.35rem 0.9rem; border-radius:50px; box-shadow:0 4px 14px rgba(0,0,0,0.12); z-index:5; }
.stk1 { top:10px; right:50px; background:var(--pink); color:#fff; transform:rotate(6deg); }
.stk2 { bottom:55px; right:10px; background:var(--teal); color:#fff; transform:rotate(-5deg); }
.stk3 { bottom:25px; left:10px; background:var(--yellow); color:var(--text); transform:rotate(3deg); }


#hero { font-family: 'Georgia', serif; border-radius: 12px; }

.hs-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 0.9s ease;
}
.hs-slide.active { opacity: 1; }

.hs-counter {
  position: absolute; top: 24px; right: 40px;
  color: rgba(255,255,255,0.6); font-size: 13px;
  letter-spacing: 0.1em; z-index: 20;
}

.hs-content {
  position: absolute; inset: 0; z-index: 10;
  display: flex; flex-direction: column;
  justify-content: center; padding: 0 52px;
  max-width: 540px;
}

.hs-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 20px; padding: 5px 14px;
  font-size: 12px; letter-spacing: 0.06em;
  color: #fff; margin-bottom: 20px; width: fit-content;
}
.bdot { width: 7px; height: 7px; border-radius: 50%; background: #ff7e3e; }

.hs-h1 {
  font-size: 46px; line-height: 1.12; color: #fff;
  margin: 0 0 16px; font-weight: 700;
  text-shadow: 0 2px 16px rgba(0,0,0,0.4);
}
.c-orange { color: #ff7e3e; }
.c-teal   { color: #2ee8b5; }

.hs-sub {
  font-size: 15px; color: rgba(255,255,255,0.85);
  line-height: 1.65; margin: 0 0 28px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

.hs-btns { display: flex; gap: 12px; flex-wrap: wrap; }

.btn-main {
  background: #ff7e3e; color: #fff; border-radius: 6px;
  padding: 13px 26px; font-size: 14px; font-weight: 600;
  text-decoration: none; transition: background 0.2s;
}
.btn-main:hover { background: #e8692a; }

.btn-ghost {
  background: transparent; color: #fff;
  border: 1.5px solid rgba(255,255,255,0.5);
  border-radius: 6px; padding: 12px 24px;
  font-size: 14px; text-decoration: none;
  transition: border-color 0.2s;
}
.btn-ghost:hover { border-color: #fff; }

.hs-stickers {
  position: absolute; right: 40px; top: 50%;
  transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 12px; z-index: 20;
}
.hs-sticker {
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff; border-radius: 20px;
  padding: 7px 16px; font-size: 12px; font-weight: 600;
  backdrop-filter: blur(4px);
}

.hs-dots {
  position: absolute; bottom: 22px; left: 52px;
  display: flex; gap: 9px; z-index: 20;
}
.hs-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.35); border: none; cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}
.hs-dot.active { background: #ff7e3e; transform: scale(1.3); }

.hs-arrows {
  position: absolute; bottom: 16px; right: 40px;
  display: flex; gap: 10px; z-index: 20;
}
.hs-arrow {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff; font-size: 16px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.hs-arrow:hover { background: rgba(255,255,255,0.3); }


/* SECTION COMMONS */
section { padding:6rem 3rem; }
.s-label { text-align:center; font-size:0.78rem; font-weight:700; letter-spacing:0.14em; text-transform:uppercase; color:var(--orange); margin-bottom:0.75rem; }
.s-head { font-family:'Fredoka One',cursive; font-size:clamp(2rem,4vw,2.9rem); text-align:center; letter-spacing:0.01em; line-height:1.18; margin-bottom:0.75rem; color:var(--text); }
.s-sub { text-align:center; color:var(--muted); font-size:1.05rem; max-width:500px; margin:0 auto 3.5rem; line-height:1.85; }

.reveal { opacity:0; transform:translateY(28px); transition:opacity 0.7s ease,transform 0.7s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }

/* EMOTION STRIP */
#emotions { background:var(--bg); }
.emo-scroll { display:flex; gap:1.5rem; overflow-x:auto; padding-bottom:1rem; scrollbar-width:none; justify-content:center; flex-wrap:wrap; }
.emo-scroll::-webkit-scrollbar { display:none; }
.emo-card { flex-shrink:0; width:155px; display:flex; flex-direction:column; align-items:center; gap:0.75rem; cursor:none; transition:transform 0.3s; padding-top: 15px;}
.emo-card:hover { transform:translateY(-10px) scale(1.04); }
.emo-ring { width:132px; height:132px; border-radius:50%; padding:4px; transition:box-shadow 0.3s; }
.r1{background:linear-gradient(135deg,#FF5722,#FFC107)} .r2{background:linear-gradient(135deg,#FF4081,#FF5722)} .r3{background:linear-gradient(135deg,#00BCD4,#4CAF50)} .r4{background:linear-gradient(135deg,#FFC107,#FF4081)} .r5{background:linear-gradient(135deg,#4CAF50,#00BCD4)} .r6{background:linear-gradient(135deg,#9C27B0,#FF4081)}
.emo-card:hover .emo-ring { box-shadow:0 10px 30px rgba(255,87,34,0.28); }
.emo-img { width:100%; height:100%; border-radius:50%; object-fit:cover; border:4px solid #fff; }
.emo-label { font-size:0.88rem; font-weight:700; color:var(--text); text-align:center; }

/* DRUM CIRCLE COMIC */
#what { background:var(--bg2); }
.comic { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; max-width:1000px; margin:0 auto; }
.cpanel { background:#fff; border-radius:20px; overflow:hidden; border:2px solid var(--border); box-shadow:0 4px 24px rgba(0,0,0,0.06); transition:transform 0.35s,box-shadow 0.35s; cursor:none; }
.cpanel:hover { transform:translateY(-8px) rotate(0.5deg); box-shadow:0 20px 50px rgba(255,87,34,0.14); }
.cpanel-img { width:100%; height:180px; object-fit:cover; display:block; }
.cpanel-body { padding:1.5rem; }
.cpanel-sfx { font-family:'Fredoka One',cursive; font-size:1.25rem; margin-bottom:0.5rem; }
.sfx1{color:var(--orange)} .sfx2{color:var(--teal)} .sfx3{color:var(--pink)}
.cpanel-title { font-weight:700; font-size:1rem; margin-bottom:0.4rem; }
.cpanel-desc { font-size:0.88rem; color:var(--muted); line-height:1.7; }

/* MOMENTS */
#moments { background:var(--bg); }
.mgrid { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:1.5rem; max-width:1100px; margin:0 auto; }
.mc { border-radius:20px; overflow:hidden; background:#fff; border:2px solid var(--border); box-shadow:0 4px 20px rgba(0,0,0,0.06); transition:transform 0.4s cubic-bezier(0.23,1,0.32,1),box-shadow 0.4s; cursor:none; }
.mc:nth-child(2){transform:rotate(1.2deg)} .mc:nth-child(4){transform:rotate(-1.5deg)}
.mc:hover { transform:rotate(0) translateY(-10px) scale(1.02) !important; box-shadow:0 24px 56px rgba(255,87,34,0.16); }
.mc-img { width:100%; height:210px; object-fit:cover; display:block; }
.mc-body { padding:1.25rem 1.5rem; }
.mc-tag { display:inline-block; background:#FFF3E0; color:var(--orange); font-size:0.72rem; font-weight:700; letter-spacing:0.08em; text-transform:uppercase; padding:0.2rem 0.6rem; border-radius:50px; margin-bottom:0.5rem; }
.mc-title { font-family:'Fredoka One',cursive; font-size:1.1rem; margin-bottom:0.3rem; }
.mc-desc { font-size:0.88rem; color:var(--muted); line-height:1.7; }

/* ENERGY */
#energy { background:var(--orange); color:#fff; position:relative; overflow:hidden; }
#energy::before { content:''; position:absolute; top:-40px; left:0; right:0; height:80px; background:var(--bg); clip-path:ellipse(55% 80px at 50% 0%); z-index:1; }
#energy::after { content:''; position:absolute; bottom:-40px; left:0; right:0; height:80px; background:var(--bg2); clip-path:ellipse(55% 80px at 50% 100%); z-index:1; }
#energy .s-label{color:rgba(255,255,255,0.75)} #energy .s-head{color:#fff} #energy .s-sub{color:rgba(255,255,255,0.82)}
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1.5rem; max-width:900px; margin:0 auto; position:relative; z-index:2; }
.stat { background:rgba(255,255,255,0.15); border:2px solid rgba(255,255,255,0.25); border-radius:20px; padding:2rem 1rem; text-align:center; transition:transform 0.3s,background 0.3s; cursor:none; }
.stat:hover { transform:translateY(-6px) scale(1.04); background:rgba(255,255,255,0.25); }
.stat-n { font-family:'Fredoka One',cursive; font-size:2.8rem; line-height:1; color:var(--yellow); margin-bottom:0.4rem; }
.stat-l { font-size:0.85rem; font-weight:600; opacity:0.85; }
.e-wave { position:absolute; bottom:40px; left:0; right:0; display:flex; align-items:flex-end; gap:3px; padding:0 2rem; height:60px; opacity:0.12; pointer-events:none; z-index:0; }
.ew-bar { flex:1; background:#fff; border-radius:2px 2px 0 0; }

/* =========================
   GALLERY SECTION
========================= */
#gallery {
  background: var(--bg2);
  padding: 80px 20px;
  position: relative;
  z-index: 1;
}

/* =========================
   GALLERY GRID
========================= */
.masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 1200px;
  margin: 40px auto 0;
}

.mi {
  height: 280px; /* sab images same size */
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border: 3px solid #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.mi img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; /* image crop hoke perfect fit hogi */
  transition: transform 0.4s ease, filter 0.3s ease;
}

.mi:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 18px 48px rgba(255, 87, 34, 0.16);
}

.mi:hover img {
  transform: scale(1.04);
  filter: brightness(1.05) saturate(1.1);
}

/* Old masonry random spacing remove */
.mi:nth-child(2),
.mi:nth-child(4),
.mi:nth-child(6) {
  margin-top: 0;
}

.gallery-btn {
  text-align: center;
  margin-top: 35px;
}

/* =========================
   LIGHTBOX POPUP
========================= */
.lightbox {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.94);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  padding: 20px;
  overflow: hidden;
}

.lightbox.active {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: min(1100px, 92vw);
  max-height: 90vh;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-content img {
  width: auto;
  max-width: 100%;
  max-height: 85vh;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.45);
  animation: zoomIn 0.25s ease;
  user-select: none;
  -webkit-user-drag: none;
}

/* Smooth popup animation */
@keyframes zoomIn {
  from {
    transform: scale(0.92);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Close button */
.close-lightbox {
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 44px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  z-index: 1000001;
  transition: transform 0.25s ease, color 0.25s ease;
  user-select: none;
}

.close-lightbox:hover {
  transform: scale(1.12);
  color: #ff5722;
}

/* Prev / Next buttons */
.lightbox-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 1000001;
}

.lightbox-btn:hover {
  background: #ff5722;
  transform: translateY(-50%) scale(1.08);
}

.lightbox-btn.prev {
  left: 24px;
}

.lightbox-btn.next {
  right: 24px;
}

/* =========================
   TABLET
========================= */
@media (max-width: 992px) {
  #gallery {
    padding: 70px 18px;
  }

  .masonry {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9rem;
  }

  .mi {
    height: 240px;
    border-radius: 16px;
  }

  .lightbox-content {
    max-width: 94vw;
    max-height: 88vh;
  }

  .lightbox-content img {
    max-height: 80vh;
    border-radius: 16px;
  }

  .lightbox-btn {
    width: 52px;
    height: 52px;
    font-size: 26px;
  }

  .close-lightbox {
    font-size: 40px;
    top: 16px;
    right: 20px;
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  #gallery {
    padding: 60px 16px;
  }

  .masonry {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .mi {
    height: 230px;
    margin-bottom: 0;
    border-radius: 16px;
  }

  .mi:hover {
    transform: none;
  }

  .mi:hover img {
    transform: none;
    filter: none;
  }

  .lightbox {
    padding: 14px;
  }

  .lightbox-content {
    width: 100%;
    max-width: 100%;
    max-height: 82vh;
  }

  .lightbox-content img {
    width: 100%;
    max-width: 100%;
    max-height: 75vh;
    border-radius: 14px;
    object-fit: contain;
  }

  .lightbox-btn {
    width: 46px;
    height: 46px;
    font-size: 24px;
    top: auto;
    bottom: 18px;
    transform: none;
  }

  .lightbox-btn:hover {
    transform: scale(1.05);
  }

  .lightbox-btn.prev {
    left: calc(50% - 60px);
  }

  .lightbox-btn.next {
    right: calc(50% - 60px);
  }

  .close-lightbox {
    top: 10px;
    right: 16px;
    font-size: 34px;
  }
}

/* =========================
   SMALL MOBILE
========================= */
@media (max-width: 480px) {
  #gallery {
    padding: 50px 14px;
  }

  .s-head {
    font-size: 28px;
    line-height: 1.2;
  }

  .s-sub {
    font-size: 15px;
    line-height: 1.6;
  }

  .mi {
    height: 210px;
    border-radius: 14px;
  }

  .lightbox {
    padding: 10px;
  }

  .lightbox-content img {
    max-height: 70vh;
    border-radius: 12px;
  }

  .lightbox-btn {
    width: 42px;
    height: 42px;
    font-size: 22px;
    bottom: 14px;
  }

  .lightbox-btn.prev {
    left: calc(50% - 54px);
  }

  .lightbox-btn.next {
    right: calc(50% - 54px);
  }

  .close-lightbox {
    font-size: 30px;
    right: 14px;
  }
}

/* TESTIMONIALS */
#testimonials { background:var(--bg); }
.tgrid { display:grid; grid-template-columns:repeat(auto-fit,minmax(290px,1fr)); gap:1.5rem; max-width:1100px; margin:0 auto; }
.tc { background:var(--bg2); border:2px solid var(--border); border-radius:20px; padding:1.75rem; transition:transform 0.3s,box-shadow 0.3s; cursor:none; position:relative; }
.tc:hover { transform:translateY(-6px); box-shadow:0 16px 40px rgba(255,87,34,0.1); }
.tc-top { display:flex; align-items:center; gap:1rem; margin-bottom:1.2rem; }
.tc-face { width:56px; height:56px; border-radius:50%; object-fit:cover; border:3px solid var(--orange); flex-shrink:0; }
.tc-name { font-weight:700; font-size:0.95rem; }
.tc-role { font-size:0.8rem; color:var(--muted); }
.tc-q { font-family:'Fredoka One',cursive; font-size:3.5rem; line-height:0.8; color:var(--orange); opacity:0.2; position:absolute; top:1.25rem; right:1.5rem; }
.tc-quote { font-size:0.97rem; line-height:1.8; color:var(--text); padding-top:1rem; border-top:2px dashed #F0E0D0; font-style:italic; }
.tc-react { display:flex; gap:0.5rem; margin-top:1rem; }
.rp { background:#fff; border:2px solid var(--border); border-radius:50px; padding:0.2rem 0.7rem; font-size:0.8rem; font-weight:600; cursor:none; transition:transform 0.2s,background 0.2s; }
.rp:hover { background:#FFF3E0; transform:scale(1.12); }

/* WHY IT WORKS */
#why { background:var(--bg2); }
.why-g { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; max-width:1000px; margin:0 auto; }
.wc { background:#fff; border:2px solid var(--border); border-radius:20px; overflow:hidden; transition:transform 0.35s,box-shadow 0.35s; cursor:none; }
.wc:hover { transform:translateY(-8px); box-shadow:0 20px 48px rgba(255,87,34,0.12); }
.wc-img { width:100%; height:160px; object-fit:cover; display:block; }
.wc-body { padding:1.5rem; }
.wc-title { font-family:'Fredoka One',cursive; font-size:1.15rem; margin-bottom:0.4rem; }
.wc-desc { font-size:0.88rem; color:var(--muted); line-height:1.75; }

/* CLIENTS */
#clients { background:#fff; border-top:2px solid var(--border); border-bottom:2px solid var(--border); padding:5rem 3rem; }
.c-row { display:flex; flex-wrap:wrap; gap:2rem 4rem; justify-content:center; align-items:center; max-width:900px; margin:2rem auto 0; }
.clogo { font-family:'Fredoka One',cursive; font-size:1.3rem; color:#CEBFA8; cursor:none; transition:color 0.3s; }
.clogo:hover { color:var(--orange); }

/* CTA */
#cta { background:linear-gradient(135deg,#FFF9F0 0%,#FFECE0 100%); text-align:center; position:relative; overflow:hidden; }
.confetti-wrap { position:absolute; inset:0; pointer-events:none; overflow:hidden; }
.cp { position:absolute; border-radius:3px; animation:cfall 6s linear infinite; }
@keyframes cfall { 0%{transform:translateY(-20px) rotate(0deg);opacity:0.8} 100%{transform:translateY(100vh) rotate(720deg);opacity:0} }
#cta .s-head { font-size:clamp(2.2rem,5vw,3.6rem); }
.cta-sub { font-size:1.1rem; color:var(--muted); margin-bottom:2.5rem; }
.cta-btns { display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; }
.btn-wa { display:inline-flex; align-items:center; gap:10px; background:#25D366; color:#fff; padding:1rem 2rem; border-radius:50px; font-family:'Nunito',sans-serif; font-weight:700; font-size:1rem; text-decoration:none; cursor:none; box-shadow:0 6px 24px rgba(37,211,102,0.35); transition:transform 0.2s,box-shadow 0.2s; animation:waBeat 2.5s ease 1.5s infinite; }
.btn-wa:hover { transform:translateY(-3px) scale(1.04); box-shadow:0 12px 36px rgba(37,211,102,0.5); animation:none; }
@keyframes waBeat { 0%,100%{box-shadow:0 6px 24px rgba(37,211,102,0.35)} 50%{box-shadow:0 10px 32px rgba(37,211,102,0.55)} }

/* STICKY */

.flogo { font-family:'Fredoka One',cursive; font-size:1.4rem; color:var(--orange); }
.flogo span { color:var(--teal); }
.fcopy { font-size:0.82rem; color:var(--muted); }

@media(max-width:900px){
  nav{padding:1rem 1.5rem} .nav-links{display:none}
  .hero-inner{grid-template-columns:1fr;padding:3rem 1.5rem}
  .hero-visual{height:300px}
  .hi1{width:170px;height:210px} .hi2{width:155px;height:175px;right:0;top:30px} .hi3{width:130px;height:130px;left:80px}
  section{padding:4rem 1.5rem}
  .comic{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .masonry{columns:2}
  .why-g{grid-template-columns:1fr}
  body{padding-bottom:70px;cursor:auto}
  #cursor{display:none}
  a,button{cursor:pointer}
}

@media(max-width:900px){

  .hero-inner{
    flex-direction: column;
  }

  .hero-visual{
    order: -1;
  }


}
@media(max-width:500px){ .masonry{columns:1} }
@keyframes waveDance { from{transform:scaleY(0.2);transform-origin:bottom} to{transform:scaleY(1);transform-origin:bottom} }


/* ================= FOOTER FINAL ================= */
.main-footer {
  background: linear-gradient(135deg, #156c37, #23ac58, #156c37);
  color: #ffffff;
  padding-top: 60px;
  font-family: 'Poppins', sans-serif;
}

/* Container */
.footer-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 0 20px 40px;
}

/* Logo */
.footer-logo {
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(45deg, #f4b400, #ffcc00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Text */
.footer-desc {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
  color: #ffffff;
}

/* Headings */
.footer-col h3 {
  margin-bottom: 15px;
  font-size: 18px;
  background-color: #2f2f2f;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Links */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-col ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #f4b400;
  padding-left: 5px;
}

/* Contact */
.footer-col p {
  margin: 6px 0;
  font-size: 14px;
  color: #ffffff;
}

/* Social */
.social-icons {
  margin-top: 15px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: #f6d2bb;
  color: #ff5722;
  text-decoration: none;
  border-radius: 50%;
  transition: 0.3s;
}

.social-icons a:hover {
  background: linear-gradient(45deg, #f4b400, #ffcc00);
  color: #000;
  transform: scale(1.1);
}

/* Sub Footer */
.sub-footer {
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 10px;
  font-size: 14px;
  background: #189046;
}

.sub-footer p {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.sub-footer a {
  color: #2f2f2f;
  text-decoration: none;
}

.sub-footer a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}



.insta-section {
  padding: 60px 20px;
  background: #f5f5f5;
}

.insta-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1000px;
  margin: auto;
}

/* Each post */
.insta-post {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Make embed responsive */
.instagram-media {
  width: 100% !important;
  min-width: 100% !important;
}

/* Responsive */
@media (max-width: 992px) {
  .insta-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .insta-container {
    grid-template-columns: 1fr;
  }
}



.gallery-btn{
  text-align: center;
  margin-top: 40px;
}


/* YOUTUBE SECTION */
#youtube{
  background: var(--bg);
  text-align: center;
}

.yt-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 40px auto;
}

.yt-card{
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.yt-card:hover{
  transform: translateY(-8px);
}

.yt-card iframe{
  width: 100%;
  height: 220px;
  display: block;
}

/* Button */
.yt-btn{
  margin-top: 40px;
}

/* Responsive */
@media(max-width:900px){
  .yt-container{
    grid-template-columns: 1fr;
  }

  .yt-card iframe{
    height: 250px;
  }
}



/* EVENTS */
#upcoming-events{
  background: var(--bg2);
  text-align: center;
}

.events-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 50px auto;
}

/* CARD */
.event-card{
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  transition: 0.3s;
  text-align: left;
}

.event-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(255,87,34,0.12);
}

/* IMAGE */
.event-img{
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* CONTENT */
.event-content{
  padding: 18px 20px 22px;
}

/* DATE */
.event-date{
  font-size: 0.8rem;
  color: var(--orange);
  background: #FFF3E0;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

/* TITLE (less bold 👇) */
.event-title{
  font-size: 1.05rem;
  font-weight: 600; /* 👈 fix bold issue */
  margin-bottom: 6px;
  color: var(--text);
}

/* DESC */
.event-desc{
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 14px;
}

/* BUTTON */
.event-card .btn-main{
  padding: 0.7rem 1.4rem;
  font-size: 0.9rem;
}

/* MOBILE */
@media(max-width:900px){
  .events-container{
    grid-template-columns: 1fr;
  }

  .event-img{
    height: 200px;
  }
}



/* CONTACT */
#contact{
  background: var(--bg);
}

/* LAYOUT */
.contact-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
  max-width: 1100px;
  margin: auto;
  padding: 60px 20px;
}

/* IMAGE */
.contact-image img{
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

/* FORM BOX */
.contact-form-box{
  text-align: left;
}

/* FORM */
.contact-form{
  margin-top: 20px;
}

.form-group{
  margin-bottom: 15px;
}

/* INPUTS */
.contact-form input,
.contact-form textarea{
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 2px solid var(--border);
  font-family: 'Nunito', sans-serif;
  font-size: 0.9rem;
  transition: 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus{
  border-color: var(--orange);
  outline: none;
  box-shadow: 0 0 0 3px rgba(255,87,34,0.1);
}

/* BUTTON */
.contact-form .btn-main{
  margin-top: 10px;
  width: 100%;
}

/* MOBILE */
@media(max-width:900px){
  .contact-container{
    grid-template-columns: 1fr;
  }

  .contact-image{
    order: -1;
  }

  .contact-form-box{
    text-align: center;
  }
}





/* Remove rounded corners from banner */
.hero-section,
.hero-banner,
.banner,
.hero-section img,
.hero-banner img,
.banner img {
  border-radius: 0 !important;
}




/* ===== ACTIVITIES HERO ===== */
.activities-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 430px;
  width: 100%;
  background: #f6f1e8;
  overflow: hidden;
}

/* Left */
.activities-hero-left {
  background: #f3eadc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 8%;
  position: relative;
}

.activities-hero-left::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 60px;
  width: 140px;
  height: 140px;
  background: rgba(255, 182, 66, 0.12);
  border-radius: 50%;
  z-index: 0;
}

.activities-hero-left::after {
  content: "";
  position: absolute;
  bottom: 50px;
  right: 80px;
  width: 90px;
  height: 90px;
  background: rgba(108, 190, 173, 0.15);
  border-radius: 50%;
  z-index: 0;
}

.activities-hero-left * {
  position: relative;
  z-index: 2;
}

.hero-mini {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #ff6b2c;
  background: rgba(255, 107, 44, 0.08);
  border: 1px solid rgba(255, 107, 44, 0.18);
  padding: 10px 18px;
  border-radius: 999px;
  margin-bottom: 20px;
  width: fit-content;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0.5px;
}

.activities-hero-left h1 {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 1.05;
  font-weight: 800;
  color: #1d140d;
  margin: 0 0 24px;
  font-family: 'Fredoka One', cursive;
}

.hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #7b6b5d;
  font-family: 'Nunito', sans-serif;
}

.hero-breadcrumb a {
  color: #1d140d;
  text-decoration: none;
  transition: 0.3s ease;
}

.hero-breadcrumb a:hover {
  color: #ff6b2c;
}

/* Right */
.activities-hero-right {
  position: relative;
  overflow: hidden;
}

.activities-hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Optional soft overlay for premium look */
.activities-hero-right::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(246,241,232,0.05), rgba(246,241,232,0.15));
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {
  .activities-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .activities-hero-left {
    padding: 70px 24px 50px;
    text-align: center;
    align-items: center;
  }

  .activities-hero-left h1 {
    font-size: 2.6rem;
  }

  .hero-breadcrumb {
    justify-content: center;
    flex-wrap: wrap;
  }

  .activities-hero-right {
    height: 300px;
  }
}



.mc {
  text-decoration: none;
  color: inherit;
  display: block;
}