
.hero {
    background-image: url('images/birding\ species\ 2.png');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 80px 20px;
    position: relative;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

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

.hero p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}
 
 h1 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .card img {
    width: 100%;
    height: auto;
  }

  .card-content {
    padding: 15px;
  }

  .card h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
  }

  .card p {
    margin: 0;
    font-size: 14px;
    color: #555;
  }











  /* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  .modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
  }
  
  .modal-content h2 {
    margin-top: 0;
    color: #1d3557;
  }
  
  .modal-content p {
    margin: 10px 0;
    color: #333;
  }
  
  .modal-content img {
    margin: 15px 0;
  }
  
  .close {
    position: absolute;
    top: 12px;
    right: 20px;
    color: #aaa;
    font-size: 28px;
    cursor: pointer;
  }
  
  .close:hover {
    color: #000;
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  

  
/* Testimonials Section Styles */
.testimonials {
  padding: 80px 0;
  background-color: var(--background-color);
  text-align: center;
}

.testimonials h2 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 40px;
}

.testimonial-carousel {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.testimonial-card {
  background-color: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
  display: none;
}

.testimonial-card.active {
  display: block;
}

.testimonial-rating {
  margin-bottom: 15px;
}

.star {
  color: #FFD700; /* Gold color for stars */
  font-size: 20px;
  letter-spacing: 2px;
}

.testimonial-text {
  font-size: 12px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

.testimonial-author {
  font-style: italic;
  color: #777;
}

.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: var(--bottums-color); /* Green color - match your site color scheme */
}

/* footer style */
 * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Arial', sans-serif;
    }
    
  
    
    .footer {
        background-color: #222;
        color: #fff;
        padding: 2rem 1rem;
        width: 100%;
    }
    
    .footer-logo {
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .footer-tagline {
        font-size: 0.9rem;
        margin-bottom: 2rem;
        color: #ccc;
        text-align: center;
    }
    
    .help-center {
        margin: 1.5rem 0;
        text-align: center;
    }
    
    .help-center h3 {
        font-size: 0.9rem;
        margin-bottom: 1rem;
        color: #fff;
    }
    
    .help-center ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    
    .help-center ul li a {
        color: #aaa;
        text-decoration: none;
        font-size: 0.8rem;
        padding: 0.5rem;
        display: inline-block;
    }
    
    .social-icons {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin: 1.5rem 0;
    }
    
    .social-icons a {
        display: inline-block;
        width: 36px;
        height: 36px;
        background-color: var(--bottums-color);
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-decoration: none;
    }
    
    .copyright {
        text-align: center;
        font-size: 0.75rem;
        color: #777;
        padding-top: 1rem;
        border-top: 1px solid #333;
    }
    
    .language-selector {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1.5rem 0;
    }
    
    .language-selector select {
        background-color: #333;
        color: #fff;
        border: none;
        padding: 0.4rem 0.5rem;
        border-radius: 4px;
        font-size: 0.8rem;
    }
   
@media (max-width:500px) {
  .testimonial-card{
    max-width: 300;
    margin: 10px;
   
    
  }
}