:root {
    --primary-color1: #b8181a;
    --primary-color2: #d42a2c;
    --primary-color3: #f5e6e6;
    --primary-color4: #8c1315;
}

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-color: 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: 80px 0;
    background: #f8f9fa;
}

.wm-faq-wrapper {
    background: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.wm-faq-header {
    text-align: center;
    margin-bottom: 40px;
}

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

.wm-faq-subtitle {
    color: #6c757d;
    font-size: 16px;
}

.wm-accordion-item {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.wm-accordion-item:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.wm-accordion-button {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: none;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #2c3e50;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wm-accordion-button i.fa-question-circle {
    color: #3498db;
    font-size: 18px;
}

.wm-accordion-button i.fa-chevron-down {
    margin-left: auto;
    transition: transform 0.3s ease;
}

.wm-accordion-button:not(.collapsed) i.fa-chevron-down {
    transform: rotate(180deg);
}

.wm-accordion-button:not(.collapsed) {
    background-color: var(--primary-color3);
    color: var(--primary-color1);
}

.wm-accordion-button:not(.collapsed) i {
    color: var(--primary-color1);
}

.wm-accordion-body {
    padding: 20px;
    background: #fff;
    color: #6c757d;
    line-height: 1.6;
    border-top: 1px solid #e9ecef;
}

@media (max-width: 768px) {
    .wm-faq-wrapper {
        padding: 20px;
    }
    
    .wm-faq-title {
        font-size: 24px;
    }
    
    .wm-accordion-button {
        padding: 15px;
        font-size: 14px;
    }
    
    .wm-accordion-body {
        padding: 15px;
    }
}

.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-color: var(--primary-color1);
}

.social-icon.twitter:hover {
    background-color: var(--primary-color2);
}

.social-icon.instagram:hover {
    background-color: var(--primary-color4);
}

.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-color: var(--primary-color1);
    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-color: var(--primary-color4);
    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-color: var(--primary-color1);
    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-color: var(--primary-color4);
    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: 36px;
}

.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-color: var(--primary-color1);
    color: #fff;
    padding: 8px 20px;
    border-radius: 7px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(30, 28, 61, 0.2);
}

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

.value-btn:hover {
    transform: translateY(-2px);
    background-color: var(--primary-color4);
    color: #fff;
    box-shadow: 0 8px 25px rgba(30, 28, 61, 0.3);
}

.value-btn:hover::before {
    left: 100%;
}

.value-btn span {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .value-btn {
        padding: 10px 22px;
        font-size: 13px;
    }
}

.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: 20px 0;
    background: linear-gradient(135deg, #b8181a 0%, #5b1a1a 100%);
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-breadcrumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.page-title {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    position: relative;
    padding-left: 15px;
}

.page-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

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

.breadcrumb-nav li {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: 400;
}

.breadcrumb-nav li:not(:last-child):after {
    content: '/';
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.4);
}

.breadcrumb-nav li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb-nav li a:hover {
    color: #fff;
    transform: translateX(2px);
}

@media (max-width: 991px) {
    .page-breadcrumb {
        padding: 30px 0;
        text-align: center;
    }

    .page-title {
        font-size: 28px;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .page-title::before {
        display: none;
    }

    .breadcrumb-nav {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .page-breadcrumb {
        padding: 25px 0;
    }

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

    .breadcrumb-nav li {
        font-size: 14px;
    }
}

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

.page-title {
    margin: 0;
    font-size: 20px;
    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: 1px 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: #2b285800;
    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;
    box-shadow: 1px 1px 3px -1px #ccccccab;
}

.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-color4);
    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.05);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(52, 152, 219, 0.1);
}

.step-5 .valuation-result:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(52, 152, 219, 0.15);
}

.step-5 .valuation-header {
    margin-bottom: 30px;
    position: relative;
}

.step-5 .result-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.step-5 .result-icon i {
    font-size: 40px;
    color: #fff;
}

.step-5 .valuation-result h4 {
    color: #2c3e50;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.step-5 .valuation-result h4:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2980b9);
    border-radius: 3px;
}

.step-5 .price-animation {
    margin: 30px 0;
    position: relative;
}

.step-5 .price-wrapper {
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.step-5 .animated-price {
    font-size: 42px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    animation: priceReveal 1s ease-out;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.step-5 .price-decoration {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2980b9);
    border-radius: 3px;
    opacity: 0.5;
}

.step-5 .info-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    border: 1px solid rgba(52, 152, 219, 0.1);
    transition: all 0.3s ease;
}

.step-5 .info-box:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.step-5 .info-icon {
    width: 50px;
    height: 50px;
    background: #3498db;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-5 .info-icon i {
    font-size: 24px;
    color: #fff;
}

.step-5 .info-box p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}

.step-5 .contact-section {
    margin: 40px 0;
    position: relative;
}

.step-5 .section-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 5px 15px rgba(44, 62, 80, 0.2);
}

.step-5 .section-icon i {
    font-size: 30px;
    color: #fff;
}

.step-5 .contact-section h3 {
    font-size: 22px;
    color: #2c3e50;
    margin-bottom: 25px;
    font-weight: 600;
}

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

.step-5 .results-button .btn {
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    min-width: 220px;
    position: relative;
    overflow: hidden;
}

