
ul li.search-result-item {
    font-size: 15px;
}

ul li.search-result-item p {
    margin-bottom: 2px;
}

.price {
    font-size: 17px;
    font-weight: bold;
}
#grandTotal {
    font-weight: bold;
    font-size: 17px;
}

.card-car-img {
    width: 120px;
}

:root {
    --card-radius: 1.25rem;
}

body {
    color: #0b132b;
}

/* Clean home page background */
.vt-home-clean {
    background: #f8fafc !important;
}

/* =============================================
   HERO CLEAN — minimal centered title
   ============================================= */
.vt-hero-clean {
    padding: 1.5rem 0 .5rem;
    text-align: center;
}

.vt-hero-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
    line-height: 1.3;
}

@media (max-width: 767.98px) {
    .vt-hero-clean {
        padding: 1rem 0 .35rem;
    }
    .vt-hero-title {
        font-size: 1.35rem;
    }
}



.input-clear {
    position: absolute;
    right: 10px;
    top: 47%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    color: #888;
    cursor: pointer;
    padding: 0;
}

    .input-clear:hover {
        color: #333;
    }

.booking-card {
    background: #ffffff;
    border: 0;
    box-shadow: 0 12px 40px rgba(0,0,0,.1);
    border-radius: 16px;
    max-width: 1100px;
    width: 100%;
}

.vt-booking-header {
    border-radius: 18px 18px 0 0;
}

/* =============================================
   VT SEARCH BUTTON - Full Width Gradient
   ============================================= */
.vt-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: .85rem 1.5rem;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--primary, #0891b2), var(--secondary, #0e7490));
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: .5px;
    cursor: pointer;
    transition: transform .15s, box-shadow .25s, opacity .2s;
}

.vt-search-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(8, 145, 178, .3);
}

.vt-search-btn:active {
    transform: translateY(0);
}

.vt-search-btn[disabled] {
    opacity: .6;
    pointer-events: none;
    transform: none;
}

.vt-search-btn i {
    font-size: 1.2rem;
    transition: transform .2s;
}

.vt-search-btn:hover i {
    transform: translateX(4px);
}

/* =============================================
   VT TRUST STRIP - Compact horizontal badges
   ============================================= */
.vt-trust-section {
    background: transparent;
    padding: .5rem 0 1rem;
}

.vt-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    background: #fff;
    border-radius: 12px;
    padding: 1.25rem 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .04);
}

.vt-trust-item {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: 0 1rem;
    min-width: 200px;
}

.vt-trust-item:not(:last-child) {
    border-right: 1px solid #e2e8f0;
}

.vt-trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(8,145,178,.08), rgba(6,182,212,.12));
    color: var(--primary, #0891b2);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.vt-trust-item strong {
    display: block;
    font-size: .8rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.3;
}

.vt-trust-item span {
    font-size: .72rem;
    color: #94a3b8;
    line-height: 1.4;
}

@media (max-width: 767.98px) {
    .vt-trust-strip {
        flex-direction: column;
        gap: 1rem;
    }
    .vt-trust-item {
        padding: 0;
    }
    .vt-trust-item:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 1rem;
    }
}

/* Old booking-header kept for compatibility but hidden */
.booking-header {
    display: none;
}

.input-loading {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 100 100"><circle cx="50" cy="50" r="32" stroke="%2399a" stroke-width="8" fill="none" opacity="0.2"/><path d="M50 18 a32 32 0 0 1 0 64" stroke="%23666" stroke-width="8" fill="none"><animateTransform attributeName="transform" type="rotate" from="0 50 50" to="360 50 50" dur="0.8s" repeatCount="indefinite"/></path></svg>');
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 1.1rem 1.1rem;
    padding-right: 2rem; /* yaz� spinner'a �arpmas�n */
}

.ac-loading {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .5rem .75rem;
    font-size: .9rem;
    color: #666;
}

.spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: .15em solid rgba(0,0,0,.2);
    border-top-color: currentColor;
    border-radius: 50%;
    margin-right: .5rem;
    animation: spin .8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.ac-loading .spin {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(0,0,0,.2);
    border-top-color: currentColor;
    border-radius: 50%;
    animation: acspin .8s linear infinite;
}

@keyframes acspin {
    to {
        transform: rotate(360deg);
    }
}

