/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
/* @import url(swiper.min.css); */ /* Swiper CSS not found - commented out */
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 100px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    position: relative;
}

/* Black Navigation Bar - Top Bar */
.header_section > .container {
    background-color: #000000;
    padding: 20px 15px;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.header_section > .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.header_section .container {
    display: flex;
    align-items: center;
    position: relative;
}

.language-switcher {
    position: relative;
    top: auto;
    right: auto;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.naked-dropdown {
    position: relative;
}

.lang-dropdown-btn {
    background: transparent;
    border: 2px solid #dc143c;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.lang-dropdown-btn:hover,
.lang-dropdown-btn:focus {
    background: #f5f5f5;
    border-color: #dc143c;
    transform: scale(1.05);
    box-shadow: 0 2px 8px rgba(220, 20, 60, 0.3);
}

.lang-dropdown-btn::after {
    display: none;
}

.featured-flag {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.currency-icon {
    font-size: 18px;
    font-weight: bold;
    color: #dc143c;
    display: inline-block;
    line-height: 1;
}

.lang-dropdown-menu {
    min-width: 180px;
    border: 2px solid #dc143c;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    margin-top: 8px;
}

.lang-dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 20px;
    color: #1b1b1b;
    transition: all 0.2s ease;
}

.lang-dropdown-menu .dropdown-item:hover {
    background-color: #dc143c;
    color: #ffffff;
}

.lang-dropdown-menu .dropdown-item .featured-flag {
    width: 30px;
    height: 30px;
}

.lang-dropdown-menu .dropdown-item span {
    font-weight: 500;
    font-size: 14px;
}

@media (max-width: 991px) {
    .language-switcher {
        top: 10px;
        right: 150px;
    }
    
    .lang-dropdown-btn {
        width: 40px;
        height: 40px;
    }
    
    .featured-flag {
        width: 30px;
        height: 30px;
    }
}

/* RTL (Arabic) text alignment - center text */
[dir="rtl"] .about_taital,
[dir="rtl"] .about_text,
[dir="rtl"] .carolo_text,
[dir="rtl"] .ullamco_text,
[dir="rtl"] .models_taital,
[dir="rtl"] .banner_taital,
[dir="rtl"] .banner_text,
[dir="rtl"] .blog_taital,
[dir="rtl"] .blog_text,
[dir="rtl"] .lorem_text,
[dir="rtl"] .client_taital,
[dir="rtl"] .client_text,
[dir="rtl"] .enim_text,
[dir="rtl"] .customer_name,
[dir="rtl"] .contact_taital,
[dir="rtl"] .copyright_text,
[dir="rtl"] .house_text,
[dir="rtl"] .rated_text {
    text-align: center !important;
}

[dir="rtl"] .about_taital::after {
    left: 50%;
    right: initial;
    transform: translateX(-50%);
}

[dir="rtl"] .models_taital::after {
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}

[dir="rtl"] .readmore_btn {
    float: none;
    margin: 40px auto 0;
}

/* RTL adjustments for vehicles list */
[dir="rtl"] .models_section_2 .row {
    flex-direction: row-reverse;
}

[dir="rtl"] .vehicle_features {
    text-align: right;
}

[dir="rtl"] .vehicle_features li i {
    margin-left: 6px;
    margin-right: 0;
}

/* ----------------------------- */
/* Mobile optimizations          */
/* ----------------------------- */

@media (max-width: 767.98px) {
    /* Header / nav */
    .header_section {
        background-size: cover;
        background-position: center;
        position: relative !important;
        z-index: 1000 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        padding: 10px 0 !important;
    }
    
    .header_section .container {
        display: block !important;
        visibility: visible !important;
        width: 100% !important;
        padding: 0 15px !important;
    }

    .custom_nav-container {
        margin: 5px 0;
        display: block !important;
        visibility: visible !important;
        width: 100% !important;
    }
    
    .navbar {
        display: flex !important;
        visibility: visible !important;
        width: 100% !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
    
    .navbar-toggler {
        order: -1 !important;
        margin-left: 0 !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        background-color: transparent !important;
        border: none !important;
        padding: 10px !important;
        cursor: pointer !important;
        position: relative !important;
        z-index: 1001 !important;
        width: 40px !important;
        height: 40px !important;
    }
    
    .navbar-toggler-icon {
        display: block !important;
        width: 30px !important;
        height: 3px !important;
        background-color: #ffffff !important;
        position: relative !important;
        margin: 5px 0 !important;
        transition: all 0.3s ease !important;
        border-radius: 2px !important;
    }
    
    .navbar-toggler-icon::before {
        content: '' !important;
        display: block !important;
        width: 30px !important;
        height: 3px !important;
        background-color: #ffffff !important;
        position: absolute !important;
        top: -8px !important;
        left: 0 !important;
        transition: all 0.3s ease !important;
        border-radius: 2px !important;
    }
    
    .navbar-toggler-icon::after {
        content: '' !important;
        display: block !important;
        width: 30px !important;
        height: 3px !important;
        background-color: #ffffff !important;
        position: absolute !important;
        top: 8px !important;
        left: 0 !important;
        transition: all 0.3s ease !important;
        border-radius: 2px !important;
    }
    
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background: transparent !important;
    }
    
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
        transform: rotate(45deg) !important;
        top: 0 !important;
    }
    
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
        transform: rotate(-45deg) !important;
        top: 0 !important;
    }
    
    .navbar-collapse {
        background-color: #000000 !important;
        margin-top: 10px !important;
        padding: 0 !important;
        border-radius: 0 !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3) !important;
    }
    
    .navbar-nav {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .navbar-nav .nav-item {
        margin: 0 !important;
        border-bottom: 1px solid #333333 !important;
    }
    
    .navbar-nav .nav-item:last-child {
        border-bottom: none !important;
    }
    
    .navbar-nav .nav-link {
        color: #ffffff !important;
        padding: 15px 20px !important;
        display: block !important;
        text-align: left !important;
        font-weight: 500 !important;
        font-size: 15px !important;
        transition: background-color 0.2s ease, color 0.2s ease !important;
        border-bottom: none !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
    }
    
    .navbar-nav .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1) !important;
        color: #ffffff !important;
    }
    
    .navbar-nav .nav-item.active .nav-link {
        background-color: #dc143c !important;
        color: #ffffff !important;
    }
    
    .navbar-nav .nav-item .naked-dropdown {
        padding: 15px 20px !important;
        display: flex !important;
        align-items: center !important;
    }
    
    .navbar-nav .nav-item .lang-dropdown-btn {
        border: none !important;
        background: transparent !important;
        padding: 0 !important;
    }
    
    .navbar-nav .nav-link.navbar-brand {
        background-color: #dc143c !important;
        color: white !important;
        text-align: center !important;
        font-weight: 700 !important;
        padding: 18px 20px !important;
        margin: 0 !important;
        font-size: 16px !important;
        line-height: 1.4 !important;
        position: relative !important;
    }
    
    .navbar-nav .nav-link.navbar-brand::before {
        display: none !important;
        content: none !important;
    }
    
    .navbar-nav .nav-link.navbar-brand:hover {
        background-color: #b8122e !important;
    }
    
    .navbar-nav .nav-link.navbar-brand span {
        color: white !important;
        display: inline !important;
        position: relative !important;
        z-index: 1 !important;
    }
    
    .navbar-nav .nav-link.navbar-brand span span {
        color: white !important;
        display: inline !important;
    }

    .language-switcher {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        z-index: 1002 !important;
        margin-top: 15px !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        padding: 15px 20px !important;
        border-top: 1px solid #333333 !important;
        justify-content: flex-end !important;
    }
    
    .header_section > .container {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .custom_nav-container {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    /* Banner text */
    .banner_taital {
        font-size: 28px;
        line-height: 1.3;
    }

    .banner_text {
        font-size: 14px;
    }

    /* Vehicles cards */
    .models_section_2 .row {
        flex-direction: column;
    }

    .models_section_2 .models_img {
        margin-bottom: 20px;
    }

    .vehicle_features {
        margin-bottom: 10px;
    }

    .price_main {
        flex-direction: column;
        align-items: flex-start;
    }

    .price_main .ml-md-4 {
        margin-left: 0 !important;
        margin-top: 10px;
    }

    /* RTL tweak on mobile so cards still stack correctly */
    [dir="rtl"] .models_section_2 .row {
        flex-direction: column;
    }
}

[dir="rtl"] .readmore_btn a {
    float: none;
}

[dir="rtl"] .about_text {
    margin: 0 auto;
}

[dir="rtl"] .arrow_icon {
    padding-left: 0;
    padding-right: 15px;
}

[dir="rtl"] .price_text,
[dir="rtl"] .price_main {
    text-align: center !important;
    justify-content: center;
}

[dir="rtl"] .read_btn,
[dir="rtl"] .read_bt {
    float: none;
    margin: 30px auto 0;
    display: block;
}

[dir="rtl"] .read_btn a,
[dir="rtl"] .read_bt a {
    float: none;
    display: block;
}

[dir="rtl"] .price_main {
    flex-direction: column;
    align-items: center;
}

.custom_nav-container {
        background-color: transparent;
        padding: 0;
        margin: 0;
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #navbarSupportedContent .navbar-nav {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    #navbarSupportedContent .nav-item {
        flex: 0 1 auto;
        display: flex;
        align-items: center;
    }
    
    #navbarSupportedContent .nav-item:has(.naked-dropdown) {
        gap: 0px;
        margin: 0;
        padding: 0;
    }

    #navbarSupportedContent .nav-link {
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: 1px;
        border-bottom: 2px solid transparent;
        padding: 10px 20px;
        transition: color 0.3s ease, border-bottom-color 0.3s ease, transform 0.3s ease;
        font-size: 15px;
    }
    
    #navbarSupportedContent .nav-item .naked-dropdown {
        margin: 0;
    }
    
    #navbarSupportedContent .nav-item .naked-dropdown:first-child {
        margin-right: 0px !important;
    }
    
    #navbarSupportedContent .nav-item .naked-dropdown:last-child {
        margin-left: 0px !important;
    }
    
    #navbarSupportedContent .nav-item:has(.naked-dropdown) + .nav-item:has(.naked-dropdown) {
        margin-left: -15px !important;
    }
    
    #navbarSupportedContent .nav-item .lang-dropdown-btn {
        padding: 0;
        border: none !important;
        background: transparent !important;
    }

    #navbarSupportedContent .nav-link.navbar-brand {
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: none;
        font-weight: bold;
        position: relative;
        padding: 5px 15px;
        font-size: 20px;
    }

    #navbarSupportedContent .nav-link.navbar-brand img {
        height: 150px;
        width: auto;
        max-width: 400px;
        object-fit: contain;
        position: relative;
        z-index: 2;
    }

    #navbarSupportedContent .nav-link.navbar-brand span {
        z-index: 2;
        font-weight: 700;
        letter-spacing: 1px;
        color: #ffffff;
    }

    #navbarSupportedContent .nav-link.navbar-brand span span {
        color: #dc143c;
    }

    #navbarSupportedContent .nav-link.navbar-brand::before {
        display: none;
    }

    #navbarSupportedContent .nav-item.active .nav-link {
        border-bottom-color: #dc143c;
        color: #dc143c;
    }

    #navbarSupportedContent .nav-link:hover {
        border-bottom-color: #dc143c;
        color: #dc143c;
    }
    
    /* Logo/Brand on Left */
    .navbar-brand-left {
        display: flex;
        align-items: center;
        margin-right: auto;
        padding-right: 30px;
    }
    
    .navbar-brand-left .navbar-brand {
        color: #ffffff;
        font-size: 24px;
        font-weight: 700;
        text-transform: none;
        padding: 0;
        margin: 0;
        text-decoration: none;
    }
    
    .navbar-brand-left .navbar-brand span {
        color: #ffffff;
    }
    
    .navbar-brand-left .navbar-brand span span {
        color: #dc143c;
    }
    
    .navbar-brand-left .navbar-brand:hover {
        color: #ffffff;
        text-decoration: none;
    }

