
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 {
    background: radial-gradient(1200px 600px at 10% -10%, rgba(16, 110, 190,.18), transparent), linear-gradient(180deg, #0b1120 0%, #0b132a 100%);
    color: #0b132b;
}
.hero-kenburns {
    position: relative;
    min-height: calc(100vh - 473px); 
    overflow: hidden;
}

    .hero-kenburns .hero-bg {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: center;
        will-change: transform;
        transform-origin: center;
        animation: kb 24s ease-in-out both;
    }

@keyframes kb {
    0% {
        transform: scale(1.05) translate(0, 0);
    }

    100% {
        transform: scale(1.15) translate(-2%, 0);
    }
}



.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;
    }

input {
    border: 1px solid red;
}

.booking-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 10px 35px rgba(0,0,0,.18);
    border-radius: var(--card-radius);
    max-width: 1100px;
    width: 100%;
}

.booking-header {
    border-bottom: 1px dashed rgba(0,0,0,.08);
    padding: 1rem 1.25rem;
}

.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);
}
.booking-overlap {
    position: relative;
    transform: translateY(-220px); 
    z-index: 5; 
}


.booking-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0,0,0,.15);
}


@media (max-width: 1441px) {
    .hero-kenburns {
        min-height: calc(100vh - 373px);
    }
}
@media (max-width: 991.98px) {
    .hero-kenburns {
        min-height: calc(100vh - 373px);
    }
    .booking-overlap {
        transform: translateY(-170px);
    }
}

@media (max-width: 575.98px) {
    .hero-kenburns {
        min-height: calc(100vh - 481px);
    }

    .booking-overlap {
        transform: translateY(-90px);
    }
}
.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 #f3e6c2;
    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;
}