
html {
    height: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.main-header {
    display: flex;
    justify-content: flex-start; 
    padding-left: 20px; 
  }
body {
    font-family: 'Open Sans', 'Lato', 'Roboto', Helvetica, sans-serif;
    background-color:rgb(129, 142, 133);
    margin: 0;
    padding: 1%;
    line-height: 1.5;
    padding-top: 100px;
}
.row div {
    display: table-cell;
}

div {
    unicode-bidi: isolate;
}

img {
    border: 0;
    border-style: none;
    width: 1944px;
    aspect-ratio: auto 1944 / 800;
    height: 800px;
}

article {
  font-family: 'Merriweather', Georgia, serif;
    border-bottom: 1px ;
    text-align: justify;
    font-size: 18px;
    width: 90%;
}

.image-featured {
  max-width: 100%;
  width: 100%;
  text-align: left; 
  margin-left: 5%; 
  margin-bottom: 2rem;
}
.image-featured img {
  display: block;
  margin-left: 0; 
  height: auto;
  border-radius: 10px;
  width: 40%;
  flex-shrink: 0; 
  flex: 1; 
  min-width: 300px;
    
}
.image-gallery {
    margin-bottom: 100px;
    color:black;
    text-align: center;
    font-size: 24px;
    font-family: serif;
}
.text-container {
    flex: 2; 
    text-align: justify;
    padding: 20px;
    width: 100%;
    font-family: 'Merriweather', Georgia, serif;
}
.text-container h1 {
  font-size: 55px;
  font-family: 'Merriweather', Georgia, serif;
  color:black;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  animation: fadeInUp 1s ease-out forwards;
  margin: 2% 0;
  font-weight: bold;
}
.text-container h2 {
    font-size: 30px;
    font-weight: bold;
    color:black;
    margin-bottom: 15px;
    font-family: 'Merriweather', Georgia, serif;
}
.text-container h3 {
  font-size: 50px;
  font-weight: bold;
  font-family: 'Merriweather', Georgia, serif;
  color:black;
  margin-bottom: 10px;
  font-style: italic;
  text-align: center;
  width: 100%;
  animation: fadeInUp 1s ease-out forwards;
}
.text-container p {
    font-size: 20px;
    line-height: 1.6;
    text-align: justify;
}
.text-container ul {
    list-style-type: square;
    padding-left: 20px;
    text-align: justify;
}
.text-container ul li {
    font-size: 20px;
    margin-bottom: 10px;
}

.full-bg {
display: flex;
justify-content: center; 
align-items: center; 
text-align: center; 
width: 100%;
}

@keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
   article h2 {
    margin: 2% 0;
    font-size: 32px;
    text-align: justify;
    color: black;
   }

  article p {
    margin: 2% 0;
    font-size: 20px;
    text-align: justify;
    color:black;
   }

.donate {
    background-color:rgba(253, 26, 26, 0.825) ;
    text-align: center;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    max-width: 250px;
    margin: 120px auto 20px auto;
    margin-right: 0;
    display: flex;
    justify-content: center; 
    align-items: center;
}
    
.donate-text {
    color:rgb(252, 250, 250);
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.donate:hover {
    background-color: rgba(241, 203, 203, 0.88);
    transform: scale(1.05);
}

.donate:hover .donate-text {
    color:rgb(14, 40, 212);
}

.donate a {
    text-decoration: none; 
    display: block; 
}

.donate a:visited {
    text-decoration: none;
}
.donate a:hover {
    text-decoration: none; 
}
.swiper-slide {
    display: flex;
    align-items: center; 
    justify-content: space-between; 
    background-color: #bacecb;    
    flex-direction: row; 
    gap: 40px; 
    padding: 20px;
    margin-bottom: 0;
    width: 600px;
    height: 300px;
}
.swiper-slide.reverse {
    flex-direction: row-reverse; 
}

.slide-image {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}
.slide-image img {
    width: 100%; 
    max-width: 800px; 
    height: auto;
    object-fit: cover; 
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    text-align: left; 

}
.slide-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 30px; 
}
.slide-text {
    flex: 3;
    text-align: left; 
    max-width: 50%; 
    padding: 0;
    margin: 0;
}
.slide-text h3 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: bold;
    color:black;
    font-family: serif;
}
.slide-text p {
    font-size: 20px;
    margin-bottom: 10px;
    color:black;
    justify-content: right;
    font-family: serif;
}
.slide-text ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 25px;
}

