.maan-footer {
    background-color: var(--color-blue);
    font-family: var(--secondary-font);
    padding-top: 160px;
    position: relative;
}

/* .maan-footer h2 {
    font-family: var(--heading-font);
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
} */

.maan-footer h2 span {
    font-weight: 400;
    font-family: var(--secondary-font);
    font-style: italic;
}

.maan-footer .footLogoDiv {
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;

    img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin-bottom: 0 !important;
    }
}

.maan-footer .go2Top {
    left: 0;
    right: 0;
    top: -37px;
    width: 74px;
    height: 74px;
    margin: auto;
    display: flex;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: var(--color-red);
    border: 6px solid rgba(237, 239, 244, 1);

}

.footer-main-heading {
    position: relative;
    display: inline-block;
}

.footerhvrArr {
    position: fixed;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: var(--color-red);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 9999;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: auto;
    /* makes it clickable */
}

.footerhvrArr img {
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
}

/* when active */
.footerhvrArr.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.footer-desc {
    color: #cfd9ff;
    line-height: 1.6;
    font-size: 18px;
    font-family: "Work Sans", sans-serif;
    padding-left: 10px;
}

.footer-social {
    padding-left: 10px;
}

.dealership-left {
    width: calc(100% - 235px);
}

.dealership-right {
    width: 235px;
}

.footer-social a {
    width: fit-content;
    /* margin-right: 16px; */
}

.footer-social img {
    width: 30px;
    transition: transform 0.3s ease;
}

.footer-social img:hover {
    transform: scale(1.1);
}

.maan-footer a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}

.contact-info {
    padding: 40px 0;
    padding-bottom: 53px;
}

.nav-link-f {
    padding: 35px 0;
    border-top: 1px solid #FFFFFF40;
    border-bottom: 1px solid #FFFFFF40;
}

.maan-footer a:hover {
    /* color: #ffcc00; */
}

.footer-bottom .container {
    padding: 0 20px;
}

.nav-link-f a {
    text-decoration: none;
    transition: 0.4s;
    font-size: 18px;
}

.nav-link-f a:hover {
    color: #ffcc00;
}

/* .each-f {
    margin-bottom: 25px !important;
} */

.each-f:not(:last-child) {
    border-right: 1px solid #fff;
}

.each-f:not(:first-child) {
    padding-left: 80px;
}

.icon-img {
    width: 60px;
    line-height: 30px;
    /* margin-right: 20px; */
}

.contact-info p {
    width: calc(100% - 60px);
    padding-left: 14px;
}

.contact-info p,
.contact-info a {
    font-size: 20px;
    color: #e8e8e8;
}

/* Red angled bottom bar */
.footer-bottom {
    background-color: var(--color-red);
    position: relative;
}

.footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    top: 0;
    width: 17px;
    height: 100%;
    background-color: var(--color-blue);
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.footer-bottom::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 17px;
    height: 100%;
    background-color: var(--color-blue);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom p {
    font-size: 14px;
}

.footer-bottom a:hover {
    color: #ffcc00;
}

@media (max-width: 768px) {
    .footer-desc {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }
}




/* footer animation */

.footerTop {
    /* padding: 110px 0px; */
    /* border-bottom: 1px solid #ffffff40; */
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
    position: relative;
}

.footerTopHead span {
    font-family: var(--secondary-font);
    font-weight: 400;
    font-style: italic;
}

.maan-footer .footerTopHead {
    font-size: 100px;
    font-family: var(--heading-font);
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    /* background: linear-gradient(to right, #ff8328 30%, #ffd703);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; */
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    /* -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: colorshift;
    animation-name: colorshift;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; */
}

.f-logo-content-wrap {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 115px;
}

.f-logo-content-wrap