.step-5 .results-button .btn-content {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.step-5 .results-button .btn i {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.step-5 .results-button .btn-primary {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: #fff;
    border: none;
}

.step-5 .results-button .btn-secondary {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: #fff;
    border: none;
}

.step-5 .results-button .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.step-5 .results-button .btn:hover i {
    transform: scale(1.1);
}

.step-5 .disclaimer-box {
    background: #fff3cd;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border: 1px solid rgba(255, 193, 7, 0.2);
}

.step-5 .disclaimer-icon {
    width: 50px;
    height: 50px;
    background: #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-5 .disclaimer-icon i {
    font-size: 24px;
    color: #fff;
}

.step-5 .disclaimer {
    color: #856404;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}

@keyframes priceReveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .step-5 .valuation-result {
        padding: 30px 20px;
    }

    .step-5 .result-icon {
        width: 60px;
        height: 60px;
    }

    .step-5 .result-icon i {
        font-size: 30px;
    }

    .step-5 .animated-price {
        font-size: 32px;
    }

    .step-5 .price-wrapper {
        padding: 15px 30px;
    }

    .step-5 .results-button {
        flex-direction: column;
    }

    .step-5 .results-button .btn {
        width: 100%;
    }

    .step-5 .disclaimer-box {
        padding: 20px;
    }

    .step-5 .disclaimer-icon {
        width: 40px;
        height: 40px;
    }

    .step-5 .disclaimer-icon i {
        font-size: 20px;
    }
}

/* Ana Banner Özel Stilleri */
.home-banner.banner-section {
    position: relative;
    padding: 100px 0;
    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: 50%;
    height: 100%;
    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: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color3);
    border-radius: 50%;
    margin-bottom: 24px;
    position: relative;
    transition: all 0.3s ease;
}

.modern-feature-icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-color1);
    border-radius: 50%;
    opacity: 0.2;
    transition: all 0.3s ease;
}

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

.wm-feature-card:hover .wm-feature-icon::after {
    border-color: var(--primary-color1);
    opacity: 0.3;
}

.wm-feature-icon i {
    font-size: 32px;
    color: var(--primary-color1);
    transition: all 0.3s ease;
}

.wm-feature-card:hover .wm-feature-icon i {
    color: #fff;
}

.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, var(--primary-color1), 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: var(--primary-color1);
    color: #fff;
}

.vehicle-btn-primary:hover {
    background: var(--primary-color4);
    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: var(--primary-color1);
    color: #fff;
    box-shadow: 0 4px 15px rgba(252, 227, 103, 0.3);
}

.vd-btn-primary:hover {
    background: var(--primary-color4);
    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;
    }
}

/* Modern İletişim Sayfası Stilleri */
.wm-contact-section {
    padding: 80px 0;
    background: linear-gradient(to bottom, #f8fafc, #fff);
    position: relative;
}

.wm-contact-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    border: 1px solid rgba(30, 28, 61, 0.08);
    box-shadow: 0 10px 30px rgba(30, 28, 61, 0.03);
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.wm-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(30, 28, 61, 0.08);
    border-color: rgba(30, 28, 61, 0.15);
}

.wm-contact-icon {
    width: 50px;
    height: 50px;
    background: var(--primary-color1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.wm-contact-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: translateX(-100%);
    transition: 0.5s;
}

.wm-contact-card:hover .wm-contact-icon::before {
    transform: translateX(100%);
}

.wm-contact-icon i {
    font-size: 20px;
    color: #fff;
}

.wm-contact-content {
    flex: 1;
}

.wm-contact-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 8px;
}

.wm-contact-text {
    font-size: 15px;
    color: #64748b;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
    transition: color 0.3s ease;
}

.wm-contact-text.link:hover {
    color: var(--primary-color1);
}

.wm-contact-subtext {
    font-size: 13px;
    color: #94a3b8;
    display: block;
}

/* Form Wrapper Styles */
.wm-form-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(30, 28, 61, 0.05);
    border: 1px solid rgba(30, 28, 61, 0.08);
}

.wm-form-header {
    text-align: center;
    margin-bottom: 35px;
}

.wm-form-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

.wm-form-subtitle {
    font-size: 15px;
    color: #64748b;
}

/* Form Group Styles */
.wm-form-group {
    position: relative;
    margin-bottom: 20px;
}

.wm-form-control {
    width: 100%;
    padding: 15px 20px;
    padding-left: 45px;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    color: #1e293b;
    background: #f8fafc;
    transition: all 0.3s ease;
}

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

.wm-form-textarea {
    min-height: 150px;
    resize: vertical;
}

.wm-form-label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    color: #64748b;
    font-size: 15px;
    pointer-events: none;
    transition: all 0.3s ease;
}

.wm-form-textarea + .wm-form-label {
    top: 25px;
    transform: none;
}

.wm-form-label i {
    color: var(--primary-color1);
}

.wm-form-control:focus + .wm-form-label,
.wm-form-control:not(:placeholder-shown) + .wm-form-label {
    top: -12px;
    left: 15px;
    font-size: 13px;
    background: #fff;
    padding: 0 5px;
}

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

.wm-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(var(--primary-color1-rgb), 0.2);
}

.wm-submit-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

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

