/* style.css */

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background: #eaf2f8;
  color: #08194d;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #1b072d;
  color: #F7F5F8;
  padding: 1rem;
}

.header img {
  height: 500px;
}

.menu-btn {
  background: #a00c2a;
  border: none;
  padding: 0.5rem 1rem;
  color: #F7F5F8;
  font-size: 2.5
    rem;
  cursor: pointer;
  border-radius: 5px;
}

.hero {
  background: linear-gradient, #F7F5F8, );
  text-align: center;
  padding: 2rem;
  color: ;
}

.pastor-info img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.videos {
  padding: 2rem;
  background: #ffffff;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.video-grid video {
  width: 100%;
  border-radius: 10px;
}

.services, .testimonial, .gallery, .contact, .whatsapp {
  padding: 2rem;
}

.service-grid, .testimonial-grid, .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.service img, .testimonial-card img, .gallery-grid img {
  width: 100%;
  border-radius: 10px;
}

.whatsapp-btn {
  display: inline-block;
  background: #25D366;
  color: white;
  padding: 1rem 2rem;
  margin: 0.5rem;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
}

.footer {
  background: #1b072d;
  color: #F7F5F8;
  text-align: center;
  padding: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .header {
    flex-direction: column;
  }
  .pastor-info {
    flex-direction: column;
  }
}
/* Our Activities Section */
.activities-section {
  padding: 60px 20px;
  background-color: #eaf2f8;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #F7F5F8;
  margin-bottom: 40px;
  font-family: 'Poppins', sans-serif;
}

.activities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.activity-card {
  background: #fff;
  border: 2px solid #4e0865;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.activity-card:hover {
  background: #192eee;
  color: #fff;
  transform: translateY(-5px);
}

.activity-card h3 {
  color: #08194d;
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.activity-card p {
  font-size: 1rem;
  color: #1b072d;
  font-family: 'Poppins', sans-serif;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f5f5f5;
}

.church-history {
    max-width: 1000px;
    margin: 0 auto;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
}

h1, h2 {
    color: #2c3e50;
}

.preamble-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.preamble-image {
    max-width: 300px;
    height: auto;
    border-radius: 8px;
}

.preamble-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}
body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    position: relative;
    overflow-x: hidden;
}

.background-slider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    animation: slideBackground 30s infinite;
    opacity: 0.3; /* Faded background */
}

@keyframes slideBackground {
    0% { background-image: url('https://i.ibb.co/tw9yRrMh/474786835-582118004975766-1500980376798490282-n.jpg'); }
    17% { background-image: url('https://i.ibb.co/Ngw6L8wJ/474746751-582118144975752-5717068778459657259-n.jpg'); }
    34% { background-image: url('https://i.ibb.co/tw9yRrMh/474786835-582118004975766-1500980376798490282-n.jpg'); }
    51% { background-image: url('https://i.ibb.co/nM5DMbG1/IMG-8682.jpg'); }
    68% { background-image: url('https://i.ibb.co/s96R7KFq/474948413-582118191642414-5702836874507879712-n.jpg'); }
    85% { background-image: url('https://i.ibb.co/RGpKJT3p/474975114-582118011642432-7049922495293720422-n.jpg'); }
    100% { background-image: url('https://i.ibb.co/tw9yRrMh/474786835-582118004975766-1500980376798490282-n.jpg'); }
}


    color: #2c3e50;
}

.preamble-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.preamble-image {
    max-width: 300px;
    height: auto;
    border-radius: 8px;
}

.preamble-section p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}
.video-gallery {
  padding: 40px 20px;
  background: #111; /* dark background */
  text-align: center;
}

.video-gallery h2 {
  color: white;
  font-size: 2.5em;
  margin-bottom: 20px;
}

.video-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.video-item {
  flex: 1 1 300px;
  max-width: 400px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(255,255,255,0.3);
}

