:root {
    --primary-color: #2b2354;
    --secondary-color: #c39442;
}

.header .main-header .header-left .header-nav {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 45px;
}

.header .main-header .header-left .header-logo {
    max-width: 200px;
    width: 100%;
}

.header .main-menu li a {
    font-size: 15px;
}

/* Rezervasyon Butonu */
.header-right .box-button-login a.btn-white {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important;
    transition: all 0.3s ease;
}

.header-right .box-button-login a.btn-white:hover {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

/* Ara Butonu */
.box-search-ride .btn-search {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important;
    transition: all 0.3s ease;
}


.box-search-ride .btn-search:hover {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.location-category-title {
    padding: 12px 15px 5px 15px;
    font-size: 14px;
    font-weight: 700;
    color: var(--secondary-color);
    background: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 5px;
    border-radius: 4px 4px 0 0;
}

.list-locations .item-location {
    display: flex;
    align-items: flex-start;
    padding: 8px 15px;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.list-locations .item-location:hover {
    background-color: #f1f3f5;
}

/* Transfer Tabs Dropdown */
.transfer-tabs-dropdown {
    padding: 10px;
    border-bottom: 2px solid #e9ecef;
    background: #f8f9fa;
}

.transfer-tabs {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 0;
}

.transfer-tabs .btn-tab {
    width: 100%;
    text-align: left;
    padding: 12px 12px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    background-color: #fff;
    color: var(--primary-color);
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: none;
}

.transfer-tabs .btn-tab.active,
.transfer-tabs .btn-tab:hover {
    background-color: var(--primary-color);
    color: #fff;
    transform: none;
}

.loc-search-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
}

.loc-search-input:focus {
    border-color: var(--primary-color);
}

.list-locations .item-location {
    display: flex;
    align-items: flex-start;
    padding: 10px 10px;
    border-bottom: 1px solid #E5E5E5;
    cursor: pointer;
}

/* Tarih & Saat Birleşik Alan */
.search-date-time .search-inputs {
    position: relative;
}

.search-date-time .search-input.datetimepicker {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #101828 !important;
    cursor: pointer;
    width: 100%;
}

.search-type select.search-input:focus {
    outline: none;
    box-shadow: none;
}

.box-search-ride .search-item .search-icon .item-icon.icon-type {
    background-image: url(../imgs/template/icons/transfer-type.svg);
}

@media (max-width: 991px) {
    .search-date-time .search-inputs div {
        justify-content: flex-start;
    }
}

/* Slider Mobil Yazı Boyutları */
@media (max-width: 576px) {
    .box-banner-info h2.heading-52-medium {
        font-size: 23px !important;
        line-height: 28px !important;
    }

    .box-banner-info p.text-16 {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .box-banner-info {
        flex-wrap: wrap;
        top: 50%;
    }
}

.info-location {
    padding: 0 10px;
}

/* Route Summary Bar */
.route-summary-bar {
    background-color: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.route-summary-item {
    display: flex;
    align-items: center;
}

.route-summary-icon-box {
    width: 35px;
    height: 35px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    margin-right: 10px;
}

.route-summary-icon-box i {
    color: var(--primary-color);
    font-size: 18px;
}

.route-summary-item .text-16-medium span.color-text {
    margin-left: 5px;
    font-weight: 700;
}

/* Vehicle Cards - Premium Overrides */
.cardFleet {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    border: 1px solid #f0f0f0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cardFleet:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: rgba(43, 35, 84, 0.1);
}

.cardFleet .cardInfo h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 8px;
}

.cardFleet .cardImage img {
    transition: transform 0.5s ease;
}

.cardFleet:hover .cardImage img {
    transform: scale(1.05);
}

.cardFleet .cardInfoBottom {
    border-top: 1px dashed #eee;
    padding-top: 15px;
    display: flex;
    gap: 15px;
}

.cardFleet .icon-circle {
    width: 30px;
    height: 30px;
    background-color: #f8f9fa;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.cardFleet .cardPrice {
    background-color: #fcfcfc;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -25px;
    padding: 20px 25px;
    border-radius: 0 0 16px 16px;
    border-top: 1px solid #f5f5f5;
}

.cardFleet .cardPrice h4 {
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color);
    margin: 0;
}

.cardFleet .btn-primary {
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
}

.vehicle-badge-list {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.v-badge {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.v-badge-green {
    background: #e6f7ef;
    color: #10b981;
}

.v-badge-blue {
    background: #eff6ff;
    color: #3b82f6;
}

/* Color Overrides */
.bg-primary {
    background-color: var(--primary-color) !important;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: #fff !important;
}

.color-primary {
    color: var(--primary-color) !important;
}

.footer .bg-primary {
    background-color: var(--primary-color) !important;
}

.fleet-item-desc {
    min-height: 42px;
    font-size: 14px;
    color: #4f5e71;
    margin-bottom: 30px;
}

.box-completed-booking {
    padding: 40px 0px 90px 0px;
}

/* Extracted Inline Styles from Homepage */
.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fleet-img {
    height: 200px;
    object-fit: contain;
}

.service-img {
    height: 350px !important;
    object-fit: cover;
    width: 100%;
}

/* Header Right Fix for prevent wrapping (especially in Russian Language) */
.header-right {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    gap: 15px;
}

.header-right>div {
    margin-right: 0px !important;
}

/* ----------------------------------
   KURUMSAL (ABOUT / CORPORATE) PAGE
----------------------------------- */
.grey-blue-bg {
    background-color: #f4f5f9;
}

.middle-padding {
    padding: 60px 0;
}

@media (max-width: 768px) {
    .middle-padding {
        padding: 15px 0;
    }
}

.box-widget-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
}

.box-widget-item-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eef0f6;
}

.box-widget-item-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

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

ul.cmsul li {
    padding: 12px 0;
    border-bottom: 1px solid #f4f5f9;
}

ul.cmsul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

ul.cmsul li a {
    color: #555;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

ul.cmsul li a::before {
    content: "\2022";
    color: #ccc;
    font-size: 20px;
    margin-right: 10px;
    line-height: 1;
}

ul.cmsul li.cactive a,
ul.cmsul li a:hover {
    color: var(--color-brand-1, #e6b835);
}

ul.cmsul li.cactive a::before,
ul.cmsul li a:hover::before {
    color: var(--color-brand-1, #e6b835);
}

.kurumsal-content-page {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.refix-title {
    margin-bottom: 25px;
}

.refix-title h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 15px 0;
    position: relative;
    padding-bottom: 15px;
}

.refix-title h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: var(--color-brand-1, #e6b835);
    border-radius: 2px;
}

.kurumsal-content-page .text {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.kurumsal-content-page .text p {
    margin-bottom: 15px;
}

.kurumsal-content-page .text img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
}

/* Detay Sayfası Araç Arama Formu Border Kaldırma */
.detay-page-form .search-item {
    border: none !important;
}

/* ----------------------------------
   İLETİŞİM (CONTACT) PAGE
----------------------------------- */
.cardContact {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
}

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

.cardContact .cardImage {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #f4f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardContact .cardImage img {
    max-width: 30px;
}

.box-contact-support {
    border-radius: 16px;
}

.contactForm .form-group {
    position: relative;
}

.contactForm .form-control {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 15px;
    color: #495057;
    transition: all 0.3s ease;
}

.contactForm .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(43, 35, 84, 0.1);
}

.contactForm .form-label {
    font-weight: 500;
    margin-bottom: 8px;
    color: #101828;
    display: block;
}

.map-harita iframe {
    width: 100%;
    height: 500px;
    border-radius: 12px;
    border: none;
}

.map-harita {
    height: 100%;
    display: flex;
    align-items: center;
}

.footer {
    background-image: none;
}

/* Footer Alt Logolar (Sponsor/Partner) */


.footer-logo-iyzico {
    height: auto;
    width: 100%;
    max-width: 380px;
    transition: none !important;
}

.footer-logo-iyzico:hover {
    transform: none !important;
}

.footer-logo-standard {
    max-height: 30px;
    filter: brightness(0) invert(1);
    opacity: 0.8;
    transition: none !important;
}

.footer-logo-standard:hover {
    transform: none !important;
    opacity: 0.8 !important;
    filter: brightness(0) invert(1) !important;
}

.cardIconStyleCircle .cardIconTitleDesc .cardIcon::before {
    background-color: #ffe9c4;
}

/* Modal Search Dropdown Fix */
#bookingModal .box-dropdown-location {
    z-index: 9999 !important;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 12px 12px;
}

#bookingModal .modal-content {
    overflow: visible !important;
}

#bookingModal .box-search-ride-modal {
    background: #fff;
    border-radius: 0 0 20px 20px;
}

/* Price Wrapping Fix */
.list-prices li {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    white-space: nowrap !important;
}

.list-prices li .price {
    margin-left: 10px !important;
}

.bg-our-service-home-10 {
    margin: 50px 0px 0px 0px;
}

.whatsapp-fixed {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transition: transform 0.2s ease, background-color 0.2s ease;
    text-decoration: none !important;
}

.whatsapp-fixed:hover {
    background-color: #20ba5a;
    transform: scale(1.05);
    color: #fff;
}
@media (max-width: 768px) {
    .whatsapp-fixed {
        width: 48px;
        height: 48px;
        bottom: 20px;
        left: 20px;
        font-size: 24px;
    }
}
