body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #f5f5f5;
  color: #333;
}
header, footer {
  background-color: #1F3A93;
  color: white;
  padding: .5em;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 10%; 
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 1em;
}
.nav-links a {
  color: white;
  text-decoration: none;
}
.nav-links li:hover {
  transform: scale(1.1);
}

.menu-toggle {
  display: none;
}

.logo img {
  width: 100px;
  height: auto;
  border-radius: 5px;
  transition: transform 0.3s;
  background-color: white;
}

.logo img:hover {
  transform: scale(1.1);
}





main {
  gap: 16px;
  padding: 20px;
  margin: 0 5%;
  max-width: 100%;
}

main h1 {
  padding: 30px 20px;
  margin: 10px auto;
  max-width: 100%;
  background-color: #1F3A93;
  color: white;
  text-align: center; 
  font-size: 1.7rem;
}

main p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
}







/* Gallery Container */
.gallery-container {
  max-width: 100%;
  margin: 40px auto;
  padding: 0 16px;
}

/* Slideshow */
.slideshow-container {
  position: relative;
  background: #222;
  border-radius: 8px;
  overflow: hidden;
}

.slide-fade {
  display: none;
  text-align: center;
}

.slide-fade img {
  width: 70%;
  height: auto;
  max-height: 650px;
  object-fit: cover;
  border-radius: 8px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  border-radius: 50%;
  background: rgba(0,0,0,0.4);
  user-select: none;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prev:hover, .next:hover {
  background: rgba(0,0,0,0.7);
}

.prev {
  left: 12px;
}

.next {
  right: 12px;
}

/* Dots */
.dots-container {
  text-align: center;
  margin: 16px 0 0 0;
}

.dot {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background 0.3s;
}

.dot.active, .dot:hover {
  background-color: #333;
}



/* YouTube Video */
.youtube-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}



.video-container iframe {
  width: 85%;
  height: 70vh;
  /* max-width: 100%; */
  display: block;
  margin: 50px auto;
  border: 10px solid #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  /* background-color: #fff; */
}





/* Footer Styles */
footer {
  background: #1F3A93;
  color: #fff;
  padding: 48px 0 24px 0;
  font-size: 1rem;
  margin-top: 40px;
}

.container-footer {
  max-width: 100%;
  padding: 20px;
  margin: 0 5%;
}

.footer {
  display: flex;
}

.footer-logo {
  width: 250px;
  height: 250px;
  margin: 0 35px 18px auto;
  display: block;
  border-radius: 20px;
}

footer .contact {
  width: 650px;
  margin: 0 35px 18px auto;
}

footer .contact-info {
  margin: 0 2px;
  
}

footer .contact-info p {
  margin-bottom: 30px;
  font-size: 1.05rem;
}

footer .social-media {
  margin: 18px 0 10px 0;
} 


footer .about-us {
  /* width: 650px; */
  margin: 0 35px 18px 50px;
  width: 100%;
  /* background-color: #b5c7f8; */
}

footer .about-us p {
  /* margin: 0 40px; */
  width: 100%;
  line-height: 30px;
}

footer > div {
  margin-bottom: 24px;
}

footer h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.15rem;
  letter-spacing: 1px;
  color: #ff0000;
}

footer p{
  color: #eaeaea;
  margin: 0 0 8px 0;
  font-size: 1rem;
  text-decoration: none;
}

footer .social-media {
  margin: 18px 0 10px 0;
}

footer .social-media img {
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: #1F3A93;
  margin-right: 5px;
  vertical-align: middle;
}


footer .footer-links {
  display: flex;
  flex-direction: column; /* Makes the links stack vertically */
  align-items: flex-start; /* Aligns links to the left */
  padding-left: 50px;
  /* background-color: #ff0000; */
}
  

footer .footer-links a {
  /* margin-left: 30px; */
  font-size: 1rem;
  display: inline-block;
  transition: color 0.2s;
  color: white;
  width: 250px;
  /* background-color: #333; */
  padding: 5px;
}

