.ProductsItem:hover .max-h-0 {
    max-height: 192px;
    opacity: 1;
}

.navBrand img {
    width: 100%;
    height: 100%;
}

.customHeader {
    padding: 15px 0px;
}

.SecTitleWrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 55px;
}

.TagLine {
    font-size: 17px;
    font-weight: 600;
    font-family: poppins;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #e31e25;
}

h2.SecTitle {
    font-size: 30px;
    font-weight: 700;
    font-family: poppins;
    letter-spacing: 0.5px;
    color: #000;
}


.desc p {
    line-height: 28px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #676f7e;
}

.secDesc {
    font-size: 16px;
    font-family: poppins;
    color: #374151;
    text-align: center;
    line-height: 28px;
    font-weight: 500;
}

.ProductsItem h3.text-xl {
    font-size: 16px;
}

ul.ProdctUl li {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 26px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #374151;
}

.ProdctUl {
    display: flex;
    gap: 15px;
    flex-direction: column;
    height: 150px;
    display: flex;
    opacity: 1;
    /* opacity: 0; */
    /* display: none; */
    transition: 0.8s cubic-bezier(0.1, 0, 1, 1);
    overflow: hidden;
}

ul.ProdctUl li img {
    filter: brightness(0) saturate(100%) invert(13%) sepia(97%) saturate(7165%) hue-rotate(355deg) brightness(98%) contrast(82%);
    width: 18px;
}

.ProdctContent {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ProdctContent h3 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Poppins';
}

.ProdctContent p {
    line-height: 26px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #374151;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.ProdctContent .btnWrapperProductPage a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 12px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    transition: 0.8s all;
}

.ProdctContent a img {
    filter: invert(1);
    max-width: 16px;
}

/* .ProdctContent:hover a {
    background: #df1e22;
    gap: 15px;
} */

.ProdctContent button img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(121deg) brightness(98%) contrast(107%);
    width: 18px;
}

.ProductsItem:hover .ProdctUl {
    height: 150px;
    display: flex;
    opacity: 1;
}

.WhyChooseUsItem h3 {
    font-size: 15px;
    margin-bottom: 6px !important;
}

.WhyChooseUsItem p {
    line-height: 26px;
    font-size: 14px;
    font-family: 'Poppins' !important;
    font-weight: 400;
    color: #374151;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.WhyChooseUsItem img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(64%) saturate(7059%) hue-rotate(352deg) brightness(94%) contrast(88%);
}

.WhyChooseUsItem:hover h3 {
    color: #e11e23 !important;
}