/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    padding: 90px 0px;
}

.banner_taital_main {
    width: 100%;
    float: left;
    padding-top: 90px;
    padding-left: 100px;
}

.banner_taital {
    width: 100%;
    font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    line-height: 60px;
}

.banner_text{
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
}

.form-group {
    margin-bottom: 1rem;
    display: flex;
    width: 90%;
    margin: 0 auto;
    float: left;
}

.update_mail {
    color: #b6b5b5;
    width: 100%;
    height: auto;
    font-size: 16px;
    padding: 0px 20px 0px 20px;
    background-color: #e1e1e1;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.subscribe_bt {
    width: 60px;
    float: left;
    padding-top: 20px;
    position: relative;
    left: -20px; /* move arrow button slightly to the left so it is fully visible */
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 14px 0px 13px 0px;
    background-color: #dc143c;
    text-align: center;
    border-radius: 4px;
}
.subscribe_bt a:hover {
    color: #ffffff;
    background-color: #b71c1c;
}

.search_bt {
    width: 175px;
    float: left;
    padding-top: 40px;
}

.search_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    background-color: #b71c1c;
    color: #fefefd;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    text-transform: uppercase;
}

.search_bt a:hover {
    color: #fefefd;
    background-color: #474646;
}


#banner_slider .carousel-control-next, 
#banner_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    background-color: #dc143c;
    border-radius: 100%;
    z-index: 1;
}

