a.navbar-brand {
    width: 25%;
}

.text-right {
    text-align: right;
}

.content-title ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content-title ul li {
    color: #000;
    font-weight: 500;
}

.content-title ul.TwoGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.service-icon img {
    max-width: 50%;
    margin: auto;
    filter: brightness(0) saturate(100%) invert(28%) sepia(96%) saturate(6925%) hue-rotate(351deg) brightness(91%) contrast(93%);
}

.service-card.style1:hover .service-icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(231deg) brightness(103%) contrast(101%);
}

.service-wrap .service-img-wrap {
    max-width: 70%;
    margin: 0px auto 0px;
}



.bannerSlider .arrowWrapper {position: absolute;bottom: 70px;z-index: 1;display: flex;gap: 15px;left: 100px;flex-direction: row-reverse;}

.bannerSlider .arrowWrapper .swiper-button-prev {
    /* border-radius: 10px; */
}

.bannerSlider .arrowWrapper .swiper-button-next {
    /* border-radius: 6px; */
}



.arrowWrapper {
}

.arrowWrapper .swiper-button-next,
.arrowWrapper .swiper-button-prev {
    position: unset;
    margin: 0px;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
}

.arrowWrapper .swiper-button-next::after,
.arrowWrapper .swiper-button-prev::after {
    font-size: 20px;
    color: #fff;
}



.breadCrums {
    text-align: center;
    padding: 50px 0px 40px;
    border-bottom: 10px solid #ffffff1f;
    position: relative;
    background: linear-gradient(90deg, #dc3545 0%, #9e2c28 99.88%);
}

.breadCrums h1 {
    margin: 0px;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.area-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}



.line-1 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(160 44 41 / 31%);
    top: 0;
    left: calc(0% - 50px);
}

.line-2 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(160 44 41 / 31%);
    top: 0;
    left: calc(25% - 15px);
}

.line-3 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(160 44 41 / 31%);
    top: 0;
    left: calc(25% + 15px);
}

.line-4 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(160 44 41 / 31%);
    top: 0;
    left: calc(50% - 15px);
}

.line-5 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(160 44 41 / 31%);
    top: 0;
    left: calc(50% + 15px);
}

.line-6 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(160 44 41 / 70%);
    top: 0;
    left: calc(75% - 15px);
}

.line-7 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(160 44 41 / 70%);
    top: 0;
    left: calc(75% + 15px);
}

.line-8 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(160 44 41 / 70%);
    top: 0;
    left: calc(100% + 50px);
}

.breadCrumsContent {
    position: relative;
}

.desc {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.desc p {
    margin: 0px;
    max-width: 100% !important;
    padding: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'DM Sans';
    color: #525355;
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-content .btn {
    width: fit-content;
}

.pl-2 {
    padding-left: 20px;
}

.desc ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.desc ul li {
    padding: 6px 12px;
    background: #db354414;
    color: #000;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'DM Sans';
}
.desc ul li img {
    max-width: 24px;
    filter: brightness(0) saturate(100%) invert(17%) sepia(93%) saturate(2958%) hue-rotate(346deg) brightness(98%) contrast(98%);
}
.contact-us-wrap {
    padding: 40px 0px;
    background: #f4f4f4;
}

.addressList li {
    align-items: baseline !important;
}

.addressList li i {
    top: 4px;
    position: relative;
}

.GalleryGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.GalleryItem {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.GalleryItem img {
    height: 100%;
    object-fit: cover;
}
.bgGrey{
    background: #f4f4f4;
}

.service-desc ul {
    gap: 15px;
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.service-desc ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    font-family: 'DM Sans';
    color: #000;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #2222;
    border-radius: 12px;
}

.service-desc ul li i {
    font-size: 24px;
    color: #dc3545;
}

.specification-table {
    margin: 25px 0px 0px;
    width: 100%;
}
.flowImg {
    padding: 15px 0px;
}

.flowImg img {
    width: 100%;
}

.AccessoriesGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.AccessoriesImage img {
    width: 100%;
}

.AccessoriesItem {
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    overflow: hidden;
}

.AccessoriesItem h5 {
    margin: 0px;
    padding: 20px;
    font-size: 16px;
    border-top: 1px solid #2222;
    background: #f4f4f4;
}

/* .AccessoriesImage {
    padding: 20px;
} */

.ServicesSec  .productGrid {
    grid-template-columns: 1fr 1fr;
}

.ServicesDetails .about-content ul {flex-direction: column;gap: 10px;}

.ServicesDetails .about-content ul li {
    padding: 0px;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    font-family: 'DM Sans';
    color: #000;
}