/* 
@keyframes colorshift {
        background: linear-gradient(to right, #ff8328 30%, #ffd703);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

    100% {
        background: linear-gradient(90deg, rgba(255, 131, 40, 1) 0%, rgba(255, 215, 3, 1) 58%, rgba(0, 212, 255, 1) 100%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }
} */
.footHvrCir {
    position: fixed;
    top: calc(55% + 30px);
    left: 0px;
    overflow: visible;
    z-index: 1000;
    pointer-events: none;
    transition: 0.6s;
    transform: scale(0) translate(-50%, -50%);
}

.footHvrCir {
    position: fixed;
    top: calc(55% + 30px);
    left: 0px;
    overflow: visible;
    z-index: 1000;
    pointer-events: none;
    transition: 0.6s;
    transform: scale(0) translate(-50%, -50%);
}

.footerTopText:hover .footHvrCir {
    top: calc(55% + 30px) !important;
    transform: scale(1) translate(-50%, -50%);
}

.footHvrCir {}

.footHvrCir {
    position: absolute;
    right: 30%;
    bottom: 60px;
    width: 68px;
    height: 68px;

    background: var(--color-red);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
}

.footerTop>a.footHvrCir {
    transition: none !important;
}

.footHvrCir img {
    /* width: 40px; */
    transform: rotate(45deg);
    height: auto;
    object-fit: contain;
}

.footHvrCir:hover {
    color: #fff;
}

.sideformOverflow {
    display: none;
}

.sideFormWrap {
    .sideformOverflow {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: block;
        background-color: #0000008c;
        z-index: 250;
        backdrop-filter: blur(3px);
    }
}


/* responsive */

@media(max-width: 1768px) {
    .icon-img {
        width: 36px;
    }
}

@media(max-width: 1440px) {
    .maan-footer {
        padding-top: 100px;
    }

    /* .maan-footer .footLogoDiv {
        img {
            width: 240px;
        }
    } */

    .maan-footer .footerTopHead {
        font-size: 70px;
    }

    .contact-info p,
    .contact-info a {
        font-size: 16px;
    }

    /* .icon-img {
        width: 48px;
    } */

    .contact-info p {
        width: calc(100% - 48px);
    }

    .footHvrCir {
        width: 50px;
        height: 50px;
    }
}

@media(max-width: 1366px) {

    .maan-footer {
        padding-top: 90px;
    }

    .f-logo-content-wrap {
        gap: 80px;
    }

    /* .maan-footer .footer-logo {
        min-width: 240px;
    } */

    .footer-desc {
        font-size: 16px;
    }

    .nav-link-f a {
        font-size: 16px;
    }

    .contact-info p,
    .contact-info a {
        font-size: 18px;
    }

    .each-f:not(:first-child) {
        padding-left: 60px;
    }

    .icon-img {
        width: 30px;
    }

    .contact-info p {
        width: calc(100% - 38px);
    }

    .contact-info p,
    .contact-info a {
        font-size: 14px;
    }

    .footer-bottom {
        p {
            font-size: 13px !important;
        }

        .text-md-start {
            p {
                font-size: 14px !important;

                a {
                    font-size: 14px;
                }
            }
        }
    }
}

@media(max-width: 1280px) {
    .maan-footer .footerTopHead {
        font-size: 74px;
    }
}

@media(max-width: 1024px) {

    .maan-footer .footerTopHead {
        font-size: 70px;
        line-height: 1.1;
    }

    .f-logo-content-wrap {
        gap: 60px;
        flex-wrap: wrap;
    }

    /* .maan-footer .footer-logo {
        min-width: 240px;
    } */

    .footer-desc {
        font-size: 15px;
        line-height: 1.5;
    }

    .footer-social img {
        width: 28px;
    }

    .footer-social a {
        margin-right: 12px;
    }

    .nav-link-f {
        padding: 30px 0;
    }

    .nav-link-f a {
        font-size: 15px;
    }

    .contact-info {
        padding: 35px 0;
        padding-bottom: 45px;
    }

    .contact-info p,
    .contact-info a {
        font-size: 16px;
    }

    /* .icon-img {
        width: 50px;
        margin-right: 15px;
    } */

    .each-f:not(:first-child) {
        padding-left: 16px;
    }

    .footHvrCir {
        width: 60px;
        height: 60px;
        right: 25%;
        bottom: 50px;
    }

    .footHvrCir img {
        width: 28px;
    }

    .maan-footer .go2Top {
        width: 68px;
        height: 68px;
        top: -34px;
    }

    .footerTop {
        align-items: center;
        gap: 30px;
    }

    .footHvrCir {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible;
        transform: scale(1) !important;
        position: static !important;
        width: 50px;
        height: 50px;

        img {
            width: 16px;
        }
    }
}