.WhyChooseUsItem:hover .from-blue-600.to-blue-400,
.WhyChooseUsItem .from-blue-600.to-blue-400 {
    background: linear-gradient(45deg, #df1319, #ff5054d6);
}

.WhyChooseUsSec {
    background: #f4f4f4;
}

.applicationsSec {
    background: linear-gradient(0deg, #000000, #e31e25);
}

.applicationsSec .TagLine,
.applicationsSec h2,
.applicationsSec p {
    color: #fff;
}

.applicationsSec .bg-blue-600 {
    background: #fff;
}

.from-blue-600 {
    background: #950307;
    background: linear-gradient(90deg, rgba(149, 3, 7, 1) 0%, rgba(221, 29, 34, 1) 70%);
}

.applicationImage {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.applicationImage img {
    aspect-ratio: 143/160;
    object-fit: cover;
    width: 100%;
}

.applicationContent {
    position: absolute;
    padding: 20px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: 0.8s all;
    transform: translate(0px, 62px);
}

.applicationContent h3 {
    font-size: 16px;
    font-family: poppins;
    font-weight: 600;
    color: #fff;
    transition: 0.8s all;
}

.applicationContent p {
    line-height: 26px;
    font-size: 13px;
    font-family: 'Poppins' !important;
    font-weight: 400;
    color: #fff;
    opacity: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.applicationItem:hover .applicationContent {
    transform: translate(0px, 0px);
}

.applicationItem:hover .applicationContent p {
    opacity: 1;
}

.applicationItem:hover .applicationContent h3 {
    color: #ff2c33;
}

.CertificationsItem h3 {
    font-size: 16px;
}

.CertificationsItem:hover h3 {
    color: #e01e23 !important;
}

.CertificationsItem p {
    line-height: 26px;
    font-size: 14px;
    font-family: 'Poppins' !important;
    font-weight: 400;
    color: #374151;
}

.bgGrey {
    background-color: #f4f4f4;
}


.footerLogo img {
    width: 200px;
    min-width: 200px;
}

footer ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

footer ul li {
    margin: 0px !important;
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 30px;
}

footer ul li:hover button {
    color: #e11e23 !important;
}


.CommittedGrid {
    display: grid;
    grid-template-columns: 1fr 50%;
    padding: 50px 0px;
    gap: 50px;
    align-items: center;
}

.CommittedImg img {
    width: 100%;
}

.CommittedImg {
    border-radius: 20px;
    overflow: hidden;
}

.CommittedContent h3 {
    margin: 0px;
    font-size: 25px;
    font-weight: 700;
    font-family: poppins;
    letter-spacing: 0.5px;
    color: #fff;
}

.CommittedContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.CommittedContent p {
    line-height: 28px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
}

.Committed-li {
    font-family: poppins;
    font-size: 12px;
    font-weight: 300;
}

.ContactFromGrid {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 50px;
}

.ContactInformationItem {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: flex-start;
    gap: 15px;
}

.ContactInformationIcon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e31e2317;
    border-radius: 10px;
}

.ContactInformationWrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 20px;
}

.ContactInformationContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ContactInformationContent h4 {
    margin: 0px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
}

.ContactInformationContent a,
.ContactInformationContent p {
    font-size: 14px;
    font-family: 'Poppins' !important;
    font-weight: 400;
    line-height: 28px;
}

.ContactInformationIcon svg {
    width: 35%;
    stroke: #e31e23;
}

.ContactInformationWhatsapp {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ContactInformationWhatsapp h4 {
    font-size: 16px;
    font-family: poppins;
    font-weight: 300;
    line-height: normal;
    margin: 0px !important;
}

.ContactInformationWhatsapp p {
    line-height: 26px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
    margin: 0px;
}

.ContactInformationWhatsapp a {
    margin-top: 10px;
    font-size: 12px;
    font-family: 'Poppins';
    width: max-content;
    align-items: center;
    padding: 10px 14px;
    background: #16a34a !important;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.ContactInformationWhatsapp a svg {
    width: 18px;
    height: auto;
}

.ContactFromItem h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins';
}

.ContactFromItem form input,
.ContactFromItem form textarea {
    padding: 15px !important;
    height: auto;
    border: 1px solid #0000000f !important;
    font-family: 'Poppins';
    font-size: 14px;
}

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

.OurCoreValuesItem {
    padding: 15px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 15px;
    font-family: 'Poppins';
    font-size: 14px;
    letter-spacing: 0.2px;
    flex-grow: 1;
}

.OurCoreValuesItem img {
    max-width: 34px;
    transition: 0.8s all;
    filter: brightness(0) saturate(100%) invert(93%) sepia(7%) saturate(0%) hue-rotate(135deg) brightness(107%) contrast(106%);
}

.OurCoreValuesItem h4 {
    text-align: left;
    padding-left: 15px;
    border-left: 1px solid #f7e8e926;
    line-height: 34px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: 0.8s all;
}

.OurCoreValuesItem:nth-child(2) {
    grid-row: span 2 / span 2;
    height: 100%;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ourCoreValueSec {
    position: relative;
}

.ourCoreValueSec .ourCoreValueBgImg {
    position: absolute;
    bottom: 0;
    right: 60px;
    opacity: 0.6;
}

.ourCoreValueSec .ourCoreValueBgImg img {
    width: 100%;
}

.footerBottom ul {
    flex-direction: row;
    gap: 25px;
}

.footerBottom {
    padding: 25px 0px;
}

footer img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(98%) saturate(0%) hue-rotate(60deg) brightness(104%) contrast(101%);
}

footer .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}

footer h3 {
    font-family: poppins;
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
}

footer .grid .Grid2link {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

footer .grid .Grid2link li {
    border-radius: 8px;
}

footer .grid .Grid2link li button {
    font-size: 14px;
}

.copyRightText {
    font-family: "poppins";
    font-size: 12px;
}

.banner-section.style-two .banner-slider-nav {
    top: 50%;
    position: absolute;
    z-index: 111;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 95%;
    justify-content: space-between;
    transform: translate(-50%, 0px);
}

.banner-section {
    position: relative;
    margin-top: 0px;
    height: 85vh;
}

.banner-section.style-two .banner-slider-button-next {
    margin-right: 0;
}

.banner-section.style-two .banner-slider-nav .banner-slider-control {
    width: 50px;
    height: 50px;
    background: linear-gradient(0deg, #992327, #7f0205);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-section.style-two .banner-slider-button-next:hover {
    color: #fff;
}

.banner-section.style-two .banner-slider-button-prev:hover {
    color: #fff;
}

.banner-image-main img {
    height: 100%;
}

.banner-section.style-two .banner-slider-nav .banner-slider-control.banner-slider-button-prev {
    transform: rotate(-180deg);
}

.banner-section.style-two .banner-slider-nav .banner-slider-control img {
    max-width: 20px;
    filter: invert(1);
}

.customHeader {
    padding: 15px 0px;
}


.customHeader nav {
    padding: 0px;
}

.customHeader nav .navbar-brand img {
    max-width: 130px;
}

.customHeader nav .navbar-brand {
    padding: 0px;
}

.customHeader .navbar-nav {
    display: flex;
    align-items: center;
    gap: 15px;
}

.customHeader .navbar-nav a {
    padding: 15px 25px !important;
    color: #374151 !important;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.custom-btn {
    padding: 8px 24px;
    font-size: 14px;
    font-family: 'Poppins';
    line-height: normal;
    background-color: #e11e23;
    border: 0px;
    font-weight: 500;
}


.bradcrumsSec {
    padding: 80px 0px;
    background-color: #e11e23;
}

.bradcrumsSec h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    font-family: poppins;
    letter-spacing: 0.5px;
    text-align: center;
}

.CustomPending {
    padding: 80px 0px;
}

.aboutContent .SecTitleWrapper {
    margin: 0px;
    text-align: left;
    align-items: baseline;
}

.aboutContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 50px;
}

.desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.desc p b {
    font-size: 16px;
}

.aboutImg {
    height: 100%;
    display: flex;
    align-items: center;
}

.aboutImg img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.aboutContent .SecTitleWrapper h2.SecTitle {
    font-size: 25px;
}


.MisionContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-right: 100px;
}

