/*
==================================================
Project:      [DRD Filo Kiralama]
Author:       [https://github.com/hamzaince6/]
Version:      1.0.0
Start Project:  [31.05.2024]
==================================================
*/

/*--------------------------------------------------------------*/
/* General CSS */
/*--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 100%;
}

a{
    color: black;
    text-decoration: none;
    margin-right: 8px;
}

.background{
    background-color: #F8F8F8;
}

.custom-wrapper{
    padding: 0 70px 0 70px;
}

p{
    margin-left: 70px;
}

/*--------------------------------------------------------------*/
/* Padding & Margin */
/*--------------------------------------------------------------*/

.p-0{
    padding: 0;
}

.m-0{
    margin: 0;
}

.global-space{
    padding: 60px 0 60px 0;
}

/* Padding Top */
.pt-10 { padding-top: 10px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.pt-70 { padding-top: 70px; }
.pt-80 { padding-top: 80px; }
.pt-90 { padding-top: 90px; }
.pt-100 { padding-top: 100px; }
.pt-200 { padding-top: 200px; }

/* Padding Bottom */
.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pb-30 { padding-bottom: 30px; }
.pb-40 { padding-bottom: 40px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.pb-200 { padding-bottom: 200px; }

/* Padding Left */
.pl-0 { padding-left: 0; }
.pl-10 { padding-left: 10px; }
.pl-20 { padding-left: 20px; }
.pl-30 { padding-left: 30px; }
.pl-40 { padding-left: 40px; }
.pl-50 { padding-left: 50px; }
.pl-60 { padding-left: 60px; }
.pl-70 { padding-left: 70px; }
.pl-80 { padding-left: 80px; }
.pl-90 { padding-left: 90px; }
.pl-100 { padding-left: 100px; }

/* Padding Right */
.pr-0 { padding-right: 0; }
.pr-10 { padding-right: 10px; }
.pr-20 { padding-right: 20px; }
.pr-30 { padding-right: 30px; }
.pr-40 { padding-right: 40px; }
.pr-50 { padding-right: 50px; }
.pr-60 { padding-right: 60px; }
.pr-70 { padding-right: 70px; }
.pr-80 { padding-right: 80px; }
.pr-90 { padding-right: 90px; }
.pr-100 { padding-right: 100px; }

/* Margin Top */
.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }

/* Margin Bottom */
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }

/* Margin Left */
.ml-0 { margin-left: 0; }
.ml-10 { margin-left: 10px; }
.ml-20 { margin-left: 20px; }
.ml-30 { margin-left: 30px; }
.ml-40 { margin-left: 40px; }
.ml-50 { margin-left: 50px; }
.ml-60 { margin-left: 60px; }
.ml-70 { margin-left: 70px; }
.ml-80 { margin-left: 80px; }
.ml-90 { margin-left: 90px; }
.ml-100 { margin-left: 100px; }

/* Margin Right */
.mr-0 { margin-right: 0; }
.mr-10 { margin-right: 10px; }
.mr-20 { margin-right: 20px; }
.mr-30 { margin-right: 30px; }
.mr-40 { margin-right: 40px; }
.mr-50 { margin-right: 50px; }
.mr-60 { margin-right: 60px; }
.mr-70 { margin-right: 70px; }
.mr-80 { margin-right: 80px; }
.mr-90 { margin-right: 90px; }
.mr-100 { margin-right: 100px; }

/*--------------------------------------------------------------*/
/* Header */
/*--------------------------------------------------------------*/

.header-items ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
    gap: 50px;
    justify-content: end;
    align-items: center;
}

.header-items ul li {
    list-style-type: none;
}

