/*
Theme Name: Hello Elementor Child
Description: Child theme of Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
*/

/* Your custom styles go below this line */

/* Hide horizontal scrollbars from all divs */
div {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox, Safari 18.2+, Chromium 121+ */
}
div::-webkit-scrollbar { 
    display: none;  /* Older Safari and Chromium */
}

@import url('https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,400..900;1,400..900&display=swap');

.remove-p-margin p {
    margin-bottom: 0px !important;
}

.entry-title {
    display: none !important;
}

.height-60 {
    min-height: 60vh;
}

.height-80 {
    min-height: 80vh;
}

.tile_box {
    position: relative;
}

.tile_link {
    position: absolute !important;
    bottom: 30px;
    display: flex;
    align-items: center;
    column-gap: 0px !important;
    cursor: pointer;
}

.elementor-location-header .tile_link {
    bottom: 0px;
}

.tile_link p {
    white-space: break-spaces;
}

.tile_link:not(.hide_arrow)::before {
    content: '';
    width: 0; /* Start with no width */
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='15' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7071 8.20711C21.0976 7.81658 21.0976 7.18342 20.7071 6.79289L14.3431 0.428932C13.9526 0.0384078 13.3195 0.0384078 12.9289 0.428932C12.5384 0.819457 12.5384 1.45262 12.9289 1.84315L18.5858 7.5L12.9289 13.1569C12.5384 13.5474 12.5384 14.1805 12.9289 14.5711C13.3195 14.9616 13.9526 14.9616 14.3431 14.5711L20.7071 8.20711ZM0 7.5V8.5H20V7.5V6.5H0V7.5Z' fill='%231B1917'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px 15px; /* Fixed size for the SVG */
    opacity: 0;
    transition: width 0.3s ease-out, opacity 0.3s ease-out, margin-right 0.3s ease-out;
    overflow: hidden;
    display: inline-block;
    height: 30px;
}

.tile_box:hover .tile_title {
    text-decoration: underline !important;
    transition: text-decoration 0.2s linear;
}

.tile_box:hover .tile_link:not(.hide_arrow)::before {
    width: 21px;
    opacity: 1;
    margin-right: 10px;
}

.tile_box.white .tile_link:not(.hide_arrow)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='15' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7071 8.20711C21.0976 7.81658 21.0976 7.18342 20.7071 6.79289L14.3431 0.428932C13.9526 0.0384078 13.3195 0.0384078 12.9289 0.428932C12.5384 0.819457 12.5384 1.45262 12.9289 1.84315L18.5858 7.5L12.9289 13.1569C12.5384 13.5474 12.5384 14.1805 12.9289 14.5711C13.3195 14.9616 13.9526 14.9616 14.3431 14.5711L20.7071 8.20711ZM0 7.5V8.5H20V7.5V6.5H0V7.5Z' fill='white'/%3E%3C/svg%3E");
}

.arrow-btn {
    display: flex;
    align-items: center;
    column-gap: 0px !important;
    cursor: pointer;
}

.arrow-btn:hover {
    background: #1b1917 !important;
}

.arrow-btn.white-hover:hover, .arrow-btn.white-hover:hover a {
    color: #fff !important;
}

.arrow-btn:hover p {
    color: #fff !important;
}

.arrow-btn::after {
    content: '';
    width: 0;
    height: 30px;
   background-image: url("data:image/svg+xml,%3Csvg width='21' height='15' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7071 8.20711C21.0976 7.81658 21.0976 7.18342 20.7071 6.79289L14.3431 0.428932C13.9526 0.0384078 13.3195 0.0384078 12.9289 0.428932C12.5384 0.819457 12.5384 1.45262 12.9289 1.84315L18.5858 7.5L12.9289 13.1569C12.5384 13.5474 12.5384 14.1805 12.9289 14.5711C13.3195 14.9616 13.9526 14.9616 14.3431 14.5711L20.7071 8.20711ZM0 7.5V8.5H20V7.5V6.5H0V7.5Z' fill='white'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px 15px;
    opacity: 0;
    transition: width 0.3s ease-out, opacity 0.3s ease-out, margin-left 0.3s ease-out;
    overflow: hidden;
    display: inline-block;
}

.arrow-btn:hover::after {
    width: 21px;
    opacity: 1;
    margin-left: 10px;
}

.btn-outline {
    cursor: pointer;
    animation: all 0.2s linear;
        max-width: fit-content;
}

.btn-outline svg {
    position: relative;
}

.btn-outline.pink svg path, .btn-outline.pink svg g {
    fill: #FF00E1;
}

.btn-outline.white svg path, .btn-outline.white svg g {
    fill: #FBF7F5;
}

.btn-outline:hover {
    background: #1b1917 !important;
    color: #FBF7F5 !important;
}

.btn-outline:hover span {
    color: #FBF7F5 !important;
}

.btn-outline:hover a, .btn-outline:hover p .btn-outline:hover svg {
    color: #FBF7F5 !important;
}

.btn-outline:hover svg, .btn-outline:hover svg g, .btn-outline:hover svg path {
    fill: #FBF7F5 !important;
}

.btn_no-outline svg {
    position: relative;
    margin-right: 10px;
}


.numbers-container {
    position: relative !important;
}

.numbers-slide {
    position: sticky !important;
    top: 120px !important;
}

.numbers-slide.locked .slide-tag {
    display: none;
}

.numbers-slide .locked-message {
    opacity: 0;
}

.numbers-slide.locked .locked-message {
    opacity: 1;
     transition: opacity 0.5s ease-in-out !important;
}

.elementor-location-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 24px;
    z-index: 99999 !important;
    background: transparent;
    transition: background 0.3s ease-in-out;
}

