html, body {
    overflow-x: hidden;
}
html .location__list {
    overflow-y: scroll;
    max-height: 300px;
}
.nice-select-dropdown .list {
    max-height: 300px !important;
    overflow-y: scroll;
    
    scrollbar-width: thin;
    
}
.article-image-slider .swiper {
    z-index:0;
}
body .wrapper {
    overflow:visible;
}
.previous-link  {
    transform: rotate(180deg);
}
.copied {
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.copied.d-none {
    display: none;
}
.order-none {
    order: 100 !important;
}
.highlights-content p {
    font-size: inherit !important;
}
.align-content-evenly {
    align-content: space-evenly !important;
}


@media (min-width: 768px) {
    .intro-decor--img:after {
        width: 25rem;
    }
    .nice-select .current {
        padding-right:15px;
    }
}

@media (min-width: 445px) {
    .share-holder {
        left: -40px;
    }
}
    .sub-menu__list a {
        display:flex !important;
       
    }
    h5,.h5 {
        font-size: 2.2rem;
    }

    .team-img {
        aspect-ratio: 416 / 356;
        overflow: hidden;
        position: relative;
    }
    .team-img img {
        height: 100%;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
        transition: transform .35s cubic-bezier(.3,.86,.36,.95);
        width: 100%;
    }

    @media (min-width: 768px) {
        .article__content ol {
            font-size: 2rem;
            letter-spacing: .009em;
            margin-bottom: 1.5rem;
            padding-left: 3rem;
        }
    }


@media (min-width: 1024px) {
    .header-fixed .main-nav__list {
        margin-top: 1rem !important;
    }
    .header-fixed .logo img {
        padding-bottom: 5px;
    }
    .header-fixed .main-nav__list li {
        padding-bottom: 0rem;
    }
    .meta-menu {
        padding-right: 12.8rem;
    }
    .location__drop-holder {
        width: 26rem;
    }
}
.article p {
    font-size: 2rem;
}

.highlights-wrapper .col-12{
    min-height: unset !important;
}
@media (min-width: 768px) {
    .author-img {
        height: 300px;
    }
    .breadcrumb-item {
        max-width: unset !important;
    }
    .news-tag {
        top: -3.7rem;
    }
}
@media (max-width: 768px) {
    .article__content p:first-of-type {
        font-size: 2.6rem;
        letter-spacing: .016em;
        line-height: 1.38;
        margin-bottom: 2.6rem;
    }
}
.wp-block-embed__wrapper {
    position: relative;
  width: 100%;
  padding-top: 56.25%; /* forces a 16:9 box */
  overflow: hidden;
}
.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn-download {
    align-items: flex-start;
}
.search-result-body {
    flex: 1;
    padding: 2rem 2rem 2rem;
}
.search-card {
    background: #fff;
    border-top: .2rem solid #0045bf;
    color: #051641;
    display: flex;
    flex-direction: column;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: background .35s cubic-bezier(.3,.86,.36,.95);
}

.search-btn {
    top: 44%;
    font-size: 2.3rem;
    right: 2.2rem;
}
.location-name {
    transition: opacity 0.3s ease;
  }

     .hero-slim-container .banner-content h1{
     font-size: 5.6rem !important;
     line-height: 1.1;
   }
   .hero-slim-container .banner-content:after {
     content: '';
     position: absolute;
     top: 30px;
     right: 30px;
   }

/* Hero Slim Block Styles */
.hero-slim-banner {
    min-height: 500px;
    width: 100%;
}

.hero-slim-container {
    height: 100%;

}


/* Left Panel - Blue with Text */
.hero-slim-text-panel {
    background: linear-gradient(135deg, #1A3B8F 0%, #2B4A9F 100%);
    width: 33.333%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 40px;
    color: white;
    overflow: hidden;
}

.hero-slim-text-panel::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-slim-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-slim-heading {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: white;
}

.hero-slim-heading .hero-slim-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #FFD700;
    border-radius: 50%;
    margin-left: 10px;
    vertical-align: middle;
}

/* Yellow L-shaped graphic */
.hero-slim-graphic {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #FFD700;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 30% 30%, 30% 100%, 0 100%);
}

/* Right Panel - Image */
.hero-slim-image-panel {
    width: 66.667%;
    position: relative;
    overflow: hidden;
}

.hero-slim-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-slim-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Hero Slim Mobile Layout */
@media (max-width: 768px) {
  .hero-slim-container {
    flex-direction: column !important;
    padding: 0 !important;
  }
  
  .hero-slim-text-panel {
    width: 100% !important;
    min-height: 200px;
    padding: 40px 20px !important;
  }
  
  .hero-slim-image-panel {
    width: 100% !important;
    min-height: 300px;
  }
  
  .hero-slim-heading {
    font-size: 2.4rem !important;
  }
}

/* Highlight Block Styles */
.highlight-block {
    position: relative;
    overflow: hidden;
}

.highlight-block .row {
    margin: 0;
    align-items: stretch;
}

.highlight-block .col-lg-6 {
    padding: 0;
    display: flex;
}

.highlight-block--grey .highlight-block__text {
    background-color: #f8f9fa;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 40px;
    border-bottom: 2px solid rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
}

.highlight-block--navy .highlight-block__text {
    background-color: #051641;
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 40px;
    border-bottom: 2px solid #ffc425!important;
}

.highlight-block--navy .highlight-block__heading {
    color: white;
}

.highlight-block--navy .highlight-block__description {
    color: rgba(255, 255, 255, 0.9);
}



.highlight-block__content {
    position: relative;
}

.highlight-block__text {
    position: relative;
}

.highlight-block__heading {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.2rem;
    margin-bottom: 20px;
}



.highlight-block__description {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 30px;
}

.highlight-block__description p {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.highlight-block__description p:last-child {
    margin-bottom: 0;
}

.highlight-block__cta {
    margin-top: 30px;
}

.highlight-block__image {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 400px;
}

.highlight-block__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    min-height: 400px;
}

.highlight-block__image:hover img {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 991px) {
    .highlight-block--grey .highlight-block__text,
    .highlight-block--navy .highlight-block__text {
        padding: 40px 30px;
        text-align: left;
        height: auto;
    }
    
    .highlight-block__heading {
        font-size: 2.4rem;
    }
    
    .highlight-block__description {
        font-size: 1.1rem;
    }
    
    .highlight-block__image {
        margin-top: 0;
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .highlight-block--grey .highlight-block__text,
    .highlight-block--navy .highlight-block__text {
        padding: 30px 20px;
    }
    
    .highlight-block__heading {
        font-size: 2.4rem;
    }
    
    .highlight-block__description {
        font-size: 1rem;
    }
    
    .highlight-block__image {
        min-height: 250px;
    }
    .hero-slim-container .banner-content {
        position: relative !important;
        padding: 40px 80px 40px 40px !important;
      }
    .hero-slim-container .banner-content:after {
       
        aspect-ratio: 1;
        background: #ffc425;
        clip-path: polygon(100% 0, 100% 100%, 60% 100%, 60% 37%, 0 37%, 0 0);
        content: "";
        position: absolute;
        right: 3.8rem;
        top: 1.8rem;
        width: 3.65rem;
    }
    .hero-slim-container .banner-content h1 {
        font-size: 3.2rem !important;
    }
}