footer {
    background: var(--color-white);
    padding-block: 5rem;
}

.footer_logo figure {
    width: 195px;
    margin-block: 0 3.4rem;
}

.footer_contact_link ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer_contact_link ul li img {
    margin-right: 1rem;
}

.footer_contact_link ul li a {
    color: #000;
    font: var(--text-12);
}

.footer_contact_link ul li a:hover {
    color: var(--color-prime);
}

.footer_right_menu ul {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #E3E3E3;
    padding-block: 0 2rem;
    margin-block: 0 2rem;
}

.footer_right_menu ul li a {
    color: #000;
    font: var(--text-12);
}

.form-group {
    position: relative;
}

.form-group a, .form-group button{
    position: absolute;
    top: .8rem;
    right: 1rem;
}
.subscribe_panel .form-control {
    padding-inline: 2rem;
    padding-block: 1rem;
    height: auto;
    font: var(--text-12);
    color: #000;
    background: #F8F8F8;
    border-radius: 0;
    border: 0;
    padding-right: 3rem;
}

.footer_other_link {
    display: flex;
    gap: 47px;
    align-items: center;
}

.footer_common {
    flex: 0 0 35%;
}

.footer_other_link p,
.footer_other_link p a {
    color: #000;
    font: var(--text-12);
}

.footer_other_link p a:hover,
.footer_right_menu ul li a:hover {
    color: var(--color-prime);
}

.footer_common.subscribe_panel {
    flex: 0 0 24%;
}

.footer_right_panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
}

.footer_right_panel:before {
    width: 1px;
    height: 100%;
    background: #ddd;
    content: "";
    position: absolute;
    left: -9rem;
}

@media (max-width: 1000px) {
    .mobile-menu-wrapper .mobile-buttons {
        display: flex;
        position: fixed;
        bottom: 1rem;
        left: 0;
        right: 0;
        z-index: 9999;
        width: 70%;
        margin: auto;
        gap: 3px;
    }

    .mobile-menu-wrapper .menu-button {
        width: 22%;
        flex-grow: 1;
        border: none;
        background: #000;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1.2rem 0;
    }

    .mobile-menu-wrapper .menu-button svg {
        display: grid;
        height: 2.5rem;
        margin-bottom: 0rem;
        stroke: #fff;
    }

    .mobile-menu-wrapper .menu-button span {
        font-size: 1rem;
        color: #fff;
        font-weight: 600;
    }
}


.popup-trigger {
    /* display: block; */
    /* width: 170px; */
    /* right: 2rem; */
    /* margin: 3em auto; */
    /* text-align: center; */
    /* color: #FFF; */
    /* font-size: 18px; */
    /* padding: 1rem 2rem; */
    /* text-decoration: none; */
    /* font-weight: bold; */
    /* text-transform: uppercase; */
    /* border-radius: 50em; */
    /* background: #35a785; */
    /* box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07); */
    transition: 300ms all;
}

.popup-trigger:hover {
    opacity: .8;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 800ms all;
}

.popup.is-visible {
    opacity: 1;
    visibility: visible;
    transition: 800ms all
}

.popup-close {

    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
}


.popup-container:after {
    content: "";
    visibility: hidden;
    transition: 800ms all;
    background: #000000b0 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 0;
}

.is-visible .popup-container:after {
    opacity: 1;
    visibility: visible;
}

.popup-container {
    transform: translateY(-50%);
    transition: 500ms all;
    position: relative;
    width: 100%;
    margin: 0em auto;
    top: 0;
    padding-block: 16rem;
    padding-inline: 3rem;
    text-align: center;
    opacity: 0;
}

.is-visible .popup-container {
    transform: translateY(0);
    transition: 800ms all;
    opacity: 1;
}

.popup-container .popup-close {
    position: absolute;
    top: 0px;
    font-size: 0;
    right: 8px;
    width: 32px;
    height: 32px;
    z-index: 9;
}


.popup-container .popup-close::before,
.popup-container .popup-close::after {
    content: '';
    position: absolute;
    top: 16px;
    width: 16px;
    height: 1px;
    background-color: #F6821F;
}

.popup-container .popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.popup-container .popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}


.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {

    transition: 500ms all;
}

.mobile-menu-wrapper .menu-button.active svg {
    stroke: #F6821F;
}

.popup-trigger.active span {
    color: #F6821F;
}

/*mobile menu products css*/

.wheel_img {
    width: 100px;
    padding-inline: 1rem 0;
    margin-right: 2.5rem;
}

.wheelers {
    display: flex;
    align-items: center;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border-radius: 10px;
    margin-bottom: 1rem;
    padding-block: 0rem;
    position: relative;
    z-index: 9;
}

.wheel_text {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: stretch;
    width: fit-content;
    position: relative;
}

.icon_wheel {
    width: 6rem;
    text-align: left;
}

.icon_wheel img {
    width: 5rem;
    object-fit: contain;
    height: 3rem;
}

.wheel_text h3 {
    color: #0F1837;
    margin: 0;
}
.wheel_text h3.other{margin-left: 2.3rem;}

/*mobile menu contact css*/

