
      /* Home Section */
      #home {
        min-height: 100vh;
        width: 100%;
        background-image: linear-gradient(
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
          ),
          url("https://jshp.online/main/img/bg-main.jpg");
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
      }
      .text-box {
        width: 100%;
        color: #fff;
        padding: 0 20px;
      }
      .text-box h1 {
        font-size: 45px;
        color: white;
        margin-bottom: 10px;
      }
      .text-box h6 {
        font-size: 25px;
        margin-bottom: 15px;
        font-weight: 400;
      }
      .text-box p {
        font-size: 25px;
        font-style: italic;
        margin: 10px 0;
        color: #fff;
        text-align: center;
      }
      .emblem {
        width: 150px;
        height: auto;
        margin: 20px 0;
      }
      .text-box h4 {
        font-size: 25px;
        margin-top: 3px;
        text-align: center;
      }

      @media (max-width: 1135px) {
        .text-box h1 {
          font-size: 32px;
        }
        .text-box h6 {
          font-size: 20px;
        }
        .text-box p {
          font-size: 19px;
          color: #fff;
          text-align: center;
        }
        .emblem {
          width: 110px;
        }
        .text-box h3 {
          font-size: 19px;
        }
      }

      @media (max-width: 899px) {
        .text-box h1 {
          font-size: 20px;
        }
        .text-box h6 {
          font-size: 14px;
        }
        .text-box p {
          font-size: 15px;
          color: #fff;
          text-align: center;
        }
        .emblem {
          width: 90px;
        }
        .text-box h3 {
          font-size: 13px;
        }
        .text-box h4 {
        font-size: 20px;
        margin-top: 3px;
        text-align: center;
      }
            #home {
    min-height: 60vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://jshp.online/main/img/bg-main.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
      }
       /* About Section */
      /* =================================
   ABOUT SECTION – PRINTED DOCUMENT
   ================================= */

#about {
  max-width: 1000px;
  margin: 20px auto;
  padding: 0;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

/* Page body */
.container-history {
  padding: 40px 45px;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
}

/* Main title */
.heading {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 6px;
  color: #3b6b49;
}
.meta{
      color:#3b6b49bc;
      margin-bottom:10px;
      margin-top: 10px;
      font-size: 13px;
}
      .meta::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #3b6b49;
        margin: 1px auto 0 auto;
      }

/* Two-column printed layout */
.columns {
  column-count: 2;
  column-gap: 30px;
  column-rule: 1px solid #3b6b49;
}

/* Paragraphs only inside About */
#about p,
.first_paragrap {
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 10px;
  color: #000;
}

 .columns .first_paragrap:first-of-type::first-letter {
       float: none;
       font-size: 1.5em;
       line-height: 1.2;
       font-weight: bold;
      color: #3b6b49;
}

/* Section headings */
.sub-heading {
  margin: 14px 0 6px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: underline;
  break-after: avoid;
  color: #3b6b49;
   text-align: center;
}

/* Lists */
#about ol {
  margin: 6px 0 10px 20px;
  padding: 0;
}

#about li {
  margin-bottom: 4px;
}

/* Tight lists */
.tight-list li {
  margin-bottom: 2px;
}

/* Labels */
.Chief,
.Recording,
.post {
  font-weight: bold;
}

.Mr {
  margin-left: 4px;
}

/* Superscript */
sup {
  font-size: 70%;
  vertical-align: super;
}
 ol > li .members {
    list-style-type: lower-alpha; /* alphabetical */
    padding-left: 20px; /* small indent under main person */
    margin: 0;
    color: #000;
  }