.form-label {
    font-weight: 600;
    color: #0f172a;
}

.input-icon {
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    opacity: .6;
}

.with-icon {
    padding-left: 2rem;
}

.passenger-badge {
    font-weight: 600;
    letter-spacing: .2px;
}

.divider-dot {
    height: .5rem;
    width: .5rem;
    border-radius: 50%;
    background: rgba(15,23,42,.12);
    display: inline-block;
    margin: 0 .5rem;
}

.section-title {
    font-size: .95rem;
    color: #334155;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.trust-badges .bi {
    font-size: 1.25rem;
}

.mini-card {
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(0,0,0,.05);
    border-radius: .9rem;
    padding: 1rem;
}


.ac-panel {
    position: absolute; /* parent relative olmal� */
    inset-inline-start: 0;
    top: calc(100% + 4px);
    width: 100%;
    max-height: min(320px, 50vh); /* desktop ~320px, mobilde 50vh s�n�r� */
    overflow-y: auto;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: .5rem;
    box-shadow: 0 6px 24px rgba(0,0,0,.08);
    z-index: 1055;
}


.ac-item {
    padding: .5rem .75rem;
    cursor: pointer;
}

    .ac-item:hover,
    .ac-item.active {
        background: #f5f7fb;
    }

.ac-title {
    font-weight: 600;
    line-height: 1.2;
}

.ac-sub {
    font-size: .85rem;
    color: #666;
}

.cm {
    position: relative;
    width: 0;
    height: 0;
}

    .cm .cm-dot {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 2px solid #fff;
        box-shadow: 0 0 0 2px rgba(0,0,0,.15);
        transform: translate(-7px, -7px);
    }

    .cm.start .cm-dot {
        background: #16a34a;
    }
  
    .cm.end .cm-dot {
        background: #dc2626;
    }
 
    .cm .cm-badge {
        position: absolute;
        top: -30px;
        left: 8px;
        padding: 2px 6px;
        font-size: 12px;
        line-height: 1.2;
        color: #fff;
        background: rgba(0,0,0,.65);
        border-radius: 6px;
        white-space: nowrap;
        backdrop-filter: blur(2px);
    }


.map-hint {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,.65);
    color: #fff;
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 12px;
    z-index: 500;
    pointer-events: none;
    transition: opacity .4s ease;
}

    .map-hint.fade {
        opacity: 0;
    }

#pickupInput, #dropoffInput {
    padding-right: 25px;
}

.text-shadow-sm {
    text-shadow: 0 1px 1px rgba(0,0,0,.35);
}

.text-shadow {
    text-shadow: 0 2px 6px rgba(0,0,0,.55);
}

.text-shadow-lg {
    text-shadow: 0 4px 16px rgba(0,0,0,.7);
}

.text-shadow-none {
    text-shadow: none !important;
}


.text-stroke {
    -webkit-text-stroke: 1px rgba(0,0,0,.35);
}
/* =============================================
   SERVICE TABS — Transfer | Saatlik Kiralama
   ============================================= */
.vt-service-tabs {
    display: flex;
    justify-content: center;
    gap: .5rem;
    padding: .75rem 1.5rem .5rem;
    border-bottom: 1px solid #e2e8f0;
}

.vt-service-tab {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .6rem 1.5rem;
    border: none;
    background: transparent;
    color: #64748b;
    font-size: .9rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 30px;
    transition: color .2s, background .2s;
}

.vt-service-tab:hover,
.vt-service-tab.active {
    color: #1e293b;
    background: #f1f5f9;
}

.vt-service-tab i {
    font-size: 1rem;
}

/* Tab content show/hide */
.vt-tab-content {
    display: none;
}

.vt-tab-content.active {
    display: block;
}

