p {
    margin-bottom: 1rem;
}

.stellarnav>ul>li>a {
    padding: 0;
    color: #FFFFFF;
    font-family: "Poppins";
    font-weight: 400;
    font-size: 1rem;
    line-height: 2.5;
}



.primaryBtn:hover::before {
    background-color: #000;
}

.primaryBtn:before {
    animation: opacityFallbackOut .5s step-end forwards;
    backface-visibility: hidden;
    background-color: #EBEBEB;
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
    width: 100%;
}

.primaryBtn:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.primaryBtn:hover {
    color: #fff;
}

.primaryBtn:after {
    background-color: #FFFFFF;
}

.primaryBtn span {
    z-index: 1;
    position: relative;
}





.footermenu li a {
    border-right: 2px solid;
    padding: 0 0.5rem;
}

.footermenu li:last-child a {
    border-right: none;
}

.homeContact .contactlinks::after {
    position: absolute;
    top: -20px;
    right: 0;
    content: "";
    height: 90px;
    width: 90px;
    border-right: 1px solid #42464A;
    border-top: 1px solid #42464A;
}

/* 
.contactUS .grid>div:last-child .contactlinks::after {
    display: none;
}


.contactUS .grid>div:nth-child(2) .contactlinks::after {
    border-top: none;
    border-bottom: 1px solid #42464A;
    transform: rotate(90deg);
    right: 0;
}

.contactUS .grid>div:nth-child(3) .contactlinks::after {
    transform: rotate(-90deg);
    right: -18%;
    top: -25px;
} */
.contactUS .homeContact>div:nth-child(2) .contactlinks::after {
    display: none;
}

.homeContact>div:nth-child(3) .contactlinks::after {
    border-top: none;
    border-bottom: 1px solid #42464A;
    transform: rotate(90deg);
    left: -18%;
    bottom: -20px;
    top: unset;
}

.homeContact>div:last-child .contactlinks::after {
    transform: rotate(-90deg);
    left: -18%;
    top: -25px;
}

/* .contactUS .homeContact>div:last-child .contactlinks::after {
    display: none;
} */
.ourVehicles {
    padding-top: 100px;
}

.ourVehicles::after {
    position: absolute;
    content: '';
    background-image: url(../img/vehicle-top.png);
    top: -28%;
    z-index: -1;
    width: 100%;
    max-width: 90%;
    height: 483.26px;
    left: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%);
}

.ourVehicles::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 100px;
    /* Adjust this to control the smudge height */
    background: radial-gradient(circle, #000000, #00000099, #00000099, #00000099, #00000099),
        linear-gradient(to bottom, transparent, #00000099);
    filter: blur(60px);
    /* Apply a blur effect for smooth transition */
    z-index: 2;
}

.featured .swiper-slide-active .imgWrap {
    position: relative;
    animation: scale2 3s linear;
    -webkit-animation: scale2 3s linear;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    right: 0px;
    left: auto;
}

.featured .swiper-slide-active .imgWrap img {
    right: 0;
    position: relative;
}

.featured .swiper-slide-shadow-left {
    display: none;
}

.featured .swiper-slide-shadow-right {
    display: none;
}

@keyframes scale2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        right: -800px;
    }

    100% {
        opacity: 1;
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        right: 0px;
    }
}

.featured .swiper-button-next,
.featured .swiper-button-prev {
    top: 20%;
    height: 86px;
    width: 91px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}

.featured .swiper-button-next::after,
.featured .swiper-button-prev::after {
    color: #FFFFFF;
}

.featured .swiper.mySwiper {
    padding-top: 6rem;
    padding-bottom: 9rem;
    position: relative;
}

.featured .swiper.mySwiper::after {
    position: absolute;
    content: '';
    background-image: url(../img/vehicle-stand.png);
    bottom: 0;
    z-index: -1;
    width: 736px;
    height: 218px;
    left: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%);
}

.featured .swiper.mySwiper .btn {
    position: absolute;
    top: 6%;
    right: 25%;
}

.btn a {
    color: #FFD31B;
    background-color: #1A1C1D;
    border-color: #1A1C1D;
}

.contactUS .swiper-pagination-bullet {
    width: 23px;
    height: 5px;
    background-color: #525252;
    border-radius: 5px;
}

