


.bravo_wrap .bravo_search_transfer .bravo_banner {
    background-color: #1a2b48;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
    position: relative;
}

.bravo_wrap .bravo_search_transfer .bravo_banner h1 {
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
}

.bravo_wrap .bravo_search_transfer .bravo_form_search {
    width: 100%;
    max-width: 1110px;
    position: relative;
}

.bravo_wrap .bravo_search_transfer .bravo_filter {
    border: 1px solid #D7DCE3;
    border-radius: 3px;
    margin-bottom: 30px;
}

.bravo_wrap .bravo_search_transfer .bravo_filter .filter-title {
    font-size: 16px;
    color: #1A2B48;
    margin-bottom: 5px;
    margin-top: 30px;
    font-weight: 500;
}

.bravo_wrap .bravo_search_transfer .bravo_filter .filter-title:before {
    content: "";
    width: 3px;
    height: 20px;
    background: #5191FA;
    float: left;
    position: relative;
    top: -2px;
    margin-right: 17px;
}

.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item {
    border: none;
    border-top: 1px solid #D7DCE3;
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 20px;
}

.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .hide {
    display: none;
}

.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .item-title {
    cursor: pointer;
    position: relative;
}

.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .item-title .fa {
    font-size: 22px;
    color: #1A2B48;
    right: 0;
    top: 2px;
    position: absolute;
}

.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .item-title h4,
.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .item-title h3 {
    font-size: 14px;
    color: #1A2B48;
    line-height: 23px;
    margin: 0;
    font-weight: 500;
}

.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .item-content {
    margin-top: 20px;
}

.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .item-content ul {
    list-style: none;
}

.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .item-content .btn-more-item {
    font-size: 14px;
    color: #5191FA;
    padding: 0;
    text-decoration: none;
}

.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .item-content .btn-apply-price-range {
    font-size: 14px;
    color: #5191FA;
    margin-top: 20px;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
    outline: none;
}

.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-from,
.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-to,
.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-single {
    font-size: 11px;
    background-color: #5191FA;
}

.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #5191FA;
}

.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-handle>i:first-child {
    background-color: #5191FA;
}

.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-from:before,
.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-to:before,
.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .item-content .bravo-filter-price .irs--flat .irs-single:before {
    border-top-color: #5191FA;
}

.bravo_wrap .bravo_search_transfer .bravo_filter .g-filter-item .item-title.e-close .fa {
    transform: rotate(180deg) !important;
}

.bravo_wrap .bravo_search_transfer .bravo-list-item .topbar-search .text {
    font-size: 24px;
    color: #1A2B48;
    font-weight: normal;
    margin: 0;
}

.bravo_wrap .bravo_search_transfer .bravo-list-item .list-item {
    margin-top: 15px;
}

/* KART DÜZENLEME VE GÖLGELENDİRME */
.bravo-list-item .item-loop-wrap {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.bravo-list-item .item-loop-wrap:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* BUTON STİLLERİ */
.btn-select-vehicle {
    background-color: #5191FA;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    font-weight: 300;
    border-radius: 8px;
}

.btn-select-vehicle:hover:not(:disabled) {
    background-color: #2c5cc5 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-select-vehicle:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

/* İKONLU BÖLÜM STİLLERİ */
.bravo-list-item ul.y-gap-5 {
    padding-left: 0; /* Liste stilini kaldırır */
}

/* MOBİL GÖRÜNÜMDE ÇİZGİLER */
@media (max-width: 767px) {
    .border-sm-right-light {
        border-right: none !important;
        border-bottom: 1px solid #e9ecef;
    }
}

.modal-backdrop.show {
    opacity: 0.7;
}


/* ARAC GÖRSELLERİ */
.gt-vehicle-image {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.gt-vehicle-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

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

.vehicle-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}


#bravo_search_map {
    width: 100%;
    min-height: 500px;
}

/* GALERİ MODAL STİLLERİ */
.gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.modal-content {
    position: relative;
    z-index: 10000;
    max-width: 90vw;
    max-height: 90vh;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10001;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body {
    position: relative;
    max-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-main-image {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 8px;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10002;
}

.nav-prev {
    left: 15px;
}

.nav-next {
    right: 15px;
}

.modal-thumbnails {
    display: flex;
    gap: 10px;
    padding: 15px;
    overflow-x: auto;
    background: #f5f5f5;
    justify-content: center;
}

.thumbnail {
    width: 60px;
    height: 60px;
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    flex-shrink: 0;
    transition: border-color 0.3s ease;
}

.thumbnail.active {
    border-color: #007bff;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal-open {
    overflow: hidden;
}

/* SKELETON LOADING STİLLERİ */
.has-skeleton {
    position: relative;
    overflow: hidden;
}

.has-skeleton .skeleton-image,
.has-skeleton .skeleton-content .skeleton-line,
.has-skeleton .skeleton-title,
.has-skeleton .skeleton-short,
.has-skeleton .skeleton-price,
.has-skeleton .skeleton-button {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
    border-radius: 4px;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.has-skeleton .skeleton-image {
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
}

.has-skeleton .skeleton-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 15px;
}

.has-skeleton .skeleton-line {
    height: 14px;
}

.has-skeleton .skeleton-title {
    height: 18px;
    width: 60%;
}

.has-skeleton .skeleton-short {
    width: 40%;
}

.has-skeleton .skeleton-price {
    height: 22px;
    width: 80px;
}

.has-skeleton .skeleton-button {
    width: 100px;
    height: 45px;
}

/* VUE TRANSITION */
#transferFormBook .bravo-list-item .fade-enter-active,
#transferFormBook .bravo-list-item .fade-leave-active {
    transition: opacity 0.5s;
}

#transferFormBook .bravo-list-item .fade-enter,
#transferFormBook .bravo-list-item .fade-leave-to {
    opacity: 0;
}

#transferFormBook .bravo-list-item .opacity-50 {
    opacity: 0.5;
}







