.caption-txt h4 {
    padding: 15px 0px;
}

.carousel-indicators [data-bs-target] {
    background-color: #000;
}

#breadcrumb .breadcrumb-nav .text-light {
    color: #fff;
    font-size: 1.125rem 18px;
    font-weight: 500;
}

.faq-section {
    background: #f8f9fa;
    padding: 60px 0;
}

.faq-title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    background-color: #BC2F35;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion .accordion-item {
    margin-bottom: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #F4DEDF;
}

.contact-us-page form button {
    background-color: #BC2F35;
    border: 1px solid #BC2F35 !important;
    transition: .5s;
}

.contact-us-page form button:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

a:hover {
    color: #BC2F35 !important;
}

header nav ul li .active {
    color: #BC2F35 !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.services-section .section-title h1 {
    font-size: 2.75rem;
}

.Service-Benefits ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}

.Service-Benefits ul {
    margin-bottom: 20px;
}

.Service-Benefits p {
    font-weight: 600;
}

.Whatsapp-btn {
    background-color: #BC2F35;
    border: 1px solid #BC2F35;
    padding: 10px 35px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    transition: .5s;
    align-items: center;
}

.Whatsapp-btn:hover {
    background-color: #fff;
    color: #BC2F35;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.services-section img {
    aspect-ratio: 3/3;
    object-fit: cover;
    padding: 10px;
}

/* Sticky Whatsapp Icon CSS  */
.floating_btn {
    position: fixed;
    bottom: 90px;
    right: 10px;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #2CB742;
    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 #2CB742;
    -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);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}