body {
    font-family: 'Segoe UI', sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
  }
  
  .logo {
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
  }
  
  .hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/church-bg.jpg') center/cover no-repeat;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
 
  
  
  .hero h1 {
    font-size: 2.5rem;
    font-weight: bold;
  }
  
  .nav-link {
    color: #333;
    font-weight: 500;
  }
  
  .nav-link:hover {
    color: #007bff;
  }
  
  /* section {
   /* padding: 60px 0;
  } */
  .section-intro {
    padding: 10px 0; /* default for desktop */
  }
  
  @media (max-width: 767px) {
    .section-intro {
      padding-top: 5px !important;
      padding-bottom: 0px !important;
      margin-bottom: 1rem !important;
    }
  
    .section-intro h2 {
      font-size: 1.75rem;
      line-height: 1.3;
    }
  
    .section-intro p {
      font-size: 1rem;
      line-height: 1.5;
      padding: 0 1rem;
    }
  }
  /*Section Our Growth */
  .section-growth {
    background-color: #fdfcff;
  }
  
  .section-growth h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  
  .section-growth p {
    font-size: 1.05rem;
    color: #444;
  }
  @media (max-width: 767px) {
    .section-growth h3 {
      font-size: 1.5rem;
    }
    .section-growth p {
      font-size: 0.95rem;
    }
  }
  .section-growth {
    background-color: #f8f5fc;
  }
  .section-growth img {
    outline: 2px dashed red;
    background-color: rgba(255,0,0,0.1);
  }
  .section-leadership img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
  } 
  .section-leadership h3 {
    font-size: 2rem;
    color: #6f42c1;
    font-weight: 600;
  }
  
  .section-leadership h5 {
    font-size: 1.2rem;
    margin-top: 1rem;
    font-weight: 500;
  }
  
  .section-leadership p {
    font-size: 1rem;
    color: #555;
    max-width: 280px;
    margin: 0 auto;
  }
  @media (max-width: 767px) {
    .section-leadership img {
      width: 300px;
      height: 200px;
    }
  
    .section-leadership h3 {
      font-size: 1.6rem;
    }
  
    .section-leadership h5 {
      font-size: 1.1rem;
    }
  
    .section-leadership p {
      font-size: 0.95rem;
    }
  }
  .section-leadership {
    background-color: #f9f7fc;
    padding: 40px 0;
  }
    /* Our 7 Core Values*/
    .section-values {
      background-color: #fdfcff;
      padding: 40px 0;
      margin-top: 0 !important;
      padding-top: 10px;
    }
    
    .section-values h3 {
      font-size: 2rem;
      color: #6f42c1;
      font-weight: 600;
    }
    
    .section-values .card {
      border: none;
      border-radius: 8px;
      box-shadow: 0 0 6px rgba(0,0,0,0.05);
      transition: transform 0.2s ease;
    }
    
    .section-values .card:hover {
      transform: translateY(-4px);
    }
    
    .section-values h5 {
      font-size: 1.2rem;
      font-weight: 600;
      color: #6f42c1;
      margin-bottom: 0.5rem;
    }
    
    .section-values p {
      font-size: 1rem;
      color: #555;
    }
    @media (max-width: 767px) {
      .section-values h3 {
        font-size: 1.6rem;
      }
    
      .section-values h5 {
        font-size: 1.1rem;
      }
    
      .section-values p {
        font-size: 0.95rem;
      }
    }
    .section-values .card {
      opacity: 0;
      transform: translateY(20px);
      animation: fadeInUp 0.6s ease forwards;
    }
    .section-values .card:nth-child(2) { animation-delay: 0.1s; }
    .section-values .card:nth-child(3) { animation-delay: 0.2s; }
    /* ... */
    @keyframes fadeInUp {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    .section-values .card {
      background-color: #fbf5fc; /* soft purple tint */
      border: none;
      border-radius: 8px;
      box-shadow: 0 0 6px rgba(0,0,0,0.05);
    }
    /*Target Audience*/
    .section-reach h3 {
      font-size: 2rem;
      color: #6f42c1;
      font-weight: 600;
    }
    
    .section-reach .alert {
      font-size: 1rem;
      font-weight: 500;
      border-radius: 8px;
      padding: 0.75rem 1rem;
      background-color: #fff3cd;
      box-shadow: 0 0 6px rgba(0,0,0,0.05);
    }
    /*new footer*/
    .bg-purple {
      background-color: #6f42c1;
    }
    
    .footer h6 {
      font-size: 1.2rem;
      margin-bottom: 1rem;
    }
    
    .footer p, .footer li {
      font-size: 0.95rem;
    }
    
    .footer a:hover {
      text-decoration: underline;
    }
    
        
        
  
  
  footer {
    background-color: #222;
  }
  .card-title {
    font-weight: bold;
    color: #5a2a91;
  }
  
  .card-text {
    font-size: 0.95rem;
  }
  .logo {
    height: 60px;
  }
  .navbar-nav .nav-link {
    font-weight: 500;
    color: #333;
  }
  .navbar-nav .nav-link:hover {
    color: #5a2a91;
  }
  header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #fff;
  }
  #scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    background: none;
    border: none;
    font-size: 2rem;
    color: #5a2a91;
    cursor: pointer;
    display: none;
  }
  footer a:hover {
    color: #ffc107;
  }
  form label {
    font-weight: 500;
  }
  form .btn {
    background-color: #5a2a91;
    border: none;
  }
  form .btn:hover {
    background-color: #47206e;
  }
  #whatsappBtn {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 999;
    background-color: #25D366;
    color: white;
    font-size: 1.5rem;
    padding: 5px 12px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    text-decoration: none;
    transition: background-color 0.3s ease;
    border-radius: 50%;
  }
  #whatsappBtn:hover {
    background-color: #128C7E;
  }
  .btn-purple {
    background-color: #6f42c1;
    color: #fff;
    border-color: #6f42c1;
  }
  .btn-purple:hover {
    background-color: #5a32a3;
    border-color: #5a32a3;
  }
  .text-purple {
    color: #6f42c1;
  }
  .bg-purple .nav-link {
    color: #fff;
  }
  .bg-purple .nav-link:hover {
    color: #e0d4f7;
  }
  .bg-purple {
    background-color: #6f42c1;
  }
  .navbar-nav {
    padding-left: 1rem;
    padding-right: 1rem;
  }
 
  @media(max-width: 767px) {
    main{
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
  }
  @media (max-width: 767px) {
    section:first-of-type {
      padding-top: 20px !important;
    }
  }
  .section-intro {
    background-color: #f3f0fa;
    border-radius: 8px;
    box-shadow: 0 0 6px rgba(0,0,0,0.05);
  }
  /*section contact us*/
  .section-contact h3 {
    font-size: 2rem;
    color: #6f42c1;
    font-weight: 600;
  }
  
  .contact-box h5 {
    font-size: 1.1rem;
    font-weight: 600;
  }
  
  .contact-box p {
    font-size: 1rem;
    color: #444;
  }
  
  .map-box {
    min-height: 300px;
    background-color: #eee;
  }
  /*Auxillary services*/
  .section-auxiliary h3 {
    font-size: 2rem;
    color: #6f42c1;
    font-weight: 600;
  }
  
  .section-auxiliary .card-body h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
  }
  
  .section-auxiliary .card {
    border-radius: 8px;
    transition: transform 0.2s ease;
  }
  
  .section-auxiliary .card:hover {
    transform: translateY(-4px);
  }
  .section-countdown {
    background-color: #6f42c1;
  }
  
  .card .text-muted span {
    font-weight: 600;
    color: #6f42c1;
  }
  .badge.bg-purple {
    background-color: #6f42c1;
    font-size: 0.85rem;
    font-weight: 500;
    z-index: 1;
  }
  
  @media (max-width: 576px) {
    .card .badge.bg-purple {
      font-size: 0.75rem;
      top: 10px;
      right: 10px;
      padding: 0.4em 0.6em;
    }
  
    .card h5.pe-5 {
      padding-right: 4rem !important; /* ensure space for badge */
    }
  }
  .card-gradient {
    background: linear-gradient(to right, #b400b4, #6f42c1); /* Adjust to match your image */
    color: #fff;
    border: none;
  }
  
  .card-gradient .card-title,
  .card-gradient p {
    color: #fff;
  }
  #events {
    background:  #6f42c1;
    color: #fff;
  }
  .card-gradient {
    background: linear-gradient(to right, #b400b4, #6f42c1); /* match uploaded gradient */
    color: #fff;
    border: none;
  }
  
  .card-gradient .card-title,
  .card-gradient p {
    color: #fff;
  }
  .card .card-title,
  .card .card-text {
    color: #fff;
  }
  
  .card .text-light {
    color: #f8f9fa;
  }
  .gradient-card {
    background: linear-gradient(to right, #b400b4, #6f42c1);
    color: #fff;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 0 15px rgba(111, 66, 193, 0.3);
  }
  
  .gradient-card h5 {
    font-weight: bold;
    margin-bottom: 1rem;
  }
  
  .gradient-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  
  .gradient-card li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .gradient-card li:last-child {
    border-bottom: none;
  }
  
  .text-purple {
    color: #6f42c1 !important;
  }
  
  .border-purple {
    border-color: #6f42c1 !important;
  }
  
  .btn-purple {
    background-color: #6f42c1;
    color: #fff;
  }
  
  .btn-purple:hover {
    background-color: #59329c;
  }
  .text-purple {
    color: #6f42c1 !important;
  }
  
  .border-purple {
    border-color: #6f42c1 !important;
  }
  
  .card h5 {
    font-weight: 600;
  }
  
  .card a:hover {
    text-decoration: none;
  }
  body {
    background: linear-gradient(to bottom right, #b400b4, #6f42c1);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  