/* + Dönüş Ekle button */
.vt-add-return {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    padding: .55rem 1.1rem;
    border: 2px dashed #b2e0ea;
    border-radius: 10px;
    background: transparent;
    color: var(--primary, #0891b2);
    font-size: .82rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color .2s, background .2s, color .2s;
    white-space: nowrap;
    height: 42px;
}

.vt-add-return:hover {
    border-color: var(--primary, #0891b2);
    background: rgba(8, 145, 178, .05);
}

.vt-add-return i {
    font-size: .95rem;
}

/* Inline return fields container */
.vt-return-inline {
    flex: 0 1 auto;
}

.vt-return-field {
    min-width: 140px;
    flex: 1 1 140px;
}

/* Remove return button (X) */
.vt-remove-return {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #94a3b8;
    font-size: .85rem;
    cursor: pointer;
    transition: color .2s, border-color .2s, background .2s;
    flex-shrink: 0;
    margin-bottom: 2px;
}

.vt-remove-return:hover {
    color: #ef4444;
    border-color: #fca5a5;
    background: #fef2f2;
}

/* =============================================
   PROMO SLIDER
   ============================================= */
.vt-promo-section {
    background: transparent;
}

.vt-promo-slide {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.vt-promo-slide img {
    width: 100%;
    aspect-ratio: 21/7;
    object-fit: cover;
    display: block;
}

.vt-promo-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 2.5rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .65) 0%, transparent 100%);
    color: #fff;
}

.vt-promo-overlay h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 .35rem;
    line-height: 1.3;
}

.vt-promo-overlay p {
    font-size: .9rem;
    color: rgba(255, 255, 255, .8);
    margin: 0;
}

/* Promo carousel nav arrows — centered vertically, edges */
.promo-carousel .owl-nav {
    position: static;
    display: flex;
    justify-content: space-between;
    margin: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0 .75rem;
}

.promo-carousel .owl-nav button.owl-prev,
.promo-carousel .owl-nav button.owl-next {
    pointer-events: auto;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, .85) !important;
    color: #1e293b !important;
    font-size: 1.1rem !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: background .2s, box-shadow .2s;
    border: 1px solid rgba(0, 0, 0, .08) !important;
    line-height: 1;
    padding: 0 !important;
    margin: 0 !important;
    top: auto !important;
    bottom: auto !important;
}

.promo-carousel .owl-nav button.owl-prev i,
.promo-carousel .owl-nav button.owl-next i {
    display: inline-block;
    line-height: 1;
}

/* Tema CSS'inin ::before ile eklediği okları devre dışı bırak */
.promo-carousel .owl-nav button.owl-prev::before,
.promo-carousel .owl-nav button.owl-next::before {
    content: none !important;
}

.promo-carousel .owl-nav button.owl-prev:hover,
.promo-carousel .owl-nav button.owl-next:hover {
    background: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15) !important;
}

.promo-carousel .owl-dots {
    position: absolute;
    bottom: 1.5rem;
    left: 2.5rem;
    margin: 0;
}

.promo-carousel .owl-dots .owl-dot span {
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .4);
    transition: background .2s, width .2s;
}

.promo-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    width: 36px;
}

@media (max-width: 767.98px) {
    .vt-promo-slide img {
        aspect-ratio: 16/9;
    }
    .vt-promo-overlay h3 {
        font-size: 1.1rem;
    }
    .vt-promo-overlay {
        padding: 1.25rem;
    }
    .promo-carousel .owl-nav {
        padding: 0 .35rem;
    }
    .promo-carousel .owl-nav button.owl-prev,
    .promo-carousel .owl-nav button.owl-next {
        width: 32px;
        height: 32px;
        font-size: .9rem !important;
    }
    .promo-carousel .owl-dots {
        bottom: .75rem;
        left: 1.25rem;
    }
}

/* Input focus enhancement */
.reserv-input:focus {
    border-color: var(--primary, #0891b2) !important;
    box-shadow: 0 0 0 3px rgba(8, 145, 178, .1) !important;
}

/* (hero-kenburns ve booking-overlap kuralları kaldırıldı — progotravel tasarım) */
.car-thumb {
    aspect-ratio: 4 / 3; /* 4:3 kutu */
    width: 100%;
    overflow: hidden;
    border-radius: .5rem;
}

.card-car-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* detay kayb� istemezsen 'contain' yap */
    display: block;
}
.waylist {
    min-width: 0;
}
.price {
    white-space: nowrap;
    font-weight: 600;
}

@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important;
    }
}

/* Form kilitliyken g�rsel ipucu */
.form-locked .form-control,
.form-locked .form-select,
.form-locked .btn,
.form-locked .input-icon {
    opacity: .6;
}

/* Kilitliyken imle� */
.form-locked .form-control,
.form-locked .form-select,
.form-locked .btn {
    cursor: not-allowed;
}

