input.error, textarea.error, select.error
{
	border: 1px solid red !important;
}

svg .B, svg .b
{
  fill: #ffd800;
}

svg .D, svg .d
{
  fill:#d71920;
}

svg .LB, svg .lb
{
  fill:#198754;
}

.arac-hasar-table tr th label
{
    font-size: 13px;
    font-weight: 500;
}

.arac-hasar-table thead tr th
{
      border-bottom: 2px solid #0d6efd !important;
}

.on-panel
{
  font-weight: 600;
  padding: 10px 0px;
}

.tac
{
  font-weight: 500;
  font-size: 15px;
}

.head-colors ul li span:first-child
{
    width: 25px;
    height: 25px;
    display: block;
    border: 1px solid #ccc;
    margin: 0 auto;
}

.head-colors ul li 
{
    margin-left: 21px;
    font-size: 14px;
}
.head-colors ul
{
      display: flex;
    list-style: none;
    justify-content: flex-end;
}

#svg-modal .close
{
  background: #fff;
    font-size: 29px;
}

#svg-modal .modal-body
{
      font-size: 14px;
}


/* Modern buton tasarımı */
.btn-evaluate-car {
    width: 100%;
    background: var(--primary-color1);
    border: none;
    padding: 16px 32px;
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(27, 85, 166, 0.2);
}

/* Modern SSS bölümü tasarımı */
.faq-section {
    padding: 60px 0;
    background: #f1f5f9;
}

.wm-faq-wrapper {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.wm-faq-tabs {
    padding: 15px 15px 0;
    background: #fff;
}

.wm-faq-tabs .nav-tabs {
    border: none;
    gap: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e8f0;
}

.wm-faq-tabs .nav-item {
    margin: 0;
}

.wm-faq-tabs .nav-link {
    border: none;
    padding: 12px 20px;
    color: #64748b;
    font-weight: 500;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.2s ease;
    background: #f8fafc;
}

.wm-faq-tabs .nav-link:hover {
    color: #fff;
    background: #234670;
}

.wm-faq-tabs .nav-link.active {
    color: #fff;
    background: #1a3760;
}

.tab-content {
    padding: 20px 15px;
}

.wm-accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
}

.wm-accordion-item:last-child {
    margin-bottom: 0;
}

.wm-accordion-button {
    width: 100%;
    background: #fff;
    border: none;
    padding: 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #1a3760;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
}

.wm-accordion-button:not(.collapsed) {
    background: #1a3760;
    color: #fff;
}

.wm-accordion-button i {
    font-size: 12px;
    color: #94a3b8;
    transition: transform 0.2s ease;
}

.wm-accordion-button:not(.collapsed) i {
    transform: rotate(180deg);
    color: #fff;
}

