.company-logo img {
    width: 100%;
    max-width: 150px;
}


.footer_section .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 18%;
}

.footer_section .row-cols-xl-5>.foot_about_us {
    width: 26%;
}

.foot_about_us p {
    color: #FFF;
    line-height: 24px;
    font-size: 14px;
    margin-top: 27px;
}

.siteby {
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-open-sans);
    letter-spacing: 1px;
}

.siteby a {
    color: var(--primary-color1);
}

.footer-btm-menu.footer-btm {
    padding: 0;
    border: none;
}

.video_img {
    margin-bottom: 15px;
    position: relative;
}

.pulsating-play-btn {
    width: 50px;
    height: 50px;
    background: radial-gradient(var(--primary-color1) 50%, color-mix(in srgb, var(--primary-color1), transparent 75%) 52%);
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
}

.pulsating-play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-play-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid color-mix(in srgb, var(--primary-color1), transparent 30%);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all .4s cubic-bezier(.55, .055, .675, .19);
}

.pulsating-play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
}

.pulsating-play-btn:hover:after {
    border-left: 15px solid var(--primary-color1);
    transform: scale(20);
}

.category_box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.category_box img {
    transition: all 0.5s ease;
}

.category_box:hover img {
    transform: scale(1.1);
}

.category_box .overlay {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    padding: 30px;
    transition: all 0.5s ease;
    z-index: 2;
}

.category_box:hover .overlay {
    bottom: 0;
}

.category_box .overlay h4 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 26px;
}

.category_box .overlay p {
    color: #FFF;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 19px;
    margin-bottom: 25px;
}

.category_box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 34%);
    z-index: 1;
}

.category_box .overlay a {
    color: #FFF;
    padding: 4px 16px;
    letter-spacing: 0.4px;
    opacity: 0;
}

.category_box:hover .overlay a {
    opacity: 1;
}

.category_section .row {
    padding-inline: 15px;
}

.category_section .row>div {
    padding: 0;
}

.category_section .category_box.one,
.category_section .category_box.third {
    transform: scale3d(0.9, 0.9, 9);
}

.category_box .band {
    background: var(--primary-color2);
    color: #FFF;
    z-index: 2;
    position: absolute;
    top: 30px;
    left: -34px;
    width: 165px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    transform: rotate(-45deg);
    font-size: 13px;
}


/* contact - start */

.contact-map {

    border-radius: 20px;
    overflow: hidden;

}

.common-section-gap {

    margin: 80px 0;

}

.showroom_locate {
    padding: 100px 0;
}

.showroom_locate .store_locate {
    padding: 30px;
    background: #FAF8FB;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: 0.35s;
    border: 1px solid rgba(238, 238, 238, 0.93);
    /* margin-bottom: 30px; */
}

.showroom_locate .store_locate:hover {
    border-color: var(--primary-color1);
}

.showroom_locate .store_locate span {
    color: var(--primary-color2);
    font-size: 12px;
    font-weight: 600;
}

.showroom_locate .store_locate h3 {
    font-size: 26px;
    font-weight: 800;
    color: #00944c;
}

.showroom_locate .store_locate h5 {
    font-size: 15px;
    font-weight: 650;
    color: #000;
}


.showroom_locate .store_locate p {
    font-size: 15px;
    letter-spacing: .2px;
    font-weight: 500;
}

.showroom_locate .store_locate ul {
    padding-left: 0;
    list-style: none;
    display: block;
}

.showroom_locate .store_locate ul li {
    font-size: 14px;
    color: #000;
    display: inline-block;
    padding-right: 25px;
}

.showroom_locate .store_locate ul li a {
    color: #000;
}

.showroom_locate .store_locate ul li i {
    padding-right: 3px;
    color: #00944c;
}

.showroom_locate .store_locate .primary-btn1 {
    border-radius: 5px;
    background-color: var(--primary-color1);
    font-family: var(--font-open-sans);
    font-weight: 600;
    font-size: 12px;
    color: #FFF;
    padding: 8px 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    white-space: nowrap;
    text-transform: uppercase;
}