.elementor-location-header.scrolled {
    background: #FBF7F5;
}

.menu-toggle {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.menu-toggle:hover {
    text-decoration: underline !important;
}

.news-tile {
    overflow-x: hidden !important;
}

.back_to_top {
    background: rgba(240, 234, 231, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.back_to_top {
    transition: all 0.2s linear;
}

.back_to_top:hover {
    background: #1b1917 !important;
}

.back_to_top:hover path {
    fill: #FBF7F5 !important;
}

.main-menu_container {
    visibility: hidden;
    pointer-events: none;
     transition: opacity 0.3s ease-out;
}

.main-menu_container.active, .force-show-menu .main-menu_container {
    visibility: visible;
    pointer-events: auto;
}

.main-menu_overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease-out;
    z-index: 99;
}

.main-menu_container.active .main-menu_overlay, .force-show-menu .main-menu_container .main-menu_overlay {
    opacity: 1;
}

.main-menu_content {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-menu_container.active .main-menu_content, .force-show-menu .main-menu_container .main-menu_content {
    transform: translateY(0);
}

.menu-links_sub-link:hover {
    opacity: 0.5;
}

.menu-links_sub-link {
    transition: all 0.2s linear;
}

.menu-links_link .menu-icon {
    opacity: 0;
    transition: all 0.2s linear;
}

.menu-links_link:hover .menu-icon {
    opacity: 1;
}
/* 
.hover_hide-content .hover-content {
    opacity: 0;
    display: none;
}

.hover_hide-content:hover .hover-content {
    opacity: 1;
    display: block;
}

.hover_hide-content:hover .no_hover-content {
    opacity: 0;
    display: none;
}

.no_hover-content, .hover-content {
    height: 100% !important;
    transition: all 0.2s linear !important;
    position: relative !important;
} */

.elementor-location-header:not(.active) {
    height: 80px;
    padding-bottom: 0px;
    padding-top: 13px;
}

@media only screen and (max-width:1000px) {
    .elementor-location-header:not(.active) {
        height: 80px;
    }
}

.home_landing-bg, .multiply {
    background-blend-mode: multiply;
}

.multiply img {
    mix-blend-mode: multiply;
}

/* USA Interactive Map Styles */
.usa-map-container {
    max-width: 1400px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.usa-map-container svg {
    height: auto !important;
    width: 100% !important;
}
.map-controls {
    display: inline-flex;
    border: 1px solid #1B1917;
    border-radius: 0px;
    overflow: hidden;
    background: #FBF7F5;
    margin: 0px 24px;
    position: relative;
    top: -80px;
    border-radius: 50px;
}

@media only screen and (max-width:1000px) {
    .map-controls {
        top: 0px !important;
        margin: 20px auto;
        width: calc(100% - 48px);
        justify-content: center;
    }
}

.map-filter-btn {
        padding: 10px 20px;
    border: none;
    background: #FBF7F5;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    color: #1B1917;
    position: relative;
    margin: 0;
    border-radius: 0;
}

.map-filter-btn:first-child {
    border-radius: 0px;
}

.map-filter-btn:last-child {
    border-radius: 0px;
}

.map-filter-btn:not(:last-child) {
    border-right: 1px solid #1B1917;
}

.map-filter-btn:hover:not(.active) {
    background: rgba(27, 25, 23, 0.8);
}

.map-filter-btn.active {
    background: #1B1917;
    color: white;
}

/* Map Container */
.map-wrapper {
    background: #FBF7F5;
    margin-bottom: 30px;
    position: relative;
}

/* SVG Map */
.usa-map {
    width: 100%;
    height: auto;
    display: block;
}

.usa-map path {
    fill: #EEE8E6;
    stroke: #FBF7F5;
    stroke-width: 0.97118;
    cursor: default;
    transition: all 0.3s ease;
}

/* Hover effect for all state paths */
.usa-map path:hover {
    fill: #DAD4D1;
    filter: brightness(0.95);
}

.usa-map path.state-active {
    fill: #D1CCC9;
    cursor: pointer;
}

.usa-map path.state-active:hover {
    fill: #B8B2AD;
}

.usa-map path.state-selected {
    fill: #9E9995;
    stroke: #1B1917;
    stroke-width: 2;
}

.usa-map path.state-selected:hover {
    fill: #8A8580;
}

/* Number Indicators */
.map-indicators {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.state-indicator {
    position: absolute;
    width: 38px;
    height: 38px;
    pointer-events: auto;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
    z-index: 10;
}

.state-indicator:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.state-indicator svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
}

.state-indicator.hidden {
    display: none;
}

/* Info Display */
.map-info {
    text-align: center;
    padding: 30px;
    background: white;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.map-info-title {
    margin: 0 0 12px 0;
    color: #1B1917;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

.map-info-description {
    margin: 0;
    color: #666;
    font-size: 17px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

/* Animation for info updates */
@keyframes fadeInUp {
    from { 
        opacity: 0; 
        transform: translateY(10px); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}

.map-info.updated .map-info-title,
.map-info.updated .map-info-description {
    animation: fadeInUp 0.4s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .map-controls {
        width: 100%;
        border-radius: 0px;
    }

    .map-filter-btn {
        width: 100%;
        font-size: 16px;
        padding: 12px 20px;
        border-radius: 0;
        border-right: none !important;
    }

    .map-filter-btn:first-child {
        border-radius: 0px;
    }

    .map-filter-btn:last-child {
        border-radius: 0px;
        border-bottom: none;
    }

    .map-wrapper {
        padding: 15px;
    }

    .map-info {
        padding: 20px;
        min-height: 120px;
    }

    .map-info-title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .map-info-description {
        font-size: 15px;
    }

    .state-indicator {
        width: 28px;
        height: 28px;
    }

    .usa-map-container {
        padding: 0 15px;
    }
}

.usa-map-container svg g path {
    transition: all 0.2s linear;
}

.usa-map-container svg g path:hover {
    fill: rgba(211, 202, 197, 0.7);
}

.usa-map-container svg path.active {
    fill: #D3CAC5 !important;
}

.usa-map path.active,
.usa-map path.state-active {
    fill: #D3CAC5;
    cursor: pointer;
}

.usa-map path.active:hover,
.usa-map path.state-active:hover {
    fill: #D3CAC5;
}

.key-stat-container, .community-container {
    overflow-x: scroll !important;
}

.key_stat {
    min-width: 396px !important;
}


.leadership-container .single_slide {
    max-width: 400px;
        min-width: 400px;
}

.leadership-container {
   overflow: hidden !important;
   overflow-x: scroll !important;
}

.community-container .single_slide {
    max-width: fit-content;
    position: relative;
    min-width: 400px;
}

.community-container .social-container {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
}

.community-container .social-container a, .community-container .social-container img {
    cursor: pointer;
    transition: all 0.2s linear;
}

.community-container .social-container a:hover, .community-container .social-container img:hover {
    opacity: 0.8;
}

.form_row p {
    margin-bottom: 0px;
}

.form_row {
    margin-bottom: 26px;
}
.img_full-size img {
    max-height: 732px;
    object-fit: cover;
}

.form_row.half {
    display: flex;
    column-gap: 16px;
}
.form_row .single_input {
        width: 100%;
}
.form_row p, .form_row input, .form_row textarea, .form_row select, .wpcf7-list-item-label  {
    font-family: 'PP Neue Montreal';
    font-weight: 500;
    color: #1B1917;
}

.checkbox-text {
    font-family: 'PP Neue Montreal';
    font-weight: 500;
    color: #776F67;
}

.wpcf7-list-item {
    margin-left: 0px;
}

.form_row input, .form_row select  {
    height: 48px;
}

.form_row select {
     /* Remove default arrow */
   appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   
   /* Add padding for the arrow */
   padding-right: 40px;
   
   /* Background with custom arrow */
   background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2895 9.00051C16.8995 8.61051 16.2695 8.61051 15.8795 9.00051L11.9995 12.8805L8.11949 9.00051C7.72949 8.61051 7.09949 8.61051 6.70949 9.00051C6.31949 9.39051 6.31949 10.0205 6.70949 10.4105L11.2995 15.0005C11.6895 15.3905 12.3195 15.3905 12.7095 15.0005L17.2995 10.4105C17.6795 10.0305 17.6795 9.39051 17.2895 9.00051Z' fill='%231E2436'/%3E%3C/svg%3E");
   background-repeat: no-repeat;
   background-position: right 8px center;
   background-size: 24px 24px;
}


.form_row input, .form_row textarea, .form_row select {
        border-radius: 0px !important;
    background: #FBF7F5;
    width: 100%;
}


.form_row .label {
    margin-bottom: 12px;
}

.wpcf7-list-item input {
    background: #FBF7F5;
    width: 20px;
    height: 20px;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.wpcf7-submit {
        background: #1B1917 !important;
    font-family: 'PP Neue Montreal' !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border: solid 1px #1B1917 !important;
    border-radius: 0px !important;
    padding: 10px 16px !important;
    transition: all 0.2s linear !important;
    color: #FBF7F5 !important;
}

.form_row textarea {
    height: 150px;
}

.wpcf7-submit:hover {
    color: #FBF7F5 !important;
    background: #1B1917 !important;
}

@media only screen and (min-width:1000px) {
    .slide-two {
        top: 190px !important;
    }
    .slide-three {
        top: 260px !important;
    }
}


@media only screen and (max-width:1000px) {
    .slide-two {
        top: 200px !important;
    }
    .slide-three {
        top: 275px !important;
    }
}


.child-nav {
    opacity: 0;
    height: 0px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.dropdown-container.active .child-nav {
        height: 45px;
    opacity: 1;
}
.dropdown-container.active .child-nav .menu-icon {
    opacity: 1;
}


.dropdown-container:not(.active) {
    gap: 0px !important;
}

.leadership-fit-contents {
        max-width: fit-content;
    overflow: hidden !important;
}


@media only screen and (max-width: 1000px) {
   .hide-mobile {
    display: none !important;
   }

   .leadership-container .single_slide {
        max-width: 200px;
        min-width: 200px;
    }

    .elementor-location-header {
        padding: 12px !important;
    }
    .elementor-location-header .navbar {
        flex-wrap: nowrap;
    }

    .menu-toggle p {
        font-size: 24px !important;
    }
}

.white-hover:hover p {
    color: #FBF7F5 !important;
}



.featured-post-card {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    margin: 20px auto;
    min-height: 400px;
    gap: 100px;
}

.featured-post-content {
    flex: 0 0 45%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.featured-post-label {
    display: inline-block;
    background: #545351;
    padding: 4px 16px;
    font-family: 'PP Neue Montreal';
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    color: #fff;
}

.featured-post-title {
    font-family: 'Besley', Georgia, serif;
    font-size: 48px;
    line-height: 114%;
    color: #1b1917;
    margin: 0 0 30px 0;
    font-weight: 400;
    letter-spacing: -2%;
}

.featured-post-link {
    display: inline-flex;
    align-items: center;
    font-family: 'PP Neue Montreal';
    font-size: 18px;
    color: #1b1917;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    gap: 10px;
}

.featured-post-link:hover {
    transform: translateX(5px);
    color: #1b1917;
}

.featured-post-link svg {
    margin-left: 8px;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.featured-post-link:hover svg {
    transform: translateX(3px);
}

.featured-post-image {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.featured-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.featured-post-fallback {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-post-fallback-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 35px,
        rgba(0,0,0,0.1) 35px,
        rgba(0,0,0,0.1) 70px
    );
}

/* Responsive design */
@media (max-width: 968px) {
    .featured-post-card {
        flex-direction: column;
    }
    
    .featured-post-content {
        flex: 1 1 auto;
        padding: 40px 30px;
    }
    
    .featured-post-title {
        font-size: 42px;
    }
    
    .featured-post-image,
    .featured-post-fallback {
        min-height: 300px;
    }
}

@media (max-width: 640px) {
    .featured-post-content {
        padding: 30px 20px;
    }
    
    .featured-post-title {
        font-size: 32px;
        line-height: 1.2;
    }
    
    .featured-post-image,
    .featured-post-fallback {
        min-height: 250px;
    }
}


.selected-articles-container {
    width: 100%;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.selected-articles-scroll {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

/* Custom scrollbar */
.selected-articles-scroll::-webkit-scrollbar {
    height: 8px;
}

.selected-articles-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.selected-articles-scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.selected-articles-scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.article-tile {
    flex: 0 0 auto;
    position: relative;
}

.article-tile-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.article-tile-link:hover {
    transform: translateY(-5px);
}

.article-tile-image {
    width: 450px;
    height: 230px;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
}

.article-tile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.article-tile-link:hover .article-tile-image img {
    transform: scale(1.05);
}

.article-tile-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.article-tile-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 35px,
        rgba(255,255,255,0.2) 35px,
        rgba(255,255,255,0.2) 70px
    );
}

.article-tile-content {
    padding: 20px 0;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.article-tile-number {
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
    color: #1a1a1a;
   font-family: 'PP Neue Montreal';
    flex-shrink: 0;
}

.article-tile-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0;
    padding-top: 8px;
   font-family: 'PP Neue Montreal';
    max-width: 400px;
    white-space: normal;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .selected-articles-container {
        padding: 30px 0;
    }
    
    .selected-articles-scroll {
        gap: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .article-tile-image {
        width: 350px;
                height: 180px;
    }
    
    .article-tile-number {
        font-size: 36px;
    }
    
    .article-tile-title {
        font-size: 18px;
        max-width: 320px;
    }
}

@media (max-width: 480px) {
    .article-tile-image {
        width: 280px;
        height: 280px;
    }
    
    .article-tile-number {
        font-size: 32px;
    }
    
    .article-tile-title {
        font-size: 16px;
        max-width: 250px;
    }
}



/* MASONRY */

/**
 * Blog Masonry Grid Styles for Masonry.js
 */

.blog-masonry-wrapper {
    margin: 0 auto;
    padding: 0px;
}

/* Filter Buttons */
.blog-filter-container {
    margin-bottom: 40px;
        display: flex;    justify-content: flex-start;
    gap: 20px;
}

@media only screen and (max-width:1000px) {
    .blog-filter-container {
        display: grid;
        grid-row-gap: 10px;
    }

    .blog-masonry-grid {
        grid-template-columns: 1fr !important;
    }
}

.blog-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-btn {
    padding: 4px 20px;
    height: 35px;
    background: #545351;
    border: none;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
   font-family: 'PP Neue Montreal';
   border-radius: 50px;
}

.filter-btn:hover {
    background: #d0d0d0;
}

.filter-btn.active {
    background: #1B1917;
    color: #ffffff;
}

/* Simple Grid Container */
.blog-masonry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0;
    grid-auto-rows: minmax(150px, auto);
}

.blog-masonry-grid.loading {
    opacity: 0.5;
    pointer-events: none;
}

/* Grid sizer - no longer needed */
.grid-sizer {
    display: none;
}

/* Grid Items */
.masonry-item {
    position: relative;
        z-index: 1 !important;
}

/* Card Styles */
.masonry-item-link {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.masonry-item-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* Image Container with background image */
.masonry-item-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
        height: 496px;
}

/* Add overlay for better text readability */
.masonry-item-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
}

.dark-text .masonry-item-title, .dark-text .masonry-item-date {
    color: #1B1917 !important
}

.dark-text .masonry-item-image::before {
    display: none !important;
}

/* Category Badge - Overlaid on image */
.masonry-item-category {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 8px 16px;
    background: #545351;
    backdrop-filter: blur(10px);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    color: #fff;
    z-index: 1;
    font-family: 'PP Neue Montreal';
    border-radius: 50px;
}
/* Title Overlay - At bottom of image */
.masonry-item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 24px 24px;
    z-index: 2;
}

.masonry-item-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    color: #ffffff;
    margin: 0;
   font-family: 'Besley';
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
    margin-bottom: 20px;
    padding-bottom: 4px;
}

.masonry-loaded .masonry-item {
    z-index: 1;
}

/* Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.load-more-btn_wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}


/* Load More Button */
.load-more-btn {
   display: flex !important;
    flex-direction: row !important;
    margin: 0em auto;
    align-items: center !important;
    background: #FBF7F5;
    border: solid 1px #1B1917;
        padding: 10px 20px !important;
}

.load-more-btn p {
        margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    text-align: left;
    font-family: "PP Neue Montreal", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #1B1917;
}

.load-more-btn:hover:not(:disabled) {
    background: #1B1917;
}

.load-more-btn:hover:not(:disabled) p {
    color: #FBF7F5;
}

.load-more-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-btn,
.pagination-number {
    padding: 10px 20px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
   font-family: 'PP Neue Montreal';
}

.pagination-btn:hover:not(:disabled),
.pagination-number:hover:not(.active) {
    background: #f5f5f5;
    border-color: #1B1917;
}

.pagination-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-number.active {
    background: #1B1917;
    color: #ffffff;
    border-color: #1B1917;
}

.pagination-numbers {
    display: flex;
    gap: 8px;
    align-items: center;
}

.pagination-ellipsis {
    padding: 0 8px;
    color: #999;
   font-family: 'PP Neue Montreal';
}

/* No posts message */
.no-posts-message {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 18px;
    width: 100%;
}

/* Loading and animations */
.masonry-item {
    opacity: 1;
    animation: fadeInUp 0.6s ease;
}

.masonry-loaded .masonry-item {
    opacity: 1;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive adjustments */
@media (max-width: 991px) {
    /* Simplify to 2-column on tablets */
    .grid-sizer,
    .masonry-item,
    .masonry-item.wide {
        width: 50%;
    }
    
    .masonry-item.narrow-stacked {
        width: 50%;
        margin-bottom: 30px; /* Reset margin */
    }
}

@media (max-width: 575px) {
    .blog-masonry-wrapper {
        padding: 30px 15px;
    }
    
    .grid-sizer,
    .masonry-item {
        width: 100%;
    }
    
    .blog-masonry-grid {
        margin: 0;
    }
    
    .masonry-item {
        padding: 0;
    }
    
    .masonry-item-title {
        font-size: 18px;
        line-height: 1.3;
        padding-bottom: 3px;
    }
    
    .blog-filter-buttons {
        gap: 6px;
    }
    
    .filter-btn {
        padding: 6px 14px;
        font-size: 12px;
    }
}




/* Animated circles */

/* Container */
.animated_circles {
    position: relative !important;
}

/* Position circles */
.animated_circles > .single_circle {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    margin-left: -90px !important;
    margin-top: -90px !important;
    opacity: 0;
    transition: opacity 1.5s ease-out;
}

/* Circle positions */
.animated_circles > .single_circle:nth-child(1) {
    transform: translate(0, -250px) !important;
}
.animated_circles > .single_circle:nth-child(2) {
    transform: translate(217px, -125px) !important;
}
.animated_circles > .single_circle:nth-child(3) {
    transform: translate(217px, 125px) !important;
}
.animated_circles > .single_circle:nth-child(4) {
    transform: translate(0, 250px) !important;
}
.animated_circles > .single_circle:nth-child(5) {
    transform: translate(-217px, 125px) !important;
}
.animated_circles > .single_circle:nth-child(6) {
    transform: translate(-217px, -125px) !important;
}

/* Animation class - triggered by JavaScript */
.animated_circles.in-view > .single_circle {
    opacity: 1;
}

/* Stagger the animations */
.animated_circles.in-view > .single_circle:nth-child(1) { transition-delay: 0s; }
.animated_circles.in-view > .single_circle:nth-child(2) { transition-delay: 0.2s; }
.animated_circles.in-view > .single_circle:nth-child(3) { transition-delay: 0.4s; }
.animated_circles.in-view > .single_circle:nth-child(4) { transition-delay: 0.6s; }
.animated_circles.in-view > .single_circle:nth-child(5) { transition-delay: 0.8s; }
.animated_circles.in-view > .single_circle:nth-child(6) { transition-delay: 1s; }

/* Mobile adjustments */
@media (max-width: 850px) {
    .animated_circles > .single_circle {
        width: 130px;
        height: 130px;
        margin-left: -75px !important;
        margin-top: -75px !important;
        min-height: 130px !important;
    }

   .animated_circles > .single_circle p {
            font-size: 15px;
        line-height: 18px;
        position: relative;
        top: 10px;
    }
    
    .animated_circles > .single_circle:nth-child(1) { transform: translate(0, -35vw) !important; }
    .animated_circles > .single_circle:nth-child(2) { transform: translate(30vw, -17.5vw) !important; }
    .animated_circles > .single_circle:nth-child(3) { transform: translate(30vw, 17.5vw) !important; }
    .animated_circles > .single_circle:nth-child(4) { transform: translate(0, 35vw) !important; }
    .animated_circles > .single_circle:nth-child(5) { transform: translate(-30vw, 17.5vw) !important; }
    .animated_circles > .single_circle:nth-child(6) { transform: translate(-30vw, -17.5vw) !important; }
}



@media only screen and (min-width:1000px) {
    .animated_circles {
            margin-left: -40px;
    }
}



/* BLOG */

.post-template-template-article #content {
    max-width: 100% !important;
        padding: 0px !important;
}

.arrow-carousel svg.disabled path, .arrow-carousel svg.disabled g {
    fill: grey !important;
}

.masonry-item-date {
    color: #fff;
    font-size: 20px;
    font-family: 'PP Neue Montreal';
    font-weight: 500;
    margin-bottom: 30px;
    display: block;
}

.masonry-item-cta {
    color: #1B1917;
    font-size: 14px;
    border: solid 1px;
    padding: 8px 16px 8px;
    background: #F0EAE7;
    font-weight: 500;
    border-radius: 50px;
}

.masonry-item-cta:hover {
    background: #1B1917;
    color: #FBF7F5;
    transition: all 0.2s linear;
}

.sort-toggle .sort-btn {
    border: none;
    padding: 0px;
    background: none !important;
}

.sort-toggle {
        display: flex;
    align-items: center;
}

.filter-label p, .sort-label {
        font-size: 18px;
    font-weight: 500;
    color: #1b1917;
    font-family: 'PP Neue Montreal';
} 

/* CSS for Before/After Slider */
.before_after-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.before_after-container .before,
.before_after-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.before_after-container .before {
    z-index: 2;
}

.before_after-container .after {
    z-index: 1;
}

.slider-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    cursor: col-resize;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: col-resize;
    z-index: 4;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    touch-action: none;
}

/* Arrow icon for handle */
.slider-handle::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 8px 0;
    border-color: transparent #333 transparent transparent;
    left: 14px;
}

.slider-handle::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 6px;
    border-color: transparent transparent transparent #333;
    right: 14px;
}

/* Carousel Styles */
.before_after-container.slider {
    position: relative;
    height: 500px !important;
    min-height: 500px !important;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.single-slide {
    position: relative;
    min-width: 100%;
    width: 100%;
    height: 100%;
    flex: 0 0 100%;
    flex-shrink: 0;
}

/* Fix Elementor container conflicts */
.before_after-container.slider .e-con.single-slide {
    position: relative !important;
    height: 100% !important;
    min-width: 100% !important;
    display: block !important;
}

.before_after-container .elementor-widget-image {
    height: 100% !important;
}

.before_after-container .elementor-widget-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Before and After Labels */
.before-label,
.after-label {
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
    z-index: 4;
    text-transform: uppercase;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.before-label {
    left: 20px;
}

.after-label {
    right: 20px;
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.carousel-arrow:hover {
    background-color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.carousel-arrow.prev {
    left: 20px;
}

.carousel-arrow.next {
    right: 20px;
}

.carousel-arrow svg {
    width: 22px;
    height: 26px;
}

/* Carousel Indicators */
.carousel-indicators {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(223, 213, 208);
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background-color: #1B1917;
    transform: scale(1.2);
}

.single_slide.popup img {
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .slider-handle {
        width: 36px;
        height: 36px;
    }

    .carousel-arrow {
        width: 40px;
        height: 40px;
    }

    .carousel-arrow.prev {
        left: 10px;
    }

    .carousel-arrow.next {
        right: 10px;
    }

    .carousel-arrow svg {
        width: 18px;
        height: 22px;
    }
}

/* Touch-friendly areas for mobile */
@media (hover: none) and (pointer: coarse) {
    .slider-bar {
        width: 20px;
        margin-left: -10px;
        background: transparent;
    }

    .slider-bar::after {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 3px;
        height: 100%;
        background-color: #fff;
    }

    .slider-handle {
        width: 48px;
        height: 48px;
    }
}

@media only screen and (min-width:1000px) {
    .hide-desktop {
        display: none !important;
    }
}

@media only screen and (max-width:1000px) {
    .hide-mobile {
        display: none !important;
    }

    .hide-desktop .tile_box_slider {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
        gap: 1rem; /* Space between tiles */
        padding-bottom: 10px; /* Space for scrollbar if visible */
    }

        /* Individual tiles */
    .hide-desktop .tile_box_slider > .e-con {
        flex: 0 0 85%; /* Each tile takes 85% width to show peek of next */
        scroll-snap-align: start;
        min-width: 280px; /* Minimum width for readability */
    }

    .elementor-element-49856c2 .menu-toggle {
        position: absolute;
        top: 0px;
        right: 0;
                z-index: 4;
    }

    .menu-links {
        gap: 5px !important;
        padding: 20px !important;
    }
    .menu-links a {
        font-size: 30px;
        line-height: 30px;
    }

    .elementor-element-654f932 {
        padding-top: 0px;
    }

    .elementor-16 .elementor-element.elementor-element-4ef6f8d {
        font-size: 30px;
    }

    .elementor-16 .elementor-element.elementor-element-56bd801 {
        margin-bottom: 0px !important;
    }

    .main-menu_content {
        height: 85vh !important;
        width: 100% !important;
        overflow: hidden !important;
        flex-wrap: nowrap !important;
        overflow-y: scroll !important;
    }

    .tile_box_slider .e-child {
        height: 100% !important;
    }


    .menu-links .elementor-element {
        display: flex;
        align-items: center;
        padding: 6px 0px;
                height: 42px;
    }

    .menu-links {
        padding-bottom: 30px !important;
    }

    .menu-links_link .menu-icon svg {
        width: 20px;
        height: 20px;
        margin-left: 2px;
    }
}


.post-129 .bio {
    display: none;
}

/* Team Popup Styles */
.team-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 25, 23, 0.8);
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.team-popup-overlay.active {
    display: flex;
}

.team-popup-container {
    background: #FBF7F5;
    max-width: 900px;
    width: 90%;
    max-height: 80vh;
    display: flex;
    position: relative;
    overflow: hidden;
}

.team-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #FBF7F5 !important;
    cursor: pointer;
    background: #1B1917 !important;
    border: 1px solid #1B1917 !important;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    transition: all 0.2s ease;
}

.team-popup-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 31, 73, 0.9);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.team-popup-nav:hover {
    background: rgba(0, 31, 73, 1);
}

.team-popup-prev {
    left: -50px;
}

.team-popup-next {
    right: -50px;
}

.team-popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width:1000px) {
    .team-popup-image img {
        max-width: 200px;
        width: 200px;
    }

    .team-popup-container {
        gap: 10px !important;
        max-width: 90% !important;
        width: 90% !important;
    }
}

.team-popup-bio .alignwide {
    margin: 0px !important;
}

.team-popup-name {
    font-size: 42px;
    color: #1b1917;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: 'Besley';
}

.team-popup-title {
    font-size: 20px;
    color: #1b1917;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'PP Neue Montreal';
}

.team-popup-social {
    margin-bottom: 30px;
}

.team-popup-social a {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.team-popup-social svg {
    width: 24px;
    height: 24px;
    fill: #1b1917;
}

.team-popup-bio {
    color: #1b1917;
    font-size: 16px;
    line-height: 1.8;
        max-height: 300px;
    overflow-y: scroll;
}

.team-popup-bio p {
       margin-bottom: 20px;
    font-family: 'PP Neue Montreal';
    font-size: 18px;
    font-weight: 500;
}

.team-popup-divider {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 30px 0;
}

    .team-popup-image img {
max-width: 300px;
    width: 300px;
    object-fit: contain;
    }

.team-popup-container {
        padding: 50px;
    gap: 40px;
        align-items: flex-start;
}

@media (max-width: 768px) {

        
    .team-popup-image {
        flex: 1;
    }


    .team-popup-container {
        padding: 20px;
    }

    .team-popup-container {
        flex-direction: column;
        max-height: 90vh;
        width: 80%;
    }
    
    .team-popup-name {
        font-size: 32px;
    }
    
    .team-popup-nav {
        display: none;
    }

    .team-popup-container {
        overflow-y: scroll;
    }

    .team-popup-bio {
    max-height: 100%;
}

    .elementor-element-f958ffe,.elementor-element-8cd3510, .elementor-element-192e09d, .elementor-element-0c71d40 {
        position: absolute !important;
        top: 20px !important;
        right: 20px !important;
    }

    .numbers-slide.locked .slide-tag {
        display: none !important;
    }

    .locked-message p {
        max-width: 150px;
        text-align: right;
    }

    .numbers-tile_title p {
        max-width: 70%;
    }

    .btn-outline p {
        font-size: 15px !important;
        line-height: 15px !important;
    }
}

.elementor-element-76ac9036 a {
    display: flex;
    gap: 10px;
}

.before_after-container {
    margin: 0em auto !important;
    overflow: hidden;
}

.before_after-container .carousel-wrapper {
}


.elementor-location-footer {
    position: relative;
    z-index: 1;
}

.menu_hover-careers {
    transition: all 0.2s ease-in-out;
}

.dropdown-container:hover {
        position: relative !important;
    height: 100% !important;
}

@media only screen and (max-width:1000px) {
    .dropdown-container:hover {
        height: 70px !important
    } 

}



.dropdown-container:hover .child-nav {
    display: block;
    opacity: 1;
    position: absolute;
    min-height: 60px;
    top: 65px;
    left: 0;
    background: rgba(240, 234, 231, 0.95);
    margin-left: 0px !important;
    padding-left: 40px;
    z-index: 2;
    width: 100%;
        transition: all 0.1s linear;
}

/* Map animation */
.elementor-element-27dbc00 svg rect,
.elementor-element-27dbc00 svg path,
.elementor-element-27dbc00 svg circle,
.elementor-element-27dbc00 svg polygon {
opacity: 0;
transition: opacity 1.5s ease-in-out;
}

/* Fade in tiles when visible */
.elementor-element-27dbc00.in-view svg rect,
.elementor-element-27dbc00.in-view svg path,
.elementor-element-27dbc00.in-view svg circle,
.elementor-element-27dbc00.in-view svg polygon {
opacity: 1;
}

.numbers-container {
    position: relative !important;
}

.all-slides-locked .locked {
    position: sticky !important;
    transition: none !important;
}

/* Correct z-index stacking - higher nth-child = higher z-index */
.all-slides-locked .numbers-slide.locked:nth-child(3) { /* slide-one */
    z-index: 2; /* Bottom of stack */
}

.all-slides-locked .numbers-slide.locked:nth-child(4) { /* slide-two */
    z-index: 3;
}

.all-slides-locked .numbers-slide.locked:nth-child(5) { /* slide-three */
    z-index: 4;
}

.all-slides-locked .numbers-slide.locked:nth-child(6) { /* slide-four */
    z-index: 5; /* Top of stack */
}

.all-slides-locked .elementor-element-d934fe8, .all-slides-locked .elementor-element-6d69f6b {
    opacity: 0;
    transition: 0.5s ease-in-out;
}




.elementor-element.elementor-element-6b7ef7b.e-con-full.e-flex.e-con.e-child {
    height: 100%;
}

/* 
.article-meta {
    background: #FBF7F5;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    top: 70px;
    z-index: 999;
} */

.arrow-btn p {
    margin-bottom: 0px !important;
}

.btn-outline p {
    margin-bottom: 0px !important;
}

@media only screen and (max-width:1000px) {
    .btn-outline {
        position: relative;
    }
    .main-menu_content {
        max-height: 90vh !important;
    }
}

.footer p {
    margin-bottom: 0px;
}

p {
    letter-spacing: 0px;
}

.flex-stretch {
    align-items: stretch !important;
}


.article-content hr {
    display: none;
}

.key-metrics-rows {
    display: flex;
    gap: 30px;
}

@media only screen and (max-width:1000px) {
    .key-metrics-rows {
        display: grid;
        grid-template-columns: 1fr 1fr;
    } 
}

.key-metrics-rows .alignwide {
    margin-inline: 0px !important;
}

@media only screen and (min-width:1000px) {
    .footer-links {
        display: grid !important;
        grid-auto-flow: column !important;
        grid-template-rows: repeat(5, 1fr) !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 8px !important;
    }
}

@media only screen and (max-width:1000px) {
    .footer-links {
        display: grid !important;
        grid-auto-flow: row !important;
        grid-template-rows: repeat(9, minmax(60px, auto)) !important;
        grid-template-columns: 1fr !important;
    }
}

.footer-links div {
    align-items: center;
    display: flex;
}

@media only screen and (min-width:1300px) {
    .our-story-image {
        display: none;
    }
}

@media only screen and (max-width:1300px) {
    .our-story-container {
        background-image: none !important;
        flex-direction: column-reverse !important;
    }
}

@media only screen and (max-width:1150px) {
    .our-story-image {
        display: flex !important;
    }
}

.article-date {
    display: none !important;
}

@media only screen and (max-width:1000px) {
    .mobile-update-container {
        display: grid !important;
        grid-template-columns: 1fr 3fr !important;
        align-items: flex-start !important;
        margin-bottom: 10px !important;
    }

    .key_stat {
        min-width: 300px !important;
    }

    .discipline-tile_text {
        min-height: 70px;
    }

    .alignfull, .alignfull img {
        max-width: 100% !important;
    }
}

.leadership-container .single_slide p {
    margin: 0px;
}

.wp-block-genesis-blocks-gb-column h4.wp-block-heading {
    font-weight: 600;
}

.flex-1 {
       flex-grow: 1 !important;
    flex-shrink: 1 !important;
}

@media only screen and (max-width:1300px) and (min-width:1000px) {
    .hp-stats .flex-1 .e-flex, .elementor-element-b508311 {
        padding: 20px !important;
    }

    .hp-stats .flex-1 .e-flex, .elementor-element-b508311 {
        padding: 20px !important;
    }

    .elementor-element-f1ab6b1, .elementor-element-dada498, .elementor-element-a8c6c0f,  .elementor-element-c26ce9d, .elementor-element-c787218 {
        font-size: 80px !important;
    }
}

@media only screen and (max-width:1000px) {
    .elementor-element-0103f41 p {
        top: 0px !important;
    }

    .elementor-element-fb2d043 {
        display: none !important;
    }

    .elementor-element-f0f7e85, .elementor-element-47598e2 p {
        line-height: 100% !important;
    }

    .elementor-element-6c59e2e {
        display: block !important;
            margin-bottom: 0px !important;
    }

    .elementor-element-aa48e88 {
        display: grid !important;
        grid-template-columns: 2fr 1fr !important;
            align-items: baseline;
    }

    .elementor-element-3d4022b .key_stat {
        min-width: 330px !important;
    }

    .elementor-element-0fd03fa {
        justify-content: flex-start !important;
    }

    .elementor-element-0fd03fa p {
        margin-bottom: 0px !important;
    }
}

.article-content .wp-block-post-date {
    display: none;
}

.elementor-element-f781868 {
    text-align: left !important;
}

.elementor-129 .elementor-element.elementor-element-de36fda img {
    border-radius: 0px !important;
}

.tag, .article-category, .btn-outline, .related-post-category {
    border-radius: 50px !important;
}

#search-container {
    display: none !important;
}
.landing-text p:nth-child(1) {
    margin-bottom: 0px !important;
}

.article-content h6 {
    color: #1b1917 !important;
    font-weight: 400 !important;
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content span, .article-content p, .article-content li, .article-content a {
 color: #1b1917 !important;
}

.article-content a {
 text-decoration: underline !important;
}


.article-content h1, .article-content h2, .article-content h3 {
    font-family: 'Besley' !important;
}

.article-content li {
        font-family: 'PP Neue Montreal', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 18px;
}

@media only screen and (max-width:768px) {

    .elementor-element-7bfdb2c {
        flex-direction: column-reverse !important;
        gap: 24px !important;
    }
    .menu-icon {
        opacity: 1 !important;
    }
}