
  .interest-hero {
    position: relative;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)),
                url('images/art.jpeg') center top/cover no-repeat;
    min-height: 90vh;
    color: white;
    padding: 60px;
  }
  .overlay-title {
    position: absolute;
    top: 60px;
    left: 60px;
    max-width: 700px;
  }
  .interest-title {
    font-size: 48px;
    font-weight: 700;
  }
  .overlay-bottom {
    position: absolute;
    bottom: 60px;
    left: 60px;
    max-width: 600px;
  }
  .interest-subtext {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .interest-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    background-color: white;
    color: black;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    border: none;
  }
  .interest-btn:hover {
    background-color: #007BFF;
    color: white;
  }
  .food-hero {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)),
                url('images/food.jpg') center center/cover no-repeat;
    min-height: 95vh;
    color: white;
    position: relative;
    padding: 60px;
  }
  .nature-hero{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6)),
                url('images/nature.jpg') center center/cover no-repeat;
    min-height: 95vh;
    color: white;
    position: relative;
    padding: 60px;

  }
  .fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
  }
  .fade-up.active {
    opacity: 1;
    transform: translateY(0);
  }
  .custom-footer {
    background-color: rgb(20, 20, 20);
    border-top: 2px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0 10px 0; 
    margin-top: 0 !important;
    text-align: center;
  }
  
  .footer-logo {
    margin-bottom: 5px; 
  }
  .custom-footer {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }
  
  
  .footer-logo img {
    height: 40px;
    width: auto;
    transform: scale(4); 
    transform-origin: center;
  }
  
  
  .footer-description {
    font-size: 14px;
    line-height: 1.4;
    margin: 10px auto; 
    max-width: 500px;
    color: #fff;
  }
  
  .footer-links {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 8px;  
    flex-wrap: wrap;
  }
  
  .footer-links a {
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
  }
  
  .footer-links a:hover {
    color: #36b1ea;
  }
  
  .footer-brand {
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
  }
  
.fade-separator {
  height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(255,255,255,0));
}
