﻿.searchBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 39px;
    height: 48px;
    transition: 300ms;
}

.menu-icons {
    display: none;
}

.footer-1 {
    padding: 10px;
    background: hwb(0deg 100% 0% / 10%);
    border-radius: 32px 32px 0 0;
    padding-top: 20px;
    text-align: center;
}

.dropdown-item {
    cursor: pointer;
}

    .dropdown-item:hover, .dropdown-item:active, .dropdown-item:focus {
        background: transparent !important;
    }

.navbar-toggler-icon-opened {
    background-image: none !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
}

@media (min-width: 992px) {
    .menu-icons {
        display: none;
    }

    .navbar-nav {
        line-height: 50px;
        margin-top: 13px;
    }

    .MainMenu {
        padding-right: 70px !important;
        margin-top: -30px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        right: -20px !important;
    }
}

.followus:after {
    content: '';
    width: 40px;
    border-bottom: 2px solid #fcaf17;
    display: inline-block;
    margin-right: 5px;
}

.followus:before {
    content: '';
    width: 40px;
    border-bottom: 2px solid #fcaf17;
    display: inline-block;
    margin-left: 5px;
}


.followus {
    color: white;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

.mobilecallnow {
    position: fixed;
    bottom: 0px;
    z-index: 2;
    left: 0px;
    right: 0px;
    box-shadow: 0 -2px 20px 0px #d79410;
}


#mainFooter {
    background: url(/image/layout/NewLayout/footerBG.jpg);
    margin-right: 50px;
    margin-left: 50px;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-1 p {
    color: white;
    text-align: justify;
}



@media screen and (max-width:992px) {
    #mainFooter {
        margin-right: 0px;
        margin-left: 0px;
        font-size: 16px;
    }

    .followus {
        font-size: 3.2vw;
    }

    .MainMenu {
        line-height: 30px;
        height: 100vh;
        background: #fff !important;
        box-shadow: 1px 3px 8px rgba(0, 0, 0, .3);
    }

    .nav-link {
        color: #000 !important;
        font-size: 14px !important;
        font-weight: bold;
    }

    .MainMenu a {
        text-align: right;
        /* padding-right:25px !important; */
    }

    .MainMenu::-webkit-scrollbar {
        display: none;
    }

    .MainMenu .nav-item:last-child a {
        text-align: center !important;
    }


    .bluenav {
        margin: 0px !important;
        max-width: 100% !important;
        border-radius: 0px !important;
    }

    .aboutusTitle {
        text-align: center;
        font-size: 18px;
        line-height: 45px;
    }

    .copyright {
        margin-bottom: 170px;
        font-size: 3vw;
        display: inline-block;
        width: 100%;
    }

    .mobile-slide-nav {
        transition: all .3s;
        transform: translateX(120%);
        margin-top: 4px;
        width: 100vw;
        height: 100vh;
        margin-left: -12px;
        background: #0008;
    }

    .mobile-slide-nav-show {
        transform: translateX(0%);
    }

    .nav-link:hover .menu-down-arrow {
        transition: all .3s;
    }

    .menu-open-arrow {
        transform: rotate(180deg);
    }
}

.aboutusTitle {
    padding-bottom: .5rem;
    font-size: 15px;
    font-weight: 700;
    color: #FCAF17;
}

@media screen and (max-width:992px) {
    .footer-1 {
        border-radius: 18.5px !important
    }

    .navbar-brand img {
        height: 36px;
    }

    .navbar-brand {
        padding: 0;
        margin: 0 !important;
        margin-top: -3px !important;
    }

    .mobile-header {
        align-items: center;
    }

    .search-icon-container {
        padding-top: 0 !important;
    }

    .mobile-menu-items-container {
        margin-top: 12px;
    }

    .vehicle-list {
        margin-right: 9px !important;
    }
}

.nav-link:hover .menu-down-arrow {
    color: #FCAF17 !important;
}


@media screen and (min-width:992px) {
    #mainFooter {
        border-radius: 32px 32px 0 0;
    }

    .copyright {
        border-radius: 16px 16px 0 0;
        margin: 0 20px;
    }

    .menu-down-arrow {
        margin-right: 6px;
        color: #fff !important;
    }

    .nav-scrolled .MainMenu {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto !important;
    }
}


.mobilecallnow > .MrBatriYellowBg {
    border-radius: 0px !important;
    border: none !important;
}

iframe#goftino_w {
    z-index: 99999999999;
}

.search {
    color: white;
}

.searchBox.active > .search {
    color: darkgray;
}

.searchBox.active {
    transition: 200ms;
    width: 270px;
    background: white;
}

    .searchBox.active .close-search {
        transition: 500ms;
        scale: 1;
    }