.video-item iframe {
  width: 100%;
  height: 220px;
  border: none;
  pointer-events: none; /* disables clicks to keep videos clean */
}
/* Header Styles */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #333;
  color:#F7F5F8;
}

.brand-name h1 {
  font-size: 2.5em;
  margin: 0;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-icon img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}

.social-icon img:hover {
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .site-header {
    flex-direction: column;
    text-align: center;
  }

  .brand-name h1 {
    margin-bottom: 20px;
  }

  .social-links {
    justify-content: center;
  }
}
/* Header Styles */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #333;
  color: white;
}

.brand-name h1 {
  font-size: 2.5em;
  margin: 0;
}

/* Social Links and Buttons Styling */
.social-links {
  display: flex;
  gap: 15px;
}

.social-btn {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1em;
  text-align: center;
  font-weight: bold;
  color: white;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease, background-color 0.3s ease;

}

/* Hover Effects for Buttons */
.facebook:hover {
  background-color: #2d4373;
}

.tiktok:hover {
  background-color: #333;
}

.instagram:hover {
  background-color: #d31e59;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .site-header {
    flex-direction: column;
    text-align: center;
  }

  .brand-name h1 {
    margin-bottom: 20px;
  }

  .social-links {
    justify-content: center;
  }
}
/* General Body and Layout */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

/* Navigation Bar Styles */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #333;
  padding: 15px;
  color: white;
}

.navbar-logo h1 {
  font-size: 1.8em;
}

.navbar-links {
  display: flex;
  gap: 20px;
}

.nav-item {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  font-size: 1.2em;
}

.nav-item:hover {
  text-decoration: underline;
}

.nav-icon {
  width: 20px;
  margin-right: 8px;
}

/* Media Section Styles */
.media-section {
  padding: 30px;
  background-color: #fff;
  text-align: center;
}

.media-section h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.upload-btn {
  padding: 10px 20px;
  font-size: 1em;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.upload-btn:hover {
  background-color: #45a049;
}

.uploaded-media {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.uploaded-media img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .navbar {
    flex-direction: column;
    text-align: center;
  }

  .navbar-links {
    flex-direction: column;
    gap: 15px;
  }

  .nav-item {
    font-size: 1.1em;
  }
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  color: #333;
}

.calendar-section {
  padding: 40px 20px;
  background: #ffffff;
  text-align: center;
}

.calendar-section h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.calendar-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
}

.calendar {
  background: #fafafa;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  max-width: 400px;
  width: 100%;
}

.calendar h2 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.calendar img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
}

.calendar-section {
  padding: 40px 20px;
  background: #ffffff;
  text-align: center;
}

.calendar-section h1 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.calendar-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}

.calendar-year {
  background: #f1f1f1;
  padding: 20px;
  border-radius: 12px;
  width: 350px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.calendar-year h2 {
  margin-bottom: 20px;
}

.months {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.month {
  background: #ffffff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.month h3 {
  margin: 10px 0;
  font-size: 1.2rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 8px;
  text-align: center;
  border: 1px solid #ccc;
}

thead {
  background: #333;
  color: #fff;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f9f9f9;
}

.calendar-section {
  padding: 40px 20px;
  text-align: center;
}

.calendar-section h1 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.calendar-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}

.month {
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}

.month h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  font-size: 14px;
}

thead {
  background: #333;
  color: white;
}

.holiday {
  background-color: #ffe082;
  color: #c62828;
  font-weight: bold;
  font-size: 12px;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
}

.calendar-section {
  padding: 40px 20px;
  text-align: center;
}

.calendar-section h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.calendar-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.month {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.month h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  vertical-align: top;
}

thead {
  background: #333;
  color: white;
}

.holiday {
  background-color: #ffeb3b;
  color: #d32f2f;
  font-weight: bold;
}
/* Reset some browser defaults */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #333;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  padding: 20px 0;
}

