/* CSS Document */
/* CSS Document */
body {
    color: #f8f8f8;
    font-size: 1rem;
    font-family: 'Oswald', sans-serif;
    overflow-x: hidden;
    min-width: 350px;

    background: url(../images/background.webp) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}
h1 {
    text-shadow: 4px 4px 6px #000;
}
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: #2097E9;
}
.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: #2097E9;
    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;
}
.html-content .other td small {
    display: block;
    margin-top: 5px;
    color: #636262;
}
.blue {
    color: #2097E9;
}
.btn {
    padding: 0.25rem 2rem;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    background-color: #2097E9;
}
.html-content h2 {
    text-align: left;
    color: #2097E9;
}
.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 #363636;
    vertical-align: top;
}
.html-content table tr:last-child td {
    border-bottom: none;
}
.html-content strong {
    color: #2097E9;
}
.html-content a {
    color: #2097E9;
    text-decoration: none;
}
.html-content a:hover {
    text-decoration: underline;
}
.html-content table td p:last-child {
	margin-bottom: 5px;
}
.form-group {
    margin-bottom: 1rem;
}
.grecaptcha-badge {
    opacity: 0;
}
.gallery img {
	max-width: 200px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 15px;
    border: 4px solid black;
}
.gallery.gallery-small img {
	max-width: 100px;
    margin-right: 15px;
    margin-bottom: 0px;
    border-radius: 10px;
    border: 2px solid black;
}
body.homepage h1 {
    visibility: hidden;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
}
header {
    width: 100%;
    background: #000;
}
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: #f8f8f8;
    font-size: 1.25rem;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 3px solid #000;
}
header nav ul li a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 3px solid #2097E9;
}
header nav ul li.home a {
    color: #2097E9;
}
.banner {
    margin-bottom: -18vw;
    overflow: hidden;
}
.events .banner {
    margin-bottom: -18vw;
}
.banner img {
    width: 100%;
}
.banner img {
    margin-top: -1vw;
}
.promobox {  
    background: url(../images/banner-2.webp) 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: rgb(0,106,180);
    background: -moz-linear-gradient(160deg, rgba(0,106,180,1) 0%, rgba(32,151,233,1) 100%);
    background: -webkit-linear-gradient(160deg, rgba(0,106,180,1) 0%, rgba(32,151,233,1) 100%);
    background: linear-gradient(160deg, rgba(0,106,180,1) 0%, rgba(32,151,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006ab4",endColorstr="#2097e9",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 .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 .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 .row5 {
    position: absolute;
    top: 80px;
    right: 1rem;
    color: #b8b8b8;
    font-size: 2.25rem;
    text-shadow: 4px 4px 6px #000;
}
.promobox .services {
    height: 155px;
    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: #f8f8f8;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
}
.promobox .services a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}
.promobox .services a span {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #000;
    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: 3rem 0;
    padding-bottom: 3rem;
    min-height: calc(848px + 9rem);
}
main {
    z-index: 2;

    background: rgba(0, 0, 0, 0.6);
    position: relative;
}
main.about {
}
.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;
    /* Fixed flow height so the text block below always starts at the same
       offset, no matter how tall the actual images are. Images overflow it
       visibly via their own offsets; only the reserved flow height is pinned. */
    height: 34rem;
}
.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: 0px;
    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: #000;
    font-size: 1.250rem;
    font-weight: 400;
}
section.services {
    padding: 4rem 0;
    background-color: #000;
}
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: #fff;
    font-size: 1.5rem;
    letter-spacing: .02em;
    text-align: center;
    background: linear-gradient(135deg, #3a3a3a 0%, #292929 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .45);
    cursor: pointer;
    transition: background .25s ease, box-shadow .25s ease;
}
section.services .service img {
    position: absolute;
    top: 0;
    left: 1rem;
    z-index: 2;
    width: 150px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .10);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .55);
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease;
}
section.services .service div {
    padding: 1.5rem;
    padding-top: 85px;
    margin-left: 2rem;
    margin-top: 4rem;
    border-radius: 15px;
    background: linear-gradient(180deg, #181818 0%, #0e0e0e 100%);
    border: 1px solid rgba(255, 255, 255, .06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    transition: border-color .25s ease, box-shadow .25s ease;
}
section.services .service p {
    cursor: pointer;
}
section.services .service a {
    position: absolute;
    right: 2rem;
    bottom: -.75rem;
    background: linear-gradient(135deg, #2097E9 0%, #0a6ab4 100%);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .40);
    transition: transform .18s ease, box-shadow .18s ease, color .18s ease;
}
section.services .service a:hover {
    color: #fff;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 10px 24px rgba(32, 151, 233, .45);
}
/* Hover the whole service card: the title bar lights up in the brand blue,
   the image lifts, the panel deepens — subtle polish, same layout. */
section.services .service:hover h3 {
    background: linear-gradient(135deg, #0a6ab4 0%, #2097E9 100%);
    box-shadow: 0 10px 26px rgba(32, 151, 233, .35);
}
section.services .service:hover img {
    transform: scale(1.03);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .60);
}
section.services .service:hover div {
    border-color: rgba(32, 151, 233, .35);
    box-shadow: 0 14px 38px rgba(0, 0, 0, .50);
}
section.carousel {
    padding-top: 4rem;
    padding-bottom: 2rem;
}
section.carousel h2 {
    margin-bottom: 3rem;
}
section.carousel img {
    width: 180px;
    height: 150px;
}
footer {
    position: relative;
    padding: 4rem 0 4.5rem;
    margin-top: 14rem;
    color: #fff;
    text-align: left;
    background: linear-gradient(155deg, rgba(0, 45, 82, .94) 0%, rgba(0, 74, 128, .90) 55%, rgba(0, 56, 102, .94) 100%),
        #0a5a96 url(../images/footer.webp) no-repeat center center;
    background-size: cover;
}
footer .contacts {
    margin-top: -14rem;
    margin-bottom: 4.5rem;
}
/* Contact info cards — elevated, rounded, with a hover lift. */
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(0, 40, 80, .22);
    transition: transform .25s ease, box-shadow .25s ease;
}
footer .contacts .square:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 54px rgba(0, 40, 80, .32);
}
footer .contacts .square strong {
    display: inline-block;
    margin-bottom: 12px;
    color: #0a6ab4;
    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, #eaf5fe 0%, #d3ebfb 100%);
    border-radius: 50%;
}
footer .contacts .square a {
    color: #3a3a3a;
    text-decoration: none;
    transition: color .15s ease;
}
footer .contacts .square a:hover {
    color: #0a6ab4;
}
footer .contacts .square small {
    display: inline-block;
    margin-top: 12px;
    color: #6b7280;
    font-size: 0.85rem;
    line-height: 1.3;
}
/* Contact call-to-action: white logo + heading on the left, glass form panel. */
footer .footer-logo {
    max-height: 56px;
    margin-bottom: 1.5rem;
    /* Render any logo pure white to sit on the coloured footer. */
    filter: brightness(0) invert(1);
}
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(0, 38, 71, .35);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0, 30, 60, .25);
    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, .30);
    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);
}
/* The native dropdown list needs dark text on its white background. */
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;
}
/* Prominent submit button that pops against the blue backdrop. */
footer .mailform .btn {
    padding: .8rem 3rem;
    color: #0a6ab4;
    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: #00518f;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .38);
}
.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) {
	.gallery img {
		max-width: 180px;
	}
	.gallery.gallery-small img {
		max-width: 90px;
	}
    .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 .row2 {
        font-size: 3.25rem;
    }
    .promobox .row3 {
        font-size: 3.25rem;
    }
    .promobox .row4 {
        font-size: 3.25rem;
    }
    .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 .banners {
        height: 30.25rem;
    }
    .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 .banners {
        height: 23.25rem;
    }
    .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) {
	.gallery img {
		max-width: 150px;
	}
	.gallery.gallery-small img {
		max-width: 85px;
	}
    .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 .banners {
        height: auto; /* stacked layout below the images — natural flow height */
    }
    .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 {
        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;
	color: #fff;
    }
    header nav {
        display: none;
        min-width: calc(100% - 40px);
        position: fixed;
        top: 110px;
        right: 0;
        z-index: 10001;
        background: #000;
    }
    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: #2097E9;
        border: none;
    }
    header nav .submenu a {
    padding-top: 0;
    color: #2097E9;
    font-size: 1.1rem;
    }
    .gallery {
    	text-align: center;
    }
 	.gallery img {
 		display: inline-block;
		max-width: 170px;
	    margin-right: 10px;
	    margin-bottom: 10px;
	}
	.gallery.gallery-small {
		text-align: left;
	}
	.gallery.gallery-small img {
		max-width: 80px;
	    margin-right: 10px;
	}
    .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;
    }
    .gallery {
    	text-align: center;
    }
 	.gallery img {
 		display: inline-block;
		max-width: 170px;
	    margin-right: 10px;
	    margin-bottom: 10px;
	}
	.gallery.gallery-small {
		text-align: left;
	}
	.gallery.gallery-small img {
		max-width: 80px;
	    margin-right: 10px;
	}
    .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 .row2 {
        font-size: 2.75rem;
        margin-left: 1rem;
        margin-bottom: 10px;
    }
    .promobox .row3 {
        font-size: 2.75rem;
        margin-left: 1rem;
        margin-bottom: 10px;
    }
    .promobox .row4 {
        font-size: 2.75rem;
        margin-left: 1rem;
    }
    .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) {
	.gallery {
    	text-align: center;
    }
 	.gallery img {
 		display: inline-block;
		max-width: 150px;
	    margin-right: 10px;
	    margin-bottom: 10px;
	}
    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;
    }
}

/* ---- 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; }
