/*
Theme Name: Skelementor Child
Theme URI: https://example.com
Description: Child theme for Skelementor
Author: Your Name
Author URI: https://example.com
Template: skelementor
Version: 1.0.0
Text Domain: skelementor-child
*/

/* @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", serif !important;
} */
.post-summary {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4D4D4D;
}

.gt_selector:focus-visible {
    outline: none;
}

.menu-item-gtranslate {
    display: none;
}

.gt_selector {
    color: #000000;
    background: url(./images/earth.svg) no-repeat right 0px center;
    padding-right: 26px;
}

.gtranslate_wrapper select {
    border: none;
    font-size: 13px;
    font-weight: bold;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu {
    display: flex;
    gap: 35px;
    justify-content: center;
}

.popout-active form .swp-input {
    border-radius: 20px 20px 0 0 !important;
}

.searchwp-live-search-result .searchwp-live-search-result--title a {
    font-weight: normal;
    color: #000;
}

.searchwp-live-search-results-showing .searchwp-live-search-result {
    border: none;
}

.searchwp-live-search-results-showing {
    margin-top: -5px;
    border-radius: 0 !important;
    box-shadow: none !important;
}

#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* translucent black */
    z-index: 99;
    display: none;
}

.popout-search form {
    position: relative;
    width: 650px;
    z-index: 9;
    transition: width 0.3s ease;
    /* Smooth width animation */
}

.popout-active form {
    z-index: 999;
}

.popout-search .search-submit {
    position: absolute;
    top: 6px;
    left: 8px;
    width: 64px;
    height: 64px;
    background: #31A7D9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    text-indent: -9999px;
    background-image: url('./images/search-icon.svg');

}

.popout-search form .swp-input {
    width: 100%;
    height: 75px;
    background: #FFFFFF;
    border: 1px solid #D6E2F1;
    border-radius: 20px;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding: 0 32px;
    background-image: none !important;
}

.header-icon .elementor-icon-list-item a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

/* Tooltip styling */

.header-icon .elementor-icon-list-item a::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #CCC;
    color: #000;
    padding: 1px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    font-size: 11px;
    z-index: 9999999999999;
}


/* Show on hover */
.header-icon .elementor-icon-list-item a:hover::after,
.header-icon .elementor-icon-list-item a:hover::before {
    opacity: 1;
    visibility: visible;
}



.audiences-heading a {
    font-size: 24px !important;
}

.hfe-sticky {
    position: fixed;
    left: 0;
    width: 100%;
    animation: slide-down 0.8s;
    background: #fff;
    top: 0;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

@media(max-width: 767px) {
    .hfe-sticky {
        top: 0;
    }
}




.single-post p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 150%;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    box-shadow: 0px 7px 7px 2px rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 13%);
}

.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu .mega-has-description a {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}

.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu .mega-menu-description {
    margin: 0 !important;
}

.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu .mega-menu-description img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu .mega-has-description a::before {
    content: none !important;
}

.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu .mega-has-description .mega-menu-description::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(48, 166, 216, 1) 100%);
    opacity: 0.6;
    /* Adjust opacity as needed */
    pointer-events: none;
    /* To ensure the overlay does not block clicks */
    border-radius: 12px;
}

.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu .mega-has-description .mega-description-group {
    width: 100%;
}

.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu .mega-has-description .mega-menu-title {
    position: absolute;
    bottom: 0;
    padding-bottom: 12px;
    color: #fff;
    z-index: 9;
    font-size: 16px;
    padding-right: 12px;
    font-weight: 400;
}

.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu a::before {
    content: '' !important;
    width: 26px !important;
    height: 21px !important;
    background: url(./images/tab-icon.svg) no-repeat right center !important;
    margin-left: 6px !important;
    margin-right: 0 !important;
    flex-shrink: 0;

}


.mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu a {
    border-radius: 12px !important;
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
}


#faq-search-btn {
    background-image: url(./images/magnify-icon.svg);
}


.cat-page-container .sub-cat-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5%;
    justify-content: space-between;
}