/* Alert Messages */
.wm-alert {
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.wm-alert i {
    font-size: 20px;
}

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

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

/* Social Links */
.wm-social-links {
    margin-top: 40px;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
}

.wm-social-title {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
}

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

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

.wm-social-icon:hover {
    transform: translateY(-3px);
    color: #fff;
}

.wm-social-icon:nth-child(1):hover {
    background: var(--primary-color1);
}

.wm-social-icon:nth-child(2):hover {
    background: var(--primary-color2);
}

.wm-social-icon:nth-child(3):hover {
    background: var(--primary-color4);
}

/* Map Wrapper */
.wm-map-wrapper {
    position: relative;
    height: 100%;
    min-height: 500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(30, 28, 61, 0.05);
    border: 1px solid rgba(30, 28, 61, 0.08);
}

.wm-map-wrapper iframe {
    width: 100%;
    height: 500px;
    border: none;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .wm-contact-section {
        padding: 60px 0;
    }
    
    .wm-form-wrapper {
        padding: 30px;
    }
    
    .wm-form-title {
        font-size: 24px;
    }
    
    .wm-map-wrapper {
        min-height: 400px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .wm-contact-section {
        padding: 40px 0;
    }
    
    .wm-contact-card {
        padding: 20px;
    }
    
    .wm-contact-icon {
        width: 40px;
        height: 40px;
    }
    
    .wm-contact-icon i {
        font-size: 16px;
    }
    
    .wm-contact-title {
        font-size: 16px;
    }
    
    .wm-form-wrapper {
        padding: 20px;
    }
    
    .wm-form-control {
        padding: 12px 15px;
        padding-left: 40px;
        font-size: 14px;
    }
    
    .wm-submit-btn {
        padding: 12px 25px;
        font-size: 15px;
    }
}

/* Modern Form Styles */
.modern-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-top: 40px;
}

.modern-form-content {
    max-width: 600px;
    margin: 0 auto;
}

.modern-form-group {
    position: relative;
    margin-bottom: 25px;
}

.modern-input-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color1);
    font-size: 18px;
    z-index: 2;
}

.modern-input-wrapper {
    position: relative;
}

.modern-form-control {
    width: 100%;
    height: 55px;
    padding: 0 20px 0 50px;
    border: 2px solid #edf2f7;
    border-radius: 15px;
    font-size: 15px;
    color: #1e293b;
    transition: all 0.3s ease;
    background: #fff;
}

.modern-form-control:focus {
    border-color: var(--primary-color1);
    box-shadow: 0 0 0 4px rgba(var(--primary-color1-rgb), 0.1);
}

.modern-form-control::placeholder {
    color: #94a3b8;
}

.modern-input-info {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    color: #64748b;
    font-size: 13px;
    padding-left: 20px;
}

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

/* Modern Tramer Section */
.modern-tramer-section {
    background: #f8fafc;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
}

.modern-tramer-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1e293b;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #edf2f7;
}

.modern-tramer-title i {
    color: var(--primary-color1);
    font-size: 20px;
}

