span.color-title {padding: 0 !important;}
.max730 h2 {max-width: 730px;}
.orangelinks a { color:#ff6824; }
/* TEMP */
nav ul#menu-1-6942437 li.current_page_item a {
    font-weight: 300 !important;
}
/* End of TEMP */
footer {background: #fff !important; z-index: 99;
    position: absolute;
    left: 0;
    right: 0;}
span.post-navigation__prev--label, span.post-navigation__next--label { font-weight: bold !important; }
body.blog main#content {max-width: 100% !important; padding: 0 !important; background-image: -o-linear-gradient(0deg , #F1F1F1 0%, #fff 100%); 
     background-image: -moz-linear-gradient(180deg , #F1F1F1 0%, #fff 100%);
     background-image: -webkit-linear-gradient(270deg , #F1F1F1 0%, #fff 100%);
     background-image: -ms-linear-gradient(0deg , #F1F1F1 0%, #fff 100%);
     background-image: linear-gradient(180deg , #F1F1F1 0%, #fff 100%);}
body.blog .page-content article.post p {margin-top: 20px;}
body.blog  div.elementor-element-55767f3 { max-width: 140px; text-align: center; margin: 0 auto !important; margin-top: 50px !important; }
body.blog  h1.elementor-heading-title {
    font-family: var(--e-global-typography-ef4a526-font-family), Sans-serif;
    font-size: var(--e-global-typography-ef4a526-font-size);
    font-weight: var(--e-global-typography-ef4a526-font-weight);
    line-height: var(--e-global-typography-ef4a526-line-height);
    color: var(--e-global-color-text);
}
body.blog div.page-content { max-width: 1280px; margin: 0 auto; padding-top: 50px; padding-bottom: 50px; }
body.blog .elementor-shape { bottom: -1px; transform: rotate(180deg); direction: ltr; left: 0; line-height: 0; overflow: hidden; position: absolute; width: 100%; }
body.blog .elementor-shape-bottom:not([data-negative=true]) svg { z-index: -1; }
body.blog .elementor-shape .elementor-shape-fill { fill: #F1F1F1; transform: rotateY(0deg); transform-origin: center; }
body.blog div.elementor-element.elementor-element-dbf2c7e.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    --display: flex;
    --min-height: 750px;
    --flex-direction: column;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --flex-wrap-mobile: wrap;
    background-image: url(https://www.urbangroup.be/wp-content/uploads/2025/12/AdobeStock_1087928269-scaled.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 1366px) {body.blog div.elementor-element.elementor-element-dbf2c7e.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {--min-height: 600px;}}
@media only screen and (max-width: 1024px) {body.blog div.elementor-element.elementor-element-dbf2c7e.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {--min-height: 500px;}}
@media only screen and (max-width: 767px) {body.blog div.elementor-element.elementor-element-dbf2c7e.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {--min-height: 350px;}}
nav ul#menu-1-6942437 li.current_page_item:first-of-type a {
    font-weight: 500 !important;
}
/* End of TEMP */

div.grecaptcha-badge {
  visibility: hidden;
}
.color-title:before { height: 5px !important; }
.superbox { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; max-width: 800px; }

/* ===== Custom Scrollbar ===== */

/* Width of the scrollbar */
::-webkit-scrollbar {
    width: 12px;
}

/* Scrollbar background */
::-webkit-scrollbar-track {
    background: #7d8184;
    position: relative;
}

/* Thin grey center line */
::-webkit-scrollbar-track::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    transform: translateX(-50%);
    background: #7d8184;
    border-radius: 2px;
}

/* Scroll thumb */
::-webkit-scrollbar-thumb {
    background: linear-gradient(
        180deg,
        #4a4a4a 0%,
        #000000 100%
    );
    border-radius: 20px;
    border: 2px solid #7d8184; /* creates spacing from track */
}

/* Hover state */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(
        180deg,
        #ff6824 0%,
        #b3400c 100%
    );
}

@media only screen and (min-width: 1025px) {
  .services-outer { min-height: 180vh; }
  .home .elementor.post.format-standard.is-visible { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
  .home .elementor.post.format-standard { margin-top: -100px; }
}




/* ===== NEWS LIST (STACKED LAYOUT) ===== */

.page-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* ===== ARTICLE CARD ===== */

.page-content article.post {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.page-content article.post:hover {
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

/* ===== IMAGE WRAPPER ===== */

.page-content article.post > a {
    position: relative;
    display: block;
    overflow: hidden;
}

/* Image */
.page-content article.post img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

/* Orange overlay */
.page-content article.post > a::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 104, 36, 0.85);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
}

/* White circle + icon */
.page-content article.post > a::after {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff;
    color: #ff6824;
    font-size: 36px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
    z-index: 2;
}

/* Hover effects */
.page-content article.post > a:hover::before {
    opacity: 1;
}

.page-content article.post > a:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.page-content article.post > a:hover img {
    transform: scale(1.05);
}

/* ===== CONTENT ===== */

.page-content article.post h2,
.page-content article.post p {
    padding: 0 32px;
}

/* ===== TITLE ===== */

.page-content article.post h2.entry-title {
    margin: 28px 0 14px;
    font-size: 1.6rem; /* Bigger title */
    line-height: 1.25;
}

.page-content article.post h2.entry-title a {
    color: #111;
    text-decoration: none;
    transition: color 0.25s ease;
}

.page-content article.post h2.entry-title a:hover {
    color: #38A2CA;
}

/* ===== EXCERPT ===== */

.page-content article.post p {
    margin-bottom: 32px;
    font-size: 1rem;
    line-height: 1.7;
    color: #555;

    /* Clamp for consistency */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== MOBILE ===== */

@media (max-width: 768px) {
    .page-content {
        padding: 24px 16px;
        gap: 32px;
    }

    .page-content article.post img {
        height: 260px;
    }

    .page-content article.post h2.entry-title {
        font-size: 1.35rem;
    }
}