/** Your theme modifications here **/
.telegram-contact {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1000;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #229ed9;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    color: #fff !important;
    font-size: 32px;
    text-decoration: none !important;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.telegram-contact:hover,
.telegram-contact:focus {
    background: #168ac1;
    color: #fff !important;
    transform: translateY(-2px);
}

.work-gallery {
    margin-bottom: 25px;
}

.work-gallery__cover {
    max-height: 620px;
    margin: 0 auto 20px;
    cursor: zoom-in;
}

.work-gallery__items > div {
    margin-bottom: 20px;
}

.work-gallery__image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    cursor: zoom-in;
}

.homepage-services {
    margin: 20px 0 30px;
    text-align: center;
}

.homepage-intro {
    margin: 30px 0 10px;
}

.homepage-intro h1 {
    margin-top: 0;
}

.homepage-intro p,
.homepage-full-text p,
.homepage-full-text li {
    font-size: 16px;
    line-height: 1.65;
}

.homepage-services h2 {
    margin: 0 0 24px;
    font-weight: 300;
    text-transform: uppercase;
}

.homepage-services .row > [class*="col-"] {
    margin-bottom: 20px;
}

.service-tile {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 33.333%;
    overflow: hidden;
    background-color: #2a2a2a;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none !important;
    color: #fff !important;
}

.service-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    transition: border-color 0.25s ease;
    z-index: 1;
}

.service-tile__title {
    display: none;
}

.service-tile:hover,
.service-tile:focus {
    color: #fff !important;
    text-decoration: none !important;
}

.service-tile:hover::before,
.service-tile:focus::before {
    border-color: #4fbfa8;
}

@media (max-width: 767px) {
    .telegram-contact {
        right: 16px;
        bottom: 16px;
        width: 52px;
        height: 52px;
        font-size: 28px;
    }

    .work-gallery__image {
        height: 130px;
    }

    .service-tile {
        height: 180px;
        padding-bottom: 0;
        background-position: left center;
    }

    .service-tile::before {
        border: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.12) 58%, transparent 100%);
    }

    .service-tile__title {
        position: absolute;
        display: block;
        left: 16px;
        right: 16px;
        bottom: 14px;
        z-index: 2;
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.25;
        text-align: left;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    }
}

.star-line {
    color: #0097d9;
    font-size: 17px;
}

.call-master {
    font-size: 14px;
    color: #f9314a;
}

.font14 {
    font-size: 14px;
}