:root {
    --primary-color-1: #e30009;
    --color-4: #e30009;
}
.footer__one-widget .logo img {
    max-width: 250px;
}
.build_button {
    background-color: #191942 !important;
    color: #fFFFFF !important;
}
.header__four .menu__bar i, .header__four .header__area-menubar-right-search-icon i{
    color: var(--text-heading-color) !important;
}
.flaticon-right-up {
    color: #fFFFFF !important;
}
.service-title{
    background: linear-gradient(90deg, #13406c, #2d95fffa 100%);
    color: #ffffff;
    padding: 10px 10px;
}
.breadcrumb__area {
    padding: 150px 0 60px 0;
}

.header__area-menubar-right-btn.one .build_button i {
    background-color: #CF2222;
}

.copyright__area-content md-t-center md-mb-10 {
    color: #CF2222;
    background: #CF2222;

}

.about__four-title p {
    max-width: 100%;
}

.tcul-floating-icons {
    position: fixed;
    bottom: 78px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.tcul-contact-icon {
    background-color: #16c944;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.tcul-floating-icons {
    position: fixed;
    bottom: 78px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    /* Add gap between icons */
    z-index: 9999;
}

.tcul-contact-icon {
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.tcul-floating-icons a {
    text-decoration: none !important;
    outline: none !important;
}

a:focus {
    outline: none !important;
    text-decoration: none !important;
}

.tcul-contact-icon i {
    display: inline-block;
    text-decoration: none;
}

.banner__four-brand .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner__four-brand img {
    max-width: 100px;
    height: auto;
    transition: transform 0.3s ease;
}

.banner__four-brand img:hover {
    transform: scale(1.1);
}

.banner__four-content img.h_rotate {
    position: absolute !important;
    right: 9% !important;
    bottom: -91px !important;
}
.section-padding-two{
    padding: 40px 0 60px 0;
}

.section-padding {
  padding: 60px 0px;
}
.section-padding-small {
  padding: 40px 0px;
}

.section-padding-three {
  padding: 80px 0 50px 0;
}

/* Mobile */
@media only screen and (max-width: 768px) {
    .d_sm_block{
        display: block !important;
    }
}

.three__columns .portfolio__three-item img
 {
    height: auto;
    object-fit: cover;
}

.blog__one-item-image img
 {
    border-radius: 10px 10px 0 0;
    height: auto;
    object-fit: cover;
}

.blog__four-item-content {
    padding: 10px 0 10px 0;
}