.MisionContent h2 {
    font-weight: 700;
    font-family: poppins;
    color: #111827;
    font-size: 18px;
}

.MisionIcon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e31e25;
    border-radius: 100px;
    margin-bottom: 10px;
    background: #dc1d2236;
}

.MisionIcon img {
    max-width: 50%;
}

.MisionSec .row {
    align-items: center;
}

.MisionImg {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.MisionImg img {
    width: 100%;
}

.MisionSec.ltr .MisionContent {
    padding-right: 0px;
    padding-left: 100px;
}

.customHeader .navbar-nav a {
    position: relative;
}

.customHeader .navbar-nav a:after {
    width: 0%;
    height: 2px;
    content: '';
    background: #e11e23;
    transition: 0.8s all;
    position: absolute;
    left: 0;
    bottom: 0;
}

.customHeader .navbar-nav a:hover:after {
    width: 100%;
}

.customHeader .navbar-nav a:hover {
    color: #e11e23 !important;
}


.ProductsDetailsImg img {
    width: 100%;
    border-radius: 12px;
    aspect-ratio: 636/427;
    object-fit: contain;
}

.ProductsDetailsContent {
    height: 100%;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    gap: 15px;
}

.ProductsDetailsContent h2.SecTitle {
    line-height: 38px;
    font-size: 25px;
    letter-spacing: normal;
    font-weight: 700;
}

.ProductsDetailsContent .SecTitleWrapper {
    margin: 0px;
}

.SecTitle span {
    color: #e11e23;
}

.accessoriesGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}

