/* Start custom CSS for html, class: .elementor-element-dc940d7 */.activity-section {
  padding: 60px 20px;
  background: #fafafa;
  text-align: center;
}

.activity-title {
  font-size: 32px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 10px;
}

.activity-desc {
  max-width: 850px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.activity-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  max-width: 1200px;
  margin: auto;
}

.activity-gallery img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  cursor: pointer;
}

.activity-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bca5fa6 */.activity-section {
  padding: 60px 20px;
  background: #fafafa;
  text-align: center;
}

.activity-title {
  font-size: 32px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 10px;
}

.activity-desc {
  max-width: 850px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.activity-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  max-width: 1200px;
  margin: auto;
}

.activity-gallery img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

.activity-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a218e83 *//* ===== Activity Section ===== */
.activity-section {
  padding: 40px 15px;
  background: #fafafa;
  text-align: center;
}

.activity-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c2c2c;
  margin-bottom: 8px;
}

.activity-desc {
  max-width: 900px;
  margin: 0 auto 25px;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* ===== Gallery Grid ===== */
.activity-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 1200px;
  margin: auto;
}

.activity-gallery img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

/* Hover only for desktop */
@media (hover: hover) {
  .activity-gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  }
}

/* ===== Tablet ===== */
@media (max-width: 992px) {
  .activity-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .activity-gallery img {
    height: 210px;
  }
}

/* ===== Mobile ===== */
@media (max-width: 600px) {
  .activity-title {
    font-size: 24px;
  }

  .activity-desc {
    font-size: 14px;
  }

  .activity-gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .activity-gallery img {
    height: 200px;
    border-radius: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-761c0da *//* ===== Activity Section ===== */
.activity-section {
  padding: 50px 15px;
  background: #fafafa;
  text-align: center;
}

.activity-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.activity-desc {
  max-width: 900px;
  margin: 0 auto 30px;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* ===== Horizontal Gallery ===== */
.activity-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  max-width: 1200px;
  margin: auto;
}

.activity-gallery img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* ===== Reel Gallery (9:16) ===== */
.reel-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 900px;
  margin: 40px auto 0;
}

.reel-box {
  aspect-ratio: 9 / 16;
  background: #000;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.reel-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== Tablet ===== */
@media (max-width: 992px) {
  .reel-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== Mobile ===== */
@media (max-width: 600px) {
  .reel-gallery {
    grid-template-columns: 1fr;
  }

  .reel-box {
    max-width: 360px;
    margin: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-504adfc *//* ===== ACTIVITY SECTION ===== */
.activity-section {
  padding: 60px 20px;
  background: #f8fafc;
  text-align: center;
}

.activity-title {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 10px;
}

.activity-desc {
  max-width: 900px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #4b5563;
  line-height: 1.7;
}

/* ===== HORIZONTAL GALLERY (3 PER ROW) ===== */
.horizontal-reel-gallery {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 👈 3 photos */
  gap: 22px;
}

/* Card */
.reel-horizontal {
  aspect-ratio: 16 / 10;   /* 👈 thodi zyada height */
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Image */
.reel-horizontal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.reel-horizontal img:hover {
  transform: scale(1.08);
}

/* ===== TABLET ===== */
@media (max-width: 992px) {
  .horizontal-reel-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .activity-title {
    font-size: 26px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {
  .horizontal-reel-gallery {
    grid-template-columns: 1fr;
  }

  .reel-horizontal {
    aspect-ratio: 16 / 11;
  }

  .activity-title {
    font-size: 22px;
  }

  .activity-desc {
    font-size: 14.5px;
  }
}/* End custom CSS */