footer .footer-links a:last-child {
  margin-right: 0;
}

footer > p {
  margin-top: 24px;
  font-size: 0.95rem;
  color: #bdbdbd;
  text-align: center;
}

footer > p a {
  color: #ff0000;
  font-weight: 500;
}

.footer-links-all {
  margin: 18px 0 10px 0;
  width: 100%;
  border-top: #f8f8f8 1px solid;  
}

.footer-links-all p {
  /* margin: 0; */
  font-size: 1rem;
  color: #eaeaea;
  /* text-align: center; */
  width: 100%;

}

.footer-links-all p a {
  color: #ffffff;
  font-weight: 500;
  /* margin: 20% 0; */
}



















/* Responsive Styles */
@media (max-width: 768px) {
  .gallery-container {
    max-width: 100%;
    padding: 0 4px;
  }
  .slide-fade img {
    max-height: 220px;
  }
  .prev, .next {
    width: 36px;
    height: 36px;
    font-size: 22px;
    margin-top: -18px;
  }
  .dots-container {
    margin-top: 8px;
  }

  .dot {
    height: 10px;
    width: 10px;
  }

  .dot.active, .dot:hover {
    background-color: #555;
  }










  main {
    gap: 5px;
    padding: 5px;
    margin: 0 1%;
    max-width: 100%;
  }

  main p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
  }

  .gallery-container {
    max-width: 100%;
    /* padding: 0 1px; */
  }


  .video-container iframe {
    width: 95%;
    height: 40vh;
    display: block;
    border: 10px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
  }











  /* Footer Styles */

  footer a, .footer-links a {
    color: white;
    text-decoration: none;
  }

  footer {
    display: block;
    padding: 32px 8px 18px 8px;
    border-radius: 0;
  }

  .footer {
    display: block;
  }


  .container-footer {
    max-width: 100%;
    padding: 2px;
    margin: 5px;
  }

  .footer-logo {
    width: 250px;
    height: 250px;
    margin-left: 18%;
    margin-bottom: 50px;
    display: block;
    border-radius: 20px;
  }


  footer .contact {
    width: 100%;
  }

  footer .contact-info {
    margin: 0 2px;
    
  }

  footer .contact-info p {
    margin-bottom: 30px;
    font-size: 1.05rem;
  }

  footer h3 {
    margin-bottom: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: #ff0000;
    width: 70%;
    border-bottom: 2px solid #ff0000;
    border-bottom-right-radius: 50px;
  } 



  footer > div {
    margin-bottom: 18px;
    text-align: center;
  }


  footer .social-media {
    margin: 18px 0 10px 0;
  }
  
  footer .social-media img {
    width: 40px;
    height: 40px;
    padding: 5px;
    background-color: #1F3A93;
    margin-right: 5px;
    margin-bottom: 50px;
    vertical-align: middle;
    /* color: white; */
  }


  footer .contact-info p {
    margin-bottom: 25px;
    font-size: 1.05rem;
  }


  
  footer .social-media {
    margin: 18px 0 10px 0;
  }
  
  footer .about-us {
    margin: 0 35px 18px 0;
    width: 100%;
  }

  footer .about-us p {
    margin-bottom: 50px;
    width: 100%;
    line-height: 30px;
  }


  
  footer .footer-links {
    display: flex;
    flex-direction: column; /* Makes the links stack vertically */
    align-items: flex-start; /* Aligns links to the left */
    padding-left: 0;
    margin-left: 0;
  }
    

  footer .footer-links a {
    font-size: 1rem;
    display: inline-block;
    transition: color 0.2s;
    color: white;
    width: 100%;
  }




  footer > div,
  footer .footer-links {
    margin-bottom: 50px;
    text-align: left;
  }

  footer .footer-links,
  footer .social-media {
    margin-top: 8px;
  }
  

}