#banner_slider .carousel-control-next {
    right: -105%;
    top: 400px;
    color: #252525;
    background-color: #e1e1e1
}

#banner_slider .carousel-control-prev {
    left: 0px;
    top: 400px;
}

#banner_slider .carousel-control-next:focus, 
#banner_slider .carousel-control-next:hover, 
#banner_slider .carousel-control-prev:focus, 
#banner_slider .carousel-control-prev:hover {
    color: #252525;
    background-color: #e1e1e1
}

.padding_right0 {
    padding-right: 0;
}




/* banner section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
}

.about_img {
    position: relative;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_circle {
    position: relative;
    border: 14px solid #dc143c;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.about_circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_circle--large {
    width: 450px;
    height: 450px;
}

.about_circle--small {
    position: absolute;
    bottom: -40px;
    left: 10%;
    width: 300px;
    height: 300px;
}

@media (max-width: 991px) {
    .about_circle--large {
        width: 400px;
        height: 400px;
    }

    .about_circle--small {
        bottom: -30px;
        left: 5%;
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 575px) {
    .about_img {
        min-height: 320px;
    }

    .about_circle--large {
        width: 320px;
        height: 320px;
    }

    .about_circle--small {
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 767px) {
    .about_section .row {
        flex-direction: column-reverse;
    }
}

.about_taital {
    width: 100%;
    font-size: 36px;
    color: #1b1b1b;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 50px;
}

.about_taital::after {
    position: absolute;
    content: '';
    width: 80px;
    border: 4px solid #dc143c;
    left: 0px;
    right: initial;
    bottom: 0px;
}

.about_text {
    width: 70%;
    font-size: 14px;
    color: #1b1b1b;
    margin: 0px;
    padding-top: 40px;
}

.readmore_btn {
    width: 170px;
    float: left;
    padding-top: 40px;
}

.readmore_btn a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    background-color: #dc143c;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.readmore_btn a:hover {
    color: #fefefd;
    background-color: #474646;
}

.arrow_icon {
    padding-left: 15px;
}

#main_slider a.carousel-control-prev {
    left: -90px;
    top: 150px;
}

#main_slider a.carousel-control-next {
    right: -90px;
    top: 150px;
    color: #ffffff;
    background-color: #474646;
}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
    width: 50px;
    height: 50px;
    opacity: 1;
    font-size: 40px;
    color: #ffffff;
    background-color: #b71c1c;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0px 0px 20px 0px #dedede;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #474646;
}


/* about section end */