.header-nav-top #dropdownLanguage,
.header-nav-top .dropdown-menu .dropdown-item {
    display: flex !important;
    align-items: center !important;
    gap: .35rem; /* resim�yaz� aras� */
    white-space: nowrap; /* ta�ma olmas�n, alt sat�ra inmesin */
}

.header-nav-top img.flag {
    display: inline-block;
    /*width: 18px;*/ /* 24x24 png i�in makul */
    /*height: 18px;*/
    object-fit: cover;
    flex: 0 0 auto; /* b�z��me yok */
    vertical-align: middle;
}

.reserv-input{
    border:1px solid #b2e0ea;
    border-radius:7px;
}
/*.header-nav-top .dropdown-menu {
    min-width: 180px;
}*/

.form-locked #searchBtn {
    opacity: 1 !important;
    pointer-events: auto !important;
    filter: none !important;
}
/* ger�ekten disabled ise (setBtnLoading true iken) yine de t�klanamas�n */
#searchBtn[disabled] {
    opacity: .65; /* bootstrap�in disabled g�r�n�m� gibi */
    pointer-events: none;
}

.clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 72px;
}

/* Ok t�klamay� engellemesin */
.arrow-badge {
    pointer-events: none;
}

.video-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 12px;
    overflow: hidden
}

    .video-wrap iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
        display: block
    }

/* Flatpickr Custom Styles for Home Page */
.flatpickr-input.reserv-input,
input.flatpickr-input + input.form-control {
    cursor: pointer !important;
    background-color: #fff !important;
}

/* altInput için stil (flatpickr tarafından oluşturulan görünür input) */
input.flatpickr-input[readonly] + input.form-control.input {
    border: 1px solid #b2e0ea !important;
    border-radius: 7px !important;
    padding-left: 2rem !important;
    cursor: pointer !important;
}

/* Flatpickr altInput'u reserv-input stiliyle uyumlu yap */
.flatpickr-alt-input,
input.form-control.flatpickr-input.active + input {
    border: 1px solid #b2e0ea;
    border-radius: 7px;
}

/* =============================================
   3 ADIMDA REZERVASYON - Step Cards
   ============================================= */
.vt-steps {
    background: #fff;
}

.vt-steps-subtitle {
    color: var(--primary, #0891b2);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.vt-steps-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
}

.vt-step-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem 2rem 2rem;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: transform .25s ease, box-shadow .25s ease;
    overflow: hidden;
}

.vt-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary, #0891b2), var(--tertiary, #06b6d4));
    border-radius: 16px 16px 0 0;
}

.vt-step-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(8, 145, 178, .12);
}

.vt-step-num {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(8, 145, 178, .07);
    pointer-events: none;
    user-select: none;
}

.vt-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(8,145,178,.1), rgba(6,182,212,.15));
    margin-bottom: 1.25rem;
}

.vt-step-icon img {
    width: 36px;
    height: 36px;
}

.vt-step-card h4 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: .75rem;
}

.vt-step-card p {
    font-size: .9rem;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

/* Connector arrows between cards (desktop only) */
.vt-step-connector {
    display: none;
}

@media (min-width: 992px) {
    .vt-step-connector {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: -24px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        width: 48px;
        height: 48px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 2px 8px rgba(0,0,0,.08);
        color: var(--primary, #0891b2);
        font-size: 18px;
    }
}

/* =============================================
   TANITIM FİLMİMİZ - Split Video Section
   ============================================= */
.vt-video-section {
    background: #f8fafc;
}

.vt-video-subtitle {
    color: var(--primary, #0891b2);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.vt-video-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.2;
}

.vt-video-desc {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
}

.vt-video-feature {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .4rem .9rem;
    border-radius: 20px;
    background: rgba(8, 145, 178, .08);
    color: var(--primary, #0891b2);
    font-size: .82rem;
    font-weight: 600;
}

.vt-video-feature i {
    font-size: .9rem;
}

.vt-video-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .12);
}

.vt-video-thumb {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.vt-video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .25);
    transition: background .3s;
}

.vt-video-play:hover {
    background: rgba(0, 0, 0, .4);
}

.vt-video-play i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #fff;
    color: var(--primary, #0891b2);
    font-size: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .2);
    transition: transform .25s, box-shadow .25s;
}

.vt-video-play:hover i {
    transform: scale(1.1);
    box-shadow: 0 12px 40px rgba(8, 145, 178, .3);
}

