

.header-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* Safari */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.three-line-clamp, .two-line-clamp {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.two-line-clamp {
    -webkit-line-clamp: 2;
}
.one-line-clamp, .two-line-clamp {
    overflow: hidden;
    text-overflow: ellipsis;
}

.heading {
    text-shadow: none;
    color: rgba(55, 65, 81, 1);
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 64px;
    
}



h1.heading span:nth-child(3), h1.heading span:nth-child(6) {
    color: #fffffd;
    margin: 2px 3px;
}

h1.heading span {
    display: inline-block;
    color: rgba(55, 65, 81, 1);
    position: relative;
    z-index: 1;
    padding: 0 5px;
}

h1.heading span:nth-child(3)::after, h1.heading span:nth-child(6)::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    background: rgb(21 128 61);
    top: 0;
    left: -2px;
    z-index: -1;
    transform: skewX(-7deg);
}

h1.heading span:nth-child(6) {
    color: #fffffd;
    margin: 0 3px;
}


.bannerheight{
  height: 300px;
}

  


    @media (min-width: 400px) and (max-width: 640px) {
        .heading {
          padding-top: 90px;
        }
        .bannerheight{
          height: 0;
        }
        
      }
      
      
      @media (min-width: 640px) and (max-width: 767px) {
        
        .bannerheight{
          height: 0;
        }
        
      }
       /* Works in modern browsers (Chrome, Edge, Safari) */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #15803D; /* Your green color */
    border-radius: 10px;
    border: 2px solid #f1f1f1;
  }

  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #15803D #f1f1f1;
  }


 

.w-w8w {
  width: 600px;
}

.w-w89w {
  width: 500px;
}
.barder{
 border: 1px solid rgba(4, 120, 87, var(--tw-text-opacity));
}

/* --- Mobile Responsive Styles --- */
@media (max-width: 768px) {
    .heading {
        font-size: 28px;
        line-height: 38px;
    }

    h1.heading span:nth-child(3)::after,
    h1.heading span:nth-child(6)::after {
        height: 30px;
    }

    
}

@media (max-width: 480px) {
    .heading {
        font-size: 22px;
        line-height: 32px;
    }

    
}