/* models section start */

.models_section {
    width: 100%;
    float: left;
}

.models_taital {
    width: 100%;
    font-size: 40px;
    color: #1b1b1b;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 50px;
    text-align: center;
}

.models_taital::after {
    position: absolute;
    content: '';
    width: 80px;
    border: 4px solid #dc143c;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    text-align: center;
}

.models_section_2 {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    height: auto;
    padding: 20px;
    box-shadow: 0px 0px 20px 10px #e9e9e8;
    margin-top: 60px;
    overflow: visible;
}

.carolo_text {
    width: 100%;
    font-size: 20px;
    color: #262625;
    font-weight: bold;
    padding-top: 60px;
}

.number_text{
    padding-right: 10px;
    color: #e9e9e8;
}

.ullamco_text{
    width: 100%;
    font-size: 16px;
    color: #4e4e4e;
    margin: 30px 0px 0px 0px;
}

.price_main {
    width: 100%;
    display: flex;
}

.price_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #3e3e3d;
    margin: 0px;
    padding-top: 50px;
}

.read_btn {
    width: 250px;
    float: left;
    padding-top: 30px;
}

.read_btn a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    background-color: #dc143c;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.read_btn a:hover {
    color: #fefefd;
    background-color: #474646;
}

/* WhatsApp outline button for vehicles */
.read_btn a.btn-whatsapp-outline {
    background-color: #f7fffb;
    border: 1px solid #25D366;
    color: #25D366;
}

.read_btn a.btn-whatsapp-outline:hover {
    background-color: #25D366;
    color: #ffffff;
}

.arrow_icon {
    padding-left: 15px;
}

/* models section end */

.choose_section_2 {
    width: 100%;
    float: left;
    background-color: #dc143c;
    height: auto;
    padding: 90px 0px;
    margin-top: 30px;
}

