.banner-right-side-two {
    background: var(--color-white);
    border-radius: 10px;
    padding: 30px;
    position: absolute;
    top: 2.5%;
    right: 3%;
    width: 26%;
}

.welcome-text-new-div h1 {
    color: #000000da;
    font-weight: 600;
}

.welcome-text-new-div h1 span {
    color: #05141f;
    font-weight: 700;
}

.welcome-text-new-div p {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
}

#welcome-text-new {
    background-color: #f8f9fa;
    padding: 60px 0;
    text-align: center;
}

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


button.accordion-button {
    font-size: 18px;
    line-height: 28px;
}

.bg-smoke {
    background-color: #f3f1f2 !important;
}



/* Main Services */
.main-service-slider .slick-dots {
    position: relative;
}

.main-service {
    margin-top: 2em;
}

.main-service-item {
    padding: 20px 15px;
    background: #f8f9fa;
    margin-bottom: 12px;
    border-radius: 10px;
    text-align: center;
    min-height: 260px;
}

.main-service-item-container {
    padding: 10px;
}

.main-service-item img {
    display: inline-block;
}

.main-service-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: black;
    line-height: 1;
}

.main-service-item p {
    color: #757575;
    line-height: 1.4;
    font-size: 14px;
}

.main-service-item a {
    font-size: 12px;
    text-transform: none;
}

.cpo-card {
    background: #4168b5;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cpo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}



.slick-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #aaa;
}

.slick-dots li.slick-active button:before {
    color: #000;
}


.main-service-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.icon-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #f8f9fa, #f8f9fa);
    color: #276fb7;
    font-size: 38px;
    margin: 0 auto 15px;
}

.main-service-card h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}

.main-service-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    min-height: 60px;
}

