/* CSS Document */
body {
    color: #393939;
    font-size: 1rem;
    font-family: 'Oswald', sans-serif;
    overflow-x: hidden;
    min-width: 350px;
}
h2 {
    text-align: center;
    margin-bottom: 1rem;
}
table {
    width: 100%;
}
hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
form label a {
    color: #fff;
}
form .btn {
    background: #fff;
    color: #D10000;
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 1px;
    height: 1px;
    background: none;
    opacity: 0;
}
.html-content ul, .squares ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
}

.html-content li, .squares li {
    padding-left: var(--icon-space);
    margin-bottom: 3px;
}

.html-content li:before, .squares li:before {
    content: "\f061";
    font-family: FontAwesome;
    color: #D10000;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
}
.html-content .other td {
    padding-top: 10px;
    padding-bottom: 15px;
    vertical-align: top;
    color: #000;
}
.html-content .other td small {
    display: block;
    margin-top: 5px;
    color: #636262;
}
.blue {
    color: #D10000;
}
.btn {
    padding: 0.25rem 2rem;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    background-color: #D10000;
}
.html-content h2 {
    text-align: left;
    color: #D10000;
}
.html-content h3 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}
.html-content h3 img {
    position: relative;
    top: -4px;
    height: 1.5rem;
    margin-right: 7px;
}
.html-content table td:nth-child(2) {
    text-align: right;
    white-space: nowrap;
    padding-left: 20px;
}
.html-content table td {
    padding: 5px 0;
    border-bottom: 1px solid #f2f2f2;
    vertical-align: middle;
}
.html-content table tr:last-child td {
    border-bottom: none;
}
.form-group {
    margin-bottom: 1rem;
}
.grecaptcha-badge {
    opacity: 0;
}
body.homepage h1 {
    visibility: hidden;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}