.rated_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #fefefd;
    font-weight: bold;
    padding-bottom: 0px;
}

.house_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #fefefd;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
}

.padding_10{
    padding-right: 15px;
}

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
}

.blog_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #262626;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.blog_taital::after {
    position: absolute;
    content: '';
    width: 80px;
    border: 4px solid #dc143c;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    text-align: center;
}

.blog_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.blog_box {
    width: 100%;
    background-color: #fefefd;
    height: auto;
}

.blog_text {
    width: 100%;
    font-size: 24px;
    color: #2d2d2d;
    padding: 0px 0px 10px 0px;
    font-weight: bold;
    text-align: center;
}

.lorem_text {
    width: 70%;
    font-size: 16px;
    color: #3c3c3c;
    margin: 0 auto;
    text-align: center;
}

.read_bt {
    width: 175px;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    background-color: #dc143c;
    padding: 10px;
    border-radius: 5px;
    text-align: center;

}

.read_bt a:hover {
    color: #fefefd;
    background-color: #474646;
}

.blog_img {
    width: 100%;
    text-align: center;
}

.btn_main {
    width: 100%;
    position: relative;
    top: -30px;
}

.date_text {
    width: 320px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.date_text a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fefefd;
    text-align: center;
    background-color: #dc143c;
    padding: 10px;
}

.date_text a:hover {
    color: #000000;
    background-color: #fefefd;
    box-shadow: 0px 5px 20px 3px #e9e9e8;
}

.date_text.active a {
    color: #000000;
    background-color: #fefefd;
    box-shadow: 0px 5px 20px 3px #e9e9e8;
}


/* blog section end */

/* client section start */

.client_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.client_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.client_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    margin: 0px;
    text-align: center;
}

.customer_section_2 {
    width: 100%;
    float: left;
    padding-top: 100px;
}

.box_main {
    width: 90%;
    float: right;
    background-color: #ffffff;
    padding: 0px 50px 0px 50px;
    box-shadow: 0px 0px 18px -6px;
    margin-bottom: 10px;
}

.customer_text {
    width: 100%;
    font-size: 14px;
    color: #737372;
    margin: 0 auto;
}

.quick_icon {
    text-align: center;
    position: relative;
    top: 10px;
}

.quick_icon i {
    font-size: 54px;
    color: #dc143c;
}

.customer_main {
    width: 100%;
    display: flex;
    margin-top: 50px;
}

.customer_left {
    width: 30%;
    float: left;
}

.customer_right {
    width: 100%;
    float: left;
    margin-top: 0px;
    padding-left: 200px;
}

.customer_name {
    width: 100%;
    float: left;
    font-size: 26px;
    font-weight: bold;
    color: #001431;
}
.enim_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #737372;
    margin: 0px;
}

.customer_img {
    position: absolute;
    top: -60px;
    left: 60px;
}

.customer_img img {
    width: 260px;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    display: block;
}

