#hero h1,
.service-selector h4 {
    text-shadow: 3px 3px 4px rgba(255, 255, 255, .4);
    text-transform: uppercase
}

#hero h1,
.form-container p,
.header-menu ul li,
.service-selector h4 {
    text-transform: uppercase
}

.blue-text,
.blue-text h2,
.blue-text h3,
.colophon,
.colophon a {
    color: #fff
}

body {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 1.3em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1d71b8;
    font-size: 1.9em;
    font-weight: 600;
    text-align: center
}

@media screen and (max-width:767px) {
    body {
        font-size: 1em;
        padding-bottom: 85px
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 1.4em
    }
}

h3 {
    font-size: 1.6em
}

img {
    max-width: 100%
}

.header {
    text-align: left
}

#hero,
.blue-text,
.booking-mobile,
.colophon,
.cookie-consent-banner__cta,
.form-container p,
.service,
.wrapper {
    text-align: center
}

#hero {
    background-size: cover;
    background-position: center;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px
}

.blue-text {
    background: #1d71b8;
    padding: 40px
}

.service-selector {
    background: center/cover #fff;
    min-height: 300px;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: end;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    text-decoration: none
}

@media screen and (max-width:1370px) {
    .service-selector {
        margin: 5px
    }
}

.service-selector h4 {
    width: 100%;
    background: rgba(255, 255, 255, .5);
    margin-bottom: 0;
    padding: 20px;
    font-size: 34px
}

.service img,
.slider-section h2 {
    margin-bottom: 20px
}

.wrapper {
    padding: 40px
}

.service {
    margin-bottom: 40px;
    width: 20%;
    flex: 1 0 20%
}

.service h3 {
    font-size: 1em
}

.service p {
    font-size: .7em
}

.price h3,
.price h4 {
    font-size: 22px;
    color: #1d71b8
}

.service img {
    max-width: 50px
}

.mas-item {
    padding: 5px
}

.price-wrapper {
    justify-content: center
}

.price {
    background: #fff;
    margin: 15px;
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 40px
}

.price small {
    font-size: .475em
}

.slider-section {
    padding: 0;
    margin: 40px 0
}

.datepicker,
.slider-section .row,
textarea {
    width: 100%
}

.price.app h4 {
    line-height: 1
}

.db-box-text {
    padding: 40px
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px
}

.header-menu ul {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 0
}

.header-menu ul li {
    padding: 10px;
    color: #2e628d
}

.header-menu ul li a {
    color: #2e628d;
    text-decoration: none
}

.colophon {
    background: #222;
    padding: 10px;
    font-size: 14px
}

.form-container {
    background: #fff;
    margin: 15px;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    position: sticky;
    top: 15px
}

.privacy-label {
    display: flex;
    justify-content: center;
    align-items: center
}

.privacy-label label {
    font-size: 10px
}

.form-container p:first-child {
    text-transform: uppercase;
    font-size: 16px !important;
    color: #1d71b8;
    font-weight: 600;
    text-align: center
}

.form-container .btn {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    background: #1d71b8
}

.form-container p {
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: 0
}

.booking-mobile-wrapper {
    display: none
}

.booking-mobile,
.call-btn {
    padding: 10px;
    color: #1d71b8;
    display: inline-block;
    text-decoration: none;
    background: #fff
}

.booking-mobile {
    min-width: 180px;
    border-radius: 50px;
    font-weight: 600;
    border: 1px solid #1d71b8
}

.call-btn {
    border-radius: 50px;
    margin: 20px 15px 0
}

.call-btn.blu {
    background: #1d71b8;
    color: #fff;
    margin-top: 0
}

.db-box-text .call-btn {
    margin-left: 0;
    margin-top: 20px
}

@media screen and (max-width:1000px) {
    .header-menu ul {
        display: none
    }

    .call-btn.blu {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.header-logo {
    display: flex;
    align-items: center
}

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
    background-color: #f1f6f4
}

.whatsapp,
.whatsapp a {
    width: 50px;
    height: 50px
}

.cookie-consent-banner__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 15px
}