.accessoriesItem img {
    width: 100%;
    object-fit: contain;
    background: #fff;
}

.accessoriesItem {
    border: 1px solid #f4f4f4;
    background: #eeeff1;
    padding: 2px;
}

.accessoriesItem h2 {
    padding: 25px;
    text-align: center;
    font-size: 15px;
    font-family: poppins;
    font-weight: 600;
}


.bgWhite {
    background: #fff !important;
}


.accessoriesItem:hover {
    background: #e11e23;
}

.accessoriesItem:hover h2 {
    color: #fff;
}

.MapSec iframe {
    width: 100%;
}

.desc li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    line-height: 26px;
    font-size: 14px;
    font-family: 'Poppins' !important;
    font-weight: 400;
    color: #374151;
    align-items: center;
}

.desc ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.desc li img {
    max-width: 18px;
}



li.nav-item.dropdown:hover .ourproductmenu {
    display: block;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

li.nav-item.dropdown a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

li.nav-item.dropdown a::after {
    position: relative;
    background: transparent;
    display: none;
}

.ourproductmenu {
    /* margin: 10px 0px !important; */
    padding: 0px;
    border: 0px;
    box-shadow: 10px 10px 20px 20px #00000000;
    border-radius: 12px;
    overflow: hidden;
}

.dropdown-menu li {
    border-bottom: 1px solid #e9e8e8 !important;
}

.dropdown-menu li:hover {
    background: transparent;
}

.dropdown-submenu .dropdown-menu {
    margin: 10px 0px 0px !important;
}

.ourproductmenu a.dropdown-item {
    font-size: 14px;
    color: #222 !important;
}

.ProductsInnerDetails img {}


.ProductsInnerDetails .t-title {
    padding: 10px 15px;
    border: 1px solid #00000012;
    background: #efeeee;
    vertical-align: middle;
    font-size: 14px;
    font-family: poppins;
    color: #374151;
    line-height: 28px;
    font-weight: 500;
}

.ProductsInnerDetails td.t-description {
    padding: 10px 15px;
    font-size: 14px;
    font-family: poppins;
    font-weight: 400;
    line-height: 30px;
    border: 1px solid #00000012;
    background: #dbdada17;
    color: #444;
}

.ProductsInnerDetails .ProductsDetailsImg {
    height: 100%;
    display: flex;
    align-items: center;
}

.ProductsInnerDetails table.table.table-bordered {
    margin: 0px;
}

.ProductsInnerDetails .ProductsDetailsContent {
    gap: 20px;
}

.ProductsInnerDetails,
.border-Bottom {
    border-bottom: 1px solid #f4f4f4;
}


.dropdown-menu li:hover a {
    background: #d9dada;
}

.dropdown-menu li:last-child {
    border: 0px !important;
}

.WhyChooseUsSec .WhyChooseUsItem {
    padding: 20px;
}

/* .WhyChooseUsSlider {
    padding: 30px 30px 50px !important; 
} */

.WhyChooseUsSlider,
.ApplicationSlider {
    padding-bottom: 60px !important;
}

.WhyChooseUsSlider .swiper-pagination {
    width: fit-content !important;
    left: 50% !important;
    transform: translate(-50%, 0px) !important;
    padding: 10px 15px;
    background: #0000000a;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.WhyChooseUsSlider .swiper-pagination .swiper-pagination-bullet {
    margin: 0px !important;
    width: 9px;
    border-radius: 12px;
    background: #00000036;
    opacity: 1;
    height: 8px;
}

.ApplicationSlider .swiper-pagination {
    width: fit-content !important;
    left: 50% !important;
    transform: translate(-50%, 0px) !important;
    padding: 10px 15px;
    background: #f09b9d0f;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #e5242a0f;
}

.ApplicationSlider .swiper-pagination .swiper-pagination-bullet {
    margin: 0px !important;
    width: 8px;
    border-radius: 12px;
    background: #e532381c;
    opacity: 1;
    height: 8px;
}

.WhyChooseUsSlider .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    background: #00000099;
}