.contactUS .swiper-pagination-bullet-active {
    background-color: #fff;
    width: 45px;
}

.contactUS .swiper.mySwiper {
    padding-bottom: 4rem;
}

.backgroundplay {
    margin-top: -120px;
    padding-top: 130px;
}

.contactfooterList {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px;
}

.contactfooterList li {
    background-image: url('../img/list-bg.png');
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: contain;
    padding: 25px;
}

.contactfooterList li p {
    margin-bottom: 0;
    font-size: 0.901rem;
}

.contactfooterList li p span {
    font-size: 0.776rem;
    margin-bottom: 5px;
}

.contactBottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactBottom img {
    width: 100%;
    max-width: 50%;
}

.about-behindbg::after {
    position: absolute;
    content: '';
    background-image: url(../img/about-roundbg.png);
    top: -5%;
    z-index: -1;
    width: 900px;
    height: 900px;
    left: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%);
}

.about-behindbg img {
    width: 100%;
    z-index: 1;
}

.mixblend-difference {
    mix-blend-mode: difference;
}

.innerBanner h5 {
    left: 20%;
    position: absolute;
}

.homeContact .col-span-2.md\:col-span-3.lg\:col-span-2 {
    width: 14%;
}


footer a:hover,
header .stellarnav a:hover {
    color: #FFD31B;
}

.commonPart .homeContact .contactlinks::after {
    right: -10%;
}

.banner .secondary-heading {
    font-size: 0.938rem;
}

.topHeading .text-heading {
    font-size: 8.438rem;
    line-height: 1.3;
    text-align: center;
}

.centric-approach .text-heading {
    font-size: 10.25rem;
    line-height: 1;
}

.centric-approach .about-behindbg::after {
    height: 663px;
    width: 663px;
    top: 3%;
}

.industry-expertise .text-heading {
    font-size: 9.25rem;
}

.solutionsList {
    position: relative;
    z-index: 1;
}

.solutionsList::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 176px;
    top: -5%;
    right: -25%;
    background: #73787E;
}

.safety.solutionsList::after {
    left: -25%;
    right: auto;
}

.industry_list {
    display: grid;
    grid-template-columns: auto auto;
    gap: 1.5rem;
}

.industry-expertise_wrap {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.industry-expertise_wrap::after {
    position: absolute;
    content: '';
    bottom: 50%;
    right: 0;
    width: 100%;
    max-width: 1053px;
    height: 508px;
    background: #191D22E8;
    z-index: -1;
    transform: translateY(50%);
}

.industry_content_img {
    position: relative;
    z-index: 2;
}

.industry_content_img img {
    transform: rotate(-4.5deg);
    position: relative;
    z-index: 1;
}

.why_choose_us .industry_list {
    position: relative;
    z-index: 1;
    padding: 2rem 3rem 3rem;
    width: 100%;
}

.why_choose_us .industry_list::after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    background: #E40404;
    height: 295px;
    width: 100%;
    max-width: 729px;
    z-index: -1;
}

.why_choose_us .text-heading {
    font-size: 6rem;
    margin-bottom: 30px;
}

.family_owened .text-heading {
    font-size: 6.813rem;
}

.centric-approach p {
    font-size: 15px;
}

.service_rendered_content {
    padding-right: 3rem;
}

.service_list {
    padding-left: 2rem;
}

.service_list.solutionsList::after {
    left: -5%;
}

.our_legacy .future_ready {
    position: relative;
    z-index: 1;
}

.our_legacy .future_ready::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 463px;
    z-index: -1;
    background: #191D22E8;
}

.legacy_text .flex.justify-center {
    position: relative;
    z-index: 2;
}

.safety_commitment .text-heading {
    font-size: 10.25rem;
}