.wm-accordion-body {
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.wm-faq-video {
    height: 100%;
    min-height: 600px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.video-wrapper {
    position: relative;
    height: 100%;
    min-height: 600px;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .wm-faq-tabs .nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 5px;
    }
    
    .wm-faq-tabs .nav-link {
        white-space: nowrap;
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .wm-faq-video {
        margin-top: 30px;
        min-height: 400px;
    }
    

}

@media (max-width: 767px) {
    .faq-section {
        padding: 40px 0;
    }
    
    .wm-accordion-button {
        padding: 12px 15px;
        font-size: 13px;
    }
    
    .wm-accordion-body {
        padding: 15px;
        font-size: 13px;
    }
    
  
    
}

.faq-header {
    margin-bottom: 50px;
}

.faq-subtitle {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color1);
    margin-bottom: 12px;
}

.faq-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

.faq-description {
    font-size: 16px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

/* Özel accordion tasarımı */
.custom-accordion .accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 16px;
    background: #fff;
    overflow: hidden;
}

.custom-accordion .accordion-button {
    padding: 24px;
    background: #fff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #1e293b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    position: relative;
    transition: all 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed) {
    color: var(--primary-color1);
    background: #fff;
    box-shadow: none;
}

.custom-accordion .accordion-button::after {
    display: none;
}

.custom-accordion .accordion-button i {
    font-size: 14px;
    color: #64748b;
    transition: transform 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed) i {
    transform: rotate(-180deg);
    color: var(--primary-color1);
}

.custom-accordion .accordion-body {
    padding: 0 24px 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
}

/* Hover efektleri */
.custom-accordion .accordion-item:hover {
    border-color: var(--primary-color1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.custom-accordion .accordion-button:hover {
    color: var(--primary-color1);
}

/* Animasyonlar */
.custom-accordion .accordion-collapse {
    transition: all 0.3s ease-in-out;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-title {
        font-size: 28px;
    }

    .custom-accordion .accordion-button {
        padding: 20px;
        font-size: 15px;
    }

    .custom-accordion .accordion-body {
        padding: 0 20px 20px;
        font-size: 14px;
    }
}

/* Modern özellikler bölümü */
.features-section {
    padding: 100px 0;
    background: #f8fafc;
}

.features-header {
    margin-bottom: 60px;
}

.features-subtitle {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color1);
    margin-bottom: 12px;
}

.features-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

.features-description {
    font-size: 16px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

/* Özellik kartları */
.feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    position: relative;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border-color: var(--primary-color1);
}

.feature-icon {
    width: 64px;
    height: 64px;
    background: rgba(27, 85, 166, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    background: var(--primary-color1);
}

.feature-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon img {
    filter: brightness(0) invert(1);
}

.feature-content {
    position: relative;
}

.feature-title {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
}

.feature-text {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
    .features-section {
        padding: 60px 0;
    }

    .features-title {
        font-size: 28px;
    }

    .feature-card {
        padding: 24px;
        text-align: center;
    }

    .feature-icon {
        margin: 0 auto 20px;
    }
}

/* Animasyon efektleri */
[data-aos] {
    opacity: 0;
    transition: all 0.6s ease;
}

[data-aos].aos-animate {
    opacity: 1;
}

/* Özel hover efektleri */
.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    background: linear-gradient(45deg, rgba(27, 85, 166, 0.05), rgba(27, 85, 166, 0));
    opacity: 0;
    transition: all 0.3s ease;
}

.feature-card:hover::before {
    opacity: 1;
}

/* Modern sosyal medya bölümü */
.social-media-section {
    padding: 80px 0;
    background: linear-gradient(rgba(27, 85, 166, 0.02), rgba(27, 85, 166, 0.08));
}

.social-content-wrapper {
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.social-subtitle {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color1);
    margin-bottom: 12px;
}

.social-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

.social-description {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 32px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f8fafc;
    color: #64748b;
    font-size: 20px;
    transition: all 0.3s ease;
}

/* Sosyal medya ikonları hover efektleri */
.social-icon.facebook:hover {
    background: #1877f2;
    color: #fff;
    transform: translateY(-5px);
}

.social-icon.twitter:hover {
    background: #1da1f2;
    color: #fff;
    transform: translateY(-5px);
}

.social-icon.instagram:hover {
    background: #e4405f;
    color: #fff;
    transform: translateY(-5px);
}

.social-icon.youtube:hover {
    background: #ff0000;
    color: #fff;
    transform: translateY(-5px);
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
    .social-media-section {
        padding: 40px 0;
    }

    .social-content-wrapper {
        padding: 30px 20px;
    }

    .social-title {
        font-size: 24px;
    }

    .social-description {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .social-icons {
        gap: 15px;
    }

    .social-icon {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

/* Modern iletişim sayfası tasarımı */
.contact-section {
    padding: 40px 0 60px; /* Padding'i azalttım */
}

/* Header Stili */
.contact-header {
    margin-bottom: 60px;
}

.contact-subtitle {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: var(--primary-color1);
    margin-bottom: 12px;
}

.contact-title {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 16px;
}

.contact-description {
    font-size: 16px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

/* İletişim Kartları */
.contact-info-wrapper {
    height: 100%;
}

.contact-card {
    display: flex;
    align-items: center;
    padding: 15px; /* Padding küçültüldü */
    background: #fff;
    border-radius: 10px; /* Border radius küçültüldü */
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border: 1px solid #eef2f7;
}

.contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-color: #009adf;
}

.contact-card .icon {
    width: 40px; /* İkon boyutu küçültüldü */
    height: 40px;
    background: rgba(0, 154, 223, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.contact-card .icon i {
    color: #009adf;
    font-size: 16px; /* İkon boyutu küçültüldü */
}

.contact-card .content h3 {
    font-size: 15px; /* Font boyutu küçültüldü */
    font-weight: 600;
    margin-bottom: 3px;
    color: #1a1a1a;
}

.contact-card .content a,
.contact-card .content p {
    color: #666;
    font-size: 13px; /* Font boyutu küçültüldü */
    margin: 0;
    line-height: 1.4;
}

/* Form Tasarımı */
.contact-form-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border: 1px solid #eef2f7;
}

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

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 8px;
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--primary-color1);
    box-shadow: 0 0 0 3px rgba(27, 85, 166, 0.1);
    outline: none;
}

.submit-button {
    background: #009adf;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 14px; /* Font boyutu küçültüldü */
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.submit-button:hover {
    background: #0082bd;
    transform: translateY(-2px);
}

.submit-button i {
    font-size: 16px;
}

/* Harita Bölümü */
.map-section {
    height: 450px;
    margin-top: 80px;
}

.map-section iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 20px;
}

/* Alert Mesajları */
.alert {
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 30px;
    border: none;
}

.alert-success {
    background: #dcfce7;
    color: #166534;
}

.alert-danger {
    background: #fee2e2;
    color: #991b1b;
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
    .contact-section {
        padding: 30px 0;
    }

    .contact-title {
        font-size: 28px;
    }

    .contact-form-wrapper {
        padding: 20px;
    }

    .contact-info h2,
    .contact-form-wrapper h2 {
        font-size: 20px;
    }
}

/* Modern telefon kartı tasarımı */
.contact-card-mini {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    background: #fff;
    border-radius: 100px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-card-mini:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border-color: var(--primary-color1);
}

.contact-card-mini .icon-wrapper {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color1);
    border-radius: 50%;
    flex-shrink: 0;
}

.contact-card-mini .icon-wrapper i {
    font-size: 18px;
    color: #fff;
}

.contact-card-mini .content {
    display: flex;
    flex-direction: column;
}

.contact-card-mini .label {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
}

.contact-card-mini .phone-number {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
}

/* Responsive düzenlemeler */
@media (max-width: 768px) {
    .contact-card-mini {
        padding: 6px 12px;
    }

    .contact-card-mini .icon-wrapper {
        width: 36px;
        height: 36px;
    }

    .contact-card-mini .icon-wrapper i {
        font-size: 16px;
    }

    .contact-card-mini .phone-number {
        font-size: 14px;
    }
}

/* Contact Page Styles */
.page-header {
    background: #f8f9fa;
    padding: 50px 0;
    border-bottom: 1px solid #e9ecef;
}

.page-header h1 {
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    color: var(--primary-color1);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #6c757d;
}

.contact-section {
    padding: 0 0 80px;
}

.contact-info {
    background: #f8fafc;
    padding: 30px; /* Padding'i azalttım */
    border-radius: 15px;
    height: 100%;
    border: 1px solid #eef2f7;
}

.contact-info h2 {
    font-size: 24px; /* Font boyutu küçültüldü */
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.contact-desc {
    color: #666;
    margin-bottom: 30px;
    font-size: 14px; /* Font boyutu küçültüldü */
}

.contact-cards {
    margin-bottom: 40px;
}

.contact-card {
    display: flex;
    align-items: center;
    padding: 15px; /* Padding küçültüldü */
    background: #fff;
    border-radius: 10px; /* Border radius küçültüldü */
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border: 1px solid #eef2f7;
}

.contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-color: #009adf;
}

.contact-card .icon {
    width: 40px; /* İkon boyutu küçültüldü */
    height: 40px;
    background: rgba(0, 154, 223, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.contact-card .icon i {
    color: #009adf;
    font-size: 16px; /* İkon boyutu küçültüldü */
}

.contact-card .content h3 {
    font-size: 15px; /* Font boyutu küçültüldü */
    font-weight: 600;
    margin-bottom: 3px;
    color: #1a1a1a;
}

.contact-card .content a,
.contact-card .content p {
    color: #666;
    font-size: 13px; /* Font boyutu küçültüldü */
    margin: 0;
    line-height: 1.4;
}

.social-links {
    padding-top: 15px;
    border-top: 1px solid #eef2f7;
    margin-top: 20px;
}

.social-links h3 {
    font-size: 16px; /* Font boyutu küçültüldü */
    font-weight: 600;
    margin-bottom: 15px;
}

.social-icons {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.social-icons a {
    width: 35px; /* Boyut küçültüldü */
    height: 35px;
    border-radius: 8px; /* Kare şeklinde yapıldı */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px; /* Font boyutu küçültüldü */
    transition: all 0.3s ease;
}

.social-icons a.facebook { background: #1877f2; }
.social-icons a.instagram { background: #e4405f; }
.social-icons a.twitter { background: #1da1f2; }

.social-icons a:hover {
    transform: translateY(-2px);
}

.contact-form-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    border: 1px solid #eef2f7;
}

.contact-form-wrapper h2 {
    font-size: 24px; /* Font boyutu küçültüldü */
    font-weight: 600;
    margin-bottom: 25px;
    color: #1a1a1a;
}

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

.form-floating .form-control {
    border: 1px solid #eef2f7;
    border-radius: 8px;
    padding: 15px;
    height: auto;
    font-size: 14px; /* Font boyutu küçültüldü */
}

.form-floating label {
    padding: 15px;
    color: #666;
    font-size: 13px; /* Font boyutu küçültüldü */
}

.submit-button {
    background: #009adf;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 14px; /* Font boyutu küçültüldü */
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.submit-button:hover {
    background: #0082bd;
    transform: translateY(-2px);
}

.map-section {
    margin-top: 0px;
}

.map-section iframe {
    width: 100%;
    height: 450px;
    border: none;
    border-radius: 20px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .contact-info {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 60px 0;
        margin-bottom: 60px;
    }
    
    .page-header h1 {
        font-size: 36px;
    }
    
    .contact-form-wrapper,
    .contact-info {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .contact-card {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-card .icon {
        margin: 0 0 15px 0;
    }
}


/* Header Styles */
.main-header {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-area img {
max-height: 58px;
}

.nav-area .main-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 30px;
}

.main-menu li a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition: color 0.3s;
}

.main-menu li a:hover {
    color: var(--primary-color1);
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.phone-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.phone-link i {
    color: var(--primary-color1);
}

.value-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-color1);
    color: #fff;
    padding: 8px 33px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: opacity 0.3s;

}

.value-btn:hover {
    opacity: 0.6;
    transition: all 500ms;
    color: #fff;
    /* color: #13141a; */
}

.mobile-menu-btn {
    width: 24px;
    height: 20px;
    position: relative;
    cursor: pointer;
    display: none;
}

.mobile-menu-btn .line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
   background: #000000;
    transition: all 0.3s ease;
}

.mobile-menu-btn .line-1 { top: 0; }
.mobile-menu-btn .line-2 { top: 50%; transform: translateY(-50%); }
.mobile-menu-btn .line-3 { bottom: 0; }

/* Mobil Menü Açık Durumu */
.nav-open .mobile-menu-btn .line-1 {
    transform: translateY(9px) rotate(45deg);
}

.nav-open .mobile-menu-btn .line-2 {
    opacity: 0;
}

.nav-open .mobile-menu-btn .line-3 {
    transform: translateY(-9px) rotate(-45deg);
}

/* Mobil Nav Wrapper */
.mobile-nav-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 999;
    transition: right 0.3s ease;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.nav-open .mobile-nav-wrapper {
    right: 0;
}

.mobile-nav-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.mobile-nav-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.mobile-logo img {
    max-height: 40px;
}

.mobile-nav {
    flex: 1;
    overflow-y: auto;
    padding: 20px 0;
}

.mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav ul li {
    padding: 0 20px;
}

.mobile-nav ul li a {
    display: block;
    padding: 12px 0;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    transition: color 0.3s ease;
}

.mobile-nav ul li:last-child a {
    border-bottom: none;
}

.mobile-nav ul li a:hover {
    color: var(--primary-color1);
}

.mobile-nav-footer {
    padding: 20px;
    border-top: 1px solid #eee;
}

.mobile-contact-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.mobile-contact-btn i {
    color: var(--primary-color1);
}

.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 998;
}

.nav-open .mobile-nav-overlay {
    opacity: 1;
    visibility: visible;
}

/* Responsive */
@media (max-width: 991px) {
    .mobile-menu-btn {
        display: block;
    }
    
    .nav-area {
        display: none;
    }
}

/* Body Scroll Lock */
body.nav-open {
    overflow: hidden;
}

/* Breadcrumb Styles */
.page-breadcrumb {
    padding: 21px 0;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    /* margin-bottom: 30px; */
    background: -webkit-gradient(linear, right top, left top, from(rgb(0 150 219)), to(rgba(10, 9, 48, .98)));
    background: linear-gradient(to left, rgb(0 150 219), rgba(10, 9, 48, .98));
}

.breadcrumb-nav {
    display: flex;
    align-items: end;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
    justify-content: end;
}

.breadcrumb-nav li {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.breadcrumb-nav li:not(:last-child):after {
    content: '/';
    margin-left: 10px;
    color: #fff;
}

.breadcrumb-nav li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-nav li a:hover {
    color: #fff;
}

.breadcrumb-nav li:last-child {
    color: #fff;
}

.page-title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

/* Blog Area Styles */
.blog-area {
    padding: 80px 0;
    background: #fff;
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.blog-img {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-img img {
    transform: scale(1.1);
}

.blog-date {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary-color1);
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
}

.blog-content {
    padding: 25px;
}

.blog-title-s {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-title-s a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-title-s a:hover {
    color: var(--primary-color1);
}

.blog-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.blog-footer {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.read-more {
    color: var(--primary-color1);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.read-more:hover {
    gap: 12px;
    color: var(--primary-color1);
}

.read-more i {
    font-size: 16px;
}

/* Responsive */
@media (max-width: 991px) {
    .blog-area {
        padding: 60px 0;
    }
}

@media (max-width: 767px) 
{
    .value-btn
    {
        padding: 8px 25px;
    }

    .blog-title {
        font-size: 16px;
    }
    
    .blog-content {
        padding: 20px;
    }
}

.news-img img
{
    width: 100%;
}

.blog-detail h1,
.blog-detail h2,
.blog-detail h3,
.blog-detail h4,
.blog-detail h5,
.blog-detail h6
{
   font-size: 20px;
    font-weight: 500; 
}

/* About Area Styles */
.about-area {
    padding: 68px 0;
    background: #fff;
    overflow: hidden;
}

.about-image {
    position: relative;
    padding-right: 30px;
}

.about-image .main-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.experience-badge {
    position: absolute;
    bottom: 30px;
    right: 0;
    background: var(--primary-color1);
    color: #fff;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.experience-badge .number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.experience-badge .text {
    font-size: 14px;
    line-height: 1.4;
}



.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #222;
    position: relative;
}

.section-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 80px;
    height: 3px;
    background: var(--primary-color1);
}

.content-text {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 30px;
}

.content-text p {
    margin-bottom: 17px;
    font-size: 14px;
}

.content-text p:last-child {
    margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .about-area {
        padding: 70px 0;
    }

    .about-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .section-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .about-image {
        padding-right: 0;
    }

    .experience-badge {
        position: relative;
        bottom: auto;
        right: auto;
        display: inline-block;
        margin-top: 30px;
    }

    .section-title {
        font-size: 26px;
    }
}

/* Form Step Tasarımı - Modern ve Temiz */
.step-form[data-type="year"]
{
    display: block;
}

.form-step {
    margin: 56px 0;
    margin-left: auto;
    margin-right: auto;
}

/* Modern Progress Steps Tasarımı */
.progress-steps {
    margin: 66px 0;
    position: relative;
}

.progress-bar-container {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #e5e7eb;
    z-index: 1;
}

.progress-bar {
    height: 100%;
    background-color: var(--primary-color1);
    transition: width 0.3s ease;
}

.step-indicators {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
    list-style: none;
}

.step {
    text-align: center;
    flex: 1;
    max-width: 200px;
    position: relative;
}

.step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d1d5db;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    position: relative;
    transition: all 0.3s ease;
}

.step.active .step-number {
    background-color: var(--primary-color1);
    box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.2);
}

.step.completed .step-number {
    background-color: var(--primary-color1);
}

.step.completed .step-number:after {
    content: '✓';
    position: absolute;
}

.step-text {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
    display: block;
    transition: all 0.3s ease;
}

.step.active .step-text {
  color: #6b7280;
    font-weight: 600;
}

/* Bilgi Kutusu Tasarımı */
.info-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.info-box .icon {
    width: 50px;
    height: 50px;
    background: #f3f4f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.info-box .icon i {
    font-size: 24px;
    color: #4b5563;
}

.info-box .content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 10px;
}

.info-box .content ul {
    margin: 0;
    padding-left: 20px;
}

.info-box .content ul li {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 5px;
}

.info-box .content ul li:last-child {
    margin-bottom: 0;
}

/* Seçim Kutuları Tasarımı */
.form-list-select {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-list-select li {
    flex: 0 0 calc(20% - 12px);
    cursor: pointer;
    padding: 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    color: #1f2937;
    text-align: center;
    height: 100%;
    min-height: 48px;
    transition: all 0.3s ease;
}

.step-form[data-type="brands"] .form-list-select li
{
    display: flex;
    flex-direction: column;
}


.step-form[data-type="brands"] .form-list-select li img
{
    height: 48px;
    width: 48px;
    object-fit: contain;
    margin: 0 auto;
}

.form-list-select li:hover{
    border-color: var(--primary-color1);
    background: rgba(249, 115, 22, 0.05);
}

.form-list-select li.selected{
    background: var(--primary-color1);
    color: #fff;
    border-color: var(--primary-color1);
    box-shadow: 0 2px 5px rgba(249, 115, 22, 0.3);
}

/* Step Form Tasarımı */
.step-form {
    display: none;
    margin-bottom: 30px;
}

.step-form.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

.step-form h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 20px;
}

/* Araç Seçim Başlıkları */
.vehicle-selection-header {
    margin-bottom: 30px;
}

.vehicle-selection-header h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 5px;
}

.vehicle-selection-header p {
    font-size: 15px;
    color: #6b7280;
    margin: 0;
}

/* Loading Indicator */
.loading-indicator {
    position: absolute;
    padding-top: 78px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    display: none;
    text-align: center;
}

.loading-indicator i {
    font-size: 65px;
    color: var(--primary-color1);
}

/* Navigation Buttons */
.form-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.btn-left  {
    padding: 12px 44px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    background: #f3f4f6;
    color: #4b5563;
    display: none;
}

.btn-left i {
margin-right: 5px;
}

.btn-left:hover {
    background: #e5e7eb;
    color: #1f2937;
}

/* Brand Search */
.brand-search {
    margin-bottom: 20px;
}

.brand-search input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.brand-search input:focus {
    border-color: var(--primary-color1);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
    outline: none;
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Responsive Düzenlemeler */
@media (max-width: 991px) {
    .form-list-select li {
        flex: 0 0 calc(25% - 12px);
    }
}

@media (max-width: 768px) {
    .form-list-select li {
        flex: 0 0 calc(33.333% - 10px);
    }

    .step-form[data-type="body_type"] .form-list-select li,
    .step-form[data-type="models"] .form-list-select li
    {
        flex: 0 0 calc(100% - 10px);
    }
    
    .step-text {
        font-size: 12px;
    }
    
    .step-number {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .form-list-select li {
        flex: 0 0 calc(49% - 6px);
            font-size: 14px;
    }
    
    .step-indicators {
        flex-wrap: wrap;
    }
    
    .progress-bar-container {
        display: none;
    }
    
    .step {
        flex: 0 0 50%;
        margin-bottom: 15px;
    }
}

/* Step 2 Form Styles */
.step-2 .modern-form {
    max-width: 600px;
    margin: 0 auto;
}

.step-2 .form-container {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.step-2 .form-group {
    margin-bottom: 24px;
}

.step-2 .form-label {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 8px;
}

.step-2 .input-wrapper {
    position: relative;
}

.step-2 .input-info {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-size: 13px;
    color: #64748b;
}

.step-2 .input-info i {
    color: var(--primary-color1);
}

.step-2 .form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f8fafc;
}

.step-2 .form-control:focus {
    border-color: var(--primary-color1);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(var(--primary-color1-rgb), 0.1);
}

.step-2 .custom-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M8 10.5l4-4H4l4 4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.step-2 .tramer-wrapper {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    border: 1.5px solid #e2e8f0;
}

.step-2 .radio-group {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
}

.step-2 .radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.step-2 .radio-label input[type="radio"] {
    width: 18px;
    height: 18px;
    margin: 0;
}

.step-2 .radio-text {
    font-size: 15px;
    color: #1e293b;
}

.step-2 .tramer-input {
    position: relative;
}

.step-2 .currency {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    font-size: 14px;
}

.step-2 .btn-submit {
    width: 100%;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--primary-color1);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.step-2 .btn-submit:hover {
    background: var(--primary-color1);
    transform: translateY(-2px);
}

.step-2 .btn-submit i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.step-2 .btn-submit:hover i {
    transform: translateX(4px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .step-2 .form-container {
        padding: 20px;
    }
    
    .step-2 .form-group {
        margin-bottom: 20px;
    }
}

/* Step 3 Form Styles */
.step-3 .arac-hasar-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.step-3 .arac-hasar-table thead th {
    background: #f8fafc;
    padding: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    text-align: center;
    border: none;
}

.step-3 .arac-hasar-table tbody tr:hover {
    background-color: #f8fafc;
}

.step-3 .arac-hasar-table th label {
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    margin: 0;
}

.step-3 .arac-hasar-table td {
    padding: 12px;
    vertical-align: middle;
    border: none;
    border-top: 1px solid #e2e8f0;
}

/* Radio button styling */
.step-3 .arac-hasar-table td.tac {
    text-align: center;
} 

.step-3 .arac-hasar-table td.tac input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    margin: 0;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.step-3 .arac-hasar-table td.tac input[type="radio"]:checked {
    border-color: var(--primary-color1);
    background: var(--primary-color1);
}

.step-3 .arac-hasar-table td.tac input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

/* Color indicators */
.step-3 .head-colors {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.step-3 .head-colors ul {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.step-3 .head-colors ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #64748b;
}

.step-3 .head-colors ul li span:first-child {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
}

/* Submit button */
.step-3 .btn-search-list {
    width: 100%;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--primary-color1);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.step-3 .btn-search-list:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--primary-color1-rgb), 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .step-3 .arac-hasar-table {
        font-size: 13px;
    }
    
    .step-3 .arac-hasar-table td,
    .step-3 .arac-hasar-table th {
        padding: 10px 8px;
    }
    
    .step-3 .head-colors ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .step-3 .head-colors ul li {
        font-size: 13px;
    }
}

/* Step 4 Form Styles */
.step-4 .form-validate {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 35px 60px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.step-4 .form-inner {
    margin-bottom: 20px;
}

.step-4 .form-inner label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 8px;
}

.step-4 .form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f8fafc;
}

.step-4 .form-control:focus {
    border-color: var(--primary-color1);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(var(--primary-color1-rgb), 0.1);
    outline: none;
}

.step-4 select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M8 10.5l4-4H4l4 4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

/* Checkbox styling */
.step-4 .form-agreement {
    background: #f8fafc;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 16px;
    border: 1.5px solid #e2e8f0;
}

.step-4 .form-agreement .form-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0;
    width: 100%;
}

.step-4 .form-agreement input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
}

.step-4 .form-agreement input[type="checkbox"]:checked {
    background: var(--primary-color1);
    border-color: var(--primary-color1);
}

.step-4 .form-agreement input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
}

.step-4 .form-agreement label {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
    cursor: pointer;
}

.step-4 .form-agreement a {
    color: var(--primary-color1);
    text-decoration: none;
    font-weight: 500;
}

.step-4 .form-agreement a:hover {
    text-decoration: underline;
}

/* Submit button */
.step-4 .btn-next {
    width: 100%;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--primary-color1);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.step-4 .btn-next:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--primary-color1-rgb), 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .step-4 .form-validate {
        padding: 20px;
    }
    
    .step-4 .form-agreement {
        padding: 12px;
    }
    
    .step-4 .form-agreement label {
        font-size: 13px;
    }
}

/* Step 5 - Valuation Result Styles */
.step-5 .valuation-result {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-top: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.step-5 .valuation-result:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: var(--primary-color1);
}

.step-5 .valuation-result h4 {
    color: #64748b;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.step-5 .valuation-result h2 {
    /* color: var(--primary-color1); */
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.step-5 .valuation-result h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--primary-color1);
    opacity: 0.5;
}

.step-5 .valuation-result p {
    color: #64748b;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.step-5 .valuation-result p i {
    color: var(--primary-color1);
    margin-right: 5px;
}

.step-5 .valuation-result h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1e293b;
    margin-top: 40px;
    margin-bottom: 20px;
}

