.elementor-746 .elementor-element.elementor-element-2c0352f2{--display:flex;}.elementor-746 .elementor-element.elementor-element-111790f{--display:flex;}.elementor-746 .elementor-element.elementor-element-95d9827{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-746 .elementor-element.elementor-element-84387d1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ed6efb9 *//* === GLOBAL STYLE RESET === */
.digital-literacy {
  position: relative;
  background: linear-gradient(to bottom, #f5f9ff, #e9f2fb);
  overflow: hidden;
  padding-bottom: 100px;
  font-family: 'Poppins', sans-serif;
  color: #0f4c81;
}

/* === HERO AREA === */
.digital-hero {
  position: relative;
  height: 90vh;
  background: url('https://images.unsplash.com/photo-1605902711622-cfb43c4437b5?auto=format&fit=crop&w=1500&q=80') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.digital-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(15, 76, 129, 0.8), rgba(15, 76, 129, 0.4));
  z-index: 1;
}

.hero-text {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 750px;
  padding: 0 20px;
  animation: fadeInUp 2s ease;
}

.hero-text h2 {
  font-size: 4rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-text p {
  font-size: 2rem;
  line-height: 1.7;
  color: #eaf4ff;
}

/* === PARALLAX EFFECT === */
.digital-hero {
  background-attachment: fixed;
}

/* === OFFLINE APP === */
.offline-app {
  margin-top: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}

.app-screen {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(15, 76, 129, 0.15);
  padding: 40px;
  text-align: center;
  max-width: 700px;
  backdrop-filter: blur(10px);
  border: 2px solid #0f4c81;
  animation: fadeIn 2.5s ease;
}

.app-screen h3 {
  font-size: 2rem;
  color: #0f4c81;
  margin-bottom: 15px;
}

.app-screen p {
  color: #444;
  margin-bottom: 25px;
}

.app-reader {
  background: linear-gradient(135deg, #eaf4ff, #fff);
  padding: 25px;
  border-radius: 16px;
  box-shadow: inset 0 0 10px rgba(15, 76, 129, 0.15);
  min-height: 150px;
}

.reader-text p {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
}

.next-btn {
  background: linear-gradient(90deg, #0f4c81, #1b6fc2);
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 30px;
  margin-top: 10px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.4s ease;
}

.next-btn:hover {
  background: linear-gradient(90deg, #1b6fc2, #f1c40f);
  transform: scale(1.05);
}

/* === ONLINE PLATFORMS GRID === */
.platforms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin: 80px auto;
  width: 90%;
  max-width: 1200px;
}

.platform-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  text-align: center;
  padding: 35px 25px;
  transition: all 0.4s ease;
  border: 2px solid transparent;
}

.platform-card img {
  width: 100px;
  height: auto;
  margin-bottom: 20px;
}

.platform-card h4 {
  color: #0f4c81;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.platform-card p {
  color: #444;
  font-size: 3rem;
  margin-bottom: 18px;
  line-height: 1.6;
}

.visit-btn {
  background: linear-gradient(90deg, #0f4c81, #1b6fc2);
  color: #fff;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.4s ease;
}

.visit-btn:hover {
  background: linear-gradient(90deg, #1b6fc2, #f1c40f);
  transform: scale(1.08);
}

.platform-card:hover {
  transform: translateY(-10px);
  border-color: #f1c40f;
}

/* === GAMIFIED LEARNING === */
.gamified-card {
  text-align: center;
  background: linear-gradient(135deg, #0f4c81, #1b6fc2);
  color: #fff;
  padding: 70px 30px;
  border-radius: 20px;
  margin: 70px auto;
  width: 85%;
  max-width: 1000px;
  box-shadow: 0 10px 25px rgba(15, 76, 129, 0.25);
}

.gamified-card h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.gamified-card p {
  font-size: 1.rem;
  color: #f0f7ff;
  margin-bottom: 25px;
}

.game-btn {
  background: #f1c40f;
  color: #0f4c81;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.game-btn:hover {
  background: #fff;
  color: #0f4c81;
  transform: scale(1.05);
}

/* === IMPACT + CTA === */
.digital-impact {
  text-align: center;
  margin-top: 60px;
}

.digital-impact h3 {
  font-size: 2.5rem;
  color: #0f4c81;
  font-weight: 800;
  margin-bottom: 15px;
}

.digital-impact p {
  font-size: 2rem;
  color: #444;
  margin-bottom: 25px;
}

.cta-btn {
  background: linear-gradient(90deg, #0f4c81, #1b6fc2);
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background: linear-gradient(90deg, #1b6fc2, #f1c40f);
  transform: scale(1.05);
}

/* === ANIMATIONS === */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

/* === RESPONSIVE DESIGN === */
@media (max-width: 768px) {
  .hero-text h2 { font-size: 2rem; }
  .hero-text p { font-size: 1rem; }
  .app-screen { padding: 25px; }
  .gamified-card { padding: 50px 20px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0b3196 *//* ===== GALLERY SECTION ===== */
.gallery-section {
  background: #ffffff;
  padding: 80px 5%;
  text-align: center;
  border-top: 4px solid #004aad;
  border-bottom: 4px solid #004aad;
  box-shadow: 0 0 20px rgba(0, 74, 173, 0.05);
}

.gallery-section h2 {
  font-size: 3rem;
  color: #d4af37; /* Gold */
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.gallery-intro {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #333;
  font-size: 1.3rem;
  line-height: 1.6;
}

/* Masonry Grid Layout */
.masonry-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-auto-rows: 240px;
  grid-gap: 18px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 2px solid #004aad; /* Blue outline */
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 74, 173, 0.08);
  transition: all 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 74, 173, 0.25);
  border-color: #d4af37; /* Gold glow on hover */
}

/* Variations for Desktop Only */
@media (min-width: 992px) {
  .gallery-item.wide {
    grid-column: span 2;
  }
  .gallery-item.tall {
    grid-row: span 2;
  }
}

/* Responsive for Tablets */
@media (max-width: 991px) {
  .gallery-section h2 {
    font-size: 2.2rem;
  }

  .masonry-gallery {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-auto-rows: 200px;
  }

  .gallery-intro {
    font-size: 1.1rem;
  }
}

/* Responsive for Phones */
@media (max-width: 600px) {
  .gallery-section {
    padding: 60px 4%;
  }

  .gallery-section h2 {
    font-size: 1.7rem;
    margin-bottom: 8px;
  }

  .gallery-intro {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .masonry-gallery {
    grid-template-columns: 1fr 1fr; /* two per row */
    grid-auto-rows: 150px;
    grid-gap: 10px;
  }

  .gallery-item {
    border-radius: 10px;
  }
}

/* Extra Small Phones */
@media (max-width: 400px) {
  .masonry-gallery {
    grid-template-columns: 1fr; /* single column for tiny screens */
    grid-auto-rows: 200px;
  }
}/* End custom CSS */