.cat-page-container .sub-cat-container aside {
    width: 28%;
}

.cat-page-container .sub-cat-container main {
    width: 80%;
}

.sub-cat-container h3 {
    font-size: 20px;
    font-weight: bold;
}

.sub-cat-container aside ul {
    list-style: none;
    border: 1px solid #D2E1F6;
    border-radius: 12px;
    padding: 24px 10px;
}

.sub-cat-container aside ul li a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding: 16px 10px;
    display: flex;
}

.sub-cat-container aside ul li a.current-category {
    background: #F1F7FF;
    border-radius: 6px;
}

.cat-pages {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cat-pages .box {
    width: 31%;
    height: 100%;
}

.cat-pages .box a {
    background: #FFFFFF;
    border: 1px solid #D2E1F6;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    min-height: 110px;
    text-decoration: none;
}

.cat-pages .box a::before {
    content: "";
    width: 48px;
    height: 48px;
    background: rgba(232, 86, 43, 0.15) url(./images/tab-icon.svg) no-repeat center center;
    border-radius: 8px;
    margin-bottom: 16px;
}

.cat-page-container {
    max-width: 1140px;
    margin: 50px auto;
}

.cat-page-container .content-area h2 {
    font-size: 36px;
    font-weight: normal;
    text-align: center;
}

.cat-page-container .content-area p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}

.cat-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 equal columns */
    grid-template-rows: repeat(2, 160px);
    /* 2 equal rows */
    gap: 8px;
    padding: 4px;
    direction: ltr;
}

.cat-row.reverse5 {
    direction: rtl;
}

.cat-row .item {
    display: flex;
    border: 1px solid #D2E1F6;
    border-radius: 12px;
    direction: rtl;
    background: #fff;
}



.cat-row .item.large {
    grid-column: span 2;
    grid-row: span 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.cat-row .item a {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    justify-content: flex-end;
    text-decoration: none;
    gap: 15px;
}

.cat-row .item.large a {
    border-radius: 12px;
    font-size: 24px;
    color: #fff;
}

.cat-row .item.large svg {
    display: none;
}

.cat-row:nth-child(4n + 1) .item.large a {
    background-image: linear-gradient(125deg, #30a6d800, #30A6D8);
}

.cat-row:nth-child(4n + 2) .item.large a {
    background-image: linear-gradient(125deg, #30a6d800, #7FB738);
}

.cat-row:nth-child(4n + 3) .item.large a {
    background-image: linear-gradient(125deg, #30a6d800, #E8542A);
}

.cat-row:nth-child(4n + 4) .item.large a {
    background-image: linear-gradient(125deg, #30a6d800, #F3B220);
}

.cat-row .item a svg {
    padding: 12px;
    size: 20px;
    font-size: 90px;
    height: 46px;
    width: 42px;
    border-radius: 8px;
    fill: #ffffff00;
}

.cat-row:nth-child(4n + 1) .item a svg {
    background: #E0F2FA;
}

.cat-row:nth-child(4n + 2) .item a svg {
    background: #ECF4E1;
}

.cat-row:nth-child(4n + 3) .item a svg {
    background: #FCE6DF;
}

.cat-row:nth-child(4n + 4) .item a svg {
    background: #FDF4DE;
}

.cat-row:nth-child(4n + 1) .item a svg path {
    stroke: #30A6D8;
}

.cat-row:nth-child(4n + 2) .item a svg path {
    stroke: #7FB738;
}

.cat-row:nth-child(4n + 3) .item a svg path {
    stroke: #E8552A;
}

.cat-row:nth-child(4n + 4) .item a svg path {
    stroke: #F3B220;
}

/*
.cat-row .item a::before {
    content: "";
    width: 48px;
    height: 48px;
    background: rgba(232, 86, 43, 0.15) url(./images/tab-icon.svg) no-repeat center center;
    border-radius: 8px;
    margin-bottom: 16px;
}*/
.sa-blog-featured article:nth-child(1) .post .e-con-boxed::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(232, 84, 42, 1) 100%);
    --background-overlay: '';
}

.sa-blog-featured article:nth-child(2) .post .e-con-boxed::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(127, 183, 56, 1) 100%);
    --background-overlay: '';
}

.sa-blog-featured article:nth-child(3) .post .e-con-boxed::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(48, 166, 216, 1) 100%);
    --background-overlay: '';
}

