/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1772170150
Updated: 2026-02-27 05:29:10

*/

/* Light */
@font-face {
    font-family: 'NuberNext';
    src: url('/wp-content/themes/hello-elementor-child/assets/fonts/nubernext-light-bf63c8a0e58b72a.woff2') format('woff2'),
         url('/wp-content/themes/hello-elementor-child/assets/fonts/nubernext-light-bf63c8a0e58b72a.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular */
@font-face {
    font-family: 'NuberNext';
    src: url('/wp-content/themes/hello-elementor-child/assets/fonts/nubernext-regular-bf63c8a0fb4a7c5-webfont.woff2') format('woff2'),
         url('/wp-content/themes/hello-elementor-child/assets/fonts/nubernext-regular-bf63c8a0fb4a7c5-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Demi */
@font-face {
    font-family: 'NuberNext';
    src: url('/wp-content/themes/hello-elementor-child/assets/fonts/nubernext-demibold-bf63c8a0fa51bc8.woff2') format('woff2'),
         url('/wp-content/themes/hello-elementor-child/assets/fonts/nubernext-demibold-bf63c8a0fa51bc8.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: 'NuberNext';
    src: url('/wp-content/themes/hello-elementor-child/assets/fonts/nubernext-bold-bf63c8a0b20c2e1.woff2') format('woff2'),
         url('/wp-content/themes/hello-elementor-child/assets/fonts/nubernext-bold-bf63c8a0b20c2e1.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

*{
    font-family: 'NuberNext', sans-serif !important;
}
.Onze-card .elementor-image-box-content {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 0 20px;
    max-width: 384px;
    width: 100%;
    min-height: 277px;
}
.Onze-card .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.theme-button {
    border-radius: 50px;
    border: 1px solid #D8D8D8;
    background: #D6A14D;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 21px;
    padding: 13px 46px;
}
.theme-button:hover{
    background: #CA8A25 !important;
}
.support-card {
    background: #F5F5F5;
    border-radius: 20px;
    padding: 11px;
    color: #333;
    min-height: 205px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}
.support-icon {
    font-size: 28px;
    margin-bottom: 15px;
    color: #000;
    display: flex;
    gap: 12px;
    align-items: center;
}
.support-card h5 {
    font-weight: 700;
    margin-bottom: 12px;
}
.support-card p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
.donate-list {
    padding-left: 18px;
    margin-bottom: 20px;
}
.main-nav{
    display:flex;
    align-items:center;
    gap:61px;
    font-family:inherit;
}

.nav-link{
    color:white;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
}
.nav-link:hover,
  .nav-link:focus-visible{
    opacity:1;
    color:white;
    text-underline-offset:6px;
}
.page .entry-title {
    display: none;
}
.footer-menu-top ul {
    display: flex;
    white-space: nowrap;
    column-gap: 32px;
    flex-wrap: wrap;
    color: white;
    list-style: none;
    padding: 0;
}
.footer-menu-top ul li a {
    color: white;
    font-weight: 700;
    font-size: 16px;
}
.margin-auto{
    margin: 0 auto;
}
.Onze-card figure img {
    width: 100%;
}
.social{
    display: flex;
    align-items: center;
    gap: 10px;
}
.home.my-custom-wrapper{
    background: url("https://dev-bridge.thelawfirm.nl/wp-content/uploads/2026/03/L100-bridge.thelawfirm.nl_-scaled.jpg") no-repeat;
    background-size: cover;
}
.footer-menu-top.another-btm ul li a {
    color: white;
    font-weight: 400;
    font-size: 16px;
}
.list-item-theme li {
    margin-bottom: 14px;
}
.map-wrapper{
    position:relative;
    max-width:1000px;
    margin:auto;
}   
.world-map{
    width:100%;
    display:block;
} 
.map-pin{
    position:absolute;
    width:16px;
    height:16px;
    background:#D6A14D;
    border-radius:50%;
    cursor:pointer;
}  
.map-pin span{
    position:absolute;
    top:-30px;
    left:-10px;
    background:#000;
    color:#fff;
    padding:4px 8px;
    font-size:12px;
    display:none;
    white-space:nowrap;
} 
.map-pin:hover span{
    display:block;
}
.map-pin.usa{
    top:40%;
    left:25%;
}  
.map-pin.europe{
    top:35%;
    left:50%;
}
.map-pin.india{
    top:48%;
    left:65%;
}
.map-pin{
    animation:pulse 2s infinite;
}

.Onze-card.mensen-card h3{
    position: relative;
}
.Onze-card.mensen-card h3:after {
    content: "";
    position: absolute;
    width: 140px;
    background: #D6A14D;
    height: 4px;
    bottom: -10px;
    left: 0px;
}

@keyframes pulse{
    0%{box-shadow:0 0 0 0 rgba(255,90,0,.6);}
    70%{box-shadow:0 0 0 12px rgba(255,90,0,0);}
    100%{box-shadow:0 0 0 0 rgba(255,90,0,0);}
}
.onze-heading {
    color: white;
    font-size: 25px;
    font-weight: 700;
}
.onze-para {
    color: white;
    font-size: 18px;
}
.Onze-card-para {
    min-height: 125px;
    height: 100%;
}
/* breakpoints */
@media (max-width: 1550px) {
    .e-con-inner {
        max-width: 1280px !important;
        width: 100% !important;
    }
    .Onze-card .elementor-image-box-content {
        max-width: 344px;
        min-height: 300px;
    }
    .under-social-media{
        width: 40% !important;
    }
}
@media (max-width: 1440px) {
    .width-full-content{
        width: 100%;
    } 
}
@media (max-width: 1024px) {
    .blank-div{
        display: none;
    }
    .under-social-media {
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    .nav-link {
        font-size: 13px;
    }
    .onze-para {
        font-size: 14px;
    }
    .onze-para {
        color: white;
        font-size: 16px;
    }
    .main-nav {
        align-items: center;
        column-gap: 13px;
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 1px;
    }
    .footer-menu-top ul li a {
        font-size: 13px;
    }
 }
 @media (max-width: 767px) {
    .Onze-card .elementor-image-box-content {
        max-width: 100%;
        min-height: auto;
    }
    .Onze-card .elementor-image-box-title {
        margin-bottom: 12px !important;
        font-size: 20px !important;
    }
    .Onze-card-para {
        min-height: auto;
        height: 100%;
        font-size: 14px;
    }
 }