.publctn-filter-wrp {
  position: relative;
}

.filter-left {
    flex: 0 0 27%;
}

.filter-left {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 40px 30px 0;
}

.option-set.filterList span.opt-arow {
    transform: rotate(180deg);
}

span.opt-arow {
    transition: all .3s ease;
}
.isotope-pager a {
    margin-right: 10px;
    text-decoration: none;
    padding-right: 2px;
    color: #004BA6;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
a.pager.next-arrow {
    margin-right: 0;
}
a.pager.active {
    font-weight: 700;
    border-bottom: 2px solid #004BA6;
}
.isotope-pager {
    position: relative;
    padding: 40px 0 0;
}
.isotope-pager:before {
    background: #004ba6;
    content: "";
    height: 2px;
    left: 0;
    max-width: 340px;
    position: absolute;
    top: 0;
    width: 100%;
}
.pagn .isotope-pager:before {
    content: none;
}
a.pager.prev-arrow {
    padding-right: 15px;
}

a.pager.next-arrow {
    padding-left: 15px;
}
a.pager.prev-arrow:hover {
    font-weight: 800;
}
a.pager.next-arrow:hover {
    font-weight: 800;
}
a.pager.disabled {
    pointer-events: none;
}
.option-heading-open{
 display:none; 
}
.no-result {
    font-size: 36px;
    text-align: center;
    padding: 0 0 64px;
    display: none;
}
h6.option-heading {
    color: #6e6c73;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    background: var(--Neutral-white, #fff);
    border: 1px solid #cfced0;
    border-radius: 8px;
    padding: 10px 16px;
    position: relative;
    cursor: pointer;
    display: flex;
    gap: 0 20px;
    align-items: center;
    justify-content: space-between;
/*     max-width: 220px; */
    width: 100%;
}

.resourc-hub-filtr-in {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 0 34%;
}
 .resourc-hub-filtr {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 0 calc(100% - 32px - 28%);
}
.option-set {
    position: relative;
    max-width: 220px;
    width: 100%;
}
.filter-search {
    text-align: right;
    flex: 0 28%;
}
.filter-search input {
    border-radius: 8px;
    border: 1px solid #CFCED0;
    background: #fff;
    padding: 6px 12px;
    max-width: 310px;
    width: 100%;
    margin: auto 0 auto auto;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  outline: none;
}
.resourc-hub-filtr-wrp {
    border-bottom: 1px solid #CFCED0;
    background: #FFF;
    padding: 24px 0;
      position: sticky;
    width: 100%;
    top: 77px;
    background: #fff;
    z-index: 99;
}
.option-set-outer {
    position: absolute;
    background: #fff;
    border: 1px solid #6E6C73;
    border-radius: 8px;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .25);
    display: none;
    left: 0;
    margin-top: 5px;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
}

