.container__small {
    max-width: 1072px;
    width: 100%;
}

.container__extra-small {
    max-width: 768px; 
    width: 100%;
}

.text-wrap ul li span:nth-of-type(2) {
    word-break: break-all;
    padding-left: 0px !important;
}

.immediate__card {
    backdrop-filter: blur(8px);
}

.caps__xs-heading p {
    letter-spacing: 2.4px !important;
}

.paragraph__link p a:hover {
    text-decoration: underline;
}

.image__gallery .gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: 100%;
}

.image__gallery .gallery figure {
    padding: 0px !important;
    max-width: 100% !important;
    width: 100%;
}

.image__gallery a {
    box-shadow: 0 10px 40px -10px var(--e-global-color-3b88cc9) !important;
    border: 1px solid var(--e-global-color-9d4f2cf);
    aspect-ratio: 4/3;
    display: block;
    border-radius: 24px;
    overflow: hidden;

    &:hover img {
        scale: 1.04;
    }
}

.image__gallery img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    transition: all .5s ease;
}

.dialog-lightbox-widget.dialog-type-lightbox {
    background-color: #6541296b !important;
    backdrop-filter: blur(8px) !important;
}

.elementor-lightbox .elementor-lightbox-image {
    border-radius: 24px !important;
}

.hero__bg-img img {
    opacity: .15;
}

.therapy__card .elementor-icon-box-title span {
    font-family: 'Times New Roman', Times, serif !important;
}

.therapy__card:hover {
    box-shadow: 0 24px 60px -20px var(--e-global-color-e7650ac) !important;
    transform: translateY(-1.1px) !important;
}

.therapy__card:hover .elementor-icon {
    background-color: var(--e-global-color-49c76b6) !important;
}

.therapy__card:hover .elementor-icon svg {
    stroke: var(--e-global-color-80f2cd9) !important;
}

.theraphy__work-des {
    flex: 1 !important;
}

.icon__list h3{
    margin: 0px;
    font-family: 'Times New Roman', Times, serif !important;
}

.white__card-shadow {
    box-shadow: 0 10px 40px -10px var(--e-global-color-3b88cc9) !important;
}

.therapy__img-shadow {
    box-shadow: 0 24px 60px -20px var(--e-global-color-e7650ac) !important;
}

@media(max-width:1024px) {
    .image__gallery .gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:767px) {
    .image__gallery .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:480px) {
    .image__slider--css .swiper {
        height: 100% !important;
    }

    .image__slider--css .swiper .swiper-wrapper .swiper-slide figure {
        height: 100% !important;
    }

    .image__slider--css .swiper .swiper-wrapper .swiper-slide figure img {
        object-fit: cover !important;
        height: 100% !important;
    }
}


