.prfinner-new{flex: 100%; width: 100%;}
.indicator-image{height:23px;}
.main-logo-img{width:155px; height:49px;}
.block-view-more:hover{cursor: pointer;}
.lang-nav-item .dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 140px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1000;
    border-radius: 4px;
    padding: 5px 0;
  }
  
  .lang-nav-item:hover .dropdown-menu {
    display: block;
  }
  
  .lang-nav-item .dropdown-menu a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #333;
  }
  
  .lang-nav-item .dropdown-menu a:hover {
    background-color: #f1f1f1;
  }

  .btn-prf-top-p-new h3{font-size: 15px!important;}
  .container-hundred{max-width: 100%!important;}
  /* @media screen and (min-width: 1000px) { */
    .top-p-img-new img{height: 180px!important; width: 180px!important; max-width: unset!important;}
  /* } */

  .pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin-top: 20px;
    }

    ul.pagination li {
    margin: 0 2px;
    }

    ul.pagination li a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.2s;
    }

    ul.pagination li a:hover {
    background-color: #e9ecef;
    }

    ul.pagination li.active a {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    }

    ul.pagination li.disabled a {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
    }
  
    .box-heading-new{
      color: #fd4185;
      font-family: Poppins;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 21px;
  }
  /* Hide scrollbar in all modern browsers */
  #thumbContainer {
    scrollbar-width: none; /* Firefox */
  }
  #thumbContainer::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
  }
  
  #imageOverlay {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    justify-content: center;
    align-items: center;
  }
  #overlayImage {
    max-width: 90%;
    max-height: 90%;
  }
  .overlay-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    background: rgba(0, 0, 0, 0.3);
    border: none;
  }
  .overlay-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 4rem;
    color: white;
    background: none;
    border: none;
  }