.mobile_contact {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding-block: 0rem 1rem;
    font-size: 20px;
    position: relative;
    z-index: 9;
}

.mobile_contact h3 {
    font-size: 20px;
    background: #F6821F 0% 0% no-repeat padding-box;
    border-radius: 10px;
    font-weight: 900;
    color: #fff;
    padding-block: 1.5rem;
    width: fit-content;
    margin: auto;
    padding-inline: 2rem;
    position: relative;
    top: -3rem;
}

.mobile_contact ul li svg {
    stroke: #F6821F;
    display: block;
    text-align: center;
    margin: 0rem auto 1rem;
}

.mobile_contact ul {
    text-align: center;
    margin-top: -3rem;
    padding-inline: 2rem;
}

.mobile_contact a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.mobile_contact ul li {
    margin-block: 0rem;
    border-bottom: 1px solid #f6821f24;
    padding-block: 2rem;
}

.mobile_contact ul li:last-child {
    margin-bottom: 0;
}

/*mobile menu css start here*/

.menu_mobile {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding-inline: 2rem;
    position: relative;
    z-index: 9;
}

.menu_panel1 {
    background: #F6821F 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding-block: 2rem;
    padding-inline: 2rem;
    position: relative;
    top: -13rem;
}

.menu_mobile a {
    font-size: 16px;
    font-weight: bold;
}

.menu_panel1 li a {
    color: #fff;
    border-bottom: 1px solid #ffffff1f;
    display: block;
    padding-block: .9rem;
    text-align: left;
}


.menu_panel2 {
    margin-top: -12rem;
    padding-bottom: 2rem;
}

.menu_panel2 li a {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    display: block;
    margin-bottom: 0.7rem;
    text-align: left;
    padding-left: 17px;
}

.menu_panel1 li:last-child a {
    border: 0;
    padding-block: 1rem 0;
}

.mobile_contact ul li:last-child {
    border: 0;
}

.wheel_text:after {
    content: "";
    background: #F6821F;
    width: 127px;
    height: 2px;
    position: absolute;
    bottom: -28px;
}

.mobile-menu-wrapper .menu-button:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.mobile-menu-wrapper .menu-button:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mobile-menu-wrapper {
    display: none;
}

/* droup-menu */
.drop_menu {display: none;}
.active > .drop_menu {display: block; /* Only needed if you use CSS transitions */}
#accordian li a:not(:only-child){position: relative;}
#accordian li a:not(:only-child):after {content: "\f105";font-family: fontawesome;position: absolute;right: 10px;top: 8px;font-size: 16px;transition: all 0.3s ease-in-out;}
#accordian .active>a:not(:only-child):after {content: "\f107";font-family: fontawesome;position: absolute;right: 10px;top: 8px;font-size: 16px;transition: all 0.3s ease-in-out;}
ul.drop_menu {padding:10px 15px 16px;background: #e76d04;border-radius: 5px;}
.menu_panel1 .drop_menu li a {padding-block: 0.9rem;font-size: 14px;font-weight: 500;}

@media (max-width:1000px) {
    .footer_right_panel::before {
        display: none;
    }

    .footer_logo figure {
        width: 195px;
        margin: 0 auto 3rem;
    }

    .footer_contact_link ul {
        justify-content: center;
    }

    .footer_right_menu ul {
        flex-wrap: wrap;
    }

    .footer_right_menu ul li {
        width: 46%;
        border-bottom: 1px solid #ddd;
        text-align: center;
        padding: 1rem;
    }

    .footer_contact_link {
        border-bottom: 1px solid #ddd;
        padding-block: 0 2rem;
        margin-block: 0 3rem;
    }

    .footer_right_menu ul li:last-child {
        border: 0px;
    }

    .footer_other_link {
        display: flex;
        gap: 0;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .footer_common {
        flex: auto;
        text-align: center;
    }

    .footer_common.subscribe_panel {
        flex: auto;
        margin-bottom: 2rem;
    }

    footer {
        padding-block: 3rem 10rem;
    }

    .mobile-menu-wrapper {
        display: block;
    }

    .updates {
        padding-block: 4em 6.5em;
        background: var(--color-light);
        position: relative;
    }

    footer .col-md-4,
    footer .col-md-8 {
        flex: 0 0 auto;
        width: 100%;
    }


}

@media (min-width:1000px) and (max-width:1220px) {

    footer .col-lg-10 {
        width: 100%;
    }

    footer .container {
        max-width: 95%
    }

    footer {
        overflow: hidden;
    }

    .footer_right_panel:before {
        left: -3rem;
    }

    .footer_right_menu ul {
        column-gap: 14px;
    }

    .footer_other_link {
        gap: 4px;
    }

    .our-people .swiper-wrapper .swiper-slide {
        width: 50%;
        height: auto;
    }

    .sustainability .content {
        padding-inline: 2rem;
    }

    .footer_right_menu ul li a,
    .footer_other_link p,
    .footer_other_link p a {
        font-size: 9.8px;
    }

    .footer_common.subscribe_panel {
        flex: 0 0 30%;
    }
}

@media (max-width:1599px) {
    footer .col-lg-10.mx-auto {
        width: 100%;
    }

}