/* Tanspot Services Styling */
.services-one__single {
    position: relative;
    display: block;
}

.services-one__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.services-one__img {
    position: relative;
    display: block;
    border-top-left-radius: 20px;
}

.services-one__img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    z-index: 1;
    content: "";
}

.services-one__single:hover .services-one__img::before {
    opacity: 1;
}

.services-one__img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 20px;
    transition: .5s ease;
    transform: scale(1.05);
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzcwIiBoZWlnaHQ9IjI1MCIgdmlld0JveD0iMCAwIDM3MCAyNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDIwQzAgOC45NTQzMSA4Ljk1NDMgMCAyMCAwSDM3MFYyMzBDMzcwIDI0MS4wNDYgMzYxLjA0NiAyNTAgMzUwIDI1MEgwVjIwWiIgZmlsbD0iI0QzRDNEMyIvPgo8L3N2Zz4K);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzcwIiBoZWlnaHQ9IjI1MCIgdmlld0JveD0iMCAwIDM3MCAyNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDIwQzAgOC45NTQzMSA4Ljk1NDMgMCAyMCAwSDM3MFYyMzBDMzcwIDI0MS4wNDYgMzYxLjA0NiAyNTAgMzUwIDI1MEgwVjIwWiIgZmlsbD0iI0QzRDNEMyIvPgo8L3N2Zz4K);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.services-one__single:hover .services-one__img img {
    transform: scale(1);
}

.services-one__icon {
    position: absolute;
    top: 0;
    right: 27px;
    height: 65px;
    width: 65px;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 3;
}

.services-one__single:hover .services-one__icon {
    background-color: #212529;
}

.services-one__icon span {
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: #ffffff;
    transition-delay: 0.1s;
    transition: all 500ms ease;
}

.services-one__single:hover .services-one__icon span {
    transform: rotateY(180deg);
    transition-delay: 0.1s;
    color: #ffffff;
}

.services-one__content {
    position: relative;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 136px 20px 27px;
    margin-top: -100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 2;
}

.services-one__count {
    position: absolute;
    top: 45px;
    left: 20px;
    font-size: 50px;
    line-height: .8em;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #212529;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.services-one__single:hover .services-one__count {
    -webkit-text-stroke: 1px #007bff;
    color: #007bff;
}

.services-one__title {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: capitalize;
}

.services-one__title a {
    color: #212529;
    text-decoration: none;
}

.services-one__title a:hover {
    color: #007bff;
}

.services-one__text {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #6c757d;
}

.services-one__btn-box {
    position: relative;
    display: block;
}

.services-one__btn-box a {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    color: #212529;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}

.services-one__btn-box a:hover {
    color: #007bff;
}

.services-one__btn-box a span {
    font-size: 14px;
}