.step-5 .results-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.step-5 .results-button .btn {
    min-width: 200px;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.step-5 .results-button .btn:first-child {
    background: var(--primary-color1);
    color: #fff;
    border: 2px solid var(--primary-color1);
}

.step-5 .results-button .btn:first-child:hover {
    background: transparent;
    color: var(--primary-color1);
}

.step-5 .results-button .btn:last-child {
    background: transparent;
    color: #1e293b;
    border: 2px solid #e2e8f0;
}

.step-5 .results-button .btn:last-child:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.step-5 .results-button .btn i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.step-5 .results-button .btn:hover i {
    transform: translateX(3px);
}

.step-5 .disclaimer {
    font-size: 13px;
    color: #94a3b8;
    max-width: 700px;
    margin: 30px auto 0;
    line-height: 1.6;
    padding: 15px;
    border-top: 1px solid #e2e8f0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .step-5 .valuation-result {
        padding: 30px 20px;
    }
    
    .step-5 .valuation-result h2 {
        font-size: 36px;
    }
    
    .step-5 .valuation-result h3 {
        font-size: 20px;
    }
    
    .step-5 .results-button .btn {
        min-width: 180px;
        font-size: 14px;
    }
}

/* Ana Banner Özel Stilleri */
.home-banner.banner-section {
    position: relative;
    padding: 100px 0;
    background-image: url('https://www.autogoldarac.com/Content/anasayfa/banner.webp');
    background-size: cover;
    background-position: center;
    min-height: 700px;
    display: flex;
    align-items: center;
}