/* =============================================
   POPÜLER ROTALAR - Route Ticket Cards
   ============================================= */
.vt-routes {
    background: linear-gradient(180deg, #f0fdfa 0%, #fff 100%);
}

.vt-routes-subtitle {
    color: var(--primary, #0891b2);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.vt-routes-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
}

.vt-routes-desc {
    color: #64748b;
    font-size: 1rem;
}

.vt-route-card {
    position: relative;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: transform .25s ease, box-shadow .25s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.vt-route-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(8, 145, 178, .12);
}

.vt-route-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    background: linear-gradient(180deg, var(--primary, #0891b2), var(--tertiary, #06b6d4));
}

.vt-route-body {
    padding: 1.5rem 1.5rem 1rem 1.75rem;
    flex: 1;
}

.vt-route-path {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1rem;
}

.vt-route-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2.5px solid var(--primary, #0891b2);
    flex-shrink: 0;
}

.vt-route-dot.end {
    background: var(--primary, #0891b2);
}

.vt-route-line {
    flex: 1;
    height: 0;
    border-top: 2px dashed rgba(8, 145, 178, .3);
    position: relative;
}

.vt-route-line::after {
    content: '\f5b0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 13px;
    color: var(--primary, #0891b2);
    background: #fff;
    padding: 0 6px;
}

.vt-route-name {
    font-weight: 700;
    font-size: .95rem;
    color: #1e293b;
    white-space: nowrap;
}

.vt-route-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .85rem 1.5rem .85rem 1.75rem;
    background: #f8fafc;
    border-top: 1px dashed #e2e8f0;
}

.vt-route-price-label {
    font-size: .75rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 2px;
}

.vt-route-price {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--primary, #0891b2);
    line-height: 1;
}

.vt-route-cta {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .5rem 1.1rem;
    border-radius: 8px;
    background: var(--primary, #0891b2);
    color: #fff;
    font-size: .82rem;
    font-weight: 600;
    text-decoration: none;
    transition: background .2s, transform .15s;
}

.vt-route-cta:hover {
    background: var(--primary-100, #0782a0);
    color: #fff;
    transform: translateX(2px);
}

.vt-route-cta i {
    font-size: .75rem;
    transition: transform .2s;
}

.vt-route-cta:hover i {
    transform: translateX(3px);
}

.vt-route-vehicle {
    font-size: .78rem;
    color: #94a3b8;
}

/* "Tüm Rotaları Keşfet" button */
.vt-routes-explore {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 2rem;
    border: 2px solid var(--primary, #0891b2);
    border-radius: 50px;
    color: var(--primary, #0891b2);
    font-weight: 600;
    font-size: .95rem;
    text-decoration: none;
    transition: background .2s, color .2s;
}

.vt-routes-explore:hover {
    background: var(--primary, #0891b2);
    color: #fff;
}

/* =============================================
   BLOG SECTION - Modern Cards
   ============================================= */
.vt-blog-section {
    background: #fff;
}

.vt-blog-subtitle {
    color: var(--primary, #0891b2);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.vt-blog-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
}

.vt-blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
}

.vt-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .1);
}

.vt-blog-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/10;
}

.vt-blog-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.vt-blog-card:hover .vt-blog-img-wrap img {
    transform: scale(1.06);
}

.vt-blog-card-body {
    padding: 1.25rem;
}

.vt-blog-card-title {
    font-size: .95rem;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.5;
    margin: 0 0 .75rem;
    min-height: 43px;
}

.vt-blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .82rem;
    font-weight: 600;
    color: var(--primary, #0891b2);
    transition: gap .2s;
}

.vt-blog-card:hover .vt-blog-read-more {
    gap: .6rem;
}

/* Owl carousel nav arrows for blog */
.vt-blog-section .owl-nav {
    margin-top: 1rem;
    text-align: center;
}

.vt-blog-section .owl-nav button.owl-prev,
.vt-blog-section .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background: var(--primary, #0891b2) !important;
    color: #fff !important;
    font-size: 1.1rem !important;
    margin: 0 .35rem;
    transition: transform .2s, box-shadow .2s;
    line-height: 40px;
}

.vt-blog-section .owl-nav button.owl-prev:hover,
.vt-blog-section .owl-nav button.owl-next:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(8, 145, 178, .25);
}
}