@media(max-width: 991px) {

    /* Footer */
    .footerTopHead {
        font-size: 70px;
    }

    /* .maan-footer .footLogoDiv {
        img {
            width: 194px;
        }
    } */

    .maan-footer .footLogoDiv {
        width: 250px;
        height: auto;
        display: flex;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
        margin: 0 auto 20px;

        img {
            min-width: auto;
            /* margin: 0 auto 20px; */
        }
    }

    .nav-link-f .d-flex {
        flex-wrap: wrap;
        gap: 15px;
        row-gap: 10px;
    }

    .footer-social {
        justify-content: center;
    }

    .maan-footer {
        padding-top: 80px;
    }


    .maan-footer .footerTopHead {
        font-size: 60px;
    }


    .footer-desc {
        text-align: center;
    }

    .f-logo-content-wrap {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        text-align: center;
    }

    /* .maan-footer .footer-logo {
        min-width: 220px;
        margin: 0 auto 20px;
    } */

    .footer-desc {
        font-size: 15px;
    }


    .nav-link-f {
        padding: 25px 0;
    }

    .nav-link-f .d-flex {
        flex-wrap: wrap;
        gap: 12px;
        row-gap: 8px;
    }

    .nav-link-f a {
        font-size: 14px;
    }


    .each-f:not(:first-child) {
        padding-top: 0px;
    }

    .contact-info p,
    .contact-info a {
        font-size: 15px;
    }


    .footer-bottom {
        padding: 15px 0 !important;
    }

    .footer-bottom .container {
        flex-direction: column;
        gap: 12px;
        text-align: center !important;
    }

    .footer-bottom p {
        font-size: 13px;
    }

    .maan-footer .go2Top {
        width: 64px;
        height: 64px;
        top: -32px;
    }
}

@media(max-width: 840px) {
    .contact-info {
        padding-top: 0 !important;
    }

    .icon-img {
        margin-bottom: 10px;
    }

    .each-f {
        width: 100% !important;
        justify-content: center !important;
        display: inline-flex !important;
        flex-direction: column;
        padding: 10px 0;
        border-right: none !important;

        &:not(:last-child) {
            border-bottom: 1px solid #ffffff5c;
        }

        p {
            width: auto;
        }
    }

    .each-f:not(:first-child) {
        padding-left: 0;
        padding-top: 10px;
    }
}

@media(max-width: 767px) {

    .maan-footer .footerTopHead {
        font-size: 54px;
    }

    .maan-footer .footLogoDiv {
        width: 220px;
    }

    .footer-bottom::before,
    .footer-bottom::after {
        content: normal;
    }

    .maan-footer {
        padding-top: 50px;
    }

    .footer-logo {
        margin: auto;
    }

    .maan-footer .col-md-4 {
        text-align: center;
    }

    .footHvrCir {
        display: none;
    }

    /* Footer */
    .footerTopHead {
        font-size: 50px;
        line-height: 45px;
    }

    .f-logo-content-wrap {
        text-align: center;
    }

    .footer-logo {
        margin: 0 auto 20px;
    }

    .footer-desc {
        font-size: 15px;
        line-height: 22px;
    }

    .nav-link-f .d-flex {
        flex-direction: column;
        gap: 10px;
        margin-top: 0 !important;
    }

    .nav-link-f .d-flex div {
        width: 100%;

    }

    .contact-info {
        flex-direction: column;
    }

    .contact-info .each-f {
        width: 100%;
        justify-content: flex-start !important;
    }

    .footer-social {
        gap: 0 !important;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 0;
        text-align: center !important;
    }

    .footer-bottom .container {
        gap: 0;

        p:not(:last-child) {
            margin-bottom: 10px;
        }
    }

}

