/*Section Spa Wellness*/

.bg-spa {
    background-image: url('/site/common/backgrounds/spa-text-bg.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 130%;
}

.right-photo {
    margin-top: 75px;
}

.text-small {
    font-size:0.9em;
}

.photo-tile-center {
    clip-path: inset(30px 0px 30px 0px);
    margin-top: -30%;
}

.spa-badge {
    background-color: #94a592;
    height: 300px;
}

.spa-card {
    margin-top:-55%;
}

.spacer {
    padding-bottom: 0px;
}

.icspa {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

.massage-w {
    background: url('/site/common/icons/massage-w.png') no-repeat;
}
.ayurveda-w {
    background: url('/site/common/icons/ayurveda-w.png') no-repeat;
}
.facialtrea-w {
    background: url('/site/common/icons/facialtrea-w.png') no-repeat;
}
.therapies-w {
    background: url('/site/common/icons/therapies-w.png') no-repeat;
}
.bodytrea-w {
    background: url('/site/common/icons/bodytrea-w.png') no-repeat;
}
.special-w {
    background: url('/site/common/icons/special-w.png') no-repeat;
}


.ictext {
    width: 15px;
    height: 22px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-left: 5px;
}

.ictext.more {
    background: url('/site/common/icons/readMoreArrow.png') no-repeat;
}

.service-details ul {
    margin-left:1em;
}

.service-details li {
    padding-bottom: 1.5em;
}

    .service-details li::marker {
        color: #94a592;
    }

/*RESPONSIVE SETTINGS*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    .bg-spa {
        background-size: 100%;
    }

    .right-photo {
        margin-top: 100px;
    }
    .spa-badge {
        height: 300px;
    }

    .spa-card {
        margin-top: -28%;
    }

    .bg-spagreen {
        background-color: #94a592;
    }

    .spacer {
        padding-bottom: 50px;
    }

    .photo-tile-top {
        transform: translate(-50%,85%);
    }

    .photo-tile {
        transform: translate(20%,130%);
    }

        .photo-tile.reverse {
            transform: translate(-25%,130%);
        }

    .photo-tile-center {
        /*margin-top: 0%;*/
        margin-left: 0%;
    }

}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .bg-spa {
        background-size: 55%;
    }
    .spa-card {
        margin-top: 0%;
    }

    .spa-badge {
        background-color: #94a592;
        height: 100px;
    }

    .spa-icon i {
        margin-left: -15px;
    }

    .spacer {
        padding-bottom: 100px;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    .spa-icon i {
        margin-left: -5px;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {

    .spa-icon i {
        margin-left: 5px;
    }
}
                                                                                                                                                                                                                                          