.header-logo img {
    height: 76px;
}

.header-logo h4 {
    color: #000;
    line-height: .95;
}

.product_sec .product_content {
    position: relative;
    margin-bottom: 2.25rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
    z-index: 0;
}

.product_content .service-btn {
    border: 1px solid var(--dark-color);
    padding: 8px 14px;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    max-width: 45px;
    gap: 0;
    display: flex;
    align-items: center
}

.product_content .service-btn .link-text {
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
    position: relative;
    display: block;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    width: 0
}

.product_content:hover .service-btn {
    padding: 8px 1.2rem;
    max-width: 11.5rem;
    gap: 10px
}

.product_content:hover .service-btn .link-text {
    animation: typing 1s steps(20) forwards;
    visibility: visible
}

.product_content:hover .icon i {
    animation: mirrorWave .5s forwards ease-in-out 0s
}

.full_form_sec .service-single-box {
    padding: 2rem 2.2rem 1rem;
    margin-bottom: 1rem;
}

.full_form_sec .service-single-box:hover .icon {
    animation: mirrorWave .5s forwards ease-in-out 0s;
    transform-origin: center;
}