.searchBox .search,
.searchBox .close-search {
    position: relative;
    min-width: 45px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchBox .close-search {
    scale: 0;
}

.searchBox .searchInput {
    position: relative;
    height: 48px;
    background-color: #f00;
}

    .searchBox .searchInput input {
        border: 0;
        outline: 0;
        width: 100%;
        height: 100%;
        font-size: 16px;
    }

.dropdown-submenu {
    width: max-content;
    margin-bottom: 14px !important;
}

.mobile-sub-menu {
    background: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100% !important;
    border: none !important;
    border-right: 1px solid #ddd !important;
    padding: 10px 16px 10px 0 !important;
    margin-right: 20px !important;
    transition: all .3s;
}

.menu-item-wrapper {
    margin-left: 45px
}


.show-more-btn {
    width: auto !important;
}

    .show-more-btn p {
        margin-bottom: 0 !important;
    }

    .show-more-btn a p:hover, .show-all-link:hover {
        color: #FCAF17 !important;
    }

.cars-list {
    margin-top: 0 !important;
    width: auto !important;
}

.battery-list {
    width: auto !important;
}

.show-all-link {
    color: #0d6efd;
    margin-top: -6px;
    margin-right: -4px;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

    .show-all-link a {
        color: #0d6efd;
    }

.car-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999999999999;
    padding: 0;
}

#car-popup-box {
    background: white;
    padding: 24px 16px;
    max-width: 640px;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    margin: 0 auto;
    border-radius: 1px;
    text-align: center;
    position: relative;
    transform: scale(0.5);
    top: 50%;
    transform: translateY(-50%) !important;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
}

    #car-popup-box::-webkit-scrollbar {
        display: none;
    }

#close-popup {
    position: absolute;
    top: 16px !important;
    left: 16px;
    cursor: pointer;
}

.banner-message-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

    .banner-message-container h5 {
        font-size: 1.25rem !important;
    }

.separator {
    width: calc(100% + 32px) !important;
    margin-right: -16px;
    border: 1px solid #eee;
}

.car-brand-wrapper, .car-tip-container {
    width: 100%;
    padding: 0 2px;
}

.car-tip-container {
    background: #fff;
    position: absolute;
    top: 187px;
    right: 0;
    height: 100%;
    transform: translateX(-100%);
    transition: all .3s;
    padding: 0 16px;
    margin-top: -23px;
}

.car-tip-container-deactive {
    transform: translateX(-100%);
}

.car-tip-container-active {
    transform: translateX(0%);
}


.car-brand-tip-card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    cursor: pointer;
}

    .car-brand-tip-card:not(:last-child) {
        border-bottom: 1px solid #eee;
    }

.back-btn {
    text-align: right;
    color: blue;
    padding-right: 1px;
    margin-bottom: 20px;
    display: block;
    cursor: pointer;
}

.car-select-input {
    margin-left: 1px;
}

.brand-name {
    font-size: 15px;
    margin-bottom: 0;
}

.navigate-icon {
    color: #666;
}

.MainMenu a:active .nav-link {
    background: #ddd;
}

.logo-img {
    width: 147px;
}

.online-shop-btn {
    width: 139.375px !important;
    border-radius: 24px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px !important;
    color: #363434 !important;
    background: #FCAF17 !important;
    border: none !important;
    font-size: 16px !important;
    height: 48px !important;
    padding-top: 12px !important;
}

@media screen and (min-width:992px) {
    .mobile-sub-menu {
        width: 600px !important;
        top: 66px !important;
        padding: 1.5rem;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, .3) !important;
        border-radius: 10px !important;
    }

    .show-more-btn {
        width: auto !important;
    }

    .cars-list {
        margin-top: 0 !important;
    }

    .submenu {
        background: rgb(250, 250, 250);
        box-shadow: 2px 2px 8px rgba(0,0,0,.2);
    }

    .mega-menu-limited {
        width: 60% !important;
    }
}

@media screen and (max-width:768px) {
    .show-more-btn {
        width: 100% !important;
        margin-top: 14px !important;
    }

        .show-more-btn p {
            font-size: 12px !important;
        }

    .battery-list {
        width: 100% !important;
    }

        .battery-list p {
            font-size: 12px;
            color: #444;
        }

    .cars-list p {
        font-size: 12px;
        color: #444;
    }

    .dropdown-item {
        font-size: 12px !important;
        color: #666 !important;
    }

    .cars-list {
        margin-top: 14px !important;
        width: 100% !important;
    }

    .nav-link {
        padding-right: 20px !important;
    }

    .menu-item-wrapper {
        padding-right: 8px !important;
    }
}