.modern-radio-group {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.modern-radio {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.modern-radio input {
    display: none;
}

.modern-radio-checkmark {
    width: 22px;
    height: 22px;
    border: 2px solid #e2e8f0;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.modern-radio input:checked + .modern-radio-checkmark {
    border-color: var(--primary-color1);
    background: var(--primary-color1);
}

.modern-radio input:checked + .modern-radio-checkmark::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modern-radio span {
    color: #1e293b;
    font-size: 15px;
    font-weight: 500;
}

.modern-tramer-input {
    display: none;
    margin-top: 20px;
}

input[name="tramer"]:checked[value="var"] ~ .modern-tramer-input {
    display: block;
    animation: fadeIn 0.3s ease;
}

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

/* Modern Submit Button */
.modern-submit-btn {
    width: 100%;
    height: 55px;
    background: var(--primary-color1);
    border: none;
    border-radius: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

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

.modern-submit-btn:hover::before {
    left: 100%;
}

.modern-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(var(--primary-color1-rgb), 0.2);
}

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

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

/* Responsive Styles */
@media (max-width: 767px) {
    .modern-form-card {
        padding: 25px;
    }

    .modern-radio-group {
        flex-direction: column;
        gap: 15px;
    }

    .modern-form-control {
        height: 50px;
    }

    .modern-submit-btn {
        height: 50px;
    }
}



    .modern-sms-verification {
        padding: 40px 0;
    }

    .modern-sms-card {
        background: #fff;
        border-radius: 24px;
        padding: 40px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
    }

    .modern-sms-header {
        text-align: center;
        margin-bottom: 35px;
    }

    .modern-sms-icon {
        width: 80px;
        height: 80px;
        background: linear-gradient(135deg, var(--primary-color1), var(--primary-color2));
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0% {
            box-shadow: 0 0 0 0 rgba(var(--primary-color1-rgb), 0.4);
        }

        70% {
            box-shadow: 0 0 0 20px rgba(var(--primary-color1-rgb), 0);
        }

        100% {
            box-shadow: 0 0 0 0 rgba(var(--primary-color1-rgb), 0);
        }
    }

    .modern-sms-title {
        font-size: 24px;
        font-weight: 600;
        color: #1e293b;
        margin-bottom: 12px;
    }

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

    .modern-sms-phone {
        background: #f8fafc;
        border-radius: 16px;
        padding: 20px;
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }

    .modern-sms-phone:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .modern-sms-phone-icon {
        width: 45px;
        height: 45px;
        background: #fff;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .modern-sms-phone-number {
        font-size: 18px;
        font-weight: 500;
        color: #1e293b;
    }

    .modern-sms-input-group {
        margin-bottom: 30px;
    }

    .modern-sms-input-wrapper {
        position: relative;
    }

    .modern-sms-input {
        width: 100%;
        height: 60px;
        background: #f8fafc;
        border: 2px solid #e2e8f0;
        border-radius: 16px;
        padding: 0 20px 0 60px;
        font-size: 24px;
        font-weight: 600;
        color: #1e293b;
        letter-spacing: 8px;
        text-align: center;
        transition: all 0.3s ease;
    }

    .modern-sms-input:focus {
        border-color: var(--primary-color1);
        background: #fff;
        box-shadow: 0 0 0 4px rgba(var(--primary-color1-rgb), 0.1);
        transform: translateY(-2px);
    }

    .modern-sms-input::placeholder {
        letter-spacing: normal;
        color: #94a3b8;
    }

    .modern-sms-input-icon {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--primary-color1);
    }

    .modern-sms-input-info {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 12px;
        color: #64748b;
        font-size: 14px;
        padding-left: 20px;
    }

    .modern-sms-input-info i {
        color: var(--primary-color1);
    }

    .modern-sms-button {
        width: 100%;
        height: 60px;
        background: var(--primary-color1);
        border: none;
        border-radius: 16px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

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

    .modern-sms-button:hover::before {
        left: 100%;
    }

    .modern-sms-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(var(--primary-color1-rgb), 0.2);
    }

    .modern-sms-button:active {
        transform: translateY(0);
        box-shadow: 0 5px 10px rgba(var(--primary-color1-rgb), 0.2);
    }

    .modern-sms-button-text {
        position: relative;
        z-index: 1;
    }

    .modern-sms-footer {
        margin-top: 30px;
        text-align: center;
    }

    .modern-sms-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #64748b;
        font-size: 14px;
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .modern-sms-link:hover {
        color: var(--primary-color1);
        transform: translateY(-1px);
    }

    .modern-alert {
        padding: 16px 20px;
        border-radius: 12px;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 14px;
    }

    .modern-alert-danger {
        background: #fee2e2;
        color: #dc2626;
        border: 1px solid #fecaca;
    }

    .modern-alert i {
        font-size: 18px;
    }

    @media (max-width: 767px) {
        .modern-sms-verification {
            padding: 20px 0;
        }

        .modern-sms-card {
            padding: 30px 20px;
        }

        .modern-sms-icon {
            width: 60px;
            height: 60px;
        }

        .modern-sms-title {
            font-size: 20px;
        }

        .modern-sms-input {
            height: 50px;
            font-size: 20px;
        }

        .modern-sms-button {
            height: 50px;
        }
    }

/* Modern FAQ Section Styles */
.modern-faq-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.modern-faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/pattern.png') repeat;
    opacity: 0.05;
    pointer-events: none;
}

.modern-faq-wrapper {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    padding: 40px;
}

.modern-faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.modern-faq-title {
    font-size: 36px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.modern-faq-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    border-radius: 3px;
}

.modern-faq-subtitle {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 0;
}

.modern-accordion-item {
    border: 1px solid #e9ecef;
    border-radius: 12px;
       margin-bottom: 29px;
    transition: all 0.3s ease;
    background: #fff;
}

.modern-accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.modern-accordion-header {
    padding: 0;
}

.modern-accordion-button {
    width: 100%;
    padding: 20px 25px;
    text-align: left;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modern-accordion-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1e1c3d, #009adf);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.modern-accordion-icon i {
    color: #fff;
    font-size: 18px;
}

.modern-accordion-title {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    flex-grow: 1;
    margin: 0;
}

.modern-accordion-arrow {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.modern-accordion-arrow i {
    color: #6c757d;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.modern-accordion-button:not(.collapsed) .modern-accordion-arrow i {
    transform: rotate(180deg);
}

.modern-accordion-button:not(.collapsed) {
    background: #f8f9fa;
    border-radius: 12px 12px 0 0;
}

.modern-accordion-button:not(.collapsed) .modern-accordion-title {
    color: var(--primary-color1);
}

.modern-accordion-collapse {
    border-top: 1px solid #e9ecef;
}

.modern-accordion-body {
    padding: 20px 25px;
    font-size: 16px;
    line-height: 1.6;
    color: #6c757d;
}

@media (max-width: 991px) {
    .modern-faq-section {
        padding: 60px 0;
    }
    
    .modern-faq-wrapper {
        padding: 30px;
    }
    
    .modern-faq-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .modern-faq-section {
        padding: 40px 0;
    }
    
    .modern-faq-wrapper {
        padding: 20px;
    }
    
    .modern-faq-title {
        font-size: 28px;
    }
    
    .modern-faq-subtitle {
        font-size: 16px;
    }
    
    .modern-accordion-button {
        padding: 15px 20px;
    }
    
    .modern-accordion-icon {
        width: 35px;
        height: 35px;
    }
    
    .modern-accordion-title {
        font-size: 16px;
    }
    
    .modern-accordion-body {
        padding: 15px 20px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .modern-faq-title {
        font-size: 24px;
    }
    
    .modern-accordion-button {
        padding: 12px 15px;
    }
    
    .modern-accordion-icon {
        width: 30px;
        height: 30px;
    }
    
    .modern-accordion-title {
        font-size: 15px;
    }
    
    .modern-accordion-body {
        padding: 12px 15px;
        font-size: 14px;
    }
}

/* Modern Features Section Styles */
.modern-features-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
}

.modern-features-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.modern-feature-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 30px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.modern-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.01) 100%);
    opacity: 0;
    transition: all 0.4s ease;
}