.showroom_locate .store_locate .map_btn a {
    font-size: 15px;
    color: var(--primary-color2);
    font-weight: 600;
    margin-left: 40px;
}

.showroom_locate .store_locate .map_btn a:hover {
    color: var(--primary-color2);
}

@media (max-width: 991px) {

    .common-section-gap {

        margin: 40px 0;

    }

}

@media (max-width: 767px) {

    .common-section-gap {

        margin: 30px 0;

    }

}


/* contact - end */


/* terms and conditions - start */

.t-and-c a {
    color: #000;
}

.t-and-c a:hover {
    color: #159246;
    font-weight: 600;
}

.t-and-c strong {
    color: #13141a;
}

/* terms and conditions - end */


.insorance_card {
    background: #ffffff;
    padding: 15px;
    border-radius: 11px;
    text-align: center;
    box-shadow: 0 0 38px 0 rgb(0 0 0 / 8%);
    transition: all 0.4s ease;
}

.insorance_card:hover {
    box-shadow: 0 0 38px 0 rgb(0 0 0 / 25%);
}

.insorance_card h4 {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 700;
}

.insorance_card p {
    font-size: 14px;
    margin-bottom: 10px;
}

.insorance_card .price {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    color: #159246;
}

.insorance_card a {
    letter-spacing: .5px;
    padding: 8px 12px;
    line-height: normal;
    display: inline-block;
    font-size: 12px;
    font-family: var(--font-montserrat);
}



@media (max-width:480px) {
    .insorance_card p {
        font-size: 13px;
        line-height: 1.5;
    }

    .insorance_card h4 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .insorance_card a {
        font-size: 11px;
    }
}


.signUp-modal .modal-dialog .modal-content:before {
    content: '';
    background-image: url('../images/popup_bg.jpg');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 90% auto;
    background-position: left center;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: 0;
}


.change-model-btn .model-dropdown-wrap p {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-montserrat);
    text-transform: capitalize;
    margin-bottom: 1px;
    color: #333;
}

.change-model-btn .model-dropdown {
    padding: 0 !important;
    width: max-content;
    max-height: 40vh;
    overflow: auto;
}

.change-model-btn .model-dropdown::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.change-model-btn .model-dropdown::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.change-model-btn .model-dropdown::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #159246;
}

.change-model-btn .model-dropdown li {
    padding: 1px 15px;
    cursor: pointer;
    width: 100%;
    font-weight: 500;
    min-width: 150px;
}

.change-model-btn .model-dropdown li:not(:last-child) {
    border-bottom: 1px solid #cccccc78;
}

.change-model-btn {
    display: flex;
    gap: 0 10px;
}

.change-model-btn .model-dropdown-wrap {
    position: relative;
}


/* ---------- header logo-name------------ */

.menu-single-item .logo-img {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.contact_info_box {
    padding: 35px;
    background-image: url('../img/inner-page/inquary-form-bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0 0 46px 0 rgb(0 0 0 / 10%);
    border: 1px solid rgb(0 0 0 / 9%)
}

.contact_info_box h4 {
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 26px;
    font-weight: 700;
}

.contact_info_box p {
    margin-bottom: 5px;
    color: var(--title-color);
    font-family: var(--font-montserrat);
    font-size: 16px;
    font-weight: 500;
}

.contact_info_box p a {
    color: var(--title-color); 
    font-weight: 600;
}

.contact_info_box p a:hover {
    color: var(--primary-color1);
}

.contact_info_box :last-child {
    margin-bottom: 0;
}


/* showroom locator - start */

.showroom-locator-section .row{

row-gap: 24px;

}

.showroom-locator-section .store_locate{

height: 100%;

}

/* showroom locator - end */


/* service center locator section - start */

.service-center-locator-section .map_btn{ 

display: flex;
flex-direction: column;
gap: 20px;

 }

 .service-center-locator-section .store_locate .map_btn a{ 

margin-left: 0;

 }

/* service center locator section - end */