.login-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .login-wrapper img {
        width: 85%;
    }

@media screen and (max-width:1250px) {
    .nav-link {
        font-size: 10px;
    }
}

@media screen and (max-width:1319px) {
    .login-wrapper {
        margin-left: 14px !important;
    }
}

@media screen and (max-width:1285px) {
    .logo-img {
        width: 150px;
    }

    .searchBox.active {
        width: 240px;
    }

    .online-shop-btn {
        width: 120px;
    }
}

@media screen and (max-width:1199px) {
    .logo-img {
        width: 132px;
    }

    .login-wrapper {
        width: 46%;
    }

    #call {
        width: 30%;
    }

    #call-not-login {
        width: 85%;
    }

    .login-btn, .call-btn {
        width: 100%;
    }

    .searchBox, .searchBox .searchInput, .searchBox .search, .searchBox .close-search {
        height: 43px;
    }

        .searchBox.active {
            width: 210px;
        }

    .online-shop-btn {
        width: 115px !important;
        height: 43px !important;
        padding-top: 10px !important;
    }
}

.left-btn-wrapper, .left-btn-wrapper-logout {
    justify-content: flex-end;
}

@media screen and (max-width:1135px) {
    .left-btn-wrapper {
        justify-content: flex-start !important;
        margin-left: -74px;
    }

    .left-btn-wrapper-logout {
        justify-content: flex-start !important;
    }
}

@media screen and (max-width:1061px) {
    .searchBox.active {
        width: 175px;
    }

    .MainSearch::placeholder {
        font-size: 12px;
    }

    .MainSearch {
        padding-right: 16px !important;
        margin-top: -2px;
    }

    .online-shop-btn {
        width: 90px !important;
        padding-top: 12px !important;
        margin-right: 10px !important;
        font-size: 12px !important;
    }
}

.contentBody * {
    font-family: IRANSans !important;
}

.contentBody h2 span, .contentBody h3 span {
    font-size: 22px;
    font-weight: bold;
}

.contentBody img {
    width: 100%;
    border-radius: 10px;
}

.contentBody .MsoNormal {
    padding-right: 0 !important;
}

.dynamic-form:has(#JobRequest) {
    background: #fff !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    border: 1px solid #ddd;
    padding-bottom: 10px;
    padding: 24px 16px !important;
}

    .dynamic-form:has(#JobRequest) label {
        color: #000 !important;
    }

#content-container .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.deskradius .mrbatricontactus {
    display: block !important;
}

.mrbatricontactus {
    display: none;
}

#content-container .container > div > div {
    width: 100%;
    padding: 0 !important;
}

    #content-container .container > div > div > div {
        margin-bottom: 16px !important;
    }

@media screen and (max-width:1400px) {
    .jobs-album {
        column-width: 260px !important;
    }
}

@media screen and (max-width:768px) {
    #content-container .container > div > div {
        margin-top: 25px;
    }

    .jobs-album {
        display: flex;
        flex-wrap: wrap;
        max-height: 682px !important;
        overflow-y: auto !important;
    }
}

@media screen and (max-width:574px) {
    .jobs-image-wrapper {
        height: 62vw !important;
        font-size: 5.5vw !important;
    }
}

.flip-card {
    background-color: transparent;
    perspective: 1000px;
    height: 210px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

    .flip-card-inner p {
        margin-top: 20px !important;
    }

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flip-card-front {
    background-color: #fff;
    color: black;
}

.flip-card-back {
    background-color: #005baa;
    color: white;
    transform: rotateY(180deg);
}

    .flip-card-back p {
        margin: 0;
        padding: 0;
    }

.nav-container {
    position: fixed;
    top: 0px;
    z-index: 999999999;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    height: 240px;
    transition: background 0.5s;
    transition: top 0.25s;
    padding-top: 20px;
}

.nav-link {
    width: max-content;
}

.nav-scrolled .bluenav {
    border-radius: 0;
    transition: border-radius 0.5s;
    margin: 100px 0;
}

.bluenav {
    background: #005baa;
    border-radius: 20px;
    margin: 100px 50px;
    transition: border-radius 0.5s;
}

.fixed-top {
    align-items: baseline;
}

.car-search-input::placeholder {
    font-size: 12px;
}

.logo-container {
    width: 130px !important;
    display: inline-block !important;
    margin-top: -6px !important;
}

.footer-cta {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 100px;
    box-shadow: -1px -1px 4px rgba(0, 0, 0, .5);
}

.footer-logo {
    max-width: 100%;
    padding-bottom: 15px;
    width: 160px;
}