.service_faq .icon{
    height: 27px;
    width: 27px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stellarnav ul ul{
    background: #191D22E8;
}
.stellarnav ul ul li a{
    color: #fff;
}
@media (max-width: 1590px) {
    .text-heading {
        font-size: 12rem;
        line-height: 0.8;
    }

    .text-heading span {
        font-size: 7.7rem;
    }

    .contactUS .text-heading {
        line-height: 0.5;
    }

    .contactUS .text-heading span {
        font-size: 6rem;
        line-height: 0.6;
    }

    /* .secondary-heading {
        font-size: 0.8rem;
    } */
}

@media (max-width: 1450px) {
    .contactBottom {
        padding: 10rem 0;
        margin-top: -7rem;
    }

    .contactlinks,
    .contactfooterList {
        font-size: 0.8rem;
    }

    .text-heading {
        font-size: 11rem;
        line-height: 0.8;
    }

    .about-behindbg::after {
        height: 700px;
        width: 700px;
    }

    .about-behindbg img {
        max-width: 90%;
    }

    .innerBanner h5 {
        left: 16.5%;
    }

    .homeContact .col-span-2.md\:col-span-3.lg\:col-span-2 {
        width: 15%;
    }

    .ourVehicles::after {
        top: -20.1%;
        height: 326.26px;
    }

    .centric-approach .about-behindbg::after {
        left: 55%;
        top: 3%;
        transform: translateX(-45%);
    }

    .safety_commitment .text-heading {
        font-size: 8.25rem;
    }

}

@media (max-width: 1366.99px) {
    .backgroundplay {
        margin-top: -100px;
    }

    .why_choose_us .industry_list::after {
        max-width: 96%;
    }

    .centric-approach .text-heading {
        font-size: 8.5rem;
    }

    .why_choose_us .text-heading {
        font-size: 6rem;
        margin-bottom: 30px;
    }

    .trans_portation .text-heading {
        font-size: 7rem;
    }

    .family_owened .text-heading {
        font-size: 5.813rem;
    }
}

@media (min-width: 1660px) {
    .contactBottom img {
        max-width: 80%;
    }
}

@media (max-width: 1024px) {

    .banner h1,
    h1,
    .innerBanner h2 {
        font-size: 12rem;
    }

    .banner>div.absolute {
        top: 10%;
    }

    .ourVehicles .max-w-5xl {
        max-width: 80%;
    }

    .featured .swiper.mySwiper {
        padding-top: 4rem;
        padding-bottom: 6rem;
        position: relative;
    }

    .featured .swiper.mySwiper::after {
        position: absolute;
        width: 430px;
        height: 135px;
    }

    .featured .swiper.mySwiper .btn {
        position: absolute;
        top: 4%;
        right: 6%;
    }

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

    .stellarnav .menu-toggle span.bars span {
        background: #fff;
    }

    .stellarnav.mobile.right>ul {
        z-index: 99;
        background: #000;
    }

    .stellarnav.mobile.left .close-menu,
    .stellarnav.mobile.right .close-menu {
        padding: 5px 15px 0 0;
    }

    .stellarnav.mobile>ul>li>a {
        padding: 5px 15px;
    }

    .stellarnav .icon-close:after,
    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }

    .aboutUs {
        padding-top: 0;
    }

    .ourVehicles::after {
        top: -17.2%;
        height: 199.26px;
    }

    .contactUS .text-heading {
        line-height: 1;
    }

    .innerBanner>div.absolute {
        top: 10%;
    }

    .text-heading {
        font-size: 8rem;
        line-height: 1;
    }

    .innerBanner img {
        max-width: 90%;
        margin: auto;
        width: 100%;
    }

    .innerBanner h5 {
        left: 9.5%;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .about-behindbg::after {
        height: 300px;
        width: 300px;
        left: 40%;
    }

}

@media (max-width: 991px) {
    .text-heading {
        font-size: 7rem;
        line-height: 1;
    }

    .contactUS .text-heading span {
        font-size: 4.5rem;
        line-height: 1.9;
    }

    .banner {
        padding-top: 10rem;
        padding-bottom: 5rem;
    }

    .backgroundplay {
        margin-top: -60px;
        padding-top: 60px;
    }

    .featured .swiper-button-next,
    .featured .swiper-button-prev {
        height: 50px;
        width: 50px;
    }

    .featured .swiper-button-next::after,
    .featured .swiper-button-prev::after {
        font-size: 20px;
    }

    p {
        font-size: 14px;
    }

    .contactfooterList {
        grid-template-columns: auto auto;
        gap: 5px;
    }

    .contactUS .commonPart {
        background-position: left;
        background-size: cover;
        margin-top: -7rem;
        padding-top: 15rem;
        padding-bottom: 1rem;
        padding-left: 5rem;
    }

    .contactBottom {
        padding: 7rem 0;
        margin-top: -5rem;
        padding-bottom: 0;
    }

}

@media (max-width: 820px) {

    .banner h1,
    h1,
    .innerBanner h2 {
        font-size: 8rem;
    }

    .banner>div.absolute {
        top: 5%;
    }
}

@media (max-width: 576px) {

    .banner h1,
    h1,
    .innerBanner h2 {
        font-size: 4.5rem;
    }

    .text-heading {
        font-size: 3rem;
        text-align: center;
    }

    .contactUS .text-heading span {
        font-size: 2rem;
        line-height: 1.9;
    }

    .banner ul li {
        justify-content: center;
    }

    .banner {
        padding-top: 7.2rem;
        padding-bottom: 8rem;
    }

    .backgroundplay {
        margin-top: -25px;
        padding-top: 25px;
    }

    .aboutUs {
        padding-left: 12px;
        padding-right: 12px;
        text-align: center;
    }

    .aboutUs img {
        height: 250px;
    }

    .mobile {
        justify-content: center;
        align-items: center;
    }

    .ourVehicles::after {
        top: -12.6%;
        height: 108px;
    }

    .ourVehicles {
        padding-top: 50px;
    }

    .ourVehicles .max-w-5xl {
        max-width: 95%;
    }

    .featured .swiper.mySwiper::after {
        width: 325px;
        height: 130px;
    }

    .contactUS .homeContact {
        flex-direction: column;
        padding-top: 3rem;
        justify-content: center;
        text-align: center;
    }

    .contactUS .homeContact>div {
        margin-bottom: 2rem;
    }

    .homeContact .contactlinks::after {
        content: normal;
    }

    .btnText {
        text-align: center;
    }

    .footermenu {
        display: grid;
        grid-template-columns: auto auto;
    }

    .footermenu {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: unset;
        text-align: center;
        margin-bottom: 1rem;
    }

    .footermenu li a {
        border: none;
    }

    .content {
        font-size: 14px;
        line-height: 1.34;
        margin-top: 1.2rem;
    }

    p,
    .contactUS ul li,
    .contactUS table td {
        font-size: 14px;
    }

    .contactUS,
    .contactUS table th {
        text-align: center;
    }

    .contactUS ul {
        justify-content: center;
    }

    .innerBanner h5 {
        left: 8.5%;
        text-align: center;
        font-size: 14px;
    }

    .about-behindbg::after {
        height: 150px;
        width: 150px;
        left: 40%;
    }

    .innerBanner.aboutUS.innerBanner img {
        margin-left: 0
    }

    .contactfooterList {
        grid-template-columns: auto;
        gap: 5px;
    }

    .contactUS .commonPart {
        background-position: left;
        background-size: cover;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 1rem;
        padding-left: 0;
        background-image: none;

    }

    .contactUS .commonPart h4 {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    .contactUS .commonPart .homeContact {
        padding-top: 1rem;
    }

    .contactUS .commonPart ul.contactfooterList {
        text-align: left;
    }
}

@media (max-width: 330px) {
    .text-heading {
        font-size: 2rem;
    }

    .contactUS .text-heading span {
        font-size: 1.5rem;
        line-height: 1.9;
    }

    .contactUS .homeContact {
        padding-top: 1rem;
    }

    .content,
    p,
    .contactUS ul li,
    .contactUS table td {
        font-size: 12px;
    }

    .aboutUs img {
        height: 150px;
    }

    .aboutUs .mobile .flex h2 {
        margin-left: 0;
    }

    .banner>div.absolute {
        top: 2%;
    }

    .banner h1,
    h1 {
        font-size: 3.5rem;
    }

    .innerBanner {
        padding-top: 10rem;
        padding-bottom: 1rem;
    }

    .innerBanner img {
        width: 100%;
        max-width: 65%;
        margin: auto;
    }

    .innerBanner h5 {
        left: 8.5%;
        text-align: center;
        font-size: 12px;
    }
}