/* Mobile layout for manager presentation */
@media (max-width: 767.98px) {
    /* Manager section container */
    .customer_section_2 {
        padding-top: 40px;
    }

    .box_main {
        width: 100%;
        float: none;
        padding: 20px 16px 24px;
        margin: 0 auto 24px;
    }

    .customer_main {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .customer_left,
    .customer_right {
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }

    .customer_img {
        position: static;
        margin-bottom: 16px;
    }

    .customer_img img {
        width: 200px;
        max-width: 100%;
    }

    .enim_text {
        font-size: 14px;
        line-height: 1.6;
    }
}

.vehicles_page {
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 80px;
}

.vehicle-card {
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    margin-bottom: 30px;
    overflow: hidden;
}

.vehicle-card__image {
    flex: 0 0 35%;
    max-width: 35%;
}

.vehicle-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vehicle-card__content {
    flex: 0 0 65%;
    max-width: 65%;
    padding: 25px 30px;
}

.vehicle-card__header {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 6px;
}

.vehicle-card__index {
    font-size: 18px;
    font-weight: 700;
    color: #c4c4c4;
}

.vehicle-card__title {
    /* Match homepage car titles (carolo_text) more closely */
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.3px;
    color: #262625;
}

.vehicle-card__meta span {
    margin-right: 15px;
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 600;
}

.vehicle-card__text {
    /* Match homepage description text (ullamco_text) */
    margin-top: 10px;
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 400;
}

.vehicle-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.vehicle-card__price-main {
    /* Closer to homepage price text (price_text) */
    font-size: 18px;
    font-weight: 800;
    color: #dc143c;
}

.vehicle-card__price-sub {
    font-size: 14px;
    margin-left: 5px;
}

.vehicle-card__actions .btn {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .vehicle-card__image,
    .vehicle-card__content {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* client section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    background-color: #161616;
    height: auto;
    background-size: 100%;
}

.contact_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.contact_section_2 {
    width: 60%;
    margin: 0 auto;
}

 .contact_section .map_form_container .map_container { display: none; } 
 .contact_section .map_form_container.map_show form { display: none; } 
 .contact_section .map_form_container.map_show .map_container { display: block; }

.mail_section {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #929191;
    border-bottom: 1px solid #6f6f6f !important;
    background-color: transparent;
    padding: 14px 15px 0px 0px;
    margin-bottom: 10px;
    border: 0px;
}

input.mail_text::placeholder {
    color: #929191;
}

.massage-bt {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #929191;
    border-bottom: 1px solid #6f6f6f !important;
    background-color: transparent;
    padding: 20px 15px 0px 0px;
    margin-bottom: 10px;
    border: 0px;
}
textarea#comment::placeholder {
    color: #929191;
}

.map_btn_main {
    width: 100%;
    float: right;
}

.send_bt {
    width: 160px;
    float: right;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #dc143c;
    border: 3px solid #dc143c;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    font-weight: bold;
}

.send_bt a:hover {
    color: #ffffff;
    border: 3px solid #ffffff;
}

.map_bt {
    width: 160px;
    float: right;
    margin-right: 15px;
}

.map_bt a {
    width: auto;
    text-align: center;
    font-size: 18px;
    color: #dc143c;
    border: 3px solid #dc143c;
    padding: 10px 10px;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    font-weight: bold;
}

.map_bt a:hover {
    color: #ffffff;
    border: 3px solid #ffffff;
}

.map_center{
    width: auto;
}
.map_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.contact_img img {
    height: 390px;
}


.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}
.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #000;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #dc143c;
    color: #ffffff;
}

.social_icon li a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    filter: grayscale(100%) brightness(0);
    opacity: 1;
}

.social_icon li a:hover img {
    filter: brightness(0) invert(1);
}

.social_icon li a.tiktok-link img {
    filter: none !important;
    width: 28px !important;
    height: 28px !important;
    object-fit: contain !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-top: 0 !important;
}

.social_icon li a.tiktok-link:hover img {
    filter: none !important;
}

.location_main {
    width: 100%;
    float: left;
    padding-top: 50px;
}

.location_text {
    width: 100%;
    text-align: center;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.location_text li {
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 0px 20px;
}

.location_text a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #dc143c;
}

.padding_left_15 {
    padding-left: 10px;
}

/* contact section end */



/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #161616;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: 0px;
}

.copyright_text a {
    color: #fff;
}

.copyright_text a:hover {
    color: #dc143c;
}

/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

/* vehicles page hero */
.vehicles_hero {
    position: relative;
    width: 100%;
    padding: 120px 0 140px 0;
    background-image: url("../images/banner-bg.png");
    background-size: cover;
    background-position: center;
    color: #ffffff;
    overflow: hidden;
}

.vehicles_hero_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
}

.vehicles_hero_content {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.vehicles_hero_title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
}

.vehicles_hero_subtitle {
    margin-top: 20px;
    font-size: 16px;
    color: #f0f0f0;
    max-width: 720px;
}

.vehicles_hero_search {
    margin-top: 35px;
    display: flex;
    align-items: stretch;
    max-width: 800px;
}

.vehicles_hero_search .update_mail {
    flex: 1;
    margin: 0;
    border-radius: 4px 0 0 4px;
}

.vehicles_hero_search .subscribe_bt a {
    border-radius: 0 4px 4px 0;
}

/* vehicles page contact buttons */
.vehicles_page .vehicle_contact {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vehicle_contact_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vehicle_contact_btn i {
    margin-right: 8px;
}

.vehicle_contact_btn--call {
    border: 1px solid #dc143c;
    color: #dc143c;
    background-color: #ffffff;
}

.vehicle_contact_btn--call:hover {
    background-color: #dc143c;
    color: #ffffff;
}

.vehicle_contact_btn--whatsapp {
    border: 1px solid #25d366;
    background-color: #25d366;
    color: #ffffff;
}

.vehicle_contact_btn--whatsapp:hover {
    background-color: #1ebe5a;
    border-color: #1ebe5a;
    color: #ffffff;
}