.ApplicationSlider .swiper-pagination .swiper-pagination-bullet-active {
    width: 24px;
    background: #e31e24c2;
}

.HomeWhyChooseUsSec .max-w-7xl,
.HomeapplicationsSec .max-w-7xl {
    max-width: 100rem;
}

.FooterMapSec iframe {
    width: 100%;
    height: 250px;
}

.ContactInformationWhatsapp h4 span {
    font-size: 18px;
    font-weight: 600;
}

.bggrey {
    background: #f4f4f4 !important;
}

.OurCoreValuesItem:nth-child(2) h4 {
    border-left: 0px;
    padding: 0px;
    border-top: 1px solid #f7e8e926;
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

.OurCoreValuesItem:nth-child(2) .innovationIcon {
    max-width: 70px;
    object-fit: contain !important;
    padding: 15px;
    background: #b92125;
    border-radius: 10px;
    border: 1px solid #b72c31;
}

.OurCoreValuesItem {
    background: #ac0b10;
    border: 1px solid #cf474a5e;
    border-radius: 12px;
    backdrop-filter: blur(15px);
}

.OurCoreValuesItem:hover h4 {
    color: #fff;
}

.OurCoreValuesItem:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(74deg) brightness(112%) contrast(110%);
}

.OurCoreValuesItem:nth-child(2):hover img {
    /* filter: unset; */
}

.btnWrapperProductPage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid #2222;
}

.btnWrapperProductPage .btnBlack {
    background: #f4f4f4;
    color: #000 !important;
    border: 1px solid #f4f4f4;
}

.btnWrapperProductPage .btnBlack~a {
    background: #e31e24;
}

.btnWrapperProductPage .btnBlack:hover {
    color: #fff !important;
    background: #e31e24;
}

.btnWrapperProductPage .btnBlack~a:hover {
    background: #2b2a29;
    color: #fff !important;
}

@media (max-width: 767px) {
    .ContactFromItem .bg-white {
        padding: 15px !important;
    }

    .ContactFromItem .bg-white h3 {
        font-size: 14px;
    }

    .ContactFromItem .bg-white .col-md-8,
    .ContactFromItem .bg-white .col-md-4 {
        padding: 0px;
    }

    footer {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .footerLogo {
        margin-bottom: 0px !important;
    }

    .footerLogo img {
        width: 150px;
    }

    .ProdctUl {
        height: auto;
        gap: 10px;
    }

    ul.ProdctUl li {
        font-size: 13px;
    }

    .bradcrumsSec h1 {
        font-size: 16px !important;
    }

    .accessoriesGrid {
        grid-template-columns: 1fr;
    }

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

    .CommittedContent p {
        margin-bottom: 0px;
    }

    .CommittedContent h3 {
        margin: 0px !important;
        font-size: 16px;
        line-height: normal;
    }

    a.nav-link.dropdown-toggle.custom-link {
        justify-content: space-between;
    }

    .CustomPending, .py-20 {
        padding: 40px 0px;
    }

    .MisionSec .row {
        gap: 20px;
    }

    .ProductsDetailsContent h2.SecTitle, .MisionContent h2{
        text-align: left !important;
        line-height: 28px;
        font-size: 15px;
    }

}