body {
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    /* padding-top: 70px; */
}

html {
  scroll-behavior: smooth;
}


/* nav .navbar-brand img {
  border-radius: 50%;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.5) !important;
  transition: background-color 0.3s ease;
}
.navbar:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
} */

.navbar {
    background-color: #6a0dad !important; /* Purple */
    /* margin-bottom: 0; */
}


.navbar .nav-link,
.navbar .navbar-brand {
    color: #ffffff !important; /* Keep text white */
}

.navbar .nav-link:hover {
    color: #ffd700 !important; /* Optional: gold color on hover */
}

/* Navbar Purple Theme */
.custom-navbar {
    background-color: #5a189a !important; /* Deep purple */
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.custom-navbar .navbar-brand {
    color: #fff !important;
    font-weight: bold;
}

.custom-navbar .nav-link {
    color: #fff !important;
    margin-left: 15px;
    font-weight: 500;
    transition: color 0.3s, border-bottom 0.3s;
}

.custom-navbar .nav-link:hover {
    color: #ffd700 !important; /* Gold on hover */
    border-bottom: 2px solid #ffd700;
}

.custom-navbar .nav-link.active {
    color: #ffd700 !important;
    font-weight: bold;
    border-bottom: 2px solid #ffd700;
}

/* Mobile toggle button */
.custom-toggler {
    border-color: #ffd700;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,215,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Hero Section Styling
#hero {
    background: url('https://source.unsplash.com/1600x900/?church,sunset') center/cover no-repeat;
    height: 100vh;
    padding-top: 60px; /* for fixed navbar*/
/* } */

/* #hero h1, #hero p { 
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7); } */
/* #hero h1 {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}
#hero p {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}

.carousel img {
    object-fit: cover;
    height: 400px;
}
#pastor img {
    border: 5px solid white;
}
#offering {
    border-top: 3px solid rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid rgba(0, 0, 0, 0.05);
} */ */

/* Hero Section Styling */
#hero {
    position: relative;
    height: 100vh;
    padding-top: 60px; /* for fixed navbar */
    background: url('https://source.unsplash.com/1600x900/?church,worship') center/cover no-repeat;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* #hero::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(
        rgba(0, 0, 0, 0.4),
        rgba(0, 0, 0, 0.7)
    ); */
}
* Carousel container */
#gallery .carousel-inner {
    width: 100%;
    max-height: 80vh; /* limits carousel height on large screens */
}

#gallery {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#gallery .carousel-inner img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
    /* margin-top: -56px; */
}


#hero .container {
    position: relative;
    z-index: 2; /* text stays above overlay */
}

#hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}
#hero p {
    font-size: 1.25rem;
    margin-bottom: 20px;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.6);
}
#hero a.btn {
    padding: 12px 28px;
    font-size: 1.1rem;
    border-radius: 30px;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.2s ease;
}
#hero a.btn:hover {
    transform: scale(1.05);
}

/* Carousel Styling */
.carousel img {
    object-fit:fill;
    height: 450px;
    border-radius: 15px;
}
.carousel-caption {
    font-size: 1.1rem;
    font-weight: 500;
}

/* Section Title */
#events h2 {
    font-weight: bold;
    color: #2c3e50;
}

/* Event cards */
.event-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 12px;
}
.event-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Event timeline */
.timeline {
    border-left: 3px solid #0d6efd;
    margin: 2rem 0;
    padding-left: 20px;
}
.timeline .event {
    margin-bottom: 1.5rem;
}
.timeline .event h5 {
    font-weight: 600;
    color: #0d6efd;
}

/* Section Spacing */
section {
    padding: 80px 0;
}
#about img {
    border-radius: 10px;
}

/* Pastor Section */
#pastor img {
    /* border: 5px solid white; */
    max-width: 400px;
    /* margin-right: 30px; */
    border-radius: 0;
    width: 100%;
}

/* Offering Section */
#offering {
    border-top: 3px solid rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid rgba(0, 0, 0, 0.05);
}

.social-card i {
  margin-right: 10px;
}
.social-card:hover {
  transform: translateY(-5px);
  background: #eaeaea;
}

/* Social Media Section */
#social-media {
  background: #f8f8f8;
}
.social-card {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  background: #4b2e83; /* purple background */
  border-radius: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff; /* white text */
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: transform 0.3s, background 0.3s;
}
.social-card i {
  margin-right: 10px;
  font-size: 1.3rem;
}
.social-card:hover {
  transform: translateY(-5px);
  background: #3a2269; /* darker purple on hover */
}
/* Sermons Section */
#sermons {
  background: #4b2e83; /* purple bar */
  padding: 30px 0;
}
#sermons h2 {
  font-weight: bold;
  font-size: 1.8rem;
}

.play-btn {
  background: #fbbf24; /* yellow button */
  padding: 15px 25px;
  border-radius: 12px;
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  transition: transform 0.3s, background 0.3s;
}
.play-btn:hover {
  background: #f59e0b; /* darker yellow */
  transform: scale(1.05);
}

/* Footer  Section*/
footer {
    background: #2d2d2d; /*dark gray with purple tone
    /* background: #111; */
    /* font-size: 0.9rem;  */
}

#footer h5 {
  font-weight: bold;
  color: #fbbf24; /* yellow highlight for headings */
}

#footer p {
  margin: 0;
  color: #e4e4e4;
  bottom: 0;
}

#footer .copyright {
  background: #4b2e83; /* purple copyright strip */
  /* background: #fff; */
  color: #000;
  font-size: 0.9rem;
}

.service-card img {
    height: 180px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.service-card:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}
.schedule-title {
    border-bottom: 3px solid #ffc107;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

/* Donation Page Styling */
.donation-section {
  background: linear-gradient(135deg, #f7f7f7, #e3f2fd);
  padding: 100px 20px;
}

.donation-section h2 {
  color: #2c3e50;
  font-weight: 700;
}

.donation-section p.lead {
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
}

.donation-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.donation-card:hover {
  transform: translateY(-5px);
}

.btn-donate {
  background: linear-gradient(135deg, #ff6b6b, #ffcc70);
  border: none;
  color: white;
  padding: 15px 40px;
  font-size: 1.2rem;
  border-radius: 50px;
  transition: background 0.3s ease, transform 0.2s ease;
}

.btn-donate:hover {
  background: linear-gradient(135deg, #ff4757, #ffa502);
  transform: scale(1.05);
}