@media(max-width: 575px) {

    /* Footer */
    .footerTopHead {
        font-size: 40px;
        line-height: normal;
    }

    .footHvrCir {
        width: 40px;
        height: 40px;
    }

    .footer-logo {
        width: 150px;
    }

    .footer-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-social a {
        width: 35px;
        height: 35px;
    }

    .nav-link-f {
        padding: 20px 0;
    }

    .nav-link-f .d-flex div a {
        font-size: 14px;
    }

    .contact-info .each-f {
        font-size: 14px;
    }

    .contact-info .icon-img {
        width: 30px;
        margin-right: 0 !important;
    }

    .footer-bottom p {
        font-size: 12px;
    }

    .maan-footer {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .footerTop {
        margin-bottom: 30px;
    }

    .maan-footer .footerTopHead {
        font-size: 44px;
        line-height: 1;
    }

    /* .maan-footer .footerTopHead span {
        display: block;
    } */

    .maan-footer .footLogoDiv {
        width: 190px;
    }

    .footHvrCir {
        width: 42px;
        height: 42px;
    }

    .footHvrCir img {
        width: 16px;
    }

    .f-logo-content-wrap {
        gap: 25px;
    }

    /* .maan-footer .footer-logo {
        min-width: 200px;
        width: 200px;
    } */

    .footer-desc {
        font-size: 14px;
        line-height: 1.5;
    }

    .footer-social {
        margin-top: 20px !important;
    }

    .footer-social img {
        width: 26px;
    }

    .footer-social a {
        margin-right: 10px;
    }

    .nav-link-f {
        padding: 20px 0;
    }

    .nav-link-f .d-flex {
        flex-direction: column;
        gap: 8px;
        margin-top: 0 !important;
    }

    .nav-link-f .d-flex>div {
        width: 100%;
        /* text-align: left !important; */
    }

    .nav-link-f a {
        font-size: 14px;
        display: block;
        padding: 8px 0;
    }

    .contact-info {
        padding: 25px 0;
        padding-bottom: 35px;
    }

    .contact-info .row {
        gap: 20px;
    }

    .each-f {
        flex-direction: column;
        align-items: center !important;
        text-align: center;
        padding: 15px 0;
    }

    .each-f:not(:last-child) {
        padding-bottom: 15px;
    }

    .each-f:not(:first-child) {
        padding-top: 15px;
    }

    .icon-img {
        width: 40px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .contact-info p,
    .contact-info a {
        font-size: 14px;
        text-align: center;
    }

    .footer-bottom {
        padding: 12px 0 !important;
    }

    .footer-bottom .container {
        padding: 0 15px;
    }

    .footer-bottom p {
        font-size: 12px;
        margin-bottom: 8px !important;
    }

    .footer-bottom::before,
    .footer-bottom::after {
        width: 12px;
    }

    .maan-footer .go2Top {
        margin: 0;
        width: 56px;
        left: 50%;
        transform: translateX(-50%);
        height: 56px;
        top: -30px;
        border-width: 5px;
    }

    .maan-footer .go2Top img {
        width: 14px;
    }

    .fixedEnqBtn {
        display: none;
    }
}

@media(max-width: 420px) {
    .maan-footer .footLogoDiv {
        width: 180px;
    }
}

@media(max-width: 399px) {

    /* Footer */
    .footerTopHead {
        font-size: 34px;
    }
}