.slide-text ul li {
    font-size: 20px;
    margin: 2% 0;
    font-family: serif;
}
h3,h4 {
    margin-bottom: 5px;
    font-weight: bold;
}
p{
    margin-top: 0;
    margin-bottom: 10px;
    text-align: justify;
    list-style: none;
    margin-left: 5%;
}

.community-renovation-section h4,
.community-renovation-section p,
.image-gallery h3,
.image-gallery p {
  margin-top: 0;
  margin-bottom: 2rem;
}

footer {
  background-color: rgb(29, 27, 61);
  color: white;
  padding: 5px;
  text-align: center;
  position: relative;
  font-size: 20px;
  width: 100%;
}
.pre-footer {
    background-color: #646060;  
    padding: 20px 0;
    border-top: 2px;
  }
  .quick-links h4 {
    font-size: 30px; 
    font-weight: bold; 
    text-align: center; 
    margin-bottom: 20px; 
    color:white
}
  .quick-links {
    text-align: center;
    width: 50%;
    margin: 20px auto;
    font-size: 25px;
  }
  
  .quick-links ul {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 0;
    list-style: none;
  }
  
  .quick-link-box {
    background: rgb(213, 159, 60);
    border: 1px solid;
    padding: 10px 20px;
    margin: 5px;
    text-align: center;
    flex: 1;
    max-width: 400px;
    transition: 0.3s ease-in-out;
    border-radius: 20px;
    cursor: pointer;
  }
  .quick-link-box:hover {
    background:	#a0522d;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }
  
  .quick-link-box:hover a {
    color: rgb(6, 26, 157);
}
  .quick-link-box a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    display: block;
  }
.social-media-container {
    margin-bottom: 15px;
    margin-top: 40px;
}

.social-media-container h4 {
    font-size: 20px;
    font-weight: bold;
    font-weight: bold;
    margin-bottom: 10px;
}
.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px; 
}
.social-icon a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: white;
    text-decoration: none;
    transition: transform 0.3s ease, color 0.3s ease-in-out;
}
.social-icon a:hover {
    transform: scale(1.1);
    color: #007bff;
}


#email {
    background-color: rgb(243, 162, 118);
}

#whatsApp {
    background-color: #25D366; 
}

#facebook {
    background-color: #1877F2; 
}

#twitter {
    background-color: #1DA1F2; 
}

.contact-info {
    text-align: center ;
    text-align: justify;  
}

.copyright-container {
    margin-top: 10px;
    font-size: 18px;
    color: #1e1d1d;
    text-align: left;
}

.designer-container {
    margin-top: 8px;
    font-size: 14px;
    color: #5c5c5c;
    justify-items: end;
    text-align: right;
    }
    .designer-container a {
    color: #5c5c5c;
    text-decoration: none;
    }
    
    .designer-container a:hover {
    text-decoration: underline;
    color:rgb(230, 4, 26);
    }

@media (max-width: 768px) {
    .nav-links {
        flex-direction: column !important; 
        align-items: center;
    }
}

.video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.video-wrapper {
    width: 100%;
    max-width: 1000px;
    height: 500px;
    margin: 80px auto; 
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.video-background {
    width: 100%; 
    height: 100%;
    object-fit: cover;
}
.video-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;  
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px ;
    border-radius: 5px;
    text-shadow: 0 0 10px rgba(0,0,0,0.6);
}
/* glowing X-ray effect */
.video-text h2 {
    font-size: 24px;
    letter-spacing: 2px;
    color: #00ffff; 
    text-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff, 0 0 30px #00ffff;
}

.video-section {
    margin-top: 80px;
    position: relative;
    width: 100%;
    z-index: 1;
    background-color:rgb(243, 242, 241); 
}

header .logo {
    float: left;
    font-weight: bold;
    font-size: 1.2rem;
  }