.pagination .elementor-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

p {
    margin: 0;
}

.copy-right p {
    margin: 0;
}

.footer-menu .jltma-nav-menu__container-inner {
    display: flex;
    flex-direction: column;
}

.footer-menu-main .elementor-element {
    max-width: 150px;
}

.header-icon {
    margin-right: auto;
}

.header-menu {
    flex-grow: 1;
}

.faq-container {
    display: flex;
    gap: 20px;
}

.faq-sidebar {
    width: 25%;

    padding-right: 20px;
}

.faq-sidebar ul {
    list-style: none;
    padding: 0;
}


.faq-sidebar li {
    cursor: pointer;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    padding: 16px 10px;
    display: flex;
    border-radius: 6px;
}

.faq-sidebar li.active {
    background: #F1F7FF;
}

.faq-content {
    width: 75%;
}

.faq-accordion {
    margin-top: 20px;
}

.faq-item {
    margin-bottom: 10px;
}

.faq-item h3 {
    cursor: pointer;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    padding: 24px;
    border: 1px solid #D6E2F1;
    border-radius: 12px;
    background-image: url(./images/faq-arrow.svg);
    background-repeat: no-repeat;
    background-position: 34px;
}

.faq-item h3.active {
    background-image: url(./images/faq-arrow-top.svg);
    background-color: #F1F7FF;
    border-color: #F1F7FF;
    border-radius: 12px 12px 0 0;
}

.faq-item p {
    display: none;
    padding: 10px;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    background: #F1F7FF;
    border-radius: 0 0 12px 12px;
    padding: 0px 24px 24px 24px;
}

.faq-container .faq-sidebar ul {
    list-style: none;
    border: 1px solid #D2E1F6;
    border-radius: 12px;
    padding: 24px 10px;
}

.faq-search {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.faq-search input {
    width: 50%;
    padding: 24px;
    border: 1px solid #D6E2F1;
    border-radius: 20px;
    color: #000;
    font-size: 16px;
}

#faq-search-btn {
    background-image: url(./images/magnify-icon.svg);
    width: 58px;
    height: 58px;
    border: 1px solid #31A7D9;
    border-radius: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #31A7D9;
    color: #fff;
    cursor: pointer;
    margin-right: -74px;
}

.office-item {
    background: #F1F7FF;
    border-radius: 12px;
}

.offices-img a {
    display: flex;
    padding: 32.26% 25%;
    position: relative;
}

.appointments-img a img,
.audiences-img a img,
.offices-img a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.offices-content {
    padding: 16px;
}

.offices-content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    margin: 0;
}

.offices-content h4 a {
    color: #000000;
    text-decoration: none;
}

.offices-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin: 0;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    gap: 10px;
}

.owl-dots button {
    width: 4px;
    height: 4px;
    background: #000 !important;
    border-radius: 50%;
}

.owl-dots button.active {
    width: 16px;
    height: 16px;
    border: 1px solid #000 !important;
    background-color: #fff !important;
}

.audiences-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.audiences-box {
    padding: 0 4px;
    width: 33.33%;
}

.audiences-item {
    padding: 4px;
    border: 1px solid #D2E1F6;
    border-radius: 12px;
}

.audiences-img a {
    display: flex;
    padding: 32.912% 25%;
    position: relative;
}

.audiences-content {
    padding: 24px;
}

.audiences-content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    margin: 0 0 8px;
}

