html,
body {
    overflow-x: hidden;
}

.service-card .service-img img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

@media (max-width: 767px) {
    .service-card .service-img img {
        height: auto !important;
        max-height: 250px;
        object-fit: cover;
    }
}

.service-search-wrap {
    background: #f4efe5;
    padding: 25px;
    border-radius: 30px;
    max-width: 540px;
    margin: 0 auto;
}

.btn-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.theme-btn {
    flex: 1;
    max-width: 236px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    height: 65px;
    border-radius: 14px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    background-color: red;
}

.call-btn {
    background: #e3010b;
    color: #fff;
}

.whatsapp-btn {
    background: #188b42;
    color: #fff;
}

@media (max-width: 767px) {

    .btn-flex {
        flex-direction: column;
    }

    .theme-btn {
        width: 80%;
        max-width: 100%;
        padding: 14px;
    }

}

.sidebar-area {
    position: sticky;
    top: 100px;
}

.contact-box {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
    margin-top: 25px;
}

.contact-box .contact-item {
    margin-bottom: 12px;
    font-size: 14px;
}

.contact-box strong {
    color: #222;
}

.contact-box i {
    color: #ff6600;
    margin-right: 8px;
}

.contact-box p {
    margin-bottom: 12px;
    font-size: 14px;
}

.floating_btn2 {
    position: fixed;
    bottom: 178px;
    right: 6px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.contact_icon2 {
    background-color: #e31515;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #e31515;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@media (max-width: 772px) {
    .floating_btn2 {
        display: none !important;
    }
}

.floating_btn {
    position: fixed;
    bottom: 64px;
    right: 4px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.contact_icon {
    background-color: #1f7a48;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

@media (max-width: 767px) {
    .floating_btn {
        display: none !important;
    }
}

.footers {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1000;
    color: #fff;
}

.footer-btn {
    flex: 1;
    text-align: center;
    padding: 3px 0;
}

.footer-btn i {
    font-size: 35px;
}

.footer-btn.call {
    background-color: #e0212a;
}

.footer-btn.chat {
    background-color: #05a13e;
}

.footers p {
    color: #fff;
}

@media (min-width: 772px) {
    .footers {
        display: none !important;
    }
}

.category-list a.active {
    color: #ffb400 !important;
    font-weight: 800;
    letter-spacing: 0.5px;

}

.call-now-text a {
    font-size: 45px;
    font-weight: 900;
    color: #e31515;
    text-decoration: none;
    animation: blinkColor 1s infinite;
}

@keyframes blinkColor {
    0% {
        color: #e31515;
    }

    50% {
        color: transparent;
    }

    100% {
        color: #e31515;
    }
}

.inside-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 12px;
}

.call-icon,
.chat-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
    animation: iconBlink 1s infinite;
}

.call-icon {
    background: #e31515;
}

.chat-icon {
    background: #1dad52;
}

.call-icon:hover,
.chat-icon:hover {
    transform: scale(1.1);
}

@keyframes iconBlink {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    }

    50% {
        transform: scale(1.12);
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    }
}

@media (max-width: 767px) {

    .topbar {
        display: block !important;
    }

    .topbar a {
        font-size: 20px !important;
        text-align: center;
        display: block;
        line-height: 28px;
        padding: 12px;
    }

}

.typewriter-text {
    font-size: 42px;
    font-weight: 700;
    display: block;

    white-space: nowrap;
    overflow: visible;

}

.banner-content {
    overflow: visible !important;
}

.banner-content h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;


    white-space: normal;

    overflow: visible;
    word-break: break-word;

}

.banner-content {
    max-width: 100%;
    padding: 0 15px;
    overflow: visible !important;
}

@media (max-width: 768px) {
    .banner-content h1 {
        font-size: 26px;
    }
}

.about-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 46px;
    background: #e31515;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

.about-btn:hover {
    background: #000;
    color: #fff;
}

.about-btn-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .about-btn-group {
        flex-direction: column;
    }

    .about-btn {
        width: 50%;
        text-align: center;
    }
}