header {
    width: 100%;
    background: #fff;
}
header > .container > .row {
    align-items: center;
}
header .logo {
    display: inline-block;
    max-height: 70px;
}
header .logo img {
    max-width: 100%;
    max-height: 65px;
}
header .hamburger {
    display: none;
}
header nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
}
header nav ul li {
    list-style: none;
    padding: 0 0.75rem;
}
header nav ul li:last-child {
    padding-right: 0;
}
header nav ul li a {
    display: inline-block;
    padding: 1rem;
    color: #393939;
    font-size: 1.25rem;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 3px solid #FFF;
}
header nav ul li a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 3px solid #D10000;
}
header nav ul li.home a {
    color: #D10000;
}
.promobox {
    background: url(../images/banner.jpg) no-repeat center center;
    background-size: cover;
}
.promobox .container {
    min-height: 650px;
}
.promobox > .container > .row {
    justify-content: flex-end;
}
.promobox .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background: #D10000;
    background: -moz-linear-gradient(160deg, #D10000 0%, #FF0000 100%);
    background: -webkit-linear-gradient(160deg, #D10000 0%, #FF0000 100%);
    background: linear-gradient(160deg, #D10000 0%, #FF0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006ab4",endColorstr="#D10000",GradientType=1);
}
.promobox .icon img {
    width: 40px;
    height: 40px;
    margin-top: -50px;
    margin-left: 14px;
}
.promobox .row1 {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 80px;
    margin-bottom: 20px;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 4px 4px 6px #000;
}
.promobox .row1 .icon img {
    margin-left: 16px;
}
.promobox .row2 {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 20px;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 4px 4px 6px #000;
}
.promobox .row2 .icon img {
    margin-top: -47px;
    margin-left: 15px;
}
.promobox .row3 {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 20px;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 4px 4px 6px #000;
}
.promobox .row4 {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 4px 4px 6px #000;
}
.promobox .row4 .icon img {
    margin-top: -44px;
    margin-left: 15px;
}
.promobox .row5 {
    position: absolute;
    top: 80px;
    right: 1rem;
    color: #fff;
    font-size: 2.25rem;
    text-shadow: 4px 4px 6px #000;
}
.promobox .services {
    height: 85px;
    justify-content: space-between;
    align-content: flex-end;
}
.promobox .services div {
    padding-bottom: 30px;
}
.promobox .services a {
    display: block;
    height: 100%;
    padding: 20px 10px;
    color: #393939;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-radius: 10px;
}
.promobox .services a:hover {
    text-decoration: none;
}
.promobox .services a span {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #e5e5e5;
    padding: 21px 0px;
    border-radius: 65px;
}
.promobox .services a img {
    height: 50px;
}
.promobox .services a strong {
    display: block;
    margin-top: 15px;
    font-weight: 500;
}
.about {
    padding: 4rem 0;
    padding-bottom: 3rem;
    min-height: calc(848px + 9rem);
}
main.about {
    background: url(../images/header.jpg) no-repeat top center;
}
.about h2, .about .h2 {
    text-align: left;
}
.about h2 small, .about .h2 small {
    display: inline-block;
    margin-top: 20px;
    margin-left: 170px;
    margin-bottom: 0;
    width: 900px;
}
.about .squares {
    position: relative;
    width: 100%;
    margin-top: 50px;
}
.about .squares .banners {
    position: relative;
}
.about .squares .banners img:nth-child(1) {
    position: relative;
    top: 5rem;
    margin-left: 15%;
    width: calc(30% + 100px);
    height: auto;
    z-index: 3;
    border-radius: 30px;
}
.about .squares .banners img:nth-child(2) {
    position: relative;
    top: 18rem;
    margin-left: calc(-45% - 100px);
    width: 25%;
    height: auto;
    z-index: 2;
    border-radius: 30px;
}
.about .squares .banners img:nth-child(3) {
    position: absolute;
    top: 14.5rem;
    left: 40px;
    height: 200px;
}
.about .squares img:nth-child(1) {
    position: absolute;
    top: -175px;
    right: 0px;
    z-index: 0;
    height: 200px;
}
.about .squares .info {
    position: relative;
    width: 50%;
    left: 45%;
    top: -34rem;
    margin-bottom: -34rem;
    z-index: 2;
    padding: 40px;
    padding-left: 140px;
    border-radius: 30px;
    background-color: #f2f2f2;
    font-size: 1.250rem;
    font-weight: 400;
}
section.services {
    padding: 4rem 0;
    background-color: #f2f2f2;
}
section.services h2 {
    margin-bottom: 0;
}
section.services .service {
    position: relative;
    margin-top: 4rem;
}
section.services .service h3 {
    position: absolute;
    top: 2.5rem;
    right: 45px;
    z-index: 1;
    width: 460px;
    padding: 1rem;
    padding-left: calc(1rem + 15px);
    border-radius: 15px;
    color: #D10000;
    font-size: 1.5rem;
    text-align: center;
    background: #e4e4e4;
    cursor: pointer;
}
section.services .service img {
    position: absolute;
    top: 0;
    left: 1rem;
    z-index: 2;
    width: 150px;
    border-radius: 15px;
    cursor: pointer;
}
section.services .service div {
    padding: 1.5rem;
    padding-top: 85px;
    margin-left: 2rem;
    margin-top: 4rem;
    background-color: #fff;
    border-radius: 15px;
}
section.services .service p {
    cursor: pointer;
}
section.services .service a {
    position: absolute;
    right: 2rem;
    bottom: -.75rem;
    background: #D10000;
}
section.services .service a:hover {
    color: #fff;
    zoom: 1.05;
    right: 1.75rem;
}
section.carousel {
    padding-top: 4rem;
    padding-bottom: 2rem;
}
section.carousel h2 {
    margin-bottom: 3rem;
}
section.carousel img {
    width: 180px;
    height: 150px;
}
footer {
    padding: 4rem 0;
    padding-bottom: calc(4rem + 25px);
    margin-top: 14rem;
    color: #fff;
    text-align: left;
    background: #D10000;
    background-size: cover;
}
footer .logo {
    display: inline-block;
    margin-bottom: 2rem;
}
footer .logo img {
    width: 425px;
    max-width: 80%;
}
footer .contacts {
    margin-top: -14rem;
    margin-bottom: 4rem;
}
footer .contacts .square {
    height: 100%;
    padding: 1.5rem 1rem;
    color: #393939;
    font-size: 1.25rem;
    text-align: center;
    background-color: #f2f2f2;
    border-radius: 10px;
}
footer .contacts .square strong {
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
}
footer .contacts .square img {
    display: inline-block;
    margin-bottom: 15px;
    height: 60px;
}
footer .contacts .square a {
    color: #393939;
    text-decoration: none;
}
footer .contacts .square small {
    color: #636262;
    font-size: 0.85rem;
}
footer h2 {
    text-align: left;
}
footer p {
    font-size: 1.125rem;
    font-weight: 300;
}
footer p strong {
    font-weight: 400;
}
footer form {
    margin-bottom: -50px;
}
.copy {
    padding: 1rem 0;
    color: #e5e5e5;
    font-size: 0.85rem;
    font-weight: 100;
    background-color: #393939;
}
.copy a {
    color: #e5e5e5 !important;
}
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1400px) {
    .promobox .container {
        min-height: 630px;
    }
    .promobox > .container > .row {
        justify-content: flex-end;
    }
    .promobox .services {
        height: 105px;
        margin-top: 100px;
    }
    .promobox .icon {
        width: 60px;
        height: 60px;
    }
    .promobox .icon img {
        width: 35px;
        height: 35px;
        margin-top: -35px;
        margin-left: 12px;
    }
    .promobox .row1 {
        margin-top: 50px;
        font-size: 3.25rem;
    }
    .promobox .row1 .icon img {
        margin-top: -37px;
        margin-left: 12px;
    }
    .promobox .row2 {
        font-size: 3.25rem;
    }
    .promobox .row2 .icon img {
        margin-top: -33px;
        margin-left: 12px;
    }
    .promobox .row3 {
        font-size: 3.25rem;
    }
    .promobox .row3 .icon img {
        margin-top: -33px;
        margin-left: 12px;
    }
    .promobox .row4 {
        font-size: 3.25rem;
    }
    .promobox .row4 .icon img {
        margin-top: -33px;
        margin-left: 12px;
    }
    .promobox .row5 {
        top: 50px;
    }
    section.services .service h3 {
        width: 380px;
        padding: 1.25rem 1rem ;
        padding-left: calc(1rem + 25px);
        font-size: 1.25rem;
    }
    .about h2 small, .about .h2 small {
        margin-left: 100px;
        width: 800px;
    }
    .about .squares .banners img:nth-child(3) {
        top: 13.5rem;
    }
    .about .squares .info {
        top: -30.25rem;
        margin-bottom: -30.25rem;
    }
}
@media only screen and (max-width: 1200px) {
    .promobox .services {
        height: auto;
        margin-top: 50px;
    }
    .promobox .row5 {
        font-size: 1.75rem;
    }
    section.services .service h3 {
        top: 57px;
        right: 0px;
        width: 415px;
        padding: 1rem;
        padding-left: 7rem;
        font-size: 1.25rem;
    }
    section.services .service div {
        padding-top: 35px;
        margin-top: 6.5rem;
    }
    .about .squares .banners img:nth-child(1) {
        width: calc(25% + 100px);
    }
    .about .squares .banners img:nth-child(2) {
        margin-left: calc(-40% - 100px);
        width: 20%;
    }
    .about .squares .banners img:nth-child(3) {
        top: 15rem;
        height: 160px;
    }
    .about .squares .info {
        top: -23.25rem;
        width: 60%;
        left: 40%;
        margin-bottom: -23.25rem;
    }
    .about h2 small, .about .h2 small {
        margin-left: 70px;
        width: 660px;
    }
}
@media only screen and (max-width: 991px) {
    .about .squares .banners img:nth-child(1) {
        top: 0;
        margin-left: 0;
        width: 40%;
    }
    .about .squares .banners img:nth-child(2) {
        top: 6rem;
        margin-left: -6rem;
        width: 40%;
    }
    .about .squares .banners img:nth-child(3) {
        display: none;
    }
    .about .squares img:nth-child(1) {
        top: 100px;
    }
    .about .squares .info {
        top: -2rem;
        width: 80%;
        left: 20%;
        z-index: 1;
        margin-bottom: -2rem;
        padding-top: 120px;
        padding-left: 40px;
    }
    .about h2 small, .about .h2 small {
        margin-left: 50px;
        width: auto;
    }
    section.services .service h3 {
        right: 0px;
        width: 220px;
        font-size: 1rem;
        padding-left: 2rem;
    }
    .promobox .row5 {
        position: static;
        margin-top: 60px;
        font-size: 2.25rem;
        text-align: right;
    }
}
@media only screen and (min-width: 768px) {
    header nav {
        display: block !important;
    }
    header nav li.mobile {
        display: none !important;
    }
    header nav li.desktop {
        display: block !important;
    }
}
@media only screen and (max-width: 767px) {
    html {
        scroll-padding-top: 60px;
    }
    body > main:nth-child(2), body > section:nth-child(2) {
        margin-top: 110px;
    }
    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 50;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.7;
    }
    header {
        height: 110px;
        position: fixed;
        top: 0;
        z-index: 10000;
    }
    header .hamburger {
        display: block;
        font-size: 25px;
        cursor: pointer;
        margin-top: 5px;
        margin-right: 20px;
    }
    header nav {
        display: none;
        min-width: calc(100% - 40px);
        position: fixed;
        top: 110px;
        right: 0;
        z-index: 10001;
        background: #fff;
    }
    header nav ul {
        display: block;
        padding: 0;
    }
    header nav ul li {

        padding: 0 !important;
    }
    header nav li.mobile {
        display: block !important;
        border-bottom: 1px solid #e5e5e5;
    }
    header nav li.mobile:last-child {
        border-bottom: none;
    }
    header nav li.desktop {
        display: none !important;
    }
    header nav ul li.home {
        display: none;
    }
    header nav ul li a {
        width: 100%;
        padding-left: 1rem !important;
        padding-right: calc(2rem + 24px) !important;
        border: none;
    }
    header nav ul li a:hover {
        color: #D10000;
        border: none;
    }
    header nav .submenu a {
        padding-top: 0;
        color: #D10000;
        font-size: 1.1rem;
    }
    .promobox .services {
        height: auto;
        margin-top: 50px;
    }
    .promobox .row1 {
        margin-top: 50px;
    }
    .about h2, .about .h2 {
        text-align: center;
    }
    .about {
        padding-bottom: 3rem;
    }
    .about .squares {
        margin-top: 40px;
    }
    .about .squares .banners img:nth-child(1) {
        top: 0;
        margin-left: 0;
        width: 60%;
    }
    .about .squares .banners img:nth-child(2) {
        top: -13rem;
        margin-left: 40%;
        width: 60%;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    .about .squares .banners img:nth-child(3) {
        display: none;
    }
    .about .squares > img:nth-child(1) {
        display: none;
    }
    .about .squares .info {
        top: -19rem;
        width: 90%;
        left: 5%;
        z-index: 1;
        margin-bottom: -19rem;
    }
    .about h2 small, .about .h2 small {
        margin-left: 0;
        width: auto;
    }
    section.services .service h3 {
        top: 45px;
        right: -10px;
        width: 80%;
        font-size: 1.25rem;
        padding-top: 1rem;
        padding-left: 4rem;
    }
    section.services .service div {
        margin-top: 5rem;
        padding-top: 55px;
    }
    .promobox .row5 {
        margin-top: 60px;
        font-size: 1.85rem;
    }

}
@media only screen and (max-width: 575px) {
    header nav ul li a {
        padding-right: 24px !important;
    }
    .promobox .row1 {
        margin-left: 2.25rem;
    }
    .promobox .row2 {
        margin-left: 2.25rem;
    }
    .promobox .row3 {
        margin-left: 2.25rem;
    }
    .promobox .row4 {
        margin-left: 2.25rem;
    }
    .promobox .row5 {
        font-size: 1.5rem;
        text-align: center;
    }
    .about .squares .info {
        padding-top: 130px;
    }
    section.services .service h3 {
        top: 45px;
        right: 5px;
    }
    section.services .service div {
        margin-top: 5rem;
        margin-right: 10px;
    }

}
@media only screen and (max-width: 525px) {
    .promobox .icon {
        width: 55px;
        height: 55px;
    }
    .promobox .icon img {
        width: 35px;
        height: 35px;
        margin-top: -30px;
        margin-left: 10px;
    }
    .promobox .row1 {
        font-size: 2.75rem;
        margin-left: 1rem;
        margin-bottom: 10px;
    }
    .promobox .row1 .icon img {
        margin-top: -29px;
        margin-left: 10px;
    }
    .promobox .row2 {
        font-size: 2.75rem;
        margin-left: 1rem;
        margin-bottom: 10px;
    }
    .promobox .row2 .icon img {
        margin-top: -23px;
        margin-left: 10px;
    }
    .promobox .row3 {
        font-size: 2.75rem;
        margin-left: 1rem;
        margin-bottom: 10px;
    }
    .promobox .row3 .icon img {
        margin-top: -23px;
        margin-left: 10px;
    }
    .promobox .row4 {
        font-size: 2.75rem;
        margin-left: 1rem;
    }
    .promobox .row4 .icon img {
        margin-top: -23px;
        margin-left: 10px;
    }
    .promobox .row5 {
        font-size: 1.75rem;
    }
    .promobox .services {
        margin-top: 65px;
    }
    section.services .service h3 {
        text-align: right;
    }
    .about .squares .info {
        padding-top: 140px;
    }
}
@media only screen and (max-width: 450px) {
    section.services .service h3 {
        font-size: 1rem;
    }
    .about .squares .info {
        padding-top: 145px;
    }
}
@media only screen and (max-width: 349px) {
    body {
        overflow-x: auto;
    }
    .about .squares .info {
        padding-top: 150px;
    }
}

/* ============ Footer graphic optimisation (Rental Events red motif) ============ */
footer {
    position: relative;
    padding: 4rem 0 4.5rem;
    margin-top: 14rem;
    color: #fff;
    text-align: left;
    background: linear-gradient(155deg, #b40707 0%, #7a0000 55%, #9a0808 100%);
    background-size: cover;
}
footer .contacts { margin-top: -14rem; margin-bottom: 4.5rem; }
footer .contacts .square {
    height: 100%;
    padding: 2rem 1.25rem;
    color: #3a3a3a;
    font-size: 1.125rem;
    text-align: center;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(70, 0, 0, .28);
    transition: transform .25s ease, box-shadow .25s ease;
}
footer .contacts .square:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 54px rgba(70, 0, 0, .40);
}
footer .contacts .square strong {
    display: inline-block;
    margin-bottom: 12px;
    color: #b00000;
    font-size: 1.05rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}
footer .contacts .square img {
    display: inline-block;
    width: 76px;
    height: 76px;
    margin-bottom: 16px;
    padding: 16px;
    object-fit: contain;
    background: linear-gradient(160deg, #ffe8e8 0%, #ffd0d0 100%);
    border-radius: 50%;
}
footer .contacts .square a { color: #3a3a3a; text-decoration: none; transition: color .15s ease; }
footer .contacts .square a:hover { color: #b00000; }
footer .contacts .square small { display: inline-block; margin-top: 12px; color: #6b7280; font-size: .85rem; line-height: 1.3; }

footer .footer-logo { max-height: 140px; margin-bottom: 1.5rem; }
footer h2 { text-align: left; color: #fff; font-size: 2.35rem; font-weight: 700; line-height: 1.15; margin-bottom: 1.1rem; }
footer .contact-intro, footer p { font-size: 1.15rem; font-weight: 300; line-height: 1.6; color: rgba(255, 255, 255, .92); }
footer p strong, footer .contact-intro strong { font-weight: 500; color: #fff; }
footer .contact-intro a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

/* Glass panel wrapping the contact form. */
footer .mailform {
    padding: 2.25rem;
    background: rgba(60, 0, 0, .34);
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(50, 0, 0, .30);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
footer .mailform label, footer .mailform .form-check-label { margin-bottom: .35rem; color: #fff; font-weight: 500; }
footer .mailform .form-control, footer .mailform .form-select {
    padding: .72rem 1rem; color: #fff;
    background: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 12px;
    transition: background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
footer .mailform .form-control::placeholder { color: rgba(255, 255, 255, .7); }
footer .mailform .form-control:focus, footer .mailform .form-select:focus {
    color: #fff; background: rgba(255, 255, 255, .22);
    border-color: #fff; box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}
footer .mailform .form-select option { color: #222; }
footer .mailform .form-check-input {
    width: 1.15em; height: 1.15em; margin-top: .2em;
    background-color: rgba(255, 255, 255, .25); border-color: rgba(255, 255, 255, .55);
}
footer .mailform .form-check-input:checked { background-color: #fff; border-color: #fff; }
footer .mailform .btn {
    padding: .8rem 3rem; color: #b00000; font-weight: 700; letter-spacing: .04em;
    background: #fff; border: none; border-radius: 30px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .28);
    transition: transform .18s ease, box-shadow .18s ease, color .18s ease;
}
footer .mailform .btn:hover { transform: translateY(-3px); color: #7a0000; box-shadow: 0 14px 32px rgba(0, 0, 0, .38); }

/* ============ Extra polish (Rental Events) — hover/shadow/transition only ============ */
html { scroll-behavior: smooth; }

/* CTA buttons: subtle lift + shadow */
.btn {
    box-shadow: 0 6px 18px rgba(209, 0, 0, .28);
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.btn:hover { transform: translateY(-2px); background-color: #b00000; box-shadow: 0 12px 26px rgba(209, 0, 0, .38); color: #fff; }

/* Header: nav links glide, logo breathes */
header .logo img { transition: transform .25s ease; }
header .logo:hover img { transform: scale(1.03); }
header nav ul li a { transition: color .15s ease, border-color .15s ease; }

/* Hero service cards: lift on hover, icon circle warms to red, label reddens */
.promobox .services a {
    box-shadow: 0 10px 26px rgba(0, 0, 0, .10);
    transition: transform .25s ease, box-shadow .25s ease;
}
.promobox .services a:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(209, 0, 0, .22);
}
.promobox .services a span {
    transition: background-color .25s ease, transform .25s ease;
}
.promobox .services a:hover span { background: #ffdede; transform: scale(1.06); }
.promobox .services a strong { transition: color .2s ease; }
.promobox .services a:hover strong { color: #D10000; }

/* Hero promo icons: gentle zoom */
.promobox .icon { transition: transform .25s ease; }
.promobox .icon:hover { transform: translateY(-3px) scale(1.05); }

/* About gallery images: rounded lift */
.about .squares .banners img,
.about .squares > img {
    transition: transform .3s ease, box-shadow .3s ease;
}
.about .squares .banners img:hover,
.about .squares > img:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .28);
}

/* Content links: red hover with animated underline */
.html-content a {
    color: #D10000;
    text-underline-offset: 3px;
    transition: color .15s ease;
}
.html-content a:hover { color: #b00000; text-decoration: underline; }

/* Section headings get a small red accent underline */
.about h2::after, .about .h2::after {
    content: "";
    display: block;
    width: 64px; height: 4px;
    margin: 14px auto 0;
    border-radius: 4px;
    background: linear-gradient(90deg, #D10000, #ff5a5a);
}

/* ---- Breadcrumbs (page tree) ---------------------------------------------
   Rendered by templates/partial/breadcrumbs.html.twig, only on nested pages
   whose "show breadcrumbs" flag is on. Neutral styling that inherits the
   theme's colours, so it sits quietly under the header. */
.breadcrumbs {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    font-size: .85rem;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs li { display: flex; align-items: center; gap: 6px; }
.breadcrumbs li + li::before {
    content: "›";
    opacity: .45;
    font-size: 1.05em;
    line-height: 1;
}
.breadcrumbs a { color: inherit; opacity: .72; text-decoration: none; }
.breadcrumbs a:hover { opacity: 1; text-decoration: underline; }
.breadcrumbs .current span { font-weight: 600; opacity: .95; }

/* ---- One <nav> per editable menu ----------------------------------------
   The desktop bar and the mobile drop-down are now separate <nav> elements so
   the CMS can offer each of them for editing on its own. The item classes and
   every rule above are unchanged; these two rules just make sure exactly one
   of the wrappers is visible per breakpoint (previously that was done by the
   li.desktop / li.mobile toggles alone, which now sit in different navs).
   The mobile nav deliberately has no !important here — the hamburger slides it
   open with an inline style. */
@media only screen and (min-width: 768px) {
    header nav.nav-mobile { display: none !important; }
}
@media only screen and (max-width: 767px) {
    header nav.nav-desktop { display: none !important; }
}

/* --- language switcher ---------------------------------------------------
   Rendered only on pages that genuinely exist in more than one language, so
   these rules are inert on a single-language site. */
.lang-switch {
    display: inline-flex;
    gap: .35rem;
    list-style: none;
    margin: 0 .75rem 0 0;
    padding: 0;
    vertical-align: middle;
}
.lang-switch__item a,
.lang-switch__item span {
    display: inline-block;
    padding: .15rem .45rem;
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .03em;
    text-decoration: none;
    border-radius: .2rem;
}
.lang-switch__item a { opacity: .65; }
.lang-switch__item a:hover,
.lang-switch__item a:focus-visible { opacity: 1; }
.lang-switch__item.is-current span { opacity: 1; text-decoration: underline; }