.audiences-content h4 a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.audiences-content p {
    max-width: 204px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.appointments-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.appointments-box {
    width: 20%;
    padding: 0 4px;
}

.appointments-item {
    background: #F1F7FF;
    border-radius: 12px;
}

.appointments-img a {
    position: relative;
    padding: 40.62% 25%;
    display: flex;
}

.appointments-content {
    text-align: center;
    padding: 16px 8.8px;
}

.appointments-content h4 {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
}

.appointments-content h4 a {
    text-decoration: none;
    color: #000000;
}

.appointments-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin: 0;
}

.spotarrow-tabs .tabs {
    display: inline-flex;
    justify-content: center;
    border: 0;
    background: #D1E1F6;
    border-radius: 12px;
    margin: auto;
    padding: 4px;
}

.spotarrow-tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.spotarrow-tabs .tabs li {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding: 12px 32px;
    display: flex;
    border: 0;
    white-space: nowrap;
}

.spotarrow-tabs .tabs li::after {
    display: none;
}

.spotarrow-tabs .tabs li.active-tab {
    background: #FFFFFF;
    border-radius: 12px;
}

.spotarrow-tabs .tabs-content {
    margin: 0;
}

.spotarrow-tabs .tabs-content .tab-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    row-gap: 8px;
}

.tab-box {
    width: 25%;
    padding: 0 4px;
}

.tab-box a {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D2E1F6;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    min-height: 100%;
}

.tab-box a::before {
    content: "";
    width: 48px;
    height: 48px;
    background: rgba(232, 86, 43, 0.15) url(./images/tab-icon.svg) no-repeat center center;
    border-radius: 8px;
    margin-bottom: 16px;
}

.tabs-content ul {
    padding: 0;
    margin: 32px -4px 0;
}

.all-btn {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.all-btn a {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    border: 1px solid #D2E1F6;
    border-radius: 12px;
    padding: 8px 24px;
}

.alerts-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.alerts-grid .alert-item {
    width: calc(33.33% - 15px);
    border-bottom: 1px solid #D1E1F6;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.alerts-grid .alert-item>strong {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
    opacity: 0.7;
}

.alerts-grid .alert-item h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    margin: 0;
}

.alert-hover {
    position: absolute;
    /* top: -120px; */
    width: 100%;
    /* height: 240px; */
    background: #FFFFFF;
    box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 24px;
    z-index: 9;
}

.alert-hover>strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
}

.alert-hover>p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin: 10px 0;
}

.read-more-link a {
    font-weight: 600;
    font-size: 13px;
    line-height: 150%;
    color: #31A7D9;
}

.events-slider-box {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.events-slider-img {
    position: relative;
    padding: 32% 25%;
}

.events-slider-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events-slider-content {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #E8552A;
    border-radius: 12px 0px;
    padding: 16px;
    width: 100%;
    max-width: 236px;
}

.events-slider-content span {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #FFFFFF;
}

.events-slider-content h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0;
}

.events-slider-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 0;
}

.banner-search {
    margin: 40px 0 0;
}

.banner-search form {
    position: relative;
    width: 684px;
    z-index: 1;
}

.banner-search form input {
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    border: 1px solid #D6E2F1;
    border-radius: 20px;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding: 0 32px;
}

.banner-search form button[type="submit"] {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 64px;
    height: 64px;
    background: #31A7D9;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

.spotarrow-sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.spotarrow-sections .form-group {
    width: calc(50% - 8px);
}

.spotarrow-sections .form-group label {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 8px;
    display: flex;
}

.spotarrow-sections .form-group select {
    padding: 24px;
    height: 80px;
    border: 1px solid #D2E1F7;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    width: 100%;
    outline: none;
    outline-color: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(./images/select-arrow.svg) no-repeat left 7% center;
}

.tax-page_category,
.home,
.page-id-156205 {
    background: url(./images/light-bg.png) no-repeat top right;
}

.blog-list .audiences-content p {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4D4D4D;
}

.audiences-content strong {
    display: flex;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
    opacity: 0.7;
    margin-bottom: 8px;
}

.owl-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}

.owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #D1E1F6 !important;
    border-radius: 50%;
}

.popular-services .tab-box {
    width: 33.33%;
}

.popular-services .tab-box a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 24px 96px 24px 24px;
    min-height: 98px;
}