.btn-service {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
    color: #fff;
    background: #307fe2;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-service:hover {
    background: #000;
    color: #fff;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.awards-list {
    columns: 2;
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.awards-list li {
    margin-bottom: 8px;
    break-inside: avoid;
}

@media (max-width: 767px) {
    .awards-list {
        columns: 1;
    }
}

.about-image-area-two img {
    border-radius: 8px;
}

.testimonial-slider-inner .swiper-wrapper {
    height: auto;
}

.slick-slide {
    height: auto !important;
}


.headerform {
    background: #ffffffd6;
    padding: 22px;
    border-radius: 0px;
}

.headerform {
    position: absolute;
    top: 1.8%;
    right: 4.2%;
}

.headerform h2 {
    font-size: 1.3em;
    margin-bottom: 15px;
    font-weight: 800;
    color: #292929;
}

.form-group {
    position: relative;
}

label {
    margin-bottom: 0.5em;
    margin-top: -0.3em;
    display: block;
    font-size: 16px;
}

.headerform label {
    font-size: 13px;
    font-weight: 500;
    margin-top: 7px;
}

select,
.form-control,
.form-select,
textarea,
input {
    height: 55px;
    padding: 0 14px 0 14px;
    border: 1px solid var(--border-color);
    color: var(--body-color);
    background-color: var(--white-color);
    border-radius: 0;
    font-size: 14px;
    width: 100%;
    font-family: var(--body-font);
    transition: 0.4s ease-in-out;
}

.headerform input,
.headerform select {
    background-color: white;
    height: 42px;
    font-size: 13px;
}

.pt-3 {
    padding-top: 1rem !important;
}

.th-btn.btn-new-sm {
    padding: 7px 14px;
    font-size: 14px;
}

.nice-select {
    width: 100%;
}

.headerform .form-group {
    margin-bottom: 3px;
    width: 100%;
    display: inline-block;
}

i.fa-brands {
    margin-top: 12px;
}

@media (max-width: 767.98px) {
    .headerform {
        z-index: 0;
        position: initial;
        background: #ffffff;
        border-radius: 0;
        border: 1px solid #cccccc;
    }

    .headerform input,
    .headerform select,
    .nice-select {
        border: 1px solid #cfcfcf;
    }
}

@media (max-width: 1200px) {
    .header-wrapper-1 .logo img {
        max-width: 170px;
    }
}

@media (max-width: 450px) {
    .footer-two .footer-wrapper-style-between .single-wized {
        flex-basis: 100% !important;
    }
}


.card.service-card {
    background: #fff;
    border-color: rgba(255, 255, 255, .12);
    border-radius: 14px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.service-icon {
    font-size: 4rem;
    font-weight: bold;
    color: #276fb7;
    display: inline-block;
}

.text-dark {
    color: #343a40 !important;
}

.text-dark {
    color: #343a40 !important;
}

.h5,
h5 {
    font-size: 20px;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 30px 30px;
}

/* Models */
.project-wrapper2 .content-area {
    background: #ffffff;
}

.project-wrapper2 .content-area .title a {
    color: #1d1d1d;
}

.project-wrapper2 .content-area .feature-area li {
    color: #3b3b3b;
}
.project-wrapper2 .button-area .rts-btn {
    background: #1d1d1d;
}
.location-frm ul.list {
    height: 130px !important;
}
.location-frm .nice-select {
    border: 1px solid #ccc;
}
.location-frm input#search {
    padding: 6px 15px;
}
.contact-form2 select, .contact-form2 .form-control, .contact-form2 .form-select, .contact-form2 textarea, .contact-form2 .nice-select, .contact-form2 input {
    height: 60px;
    padding: 0 25px 0 25px;
    color: var(--body-color);
    border-radius: 9999px;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    border: 1px solid transparent;
    background-color: #fff;
}
.form-group > i {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 19px;
    font-size: 16px;
    color: #4b4b4b;
}

select, .form-control, .form-select, textarea, input {
    height: 55px;
    padding: 0 25px 0 25px;
    padding-right: 45px;
    border: 1px solid #d2d2d2;
    color: #000;
    background-color: #fff;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    transition: 0.4s 
ease-in-out;
}


.custom-select, .form-control {
    width: 100%;
    padding: 12px 15px !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    color: #333;
    background-color: #fff !important;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.custom-select:focus,
.form-control:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: none;
}

.custom-select, .form-control {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    padding-right: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

 label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

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

.successmsg {
    color: #28a745;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 12px 20px;
    border-radius: 8px;
    display: none;
    font-weight: 500;
}

.errormsg {
    color: #dc3545;
    border-radius: 8px;
    display: none;
    font-weight: 500;
}

#model, #branch {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.nice-select {
    display: none !important;
}

.custom-select {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
.btn-filter {
    border-radius: 0;
    text-decoration: none;
    border-bottom: 2px solid #fbfbfb;
    font-weight: 600;
    width: auto;
    font-size: 16px;
}
.is-checked {
    border-bottom-color: #121212;
}
.filters-button-group {
    display: flex
;
    justify-content: center;
}
.model-item {
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}
.all-model-item {
    margin-bottom: 25px;
    background-color: white;
    padding: 34px 22px 45px 22px;
    box-shadow: 2px 3px 14px 1px rgba(0, 0, 0, 0.06);
}


/* Model-page */
.page-header {
    text-align: center;
    margin-top: 5em;
}
.page-header .car_hero_section img {
    width: 70% !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
.content-section {
    padding: 80px 0;
}
.overview-contents h3:after {
    content: "";
    position: absolute;
    border: 20px;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    left: 9px;
    bottom: -6px;
    z-index: 000;
}
.lead {
    font-size: 1.25rem;
}
.highlight-card {
    transition: all 0.3s 
ease;
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}
.highlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}
.highlight-card:hover .highlight-icon {
    transform: scale(1.1);
}
.highlight-icon {
    transition: all 0.3s 
ease;
}
.highlight-card h4 {
    transition: color 0.3s 
ease;
}
.highlight-card:hover h4 {
    color: #276fb7 !important;
}
.highlight-card:hover p {
    color: #495057 !important;
}
.highlight-card p {
    transition: color 0.3s 
ease;
}
.discover-card {
    transition: all 0.3s 
ease;
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.bg-white {
    background-color: #fff !important;
}
.discover-image {
    transition: all 0.3s 
ease;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.discover-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}
.color-selector {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.color-selector .arrow {
    color: white;
    font-size: 1.5em;
    display: none;
}
.color-selector.selected .arrow {
    display: block;
}
.bg-custom-blue {
    background-color: #307fe2 !important;
    display: block;
}
.bg-black {
    background-color: #000 !important;
}
.booking-card .bg-black {
    display: block;
}
.overview-contents h3 {
    position: relative;
}

@media (max-width: 650px) {
.page-header .car_hero_section img {
    width: 100% !important;
}
}


/* Services Section */
.services-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.service-item {
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.service-icon i {
    transition: transform 0.3s ease;
}

.service-item:hover .service-icon i {
    transform: scale(1.1);
}

.btn-outline-primary {
    border: 2px solid #000;
    color: #05141f;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    border-color: #000;
}

.outletdetails h5 {
    color: #05141f;
    font-weight: 600;
    margin-bottom: 10px;
}

.outletdetails p {
    margin-bottom: 5px;
    line-height: 1.6;
}

.card-body {
    padding: 30px;
}

@media (max-width: 768px) {
    .map-container iframe {
        height: 300px;
    }
    
    .card-body {
        padding: 20px;
    }
}


.whatsapp-float {
    position: fixed;
    right: 16px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    color: #fff;
    padding: 10px 12px;
    border-radius: 28px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    z-index: 9999;
    text-decoration: none;
}
.whatsapp-float img {
    width: 24px;
    height: 24px;
    display: block;
}
.nav-bread-crumb span {
    color: #276fb7;
}