/* ... */
li.nav-item.exl-megamenu-wrapper {
    position: relative;
    height: 84px;
    display: flex;
    align-items: center;
}
.mega-menu {
    position: fixed;
    top: 84px;
    left: 0;
    right: 0;
    max-width: 1440px;
    height: 471px;
    margin: 0 auto;
    /* display: grid;
    grid-template-columns: minmax(290px, 1fr) minmax(290px, 1fr) minmax(290px, 1fr); */
    background: #fff;
    box-shadow: 0 14px 17px rgba(193, 193, 193, 0.05);
    opacity: 0;
    visibility: hidden;
}

.mega-menu.active {
    opacity: 1;
    visibility: visible;
}

.mega-menu ul.nav, .mega-menu .tab-content .tab-pane ul {
    margin-left: 0 !important;
}

.mega-menu::before {
    position: fixed;
    top: 84px;
    left: 0;
    right: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}

.mega-menu .tab-content, .mega-menu .tab-pane {
    height: 100%;
}

.mega-menu .row, .mega-col .row {
    margin: 0;
    height: calc(100% - 80px);
}

.mega-menu .col-12 {
    padding: 0;
}

/* li.nav-item:hover .mega-menu {
    opacity: 1;
    visibility: visible;
} */

.exl-header .search-item-outer {
  display: flex;
  gap: 24px;
  margin-inline: 0 !important;
  padding-left: 10px !important;
}
 
.exl-header .nav-item.search-item {
  align-items: center;
  display: flex;
  justify-content: center;
}

.exl-header .navbar-collapse .region.region-navigation {
    display: flex;
    width: 100%;
    align-items: center;
}

.exl-resources-wrapper {
    position: relative;
    height: 84px;
    display: flex;
    align-items: center;
}

.mega-col {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #f5f5f6;
}

.mega-title {
    margin: 0;
    padding: 16px 40px 12px;
    color: #6d727b;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 15px;
}

.mega-offerings {
    background: #eaebec;
}

.offerings-item {
    border: 0;
}

.nav-link.offerings-link {
    display: flex;
    flex-direction: column;
    padding: 14px 14px 14px 40px !important;
    position: relative;
    text-decoration: none;
}

.nav-link.offerings-link.active {
    background: var(--exl-white);
}

.nav-link.offerings-link i {
    position: absolute;
    top: 18px;
    right: 16px;
    color: #fb4e0b;
}

.nav-link.offerings-link img {
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 7.4px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(88%) saturate(7469%) hue-rotate(25deg) brightness(90%) contrast(100%);
}
.nav-link.offerings-link.active img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(44%) saturate(5815%) hue-rotate(357deg) brightness(102%) contrast(97%);
}

.offerings-main {
    color: var(--exl-black);
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.nav-link.offerings-link.active .offerings-main {
    color: var(--exl-primary);
}

.offerings-meta {
    color: #585e69;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    max-width: 92%;
    display: none;
}

.nav-link.offerings-link.active .offerings-meta {
    display: block;
}

.nav-link.offerings-link-simple {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 14px 14px 40px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.nav-link.offerings-link-simple i {
    color: #000;
}

.chat-cta {
    min-height: 80px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 16px 16px 40px;
    background: #fb4e0b;
    color: #fff;
    text-decoration: none;
    margin-top: auto;
}

.mega-col a.chat-cta:hover, .mega-col a.chat-cta:focus {
    color: #ffffff;
    text-decoration: none;
}

.chat-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.chat-top {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.chat-sub {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.chat-arrow {
    font-size: 24px;
}

.mega-capabilities {
    background: #f5f5f6;
    justify-content: space-between;
}

.mega-capabilities .mega-title {
    padding-left: 20px;
}

.capabilities-list a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 12px 20px;
}

.mega-questions {
    display: flex;
    margin-top: auto;
}

.menu-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    padding: 18px 20px;
    background: #fff;
    flex: 1;
    border-right: 1px solid #D5D7D9;
    height: 80px;
}

.mega-questions .menu-question:last-child {
    border-right: 0;
}

.menu-question i {
    color: #fb4e0b;
}

.mega-promo {
    background: #f5f5f6;
    justify-content: space-between;
    height: 100%;
}

.promo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 20px 10px 0;
    height: 100%;
}

.promo-grid.promo-grid--one {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.promo-grid.promo-grid--one .promo-card:first-child {
    grid-column: 2;
    grid-row: 1;
    height: 100%;
}

.promo-grid.promo-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 1fr;
}

.promo-grid.promo-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.promo-grid.promo-grid--three .promo-card:first-child {
    grid-row: 1 / span 2;
}

.promo-grid.promo-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.promo-card {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.promo-card .promo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .promo-card-exlerate {
    background-image: url("../images/exlerate-card.jpg");
}

.promo-card-exldata {
    background-image: url("../images/exldata-card.jpg");
} */

.promo-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.86) 10%, rgba(0, 0, 0, 0.2) 100%);
}