.modern-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

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

.modern-feature-icon {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #b8181a, #b8181a);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modern-feature-icon::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(135deg, #2c3e50, #34495e);
    border-radius: 20px;
    opacity: 0.15;
    z-index: -1;
    transition: all 0.4s ease;
}

.modern-feature-card:hover .modern-feature-icon {
    transform: scale(1.05);
}

.modern-feature-card:hover .modern-feature-icon::after {
    transform: scale(1.1);
    opacity: 0.2;
}

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

.modern-feature-content {
    position: relative;
    z-index: 1;
}

.modern-feature-content h4 {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 12px;
    font-weight: 600;
    transition: all 0.4s ease;
    letter-spacing: -0.3px;
}

.modern-feature-content p {
    color: #7f8c8d;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

.modern-feature-card:hover .modern-feature-content h4 {
    color: var(--primary-color1);
}

@media (max-width: 991px) {
    .modern-features-section {
        padding: 60px 0;
    }
    
    .modern-feature-card {
        padding: 30px 25px;
    }
    
    .modern-feature-icon {
        width: 60px;
        height: 60px;
    }
    
    .modern-feature-icon i {
        font-size: 22px;
    }
    
    .modern-feature-content h4 {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .modern-features-section {
        padding: 40px 0;
    }
    
    .modern-feature-card {
        padding: 25px 20px;
        margin-bottom: 20px;
    }
    
    .modern-feature-icon {
        width: 55px;
        height: 55px;
        margin-bottom: 20px;
    }
    
    .modern-feature-icon i {
        font-size: 20px;
    }
    
    .modern-feature-content h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .modern-feature-content p {
        font-size: 13px;
    }
}

/* Custom Blog Section Styles */
.custom-blog-section {
    padding: 80px 0;
    background: #f8f9fa;
}
.custom-blog-header {
    text-align: center;
    margin-bottom: 48px;
}
.custom-blog-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
    letter-spacing: -1px;
}
.custom-blog-desc {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}
.custom-blog-list {
    row-gap: 32px;
}
.custom-blog-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 24px rgba(30,40,90,0.07);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.3s, transform 0.3s;
    border: 1px solid #e2e8f0;
}
.custom-blog-card:hover {
    box-shadow: 0 12px 32px rgba(30,40,90,0.13);
    transform: translateY(-4px) scale(1.01);
}
.custom-blog-img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: #f1f5f9;
}
.custom-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}
.custom-blog-card:hover .custom-blog-img img {
    transform: scale(1.06);
}
.custom-blog-date {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(30,41,59,0.85);
    color: #fff;
    font-size: 13px;
    padding: 6px 14px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
    font-weight: 500;
}
.custom-blog-content {
    padding: 28px 22px 22px 22px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.custom-blog-card-title {
    font-size: 1.15rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
    line-height: 1.4;
}
.custom-blog-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}
.custom-blog-card-title a:hover {
    color: #234670;
}
.custom-blog-summary {
    color: #64748b;
    font-size: 0.98rem;
    line-height: 1.6;
    margin-bottom: 18px;
    flex: 1;
}
.custom-blog-readmore {
    color: #234670;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 0.98rem;
    transition: color 0.2s;
}
.custom-blog-readmore i {
    font-size: 1rem;
    transition: transform 0.2s;
}
.custom-blog-readmore:hover {
    color: #1e293b;
}
.custom-blog-readmore:hover i {
    transform: translateX(4px);
}
.custom-blog-footer {
    margin-top: 40px;
}
.custom-blog-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--primary-color1);
    color: #fff;
    padding: 13px 32px;
    border-radius: 24px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.custom-blog-all-btn i {
    font-size: 1rem;
    transition: transform 0.2s;
}
.custom-blog-all-btn:hover {
    background: var(--primary-color1);
    color: #fff;
}
.custom-blog-all-btn:hover i {
    transform: translateX(4px);
}
@media (max-width: 991px) {
    .custom-blog-section {
        padding: 50px 0;
    }
    .custom-blog-title {
        font-size: 1.5rem;
    }
    .custom-blog-content {
        padding: 20px 14px 16px 14px;
    }
}
@media (max-width: 767px) {
    .custom-blog-section {
        padding: 30px 0;
    }
    .custom-blog-header {
        margin-bottom: 28px;
    }
    .custom-blog-title {
        font-size: 1.2rem;
    }
    .custom-blog-card-title {
        font-size: 1rem;
    }
    .custom-blog-summary {
        font-size: 0.93rem;
    }
    .custom-blog-all-btn {
        padding: 10px 18px;
        font-size: 0.95rem;
    }
}

