html {
      scroll-behavior: smooth;
    }
    body {
      font-family: 'Roboto', sans-serif;
      overflow-x: hidden;
    }
      /* All headers: h1, h2, h3, h4, h5, h6 */
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Poppins', sans-serif;
    }
     .hero h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300; /* extra bold for hero */
  font-size: 3.5rem;
  line-height: 1.1;
  
}

.hero p {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.25rem;
  margin-top: 1rem;
  line-height: 1.5;
  font-style: italic; /* optional for emphasis */
}
    /* Navbar */
    .navbar {
      background: rgba(0, 0, 0, 0.8);
    }
    .navbar .nav-link {
      color: white !important;
      margin-left: 10px;
      transition: 0.3s;
    }
    .navbar .nav-link:hover {
      color: #0d6efd !important;
    }
    

    /* Hero Section */
      .hero {
      height: 100vh;
      background: linear-gradient(rgba(13, 110, 253, 0.55), rgba(0, 0, 50, 0.7)),
  url('../images/naomi1.jpg') center/cover no-repeat;
      color: #fff;
      display: flex;
      align-items: center;
      text-align: left;
      padding: 0 10%;
    }
    

    .hero h1 {
      font-weight: 700;
      font-size: 3.2rem;
      line-height: 1.3;
    }
    .hero p {
      font-size: 1.25rem;
      margin: 20px 0;
      max-width: 600px;
    }
    .hero .btn-main {
      background-color: #0d6efd;
      color: #fff;
      border-radius: 30px;
      padding: 10px 25px;
      font-weight: 500;
      transition: background 0.3s;
    }
    .hero .btn-main:hover {
      background-color: #0b5ed7;
    }
    .poll {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 20px;
    backdrop-filter: blur(3px);
    font-size: 0.9rem;
    text-align: center; /* center text and buttons */
     transform: translateY(20px); 
  }

.poll h5 {
  font-size: 1.1rem;
}

.poll .vote-btn {
  border-radius: 25px;
  padding: 5px 15px;
  transition: transform 0.2s ease, background-color 0.3s ease;
}

.poll .vote-btn:hover {
  transform: scale(1.05);
}

.poll .progress {
  width: 90%;           /* make bars long */
  max-width: 400px;     /* cap max width */
  height: 12px;         /* thicker bars */
  margin: 1px auto;     /* center bars horizontally */
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.poll .progress-bar {
  width: 0%; /* start at 0% */
  transition: width 2s ease-in-out;
  text-align: center;   /* show % inside center */
  font-size: 1rem;
}



    /* About Section */
    .about-section {
    background-color: #fff;
    }
    .about-section h2 {
    color: #111;
    }
    .about-section p {
    color: #555;
    line-height: 1.7;
    }
    .about-section img {
    border-radius: 15px;
    max-width: 90%;
    }

    /* ===== Issues Section ===== */
    #issues {
    scroll-margin-top: 80px;
    }

    .issue-card {
    transition: all 0.3s ease;
    border-radius: 12px;
    }

    .issue-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .icon {
    background-color: #e9f2ff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    /* Manifesto Section */
    #manifesto {
    background-color: #fff;
    }

    #manifesto h2 {
    color: #198754; /* Bootstrap green */
    }

    #manifesto .card {
    border-radius: 15px;
    transition: all 0.3s ease;
    }

    #manifesto .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    #manifesto .icon {
    background-color: #e9f9ef;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    }

    #manifesto p {
    font-size: 0.95rem;
    line-height: 1.6;
    }

    #manifesto .btn {
    border-radius: 25px;
    padding: 5px 15px;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    }

    #manifesto .btn:hover {
    background-color: #198754;
    color: white;
    }
    
    #services {
    background: linear-gradient(rgba(0, 0, 50, 0.05), rgba(0, 0, 100, 0.1));
    padding: 80px 0;
    }

    .service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
    }

    .service-card img {
    height: 240px;
    object-fit: cover;
    transition: transform 0.4s ease;
    }

    .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    }

    .service-card:hover img {
    transform: scale(1.05);
    }

    /* Testimonials Section */
    #testimonials {
    background: linear-gradient(to bottom right, #e8f9f1, #f8fdfb);
    }

    #testimonials h2 {
    color: #198754;
    }

    .testimonial-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 300px;
    }

    .testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .testimonial-text {
    min-height: 80px;
    font-style: italic;
    transition: all 0.3s ease;
    }
    /* Footer Section */
    .footer {
    background: #0b0b0b;
    }

    .footer a {
    transition: color 0.3s ease;
    }

    .footer a:hover {
    color: #198754;
    }

    .footer .bi {
    font-size: 1.2rem;
    }

    .follow-us h6 {
    color: #198754;
    letter-spacing: 0.5px;
    }

    .follow-us .btn {
    border-radius: 25px;
    transition: all 0.3s ease;
    }

    .follow-us .btn:hover {
    background-color: #157347;
    }



    @media (max-width: 768px) {
      .hero {
        text-align: center;
        padding: 0 5%;
      }
      .hero h1 {
        font-size: 2.2rem;
      }
      .hero p {
        font-size: 1rem;
      }
    }

    .gallery-fixed {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
}

.gallery-item {
  margin-right: 15px;
  position: relative;
 
}

.gallery-track {
  display: flex;
  transition: transform 0.3s ease;
  overflow-x: auto;           /* <-- allows horizontal scrolling */
  scroll-behavior: smooth;    /* <-- enables smooth effect */
  scrollbar-width: none;      /* Firefox hide scrollbar */
}

.gallery-track::-webkit-scrollbar {
  display: none;              /* Chrome/Safari hide scrollbar */
}


.overlay-text {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  padding: 5px 0;
  border-radius: 0 0 8px 8px;
  opacity: 1;
  transition: 0.3s;
  pointer-events: none;
}

.gallery-item:hover .overlay-text {
  opacity: 1;
}
