
    .scrollable-list {
        max-height: 500px; /* Adjust height as needed */
        overflow-y: auto;
        position: relative;
        padding-right: 10px; /* Space for scrollbar */
    }

    /* Blur effect at the bottom */
    .scrollable-list::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 30px; /* Height of the blur */
        pointer-events: none; /* Allow scrolling through the blur */
    }


    .scrollable-list {
        max-height: 576px; /* Set the maximum height for the scrollable container */
        overflow-y: auto; /* Enable vertical scrolling */
        position: relative; /* Ensure the ::after pseudo-element is positioned relative to this container */
        overflow-x: hidden;
    }

    /* Fixed blur effect at the bottom */
    .scrollable-list::after {
        content: ''; /* Required to display the pseudo-element */
        position: absolute; /* Position it relative to the container */
        bottom: 0; /* Stick to the bottom of the container */
        left: 0; /* Stretch to the left edge */
        right: 0; /* Stretch to the right edge */
        height: 30px; /* Height of the blur area */

        pointer-events: none; /* Allow scrolling through the blur */
        z-index: 1; /* Ensure the blur stays above the content */
    }

    /* Content inside the scrollable list */
    .scrollable-list table {
        position: relative; /* Ensure content scrolls under the blur */
        z-index: 0; /* Keep content below the blur effect */
    }

    @media (max-width: 768px) { /* Target screens smaller than 768px */
        .scrollable-list {
            all: unset; /* Remove all applied styles */
        }

        .scrollable-list::after {
            display: none; /* Ensure pseudo-element is also hidden */
        }
    }

    @media (min-width: 1400px) and (max-width: 1499px) {
        .scrollable-list {
            max-height: 526px; /* Adjust the height as needed */
        }
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .scrollable-list {
            max-height: 456px; /* Adjust the height as needed */
        }
    }


    
    @media (max-width: 1200px) {
        .scrollable-list {
            max-height: 350px; /* Adjust height for medium screens */
        }
    }

    @media (max-width: 992px) {
        .scrollable-list {
            max-height: 209px; /* Adjust height for small screens */
        }
    }

    @media (max-width: 768px) {
        .scrollable-list {
            max-height: 300px; /* Adjust height for tablets */
        }
    }

    @media (max-width: 576px) {
        .scrollable-list {
            max-height: 250px; /* Adjust height for mobile devices */
        }
    }

    /* Hide all slides by default */
    #content-slides .slide,
    #image-slides .slide {
        display: none;
    }

    /* Show only the active slide */
    #content-slides .slide.active,
    #image-slides .slide.active {
        display: block;
    }

    .scrollable-list::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .scrollable-list::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    }

    .content-slider-title {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        text-align: center;
    }

/* blob css */

/* ====== Scoped only inside blobSection ====== */
    #blobSection {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    font-family: 'Altform-Bold', Helvetica, Arial, sans-serif;
    margin-top: -6%;
    }

    #blobSection canvas {
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
    }

    #blobSection h1 {
      position: relative;
      z-index: 3;
      font-size: 67px;
      font-weight: 700;
      text-align: center;
      margin: 0;
      color: #000;
      font-family: 'Altform-Bold', Helvetica, Arial, sans-serif;
    }

    #blobSection .blob-button {
      position: absolute;
      padding: 1px 20px;
      color: #fff;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      opacity: 0;
      transition: opacity 0.3s ease, background-color 0.3s ease;
      z-index: 4;
      font-size: 14px;
      pointer-events: none;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    #blobSection .blob-button.show {
      opacity: 1;
      pointer-events: auto;
    }

    #blobSection .blob-button .icon {
      margin-left: 8px;
    }

    #blobSection video {
      display: none;
    }

@media (max-width: 991px) {
  #blobCanvas,
  #blobVideo,
  #blobBtn {
    display: none !important;
  }

  .mobile-blobs {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 0px 10px 139px;
    overflow: hidden;
	
  margin-top: 63px;
  padding:0px 10px 109px
  }

  /* ✅ Heading positioned over blobs */
  .mobile-blob-heading {
         
    position: absolute !important;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -212%);
    text-align: center;
    font-family: 'Altform-Bold', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 39px !important;
    line-height: 1.1;
    color: #000;
    pointer-events: none;
    margin: 0;
    width: 100%;
  }

  .mobile-blob-heading span {
    display: block; /* DISTRICTS niche thakbe */
  }



       
  }


  @media (min-width: 991px) {

.mobile-blobs {
  display: none;
}

  .mobile-blob-heading {

    display: none;
  }

  }

  

  .blob-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: -10px; /* close spacing between blobs */
    position: relative;
    z-index: 1;
  }

  .blob-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .blob-wrap {
    position: relative;
    
  }

  .blob-wrap img {
    width: 100%;
    height: auto;
    display: block;
  }

  .text-curve {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  text {
     font-family: 'Altform-Bold', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    fill: #000;
  }

  .blob-victoria{
position: absolute;
  }
}

@media (min-width: 991px) {
  .mobile-blobs {
    display: none;
  }
}





/* extra menub */
.sub-navbar {
    margin-top: 103px;
    padding: 0px 0 8px 0;
    position: relative;
    top: -32px;
    z-index: 1020;
}

@media (max-width: 769px) {
  .sub-navbar {
    margin-top: 103px;
    padding: 8px 0;
    position: relative;
    top: -2px;
    z-index: 1020;
}

.sub-navbar .small-nav .nav-item:not(:last-child)::after{
  display: none;
}
}
.small-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 0 12px;
  padding: 4px 0;
   font-family: 'Altform-Bold', Helvetica, Arial, sans-serif;
   text-transform: uppercase;
}

.small-nav .nav-link.active {
  color: #62BCB3;
  /* border-bottom: 2px solid #ff4500; */
}

.mend-9 {
    margin-right: 8.3rem !important;
}

@media (max-width: 767.98px) {
  .mend-9 {
    margin-right: 0rem !important;
}
.reset-wrapper {
    margin-top: 18px;
    text-align: center;
}
}

.slider {
    background-color: #168771 !important;
    padding: 20px 0;
    /* border-radius: 5px; */
}

 .btn-icon {
    filter: brightness(0) saturate(100%);
    transition: filter 0.3s 
ease;
}