/* Custom Testimonial Section Styles */
.custom-testimonial-section {
    padding: 80px 0 60px 0;
    background: #fff;
}
.custom-testimonial-header {
    text-align: center;
    margin-bottom: 48px;
}
.custom-testimonial-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}
.custom-testimonial-desc {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}
.custom-testimonial-slider {
    margin: 0 auto;
}
.custom-testimonial-card {
    background: #f8f9fa;
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(30,40,90,0.07);
    padding: 36px 28px 32px 28px;
    margin: 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 260px;
    height: 100%;
    transition: box-shadow 0.3s, transform 0.3s;
    border: 1px solid #e2e8f0;
    position: relative;
}
.custom-testimonial-card:hover {
    box-shadow: 0 10px 32px rgba(30,40,90,0.13);
    transform: translateY(-4px) scale(1.01);
}
.custom-testimonial-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom-testimonial-quote {
    color: var(--primary-color1);
    font-size: 2.2rem;
    margin-bottom: 18px;
}
.custom-testimonial-text {
    color: #1e293b;
    font-size: 1.08rem;
    font-style: italic;
    text-align: center;
    margin-bottom: 22px;
    min-height: 60px;
}
.custom-testimonial-author {
    margin-top: auto;
    text-align: center;
}
.custom-testimonial-name {
    font-weight: 600;
    color: #234670;
    font-size: 1rem;
    letter-spacing: 0.2px;
}
/* Slick Slider Customization */
.custom-testimonial-slider .slick-slide {
    display: flex;
    height: inherit;
}
.custom-testimonial-slider .slick-arrow {
    background: var(--primary-color1);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(30,40,90,0.08);
}
.custom-testimonial-slider .slick-arrow:hover {
    background: #1e293b;
}
.custom-testimonial-slider .slick-prev {
    left: -20px;
}
.custom-testimonial-slider .slick-next {
    right: -20px;
}
.custom-testimonial-slider .slick-dots {
    margin-top: 30px;
    text-align: center;
}
.custom-testimonial-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}
.custom-testimonial-slider .slick-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e2e8f0;
    border: none;
    transition: background 0.2s;
    font-size: 0;
}
.custom-testimonial-slider .slick-dots .slick-active button {
    background: #234670;
}
@media (max-width: 1200px) {
    .custom-testimonial-card {
        padding: 28px 14px 24px 14px;
    }
    .custom-testimonial-slider .slick-prev {
        left: -10px;
    }
    .custom-testimonial-slider .slick-next {
        right: -10px;
    }
}
@media (max-width: 991px) {
    .custom-testimonial-section {
        padding: 50px 0 30px 0;
    }
    .custom-testimonial-title {
        font-size: 1.4rem;
    }
    .custom-testimonial-card {
        padding: 22px 8px 18px 8px;
    }
}
@media (max-width: 767px) {
    .custom-testimonial-section {
        padding: 30px 0 20px 0;
    }
    .custom-testimonial-header {
        margin-bottom: 22px;
    }
    .custom-testimonial-title {
        font-size: 1.1rem;
    }
    .custom-testimonial-card {
        min-height: 180px;
        padding: 16px 4px 12px 4px;
    }
    .custom-testimonial-slider .slick-arrow {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }
}

/* --- Testimonial Slider Improvements --- */
.custom-testimonial-slider {
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}
.custom-testimonial-slider .slick-list {
    margin: 0 -18px;
}
.custom-testimonial-slider .slick-slide {
    display: flex;
    height: inherit;
    padding: 0 18px;
    box-sizing: border-box;
}
.custom-testimonial-card {
    background: #f8f9fa;
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(30,40,90,0.07);
    padding: 36px 28px 32px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 260px;
    height: 100%;
    transition: box-shadow 0.3s, transform 0.3s;
    border: 1px solid #e2e8f0;
    position: relative;
    width: 100%;
}
.custom-testimonial-slider .slick-track {
    display: flex !important;
    align-items: stretch;
}
.custom-testimonial-slider .slick-arrow {
    background: var(--primary-color1);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(30,40,90,0.10);
    outline: none;
}
.custom-testimonial-slider .slick-arrow:hover {
    background: var(--primary-color1);
    box-shadow: 0 4px 16px rgba(30,40,90,0.13);
}
.custom-testimonial-slider .slick-prev {
    left: -60px;
}
.custom-testimonial-slider .slick-next {
    right: -60px;
}
@media (max-width: 1200px) {
    .custom-testimonial-slider {
        padding: 0 10px;
    }
    .custom-testimonial-slider .slick-prev {
        left: -30px;
    }
    .custom-testimonial-slider .slick-next {
        right: -30px;
    }
}
@media (max-width: 991px) {
    .custom-testimonial-slider .slick-arrow {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }
    .custom-testimonial-slider .slick-prev {
        left: -18px;
    }
    .custom-testimonial-slider .slick-next {
        right: -18px;
    }
    .custom-testimonial-slider .slick-list {
        margin: 0 -8px;
    }
    .custom-testimonial-slider .slick-slide {
        padding: 0 8px;
    }
}
@media (max-width: 767px) {
    .custom-testimonial-slider {
        padding: 0;
    }
    .custom-testimonial-slider .slick-arrow {
        width: 28px;
        height: 28px;
        font-size: 0.95rem;
    }
    .custom-testimonial-slider .slick-prev {
        left: -8px;
    }
    .custom-testimonial-slider .slick-next {
        right: -8px;
    }
}