.home-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);
}

.home-banner .container {
    position: relative;
    z-index: 2;
}

/* Hero İçerik Stilleri */
.home-banner .hero-content-wrapper {
    color: #fff;
    padding-right: 50px;
}

.home-banner .hero-subtitle {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color1);
    margin-bottom: 20px;
    padding: 8px 20px;
    background: rgba(255,255,255,0.1);
    border-radius: 30px;
    backdrop-filter: blur(10px);
}

.home-banner .hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffffe8;
}

.home-banner .hero-description {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 30px;
}

/* Filtreleme Kartı Stilleri */
.home-banner .car-filter-area {
    position: relative;
}

.home-banner .filter-card {
    background: rgba(255, 255, 255, 0.98);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
}

.home-banner .filter-header {
    text-align: center;
    margin-bottom: 30px;
}

.home-banner .filter-header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 10px;
}

.home-banner .filter-header p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

/* Form Elemanları Stilleri */
.home-banner .form-group {
    margin-bottom: 20px;
}

.home-banner .form-select {
    width: 100%;
    padding: 13px 17px;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    font-size: 14px;
    color: #1e293b;
    background-color: #fff;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M8 10.5l4-4H4l4 4z'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 16px;
}

.home-banner .form-select:focus {
    border-color: var(--primary-color1);
    box-shadow: 0 0 0 3px rgba(var(--primary-color1-rgb), 0.1);
    outline: none;
}