.popular-services .tab-box a::before {
    position: absolute;
    top: 24px;
    right: 24px;
    margin: 0;
}

.alerts-page .elementor-shortcode {
    max-width: 618px;
    margin: 0 auto;
}

.alerts-page .alert-category-filter {
    display: flex;
    flex-wrap: nowrap;
    border: 1px solid #D2E1F6;
    border-radius: 12px;
    margin: 48px 0;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.alerts-page .alert-category-filter a {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding: 16px 24px;
}

.alerts-page .alert-category-filter a.selected {
    background: #D2E1F6;
    border-radius: 12px;
}

.alerts-page .alerts-grid .alert-item {
    width: 100%;
    max-width: 100%;
}

.alerts-page .alerts-grid .alert-item:last-child {
    border-bottom: 0;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}

.pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 1px solid #D2E1F6;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    font-size: 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.pagination .page-numbers.next {
    background-image: url(./images/next-arrow.svg);
}

.pagination .page-numbers.prev {
    background-image: url(./images/prev-arrow.svg);
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background-color: #D2E1F6;
}

.offices-list .owl-item {
    background: #F1F7FF;
    border-radius: 12px;
}

#masthead.scrolled {
    position: sticky !important;
    top: 0 !important;
    background: #fff !important;
}

/* Responsive Mobile */
@media only screen and (max-width: 767px) {
    .alerts-grid .alert-item {
        width: 100%;

    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu {
        gap: 0;
        justify-content: flex-start;
    }

    .gt_selector {
        color: #ffffff;
        border: none;
        margin-top: 10%;
        background-color: #222222;
    }

    .gt_selector option:focus {
        background-color: yellow;
    }

    .menu-item-gtranslate {
        display: block;
    }

    .mega-toggle-animated-inner,
    .mega-toggle-animated-inner::before,
    .mega-toggle-animated-inner::after {
        background-color: #000 !important;
    }

    .popout-search form {
        width: 100%;
    }

    .mega-menu-main-menu .mega-sub-menu ul.mega-sub-menu a {
        margin: 0 !important;
    }

    .cat-page-container .sub-cat-container {
        flex-direction: column;
    }

    .cat-page-container .sub-cat-container main {
        width: 100%;
    }

    .cat-page-container .sub-cat-container {
        padding: 10px
    }

    .cat-page-container .sub-cat-container aside {
        width: 100%;
    }

    .cat-pages .box {
        width: 100%
    }

    .small-item {
        width: calc(50% - 10px);
    }

    .faq-search input {
        width: 100%;
    }

    .faq-container {
        flex-direction: column;
    }

    .faq-sidebar {
        width: 100%;
        padding-right: 0;
    }

    .faq-content {
        width: 100%;
    }

    .cat-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .spotarrow-sections .form-group {
        width: 100%;
    }

    .scrollbar-main .elementor-shortcode {
        width: 100%;
        overflow: auto;
    }

    .scrollbar-main .spotarrow-tabs {
        width: 1000px;
    }

    .footer-menu-main .elementor-element {
        max-width: 100%;
    }

    .audiences-list,
    .appointments-list {
        width: 1100px;
        padding: 0 15px;
    }

    .spotarrow-sections {
        row-gap: 20px;
    }

    .alert-item:nth-child(1) .alert-hover,
    .alert-item:nth-child(2) .alert-hover,
    .alert-item:nth-child(3) .alert-hover {
        top: 0;
    }

    .blog-list.owl-carousel .owl-stage-outer {
        overflow: visible !important;
    }

    .blog-list.owl-carousel {
        padding: 0 30px;
        overflow: hidden;
    }

    .events-slider-img {
        margin-bottom: 100px;
    }

    .elementor-menu-toggle {
        position: absolute;
        left: 0;
        top: -40px;
    }

    nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        position: absolute;
        left: 0;
        right: 0;
    }
}

@media (max-width: 480px) {
    .small-item {
        width: 100%;
    }
}

a:hover {
    text-decoration: none !important;
}