.map-link {
    display: inline-block;
    background-color: #007fab;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    }
    .map-link:hover {
    background-color: #005f7c;
    }
    
    .highlights {
        background-color: rgb(9, 40, 9);
        padding: 60px 20px;
        text-align: center;
        margin-bottom: 0;
      }
      
      .highlights h2 {
        font-size: 36px;
        font-family: 'Merriweather', Georgia, serif;
        color: white;
        margin-bottom: 40px;
      }

      .highlights p {
        font-size: 18px;
        font-family: 'Open Sans', 'Lato', 'Roboto', Helvetica, sans-serif;
        color: white;
        margin-bottom: 40px;
      }
      
      .stats {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 30px;
        flex-wrap: wrap;
      }
      .stat-item {
        text-align: center;
        padding: 0 20px;
      }
     
      .divider {
        height: 60px;
        width: 5px;
        background-color: #ccc;
      }
      
      /* Responsive: stack on small screens without dividers */
      @media (max-width: 768px) {
        .stats {
          flex-direction: column !important;
          gap: 10px;
        }
      
        .divider {
          display: none;
        }
      }
      
      .stat-item .number {
        font-size: 36px;
        font-weight: bold;
        color: white;
        display: block;
        transition: all 0.3s ease-in-out;
      }

      .stat-item p {
      width: 100%;
      }

      .community-renovation-section {
        padding: 60px 20px;
        background-color: #aab7a9;
        text-align: justify;
      }
      
      .community-renovation-section .text-content {
        max-width: 1000px;
        margin: 0 0 40px 0; 
        text-align: left;   
        font-size: 20px;

      }
    
      .community-renovation-section p {
        font-size: 20px;
        line-height: 1.6;
        color: black;
        margin-bottom: 10px;

      }
      .community-renovation-section h4 {
      color: #000080;
      font-weight: bold;
      font-size: 32px;
      }

      .slide-content h5{
        color: #000080;
        font-weight: bold;
        font-size: 26px;
      }

      .slide-content p{
        display: list-item;
        font-size: 20px;
      }
  
      .video-section{
        background-color: #aab7a9;
      }
      .slide-text h3{
      font-size: 32px;
      font-weight: bold;
      color: #000080;
      }

      .stat-item p{
          color: wheat;
      }



      nav ul {
        list-style-type: none;
        display: flex;
        font-family: 'Merriweather', Georgia, serif;
        gap: 1.5rem;
        margin: 0;
        padding: 2rem;
        align-items: center;
        width: 100%;
      }
      
      nav li {
        display: flex;
      }
      
      nav a {
        color: #333;
        font-weight: bold;
        text-decoration: none;
        transition: color 0.2s ease;
        font-family: 'Merriweather', Georgia, serif;
      }
      
      nav a:hover {
        color: #007fab;
      }
      
      .clearfix::after {
        content: "";
        display: block;
        clear: both;
      }
      
      .push-right {
        margin-left: auto;
      }
      
      .nav-links li a {
        color: white;
        font-weight: bold;
        text-decoration: none;
        transition: color 0.2s ease;
        padding: 1.5rem 1rem;
        display: inline-block;
        font-size: 1.5rem;
        position: relative;
        background: transparent;
      }
      
      .nav-brand {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 2rem;
        color: #00bcd4;
        font-weight: 800;
        background: linear-gradient(90deg, #00bcd4, #007fab);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        font-family: 'Merriweather', Georgia, serif;
        margin-right: auto;
        letter-spacing: 0.5px;
        white-space: nowrap;
      }
      
      .nav-logo {
        height: 45px;
        width: auto;
        object-fit: contain;
        filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.4));
      }
      
      nav.horizontal-nav {
        background-color: rgb(57, 56, 56);
        padding: 1.5rem 2rem;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
      }
      
      .nav-links {
        display: flex;
        justify-content: center;
        flex: 1;
        gap: 1.5rem;
        list-style: none;
        margin: 0;
        padding: 0;
      }
      
      .nav-links li:not(:last-child) a::after {
        content: " |";
        color: #aaa;
        margin-left: 1rem;
      }
      
      .nav-links li a:hover {
        color: #007fab;
      }
      
      .nav-toggle {
        display: none;
        font-size: 28px;
        background: none;
        border: none;
        color: wheat;
        cursor: pointer;
      }
      
      @media (max-width: 768px) {
        .nav-toggle {
          display: block !important;
          background: none;
          border: none;
          font-size: 30px;
          font-family: 'Merriweather', Georgia, serif;
          color: wheat;
          cursor: pointer;
          z-index: 1001;
        }
      
        .nav-links {
          display: none !important;
          flex-direction: column;
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          background-color: black;
          text-align: center;
          z-index: 1000;
        }
      
        .nav-links.active {
          display: flex !important;
        }
      
        .nav-links li {
          padding: 20px 0;
        }
      
        .nav-brand {
          flex-direction: column;
          align-items: center;
          text-align: center;
          margin-bottom: 1rem;
        }
      
        .nav-logo {
          height: 35px;
          margin-bottom: 0.5rem;
        }
      }
      
      @media screen and (max-width: 440px) {
        .nav-logo {
          height: 30px;
        }
      
        .nav-brand span {
          font-size: 1.25rem;
          text-align: center;
        }
      
        .nav-links li a {
          font-size: 1.25rem;
          padding: 1rem;
        }
      }
      