.home-banner .btn-evaluate {
    width: 100%;
    padding: 16px 30px;
    background: var(--primary-color1);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 10px;
}

.home-banner .btn-evaluate:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(var(--primary-color1-rgb), 0.3);
}

/* Responsive Düzenlemeler */
@media (max-width: 1199px) {
    .home-banner .hero-title {
        font-size: 40px;
    }
    
    .home-banner .filter-card {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .home-banner.banner-section {
        padding: 60px 0;
        min-height: auto;
    }
    
    .home-banner .hero-content-wrapper {
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .home-banner .hero-title {
        font-size: 32px;
    }
    
    .home-banner .hero-subtitle {
        font-size: 16px;
    }
    
    .home-banner .filter-card {
        padding: 25px;
    }
}


/* Quick Valuation Section */
.quick-valuation {
    padding: 60px 0;
    background: #050707; /* Koyu arka plan */
    position: relative;
    overflow: hidden;
}

.quick-valuation-content {
    position: relative;
}

.quick-valuation h2 {
    font-size: 32px;
    font-weight: 700;
    color: #fff; /* Beyaz yazı rengi */
    margin-bottom: 15px;
    position: relative;
}

.quick-valuation p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8); /* Yarı saydam beyaz */
    margin-bottom: 0;
}

.valuation-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--primary-color1);
    color: #000;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(var(--primary-color1-rgb), 0.2);
}

.valuation-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(var(--primary-color1-rgb), 0.3);
    color: #000;
}

.valuation-btn i {
    transition: transform 0.3s ease;
}

.valuation-btn:hover i {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .quick-valuation {
        padding: 40px 0;
    }
    
    .quick-valuation h2 {
        font-size: 28px;
        text-align: center;
    }
    
    .quick-valuation p {
        text-align: center;
        margin-bottom: 20px;
    }
}

/* Footer Styles */
.main-footer {
    background: #050707;
    color: rgba(255, 255, 255, 0.8);
    padding-top: 60px;
}

.footer-top {
padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px !important;
}

.widget-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

.widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 2px;
    background: var(--primary-color1);
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}

.footer-links a:hover {
    color: var(--primary-color1);
    padding-left: 5px;
}

.footer-contact-info .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-contact-info .contact-item i {
    color: var(--primary-color1);
    font-size: 18px;
    margin-top: 3px;
}

.footer-contact-info .contact-item p,
.footer-contact-info .contact-item a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.footer-contact-info .contact-item a:hover {
    color: var(--primary-color1);
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: var(--primary-color1);
    color: #000;
    transform: translateY(-3px);
}

.footer-bottom {
    padding: 20px 0;
    background: #000;
}

.copyright {
    font-size: 14px;
    margin: 0;
}

.footer-credits {
    font-size: 14px;
}