.option-set-block label>span {
    color: #3d3b44;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.option-set-block label {
    cursor: pointer;
    display: block;
    margin: 5px 0;
    padding: 10px 16px;
}
.option-set-block label input {
    display: none;
}
.option-set-block label.Filterchecked span {
    color: #00026d;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
    text-decoration-style: solid;
    text-decoration-thickness: 6.5%;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.option-set-block label.Filterchecked {
    background: #f2f2f2;
    border-radius: 8px;
}
.result-box-right-outer {
    column-count: 3;
    column-gap: 32px;
  position: unset !important;
    height: unset !important;
    padding: 32px 0 64px;
  overflow: hidden;
}
.result-box-right-inner {
    background: #F2F2F2;
    border: 1px solid rgba(13, 10, 21, 0.05);
    border-radius: 16px;
    overflow: hidden;
    padding: 24px;
  position: unset !important;
    margin-bottom: 32px;
      transform: unset !important;
}
.result-box-right-inner {
/*     display: none; */
}
.resourc-hub-tag>p {
   border-radius: 100px;
    border: 1px solid rgba(13, 10, 21, 0.05);
    background: #fff;
    backdrop-filter: blur(17.5px);
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 20px;
  display: inline-block;
}
.resourc-hub-btn:not(:first-child) {
    padding-top: 16px;
}
.resourc-hub-tag {
    padding-bottom: 24px;
}
.resourc-hub-imag>img {
/*     border-radius: 8px; */
    border: 1px solid #F5F2EB;
/*     max-height: 200px; */
  min-height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.resourc-hub-imag {
    padding-bottom: 24px;
}
.resourc-hub-btn>a {
    width: 100%;
    align-items: center;
    justify-content: center;
    flex: 0 auto;
}
.resourc-hub-btn>a>span {
    max-width: calc(100% - 20px);
}
.scroll-top {
    position: fixed;
    right: 24px;
    bottom: 10%;
    z-index: 9999;
    width: auto;
    height: auto;
    cursor: pointer;
  display: none;
}

.scroll-top span {
   border-radius: 100px;
   border: 1px solid rgba(247, 243, 247, 0.60);
   background: rgba(13, 10, 21, 0.75);
   backdrop-filter: blur(2px);
   height: 52px;
   padding: 12px;
   aspect-ratio: 1/1;
   width: 52px;
   display: flex;
   align-items: center;
   justify-content: center;
  
}
.resourc-hub-filtr-wrp-mob {
    display: none;
}
.scroll-top span img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    transform: rotate(-90deg);
}
.filter-search-mob {
    display: none;
}
.resourc-hub-cards-wrp {
    position: relative;
}
.filter-right {
    position: relative !important;
}
.result-box-right-outer {
  -webkit-column-count: 3;
  transform: translateZ(0);
}

.result-box-right-inner {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
/*   display: inline-block; */
  width: 100%;
}
.option-set-block label.Filterchecked:hover {
    background: #CFCED0;
    color:  #1A1A1A;
}
.option-set-block label:hover {
    border-radius: 8px;
    background: #F2F2F2;
}
.option-set-block label.Filterchecked:hover span {
    color: #1A1A1A;
    text-decoration: none;
}


/* Grid width */
.result-box-right-inner {
    max-width: 403px;
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* Smooth rendering */
.result-box-right-outer {
    -webkit-perspective: 1000;
    perspective: 1000;
}
/* ✅ Safe hide (prevents reorder issues) */
.hidden-item {
    display: none !important;
}
/* ✅ Firefox alignment fix */
.result-box-right-outer {
    font-size: 0;
}
.result-box-right-inner {
    vertical-align: top;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::;*/

@supports (-webkit-touch-callout: none) {
  .second-visible {
       margin-top: -32px;
  }
}
@supports (-webkit-hyphens:none) and (not (-ms-ime-align:auto)) {
  .second-visible {
       margin-top: -32px;
  }
}
@media (max-width: 920px) {
  .result-box-right-outer {
      column-count: 2;
  }
}
@media(max-width:767px){
  .resourc-hub-filtr-in, .resourc-hub-filtr-wrp-mob {
    display: block;
}
  .resourc-hub-filtr-wrp-mob {
      align-items: center;
      display: flex;
      gap: 0 24px;
      position: relative;
      border-bottom: 1px solid #CFCED0;
      background: #FFF;
      padding: 16px 14px 16px 24px;
    justify-content: space-between;
  }

  .resourc-hub-filtr-wrp-mob>h6 {
      margin: 0;
      color:  #6E6C73;
      font-family: "Plus Jakarta Sans";
      font-size: 16px;
      font-weight: 600;
      line-height: 24px; 
  }

  span.filterListToggle {
      padding: 10px;
      transition: all .3s ease;
  }

  .filter-search {
      text-align: center;
      padding: 24px 20px;
  }

  .filter-search input {
      max-width: 330px;
  }
  .option-set {
      max-width: 100%;
      margin-top: 24px;
      width: 100%;
      box-sizing: border-box;
      display: block;
  }

  .resourc-hub-filtr {
      position: absolute;
      z-index: 999;
      width: 100%;
      background: #fff;
            padding: 0 20px 32px;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .25);
  }
  span.filterListToggle.opneFilters {
      transform: rotate(-180deg);
  }
  .resourc-hub-filtr-wrp {
      border: none;
      padding: 0;
  }

  .resourc-hub-filtr-wrp .container {
      padding: 0;
  }

  .resourc-hub-filtr {
      display: none;
  }
   .resourc-hub-filtr-wrp {
      top: 71px;
  }
  .filter-search-mob {
      display: block;
  }
  .result-box-right-outer {
      padding-top: 10px;
  }
  .filter-search-desk {
      display: none;
  }
}
@media (max-width: 620px) {
  .scroll-top span img {
      max-width: 16px;
  }
  .scroll-top span {
      height: 38px;
      width: 38px;
  }
  .scroll-top {
    right: 20px;
  }
  .result-box-right-outer {
      column-count: 1;
  }
  .result-box-right-inner {
      max-width: 330px;
      margin: 0 auto 24px;
  }
 
}