.promo-overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-decoration: none;
    color: #fff;
    padding: 20px;
}

.promo-overlay h3 {
    margin: 0;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: -0.2px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-overlay h3 i {
    font-size: 16px;
}

.promo-overlay p {
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
}

.mega-promo .menu-question {
    border-left: 1px solid #d5d7d9;
}

.hero-placeholder {
    height: 376px;
}

.resources-mega-menu {
    background: #f5f5f6;
}

/* .resources-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(260px, 1fr) minmax(260px, 1fr) 300px;
    min-height: 512px;
} */

.resouces-grid-pane {
    display: flex;
}

.resouces-grid-pane .resources-col {
    flex: 1;
}

.resources-col {
    display: flex;
    flex-direction: column;
}

.resources-col-list {
    background: #eaebec;
    padding-top: 16px;
}

.resources-col-trending {
    background: #f5f5f6;
    justify-content: space-between;
    padding-top: 16px;
}

.resources-col-podcast {
    background: #eaebec;
    justify-content: space-between;
    padding-top: 16px;
}

.resources-col-report {
    background: #2e3643;
    max-width: 300px;
    padding: 20px;
    position: relative;
}

.resources-col-report::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.resources-heading {
    margin: 0;
    padding: 0 20px;
    color: #6d727b;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.resources-col-list .resources-heading {
    padding: 0 40px;
}

.resources-list {
    margin-top: 12px;
}

.resources-link {
    display: block;
    padding: 12px 40px;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.resources-link:hover {
    color: #fb4e0b;
}

.resources-link.resources-link-active {
    background: #fff;
    color: #fb4e0b;
}

.resources-link-title {
    display: block;
}

.resources-link-meta {
    display: block;
    color: #585e69;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    margin-top: 4px;
}

.resources-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 24px 24px;
    max-width: 350px;
}

.resources-tag {
    background: #2e3643;
    border-radius: 5px;
    height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -0.24px;
}

.resources-featured {
    padding: 20px 16px;
}

.resources-featured h3 {
    padding: 0;
}

.resources-featured-card {
    display: flex;
    height: 90px;
    margin-top: 12px;
}

.resources-featured-card img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.resources-featured-copy {
    background: #fff;
    flex: 1;
    padding: 8px 16px 8px 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.resources-featured-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.resources-featured-content .arrow-icon {
    width:7.4px;
    height: 12px;
}

.resources-pill {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    height: 24px;
    border-radius: 5px;
    background: #2e3643;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.18px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
}

.industry-ai-solutions-tab .resources-pill {
    background: #ffffff;
    color: #2e3643;
}

.industry-ai-solutions-tab .promo-overlay p {
    display: flex;
    align-items: center;
}

.resources-pill-light {
    background: #eaebec;
    color: #000;
}

.resources-featured-copy p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    max-width: 200px;
}

.resources-arrow {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fb4e0b;
    border-right: 2px solid #fb4e0b;
    transform: rotate(45deg);
    display: inline-block;
}
.resources-desc {
    margin: 12px 20px 12px;
    color: #585e69;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    max-width: 340px;
}

.resources-podcast-card {
    margin: 0 20px;
    background: #fff;
}

.resources-podcast-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.resources-podcast-copy {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.resources-podcast-copy h3 {
    margin: 12px 0 0;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.resources-listen {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.resources-listen img {
    height: 18px;
    width: 18px;
}

.resources-view-all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 20px;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -0.24px;
}

.resources-view-all img {
    height: 16px;
    width: 16px;
}

.resources-report-card {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

/* .resources-report-cover {
    position: absolute;
    width: 188px;
    height: 230px;
    right: 26px;
    top: 18px;
    transform: rotate(10deg);
    object-fit: cover;
} */

.resources-report-content {
    position: relative;
    z-index: 2;
}

.resources-report-content p {
    margin: 0 0 12px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

.resources-report-btn {
    border: 2px solid #fb4e0b;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -0.24px;
}

.resources-report-btn img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(5deg) brightness(102%) contrast(102%);
    height: 16px;
    width: 16px;
}

.resources-arrow.resources-arrow-white {
    border-top-color: #fff;
    border-right-color: #fff;
}

/* Right icon */
.chevron-right {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--exl-black);
    border-right: 2px solid var(--exl-black);
    transform: rotate(45deg);
    display: inline-block;
}

.active .chevron-right {
    border-color: var(--exl-primary);
}

.mobile-menu-header {
    display: none;
}

.case-study-promo {
    background: #eaebec;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    padding: 16px 20px;
}

.heading-outer {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.case-study-view-all {
    align-items: center;
    color: #434A56;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    gap: 12px;
    letter-spacing: -0.24px;
    line-height: 20px;
}

.case-study-promo h2 {
    color: #6d727b;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
    margin: 0;
    text-transform: uppercase;
}

.case-study-featured-outer {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.case-study-featured a {
    color: #000;
    font-size: 16px;
    line-height: 20px;
}

.case-study-featured-card {
    display: flex;
    height: 90px;
}

.case-study-featured-card img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.case-study-featured-copy {
    background: #fff;
    flex: 1;
    padding: 8px 16px 8px 12px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.case-study-pills-container {
    display: flex;
    gap: 4px;
}

.case-study-pill {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    height: 24px;
    border-radius: 5px;
    background: #2e3643;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.18px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
}

.case-study-pill-light {
    background: #eaebec;
    color: #000;
}

.case-study-featured-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.case-study-featured-content p {
    margin-bottom: 0;
}

.case-study-featured-content .arrow-icon {
    height: 12px;
    margin: 0 8px;
    width:7.4px;
}

/* ============================================
   About EXL Mega Menu
   ============================================ */

.about-exl-mega-menu {
    height: 282px;
}

.about-exl-layout {
    display: flex;
    height: 100%;
    width: 100%;
}

.about-exl-col {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* COMPANY column */
.about-exl-col--company {
    background: #eaebec;
    padding-top: 16px;
}

/* PARTNERSHIPS ECOSYSTEM column */
.about-exl-col--partnerships {
    background: #f5f5f6;
    padding-top: 16px;
}

/* VIDEO / PROMO column */
.about-exl-col--video {
    background-image: url("https://www.figma.com/api/mcp/asset/5fd75bd9-b15e-43b4-a23b-4b9b867781bd");
    background-size: cover;
    background-position: center top;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.about-exl-col--video::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    pointer-events: none;
}

/* Section heading (COMPANY / PARTNERSHIPS ECOSYSTEM) */
.about-exl-heading {
    margin: 0;
    padding: 0 20px 12px;
    color: #6d727b;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0;
}

/* Two-column sub-grid inside COMPANY */
.about-exl-nav-grid {
    display: flex;
    flex: 1;
}

.about-exl-nav-subcol {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
}

/* Individual nav links */
.about-exl-nav-link {
    display: flex;
    align-items: center;
    padding: 12px 12px 12px 20px;
    text-decoration: none;
    color: #000;
    font-family: 'Yantramanav', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    white-space: nowrap;
}

.about-exl-nav-link:hover {
    color: #fb4e0b;
    text-decoration: none;
}

/* Video promo content */
.about-exl-video-content {
    position: absolute;
    left: 0;
    bottom:0;
    z-index: 1;
    padding: 20px 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-exl-video-title {
    color: #fff;
    font-family: 'Yantramanav', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 36px;
    margin: 0;
    max-width: 300px;
}

.about-exl-watch-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-family: 'Yantramanav', sans-serif;
    font-size: 14.4px;
    font-weight: 500;
    line-height: 1.25;
}

.about-exl-watch-btn:hover {
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}

.about-exl-watch-btn img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.back-to-main-menu, .close-menu {
    cursor: pointer;
}

.mega-menu .tab-content .tab-pane .col-12.col-lg-6>.views-element-container {
    height:100%;
}

.mega-menu .tab-content .tab-pane  a:hover, .mega-menu .tab-content .tab-pane  a:focus {
    color: #fb4e0b;
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .mobile-menu-header {
        align-items: center;
        background: #ffffff;
        display: flex;
        font-size: 18px;
        font-weight: 500;
        height: 56px;
        justify-content: space-between;
        padding-left: 16px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .exl-header::before {
        position: absolute;
        height: 56px;
        background-color: #ffffff;
        width: 100%;
        box-shadow: 0px 4px 10px 0px #00000026;
        content: '';
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .exl-navbar {
        min-height: 56px;
    }
    
    .exl-navbar .navbar-brand {
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }

    .exl-header button.navbar-toggler {
        position: absolute;
        left: 0;
        top: 10px;
        z-index: 1;
        z-index: 1;
        border: none;
    }
    .exl-header button.navbar-toggler:focus {
        outline: none;
        box-shadow: none;   
    }

    /* .exl-header li.nav-item.search-item {
        position: absolute;
        top: 18px;
        left: 0;
        z-index: 1;
    } */    

    li.nav-item.search-item {
        display: none;
    }

    .exl-header .navbar-collapse.show {
        position: fixed;
        top: 56px;
        background-color: #F5F5F6;
        left: 0;
        right: 0;
        width: 100%;
        height: calc(100vh - 56px);
        display: flex;
        flex-direction: column;
    }

    .exl-header ul.navbar-nav {
        background-color: #ffffff;
        padding: 0 24px!important;
        width: 100%;
        margin: 0 0 60px 0!important;
    }

    .exl-header .exl-nav-left {
        margin-bottom: 60px !important;
    }

    .exl-header li.nav-item {
        min-height: 60px !important;
        width: 100%;
        border-bottom: 1px solid #D5D7D9;
    }

    .exl-header li.nav-item:last-child {
        border-bottom: 0;
    }

    .exl-header li.nav-item a.nav-link {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 0;
    }

    .exl-header li.nav-item.separator {
        display: none;
    }

    .navbar-nav.exl-nav-right {
        flex: 1;
        margin-bottom: 0 !important;
    }
    .nav-item.region-item.dropdown {
        margin-top: auto !important;
        border-bottom: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .exl-region, .exl-region:hover, .exl-region:focus, .exl-region:active {
        border: none;
        font-size: 20px;
    }

    .exl-header .nav-item .exl-btn.btn-sm {
        background-color: var(--exl-primary);
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        height: 45px;
        line-height: 24px;
        width: 100%;
    }
    
    li.nav-item.exl-megamenu-wrapper {
        height: auto;
    }

    .exl-header .exl-shell {
        padding: 0;
    }

    .exl-navbar .navbar-brand {
        margin: 0 auto;
        height: 56px;
        display: flex;
        align-items: center;
    }

    /* .mega-menu {
        grid-template-columns: 1fr;
    } */

    /* megamenu */
    .mega-menu {
        background-color: #ffffff;
        height: calc(100vh - 56px);
        overflow: auto;
        top: 0px;
        z-index: 1000;
        z-index: 2;
    }

    /* .nav-item:hover .mega-menu,
    .nav-item.active .mega-menu {
        opacity: 1;
        visibility: visible;
    } */

    .mega-menu::before {
        display: none;
    }

    .mega-menu .tab-content, .mega-menu .tab-pane {
        margin-bottom: 10px;
    }

    .nav-link.offerings-link.active img {
        transform: rotate(90deg);
        transform-origin: center;
        right: 20px;
    }

    .mega-menu li.nav-item a.nav-link {
        align-items: flex-start;
        padding-left: 24px !important;
    }

    .mega-title {
        padding-left: 24px;
    }

    .mega-capabilities .mega-title {
        padding-left: 24px;
    }

    .capabilities-list a {
        padding-left: 24px;
    }

    .promo-grid {
        height: auto;
        grid-template-columns: 1fr;
        padding: 10px 24px 10px;
    }

    .promo-grid.promo-grid--one,
    .promo-grid.promo-grid--two,
    .promo-grid.promo-grid--three,
    .promo-grid.promo-grid--four {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .promo-grid.promo-grid--one .promo-card:first-child,
    .promo-grid.promo-grid--three .promo-card:first-child {
        grid-column: auto;
        grid-row: auto;
    }

    .mega-questions {
        flex-direction: column;
    }

    .menu-question {
        border-right: 0;
        border-bottom: 1px solid #D5D7D9;
    }

    

    .hero-placeholder {
        height: 200px;
    }
}

@media (max-width: 991.98px) {
    .resouces-grid-pane {
        display: flex;
        flex-direction: column;
    }

    .about-exl-layout {
        flex-direction: column;
    }

    .resources-col-report {
        max-width: 300px;
        margin: 20px auto;
    }
}

@media (min-width:767px) {
    .nav-item:hover .mega-menu,
    .nav-item.active .mega-menu {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767.98px) {
    .exl-header::before {
        background: transparent;
        pointer-events: none;
    }
    .logo-outer {
        width: 100%;
    }
    .mega-menu.active {
        opacity: 1;
        top: 56px;
        visibility: visible;
    }
    .chat-cta {
        padding: 16px 16px 16px 24px;
    }
    .get-in-touch-item {
        bottom: 0;
        padding: 20px 16px !important;
        position: fixed;
        left: 0;
    }
    .nav-item.region-item.dropdown {
        bottom: 70px;
        box-shadow: 0 -10px 15px 0 rgba(0, 0, 0, 0.10);
        padding: 20px 16px !important;
        position: fixed;
    }
    .nav-item.region-item.dropdown .dropdown-menu {
        left: 50%;
        position: absolute;
        top: 0;
        transform: translate(-50%, -100%);
    }
    .resources-col-report {
        max-width: max-content;
    }
    .exl-header .navbar-collapse .region.region-navigation{
      flex-direction: column;
    }
}