/* --- Modern Home Banner (Araç Değerleme) - Custom Design --- */
.banner-section.home-banner {
    background: linear-gradient(120deg, #f3faf6 60%, #eaf6ee 100%);
    min-height: 520px;
      padding: 60px 0 60px 0;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}
.banner-section.home-banner .container {
    position: relative;
    z-index: 2;
}
.home-banner-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-banner-left {
    flex: 1 1 40%;
    min-width: 320px;
    padding-top: 30px;
}
.home-banner-title {
    font-size: 2.1rem;
    font-weight: 700;
    color: #184e77;
    margin-bottom: 32px;
    letter-spacing: -0.5px;
}
.home-banner-desc {
    font-size: 1.08rem;
    color: #495057;
    margin-bottom: 28px;
    line-height: 1.6;
}
.home-banner-form-box {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 12px 48px rgba(30,40,90,0.13);
    padding: 44px 38px 36px 38px;
    max-width: 100%;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    justify-content: center;
}
.home-banner-form-box .home-banner-title {
    font-size: 20px;
    font-weight: 700;
    color: #184e77;
    margin-bottom: 16px;
    text-align: center;
}
.home-banner-form-box .home-banner-desc {
    font-size: 1.08rem;
    color: #495057;
margin-bottom: 4px;
    line-height: 1.6;
    text-align: center;
}
.home-banner-form-box .form-validate {
    width: 100%;
}
.home-banner-form-box .form-group {
    width: 100%;
}
.home-banner-form-box .form-select,
.home-banner-form-box select {
    width: 100%;
    min-width: 0;
    font-size: 1rem;
    border-radius: 10px;
    border: 1.5px solid #e2e8f0;
    background: #f8fafc;
    padding: 14px 18px;
    margin-bottom: 0;
}
.home-banner-form-box .btn-evaluate {
    width: 100%;
    margin-top: 6px;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 14px 32px;
    box-shadow: 0 2px 10px rgba(24,78,119,0.08);
    border: none;
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
}
@media (max-width: 991px) {
    .home-banner-form-box {
        padding: 24px 10px 18px 10px;
        max-width: 100%;
    }
    .home-banner-form-box .home-banner-title {
        font-size: 1.3rem;
    }
}
@media (max-width: 767px) {
    .home-banner-form-box {
        padding: 12px 2px 8px 2px;
        border-radius: 14px;
        max-width: 100%;
    }
    .home-banner-form-box .home-banner-title {
        font-size: 1.1rem;
    }
    .home-banner-form-box .home-banner-desc {
        font-size: 0.98rem;
        margin-bottom: 18px;
    }
}
.home-banner-right {
    flex: 1 1 50%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 30px;
}
.home-banner-car-info {
    margin-top: 40px;
    max-width: 480px;
    text-align: left;
}
.home-banner-label {
    color: #277da1;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block;
}
.home-banner-badge {
    background: #27244f;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 16px;
    padding: 5px 16px;
    margin-left: 10px;
    display: inline-block;
}
.home-banner-car-title {
    font-size: 2rem;
    font-weight: 700;
    color: #184e77;
    line-height: 34px;
    margin: 18px 0 12px 0;
}
.home-banner-car-desc {
    color: #495057;
    font-size: 1.08rem;
    line-height: 1.6;
    margin-bottom: 0;
}
.home-banner-car-img {
    margin-top: 18px;
    margin-bottom: 0;
    text-align: right;
}
.home-banner-car-img img {
    max-width: 340px;
    width: 100%;
    height: auto;
    border-radius: 0 0 32px 32px;
    box-shadow: 0 8px 32px rgba(255,111,60,0.10);
}
@media (max-width: 1200px) {
    .home-banner-form-box {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    .home-banner-right {
        align-items: center;
    }
    .home-banner-car-img img {
        max-width: 260px;
    }
}
@media (max-width: 991px) {
    .banner-section.home-banner {
        padding: 30px 0 0 0;
        min-height: 320px;
    }
    .home-banner-row {
        flex-direction: column;
        align-items: stretch;
    }
    .home-banner-left, .home-banner-right {
        padding-top: 0;
        min-width: 0;
    }
    .home-banner-car-info {
        margin-top: 24px;
        text-align: center;
    }
    .home-banner-car-img img {
        max-width: 180px;
    }
}
@media (max-width: 767px) {
    .banner-section.home-banner {
        padding: 10px 0 0 0;
        min-height: 120px;
    }
    .home-banner-title, .home-banner-car-title {
        font-size: 1.1rem;
    }
    .home-banner-form-box {
               padding: 21px 23px;
        border-radius: 10px;
    }
    .home-banner-car-img img {
        max-width: 120px;
        border-radius: 0 0 12px 12px;
    }

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

    .value-btn i 
    {
        display: none;
    }
}

/* Modern FAQ Sidebar Styles */
.modern-faq-sidebar {
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modern-info-box {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.modern-info-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(52, 152, 219, 0.05) 0%, rgba(46, 204, 113, 0.05) 100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.modern-info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.modern-info-box:hover::before {
    opacity: 1;
}

.modern-info-box-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #3498db, #2ecc71);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    position: relative;
    z-index: 1;
}

.modern-info-box-icon::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    background: linear-gradient(135deg, #1e1c3d, #009adf);
    border-radius: 50%;
    opacity: 0.2;
    z-index: -1;
    transition: all 0.3s ease;
}

.modern-info-box:hover .modern-info-box-icon::after {
    transform: scale(1.1);
    opacity: 0.3;
}

.modern-info-box-icon i {
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease;
}

.modern-info-box:hover .modern-info-box-icon i {
    transform: scale(1.1);
}

.modern-info-box-number {
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
    display: block;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}

.modern-info-box-label {
    font-size: 13px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
}

.modern-info-box-text {
    font-size: 13px;
    color: #6c757d;
    line-height: 1.5;
    margin: 0;
    position: relative;
    z-index: 1;
}

.modern-info-box-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1e1c3d, #009adf);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    position: relative;
    z-index: 1;
}

.modern-info-box-icon i {
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease;
}

@media (max-width: 767px) {
    .modern-info-box-number {
        font-size: 28px;
    }
    
    .modern-info-box-label {
        font-size: 12px;
    }
    
    .modern-info-box-text {
        font-size: 12px;
    }
    
    .modern-info-box-icon {
        width: 45px;
        height: 45px;
    }
    
    .modern-info-box-icon i {
        font-size: 18px;
    }
}

.modern-footer {
    background: linear-gradient(135deg, #1a1a1a, #2c3e50);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3498db, #2ecc71);
}

.modern-footer-top {
    padding: 80px 0 50px;
    position: relative;
}

.modern-footer-widget {
    margin-bottom: 30px;
}

.modern-footer-logo {
    margin-bottom: 25px;
}

.modern-footer-logo img {
    max-width: 180px;
    height: auto;
}

.modern-footer-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

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

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

.modern-footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}

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

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

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

.modern-footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 14px;
}

.modern-footer-links a:hover {
    color: #3498db;
    transform: translateX(5px);
}

.modern-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.modern-contact-item i {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #3498db;
    font-size: 14px;
}

.modern-contact-item a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.modern-contact-item a:hover {
    color: #3498db;
}

.modern-footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    position: relative;
}

