.logo-one a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo-one h1 {
    margin: 0;
    font-weight: bolder;
    font-size: 30px;
}
.logo-one span {
    display: block;
    font-size: 16px;
    color: var(--billdins-base);
}
.logo-one a img {
    width: 70px;
    flex-shrink: 0;
}
.services-one__single-content .btn-box {
    position: relative;
    display: block;
    margin-top: 15px;
}
.services-one__single-content .btn-box a {
    color: var(--billdins-base);
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--billdins-font-two);
}
#testimonial .owl-carousel .owl-stage {
    display: flex;
}

#testimonial .testimonial-three__single {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.services-one__single-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about-one__content-text.typ-2 p {
    margin-top: 30px;
}
.fix-btn {
    position: fixed;
    bottom: 0px;
    left: 20px;
    z-index: 2;
}
.fix-btn li {
    width: 50px;
    height: 50px;
    /* line-height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    text-align: center;
    border: 2px solid #ff0000;
    margin-bottom: 10px;
    border-radius: 50%;
}
.fix-btn li:last-child {
    background: #1bd741;
    border-color: #1bd741;
}
.fix-btn li:last-child i {
    font-size: 28px;
}
.fix-btn li i {
    color: #fff;
    font-size: 24px;
}
.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.team-two__single-img {
    background: var(--billdins-black);
}
@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
.whatsapp-btn {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.7);
    }
    50% {
        box-shadow: 0 0 0 0 rgba(241, 119, 50, 0.4);
    }
    75% {
        box-shadow: 0 0 0 14px rgba(241, 119, 50, 0.2);
    }
}
.team-two__single-content-inner .map-wrap {
    margin-bottom: 10px;
}
.team-two__single-content-inner .map-wrap img {
    width: 100px;
    object-fit: contain;
}
@media only screen and (max-width: 767px) {
    .logo-one a img {
        width: 40px;
    }
    .logo-one h1 {
        font-size: 24px;
    }
    .main-menu__wrapper-inner {
        flex-wrap: nowrap;
    }
    .logo-one span {
        font-size: 13px;
    }
    .main-slider-one__content .text-box p {
        font-size: 21px;
        line-height: 30px;
    }
    .about-one__content h3 {
        font-size: 18px;
    }
    .team-two {
        padding: 50px 0;
    }
    .site-footer__social-links {
        margin-bottom: 40px;
    }
    .page-header,
    .about-one,
    .services-details,
    .contact-page {
        padding: 70px 0px;
    }
    .page-header__inner .thm-breadcrumb {
        margin-top: 10px;
    }
    .about-one__content-text {
        margin-bottom: 0px;
    }
    .services-details__content-text1 h5 {
        font-size: 20px;
        line-height: 32px;
    }
    .contact-page__form .title-box h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .contact-page__form .title-box {
        margin-bottom: 25px;
    }
    .team-two__single-content .text-box h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .team-two__single-content-inner .map-wrap img {
        width: 70px;
    }
    .team-two__single-content .text-box {
        min-height: auto;
    }

    .logo-box a {
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .logo-box h1 {
        margin: 0;
        font-weight: bolder;
        font-size: 20px;
        color: var(--billdins-white);
    }
    .logo-box span {
        display: block;
        font-size: 12px;
        color: var(--billdins-white);
        margin-top: 4px;
    }
    .logo-box a img {
        width: 40px;
        filter: brightness(0) invert(1);
        flex-shrink: 0;
    }
}
