
            body {
            margin: 0;
            padding: 0;
            background-color: #e0f7fa;
            font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
            color: #1b1b1b;
            }

            .site-header {
              padding: 30px 20px;
              background-color: #f8f8f8;
            }
            
            .header-container {
              display: flex;
              align-items: center;
              justify-content: center;
              gap: 20px;
              flex-wrap: wrap;
              text-align: left;
            }
            
            .logo-small {
              width: 80px;
              height: auto;
            }
            
            .header-text h1 {
              margin: 0;
              font-size: 1.8rem;
            }
            
            .header-text p {
              margin: 5px 0 0;
              font-size: 1rem;
              color: #444;
            }            


            #menu-bar {
            width: 100%;
            background-color: #2e7d32;
            padding: 20px 0; 
            text-align: center;
          }

          .menu-item {
            display: inline-block;
            padding: 15px 30px; 
            font-size: 20px;    
            color: white;
            font-weight: bold;
            cursor: pointer;
          }

            .menu-item a {
            color: white;
            text-decoration: none;
            }

            .menu-item:hover {
            background-color: #388e3c;
            }

            .current {
            background-color: #1b5e20;
            }
            #dropdown-container {
            position: relative;
            }

            .drop-down-menu-bar {
            display: none;
            position: absolute;
            background-color: #2e7d32;
            width: 120px;
            top: 40px;
            left: 0;
            text-align: left;
            }

            .drop-down-item {
            padding: 10px;
            }

            .drop-down-item a {
            color: white;
            text-decoration: none;
            }

            #dropdown-container:hover .drop-down-menu-bar {
            display: block;
            }

            .home-content {
            width: 80%;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            padding: 100px 0;
            }

            .home-content h1 {
            font-size: 36px;
            margin-bottom: 20px;
            }

            .home-content p {
            font-size: 18px;
            margin-bottom: 40px;
            }

            .explore-button {
            text-decoration: none;
            background-color: #a5d6a7;
            color: #1b1b1b;
            padding: 10px 20px;
            border-radius: 4px;
            font-weight: bold;
            }

            .explore-button:hover {
            background-color: #81c784;
            }

          .home-banner {
          background-image: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb');
          background-size: cover;
          background-position: center;
          padding: 60px 20px;
          color: rgb(255, 255, 255);
          text-align: center;
          }

        .home-banner-text {
          padding: 20px;
          text-align:right;
          max-width: 80%;
          font-size: 150%;
        }

        .about {
          width: 80%;
          margin-left: auto;
          margin-right: auto;
          padding: 20px 0;
          text-align: center;
        }

        .about h2 {
          font-size: 28px;
          margin-bottom: 20px;
          color: #2e7d32;
        }

        .about p {
          font-size: 16px;
          margin-bottom: 15px;
          color: #333;
        }

        .image-gallery {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 0;
        text-align: center;
      }

      .image-gallery h2 {
        font-size: 26px;
        color: #1b5e20;
        margin-bottom: 30px;
      }

      .gallery-row {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
      }

      .gallery-image {
        display: inline-block;
        width: 30%;
        margin: 1.5%;
        border: 4px solid #e0f2f1;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
        border-radius: 8px;
        overflow: hidden;
      }

      .gallery-image img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
      }

      .site-header {
        background-color: #e8f5e9;
        color: #1b5e20;
        text-align: center;
        padding: 30px 0;
      }

      .site-header h1 {
        margin: 0;
        font-size: 36px;
      }

      .site-header p {
        font-size: 18px;
        margin-top: 10px;
      }

      .events {
        width: 80%;
        margin: 40px auto;
        text-align: center;
      }

      .events h2 {
        font-size: 26px;
        color: #2e7d32;
        margin-bottom: 20px;
      }

      .event-card {
        background-color: #f1f8e9;
        border-left: 6px solid #66bb6a;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      }

      .featured-film {
        width: 80%;
        margin: 60px auto;
        text-align: center;
      }

      .featured-film h2 {
        color: #1b5e20;
        font-size: 26px;
        margin-bottom: 30px;
      }

      .featured-content {
        display: inline-block;
        width: 100%;
        text-align: left;
      }

      .featured-content img {
        width: 300px;
        height: 450px;
        float: left;
        margin-right: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      }

      .film-info {
        overflow: hidden;
      }

      .film-info h3 {
        font-size: 22px;
        color: #2e7d32;
        margin-bottom: 10px;
      }

      .film-info p {
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
      }

      .film-info a {
        font-weight: bold;
        text-decoration: none;
        color: #1e88e5;
      }

      .film-info a:hover {
        text-decoration: underline;
      }

      
      .films-header {
        background-color: #d8f3dc;
        padding: 40px 20px;
        text-align: center;
      }

      .films-header h1 {
        color: #1b4332;
        font-size: 32px;
      }

      
      .film-grid {
        width: 90%;
        margin: 40px auto;
        text-align: center;
      }

     
      .film-card {
        display: inline-block;
        width: 280px;
        margin: 20px;
        padding: 15px;
        background-color: white;
        border-radius: 10px;
        vertical-align: top;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
      }

      .film-card img {
        width: 100%;
        height: auto;
        border-radius: 6px;
      }

      .film-card h2 {
        font-size: 18px;
        color: #2d6a4f;
        margin-top: 10px;
      }

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

      .film-card .description {
        font-size: 13px;
        color: #333;
        margin-bottom: 10px;
      }

      .film-card a {
        text-decoration: none;
        color: #1b4332;
        font-weight: bold;
        font-size: 14px;
      }

      .essay-content {
        max-width: 800px;
        margin: 60px auto;
        padding: 20px;
        font-size: 1.1rem;
        line-height: 1.7;
        color: #333;
        background-color: #f9f9f9;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0,0,0,0.05);
      }
      .description-essay {
        max-width: 800px;
        margin: 60px auto 40px auto;
        padding: 20px;
        text-align: left;
      }
      
      .description-essay h2 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 20px;
      }
      
      .description-essay p {
        font-size: 1.2rem;
        line-height: 1.7;
        color: #333;
      }
      .essay-layout {
        display: flex;
        max-width: 1200px;
        margin: 60px auto;
        padding: 20px;
        gap: 40px;
      }
      
      .essay-sidebar {
        width: 280px;
        flex-shrink: 0;
      }
      
      .sidebar-block {
        margin-bottom: 30px;
        text-align: center;
      }
      
      .sidebar-block img {
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        margin-bottom: 10px;
      }
      
      .sidebar-block p {
        font-size: 0.95rem;
        color: #444;
      }
      
      .essay-content {
        flex-grow: 1;
        background-color: #f9f9f9;
        padding: 30px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0,0,0,0.05);
        font-size: 1.1rem;
        line-height: 1.7;
        color: #333;
      }
      

      .ecovideo-content {
        text-align: center;
        padding: 50px 20px;
        background-color: #e6f5ea; 
      }
      
      .ecovideo-content h1 {
        color: #064635;
        font-size: 36px;
        margin-bottom: 10px;
      }
      
      .ecovideo-content p {
        color: #396f5c;
        font-size: 18px;
        margin-bottom: 30px;
      }
      
      video {
        border: 5px solid #396f5c;
        border-radius: 10px;
      }

      
      

     
.festival-header {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.festival-header h1 {
  font-size: 3em;
  color: #2e7d32; 
  margin-bottom: 10px;
}

.festival-header p {
  font-size: 1.2em;
  color: #555;
}


.festival-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}


.festival-image {
  width: 100%;
  max-width: 700px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}


.festival-content p {
  font-size: 1.1em;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}
      
      .site-footer {
        background-color: #2e7d32;
        color: white;
        padding: 30px 0;
        text-align: center;
        margin-top: 60px;
      }

      .footer-content {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
      }

      .site-footer p {
        margin: 10px 0;
        font-size: 14px;
      }

      .site-footer a {
        color: #b2dfdb;
        text-decoration: none;
        font-weight: bold;
      }

      .site-footer a:hover {
        color: #ffffff;
        text-decoration: underline;
      }