.cookie-consent-banner__copy {
    margin-bottom: 16px
}

.cookie-consent-banner__header {
    margin-bottom: 8px;
    font-family: CeraPRO-Bold, sans-serif, arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000
}

.cookie-consent-banner__cta,
.cookie-consent-banner__description {
    font-family: CeraPRO-Regular, sans-serif, arial;
    font-weight: 400;
    font-size: 16px
}

.cookie-consent-banner__description {
    line-height: 24px;
    color: #000
}

.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 150px;
    padding: 11px 13px;
    border-radius: 2px;
    background-color: #005e80;
    color: #fff !important;
    text-decoration: none;
    line-height: 20px;
    cursor: pointer
}

.cookie-consent-banner__cta--secondary {
    padding: 9px 13px;
    border: 2px solid #3a4649;
    background-color: transparent;
    color: #005e80 !important
}

.error-msg,
.success-msg {
    border-radius: 8px;
    color: #fff;
    padding: 10px;
    margin: 10px;
    text-align: center;
    display: none
}

.cookie-consent-banner__cta--secondary:hover {
    border-color: #838f93;
    background-color: transparent;
    color: #22c870
}

.cookie-consent-banner__cta:last-child {
    margin-left: 16px
}

.success-msg {
    background: green
}

.error-msg {
    background: red
}

.swiper-button-next,
.swiper-button-prev {
    color: #1d71b8
}

.whatsapp {
    position: fixed;
    bottom: 25px;
    left: 25px;
    padding: 0;
    box-shadow: 0 0 10px gray;
    z-index: 1
}

.whatsapp:hover {
    box-shadow: 0 0 2px gray
}

.whatsapp a {
    background: #fff;
    border-radius: 5px;
    display: block
}

i {
    color: #25d366;
    font-size: 50px;
    margin-left: 3px
}

@media screen and (max-width:767px) {
    #hero {
        min-height: 350px
    }

    .service {
        width: 33%;
        flex: 1 0 33%
    }

    .price {
        background: #fff;
        margin: 5px
    }

    .price-wrapper hr {
        display: none
    }

    .booking-mobile-wrapper {
        position: fixed;
        display: block;
        bottom: 0;
        left: 0;
        z-index: 2;
        padding: 20px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        background: #fff;
        border-top: 1px solid #1d71b8
    }

    .whatsapp {
        bottom: 100px;
        right: 13px;
        left: unset
    }
}


.transportation-guide {
    padding: 40px 0;
    background: #fff;
}

.location-section {
    margin-bottom: 60px;
}

.location-section h2 {
    font-size: 1.5em;
    color: #2E628D;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eef2f7;
    font-weight: 600;
}

.route-container {
    margin-top: 25px;
}

.route-options {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.route-box {
    background: #ffffff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid #eef2f7;
    transition: all 0.3s ease;
}

.route-box:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.route-title {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef2f7;
}

.solution-label {
    font-size: 1.1em;
    color: #2E628D;
    font-weight: 600;
}

.route-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

.route-steps li {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    gap: 12px;
    color: #4a5568;
    font-size: 0.95em;
    line-height: 1.5;
}

.route-steps li i {
    color: #2E628D;
    font-size: 0.9em;
    opacity: 0.8;
    padding-top: 4px;
}

.route-steps li:not(:last-child) {
    border-bottom: 1px dashed #eef2f7;
}

/* Responsive */
@media (max-width: 768px) {
    .route-options {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .location-section h2 {
        font-size: 1.3em;
    }

    .route-box {
        padding: 20px;
    }
}

#come-arrivare {
    scroll-margin-top: 100px;
}


/* Rimuoviamo dal html */
html {
    scroll-behavior: smooth; /* lasciamo solo questo per lo scroll fluido */
}

/* Aggiungiamo solo per la sezione specifica */
#come-arrivare {
    scroll-margin-top: 100px; /* padding solo per questa sezione */
}

/* Uniforma le immagini del carosello */
.swiper-slide img {
  width: 100% !important;
  height: 400px !important; /* puoi regolare l’altezza a piacere */
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 6px; /* opzionale, angoli arrotondati */
}