.modern-copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
}

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

.modern-copyright a:hover {
    color: var(--primary-color4);
}

@media (max-width: 991px) {
    .modern-footer-top {
        padding: 60px 0 30px;
    }
    
    .modern-footer-widget {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .modern-footer-top {
        padding: 50px 0 20px;
    }
    
    .modern-footer-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .modern-footer-logo img {
        max-width: 150px;
    }
    
    .modern-social-link {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .modern-contact-item {
        margin-bottom: 12px;
    }
    
    .modern-contact-item i {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    
    .modern-copyright {
        text-align: center;
    }
}

/* Google Testimonial Section */
.google-testimonial-section {
    padding: 80px 0 60px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.google-testimonial-header {
    text-align: center;
    margin-bottom: 40px;
}
.google-testimonial-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid #4285F4;
    color: #4285F4;
    font-weight: 700;
    font-size: 1.08rem;
    border-radius: 22px;
    padding: 7px 20px;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(66,133,244,0.08);
}
.google-testimonial-badge img {
    height: 33px;
}

.google-testimonial-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 10px;
    letter-spacing: -1px;
}
.google-testimonial-desc {
    color: #64748b;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 0 auto;
}
.google-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 40px;
}
.google-testimonial-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 8px 32px rgba(66,133,244,0.08);
    padding: 36px 28px 28px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    border: 1.5px solid #e2e8f0;
    transition: box-shadow 0.3s, border 0.3s, transform 0.3s;
    min-height: 260px;
}
.google-testimonial-card:hover {
    box-shadow: 0 16px 48px rgba(66,133,244,0.16);
    border: 1.5px solid #4285F4;
    transform: translateY(-4px) scale(1.02);
}
.google-testimonial-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 12px;
}
.google-testimonial-stars i {
    color: #fbbc04;
    font-size: 1.2rem;
}
.google-testimonial-text {
    color: #1e293b;
    font-size: 1.08rem;
    font-style: italic;
    margin-bottom: 18px;
    min-height: 60px;
}
.google-testimonial-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}
.google-testimonial-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f1f5f9;
    object-fit: cover;
    border: 2px solid #e2e8f0;
}
.google-testimonial-name {
    font-weight: 700;
    color: #234670;
    font-size: 1rem;
    letter-spacing: 0.2px;
}
.google-testimonial-date {
    color: #64748b;
    font-size: 0.95rem;
    margin-left: 8px;
}
@media (max-width: 991px) {
    .google-testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .google-testimonial-title {
        font-size: 1.3rem;
    }
}
@media (max-width: 600px) {
    .google-testimonial-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .google-testimonial-card {
        padding: 18px 10px 14px 10px;
        border-radius: 12px;
    }
    .google-testimonial-title {
        font-size: 1.1rem;
    }
    .google-testimonial-badge {
        font-size: 0.98rem;
        padding: 5px 10px 5px 8px;
    }
}
/* Google renkli yıldızlar için özel class */
.google-star {
    color: #fbbc04;
}
    

.form-hemen-sat
{background: #b8181a !important;
}

.step-4 .form-hemen-sat input[type="checkbox"]:checked
{
    background: transparent !important;
    border-color: #fff !important;  
}