/* Header */
.header {
  background: linear-gradient(to right, #5b86e5, #36d1dc);
  color: white;
  text-align: center;
  padding: 60px 20px;
}

.header h1 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.header p {
  font-size: 1.2rem;
}

/* Welcome Section */
.welcome {
  background: #ffffff;
  text-align: center;
  padding: 50px 20px;
}

.welcome h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.welcome p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background: #36d1dc;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.btn:hover {
  background: #5b86e5;
}

/* Mission and Vision */
.mission {
  background: #f0f0f0;
  padding: 50px 20px;
  text-align: center;
}

.mission h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

/* Services */
.services {
  background: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

.services h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.services ul {
  list-style: none;
}

.services li {
  margin: 10px 0;
  font-size: 1.1rem;
}

/* Contact */
.contact {
  background: #f0f0f0;
  padding: 50px 20px;
  text-align: center;
}

.contact h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

/* Footer */
.footer {
  background: #333;
  color: white;
  text-align: center;
  padding: 20px 0;
  font-size: 0.9rem;
}

.footer p {
  margin: 0;
}
/* General Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  background:;
  color: #333;
}

/* Hero Section */
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), 
              url('https://images.unsplash.com/photo-1526256262350-7da7584cf5eb?ixlib=rb-4.0.3&auto=format&fit=crop&w=1950&q=80') no-repeat center center/cover;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.btn {
  background: #36d1dc;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  transition: 0.3s;
}

.btn:hover {
  background: #5b86e5;
}

/* Section Titles */
section {
  padding: 60px 20px;
  text-align: center;
}

h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

/* Welcome Section */
.welcome, .pastor {
  background: #ffffff;
}

/* Services Section */
.services ul {
  list-style: none;
  padding: 0;
}

.services li {
  margin: 10px 0;
  font-size: 1.1rem;
}

/* Events Section */
.events {
  background: #f0f0f0;
}

.event-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.event-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 250px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.event-card h3 {
  margin-bottom: 10px;
}

/* Gallery Section */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.gallery-grid img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s;
}

.gallery-grid img:hover {
  transform: scale(1.05);
}

/* Contact Section */
.contact {
  background: #ffffff;
}

.social-icons {
  margin-top: 20px;
}

.social-icons a {
  color: #36d1dc;
  margin: 0 10px;
  text-decoration: none;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #5b86e5;
}

/* Footer */
.footer {
  background:;
  color: white;
  padding: 20px 0;
  text-align: center;
  font-size: 0.9rem;
}
/* Videos Section */
.videos {
  background: #f0f0f0;
  padding: 60px 20px;
  text-align: center;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.video-item iframe {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.video-item p {
  margin-top: 10px;
  font-weight: bold;
  color: #555;
}
/* Reset and basics */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  background: #f8f9fa;
  color: #333;
  scroll-behavior: smooth;
}

/* Smooth Transition Everywhere */
a, button, img, .btn, .event-card, .ministry {
  transition: all 0.4s ease;
}

/* Hero Section */
.hero {
  background: url('https://images.unsplash.com/photo-1508780709619-79562169bc64') no-repeat center center/cover;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 2;
  animation: fadeInDown 1s ease forwards;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.btn {
  padding: 12px 30px;
  background: #28a745;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  transition: background 0.3s, transform 0.3s;
}

.btn:hover {
  background: #218838;
  transform: scale(1.05);
}

/* Sections */
section {
  padding: 60px 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1s forwards;
  animation-delay: 0.3s;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* Services List */
.services ul {
  list-style: none;
}

.services li {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

/* Ministries */
.ministry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.ministry {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.ministry:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

/* Events */
.event-list {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.event-card {
  background: #fff;
  padding: 20px;
  width: 250px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.event-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.gallery-grid img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.4s ease;
}

.gallery-grid img:hover {
  transform: scale(1.08);
}

/* Videos */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.video-grid iframe {
  width: 100%;
  height: 200px;
  border-radius: 10px;
}

/* Contact */
.contact p {
  margin-bottom: 10px;
}

/* Footer */
.footer {
  background: #343a40;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