/* Back button – document style */
 .back-btn {
  display: block;
  margin: 20px auto 10px auto;
  padding: 10px 100px;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(180deg, #00b6c7, #008a97);
  color: white;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.back-btn:active {
  transform: translateY(1px);
}

.back-btn:hover {
  box-shadow: 0 25px 30px rgba(0, 136, 150, 0.16);
  background: linear-gradient(180deg, #30939c, #017681);
}
/* Back button – document style */
 #about {
padding-bottom: 10px;
}
 .history-btn {
  display: block;
  margin: 20px auto 10px auto;
  padding: 10px 100px;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(180deg, #00b6c7, #008a97);
  color: white;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.history-btn:active {
  transform: translateY(1px);
}

.history-btn:hover {
  box-shadow: 0 25px 30px rgba(0, 136, 150, 0.16);
  background: linear-gradient(180deg, #30939c, #017681);
}

/* ===============================
   MOBILE
   =============================== */
@media (max-width: 900px) {
  #about {
    max-width: 100%;
    margin: 0px auto;
  }

  .container-history {
    padding: 25px 12px;
    font-size: 13px;
  }

  .columns {
    column-count: 1;
    column-rule: none;
  }

  .heading {
    font-size: 10px;
  }
  .meta{
      font-size: 12px;
}
}


/* ---------- GALLERY MAIN SECTION ---------- */
#gallery {
  font-family: "Georgia", serif;
         background-image: linear-gradient(
            rgba(255, 255, 255, 0.858),
            rgba(255, 255, 255, 0.858)
          ),
          url("https://jshp.online/main/img/notf5.jpg");
            background-size: cover;
        background-position: center;
        margin: 0;
        padding: 25px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #3b2c1a;
        transition: background 0.3s ease;
}

/* ===============================
   HEADER
================================ */
.section__header {
  font-size: 2rem;
  margin-bottom: 2rem;
  letter-spacing: 0.2rem;
  font-weight: 800;
  color: darkgreen;
}

/* ===============================
   GALLERY GRID
================================ */
.gallery__grid {
  column-count: 3;
  column-gap: 20px;
  padding: 0 15%;
    grid-auto-rows: auto;
}

/* ===============================
   IMAGES
================================ */
.gallery__grid img {
  display: block;
  margin: 0 auto 30px; /* center + vertical spacing only */
  width: 416px;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.gallery__grid img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .gallery__grid {
    column-count: 1;
    padding: 0 1rem;
    align-items: center;
  }

  .gallery__grid img {
    width: 100%;
    max-width: 416px;
  }
}

/* ===============================
   RESPONSIVE BREAKPOINTS
================================ */

/* Tablet: 2 columns */
@media (max-width: 1280px) {
  .bottom-sheet .container-history .heading {
        font-size: 1.4rem;
      }
}

/* Mobile: 1 column */
@media (max-width: 768px) {
.bottom-sheet .container-history .heading {
        font-size: 1.3rem;
      }
  .gallery__grid img {
    border-radius: 8px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .heading{
            font-size: 1.3em;
          }
          .bottom-sheet .container-history .heading {
        font-size: 1.2rem;
        
      }
}

.gallery__modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.gallery__modal.active {
  display: flex;
}

.gallery__modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 12px;
}

.gallery__modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}
     /* video section*/
    #video {
      font-family: "Georgia", serif;
        background-image: linear-gradient(
            rgba(0, 0, 0, 0.1),
            rgba(0, 0, 0, 0.1)
          ),
          url("https://jshp.online/main/img/bgv3.jpg");
            background-size: cover;
        background-position: center;
        margin: 0;
        padding: 25px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #3b2c1a;
        transition: background 0.3s ease;
      }
      #video h1 {
        color: #3b6b49;
        text-align: center; 
      }
      /* Grid layout */
      .video-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        width: 100%;
        max-width: 1300px;
      }

      .video-card {
        background: #81dbf1;
        border-radius: 12px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        overflow: hidden;
        transition: transform 0.3s ease;
      }

      .video-card:hover {
        transform: scale(1.02);
      }

      .video-box {
        background: #04455c;
        aspect-ratio: 16 / 9;
      }

      iframe {
        width: 100%;
        height: 100%;
        border: none;
      }

      .video-title {
        padding: 10px 15px;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        color:#01372a;
        border-top: 2px solid #81dbf1;
        background: #d2f6f8;
      }

      /* Button container */
      .buttons {
        margin-top: 35px;
        display: flex;
        justify-content: center;
        gap: 20px;
      }

      /* New button style */
      .btn-nav {
        width: 100%;
        background: linear-gradient(180deg, #00b6c7, #008a97);
        color: #fffdf8;
        padding: 12px 100px;
        border-radius: 10px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
        border: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
        cursor: pointer;
         transition: transform 0.18s ease, box-shadow 0.18s ease;
        letter-spacing: 0.5px;
      }
      .btn-nav:active {
        transform: translateY(1px);
      }

      .btn-nav:hover {
        background: linear-gradient(180deg, #30939c, #017681);
        transform: translateY(-1px);
         box-shadow: 0 25px 30px rgba(0, 136, 150, 0.16);
      }
       /* Responsive */
      @media (max-width: 1024px) {
        .video-grid {
          grid-template-columns: repeat(2, 1fr);
        }
      }

      @media (max-width: 700px) {
        .video-grid {
          grid-template-columns: 1fr;
        }
      }
/*video end --*/