.header-items ul li a {
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.language {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebar_foot{
    padding: 0 !important;
}

.language-active{
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.language-selector{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

.lang-divider {
    width: 40%;
    height: 1px;
    background-color: #000;
    margin: 5px 0;
    border: none;
}

.centered-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*--------------------------------------------------------------*/
/* Buttons */
/*--------------------------------------------------------------*/

.btn-login {
    min-width: 204px;
    width: auto;
    height: 52px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    border: 1px solid #ffffff;
    background: #FF002A;
    border-radius: 96px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-login:hover {
    background: #000000;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.btn-login:hover svg {
    fill: white;
    stroke: white;
}

.btn-slider{
    padding: 0.5rem 1rem;
    max-width: 10rem;
    height: 28px;
    color: #ffffff;
    font-size: 12px;
    border: 1px solid #ffffff;
    margin: 1rem 0 0;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    white-space: nowrap;
}

.btn-slider i{
    padding-left: 10px;
    font-size: 22px;
}

.btn-search {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-search i {
    color: black;
}

.btn-contact-us{
    width: 142px;
    height: 48px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ffffff;
    margin: 2rem 0 0 3rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-special-offers{
    color: white;
}
.btn-special-offers .icon-container {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    margin: 0 0 0 12px;
}

.btn-general {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.icon-container-general {
    display: inline-flex;
    align-items: center;
    margin-left: 14px;
}

.icon-container-general i {
    font-size: 24px;
    color: #292D32;
    line-height: 1;
    vertical-align: middle;
}


.newsletter-btn{
    width: 50px;
    height: 48px;
    background-color: white;
    text-align: center;
    -webkit-align-items: center;
    -webkit-align-content: center;
    border-radius: 50%;
    float: inline-end;
    text-decoration: none;
    margin-left: 12px;
    margin-right: 0;
}

.newsletter-btn i{
    color: black;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact-now{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: black;
    border-radius: 99px;
    width: 236px;
    height: 48px;
    padding: 12px;
    text-decoration: none;
    font-size: 16px;
    margin: 22px 0 0 0;
}

.footer-contact-now i{
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 32px;
    margin-left: 12px;
}

.btn-general-list .icon-container-general {
    display: inline-block;
    align-content: center;
    width: 30px;
    height: 30px;
    color: black;
    border: 1px solid black;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    margin: 0 0 0 12px;
}

.testimonials-btn{
    text-decoration: none;
    color: #0F0F0F;
    font-size: 17.074px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.392px;
}

.testimonials-btn i{
    stroke-width: 2.033px;
    stroke: #0F0F0F;
    font-size: 22px;
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
}

.news-btn{
    display: inline-flex;
    height: 52px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 96px;
    background: #E6EAEE;
    transition: background 0.3s ease;
}

.news-btn:hover{
    color: white;
    background: #FF002A;
}


.order-buy-btn{
    display: flex;
    height: 63.29px;
    padding: 19px 129px 19px 119px;
    align-items: center;
    border-radius: 100px;
    background: #000;
    color: white;
    transition: background 0.3s ease;
}

.order-buy-btn:hover{
    background: #FF002A;
}

.car-details-btn {
    display: inline-flex;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 9999px;
    border: 2px solid #212121;
    background: #212121;
    color: white;
    text-decoration: none;
}

.car-details-btn i {
    font-size: 32px;
    line-height: 1;
}

.offer-btn{
    display: inline-flex;
    padding: 18px 76.88px 16.06px 77px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #FFF;
    color: #191919;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.tel-start-btn{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    padding: 1rem 0 1rem 0;
}

.career-btn{
    display: flex;
    width: 221px;
    height: 56px;
    padding: 15px 31px 16px 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 70px 0 0 0;
    color: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.00);
    transition: background 0.3s ease;
}

.career-btn:hover{
    border: 1px solid #FF002A;
    background: #FF002A;
}

.all-sss-btn{
    display: flex;
    width: 221px;
    height: 56px;
    padding: 15px 31px 16px 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    /*margin: 32px 0 0 70px;*/
    margin: 32px 0 0 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0 0 0 1px #191919 inset;
    transition: background 0.3s ease;
}

.all-sss-btn:hover{
    color: white;
    box-shadow: 0 0 0 1px #FF002A inset;
    background: #FF002A;
}

.apply-for{
    display: flex;
    width: 221px;
    height: 56px;
    padding: 15px 31px 16px 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.00);
    box-shadow: 0 0 0 1px #191919 inset;
    margin: 3rem 0 0 0;
    transition: background 0.3s ease;
}

.apply-for:hover{
    color: white;
    box-shadow: 0 0 0 1px #FF002A inset;
    background: #FF002A;
}

.create-route-btn{
    display: inline-flex;
    padding: 12px 21px 12px 21px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 51px;
    border-radius: 9999px;
    border: 2px solid #212121;
    margin: 2rem 1rem 2rem 0;
}

.show-map-btn{
    color: #191919;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.contact-send-btn{
    display: inline-flex;
    padding: 8px 12px 8px 28px;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    color: white;
    border-radius: 9999px;
    border: 2px solid #212121;
    background: #212121;
    transition: all 0.3s ease;
    opacity: 1 !important;
}

.contact-send-btn:hover{
    border: 2px solid #FF002A;
    background: #FF002A;
    transform: scale(1.08) !important;
}

.contact-send-btn-i{
    display: flex;
    width: 32px;
    height: 32px;
    padding: 6px;
    color: black;
    border-radius: 9999px;
    background: #FFF;
    justify-content: center;
    align-items: center;
}

.btn-car-load-more{
    display: flex;
    height: 63.29px;
    padding: 20px 70px 20px 70px;
    align-items: center;
    border-radius: 100px;
    background: #000;
    color: white;
    transition: background 0.3s ease;
}

.btn-car-load-more:hover{
    color: white;
    background: #FF002A;
}


/*--------------------------------------------------------------*/
/* NavBar */
/*--------------------------------------------------------------*/

.navbar-items{
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    z-index: 999;
}

.top-navbar{
    color: #292D32;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}

.navbar-items ul {
    display: flex;
    padding: 0 0;
    margin: 0;
    justify-content: space-between;
    border-top: 1px solid rgba(128, 128, 128, 0.3);
}

.navbar-items ul li {
    position: relative;
    margin: 0 12px;
    list-style-type: none;
}

.navbar-items ul li a {
    color: black;
    text-decoration: none;
    display: flex;
    margin-top: 14px;
    margin-bottom: 14px;
    align-items: center;
    justify-content: flex-start;
}

.submenu {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border: 1px solid rgba(128, 128, 128, 0.3);
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
    width: 200px;
    z-index: 20;
    border-radius: 8px;
}

.submenu li {
    margin: 0;
}

.submenu li a {
    color: black;
    text-decoration: none;
    padding: 8px 16px;
    display: block;
    transition: color 0.3s, transform 0.3s;
}

.submenu li a:hover {
    color: #FF002A;
    transform: scale(1.1);
}

.nav-item:hover .submenu {
    display: block !important;
}

/*--------------------------------------------------------------*/
/* SubMenuTop */
/*--------------------------------------------------------------*/

.submenu-top {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 70%;
    transform: translateX(-50%);
    background-color: white;
    border: 1px solid rgba(128, 128, 128, 0.3);
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
    border-radius: 8px;
    z-index: 1000;
}

.top-submenu:hover .submenu-top {
    display: block !important;
}

.top-submenu {
    position: relative;
}

.submenu-top li a {
    color: black;
    text-decoration: none;
    display: flex;
    padding: 8px 20px 8px 20px;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.3s, transform 0.3s;
}

.submenu-top li a:hover {
    color: #FF0029;
    transform: scale(1.1);
}
/*--------------------------------------------------------------*/
/* Mobil Menu */
/*--------------------------------------------------------------*/

#sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    max-width: 300px;
    width: 80%;
    height: 100%;
    padding: 2rem;
    background-color: white;
    box-shadow: 0 10px 20px -4px #000;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: opacity 0.3s ease, visibility 0.2s ease, transform 0.3s ease;
}

#sidebar.show {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.sidebar_content {
    padding: 1.8rem 0;
    pointer-events: none;
}

.sidebar_content a {
    pointer-events: all;
}

.side_navlinks ul {
    display: grid;
    gap: 2rem;
}

.side_navlinks li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

.side_navlinks a:hover {
    opacity: 1;
}

.sidebar_toggler {
    display: none;
    position: absolute;
    top: 1vh;
    right: 3vw;
    width: 1.75rem;
    height: 1.3rem;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
}

.sidebar_toggler span {
    background-color: #000000;
    width: 100%;
    height: 2.4px;
    transition: all 0.3s ease;
    pointer-events: none;
}

.sidebar_toggler.show span:first-child {
    transform: rotate(45deg);
}

.sidebar_toggler.show span:nth-child(2) {
    opacity: 0;
    transform: translateX(-100%);
}

.sidebar_toggler.show span:last-child {
    transform: rotate(-45deg);
}

.navbar-items-mobil ul {
    list-style-type: none;
    padding: 0;
}

.nav-item-mobil a {
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.nav-item-mobil a.active {
    color: #FF002A !important; /* Sadece yazı rengi kırmızı */
    font-weight: bold; /* (Opsiyonel) Aktif olanı vurgulamak için kalın yazı */
}

.nav-item-mobil > a {
    color: black;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

.submenu-mobil {
    display: none;
}

.nav-item-mobil.active .submenu-mobil {
    display: block;
}

.submenu-mobil li {
    margin-top: 8px;
    margin-bottom: 8px;
}

.submenu-mobil li a {
    color: black;
    font-weight: normal;
    text-decoration: none;
}

.logo{
    display: none;
}

/*--------------------------------------------------------------*/
/*  Main Slider  */
/*--------------------------------------------------------------*/

.main-slider {
    width: 100%;
    overflow: hidden;
}

.main-slider-img {
    width: 100%;
    height: calc(90vh - 80px);
    object-fit: cover;
    border-radius: 10px;
}

.main-slider-caption {
    position: absolute;
    top: 60%;
    left: 20%;
    transform: translateY(-50%);
    color: white;
}
.main-slider-title {
    font-size: 50px;
    font-weight: 600;
    line-height: 66px;
    text-align: left;

}
.main-slider-description {
    font-size: 26px;
    font-weight: 500;
    line-height: 41.6px;
    text-align: left;
    margin: 2rem 0 0;
}

.swiper-wrapper {
    transition-timing-function: ease-in-out;
}

.swiper-buttons {
    position: absolute;
    bottom: 10%;
    right: 7%;
    display: flex;
    gap: 10px;
}

.swiper-button-next, .swiper-button-prev {
    color: white;
    border: 2px solid white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
    transform: rotate(180deg);
}

/*--------------------------------------------------------------*/
/*   All Models  */
/*--------------------------------------------------------------*/

.all-models h4{
    font-size: 30px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 0 0 18px 0;
}

.second-slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.second-slider-item {
    display: flex;
    transition: transform 0.3s ease;
}

.second-slider-items {
    flex: 0 0 auto;
    width: 360px !important;
    margin-right: 24px !important;
    transition: transform 3s ease;
}

.second-slider-card {
    width: 100%;
    animation-delay: 3ms;
}

.second-slider-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 8px 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #f8f8f8;
}

.second-slider-cta span{
    width: 84px;
    height: 25px;
    border-radius: 8px;
    background-color: white;
    border: 1px solid #E9EAEC;
    margin-left: 16px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.second-slider-cta label{
    padding: 4px 16px;
    border-radius: 8px;
    background-color: white;
    border: 1px solid #E9EAEC;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}

.second-slider-card .second-slider-card-image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #F8F8F8 ;
}

.second-slider-card .second-slider-card-image img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: contain;
    object-position: center;
}

.second-slider-card-description{
    margin: 0 0 0 12px;
}

.card-price{
    margin: 0 0 0 12px;
}

.second-slider-card .second-slider-card-description h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    margin: 12px 0 0 0;
}

.second-slider-card .second-slider-card-description span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20.18px;
    text-align: left;
}

.second-slider-card-description p{
    font-size: 14px;
    font-weight: 500;
    line-height: 20.18px;
    text-align: left;
    margin: 0;
}

.second-slider-card .card-price {
    font-size: 16px;
    font-weight: 600;
    line-height: 23.64px;
    text-align: left;
}

.card-price p{
    margin: 0;
}

.btn-swiper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.models-heading {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}

.navigation-buttons {
    display: flex;
    align-items: center;
}

.swiper-all-models,
.swiper-all-models2 {
    background-color: #F3F3F3;
    border-radius: 50%;
    color: black;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.swiper-all-models::after,
.swiper-all-models2::after {
    font-size: 16px;
}

.all-models {
    width: 100%;
}

.custom-all-models {
    top: 0;
    display: flex;
    justify-content: end;
    gap: 2px;
    padding-right: 16px;
}

.custom-all-models .swiper-pagination-bullet {
    background-color: black;
    width: 8px;
    height: 8px;
    opacity: 1;
    border-radius: 50%;
}

.custom-all-models .swiper-pagination-bullet-active {
    background-color: #F3F3F3;
}


/*--------------------------------------------------------------*/
/*   intro  */
/*--------------------------------------------------------------*/

.intro{
    background-color: #F8F8F8;
    color: #8A8A8A;
}
.intro-column {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
}

.intro-column h2{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
}

.intro-column p{
    max-width: 425px;
    color: #8A8A8A;
    font-size: 18px;
    font-weight: 500;
    line-height: 27.54px;
    text-align: left;
    margin: 24px 0 0 0;
}

.intro-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

/*--------------------------------------------------------------*/
/*   Three Steps  */
/*--------------------------------------------------------------*/

.three-steps{
    border-radius: 8px;
    background-color: #2b3035;
    padding:0;
}

.three-steps-img img{
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    background-size: cover;
    object-fit: cover;
    border-radius: 8px;
}

.three-steps-text-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.three-steps-text-container h2 {
    padding: 5rem 0 0 3rem;
    color: white;
    text-align: left;
    max-width: 650px;
}

.three-steps-text{
    width: 100%;
    max-width: 600px;
    margin: 34px 0px 34px 0;
}

.three-steps-text h6{
    font-size: 18px;
    font-weight: bold;
    color: white;
    line-height: 20.5px;
    padding: 0 0 0 3rem;
}

.three-steps-text p{
    color: white;
    text-align: left;
    padding: 0 0 0 3rem;
    line-height: 20px;
    margin: 0;
    max-width: 650px;
}

.thre-steps-button {
    display: flex;
    align-items: center;
    padding: 20px 0 5rem 0;
}

.thre-steps-button a {
    text-decoration: none;
    margin: 0 0 0 3rem;
}

/*--------------------------------------------------------------*/
/*   News Section  */
/*--------------------------------------------------------------*/

.news-section {
    background-color: #F8F8F8;
}

.news-cards-container {
    display: flex;
    overflow-x: hidden;
}

.news-card {
    flex: 0 0 400px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.news-card-title h6 {
    padding: 16px 0px 0px 8px;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    color: #333;
}

.news-card-description p {
    font-size: 16px;
    line-height: 27.5px;
    color: #292D32;
    padding: 0 0px 0px 8px;
    margin: 0;
}

.news-slider {
    width: 100%;
}

.news-wrapper {
    display: flex;
    gap: 12px;
}

.news-slide {
    flex-shrink: 0;
    width: 100%;
}

.btn-swiper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.models-heading {
    margin: 0;
}

.swiper-news-btn-prev,
.swiper-news-btn-next {
    background-color: #F3F3F3;
    border-radius: 50%;
    border: none;
    color: black;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.swiper-news-btn-prev::after,
.swiper-news-btn-next::after {
    font-size: 16px;
}
/*--------------------------------------------------------------*/
/*   Brand Section  */
/*--------------------------------------------------------------*/

.all-brands h3{
    font-size: 30px;
    line-height: 73px;
    font-weight: bold;
}

.brand-row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
    box-sizing: border-box;
}

.brand-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 186px;
    padding: 10px;
    margin: 12px 0 12px 0;
    border-radius: 10px;
    background-color: rgba(15, 15, 15, 0.05);
}

.brand-logo img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    transition: filter 0.3s ease;
}

.brand-name {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

/*--------------------------------------------------------------*/
/*   Blog Section  */
/*--------------------------------------------------------------*/

.blog-custom-container {
    background-color: #F8F8F8;
}

.blog-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-title h2{
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

.blog-wrapper {
    display: flex;
    gap: 12px;
}

.blog-slide {
    flex-shrink: 0;
    transition: transform 3s ease;
}

.blog-card {
    flex: 0 0 300px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
}

.blog-card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    aspect-ratio: 4 / 3;
    object-position: center;
}

.blog-card-title {
    margin: 12px 0 0 0;
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    flex-grow: 1;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0 10px;
}

.blog-card-title p{
    font-size: 20px;
    font-weight: 500;
    line-height: 30.2px;
    margin-left: 8px;
}

.blog-card-description {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 12px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 0 10px;
}

.blog-btn{
    display: flex;
    justify-content: flex-start;
    margin: -18px 0 0 12px;
}

.blog-btn a {
    margin: 0 0 0 8px;
    text-decoration: none;
}

.swiper-pagination {
    position: relative;
    bottom: 10px;
}

.btn-swiper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 1rem 0 1rem 0;
}

.models-heading {
    margin: 0;
}

.swiper-blog-btn-prev,
.swiper-blog-btn-next {
    background-color: #F3F3F3;
    border-radius: 50%;
    border:none;
    color: black;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.swiper-blog-btn-prev::after,
.swiper-blog-btn-next::after {
    font-size: 16px;
}

/*--------------------------------------------------------------*/
/*  Campaign Section  */
/*--------------------------------------------------------------*/

.campaign h2 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    width: 100%;
    max-width: 458px;
}

.campaign-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0 0 0;
}

.campaign-card {
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: calc(33.333% - 8px);
    box-sizing: border-box;
}

.campaign-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    background-size: cover;
    border-radius: 8px;
}

.campaign-title h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    flex-grow: 1;
    margin: 12px 0 0 8px;
    width: 100%;
    max-width: 296px;
}

.campaign-description p {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    width: 100%;
    max-width: 376px;
    color: #292D32;
    flex-grow: 1;
    margin: 8px 0 8px 8px;
}

.campaign-btn a {
    margin: 0 0 0 8px;
    text-decoration: none;
}

/*--------------------------------------------------------------*/
/*  Two Column Section  */
/*--------------------------------------------------------------*/

.two-column-container {
    display: flex;
    height: 322px;
    gap: 16px;
}

.two-column {
    display: flex;
    height: 100%;
    border-radius: 8px;
    background-color: #F8F8F8;
}

.two-column img {
    border-radius: 18px 0 0 18px;
    object-fit: contain;
    background-size: cover;
    width: 100%;
    height: 100%;
    mix-blend-mode: darken;
    min-width: 200px;
}

.cta {
    padding: 28px;
}

.cta h1{
    font-size: 32px;
    line-height: 43px;
    font-weight: 400;
}

.cta h1 span{
    font-size: 32px;
    line-height: 43px;
    font-weight: 600;
}

.cta p{
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 16px 0 16px 0;
}

.cta a{
    text-decoration: none;
}

/*--------------------------------------------------------------*/
/*  Newsleter Section  */
/*--------------------------------------------------------------*/

.newsletter-container {
    background-image: url("/img/bizden-haberler.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.newsletter-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: inherit;
    z-index: 1;
}

.newsletter-container > * {
    position: relative;
    z-index: 2;
}

.newsletter-container h1{
    font-size: 32px;
    line-height: 48px;
    font-weight: 600;

}

.newsletter-container h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

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

.text-white {
    color: white;
}

.custom-input {
    width: 100%;
    background-color: #292D32;
    border-radius: 80px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-input {
    width: calc(100% - 8px);
    height: 50px;
    border-radius: 80px;
    padding-left: 26px;
    border: none;
}

.newsletter-input::placeholder {
    padding-left: 0;
    color: #888;
}

.newsletter-input:focus {
    outline: none;
    padding-left: 26px;
}

.newsletter-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 14px;
}

.newsletter-checkbox label {
    font-size: 12px;
}

.me-2 {
    margin-right: 8px;
}

.mb-0 {
    margin-bottom: 0;
}

/*--------------------------------------------------------------*/
/*  Footer  */
/*--------------------------------------------------------------*/

.logo-slogan{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
    padding: 14px 0 14px 0;
}

.footer-column{
    padding: 14px 0 14px 0;
}

.footer-advert{
    padding: 32px 0;
}

.footer-container{
    display: block;
    justify-content: center;
    align-items: center;
    background-color: #292D32;
    font-size: 14px;
    line-height: 20px;
    padding: 44px 0 0 0;
}

.footer-url-container{
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.3);
}

.footer-list {
    color: white;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-list li{
    margin: 12px 0 0 0;
}

.footer-list li a {
    text-decoration: none;
    color: inherit;
}

.footer-list li a:hover {
    text-decoration: underline;
}

.brand-slogan{
    font-size: 24px;
    line-height: 36px;
    color: white;
}

.advert-title h4{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    max-width: 264px;
    width: 100%;
}

.advert-title span{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    max-width: 446px;
    width: 100%;
}

.advert-title-2 h4{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    width: 100%;
    max-width: 206px;
    white-space: normal;
}

.advert-title-2 span{
    display: block;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    width: 100%;
    max-width: 206px;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

.footer-img{
    margin: 14px 8px 0 0;
}

.kvkk-social {
    color: white;
    padding: 32px 0;
}

.kvkk-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 12px;
}

.footer-logo-text {
    display: flex;
    align-items: center;
}

.footer-logo {
    margin-right: 24px;
}

.kvkk-background{
    background-color: #191919;
}

.kvkk-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.kvkk-list li {
    margin: 0;
}

.kvkk-list li a {
    text-decoration: none;
    color: white;
}

.kvkk-text p {
    margin: 0;
    color: white;
    font-size: 12px;
    line-height: 25px;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 24px;
}

.footer-social-title h4{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.footer-social-title span{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.footer-social i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid white;
    font-size: 14px;
    color: white;
}


/*--------------------------------------------------------------*/
/*  Details Header  */
/*--------------------------------------------------------------*/

.header-container {
    width: 100%;
    height: auto;
    max-width: 1320px;
    background-image: url(/img/sirket-profili/header-img.jpg);
    border-radius: 10px;
    padding: 40px 0;
    margin: 0 auto;
    overflow: hidden;
    object-fit: cover;
    position: relative;
}

.details-slide h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}

.details-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    text-align: left;
}

.swiper-pagination-details {
    bottom: 10px;
    text-align: center;
    position: absolute;
    width: 100%;
}

.swiper-pagination-bullet {
    background-color: black;
}

.swiper-pagination-bullet-active {
    background-color: black;
}

/*--------------------------------------------------------------*/
/*  Details Gallery  */
/*--------------------------------------------------------------*/

.models-heading {
    text-align: left;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 20px;
}

.gallery-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gallery-wrapper {
    display: flex;
    transition-timing-function: ease-in-out;
}

.gallery-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-height: 300px;
}

.swiper-pagination {
    bottom: 10px;
    text-align: center;
    position: relative;
    width: 100%;
}

.custom-img {
    min-height: 480px;
    max-height: 480px;
    border-radius: 8px;
    object-fit: cover;
}


/*--------------------------------------------------------------*/
/*  Details Gallery Content  */
/*--------------------------------------------------------------*/

.gallery-content {
    display: flex;
    padding: 0;
    margin: 28px 0 0 0;
}

.gallery-content-title h6{
    color: #191919;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 0 70px;
    width: 100%;
    max-width: 240px;
}

.gallery-content-title {
    text-align: left;
}

.gallery-content-description {
    text-align: left;
}

.gallery-content-description p {
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 16px 0;
    width: 100%;
    max-width: 777px;
}

.header-bottom-title h1{
    color: #292D32;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    margin: 0 0 14px 70px;
    width: 100%;
    max-width: 520px;
}

.header-bottom-title h2{
    color: #292D32;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    margin: 0 0 18px 70px;
    width: 100%;
    max-width: 520px;
}


.header-bottom-title p{
    color: #292D32;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    max-width: 912px;
}


/*--------------------------------------------------------------*/
/*  Advert İcon Set  */
/*--------------------------------------------------------------*/

.icon-set{
    width: 22.2%;
    margin-left: 70px;
    margin-bottom: 80px;
    padding: 0;
}

.icon{
    margin-bottom: 34px;
}

.icon-title h2{
    color: #191919;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.icon-description p{
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

/*--------------------------------------------------------------*/
/*  Detail List Header Section  */
/*--------------------------------------------------------------*/

.header-list{
    border-radius: 10px;
    background: #D9D9D9;
}

.header-list-img {
    width: 50%;
    max-width: 100%;
    height: 244px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-list-img .img-back {
    position: absolute;
    left: 22%;
    width: 25%;
}

.header-list-img .img-front {
    position: relative;
    z-index: 1;
    height: 274px;
    bottom: 20px;
}

.header-list-title {
    display: flex;
    align-items: center;
    height: auto;
    text-align: left;
    padding-left: 70px;
}

.header-list-title h2{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    max-width: 310px;
}


/*--------------------------------------------------------------*/
/*  List Content Section  */
/*--------------------------------------------------------------*/

.list-content{
    margin-bottom: 1rem;
}

.list-title{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin-top: 3rem;
}

.list-title span{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.list-content p{
    color: #292D32;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.536px;
    max-width: 533px;
    margin: 0 0 12px 0;
}

.list-content img{
    border-radius:8px;
}

.info-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.info-title h2 {
    color: #191919;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
}

.info-description p {
    color: #292D32;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

/*--------------------------------------------------------------*/
/*  List Page 2 Header  */
/*--------------------------------------------------------------*/

.header-list-two {
    position: relative;
    background: url('/img/list/list-2-header.png') no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    padding: 60px 0;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.header-list-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: inherit;
}

.details-list-header {
    position: relative;
    z-index: 2;
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.header-list-title {
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 70px;
}

.header-list-title h2 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}

/*--------------------------------------------------------------*/
/*  List Page 2 Content  */
/*--------------------------------------------------------------*/

.card-list-detail{
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-list-detail-content{
    padding: 0 0 0 76px;
    width: 100%;
    max-width: 533px;
}

.card-list-detail-content h2{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 26px;
}

.card-list-detail-content span{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

.card-list-detail-content p{
    color: #292D32;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.536px;
}

/*--------------------------------------------------------------*/
/*  Detail Page 2 Header  */
/*--------------------------------------------------------------*/

.details-list-two {
    position: relative;
    background: url('/img/details/details-2-header-jpg.png') no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    padding: 70px 0;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.details-list-two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: inherit;
    z-index: 1;
}

.details-list-two-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
}

.header-detail-title {
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 10%;
}

.header-detail-title h2 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}

/*--------------------------------------------------------------*/
/*  Detail Page 2 Content  */
/*--------------------------------------------------------------*/

.details-list-header {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    margin-bottom: 20px;
}

.header-title {
    padding-left: 10%;
    text-align: right;
}

.remaining-content .content-group {
    margin-bottom: 20px;
    text-align: right;
}

.header-title h2 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 0;
}

.remaining-content p{
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.remaining-content .content-group img {
    max-width: 100%;
    border-radius: 10px;
}

.details-title-2 h2{
    width: 100%;
    max-width: 368px;
    color: #191919;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.details-title h2{
    width: 100%;
    max-width: 368px;
    color: #191919;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 0 8px;
}

.details-img{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 8px;
}

/*--------------------------------------------------------------*/
/*  List Page 3 Header & Content */
/*--------------------------------------------------------------*/

.header-list-three {
    position: relative;
    background: url('/img/details/details-3-header-jpg.png') no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    padding: 70px 0;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.header-list-three::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: inherit;
    z-index: 1;
}

.header-list-title {
    display: flex;
    align-items: center;
    height: auto;
    text-align: left;
    padding-left: 70px;
}

.header-list-title h1{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}

.list-3-card-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.list-3-card-description p {
    margin: 16px 0 16px 8px;
    width: 100%;
    max-width: 390px;
    color: #191919;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30.222px;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-word;
}

/*--------------------------------------------------------------*/
/*  Company Profile Content */
/*--------------------------------------------------------------*/

.company-title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    top: 50%;
}

.company-header-title{
    padding-left: 70px;
    text-align: right;
}

.swiper-pagination-company {
    width: 25% !important;
}

.swiper-pagination-company .swiper-pagination-bullet {
    background-color: white !important;
}

.company-title h1{
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin: 0;
}

.company-title h2{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin: 0;
}

.custom-timeline{
    max-width: 1840px;
}

.company-timeline{
    background-image: url(/img/background-white.png);
    object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.timeline-title h1{
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}

.timeline-title span{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}

.timeline-slide h1{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}

.timeline-slide h2{
    color: #191919;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.timeline-slide p{
    color: #292D32;
    font-size: 16px;
    width: 100%;
    max-width: 376px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    line-height: 27.536px;
}

.splide__progress-timeline {
    width: 100%;
    height: 5px;
    background-color: #FFFFFF;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.splide__progress-bar-timeline {
    width: 0;
    height: 100%;
    background-color: #5A5A5A;
    transition: width 0.3s ease, background-color 0.3s ease;
}


/*--------------------------------------------------------------*/
/*  Testimonials Section Content */
/*--------------------------------------------------------------*/

.testimonials-section{
    background: #F8F8F8;
}

.testimonials-title h1{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.6px;
}

.testimonials-title p{
    color: #7E8286;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.testimonials-content h1{
    color: #191919;
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.testimonials-content p{
    color: #292D32;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.testimonials-content h2{
    color: #191919;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}

.testimonials-content h3{
    color: #191919;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

/*--------------------------------------------------------------*/
/*  Two Box Url  */
/*--------------------------------------------------------------*/

.two-box-url{
    border-radius: 10px;
    background: #F3F3F3;
    padding: 40px;
    flex: 1;
}

.two-column-gap {
    display: flex;
    gap: 24px;
}

.two-box-url h1{
    color: #292D32;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
}

.two-box-url span{
    color: #292D32;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
}

.two-box-url p{
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    max-width: 445px;
    margin: 16px 0 28px 0;
}

.btn-two-box-url .icon-container-box {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: black;
    border: 1px solid black;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    margin: 0 0 0 12px;
}

.icon-container-box i{
    font-size: 13px;
}

/*--------------------------------------------------------------*/
/*  Advice Box Slider  */
/*--------------------------------------------------------------*/

.advice-box{
    padding: 160px 110px 110px 44px;
    border-radius: 8px;
    background: #F8F8F8;
    margin: 0 12px 0 12px;
}

.advice-box-title {
    right: 44px;
    top: 15%;
    transform: translateY(-50%);
    box-sizing: border-box;
    position: relative;
}

.advice-box-title h1{
    color: #191919;
    font-size: 22px;
    font-style: normal;
    text-align: right;
    font-weight: 700;
    line-height: 24px;
}

.advice-box-title h2{
    color: #191919;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.advice-box-title h3{
    color: #191919;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.advice-box-content p{
    color: #292D32;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    width: 100%;
    max-width: 770px;
    margin: 0;
}

.progress-bar-active-box {
    height: 5px;
    background-color: #5A5A5A;
    border-radius: 3px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

/* Before Kullanılırsa arka plan rengi */

/*.progress-bar-active-box::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    height: 100%;*/
/*    width: 0;*/
/*    background-color: rgba(59, 255, 0, 0.21); !* Progress bar'ın rengi *!*/
/*    transition: width 0.3s ease;*/
/*}*/


/*--------------------------------------------------------------*/
/*  Advice Box V2  */
/*--------------------------------------------------------------*/

.advice-box-v2{
    padding: 60px;
    border-radius: 8px;
    margin-bottom: 32px;
}

.advice-box-title-v2 {
    right: 44px;
    top: 15%;
    transform: translateY(-50%);
    box-sizing: border-box;
    position: relative;
}

.advice-box-title-v2 h1{
    color: #191919;
    font-size: 22px;
    font-style: normal;
    text-align: right;
    font-weight: 700;
    line-height: 24px;
}

.advice-box-title-v2 h2{
    color: #191919;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.advice-box-title-v2 h3{
    color: #191919;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.advice-box-content-v2 p{
    color: #292D32;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin: 0;
}


/*--------------------------------------------------------------*/
/*  Advice Box V3 Simple Box */
/*--------------------------------------------------------------*/

.advice-box-v3{
    padding: 160px 110px 110px 44px;
    border-radius: 8px;
    background: #F8F8F8;
    margin: 16px 12px 16px 12px;
}

/*--------------------------------------------------------------*/
/*  Sample Box  */
/*--------------------------------------------------------------*/

.sample-box {
    height: auto;
    padding: 70px;
    border-radius: 8px;
    background: #F8F8F8;
    margin-right: 20px;
    margin-bottom: 32px;
    box-sizing: border-box;
}

.sample-box h1 {
    color: #191919;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 1rem;
}

.sample-box h2 {
    color: #191919;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}

.sample-box h3 {
    color: #191919;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 2rem;
}

.sample-box p {
    color: #292D32;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    width: 100%;
    max-width: 447px;
    margin-top: 1rem;
}

/*--------------------------------------------------------------*/
/*  Header News */
/*--------------------------------------------------------------*/

.header-news {
    position: relative;
    background: url('/img/bizden-haberler/heade-news.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    padding: 60px 0;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.header-news-title h2{
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
}

.header-news-title span{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}

.header-news-title {
    display: flex;
    align-items: center;
    text-align: left;
    padding-left: 70px;
}

.header-news-container{
    padding: 0;
}

.news-btn-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
}

/*--------------------------------------------------------------*/
/*  Contact Header */
/*--------------------------------------------------------------*/

.contact-header {
    position: relative;
    background: url('/img/contact/banner-contact.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    padding: 60px 0;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.contact-header-container{
    padding: 0;
}

.contact-title h2{
    color: #272727;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    width: 100%;
    max-width: 609px;
    margin: 0 0 0 70px;
}

/*--------------------------------------------------------------*/
/*  News V2 Image */
/*--------------------------------------------------------------*/

.news-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.newss-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.newss-slider .swiper-slide {
    opacity: 0;
    transition: opacity 0.8s ease;
}

.newss-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.buttons-container {
    display: flex;
    justify-content: flex-start;
    align-items: end;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.news-swiper-button-prev,
.news-swiper-button-next {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    position: sticky;
    align-items: center;
    border-radius: 24px;
    margin-right: 8px;
    border: 1px solid #000;
    color: black;
}

.news-column{
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 15.3%;
}

.news-column h2{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
}

.news-column p{
    max-width: 425px;
    color: #8A8A8A;
    font-size: 18px;
    font-weight: 500;
    line-height: 27.54px;
    text-align: left;
    margin: 24px 0 0 0;
}

.news-column-v2{
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 15.3%;
}

.news-column-v2 h2{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}

.news-column-v2 p{
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    max-width: 329px;
    margin: 24px 0 0 0;
}

.custom-img-news{
    width: 100%;
    height: 684px;
    object-fit: cover;
}

/*--------------------------------------------------------------*/
/*  News Column Buttons */
/*--------------------------------------------------------------*/

.news-row-gap{
    display: flex;
    gap: 24px;
}

.news-column-one,
.news-column-two {
    flex: 1;
}

.news-column-one {
    padding: 30px;
    border-radius: 10px;
    object-fit: cover;
    background-position: center center;
    background-image: url(/img/bizden-haberler/heade-news.jpg);
}

.icon-text-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 0 12px 0;
}

.icon-text-container svg {
    padding: 0 0 0 0;
    margin: 0 30px 0 0;
}

.news-column-one h6 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
    margin: 0;
}

.news-column-one span {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    margin: 0;
}

.news-column-two {
    padding: 30px;
    border-radius: 10px;
    object-fit: cover;
    background-position: center center;
    background-color: #F3F3F3;
    transition: background-color 0.5s ease, background-image 0.5s ease;
}

.icon-text-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 0 12px 0;
}

.icon-text-container svg {
    padding: 0 0 0 0;
    margin: 0 30px 0 0;
}

.news-column-two h6 {
    color: #292D32;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
    margin: 0;
    transition: color 0.3s ease;
}

.news-column-two span {
    color: #292D32;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    margin: 0;
    transition: color 0.3s ease;
}

.hover-content:hover {
    background-color: #F3F3F3;
    background-image: url(/img/contact/banner-contact.jpg);
}

.hover-content:hover h6,
.hover-content:hover span {
    color: #ffffff;
}

.hover-content:hover svg path {
    stroke: #ffffff;
    transition: stroke 0.3s ease;
}


/*--------------------------------------------------------------*/
/*  Social Responsibility */
/*--------------------------------------------------------------*/

.social-responsibility {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
}

.social-responsibility img{
    margin: auto;
    display: block;
}

.social-responsibility h1{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin:  41px 0 16px 0;
}

.social-responsibility p{
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 21px 0;
}

.social-responsibility-active{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    background-color: #F8F8F8;
}

.social-responsibility-active img{
    margin: auto;
    display: block;
}

/*--------------------------------------------------------------*/
/*  Social Responsibility Details */
/*--------------------------------------------------------------*/

.social-img{
    border-radius: 0;
    margin: 0;
    padding: 0;
    object-fit: cover;
}

.social-responsibility-active {
    background-color: #f0f0f0;
    position: relative;
    width: 99vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 50px 0;
    box-sizing: border-box;
}

.social-responsibility-active .container-custom {
    max-width: 1320px; /* Fixed container width */
    margin: 0 auto;
    padding: 0 15px; /* Consistent padding for responsiveness */
}

.social-responsibility-active .row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

/*.social-responsibility-active .col-md-8 {*/
/*    width: 100%;*/
/*    max-width: 900px;*/
/*    padding: 0;*/
/*    text-align: left;*/
/*}*/

.social-responsibility-active .col-md-12 {
    width: 100%; /* Ensures full width within container */
    max-width: 1320px; /* Fixed width for consistent layout */
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-responsibility-active h1 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin: 41px 0 16px 0;
}

.social-responsibility-active p {
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 21px 0;
}

/*--------------------------------------------------------------*/
/*  Car Details List */
/*--------------------------------------------------------------*/
#header-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.4px;
    margin-right: auto;
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 10px;
}

.car-list-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.car-list-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.car-list-info h2 {
    color: #191919;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16.73px;
}

.toggle-filter-btn {
    margin: 0 10px;
}

.car-filter-input-head {
    display: flex;
    width: 100%;
    height: 56px;
    padding: 16px 0px;
    justify-content: center;
    align-items: flex-start;
    gap: 167px;
    background: #FFF;
    border: none;
    flex-shrink: 0;
    transition: border-color 0.3s ease;
    margin: 0 0 16px 0;
}

.car-filter-input-head:focus,
.car-filter-input-head:hover {
    border-bottom: 1px solid #333;
    outline: none;
}

.car-filter-input {
    display: flex;
    width: 90%;
    height: 56px;
    padding: 16px 0px;
    justify-content: center;
    align-items: flex-start;
    background: #FFF;
    border: none;
    border-bottom: 1px solid #ccc;
    flex-shrink: 0;
    transition: border-color 0.3s ease;
    margin: 0;
}

.car-filter-input:focus,
.car-filter-input:hover {
    border-bottom: 1px solid #333;
    outline: none;
}

/* Dropdown container */
.dropdown-container {
    width: 100%;
    margin-bottom: 16px;
    margin-top: 8px; /* Optional: space between dropdowns */
}

/* Dropdown button */
.car-filter-btn {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    border-bottom: 1px solid #ccc;
    transition: border-color 0.3s ease;
}

/* Dropdown content - Her zaman açık olacak */
.dropdown-content {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    border-radius: 4px;
    padding-top: 8px;
}

/* Label style in dropdown */
.dropdown-content label {
    display: block;
    width: 90%;
    padding: 8px;
    cursor: pointer;
}

.dropdown-content label:hover {
    border-radius: 8px;
    background-color: #ddd;
}

.form-group-filter {
    display: flex;
    flex-direction: column;
}

/* Vehicle list (grid layout) */
.vehicle-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 20px;
}

.list-car-details {
    flex: 1 1 calc(33.333% - 16px);
    box-sizing: border-box;
    max-width: calc(33.333% - 16px);
}

/* Pagination styles */
.swiper-pagination {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    opacity: 0.7;
    transition: background-color 0.3s, opacity 0.3s;
}

.swiper-pagination-bullet-active {
    background-color: #000;
    opacity: 1;
}

/* Sorting buttons */
.sorting {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.filter-buttons {
    position: sticky;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    bottom: 20px;
    z-index: 1000;
    visibility: revert;
}

.apply-filters-btn {
    width: auto;
    height: 52px;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    border: 1px solid #000000;
    background: #000000;
    border-radius: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 24px;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}


.apply-filters-btn:hover {
    color: #ffff;
    background-color: #FF002A;
}

.reset-filters-btn {
    width: auto;
    height: 52px;
    color: #ffffff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    border: 1px solid #ffffff;
    background: #FF002A;
    border-radius: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 24px;
    transition: background-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.reset-filters-btn:hover {
    color: #ffff;
    background-color: #000000;
}




/*--------------------------------------------------------------*/
/*  Car Details List */
/*--------------------------------------------------------------*/

.swiper-car-details {
    position: relative;
    width: 100%;
    height: auto;
}

.swiper-slide-car-details img {
    width: 100%;
    height: auto;
}

.swiper-custom-pagination-car-details {
    position: absolute;
    left: 80%;
    bottom: 20px;
    right: 10px;
    color: #000000;
    font-size: 14px;
    display: flex;
    width: 59px;
    height: 31px;
    padding: 7.5px 16.747px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 0 auto;
    border-radius: 100px;
    border: 1px solid #E9EAEC;
    background: #FFF;
    z-index: 100;
}

.car-details-title h1{
    color: #707070;
    font-size: 15.75px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.car-details-title h2{
    color: rgba(0, 0, 0, 0.87);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
}

.car-details-title h3{
    color: #191919;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    text-decoration: underline;
}

.car-details-color h4{
    color: #191919;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    margin-top: 42px;
}

.color-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    padding: 16px 0 16px 0;
}

/* Oto Car Color Palette */
.color-box {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 1px solid #E9EAEC;
}

.car-details-selectbox {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 16px 0 16px 0;
}

.select-box {
    display: flex;
    flex-direction: column;
    position: relative;
}

.select-box label {
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.select-box select {
    padding: 10px 12px;
    padding-right: 35px;
    border: none;
    width: auto;
    max-width: 210px;
    border-radius: 10px;
    background: #F6F7F9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    display: flex;
    appearance: none;
    align-items: center;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTAgNiI+PHBhdGggZD0iTTEgMGw0IDQgNC00eiIgZmlsbD0iIzIxMjEyMSIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
}

.select-box select:focus {
    outline: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.car-details-price span{
    color: #191919;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.car-details-price h5{
    color: #191919;
    font-size: 37.813px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin: 16px 0 6px 0;
}

.car-details-content{
    display: flex;
    width: 420px;
    padding: 17.69px 24px 24px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12.34px;
    background: #F8F8F8;
    margin: 30px 0 30px 0;
}

.car-details-content h6{
    color: #191919;
    font-size: 15.625px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.car-details-content p{
    color: #191919;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.18px;
    margin: 0;
}

.car-details-campaign h6{
    color: #191919;
    font-size: 15.25px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
}

.car-details-campaign p {
    color: #191919;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration-line: underline;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
}

.car-details-campaign i {
    font-size: 22px;
}

.car-details-four {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.car-details-four img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.car-details-left h2{
    color: #212121;
    font-size: 51.421px;
    font-style: normal;
    font-weight: 500;
    line-height: 70.8px;
    margin: 0;
}

.car-details-left h3{
    color: #212121;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
}

.car-details-left h4{
    color: #212121;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 70.8px;
    margin: 0;
}

.car-details-left h5{
    color: #212121;
    font-size: 21.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.86px;
    margin: 20px 0 16px 32px;
}

.version-container {
    position: relative;
    display: inline-block;
}

.version-selected {
    border-radius: 9999px;
    border: 1px solid #ADADAD;
    background: #FFF;
    width: 372px;
    height: auto;
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 10px 50px 10px 32px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-arrow {
    font-size: 18px;
    color: #212121;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.car-details-list-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.feature-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.white-row {
    background-color: #ffffff;
}

.gray-row {
    background-color: #EBEBEB80;
}

/*--------------------------------------------------------------*/
/*  Why We Section */
/*--------------------------------------------------------------*/

.why-we-section {
    background-color: #F8F8F8;
}

.why-we-section svg {
    margin: 42px 0 0 0;
}

.why-we-section h2 {
    color: #191919;
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin: 0 0 0 0;
}

.why-we-section h3 {
    color: #191919;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 14px 0 0 0;
}

.why-we-section p {
    color: #191919;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin: 8px 0 0 0;
}

.why-we-section .row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.why-we-section .col-md-4 {
    flex: 1 1 calc(33.333% - 30px);
    max-width: calc(33.333% - 1px);
    box-sizing: border-box;
}

/*--------------------------------------------------------------*/
/*  SSS Section */
/*--------------------------------------------------------------*/

.sss-title{
    color: #191919;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin: 24px 0 18px 0;
}

.contact-sss-title{
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.7px;
}

.contact-sss-title b{
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.7px;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.accordion-header {
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.accordion-header .icon-sss {
    transition: transform 0.3s ease-in;
}

.accordion-header.active .icon-sss {
    transform: rotate(180deg);
}

.accordion-content {
    display: none;
    padding-top: 8px;
    font-size: 16px;
}

.accordion-content p {
    margin: 0;
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*--------------------------------------------------------------*/
/*  Four Steps Section */
/*--------------------------------------------------------------*/

.four-steps h2{
    color: #191919;
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}

.four-steps h3{
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    color: #191919;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    margin: 48px 0 14px 0;
}

.four-steps h4{
    color: #191919;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.four-steps p{
    color: #8A8A8A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.536px;
    margin: 0;
}

/*--------------------------------------------------------------*/
/*  Brand Box Section */
/*--------------------------------------------------------------*/

.brands-box{
    background-color: #F8F8F8;
}

/*--------------------------------------------------------------*/
/*  Service List Detail Section */
/*--------------------------------------------------------------*/

.service-list-section{
    background-color:#F8F8F8;
}

.gallery-text-content{
    display: grid;
    justify-content: center;
    align-items: center;
    max-width: 1080px;
}

.gallery-text-content p{
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 1rem 0 1rem 70px;
}

.service-list h2{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin: 0 0 0 70px;
}

.service-list h3{
    color: #292D32;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 2rem 70px;
}

.image-wrapper {
    margin: 0 -130px;
}

.image-wrapper img {
    width: 100%;
}

.service-list-content {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    height: 100%;
    width: 100%;
    max-width: 1080px;
}

.service-list-content p{
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 2rem 0 1rem 70px;
}

.container-service-list{
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-list-row{
    margin: 24px 0 0 0;
    justify-content: space-evenly;
}

.custom-list-row .col-md-5{
    padding: 0;
}

.container-service-list h4{
    color: #191919;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.container-service-list p{
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    width: 100%;
    max-width: 374px;
}

.service-list-title h2{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin: 0 0 0 70px;
}

.service-list-title h3{
    color: #292D32;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 2rem 70px;
}

.service-text{
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.blog-two h2{
    color: #191919;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30.222px;
}

.blog-two-description p{
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    padding: 0 10px;
    margin: 0;
}

/*--------------------------------------------------------------*/
/*  Filo Table Section */
/*--------------------------------------------------------------*/

.table-filo h2 {
    color: #000;
    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    width: 100%;
    max-width: 656px;
}

.table {
    width: 100%;
    margin: 0 auto;
    --bs-table-bg: #F8F8F8 !important;
    border: 1px solid #E9EAEC;
    border-radius: 4px;
    overflow: hidden;
    table-layout: inherit;
}

.table td {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table th, .table td {
    padding: 18px 10px;
    border: 1px solid #E9EAEC;
    vertical-align: middle;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.table i {
    font-size: 1.5rem;
}

.table thead th {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.filo-kiralama-column {
    width: 16%;
    color: #fff;
}

.filo-kiralama-column i{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.table tbody td.filo-kiralama-column,
.table tbody th.filo-kiralama-column {
    border: none !important;
}

.table th, .table td {
    border-width: 1px;
    border-color: #E9EAEC;
    border-style: solid;
}

/*tbody, tr, thead {*/
/*    border-style: none !important;*/
/*}*/

.filo-kiralama-column {
    border: none !important;
}

.filo-kiralama-column i {
    font-size: 1.5rem;
}

.filo-kiralama-column .logo {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.filo-kiralama-column .button-container {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button {
    padding: 10px 20px;
    color: #000;
    border: 1px solid #000;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.button:hover {
    background-color: rgb(255, 0, 42);
    border:1px solid #ffff;
    color: #ffffff;
}

.table-border {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.table-border-bottom {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.bi-slash-circle {
    color: #D7D7D7;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.bi-check-circle{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/*--------------------------------------------------------------*/
/*  Offer CTA Section */
/*--------------------------------------------------------------*/

.offer-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/img/main-slider.jpg);
    padding: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    overflow: hidden;
}

.offer-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    z-index: 1;
}

.offer-container > * {
    position: relative;
    z-index: 2;
}

.offer-container-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.offer-container-content h3{
    color: #FFF;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}

.offer-container-content p{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    max-width: 660px;
}

/*--------------------------------------------------------------*/
/*  Service Page Little Update */
/*--------------------------------------------------------------*/

.drive-title h3{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    width: 100%;
    max-width: 679px;
    margin: 0 0 0 70px;
}

.drive-title p{
    color: #292D32;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    width: 100%;
    max-width: 912px;
}

.fleet-content h3{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    margin: 42px 0 12px 70px;
    width: 100%;
    max-width: 699px;
}

.fleet-content h4{
    color: #292D32;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 24px 70px;
    width: 100%;
    max-width: 912px;
}

.fleet-content p{
    color: #292D32;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: 100%;
    max-width: 900px;
}

.centered-text {
    text-align: left;
    margin-top: 14px;
    max-width: 70%;
}

.app-cta {
    display: flex;
    align-items: center;
    margin: 16px 0 16px 70px;
}

.text-group {
    margin-right: 60px;
}

.image-group {
    display: flex;
    gap: 20px;
}

.app-cta h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
}

.app-cta h4 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
}

/*--------------------------------------------------------------*/
/*  Career Page Content  */
/*--------------------------------------------------------------*/

.career-row{
    margin: 28px 0 0 0;
}

.career-container {
    padding: 0;
    position: relative;
    width: 100%;
    height: auto;
}

.career-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.career-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    width: 100%;
    padding: 20px;
    z-index: 2;
}

.career-banner-content h2{
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    width: 100%;
    max-width: 530px;
}

.career-banner-content h3{
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin: 24px 0 0 0;
    width: 100%;
    max-width: 764px;
}

.rounded-custom {
    border-radius: 8px;
}

/*--------------------------------------------------------------*/
/*  All SSS Section  */
/*--------------------------------------------------------------*/

.all-sss h3{
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.7px;
    width: 100%;
    max-width: 430px;
    /*margin: 30px 0 0 70px;*/
    margin: 30px 0 0 0;
}

.all-sss b{
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.7px;
    width: 100%;
    max-width: 430px;
}

.career-sss-all{
    display: flex;
    justify-content: center;
}

.all-sss p{
    color: #191919;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    width: 100%;
    max-width: 428px;
    /*margin: 22px 0 0 70px;*/
    margin: 22px 0 0 0;
}

/*--------------------------------------------------------------*/
/*  Career Banner & Social Section */
/*--------------------------------------------------------------*/

.career-container-small {
    padding: 0;
    position: relative;
    width: 100%;
    height: auto;
}

.career-container-small::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-radius: 8px;
}

.career-container-small img{
    border-radius: 8px;
}

.social-links-title{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 3rem 0 14px 0;
}

.social-links-title h2{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 0 70px;
    width: 100%;
    max-width: 348px;
}

.social-links-content p{
    color: #292D32;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 3rem 0 14px 0;
    width: 100%;
    max-width: 699px;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-links a{
    color: #292D32;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    text-decoration: none;
    border-bottom: 1px solid #000;
    width: 100%;
    max-width: 825px;
}

.social-links a i{
    font-size: 22px;
    margin: 0 0 0 12px;
}

/*--------------------------------------------------------------*/
/*  Open Position Section */
/*--------------------------------------------------------------*/

.open-positions p{
    color: #292D32;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    width: 100%;
    max-width: 699px;
}

.open-positions-url{
    display: flex;
    flex-direction: column;
    margin: 3rem 0 0 80px;
}

.open-positions-url a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
    border-bottom: 1px solid #E9EAEC;
    color: #292D32;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
}

.open-positions-url a i{
    font-size: 28px;
    margin: 0 12px 0 0;
}

/*--------------------------------------------------------------*/
/*  Contact Page */
/*--------------------------------------------------------------*/

.contact-column{
    padding: 0 0 0 70px;
}

.contact-column h3{
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4px;
    width: 100%;
    max-width: 667px;
}

.contact-column p{
    color: #292D32;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    margin: 0;
    width: 100%;
    max-width: 530px;
}

.contact-line{
    background: rgba(0, 0, 0, 0.60);
}

.contact-btn {
    width: 406px;
    height: 140px;
    flex-shrink: 0;
    border-radius: 14px;
    background-color: #282828;
    padding: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.contact-btn svg {
    width: 52px;
    height: 52px;
}

.contact-btn-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-btn-content a {
    text-decoration: none;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.contact-btn-content p {
    margin: 8px 0 0 0;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.contact-form-container h1 {
    color: #191919;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 59px;
    letter-spacing: -1.706px;
    margin: 0 0 2rem 0;
}

/*--------------------------------------------------------------*/
/*  Contact Form */
/*--------------------------------------------------------------*/

.form-group {
    margin-bottom: 20px;
}

.kvkk-group{
    margin-left: 50px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    background: #F6F7F9;
    border-color: transparent;
}

.form-group label {
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    margin: 0 0 10px 4px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    height: 56px;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    background: #F6F7F9;
    font-weight: 400;
    box-sizing: border-box;
    border: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group textarea {
    height: 154px;
    resize: none;
}

.form-group input {
    flex-shrink: 0;
    height: 56px;
    border-radius: 10px;
    background: #F6F7F9;
    border: none;
}

.form-control {
    width: 100%;
    padding: 18px;
}

textarea.form-control {
    resize: none;
}

.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #F6F7F9;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTAgNiI+PHBhdGggZD0iTTEgMGw0IDQgNC00eiIgZmlsbD0iIzIxMjEyMSIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    padding-right: 35px;
    border-radius: 8px;
    height: 56px;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group select:focus {
    outline: none;
    box-shadow: none;
    background-color: #F6F7F9;
}

select::-ms-expand {
    display: none;
}

.form-group input:hover,
.form-group textarea:hover,
.form-group select:hover {
    border: 1px solid #ADADAD;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border: 1px solid #6A6A6A;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

/*.form-group input:valid,*/
/*.form-group textarea:valid,*/
/*.form-group select:valid {*/
/*    border-color: #4CAF50;*/
/*}*/

/*.form-group input:invalid,*/
/*.form-group textarea:invalid,*/
/*.form-group select:invalid {*/
/*    border-color: #F44336;*/
/*}*/

.form-group input:disabled,
.form-group textarea:disabled,
.form-group select:disabled {
    background-color: #E0E0E0;
    cursor: not-allowed;
}

::placeholder {
    color: #9E9E9E;
    font-weight: 400;
}

.checkbox-custom {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 2px solid #ADADAD;
    border-radius: 4px;
    padding: 10px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}

.checkbox-custom.checked {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.checkbox-custom.checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 25%;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-50%, -50%);
}

.checkbox-custom:hover {
    border-color: #6A6A6A;
}

.form-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.checkbox-text {
    width: 100%;
    max-width: 965px;
    color: #ADADAD;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
}

.checkbox-text a{
    width: 100%;
    max-width: 965px;
    color: #ADADAD;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
    text-decoration-line: underline;
}

.get-offer-form-container{
    padding: 70px;
}

/*--------------------------------------------------------------*/
/*  Search Section */
/*--------------------------------------------------------------*/

.contact-search {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    border-radius: 142px;
    background: #F9F9F9;
    padding: 0 20px;
}

.search-input {
    flex-grow: 1;
    height: 100%;
    border: none;
    border-radius: 142.191px;
    background: #F9F9F9;
    font-size: 16px;
    padding: 0 0;
    box-sizing: border-box;
    outline: none;
}

.search-input:focus {
    border: none;
    outline: none;
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65.296px;
    height: 65.296px;
    border-radius: 71.096px;
    background: #191919;
    margin: 0 -10px;
    cursor: pointer;
}

.search-icon {
    width: 65px;
    text-align-last: center;
}

.search-icon i {
    color: black;
    font-size: 33px;
}

.arrow-icon {
    width: 65px;
}

.arrow-icon svg {
    width: 33px;
    height: 17px;
    fill: white;
}

.contact-search-container h2{
    color: #191919;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 59px;
    letter-spacing: -1.706px;
    margin: 0;
}

.contact-search-container h3{
    color: #191919;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 59px;
    letter-spacing: -1.706px;
    width: 100%;
    max-width: 630px;
    margin: 0 0 50px 0;
 }

.contact-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(25% - 20px);
    height: 217px;
    flex-shrink: 0;
    border-radius: 18px;
    background: #F9F9F9;
    margin: 26px 10px 50px 10px;
}

.contact-box h4{
    color: #292D32;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    width: 100%;
    max-width: 180px;
    line-height: 132%;
    margin: 20px 0 0 0;
}

.contact-box img {
    display: block;
    filter: hue-rotate(130deg);
}

.announce-container h5{
    color: #212121;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.569px;
    margin: 0 0 12px 24px;
}

.announce-container p{
    color: #212121;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.569px;
    width: 100%;
    max-width: 880px;
    margin: 0 0 24px 24px;
}

.announce-container b{
    color: #212121;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.569px;
}

.custom-container h5{
    color: #191919;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 59px;
    letter-spacing: -1.706px;
    margin: 0 0 12px 24px;
}

.custom-container {
    width: 100%;
}

.custom-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.custom-summary {
    flex: 1;
    height: 127px;
    border-radius: 17px;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
}

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

.custom-summary h6 {
    color: #4E4E4E;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin: 0 0 0 36px;
}

.custom-summary b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #191919;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.custom-summary img{
    display: block;
    filter: hue-rotate(130deg);
}

.center-title h4{
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.7px;
    margin: 24px 0 24px 24px;
}

.center-title b{
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.7px;
    margin: 24px 0 24px 0;
}

.search-content h5{
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 34.126px;
    letter-spacing: -0.569px;
    margin: 0 0 6px 24px;
}

.search-content p{
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.569px;
    margin: 0 0 24px 24px;
}

.featured-news{
    width: 100%;
    height: auto;
    flex-shrink: 0;
    padding: 30px;
    background-image: url(/img/background-black.png);
    border-radius: 10px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}

.images-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.featured-news-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.featured-news-content h6{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
}

.featured-news-content b{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
}

.featured-news-content p{
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    max-width: 500px;
    margin: 0;
}

.featured-news-content a{
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin: 20px 0 0 0;
}

/* Car List Responsive Filter Btn */
.toggle-filter-btn {
    display: none;
}

/*--------------------------------------------------------------*/
/*  SiteMap Section */
/*--------------------------------------------------------------*/

.sitemap-section {
    padding: 50px 70px;
}

.sitemap-title {
    font-weight: bold;
    margin: 18px 0;
}

.sitemap-link {
    display: block;
    color: black;
    text-decoration: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    transition: font-size 0.3s;
}

.sitemap-link::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #FF002A;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.sitemap-link:hover {
    text-decoration: underline;
    font-size: 1.1em;
}

.sitemap-link:hover::before {
    transform: translateY(-50%) scale(1.5);
}

.sitemap-column {
    border-right: 1px solid #dee2e6;
    padding-right: 20px;
}

.sitemap-column:last-child {
    border-right: none;
}

/*--------------------------------------------------------------*/
/*  Contact Social Section */
/*--------------------------------------------------------------*/

.social-container{
    display: flex;
    flex-direction: column;
    justify-content:start;
    align-items: start;
}

.social-container p{
    margin: 0 0 12px 0;
    color: rgb(33, 33, 33);
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.4px;
    width: 100%;
}

.social-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: #FF002A;
    transform: scale(1.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    color: #fff;
}

/*--------------------------------------------------------------*/
/*  Car Detail Load More Section */
/*--------------------------------------------------------------*/

.load-more-container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hidden-images {
    display: none;
    margin-top: 1rem;
}

/*--------------------------------------------------------------*/
/*  Car List Fiter Search */
/*--------------------------------------------------------------*/

.car-details-container p{
    margin: 0;
}

.search-container {
    position: relative;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #eee;
}

.search-input {
    width: 100%;
    padding: 8px 30px 8px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.brand-list {
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
}

.brand-list label {
    display: block;
    padding: 8px;
    margin: 2px 0;
    cursor: pointer;
    transition: background-color 0.2s;
}

.brand-list label:hover {
    background-color: #f5f5f5;
}

.brand-checkbox {
    margin-right: 8px;
}

/* Scrollbar Styling */
.brand-list::-webkit-scrollbar {
    width: 6px;
}

.brand-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.brand-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.brand-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Highlight seçili markalar */
.brand-list label.selected {
    background-color: #e3f2fd;
}

       /* Filter Container */
       .filter-container {
        position: relative;
        margin-bottom: 20px;
    }

    /* Form Group Filter */
    .form-group-filter {
        position: relative;
        margin-bottom: 15px;
    }

    /* Filter Button */
    .car-filter-btn {
        width: 100%;
        text-align: left;
        padding: 10px 15px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .car-filter-btn:hover {
        background-color: #f8f9fa;
        border-color: #c1c1c1;
    }

    .car-filter-btn:after {
        content: '';
        position: absolute;
        right: 15px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #666;
        transition: transform 0.3s ease;
    }

    .car-filter-btn.active:after {
        transform: translateY(-50%) rotate(180deg);
    }

    /* Dropdown Content */
    .dropdown-content {
        display: none;
        width: 100%;
        border-radius: 4px;
        margin-top: 5px;
        margin-bottom: 15px;
        opacity: 0;
        transform: translateY(-10px);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .dropdown-content.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .search-input {
        width: 100%;
        padding: 8px 30px 8px 10px;
        border: 1px solid #ddd;
        border-radius: 4px;
        font-size: 14px;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }

    .search-input:focus {
        outline: none;
        border-color: #90caf9;
        box-shadow: 0 0 0 2px rgba(144, 202, 249, 0.2);
    }

    /* Brand List */
    .brand-list {
        max-height: 300px;
        overflow-y: auto;
        padding: 5px 0;
    }

    .brand-list label {
        display: block;
        padding: 8px 15px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    .brand-list label:hover {
        background-color: #f8f9fa;
    }

    .brand-list input[type="checkbox"] {
        margin-right: 8px;
    }

    /* Price List */
    .price-list {
        padding: 10px;
    }

    .price-list label {
        display: block;
        padding: 8px 15px;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

    .price-list label:hover {
        background-color: #f8f9fa;
    }

    .price-list input[type="checkbox"] {
        margin-right: 8px;
    }

    /* Scrollbar Styles */
    .brand-list::-webkit-scrollbar {
        width: 6px;
    }

    .brand-list::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }

    .brand-list::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 3px;
    }

    .brand-list::-webkit-scrollbar-thumb:hover {
        background: #666;
    }

/*--------------------------------------------------------------*/
/*  Responsive Soft Transition */
/*--------------------------------------------------------------*/

.container,
.container-fluid {
    transition: max-width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
    margin 0.4s cubic-bezier(0.25, 0.1, 0.25, 1),
    transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1),
    padding 0.4s ease;
    transform-origin: top center;
}

@media (max-width: 1440px) {
    .container,
    .container-fluid {
        transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
    }
}

@media (max-width: 991px) {
    .container,
    .container-fluid {
        transition: all 0.75s cubic-bezier(0.25, 0.1, 0.25, 1);
    }
}

@media (max-width: 768px) {
    .container,
    .container-fluid {
        transition: all 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
    }
}

@media (max-width: 576px) {
    .container,
    .container-fluid {
        transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
    }
}

/*--------------------------------------------------------------*/
/*  Responsive Start */
/*--------------------------------------------------------------*/

@media only screen and (max-width: 1440px) {
    .main-slider-img {
        width: 100%;
        height: 70vh;
        object-fit: cover;
        border-radius: 8px;
    }
    .swiper-buttons {
        position: absolute;
        bottom: 25%;
        right: 25%;
        display: flex;
        gap: 10px;
    }
    .main-slider-caption {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        color: white;
    }
    .main-slider-title {
        font-size: 44px;
        font-weight: 600;
        line-height: 56px;
        text-align: left;
    }
    .main-slider-description {
        font-size: 20px;
        font-weight: 500;
        line-height: 32.6px;
        text-align: left;
        margin: 1rem 0 0;
    }
    .btn-slider {
        padding: 0.5rem 1rem;
        height: 28px;
        color: #ffffff;
        font-size: 12px;
        border: 1px solid #ffffff;
        margin: 1rem 0 0;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        white-space: nowrap;
    }
    .details-slide h2 {
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 34px;
    }
    .header-list-img .img-back {
        position: absolute;
        left: 13%;
        width: 30%;
    }
    .list-title {
        color: #000;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 48px;
        margin-top: 1rem;
    }
    .swiper-buttons {
        position: absolute;
        bottom: 20%;
        right: 14%;
        display: flex;
        gap: 10px;
    }
    .list-3-card-description p {
        margin: 12px 0 12px 8px;
        width: 100%;
        max-width: 390px;
        color: #191919;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 25.222px;
        word-wrap: break-word;
        white-space: normal;
        word-break: break-word;
    }
    .header-bottom-title h1 {
        color: #292D32;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        margin: 0;
    }
    .header-bottom-title p {
        color: #292D32;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 100%;
        max-width: 912px;
        margin: 0 0 18px 0;
    }
    .custom-car-list{
        width: 60%;
    }
    .image-wrapper {
        margin: 0 -80px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .custom-car-list {
        width: 66%;
    }

    .image-wrapper {
        margin: 0 -35px;
    }

    .social-links-title h2 {
        color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
        margin: 0;
        width: 100%;
        max-width: 348px;
    }

    .open-positions p {
        color: #292D32;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        width: 100%;
        margin: 0;
        max-width: 699px;
    }

    .open-positions-url {
        display: flex;
        flex-direction: column;
        margin: 3rem 0 0 40px;
    }

    .gallery-text-content p {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 1rem 0 0 0;
    }

    .service-list h3 {
        color: #292D32;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 0 0 2rem 0;
    }

    .service-list h2 {
        color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        margin: 0 0 0 0;
    }

    .service-list-content p {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 2rem 0 1rem 0;
    }

    .custom-list-row {
        justify-content: flex-start;
        padding: 24px 0 0 0;
    }

    .header-news-title {
        padding: 0;
    }

    .header-list-title {
        padding-left: 0;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .custom-car-list {
        width: 100%;
    }
    .car-details-four {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        width: 100%;
        margin: 12px 0 12px 0;
    }
    .car-details-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        width: 100%;
    }

    .car-details-content-campaign {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .car-details-campaign{
        margin: 30px 0 30px 0;
    }
    .image-wrapper {
        margin: 0 -40px;
    }
    .news-column-v2 h2 {
        color: #000;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
    }
    .app-cta h4 {
        color: #000;
        font-size: 21px;
        font-style: normal;
        font-weight: 300;
        line-height: 26px;
    }
    .fleet-content p {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 0 0 12px 0;
        width: 100%;
        max-width: 900px;
    }
    .header-bottom-title p {
        color: #292D32;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 100%;
        max-width: 912px;
        margin: 0;
    }
    .header-list-title {
        display: flex;
        align-items: center;
        height: auto;
        text-align: left;
        padding-left: 0;
    }
    .header-bottom-title h1 {
        color: #292D32;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        margin: 0;
    }
    .fleet-content h3 {
        color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        margin: 12px 0 12px 0;
        width: 100%;
        max-width: 699px;
    }
    .fleet-content h4 {
        color: #292D32;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 0 0 24px 0;
        width: 100%;
        max-width: 912px;
    }
    .app-cta {
        display: flex;
        justify-content: flex-start;
        margin: 16px 0 16px 0;
    }
    .gallery-content-title h6 {
        color: #191919;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
         margin: 0;
    }
    .header-news-container{
        padding: 0;
    }
    .header-news-title {
        display: flex;
        align-items: center;
        text-align: left;
        padding: 0;
    }
    .custom-img-news {
        width: 100%;
        height: 570px;
        object-fit: cover;
    }
    .header-list-two {
        border-radius: 0;
    }
    .icon-set{
        margin-left: 0;
        width: 33%;
        margin-bottom: 80px;
    }
    .career-btn {
        display: flex;
        width: 221px;
        height: 56px;
        padding: 15px 31px 16px 32px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin: 40px 0 0 0;
        color: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #FFF;
        background: rgba(255, 255, 255, 0.00);
    }
    .all-sss h3 {
        color: #000;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.7px;
        width: 100%;
        max-width: 430px;
        margin: 30px 0 0 0;
    }
    .all-sss p {
        color: #191919;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 23px;
        width: 100%;
        max-width: 428px;
        margin: 22px 0 0 0;
    }
    .all-sss-btn {
        display: flex;
        width: 221px;
        height: 56px;
        padding: 15px 31px 16px 32px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin: 32px 0 0 0;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.00);
        box-shadow: 0 0 0 1px #191919 inset;
    }
    .social-links-title h2 {
        color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
        margin: 0;
        width: 100%;
        max-width: 348px;
    }
    .open-positions p {
        color: #292D32;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        margin: 0;
        width: 100%;
        max-width: 699px;
    }
    .open-positions-url {
        display: flex;
        flex-direction: column;
        margin: 3rem 0 0 40px;
    }
    .contact-column p {
        color: #292D32;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        margin: 0;
        width: 100%;
        max-width: 420px;
    }
    .contact-title h2 {
        color: #272727;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 42px;
        width: 100%;
        max-width: 609px;
        margin: 0 0 0 0;
    }
    .header-news {
        border-radius: 0;
    }
    .header-container {
        border-radius: 0;
    }
    .gallery-text-content p {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 1rem 0 1rem 0;
    }
    .service-list h2 {
        color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        margin: 0;
    }
    .service-list h3 {
        color: #292D32;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 0 0 2rem 0;
    }
    .service-list-content p {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 2rem 0 1rem 0;
    }
    .custom-list-row {
        justify-content: flex-start;
        padding: 24px 0 0 0;
    }
    .get-offer-form-container {
        padding: 0;
    }
    .contact-column {
        padding: 0;
    }
    .hidden-images {
        display: none;
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 1024px) {
    .main-slider-img {
        width: 100%;
        height: 70vh;
        object-fit: cover;
        border-radius: 8px;
    }
    .swiper-buttons {
        position: absolute;
        bottom: 20%;
        right: 14%;
        display: flex;
        gap: 10px;
    }
    .main-slider-caption {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        color: white;
    }
    .main-slider-title {
        font-size: 40px;
        line-height: 50px;
    }
    .main-slider-description {
        font-size: 18px;
        line-height: 28.6px;
        margin: 1rem 0 0;
    }
    .btn-slider {
        padding: 0.5rem 1rem;
        height: 28px;
        color: #ffffff;
        font-size: 12px;
        border: 1px solid #ffffff;
        margin: 1rem 0 0;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        white-space: nowrap;
    }
    .list-3-card-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .sample-box p {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        width: 100%;
        max-width: 447px;
        margin-top: 1rem;
    }
    .header-bottom-title h1 {
        color: #292D32;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        margin: 0;
    }
    .custom-car-list {
        width: 100%;
    }
    .car-details-four {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        width: 100%;
        margin: 12px 0 12px 0;
    }
    .car-details-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        width: 100%;
    }
    .car-details-content-campaign {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .car-details-campaign{
        margin: 30px 0 30px 0;
    }
    .image-wrapper {
        margin: 0 -4px;
    }
    .news-column-v2 h2 {
        color: #000;
        font-size: 23px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
    }
    .header-list-two {
        border-radius: 0;
    }
    .all-sss p {
        color: #191919;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 23px;
        width: 100%;
        max-width: 428px;
        margin: 22px 0 0 0;
    }
    .all-sss h3 {
        color: #000;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.7px;
        width: 100%;
        max-width: 430px;
        margin: 30px 0 0 0;
    }
    .all-sss-btn {
        display: flex;
        width: 221px;
        height: 56px;
        padding: 15px 31px 16px 32px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin: 32px 0 0 0;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.00);
        box-shadow: 0 0 0 1px #191919 inset;
    }
    .contact-column p {
        color: #292D32;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        margin: 0;
        width: 100%;
        max-width: 420px;
    }
    .service-list-content p {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 2rem 0 1rem 0;
    }
    .custom-list-row {
        justify-content: flex-start;
        padding: 24px 0 0 0;
    }
    .service-list h3 {
        color: #292D32;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 0 0 2rem 0;
    }
    .service-list h2 {
        color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        margin: 0 0 0 0;
    }
    .gallery-text-content p {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 1rem 0 1rem 0;
    }
    .header-news-title {
        padding: 0;
    }
    .hidden-images {
        display: none;
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 991px) {
    header,
    nav {
        display: none;
    }
    .logo{
        display: flex;
        justify-content: start;
        align-items: center;
        margin: 14px 0 14px 14px;
    }
    .sidebar_toggler {
        display: flex;
    }
    .main-slider-img {
        width: 100%;
        height: 70vh;
        object-fit: cover;
        border-radius: 8px;
    }
    .main-slider-title {
        font-size: 30px;
        line-height: 36px;
    }
    .main-slider-description {
        font-size: 16px;
        line-height: 22.6px;
        margin: 1rem 0 0;
    }
    .btn-slider {
        padding: 0.5rem 1rem;
        height: 28px;
        color: #ffffff;
        font-size: 12px;
        border: 1px solid #ffffff;
        margin: 1rem 0 0;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        white-space: nowrap;
    }
    .btn-login {
        width: 136px;
        height: 48px;
        color: black;
        font-size: 12px;
        border: 1px solid black;
        border-radius: 96px;
        margin-left: 0px;
        margin-right: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    .header-items ul {
        display: flex;
        flex-wrap: wrap;
        margin: -1px -28px;
        justify-content: flex-start;
        align-items: center;
        font-size: 13px;
    }
    .navbar-items ul {
        display: flex;
        padding: 0 22px;
        margin: 0;
        justify-content: space-between;
        border-top: 1px solid rgba(128, 128, 128, 0.3);
        font-size: 13px;
    }
    .language {
        font-size: 13px;
    }
    .blog-title h2 {
        font-size: 26px;
        line-height: 38px;
        font-weight: bold;
    }
    .all-models h4 {
        font-size: 26px;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: -0.02em;
        text-align: left;
        margin: 0 0 18px 0;
    }
    .intro-column h2 {
        font-size: 26px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
    }
    .intro-column p {
        max-width: 425px;
        color: #8A8A8A;
        font-size: 16px;
        font-weight: 500;
        line-height: 24.54px;
        text-align: left;
        margin: 16px 0 0 0;
    }
    .three-steps-text-container h2 {
        padding: 3rem 0 0 1rem;
        color: white;
        text-align: left;
        max-width: 650px;
    }
    .three-steps-text h6 {
        font-size: 16px;
        line-height: 18px;
        padding: 0 1rem 0 1rem;
    }
    .three-steps-text p {
        font-size: 16px;
        line-height: 22px;
        padding: 0 1rem 0 1rem;
    }
    .thre-steps-button {
        padding: 20px 0 3rem 0;
    }
    .thre-steps-button a {
        text-decoration: none;
        margin: 0 0 0 1rem;
    }
    .btn-special-offers .icon-container {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: transparent;
        border: 2px solid white;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        margin: 0 0 0 8px;
    }
    .campaign h2 {
        font-size: 26px;
        font-weight: 600;
        line-height: 36px;
    }
    .all-brands h3 {
        font-size: 26px;
        line-height: 58px;
        font-weight: bold;
    }
    .campaign-card {
        border-radius: 8px;
        overflow: hidden;
        padding: 8px;
        display: flex;
        flex-direction: column;
        width: calc(50% - 8px);
        height: auto;
        box-sizing: border-box;
    }
    .two-column {
        display: flex;
        width: 100%;
        height: 100%;
        border-radius: 18px;
        background-color: #F8F8F8;
    }
    .two-column-container {
        display: flex;
        height: auto;
        gap: 16px;
        flex-direction: column;
    }
    .newsletter-container {
        padding: 50px 0;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .newsletter-label{
        width: 50%;
    }
    .details-slide h2 {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }
    .header-title{
        height: 114px;
    }
    .details-slide h2 {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 22px;
    }
    .header-img{
        text-align: center;
    }
    .header-img img{
        height: 140px;
        object-fit: cover;
    }
    .logo img{
        height: 40px;
    }
    .custom-img {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 462px;
        border-radius: 8px;
        object-fit: cover;
        min-height: 462px;
    }
    .models-heading {
        text-align: left;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .icon {
        margin-bottom: 28px;
    }
    .icon-title h2 {
        color: #191919;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
    }
    .icon-description p {
        color: #292D32;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        max-width: 280px;
    }
    .header-list-img .img-back {
        position: absolute;
        left: 6%;
        width: 30%;
    }
    .list-title {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        margin-top: 0;
    }
    .list-title span {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;
    }
    .card-list-detail-content h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 8px;
    }

    .card-list-detail-content span {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 8px;
    }

    .card-list-detail-content p {
        font-size: 12px;
        line-height: 21.536px;
        max-width: 450px;
        width: 100%;
    }
    .swiper-buttons {
        position: absolute;
        bottom: 30%;
        right: 14%;
        display: flex;
        gap: 10px;
    }
    .header-list-title {
        display: flex;
        align-items: center;
        text-align: left;
        padding-left: 0;
    }
    .header-detail-title {
        display: flex;
        align-items: center;
        text-align: left;
        padding-left: 0;
    }
    .second-slider-items {
        flex: 0 0 auto;
        width: 244px !important;
        margin-right: 10px;
        transition: transform 3s ease;
    }
    .second-slider-card .second-slider-card-description h6 {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        text-align: left;
        margin: 8px 0 0 0;
    }
    .btn-general .icon-container-general {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
    }
    .list-3-card-description p {
        margin: 12px 0 12px 8px;
        width: 100%;
        max-width: 390px;
        color: #191919;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 23.222px;
        word-wrap: break-word;
        white-space: normal;
        word-break: break-word;
    }
    .list-3-card-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .testimonials-content h1 {
        color: #191919;
        text-align: left;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }
    .testimonials-content p {
        color: #292D32;
        text-align: justify;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
    }
    .testimonials-content h2 {
        color: #191919;
        text-align: right;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        margin: 0;
    }
    .testimonials-content h3 {
        color: #191919;
        text-align: right;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin: 0;
    }
    .testimonials-title p {
        color: #7E8286;
        text-align: justify;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
    }
    .testimonials-title h1 {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: -0.6px;
    }
    .two-box-url h1 {
        color: #292D32;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
    }
    .two-box-url span {
        color: #292D32;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
    .sample-box {
        height: auto;
        padding: 40px;
        border-radius: 8px;
        background: #F8F8F8;
        margin-right: 20px;
        margin-bottom: 32px;
        box-sizing: border-box;
        width: 100%;
    }
    .advice-box-title h3 {
        color: #191919;
        text-align: right;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }
    .advice-box-title h2 {
        color: #191919;
        text-align: right;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }
    .advice-box-title h1 {
        color: #191919;
        font-size: 20px;
        font-style: normal;
        text-align: right;
        font-weight: 700;
        line-height: 24px;
    }
    .header-bottom-title h1 {
        color: #292D32;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        margin: 0 0 12px 0;
    }
    .advice-box {
        padding: 160px 110px 110px 44px;
        border-radius: 8px;
        background: #F8F8F8;
        margin: 0 12px 0 12px;
    }
    .advice-box-content p {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
    }
    .list-car-details {
        flex: 1 1 calc(50% - 16px);
        box-sizing: border-box;
        max-width: calc(50% - 16px);
    }
    .order-buy-btn {
        display: flex;
        height: 50.29px;
        padding: 19px 90px 19px 90px;
        align-items: center;
        border-radius: 100px;
        background: #000;
        color: white;
    }
    .car-details-content {
        display: flex;
        width: 400px;
        padding: 17.69px 24px 24px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12.34px;
        background: #F8F8F8;
        margin: 30px 12px 30px 0;
    }
    .car-details-left h2 {
        color: #212121;
        font-size: 34px;
        font-style: normal;
        font-weight: 500;
        line-height: 56px;
        margin: 0;
    }
    .car-details-left h3 {
        color: #212121;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
        margin: 0;
    }
    .car-details-left h4 {
        color: #212121;
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 56px;
        margin: 0;
    }
    .car-details-left h5 {
        color: #212121;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        margin: 16px 0 16px 16px;
    }
    .version-selected {
        border-radius: 9999px;
        border: 1px solid #ADADAD;
        background: #FFF;
        width: 271px;
        height: auto;
        color: #212121;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        padding: 10px 50px 10px 16px;
        position: relative;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .why-we-section .row {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    .why-we-section h3 {
        color: #191919;
        font-size: 21px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
        margin: 14px 0 0 0;
    }
    .why-we-section p {
        color: #191919;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 22px;
        margin: 8px 0 0 0;
    }
    .four-steps h4 {
        color: #191919;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 32px;
    }
    .four-steps p {
        color: #8A8A8A;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 27px;
    }
    .four-steps h2 {
        color: #191919;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
    }
    .container-service-list h4 {
        color: #191919;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }
    .news-column-v2 {
        text-align: left;
        margin-top: auto;
        margin-bottom: auto;
        padding-left: 4.3%;
    }
    .centered-text {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-top: 14px;
        max-width: 80%;
    }
    .header-bottom-title p {
        color: #292D32;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 100%;
        margin: 0;
        max-width: 912px;
    }
    .details-list-header {
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        padding: 0;
        margin-bottom: 20px;
    }
    .fleet-content p {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        width: 100%;
        margin: 0 0 12px 0;
        max-width: 900px;
    }
    .campaign-container {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin: 0;
    }
    .fleet-content h4 {
        color: #292D32;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 0 0 24px 0;
        width: 100%;
        max-width: 912px;
    }
    .fleet-content h3 {
        color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        margin: 42px 0 12px 0;
        width: 100%;
        max-width: 699px;
    }
    .app-cta {
        display: flex;
        justify-content: flex-start;
        margin: 16px 0 16px 0;
    }
    .text-group {
        margin-right: 36px;
    }
    .app-cta h4 {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 24px;
    }
    .app-cta h3 {
        color: #000;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
    }
    .gallery-content-title h6 {
        color: #191919;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        margin: 0;
    }
    .header-news-container{
        padding: 0;
    }
    .header-news-title {
        display: flex;
        align-items: center;
        text-align: left;
        padding: 0;
    }
    .custom-img-news {
        width: 100%;
        height: 460px;
        object-fit: cover;
    }
    .header-list-two {
        border-radius: 0;
    }
    .icon-set{
        margin-left: 0;
        width: 50%;
        margin-bottom: 80px;
    }
    .career-btn {
        display: flex;
        width: 221px;
        height: 56px;
        padding: 15px 31px 16px 32px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin: 30px 0 0 0;
        color: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #FFF;
        background: rgba(255, 255, 255, 0.00);
    }
    .career-banner-content h3 {
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        margin: 14px 0 0 0;
        width: 100%;
        max-width: 764px;
    }
    .career-banner-content h2 {
        color: #FFF;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        width: 100%;
        max-width: 530px;
    }
    .all-sss p {
        color: #191919;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 23px;
        width: 100%;
        max-width: 300px;
        margin: 22px 0 0 0;
    }
    .all-sss h3 {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.7px;
        width: 100%;
        max-width: 280px;
        margin: 30px 0 0 0;
    }
    .all-sss-btn {
        display: flex;
        width: 221px;
        height: 56px;
        padding: 15px 31px 16px 32px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin: 32px 0 0 0;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.00);
        box-shadow: 0 0 0 1px #191919 inset;
    }
    .all-sss b {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: -0.7px;
        width: 100%;
        max-width: 430px;
    }
    .social-links-title h2 {
        color: #000;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 42px;
        margin: 0;
        width: 100%;
        max-width: 348px;
    }
    .open-positions p {
        color: #292D32;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px;
        margin: 0;
        width: 100%;
        max-width: 699px;
    }
    .open-positions-url {
        display: flex;
        flex-direction: column;
        margin: 2rem 0 0 30px;
    }
    .open-positions-url a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 24px;
        border-bottom: 1px solid #E9EAEC;
        color: #292D32;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
    }
    .contact-btn {
        width: 360px;
        height: 120px;
        flex-shrink: 0;
        border-radius: 14px;
        background-color: #282828;
        padding: 40px;
        display: flex;
        align-items: center;
        gap: 30px;
    }
    .contact-btn-content a {
        text-decoration: none;
        color: #FFF;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
    }
    .contact-btn-content p {
        margin: 8px 0 0 0;
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .contact-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: calc(50% - 20px);
        height: 217px;
        flex-shrink: 0;
        border-radius: 18px;
        background: #F9F9F9;
        margin: 26px 10px 25px 10px;
    }
    .contact-search-container h3 {
        color: #191919;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 59px;
        letter-spacing: -1.706px;
        width: 100%;
        max-width: 450px;
        margin: 0 0 20px 0;
    }
    .contact-search-container h2 {
        color: #191919;
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 34px;
        letter-spacing: -1.706px;
        margin: 0;
    }
    .announce-container p {
        color: #212121;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: -0.569px;
        width: 100%;
        max-width: 880px;
        margin: 0 0 16px 0;
    }
    .announce-container b {
        color: #212121;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: -0.569px;
    }
    .custom-summary h6 {
        color: #4E4E4E;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin: 0 0 0 36px;
    }
    .custom-summary b {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-shrink: 0;
        color: #4E4E4E;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }
    .announce-container h5 {
        color: #212121;
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: -0.569px;
        margin: 0 0 12px 0;
    }
    .custom-container h5 {
        color: #191919;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 59px;
        letter-spacing: -1.706px;
        margin: 0 0 12px 0;
    }
    .contact-title h2 {
        color: #272727;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 42px;
        width: 100%;
        max-width: 609px;
        margin: 0 0 0 0;
    }
    .custom-wrapper {
        padding: 0 0 0 0;
    }
    .featured-news-content h6{
        color: #FFF;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 43px;
    }
    .featured-news-content b {
        color: #FFF;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 43px;
    }
    .featured-news-content p {
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 100%;
        max-width: 500px;
        margin: 0;
    }
    .header-news {
        border-radius: 0;
    }
    .header-container {
        border-radius: 0;
    }
    .header-bottom-title h2 {
        color: #292D32;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 42px;
        margin: 0 0 18px 0;
        width: 100%;
        max-width: 520px;
    }
    .service-list h3 {
        color: #292D32;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 0 0 2rem 0;
    }
    .service-list h2 {
        color: #000;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        margin: 0 0 0 0;
    }
    .get-offer-form-container {
        padding: 0;
    }
    .contact-column {
        padding: 0;
    }
    .hidden-images {
        display: none;
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .logo{
        display: flex;
        justify-content: start;
        align-items: center;
        margin: 18px 0 18px 18px;
    }
    .main-slider-img {
        height: 52vh;
    }
    .main-slider-title {
        font-size: 22px;
        line-height: 28px;
    }
    .main-slider-description {
        font-size: 14px;
        line-height: 18.6px;
        margin: 1rem 0 0;
    }
    .swiper-buttons {
        bottom: 45%;
        right: 14%;
    }
    .btn-slider {
        padding: 0.5rem 1rem;
        height: 28px;
        color: #ffffff;
        font-size: 12px;
        border: 1px solid #ffffff;
        margin: 1rem 0 0;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        white-space: nowrap;
    }
    .second-slider-items {
        flex: 0 0 auto;
        width: 224px !important;
        margin-right: 10px;
        transition: transform 0.5s ease;
    }
    .intro-column {
        text-align: left;
        margin-top: auto;
        margin-bottom: 14px;
    }
    .all-models h4 {
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        margin: 0 0 18px 0;
    }
    .second-slider-card .second-slider-card-description h6 {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        margin: 12px 0 0 0;
    }
    .second-slider-card .second-slider-card-description span {
        font-size: 12px;
        font-weight: 500;
        line-height: 10.18px;
        text-align: left;
    }
    .second-slider-card-description p{
        font-size: 12px;
        font-weight: 500;
        line-height: 10.18px;
        text-align: left;
        margin: 0;
    }
    .second-slider-card .card-price {
        font-size: 13px;
        font-weight: 600;
        line-height: 23.64px;
        text-align: left;
    }
    .intro-column h2 {
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
    }
    .intro-column p {
        max-width: 425px;
        color: #8A8A8A;
        font-size: 14px;
        font-weight: 500;
        line-height: 22.54px;
        text-align: left;
        margin: 16px 0 0 0;
    }
    .three-steps-text-container h2 {
        padding: 3rem 0 0 1rem;
        color: white;
        font-size: 26px;
        text-align: left;
        max-width: 650px;
    }
    .thre-steps-button {
        display: flex;
        align-items: center;
        padding: 20px 0 3rem 0;
    }
    .three-steps-text {
        width: 100%;
        max-width: 600px;
        margin: 24px 0px 24px 0;
    }
    .three-steps-text h6 {
        font-size: 16px;
        font-weight: bold;
        color: white;
        line-height: 20.5px;
        padding: 0 1rem 0 1rem;
    }
    .three-steps-text p {
        color: white;
        text-align: left;
        padding: 0 1rem 0 1rem;
        line-height: 20px;
        max-width: 650px;
        font-size: 14px;
    }
    .thre-steps-button a {
        text-decoration: none;
        margin: 0 0 0 1rem;
    }
    .btn-special-offers .icon-container {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: transparent;
        border: 2px solid white;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        margin: 0 0 0 12px;
    }
    .three-steps-img img {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0;
        background-size: cover;
        object-fit: cover;
        border-radius: 8px;
        margin-right: 0px;
    }
    .col-md-2-4 {
        flex: 0 0 50%;
        max-width: 50%;
        box-sizing: border-box;
    }
    .all-brands h3 {
        font-size: 20px;
        line-height: 38px;
        font-weight: bold;
    }
    .news-slide {
        flex-shrink: 0;
        width: 226px !important;
    }
    .campaign-card {
        border-radius: 8px;
        overflow: hidden;
        padding: 16px;
        display: flex;
        flex-direction: column;
        width: calc(100% - 8px);
        height: auto;
        margin: 0;
        box-sizing: border-box;
    }
    .campaign h2 {
        font-size: 22px;
        font-weight: 600;
        line-height: 42px;
    }
    .blog-title h2 {
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
    }
    .two-column-container {
        flex-direction: column;
    }
    .newsletter-container {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 50px 0;
        border-radius: 8px;
    }
    .newsletter-container h1 {
        font-size: 24px;
        line-height: 38px;
        font-weight: 600;
    }
    .newsletter-container h6 {
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
    }
    .newsletter-btn {
        width: 36px;
        height: 36px;
        background-color: white;
        text-align: center;
        -webkit-align-items: center;
        -webkit-align-content: center;
        border-radius: 50%;
        float: inline-end;
        text-decoration: none;
        margin-left: 12px;
    }
    .newsletter-input {
        width: calc(86% - 8px);
        height: 36px;
        border-radius: 80px;
        padding-left: 12px;
        border: none;
    }
    .newsletter-label {
        width: 70%;
    }
    .newsletter-checkbox label {
        font-size: 11px;
    }
    .gallery-content {
        display: flex;
        flex-direction: column;
    }
    .gallery-content-description p {
        color: #292D32;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }
    .gallery-content-title h6 {
        color: #191919;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        margin: 0 0 12px 0;
    }
    .icon {
        margin-bottom: 20px;
    }
    .icon-set {
        margin-bottom: 24px;
    }
    .icon-description p {
        color: #292D32;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        max-width: 390px;
    }
    .header-list-title {
        display: flex;
        align-items: center;
        height: auto;
        text-align: left;
        padding-left: 10%;
        margin-top: 2rem;
    }
    .header-list-img .img-back {
        position: absolute;
        left: 68px;
        width: 35%;
    }
    .header-list-img {
        width: 100%;
        max-width: 100%;
        height: 164px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .list-title {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin-top: 1rem;
    }
    .list-title span {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }
    .list-content p {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26.536px;
        max-width: 540px;
    }
    .info-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .card-list-detail {
        flex-direction: column;
    }
    .card-list-detail-content {
        padding: 0;
        text-align: left;
    }
    .card-list-detail-content h2 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .card-list-detail-content span {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 8px;
    }
    .card-list-detail-content p {
        font-size: 12px;
        line-height: 21.536px;
        max-width: 350px;
    }
    .header-list-title {
        display: flex;
        align-items: center;
        height: auto;
        text-align: left;
        padding-left: 0;
        margin-top: 0;
    }
    .header-list-title h2 {
        color: #FFF;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
    }
    .header-detail-title {
        display: flex;
        align-items: center;
        text-align: left;
        padding-left: 0;
    }
    .remaining-content p {
        color: #292D32;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }
    .details-title-2 h2 {
        width: 100%;
        max-width: 368px;
        color: #191919;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        margin: 0 16px 12px 0;
    }
    .swiper-button-next, .swiper-button-prev {
        color: white;
        border: 2px solid white;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .swiper-all-models, .swiper-all-models2 {
        background-color: #F3F3F3;
        border-radius: 50%;
        color: black !important;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
    }
    .intro-img img {
        object-fit: cover;
        height: 46vh;
        border-radius: 10px;
    }
    .blog-slide {
        transition: transform 0.8ms ease;
    }
    .list-3-card-content {
        grid-template-columns: 1fr;
        justify-items: center;
        width: 100%;
    }
    .testimonials-content{
        margin-top: 1rem;
    }
    .advice-box-title {
        right: 44px;
        top: 5%;
        transform: translateY(-50%);
        box-sizing: border-box;
        position: relative;
    }
    .header-bottom-title h1 {
        color: #292D32;
        font-size: 19px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        margin: 0 0 12px 0;
    }
    .list-car-details {
        flex: 1 1 calc(100% - 16px);
        box-sizing: border-box;
        max-width: calc(100% - 0px);
    }
    .car-filter-input {
        display: flex;
        width: 100%;
        height: 53px;
        padding: 10px 15px;
        justify-content: space-between;
        gap: 167px;
        background: #FFF;
        border-bottom: 1px solid #ccc;
        flex-shrink: 0;
        transition: border-color 0.3s ease;
    }
    .car-details-content {
        display: flex;
        width: 400px;
        padding: 17.69px 24px 24px 17.69px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12.34px;
        background: #F8F8F8;
        margin: 30px 12px 30px 0;
    }
    .car-details-four img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .car-details-content-campaign {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .version-container {
        position: relative;
        display: inline-block;
        margin: 0 0 24px 0;
    }
    .why-we-section .col-md-4 {
        flex: 1 1 calc(50% - 30px);
        max-width: calc(50% - 1px);
        box-sizing: border-box;
    }
    .blog-two-description p{
        color: #292D32;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
        padding: 0 10px;
    }
    .offer-container-content h3 {
        color: #FFF;
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 44px;
    }
    .offer-btn {
        display: inline-flex;
        padding: 10px 44px 10px 44px;
        justify-content: center;
        align-items: center;
        border-radius: 9999px;
        background: #FFF;
        color: #191919;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
    .offer-container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px;
        background-repeat: no-repeat;
        border-radius: 8px;
    }
    .drive-title{
        padding: 0 0 30px 0;
    }
    .drive-title p {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        width: 100%;
        margin: 0;
        max-width: 912px;
        padding: 0 0 0 8px;
    }
    .drive-title h3 {
        color: #000;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        width: 100%;
        max-width: 679px;
        padding: 0 0 0 8px;
        margin: 0;
    }
    .centered-text {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-top: 14px;
        max-width: 90%;
    }
    .fleet-content p {
        color: #292D32;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        margin: 14px 0 0 0;
        width: 100%;
    }
    .fleet-content h3 {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 40px;
        margin: 12px 0 12px 0;
        width: 100%;
        max-width: 699px;
    }
    .fleet-content h4 {
        color: #292D32;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        margin: 0 0 20px 0;
        width: 100%;
        max-width: 920px;
    }
    .app-cta {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-basis: max-content;
        margin: 16px 0;
    }
    .text-group {
        margin: 0 0 12px 0;
    }
    .custom-img-news {
        width: 100%;
        height: 370px;
        object-fit: cover;
    }
    .header-list-two {
        border-radius: 0;
    }
    .career-banner-content h2 {
        color: #FFF;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
        width: 100%;
        max-width: 530px;
    }
    .career-banner-content h3 {
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        margin: 8px 0 0 0;
        width: 100%;
        max-width: 594px;
    }
    .career-btn {
        display: flex;
        width: 221px;
        height: 56px;
        padding: 15px 31px 16px 32px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin: 20px 0 0 0;
        color: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #FFF;
        background: rgba(255, 255, 255, 0.00);
    }
    .custom-carrer-img{
        height: 34vh;
        object-fit: cover;
    }
    .career-sss-all {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .open-positions-url a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 20px;
        border-bottom: 1px solid #E9EAEC;
        color: #292D32;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    .contact-map{
        height: 400px;
    }
    .contact-line {
        background: rgba(0, 0, 0, 0.60);
        margin: 2rem 0 2rem 0;
    }
    .custom-row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    }
    .contact-sss-title {
        color: #000;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.7px;
        max-width: 300px;
    }
    .contact-sss-title b {
        color: #000;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.7px;
    }
    .contact-search {
        display: flex;
        align-items: center;
        width: 100%;
        height: 60px;
        border-radius: 142px;
        background: #F9F9F9;
        padding: 0 20px;
    }
    .arrow-icon {
        width: 52px;
    }
    .icon-container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 52px;
        border-radius: 71.096px;
        background: #191919;
        margin: 0 -10px;
        cursor: pointer;
    }
    .header-news {
        border-radius: 0;
    }
    .header-container {
        border-radius: 0;
    }
    .table-filo h2 {
        color: #000;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 38px;
        width: 100%;
        max-width: 656px;
    }
    .header-bottom-title h2 {
        color: #292D32;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 42px;
        margin: 0 0 18px 0;
        width: 100%;
        max-width: 520px;
    }
    .icon-set {
        width: 100%;
    }
    .toggle-filter-btn {
        width: 100px;
        height: 40px;
        border-radius: 40px;
        border: 1px solid rgba(255, 255, 255, 0.349);
        background-color: rgb(12, 12, 12);
        display: flex;
        color: white;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition-duration: 0.3s;
        overflow: hidden;
    }
    #header-title {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: -0.4px;
        margin-right: 10%;
        display: flex;
        align-items: center; 
        height: 100%;
    }
    .filter-sidebar{
        display: none;
    }
    .car-list-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .car-filter-input-head {
        display: flex;
        width: 100%;
        height: 56px;
        padding: 16px 0px;
        justify-content: center;
        align-items: flex-start;
        gap: 167px;
        background: #FFF;
        border: none;
        flex-shrink: 0;
        transition: border-color 0.3s ease;
        margin: 0 0 0 0;
    }
    .get-offer-form-container{
        padding: 15px;
    }
    .global-space{
        padding: 40px 0 40px 0;
    }
    .news-swiper-button-next, .news-swiper-button-prev {
        color: black;
        border: 1px solid black;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        right: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .advice-box-v2 {
        padding: 30px;
        border-radius: 8px;
        margin-bottom: 32px;
    }
    .advice-box-content-v2 p {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        margin: 0;
    }
    .advice-box-title-v2 h1 {
        color: #191919;
        font-size: 22px;
        font-style: normal;
        text-align: left;
        font-weight: 700;
        line-height: 24px;
        padding-left: 44px;
    }
    .advice-box-title-v2 h2 {
        color: #191919;
        text-align: left;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        padding-left: 44px;
    }
    .advice-box-title-v2 h3 {
        color: #191919;
        text-align: left;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        padding-left: 44px;
    }
    .swiper-blog-btn-prev, .swiper-blog-btn-next {
        background-color: #F3F3F3;
        border-radius: 50%;
        border: none;
        color: black;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
    }
    .text-end {
       display: flex;
    }
    .list-reverser{
        display: flex;
        flex-direction: column-reverse;
    }
    .sitemap-column {
        border-right:none;
        padding-right: 20px;
    }
    .sitemap-section {
        padding: 50px 0;
    }
    .contact-header {
        border-radius: 0;
    }
    .footer-advert {
        padding: 16px 0;
        display: flex;
        gap: 16px;
    }
    .kvkk-row{
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .footer-column {
        padding: 14px 0 14px 0;
        flex: 1 1 calc(50% - 20px);
    }
    .footer-social {
        display: flex;
        gap: 10px;
        margin-top: 16px;
    }
    .footer-advert-responsive .col-md-6 {
        flex: 1 1 50%;
    }
    .footer-advert-responsive{
        padding: 14px 0 14px 0;
    }
    .kvkk-social {
        color: white;
        padding: 14px 0;
    }
    .filter-buttons {
        justify-content: space-around;
        padding: 16px 0 18px 0;
    }
    .social-container{
        margin: 24px 0 0 0;
    }
    .hidden-images {
        display: none;
        margin-top: 1rem;
    }
    .btn-car-load-more {
        display: flex;
        height: 44px;
        padding: 10px 70px 10px 70px;
        align-items: center;
        border-radius: 100px;
        background: #000;
        color: white;
        transition: background 0.3s ease;
    }
}

@media only screen and (max-width: 570px) {
    .swiper-button-next, .swiper-button-prev {
        color: white;
        border: 1px solid white;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        right: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .news-swiper-button-next, .news-swiper-button-prev {
        color: black;
        border: 1px solid black;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        right: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .btn-swiper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 1rem 0 1rem 0;
    }
    .swiper-buttons {
        bottom: 45%;
        right: 16%;
    }
    .news-card-description p {
        font-size: 14px;
        line-height: 21.5px;
        color: #292D32;
        padding: 0 0px 0px 8px;
        margin: 0;
    }
    .news-card-title h6 {
        padding: 16px 0px 0px 8px;
        font-size: 18px;
        line-height: 22px;
        font-weight: bold;
        color: #333;
    }
    .all-brands h3 {
        font-size: 18px;
        line-height: 38px;
        font-weight: bold;
    }
    .campaign-container {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin: 0px 0 0 0;
    }
    a {
        color: black;
        text-decoration: none;
        margin-right: 12px;
        white-space: nowrap;
    }
    .text-end {
        display: flex;
    }
    .campaign h2 {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
    }
    .two-column img {
        border-radius: 18px 0 0 18px;
        object-fit: contain;
        background-size: cover;
        width: 100%;
        height: 100%;
        mix-blend-mode: darken;
        min-width: 140px;
    }
    .cta h1 {
        font-size: 22px;
        line-height: 24px;
        font-weight: 400;
    }
    .cta h1 span {
        font-size: 22px;
        line-height: 28px;
        font-weight: 600;
    }
    p{
        font-size: 14px;
    }
    .btn-general .icon-container-general {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
    }
    .newsletter-container h1 {
        font-size: 20px;
        line-height: 38px;
        font-weight: 600;
    }
    .newsletter-checkbox label {
        font-size: 9px;
    }
    .newsletter-container h6 {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400;
    }
    .newsletter{
        margin-top: 0;
    }
    .all-models h4 {
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        margin: 0 0 18px 0;
    }
    .blog-card-title p {
        font-size: 16px;
        font-weight: 500;
        line-height: 23.2px;
        margin-left: 8px;
    }
    .campaign-title {
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
        flex-grow: 1;
        margin: 12px 0 0 8px;
    }
    .campaign-description {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
        color: #292D32;
        flex-grow: 1;
        margin: 0 0 0 8px;
    }
    .campaign-card {
        border-radius: 8px;
        overflow: hidden;
        padding: 8px;
        display: flex;
        flex-direction: column;
        width: calc(100% - 8px);
        height: auto;
        box-sizing: border-box;
    }
    .newsletter-container{
        margin-top: 0;
        border-radius: 0;
    }
    .models-heading {
        text-align: left;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 14px;
    }
    .gallery-content-description p {
        color: #292D32;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        margin: 0 16px 12px 0;
        padding: 0 0 0 8px;
    }
    .gallery-content-title h6 {
        color: #191919;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        margin: 0 16px 12px 8px;
    }
    .header-list-img .img-back {
        position: absolute;
        left: 60px;
        width: 30%;
    }
    .info-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .info-title h2 {
        color: #191919;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        margin-bottom: 12px;
    }
    .info-description p {
        color: #292D32;
        font-family: 'Inter', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }
    .header-list-title h2 {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin: 12px 0 12px 12px;
    }
    .gallery-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 300px;
    }
    .header-bottom-title {
        margin-left: 8px;
    }
    .advice-box {
        padding: 100px 24px 50px 26px;
        border-radius: 8px;
        background: #F8F8F8;
        margin: 0 12px 0 12px;
    }
    .advice-box-content p {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    .why-we-section .col-md-4 {
        flex: 1 1 calc(100% - 30px);
        max-width: calc(100% - 1px);
        box-sizing: border-box;
    }
    .car-details-content {
        display: flex;
        width: 350px;
        padding: 17.69px 24px 24px 17.69px;
        flex-direction: column;
        align-items: flex-start;
        gap: 12.34px;
        background: #F8F8F8;
        margin: 30px 12px 30px 0;
    }
    .four-steps h2 {
        color: #191919;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
    }
    .service-text {
        color: #292D32;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    .gallery-text-content p {
        color: #292D32;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 1rem 0 1rem 0;
    }
    .service-list-content p {
        color: #292D32;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 2rem 0 1rem 0;
    }
    .container-service-list p {
        color: #292D32;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        width: 100%;
        max-width: 374px;
    }
    .news-column-v2 {
        text-align: left;
        margin-top: auto;
        padding-left: 4.3%;
    }
    .offer-container-content p {
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        width: 100%;
        max-width: 660px;
    }
    .offer-container-content h3 {
        color: #FFF;
        text-align: center;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px;
    }
    .offer-btn {
        display: inline-flex;
        padding: 10px 44px 10px 44px;
        justify-content: center;
        align-items: center;
        border-radius: 9999px;
        background: #FFF;
        color: #191919;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }
    .tel-start-btn {
        color: #FFF;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        padding: 1rem 0 1rem 0;
    }
    .centered-text {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-top: 14px;
        max-width: 100%;
    }
    .fleet-content h3 {
        color: #000;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;
        margin: 12px 0 12px 0;
        width: 100%;
        max-width: 699px;
    }
    .fleet-content h4 {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 0 0 16px 0;
        width: 100%;
        max-width: 330px;
    }
    .header-bottom-title p {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        width: 100%;
        margin: 0;
        max-width: 370px;
    }
    .header-news-title {
        display: flex;
        align-items: center;
        text-align: left;
        padding: 0 0 0 15px;
    }
    .custom-img-news {
        width: 100%;
        height: 340px;
        object-fit: cover;
    }
    .icon-set{
        width: 100%;
        margin-bottom: 30px;
    }
    .career-btn {
        display: flex;
        width: 221px;
        height: 56px;
        padding: 15px 31px 16px 32px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin: 8px 0 0 0;
        color: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #FFF;
        background: rgba(255, 255, 255, 0.00);
    }
    .career-banner-content h3 {
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin: 8px 0 0 0;
        width: 100%;
        max-width: 520px;
    }
    .career-banner-content h2 {
        color: #FFF;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 4px;
        width: 100%;
        max-width: 530px;
    }
    .career-btn {
        display: flex;
        width: 204px;
        height: 44px;
        padding: 5px 30px 8px 32px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        margin: 20px 0 0 0;
        color: #FFFFFF;
        border-radius: 8px;
        border: 1px solid #FFF;
        background: rgba(255, 255, 255, 0.00);
    }
    .custom-carrer-img{
        height: 24vh;
        object-fit: cover;
    }
    .open-positions-url {
        display: flex;
        flex-direction: column;
        margin: 2rem 0 0 12px;
    }
    .open-positions-url a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 20px;
        border-bottom: 1px solid #E9EAEC;
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    .open-positions-url a i {
        font-size: 24px;
        margin: 0 12px 0 0;
    }
    .kvkk-group {
        margin-left: 0;
    }
    .checkbox-custom {
        display: inline-block;
        width: 24px;
        height: 24px;
        border: 2px solid #ADADAD;
        border-radius: 4px;
        padding: 10px;
        transition: background-color 0.3s ease, border-color 0.3s ease;
        position: relative;
        margin-right: 14px;
        cursor: pointer;
    }
    .contact-title h2 {
        color: #272727;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        width: 100%;
        max-width: 609px;
        margin: 0 0 0 15px;
    }
    .custom-wrapper {
        padding: 0 15px 0 15px;
    }
    .featured-news-content p {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        width: 100%;
        max-width: 500px;
        margin: 0;
    }
    .table-filo h2 {
        color: #000;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        width: 100%;
        max-width: 656px;
    }
    .company-header-title {
        padding-left: 38px;
        text-align: right;
    }
    #header-title {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        letter-spacing: -0.4px;
        margin-right: 5%;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .car-filter-input-head {
        padding-right: 8px;
        padding-left: 22px;
        background-position: right 10px center;
        background-repeat: no-repeat;
    }
    .car-filter-input-head {
        display: flex;
        width: 100%;
        height: 56px;
        padding: 16px 0px;
        justify-content: center;
        align-items: flex-start;
        gap: 167px;
        background: #FFF;
        flex-shrink: 0;
        transition: border-color 0.3s ease;
        margin: 0 0 0 0;
    }
    .second-slider-items {
        margin-right: 16px !important;
    }
    .contact-form-container h1 {
        color: #191919;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 59px;
        letter-spacing: -1.706px;
        margin: 0 0 1rem 0;
    }
    .global-space{
        padding: 30px 0 30px 0;
    }
    .campaign-btn a {
        margin: 0 0 0 16px;
        text-decoration: none;
    }
    .news-column-one {
        padding: 10px;
        border-radius: 0px;
        object-fit: cover;
        background-position: center center;
    }
    .news-column-two {
        padding: 10px;
        border-radius: 0px;
        object-fit: cover;
        background-position: center center;
        background-color: #F3F3F3;
        transition: background-color 0.5s ease, background-image 0.5s ease;
    }
    .news-column-one h6 {
        color: #FFF;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        margin: 0;
    }
    .news-column-one span {
        color: #FFF;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        margin: 0;
    }
    .news-column-two h6 {
        color: #292D32;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        margin: 0;
        transition: color 0.3s ease;
    }
    .news-column-two span {
        color: #292D32;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        margin: 0;
        transition: color 0.3s ease;
    }
    .advice-box-v3 {
        padding: 100px 40px 100px 40px;
        border-radius: 8px;
        background: #F8F8F8;
        margin: 16px 12px 16px 12px;
    }
    .advice-box-title-v2 {
        right: 0;
        top: 10%;
        transform: translateY(-50%);
        box-sizing: border-box;
        position: relative;
        display: grid;
        justify-content: flex-start;
    }
    .advice-box-v2 {
        padding: 30px;
        border-radius: 8px;
        margin-bottom: 32px;
    }
    .advice-box-content-v2 p {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        margin: 0;
        padding: 0;
    }
    .advice-box-title-v2 h1 {
        color: #191919;
        font-size: 22px;
        font-style: normal;
        text-align: left;
        font-weight: 700;
        line-height: 24px;
        padding: 0;
    }
    .advice-box-title-v2 h2 {
        color: #191919;
        text-align: left;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        padding: 0;
    }
    .advice-box-title-v2 h3 {
        color: #191919;
        text-align: left;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        padding: 0;
    }
    .search-input {
        flex-grow: 1;
        height: 100%;
        border: none;
        border-radius: 142.191px;
        background: #F9F9F9;
        font-size: 14px;
        padding: 0 4px;
        box-sizing: border-box;
        outline: none;
    }
    .search-icon {
        width: 34px;
        text-align-last: center;
    }
    .search-icon i {
        color: black;
        font-size: 28px;
    }
    .icon-container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        border-radius: 71.096px;
        background: #191919;
        margin: 0 -10px;
        cursor: pointer;
    }
    .arrow-icon {
        width: 40px;
    }
    .center-title h4 {
        color: #000;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.7px;
        margin: 24px 0 24px 15px;
    }
    .search-content h5 {
        color: #212121;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 34.126px;
        letter-spacing: -0.569px;
        margin: 0 0 6px 15px;
    }
    .search-content p {
        color: #212121;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: -0.569px;
        margin: 0 0 24px 15px;
    }
    .center-title{
        padding: 0;
    }
    .search-content{
        padding: 0;
    }
    .featured-news {
        border-radius: 0;
    }
    .three-steps {
        border-radius: 0;
    }
    .swiper-blog-btn-prev, .swiper-blog-btn-next {
        background-color: #F3F3F3;
        border-radius: 50%;
        border: none;
        color: black;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
    }
    .table-responsive{
        overflow-x: hidden;
    }
    .offer-container {
        border-radius: 0;
    }
    .offer-container::before {
        border-radius: 0;
    }
    .swiper-news-btn-next, .swiper-news-btn-prev {
        background-color: #F3F3F3;
        border-radius: 50%;
        border: none;
        color: black;
        height: 40px;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
    }
    .swiper-news-btn-next{
        margin-right: 8px;
    }
    .swiper-blog-btn-next{
        margin-right: 8px;
    }
    .second-slider-card .second-slider-card-image img {
        width: 100%;
        height: 100%;
        min-height: auto;
        object-fit: contain;
        object-position: center;
    }
    .second-slider-cta label {
        margin-top: 0;
    }
    .custom-all-models {
        padding-right:0;
    }
    .second-slider-cta {
        padding: 14px 16px;
    }
    .header-bottom-title h2 {
        font-size: 28px;
        font-style: normal;
        line-height: 28px;
    }
    .list-reverser{
        display: flex;
        flex-direction: column-reverse;
    }
    .sitemap-column {
        border-right:none;
        padding-right: 20px;
    }
    .sitemap-section {
        padding: 50px 15px;
    }
    .contact-header {
        border-radius: 0;
    }
    .contact-column {
        padding: 0 0 0 15px;
    }
    .footer-container {
        padding: 24px 24px 0 24px;
    }
    .kvkk-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
    .footer-column {
        padding: 14px 0 14px 0;
        flex: 1 1 100%;
    }
    .footer-advert-responsive .col-md-6 {
        flex: 1 1 100%;
    }
    .advert-title{
        padding: 8px 0 8px 0 !important;
    }
    .footer-contact-now {
        margin: 14px 0 0 0;
    }
    .brand-slogan{
        display: none;
    }
    .sss-title {
        color: #191919;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 48px;
        margin: 24px 0 18px 0;
    }
}

@media only screen and (max-width: 372px) {
    /*.newsletter{*/
    /*    margin-top: 16vh;*/
    /*}*/
    .header-list-img .img-back {
        position: absolute;
        left: 25px;
        width: 30%;
    }
    .models-heading {
        text-align: left;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 14px;
    }
    .four-steps h2 {
        color: #191919;
        font-size: 21px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
    }
    .fleet-content h4 {
        color: #292D32;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin: 0 0 16px 0;
        width: 100%;
        max-width: 277px;
    }
}

/*--------------------------------------------------------------*/
/*  Responsive End  */
/*--------------------------------------------------------------*/

 