.animazione.visible p,
.campo.visible p,
.full-image.visible,
.full-image2.visible,
.mini-golf.visible p,
.relax.visible,
.review-container.show,
.spiagge-2.visible p,
.spiagge.visible p {
    transform: translateY(0);
    opacity: 1
}

.animazione,
.campo,
.mini-golf,
.spiagge,
.spiagge-2 {
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity 1s ease-out
}

body {
    font-family: Raleway !important;
    overflow-x: hidden
}

.avventura,
.bike,
.relax {
    font-size: 2.4rem
}

.animazione span,
.avventura span,
.bike span,
.business h3,
.business span,
.campo span,
.faq-item:hover .faq-title,
.mini-golf span,
.relax span,
.spiagge span,
.spiagge-2 span {
    color: #9ec042
}

.campo p,
.relax {
    line-height: 1.3;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out
}

.relax h3 {
    font-size: 3rem;
    font-weight: 700;
}

@media (max-width:575.98px) {
    .relax {
        font-size: 1.1rem
    }

    .media-left video {
        width: 100% !important;
        height: 220px !important
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .relax {
        font-size: 1.4rem
    }
}

@media (min-width:992px) and (max-width:1399.98px) {
    .relax {
        font-size: 1.8rem
    }
}

.media-right .img1 {
    width: 90%
}

.media-left {
    opacity: 0;
    transform: translateX(-50px)
}

.media-right {
    position: relative;
    opacity: 0
}

.relax {
    overflow: hidden;
}

.relax-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.relax-grid-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.relax-img-box {
    overflow: hidden;
    border-radius: 12px;
}

.relax-img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* altezze diverse per effetto mosaico */
.relax-img-small {
    height: 220px;
}

.relax-img-large {
    height: 340px;
}

.relax-content {
    height: 100%;
}

.relax-btn {
    padding: 12px 24px;
}

@media (max-width: 991.98px) {
    .relax-content {
        text-align: center;
        margin-top: 20px;
    }

    .relax-img-small {
        height: 220px;
    }

    .relax-img-large {
        height: 280px;
    }
}

@media (max-width: 575.98px) {

    .relax-grid,
    .relax-grid-col {
        gap: 15px;
    }

    .relax-img-small {
        height: 180px;
    }

    .relax-img-large {
        height: 230px;
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .media-left video {
        width: 100% !important;
        height: 324px !important
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .media-left video {
        width: 100% !important;
        height: 390px !important
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .media-left video {
        width: 568px !important;
        height: 320px !important
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .media-left video {
        width: 710px !important;
        height: 400px !important
    }
}

@media (min-width:1400px) and (max-width:1599.98px) {
    .relax {
        font-size: 2rem
    }

    .media-left video {
        width: 887px !important;
        height: 500px !important
    }
}

@media (min-width:1600px) and (max-width:1899.98px) {
    .media-left video {
        width: 1000px !important;
        height: 564px !important
    }
}

@media (min-width:2200px) {
    .media-left video {
        width: 1400px !important;
        height: 850px !important
    }
}
.gallery-4col {
    overflow: hidden;
}

.gallery-4col-column {
    height: 100%;
}

.gallery-4col-img-box {
    overflow: hidden;
    border-radius: 12px;
}

.gallery-4col-img-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-4col-img-small {
    height: 220px;
}

.gallery-4col-img-large {
    height: 340px;
}

@media (max-width: 991.98px) {
    .gallery-4col-img-small {
        height: 180px;
    }

    .gallery-4col-img-large {
        height: 260px;
    }
}

@media (max-width: 575.98px) {
    .gallery-4col .row {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 0.75rem;
    }

    .gallery-4col-column {
        gap: 0.75rem !important;
    }

    .gallery-4col-img-small {
        height: 120px;
    }

    .gallery-4col-img-large {
        height: 180px;
    }
}
.campo {
    font-size: 1.9rem;
    background-image: url("../images/servizi/racchetta2.png");
    background-position: left
}

.animazione.visible,
.business p.show,
.campo.visible,
.faq-header.visible,
.mini-golf.visible,
.spiagge-2.visible,
.spiagge.visible {
    opacity: 1
}

.campo.visible {
    transition-delay: 1s
}

.campo h3 {
    font-size: 3rem;
    font-weight: 700;
}

@media (max-width:429.98px) {
    .campo {
        font-size: 1.1rem
    }
}

@media (min-width:430px) and (max-width:575.98px) {
    .campo {
        font-size: 1.1rem
    }
}

@media (min-width:576px) and (max-width:991.98px) {
    .campo {
        font-size: 1.4rem
    }
}

@media (min-width:992px) and (max-width:1199.98px) {
    .campo {
        font-size: 1.8rem
    }
}

@media (min-width:1200) and (max-width:1399.98px) {
    .campo {
        font-size: 1.8rem
    }

}

.services-carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    touch-action: pan-y;
    cursor: grab;
}

.services-carousel.is-dragging {
    cursor: grabbing;
}

.services-carousel__track {
    display: flex;
    gap: 40px;
    will-change: transform;
    transition: transform 0.6s ease;
    user-select: none;
    -webkit-user-select: none;
    transform: translate3d(0, 0, 0);
}

.services-carousel__track img,
.services-carousel__track h3,
.services-carousel__track p {
    pointer-events: none;
}

.services-carousel__item {
    flex: 0 0 72%;
    opacity: 0.35;
    transform: scale(0.88);
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.services-carousel__item.active {
    opacity: 1;
    transform: scale(1);
}

.services-card {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    background: #fff;
    min-height: 420px;
}

.services-card__image-wrap {
    height: 100%;
}

.services-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.services-card__content {
    padding: 44px 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-card__title {
    font-size: 2.2rem;
    line-height: 1.05;
    margin-bottom: 22px;
    font-weight: 700;
    color: #0b1b2b;
}

.services-card__text {
    margin: 0 0 26px;
    line-height: 1.7;
    color: #4f5b66;
    font-size: 1.2rem;
}

.services-card__link {
    color: #9EC042;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.45rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.services-card__link::after {
    content: "›";
    font-size: 2rem;
    line-height: 1;
    margin-top: -2px;
}

@media (max-width: 1199.98px) {
    .services-carousel__item {
        flex: 0 0 82%;
    }

    .services-card {
        grid-template-columns: 1.7fr 1fr;
        min-height: 360px;
    }

    .services-card__content {
        padding: 32px 28px;
    }

    .services-card__title {
        font-size: 1.8rem;
    }

    .services-card__text {
        font-size: 1rem;
    }

    .services-card__link {
        font-size: 1.2rem;
    }
}

@media (max-width: 991.98px) {
    .services-carousel__track {
        gap: 20px;
    }

    .services-carousel__item {
        flex: 0 0 88%;
    }

    .services-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .services-card__image {
        height: 280px;
    }

    .services-card__content {
        padding: 24px 22px;
    }

    .services-card__title {
        font-size: 1.7rem;
    }
}

@media (max-width: 575.98px) {
    .services-carousel__item {
        flex: 0 0 92%;
    }

    .services-card__image {
        height: 220px;
    }

    .services-card__content {
        padding: 20px 18px;
    }

    .services-card__title {
        font-size: 1.4rem;
        margin-bottom: 16px;
    }

    .services-card__text {
        font-size: 0.95rem;
        margin-bottom: 18px;
    }

    .services-card__link {
        font-size: 1.05rem;
    }
}

.mini-golf {
    font-size: 2.4rem;

}

.animazione p,
.mini-golf ,
.spiagge p,
.spiagge-2 p {
    line-height: 1.3;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.2s ease-out .5s, transform 1.2s ease-out .5s
}
.img-divider {
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width:575.98px) {

    .avventura,
    .mini-golf {
        font-size: 1.1rem
    }
}

.avventura p,
.bike p {
    line-height: 1.3;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 1.2s ease-out, transform 1.2s ease-out
}

.avventura p.visible,
.bike p.visible,
.business.visible h3,
.faq-item.visible {
    opacity: 1;
    transform: translateX(0)
}

.spiagge {
    font-size: 2.4rem;
    background-image: url("../images/servizi/conchiglia.png");
    background-position: bottom right
}

@media (max-width:575.98px) {
    .spiagge {
        font-size: 1.1rem
    }
}

.spiagge-2 {
    font-size: 2.4rem;
    background-image: url("../images/servizi/conchiglia2.png");
    background-position: bottom left
}

@media (max-width:575.98px) {
    .spiagge-2 {
        font-size: 1.1rem
    }
}

.animazione {
    font-size: 2.4rem;
    background-image: url("../images/servizi/sole.png");
    background-position: center
}

.business h3,
.full-image,
.full-image2 {
    transition: opacity 1s ease-out, transform 1s ease-out;
    opacity: 0
}

@media (max-width:575.98px) {

    .animazione,
    .bike {
        font-size: 1.1rem
    }
}

.full-image,
.full-image2 {
    width: 100%;
    height: 805px;
    object-fit: cover;
    transform: translateY(50px)
}

.business h3 {
    font-size: 2.4rem;
    font-weight: 700;
    transform: translateX(-50px)
}

.business p {
    font-size: 2.4rem;
    opacity: 0;
    transition: opacity 1s ease-out
}

@media (max-width:575.98px) {

    .business h3,
    .business p {
        font-size: 1.1rem
    }
}

@media (min-width:576px) and (max-width:991.98px) {

    .animazione,
    .avventura,
    .bike,
    .business h3,
    .business p,
    .mini-golf,
    .spiagge,
    .spiagge-2 {
        font-size: 1.4rem
    }
}

.review-container {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .5s, transform .5s
}

.review-card {
    height: 290px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    margin: 0 auto;
    max-width: 1190px
}

.review-card h5 {
    color: #333;
    margin-bottom: 10px
}

.review-card p {
    color: #666;
    line-height: 1.6
}

.source {
    font-size: .9em;
    color: #999;
    margin-top: 10px
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #9ec042;
    border-radius: 50%;
    padding: 10px
}

.review-title {
    color: #9ec042;
    font-size: 3rem;
    font-weight: 700
}

.carousel-control-next {
    right: -5px !important
}

.carousel-control-prev {
    left: -5px !important
}

@media (max-width:429.98px) {
    .review-card p {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: .8rem
    }

    .carousel-control-next {
        right: -5px !important
    }

    .carousel-control-prev {
        left: -5px !important
    }

    .review-title {
        font-size: 1.9rem
    }

    .review-card {
        height: 350px;
        width: 90%
    }
}

@media (min-width:430px) and (max-width:767.98px) {
    .review-title {
        font-size: 1.9rem
    }

    .review-card p {
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: .8rem
    }

    .review-card {
        height: 360px;
        width: 90%
    }

    .carousel-control-next {
        right: -5px !important
    }

    .carousel-control-prev {
        left: -5px !important
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .carousel-control-next {
        right: -5px !important
    }

    .carousel-control-prev {
        left: -5px !important
    }

    .review-card {
        width: 90%;
        height: 350px
    }

    .review-card p {
        font-size: .8rem;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (min-width:1200px) and (max-width:1399.98px) {
    .carousel-control-next {
        right: -5px !important
    }

    .carousel-control-prev {
        left: -5px !important
    }

    .review-card {
        width: 90%;
        height: 330px
    }
}

.richiedi-informazioni iframe {
    width: 600px !important;
    max-width: 600px !important;
    margin: 20px auto;

}



.richiedi-informazioni .scopri-btn {
    font-size: 14px
}

.input-group-text {
    background-color: transparent;
    border: none
}

.input-group-text i {
    color: #6c757d
}

input::placeholder,
textarea::placeholder {
    color: #6c757d;
    opacity: .8
}

.btn-secondary {
    background-color: #6c757d;
    border: none
}

.btn-secondary:hover {
    background-color: #5a6268
}

input.form-control,
select.form-control,
textarea.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    outline: 0;
    box-shadow: none
}

input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    background-color: transparent;
    border-bottom-color: #9ec042;
    outline: 0;
    box-shadow: none
}

.scopri-btn {
    background-color: transparent;
    color: #9ec042;
    padding: 10px 20px;
    border: 2px solid #9ec042;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    transition: .3s ease-in-out
}

.scopri-btn:hover {
    background-color: #9ec042;
    color: #fff
}

.faq {
    max-width: 800px
}

.faq h4 {
    color: #9ec042;
    font-size: 3rem
}

.faq-header {
    opacity: 0;
    transition: opacity 1.5s
}

.faq-item {
    background-color: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    transition: 1s;
    opacity: 0;
    transform: translateX(40%)
}

.faq-item.left {
    transform: translateX(-40%)
}

.faq-item.visible {
    transform: translateX(0);
    opacity: 1;
}

.faq-item .answer {
    display: block;
    background-color: #fff;
    padding: 0 15px;
    margin-top: 10px;
    border-left: 4px solid #9ec042;
    border-radius: 8px;
    font-size: 16px;
    color: #6c757d;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s, padding .5s
}

.faq-item.expanded .answer {
    max-height: 500px;
    padding: 15px
}

.faq-item .arrow {
    margin-right: 20px;
    font-size: 20px;
    transition: transform .3s;
    color: #9ec042
}

.faq-item.expanded .arrow {
    transform: rotate(90deg)
}

.faq-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    transition: color .3s
}

.faq-item:hover {
    background-color: #e9ecef;
    border-color: #9ec042
}

.faq-item {
    border: 1px solid #ddd
}

@media (max-width:575.98px) {
    .richiedi-informazioni iframe {
        width: 350px !important;
        max-width: 350px !important;
    }


    .faq h4 {
        font-size: 1.5rem
    }

    .faq-item .answer,
    .faq-title {
        font-size: 15px
    }

    .faq-item {
        width: 90%;
        transform: translateX(3%)
    }

    .faq-item.left {
        transform: translateX(-3%)
    }

    .faq-item.visible {
        opacity: 1;
        transform: translateX(0)
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .richiedi-informazioni iframe {
        width: 550px !important;
        max-width: 550px !important;
    }

    .faq h4 {
        font-size: 1.8rem
    }

    .faq-item .answer,
    .faq-title {
        font-size: 18px
    }

    .faq-item {
        width: 90%;
        transform: translateX(2%)
    }

    .faq-item.left {
        transform: translateX(-2%)
    }

    .faq-item.visible {
        opacity: 1;
        transform: translateX(0)
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .faq h4 {
        font-size: 1.8rem
    }

    .faq-item .answer,
    .faq-title {
        font-size: 18px
    }

    .faq-item {
        transform: translateX(25%)
    }

    .faq-item.left {
        transform: translateX(-25%)
    }

    .faq-item.visible {
        opacity: 1;
        transform: translateX(0)
    }
}

@media (min-width:992px) and (max-width:1399.98px) {

    .animazione,
    .avventura,
    .bike,
    .business h3,
    .business p,
    .mini-golf,
    .spiagge,
    .spiagge-2 {
        font-size: 1.8rem
    }

    .faq {
        max-width: 500px
    }

    .richiedi-informazioni iframe {
        max-width: 462px !important;
        width: 462px !important;
    }

    .faq h4 {
        font-size: 2rem
    }

    .faq-item .answer,
    .faq-title {
        font-size: 16px
    }

    .faq-item {
        transform: translateX(1%)
    }

    .faq-item.left {
        transform: translateX(-1%)
    }

    .faq-item.visible {
        opacity: 1;
        transform: translateX(0)
    }
}

@media (min-width:1400px) and (max-width:1599.98px) {

    .animazione,
    .avventura,
    .bike,
    .business h3,
    .business p,
    .campo,
    .faq h4,
    .mini-golf,
    .spiagge,
    .spiagge-2 {
        font-size: 2rem
    }

    .carousel-control-next {
        right: -5px !important
    }

    .carousel-control-prev {
        left: -5px !important
    }

    .faq {
        max-width: 600px
    }

    .faq-item .answer,
    .faq-title {
        font-size: 16px
    }

    .faq-item {
        transform: translateX(1%)
    }

    .faq-item.left {
        transform: translateX(-1%)
    }

    .faq-item.visible {
        opacity: 1;
        transform: translateX(0)
    }
}