.home .swiper {
    width: 100%;
}

.swiper-pagination-bullet {
    background-color: rgba(255, 255, 255) !important;
    opacity: 0.4 !important;
}
.swiper-pagination-bullet-active {
    background-color: #FEA82F !important;
}

.spacer-icons {
    background-color: #F5EBE0;
}
.spacer-icons .icon .icon-wrapper {
    border-radius: 50%;
    background-color: #A7727D;
    width: max-content;
    padding: 1rem;
    margin: 0 auto;
}
.spacer-icons .icon i {
    font-size: 35px;
    color: white;
}
.spacer-icons .icon p {
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
    color: black;
    font-weight: 600;
}

.cta-columns {
    background-color: #f8f8f8;
}
.cta-columns .column .content-wrapper {
    position: relative;
    padding-top: 100%;
    text-decoration: none;
    color: black;
    background-color: white;
}
.cta-columns .column .content {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cta-columns .column .image {
    height: 100%;
    aspect-ratio: 1;
    overflow: hidden;
}
.cta-columns .column a.button {
    font-weight: 600;
    padding: 1rem 3rem;
    text-decoration: none;
    margin-top: 1rem;
    transition: 0.5s;
    background-color: #FAAB78;
    color: white;
    border: 1px solid white;
    display: inline-block;
}

.cta-columns .column .image img {
    transition: 0.5s;
    height: 100% !important;
    width: auto !important;
}
.cta-columns .column:hover img {
    transform: scale(1.2);
    transition: 0.4s;
}

.cta-columns .column .image.first {
    background: url(assets/kezdooldal/szolgaltatasok.jpg);
    background-size: cover;
    background-position: center;
}
.cta-columns .column .image.second {
    background: url(assets/kezdooldal/rolam.jpg);
    background-size: cover;
    background-position: center;
}
.cta-columns .column .image.third {
    background: url(assets/kezdooldal/galeria.jpg);
    background-size: cover;
    background-position: center;
}

.image-banner {
    background: url(assets/kezdooldal/banner.jpg);
    height: 40rem;
    background-size: cover;
    background-position: center;
    position: relative;
}
.image-banner .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
}
.image-banner .content p {
    font-size: 18px;
}
.image-banner .cta-button {
    display: inline-block;
    background-color: #FAAB78;
    color: white;
    border: 1px solid white;
    font-weight: 600;
    padding: 1rem 3rem;
    text-decoration: none;
    margin-top: 1rem;
    transition: 0.5s;
}
.image-banner .cta-button:hover {
    background-color: transparent;
    color: #FAAB78;
    border: 1px solid #FAAB78;
    transition: 0.4s;
    font-weight: 700;
}

.massages .card {
    box-shadow: rgba(254, 147, 140, 0.2) 0px 2px 5px 4px;
    padding-bottom: 2rem;
    border-radius: 20px;
    padding-right: 1rem;
    padding-left: 1rem;
    border: none;
    flex: 1;
}
.massages .card a {
    background-color: #EEC373;
    border: 1px solid #EEC373;
    color: white;
    border-radius: 40px;
    width: fit-content;
    margin: 0 auto;
    padding: 0.75rem 2rem;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 700;
}
.massages .card a:hover {
    background-color: white;
    border: 1px solid #EEC373;
    color: #EEC373;
    transition: 0.4s;
}
.massages .card p {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.swiper-mobile {
    display: none;
    position: relative;
}
.massages .circle-image.first {
    width: 100%;
    margin: 0 auto;
    background: url(assets/szolgaltatasok/mezes-csokis.jpg);
    margin-top: 2.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}
.massages .circle-image.second {
    width: 100%;
    margin: 0 auto;
    background: url(assets/szolgaltatasok/kopolyozes.jpg);
    margin-top: 2.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}
.massages .circle-image.third {
    width: 100%;
    margin: 0 auto;
    background: url(assets/szolgaltatasok/sved.jpg);
    margin-top: 2.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}

@media(max-width: 768px) {
    .spacer-icons .icon .icon-wrapper {
        padding: 0.7rem;
    }
    .spacer-icons .icon i {
        font-size: 27px;
    }
    .spacer-icons .icon p {
        display: none;
    }
    .cta-columns {
        flex-direction: column;
    }
    .cta-columns .column {
        margin: 1rem auto;
    }
    .image-banner {
        height: 30rem;
    }
    .image-banner .content {
        width: 90%;
    }
    .massages .d-flex {
        flex-direction: column;
    }
    .swiper {
        display: none;
    }
    .swiper-mobile {
        display: block;
    }
}