.footer-credits a {
    color: var(--primary-color1);
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-credits a:hover {
    opacity: 0.8;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .footer-widget {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }
    
    .footer-credits {
        text-align: center;
        margin-top: 10px;
    }
    
    .footer-social {
        justify-content: center;
    }
}

/* Blog Detay Sayfası Stilleri */
.blog-detail-page {
    padding: 80px 0;
    background: #fff;
}

/* Blog Başlık Alanı */
.blog-header {
    text-align: center;
    margin-bottom: 40px;
}

.blog-meta {
    margin-bottom: 20px;
}

.blog-meta span {
    display: inline-flex;
    align-items: center;
    color: #64748b;
    font-size: 15px;
    margin-right: 20px;
}

.blog-meta i {
    margin-right: 8px;
    color: var(--primary-color1);
}

.blog-title {
   font-size: 27px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
    margin-bottom: 0;
}

/* Blog İçerik Alanı */
.blog-content {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

.featured-image {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-image:hover img {
    transform: scale(1.05);
}

.blog-text {
    padding: 40px;
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
}

.blog-text p {
    margin-bottom: 20px;
}

.blog-text h2, 
.blog-text h3, 
.blog-text h4 {
    color: #1e293b;
    margin: 30px 0 20px;
    font-weight: 600;
}

.blog-text img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 20px 0;
}

/* Paylaşım Butonları */
.blog-share {
    padding: 30px 40px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.share-title {
    font-size: 16px;
    font-weight: 500;
    color: #1e293b;
}

.share-buttons {
    display: flex;
    gap: 12px;
}

.share-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
}

.share-btn.facebook {
    background: #1877f2;
}

.share-btn.twitter {
    background: #1da1f2;
}

.share-btn.whatsapp {
    background: #25d366;
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
}

/* Responsive Düzenlemeler */
@media (max-width: 991px) {
    .blog-detail-page {
        padding: 60px 0;
    }

    .blog-title {
        font-size: 36px;
    }

    .featured-image {
        height: 400px;
    }

    .blog-text {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .blog-title {
        font-size: 28px;
    }

    .featured-image {
        height: 300px;
    }

    .blog-text {
        padding: 20px;
        font-size: 15px;
    }

    .blog-share {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
}

.footer-widget img
{
    width: 200px;
    margin-bottom: 25px;
}



/* Özellikler Bölümü Stilleri */
.wm-features-wrapper {
    padding: 50px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.wm-features-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 154, 223, 0.2), transparent);
}

.wm-feature-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 20px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(0, 154, 223, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.wm-feature-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(45deg, transparent, rgba(0, 154, 223, 0.1), transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.wm-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 154, 223, 0.1);
    border-color: rgba(0, 154, 223, 0.2);
}

.wm-feature-icon {
    width: 60px;
    height: 60px;
    background: rgba(0, 154, 223, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.4s ease;
}

.wm-feature-icon::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: linear-gradient(45deg, transparent, rgba(0, 154, 223, 0.2), transparent);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.wm-feature-item:hover .wm-feature-icon {
    transform: scale(1.1);
    background: #009adf;
}

.wm-feature-item:hover .wm-feature-icon::after {
    opacity: 1;
}

.wm-feature-icon i {
    font-size: 24px;
    color: #009adf;
    transition: all 0.4s ease;
}

.wm-feature-item:hover .wm-feature-icon i {
    color: #ffffff;
    transform: scale(1.1) rotate(5deg);
}

.wm-feature-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wm-feature-text h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
    position: relative;
    padding-bottom: 8px;
}

.wm-feature-text h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #009adf, transparent);
}

.wm-feature-text p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

/* Responsive Ayarlar */
@media (max-width: 991px) {
    .wm-features-wrapper {
        padding: 40px 0;
    }
    
    .wm-feature-item {
        padding: 20px 15px;
    }
}

@media (max-width: 767px) {
    .wm-features-wrapper {
        padding: 30px 0;
    }
    
    .wm-feature-item {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .wm-feature-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .wm-feature-icon i {
        font-size: 20px;
    }
    
    .wm-feature-text h4 {
        font-size: 15px;
        margin-bottom: 6px;
        padding-bottom: 6px;
    }
    
    .wm-feature-text p {
        font-size: 13px;
    }
}

.welcome-banner-section table
{   
    border-collapse: collapse;
        width: 53%;
}

.welcome-banner-section table td
{
    border: 1px solid #000;
    padding: 10px;
}


/* Araç Listeleme Sayfası */
.vehicle-listing-section {
    padding: 40px 0;
    
}

/* Filtre Sidebar */
.vehicle-filter-sidebar {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.vehicle-filter-header {
    padding: 20px;
    border-bottom: 1px solid #edf2f7;
}

.vehicle-filter-header h3 {
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
}

.vehicle-filter-group {
    padding: 20px;
    border-bottom: 1px solid #edf2f7;
}

.vehicle-filter-group:last-child {
    border-bottom: none;
}

.vehicle-filter-group h4 {
    font-size: 14px;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 15px;
}

.vehicle-filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vehicle-filter-item {
    margin-bottom: 10px;
}

.vehicle-filter-item:last-child {
    margin-bottom: 0;
}

.vehicle-filter-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.vehicle-filter-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 2px solid #e2e8f0;
    border-radius: 4px;
    cursor: pointer;
}

.vehicle-filter-checkbox input[type="checkbox"]:checked {
    background-color: #0099df;
    border-color: #0099df;
}

.vehicle-filter-checkbox span {
    font-size: 14px;
    color: #4a5568;
}

/* Araç Listesi */
.vehicle-listing-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.vehicle-listing-header {
    padding: 20px;
    border-bottom: 1px solid #edf2f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vehicle-count {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4a5568;
    font-size: 14px;
}

.vehicle-count i {
    color: #0099df;
}

.vehicle-sort-select {
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-size: 14px;
    color: #4a5568;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    min-width: 200px;
}

.vehicle-sort-select:focus {
    border-color: #0099df;
}

/* Araç Grid */
.vehicle-grid {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Araç Kartı */
.vehicle-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.vehicle-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-color: #0099df;
}

.vehicle-image {
    position: relative;
    padding-top: 66.67%; /* 3:2 aspect ratio */
    overflow: hidden;
}

.vehicle-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.vehicle-card:hover .vehicle-image img {
    transform: scale(1.05);
}

.vehicle-info {
    padding: 15px;
}

.vehicle-title {
font-size: 16px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 10px;
    line-height: 1.4;
    height: 21px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vehicle-price {
    font-size: 18px;
    font-weight: 700;
    color: #0099df;
    margin-bottom: 5px;
}

.vehicle-specs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.vehicle-spec {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #718096;
}

.vehicle-spec i {
    color: #0099df;
    font-size: 14px;
}

.vehicle-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.vehicle-btn {
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.vehicle-btn-primary {
    background: #0099df;
    color: #fff;
}

.vehicle-btn-primary:hover {
    background: #0088c7;
    color: #fff;
}

.vehicle-btn-secondary {
    background: #4cb5e5;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(76, 181, 229, 0.2);
}

.vehicle-btn-secondary:hover {
    background: #3aa3d4;
    transform: translateY(-2px);
    color: #fff;
}

/* Sayfalama */
.vehicle-pagination {
    padding: 20px;
    border-top: 1px solid #edf2f7;
    display: flex;
    justify-content: center;
}

.vehicle-pagination ul {
    display: flex;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.vehicle-pagination li a,
.vehicle-pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    font-size: 14px;
    color: #4a5568;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vehicle-pagination li.active a,
.vehicle-pagination li.active span {
    background: #0099df;
    color: #fff;
}

.vehicle-pagination li a:hover {
    background: #edf2f7;
}

/* Responsive */
@media (max-width: 1199px) {
    .vehicle-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .vehicle-grid {
        grid-template-columns: 1fr;
    }
    
    .vehicle-listing-header {
        flex-direction: column;
        gap: 15px;
    }
    
    .vehicle-sort-select {
        width: 100%;
    }
    
    .vehicle-buttons {
        grid-template-columns: 1fr;
    }
}

/* Vehicle Detail Section Styles */
.vd-detail-section {
    padding: 40px 0 80px;
    background: #f8fafc;
}

/* Gallery Styles */
.vd-gallery-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.vd-gallery-main {
    margin-bottom: 15px;
}

.vd-gallery-main .vd-gallery-slide {
    position: relative;
    padding-top: 66.67%; /* 3:2 aspect ratio */
    overflow: hidden;
    border-radius: 8px;
}

.vd-gallery-main .vd-gallery-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vd-gallery-thumbs {
    margin: 0 -5px;
}

.vd-gallery-thumbs .vd-thumb-slide {
    padding: 5px;
    cursor: pointer;
}

.vd-gallery-thumbs .vd-thumb-slide img {
    width: 100%;
  height: 150px;
    object-fit: cover;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.vd-gallery-thumbs .slick-current .vd-thumb-slide img {
    border: 2px solid #009adf;
}

/* Slick Slider Custom Navigation */
.vd-gallery-main .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1e293b;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vd-gallery-main .slick-prev {
    left: 15px;
}

.vd-gallery-main .slick-next {
    right: 15px;
}

.vd-gallery-main .slick-arrow:hover {
    background: #fff;
    color: #009adf;
}

/* Specifications Section */
.vd-specs-section {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.vd-section-title {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e8f0;
}

.vd-specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
}

.vd-spec-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15px;
    background: #f8fafc;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.vd-spec-item:hover {
    background: #f1f5f9;
}

.vd-spec-label {
    color: #64748b;
    font-size: 14px;
}

.vd-spec-value {
    color: #1e293b;
    font-weight: 500;
    font-size: 14px;
}

/* Description Section */
.vd-description-section {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.vd-description-content {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
}

/* Expertise Section */
.vd-expertise-section {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Sidebar Styles */
.vd-sidebar {
    position: sticky;
    top: 93px;
}

/* Price Box Styles */
.vd-price-box {
    background: linear-gradient(135deg, #009adf 0%, #0082bd 100%);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    margin-bottom: 25px;
    box-shadow: 0 10px 25px rgba(0, 154, 223, 0.15);
    position: relative;
    overflow: hidden;
}

.vd-price-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    transform: rotate(45deg);
}

.vd-price {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
}

/* Action Buttons Styles */
.vd-action-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.vd-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 11px 20px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.vd-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.vd-btn:hover i {
    transform: translateX(3px);
}

.vd-btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(90deg, rgba(255,255,255,0.2), transparent);
    transition: 0.5s;
}

.vd-btn:hover::after {
    left: 100%;
}

.vd-btn-primary {
    background: #fce367;
    color: #000;
    box-shadow: 0 4px 15px rgba(252, 227, 103, 0.3);
}

.vd-btn-primary:hover {
    background: #f5d84d;
    transform: translateY(-2px);
    color: #000;
}

.vd-btn-secondary {
    background: #4cb5e5;
    color: #fff;
    box-shadow: 0 4px 15px rgba(76, 181, 229, 0.2);
}

.vd-btn-secondary:hover {
    background: #3aa3d4;
    transform: translateY(-2px);
    color: #fff;
}

.vd-btn-outline {
    background: #d24c4c;
    border: 2px solid #d24c4c;
    color: #fff;
    box-shadow: 0 4px 15px rgba(210, 76, 76, 0.2);
}

.vd-btn-outline:hover {
    border-color: #d24c4c;
    color: #fff;
    transform: translateY(-2px);
    background: #c13e3e;
}

/* Dealer Info Box Styles */
.vd-dealer-info {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
}

.vd-dealer-info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f5f9;
    position: relative;
}

.vd-dealer-info h3::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: #009adf;
}

.vd-dealer-contact {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding: 15px;
    background: #f8fafc;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.vd-dealer-contact:hover {
    background: #f1f5f9;
    transform: translateX(5px);
}

.vd-dealer-contact i {
    color: #009adf;
    font-size: 20px;
}

.vd-dealer-contact span {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
}

.vd-dealer-address {
    display: flex;
    gap: 12px;
    padding: 15px;
    background: #f8fafc;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.vd-dealer-address:hover {
    background: #f1f5f9;
    transform: translateX(5px);
}

.vd-dealer-address i {
    color: #009adf;
    font-size: 20px;
    margin-top: 3px;
}

.vd-dealer-address p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

/* Similar Vehicles Section */
.vd-similar-section {
    padding: 60px 0;
    background: #fff;
}

.vd-similar-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.vd-similar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.vd-similar-image {
    position: relative;
    padding-top: 66.67%;
    overflow: hidden;
}

.vd-similar-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.vd-similar-card:hover .vd-similar-image img {
    transform: scale(1.05);
}

.vd-similar-info {
    padding: 20px;
}

.vd-similar-info h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 10px;
    line-height: 1.4;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vd-similar-price {
    font-size: 18px;
    font-weight: 700;
    color: #009adf;
    margin-bottom: 15px;
}

.vd-similar-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e8f0;
}

.vd-similar-specs span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #64748b;
}

.vd-similar-specs i {
    color: #009adf;
}

.vd-similar-link {
    display: inline-block;
    padding: 8px 20px;
    background: #f8fafc;
    border-radius: 6px;
    color: #1e293b;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vd-similar-link:hover {
    background: #009adf;
    color: #fff;
}

/* Expertise Report Styles */
.vd-expertise-content {
    padding: 20px 0;
}

.vd-expertise-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

.vd-car-diagram {
    position: relative;
    max-width: 100%;
    height: auto;
}

.vd-car-diagram svg {
    width: 100%;
    height: auto;
}

.vd-car-diagram path {
    transition: all 0.3s ease;
    cursor: pointer;
}

.vd-car-diagram path.orjinal {
    fill: #22c55e;
}

.vd-car-diagram path.boyali {
    fill: #fbbf24;
}

.vd-car-diagram path.degisen {
    fill: #ef4444;
}

.vd-car-diagram path:hover {
    opacity: 0.8;
}

.vd-expertise-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 25px;
    padding: 15px;
    background: #f8fafc;
    border-radius: 8px;
}

.vd-expertise-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.vd-expertise-legend-color {
    width: 16px;
    height: 16px;
    border-radius: 4px;
}

.vd-expertise-legend-color.orjinal {
    background-color: #22c55e;
}

.vd-expertise-legend-color.boyali {
    background-color: #fbbf24;
}

.vd-expertise-legend-color.degisen {
    background-color: #ef4444;
}

.vd-expertise-legend-label {
    font-size: 14px;
    color: #64748b;
}

.vd-expertise-list {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
}

.vd-expertise-item {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    padding: 1px 8px;
    background: #f8fafc;
    border-radius: 8px;
    transition: all 0.3s ease; 
}

.vd-expertise-item:hover {
    background: #f1f5f9;
}

.vd-expertise-item-label {
    color: #64748b;
    font-size: 13px;
}

.vd-expertise-item-value {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 400;
}

.vd-expertise-item-value.orjinal {
    color: #16a34a;
}

.vd-expertise-item-value.boyali {
    color: #d97706;
}

.vd-expertise-item-value.degisen {
    color: #dc2626;
}

.vd-expertise-item-value i {
    font-size: 16px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .vd-specs-grid {
        grid-template-columns: 1fr;
    }
    
    .vd-sidebar {
        margin-top: 30px;
        position: static;
    }
    
    .vd-expertise-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .vd-gallery-thumbs .vd-thumb-slide img {
        height: 60px;
    }
    
    .vd-price {
        font-size: 28px;
    }
    
    .vd-similar-section .col-lg-3 {
        margin-bottom: 20px;
    }
}

.vehicle-category {
    margin-bottom: 20px;
}

.vehicle-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vehicle-category ul li {
    border-bottom: 1px solid #eee;
}

.vehicle-category ul li:last-child {
    border-bottom: none;
}

.vehicle-category ul li a {
    display: flex;
    align-items: center;
    padding: 7px 19px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}

.vehicle-category ul li a i {
    margin-right: 10px;
    color: #666;
    width: 20px;
    text-align: center;
}

.vehicle-category ul li a:hover {
    background: #f5f5f5;
}

.vehicle-category ul li a:hover i {
    color: #333;
}

.vehicle-category ul li.active a {
    background: #f8f9fa;
    font-weight: 500;
    color: #007bff;
    border-left: 3px solid #007bff;
    padding-left: 16px;
}

.vehicle-category ul li.active a:hover {
    background: #f8f9fa;
}

.vehicle-card.no-results {
text-align: center;
    padding: 23px 20px;
    background: #fff;
    border-radius: 8px;
    border: 0;
}

.vehicle-card.no-results i {
    font-size: 48px;
    color: #adb5bd;
    margin-bottom: 20px;
    display: block;
}

.vehicle-card.no-results p {
    font-size: 16px;
    color: #6c757d;
    margin: 0;
} 

.step-form[data-type="models"] ul li 
{
    flex:0 0 calc(50% - 12px);
        font-size: 14px;
}

.step-form[data-type="body_type"] ul  li
{
    flex:0 0 calc(33% - 12px);
}



.table>:not(:last-child)>:last-child>*
{
    border-bottom: 0px;
}

/* Featured Cars Section Styles */
.wm-featured-cars-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.wm-section-header {
    margin-bottom: 35px;
}

.wm-section-title {
    font-size: 21px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.wm-section-description {
    font-size: 14px;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.wm-featured-cars-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.wm-featured-car-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
    border: 1px solid #e2e8f0;
}

.wm-featured-car-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.wm-car-image {
    position: relative;
    overflow: hidden;
    /* aspect-ratio: 16/9; */
}

.wm-car-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.wm-featured-car-card:hover .wm-car-image img {
    transform: scale(1.03);
}

.wm-car-details {
    padding: 15px;
}

.wm-car-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.4;
    height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wm-car-title a {
    color: #1e293b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.wm-car-title a:hover {
    color: var(--primary-color1);
}

.wm-car-price {
    font-size: 17px;
    font-weight: 600;
    color: var(--primary-color1);
    margin-bottom: 12px;
}

.wm-car-specs {
    display: flex;
    gap: 12px;
    font-size: 13px;
    color: #64748b;
    border-top: 1px solid #e2e8f0;
    padding-top: 12px;
}

.wm-car-spec {
    display: flex;
    align-items: center;
    gap: 4px;
}

.wm-car-spec i {
    color: #0d90cb;
    font-size: 12px;
}

.wm-view-all-cars {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 24px;
    background: var(--primary-color1);
    color: #fff;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.wm-view-all-cars:hover {
    background: var(--primary-color1);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(var(--primary-color1-rgb), 0.15);
    color: #fff;
}

.wm-view-all-cars i {
    font-size: 12px;
    transition: transform 0.25s ease;
}

.wm-view-all-cars:hover i {
    transform: translateX(3px);
}

@media (max-width: 1199px) {
    .wm-featured-cars-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .wm-featured-cars-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wm-section-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .wm-featured-cars-section {
        padding: 40px 0;
    }
    
    .wm-featured-cars-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .wm-section-title {
        font-size: 20px;
    }
    
    .wm-car-title {
        font-size: 14px;
        height: 40px;
    }
    
    .wm-car-price {
        font-size: 16px;
    }

    .wm-car-specs {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .wm-featured-cars-grid {
        grid-template-columns: 1fr;
    }
}

/* Blog Section Styles */
.wm-home-blog {
    padding: 60px 0;
    background-color: #fff;
}

.wm-home-blog .blog-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
    height: 100%;
}

.wm-home-blog .blog-card:hover {
    transform: translateY(-5px);
}

.wm-home-blog .blog-img {
    position: relative;
    overflow: hidden;
}

.wm-home-blog .blog-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.wm-home-blog .blog-card:hover .blog-img img {
    transform: scale(1.05);
}

.wm-home-blog .blog-date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(26, 55, 96, 0.9);
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 13px;
}

.wm-home-blog .blog-content {
    padding: 20px;
}

.wm-home-blog .blog-title-s {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.4;
}

.wm-home-blog .blog-title-s a {
    color: #1a3760;
    text-decoration: none;
    transition: color 0.2s ease;
}

.wm-home-blog .blog-title-s a:hover {
    color: #2c4d82;
}

.wm-home-blog .blog-desc {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.wm-home-blog .blog-footer {
    padding-top: 15px;
    border-top: 1px solid #e2e8f0;
}

.wm-home-blog .read-more {
    color: #1a3760;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.2s ease;
}

.wm-home-blog .read-more i {
    margin-left: 6px;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.wm-home-blog .read-more:hover {
    color: #2c4d82;
}

.wm-home-blog .read-more:hover i {
    transform: translateX(3px);
}

.wm-home-blog .wm-view-all-btn {
    display: inline-flex;
    align-items: center;
    padding: 11px 24px;
    background: #1a3760;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.2s ease;
    font-size: 15px;

}

.wm-home-blog .wm-view-all-btn i {
    margin-left: 8px;
    transition: transform 0.2s ease;
}

.wm-home-blog .wm-view-all-btn:hover {
    background: #2c4d82;
}

.wm-home-blog .wm-view-all-btn:hover i {
    transform: translateX(3px);
}

@media (max-width: 991px) {
    .wm-home-blog {
        padding: 40px 0;
    }
    
    .wm-home-blog .blog-img img {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .wm-home-blog .blog-img img {
        height: 200px;
    }
}

.banner-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-buttons button {
    margin: 0 7px;
    padding: 10px 20px;
    border: none;
    background: rgb(0, 150, 219);
    box-shadow: 1px 1px 3px #ccc;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-radius: 8px 8px 0px 0px;
    color: #fff;
    font-weight: 500;
    padding: 13px 35px 9px !important;
}

.banner-buttons button.btn-sat.active {
    background: rgb(0, 49, 121);
}

.banner-buttons button.btn-al.active {
    background: rgb(208, 172, 0) !important;
}

.banner-buttons button.btn-takas.active {
    background: rgb(155, 29, 36) !important;
}

.btn-evaluate.btn-takas {
    background: rgb(236, 48, 58);
}


.home-banner.al {
    background-image: url('../assets/img/banner/al.png');
}


.home-banner.sat {
    background-image: url('../assets/img/banner/sat.png');
}


.home-banner.takas {
    background-image: url('../assets/img/banner/takasla.png');
}

.home-banner.al .banner-buttons button
{
   background: rgb(252, 220, 65);;
}

.home-banner.takas .banner-buttons button
{
   background: rgb(236, 48, 58);
}


.btn-evaluate.btn-al
{
    background: rgb(252, 220, 65);
}

/* SMS Verification Styles */
.wm-sms-verification {
    padding: 40px 0;
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
}

.wm-sms-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
}

.wm-sms-icon {
    width: 80px;
    height: 80px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.wm-sms-icon i {
    font-size: 32px;
    color: var(--primary-color1);
}

.wm-sms-title {
    font-size: 24px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.wm-sms-description {
    color: #6c757d;
    margin-bottom: 25px;
    font-size: 16px;
}

.wm-sms-phone {
    background: #f8f9fa;
    padding: 12px 20px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.wm-sms-phone i {
    color: var(--primary-color1);
}

.wm-sms-phone span {
    font-weight: 500;
    color: #2c3e50;
}

.wm-sms-input-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.wm-sms-input {
    position: relative;
}

.wm-sms-input input {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 8px;
    font-weight: 600;
    color: #2c3e50;
    transition: all 0.3s ease;
}

.wm-sms-input input:focus {
    border-color: var(--primary-color1);
    box-shadow: 0 0 0 3px rgba(var(--primary-color1-rgb), 0.1);
    outline: none;
}

.wm-sms-input-icons {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
}

.wm-sms-button {
    background: var(--primary-color1);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.wm-sms-button:hover {
    transform: translateY(-2px);
}

.wm-sms-button i {
    font-size: 18px;
}

.wm-sms-change-number {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}


.wm-sms-change-number i {
    font-size: 14px;
}

@media (max-width: 767px) {
    .wm-sms-card {
        padding: 30px 20px;
    }
    
    .wm-sms-title {
        font-size: 20px;
    }
    
    .wm-sms-input input {
        font-size: 16px;
        padding: 12px 15px;
    }
}


.car-comparison-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.car-images {
    margin-bottom: 20px;
}

.comparison-car-img {
    height: 88px;
    padding: 20px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.comparison-car-img:hover {
    transform: scale(1.05);
}

.comparison-title {
    background: #ec303a;
    color: #fff;
    margin: 0;
    padding: 12px 15px;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.comparison-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comparison-list li {
    padding: 7px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}

.comparison-list li:last-child {
    border-bottom: none;
}

.comparison-label {
    font-weight: 600;
    color: #333;
}

.comparison-list .row {
    align-items: center;
}

@media (max-width: 767px) {
    .car-comparison-card {
        padding: 15px;
        margin-top: 30px;
    }
    
    .comparison-car-img {
              height: 77px;
        padding: 10px;
    }
    
    .comparison-title {
        font-size: 14px;
        padding: 10px;
    }
    
    .comparison-list li {
        padding: 10px 0;
    }

    .page-title
    {
            font-size: 14px;
    }
}
