﻿/* Popup Start*/
        .modalOverlay {
           width: 100%;
    height: 123%;
    background-color: rgb(0 0 0 / 63%);
    position: absolute;
    top: 0;
    z-index: 9900;
        }

        .modalDialog {
            opacity: 0;
            pointer-events: none;
            position: fixed;
            z-index: 9999;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            width: 35%;
            height: 0;
            padding-bottom: 35%;
            overflow: revert;
            background-color: #0000;
            transition: all .3s ease-in-out;
        }
        
        .modalDialog.Bshow {
            opacity: 1;
            pointer-events: all;
        }
        
        .modalContent {
            margin: auto;
            width: auto;
        }
        
        .modalContent > .close {
            color: #000;
            position: fixed;
            right: 0px;
            top: 10px;
            font-size: 28px;
            font-weight: bold;
            transition: color .3s ease-in;
            font-family: arial;
            opacity: 1 !important;
            z-index: 1;
        }
        
        .close:hover,
        .close:focus {
            color: #fff;
            text-decoration: none;
            cursor: pointer;
        }

        .mGorsel {
            height: auto;
            width: 100%;
            display: block;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            position: absolute;
        }
@media (max-width: 540px) {
  .modalDialog{width: 90%;padding-bottom: 88%;}
}
span#Bclose {
    top: -1px!important;
}
/* Popup End*/
/*  ---- WP start  ------*/

.mypage-alo-phone,.popOpen1 {
    z-index: 999;
}

.mypage-alo-phone {
    position: fixed;
    bottom: 110px;
    left: 0;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.mypage-alo-ph-circle, .mypage-alo-phone:hover .mypage-alo-ph-circle {
    border-color: #43b91e;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: .1;
    opacity: .5;
}
.mypage-alo-ph-circle-fill, .mypage-alo-ph-img-circle, .mypage-alo-phone:hover .mypage-alo-ph-circle-fill, .mypage-alo-phone:hover .mypage-alo-ph-img-circle {
    background-color: #43b91e;
}
.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -ms-transition: all .2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: .4!important;
}
.mypage-alo-ph-circle-fill, .mypage-alo-ph-img-circle, .mypage-alo-phone:hover .mypage-alo-ph-circle-fill, .mypage-alo-phone:hover .mypage-alo-ph-img-circle {
    background-color: #43b91e;
}
.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 43px;
    position: absolute;
    background: url(/Upload/Dosyalar/resim-png/wtsp-6179ec8f-3946-421e-a165-7-ec784157-5aa2-4eac-bf0f-6ad1c976c85c.png) center center no-repeat rgba(30,30,30,.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 100%;
}

.cc-window.cc-banner {
    padding: 1em 1em!important;
    width: 30%!important;
    -ms-flex-direction: row;
    flex-direction: column!important;
    margin: 10px;
    min-width: 250px;
}
/*  ---- WP end  ------*/

/* loading wrapper */
.loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 999999;
  overflow: hidden;
}

.loading-wrapper.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.loading-wrapper.hide .loading-logo {
  opacity: 0;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}

@-webkit-keyframes loader-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loader-animation {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  49% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.loading-wrapper .loading-logo {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

.loading-wrapper .loading-logo .spinner {
  position: absolute;
  max-width: 100px;
  overflow: hidden;
  height: 10px;
  z-index: 9;
  display: block;
  top: 0;
  right: 30px;
  width: 100%;
}

.loading-wrapper .loading-logo .spinner::before {
  content: "";
  bottom: 0;
  border-radius: 50px;
  left: 0;
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: #f39200;
  -webkit-animation-name: loader-animation;
          animation-name: loader-animation;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  max-width: 100px;
}
.rezervCarImg label {
  line-height: 1;
}
.h120 {
    height: 120px;
}
 .h100 {
    height: 100px;
}
.h90 {
    height: 90px;
}
 .h150 {
    height: 150px;
}  .h130 {
    height: 130px;
} .h200 {
    height: 200px;
}
.pt150 {
    padding-top: 150px;
}
@media screen and (min-width: 767px){.rightHeader {
    display: flex;
  }}
@media screen and (max-width: 767px){
  .doRezervPropertiesBox {
    flex-direction: column;
}
  .doRezervPropertiesBox {
    gap: 12px;
}

 ul.CarProperties {
    flex-direction: column;
}
  .carFiterLeft {
    padding-bottom: 0;
}.carRightFilter {
  line-height: 45px;
  }
  .h200 {
    height: 120px;
}.pt150 {
    padding-top: 60px;
} 
  .h120 {
    height: 0px;
} .h130 {
    height: 30px;
}
.h90 {
    height: 30px;
}
  .h150 {
    height: 70px;
} 
  .h100 {
    height: 50px;
}
.mypage-alo-phone.whatsappwid {
    display: none;
  }
  .subFooter div {
    flex-direction: column;
    padding-bottom: 100px;
}
}
p img,.blogs .img img  {
    width: 100%!important;
    height: auto!important;
    margin: 10px 0 50px 0px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 31px 27px 1px rgb(0 0 0 / 30%);
    box-shadow: 0px 31px 27px 1px rgb(0 0 0 / 30%);
}
.carFilterBoxRight .aracfiyat {
    font-size: 23px;
    letter-spacing: 0.5px;
    color: #FEAE2A;
    text-align: right;
    padding-right: 0px;
    line-height: 2;
}

.owlTopRight label {
  line-height: 1;
}
.ui.selection.dropdown .menu > .item, .saat .text {
    font-family: sans-serif;
}
.filterBellow label input {
    border: 6px solid #ffffff;
    outline: 1px solid #707070;
}
.blogBox p, .rentBolgLeft p, .leftKiralamaBolge div span, .homeBlogContent1 span, .ui.search.dropdown > .text {
    font-family: var(--fontBook);
}
.rezFormPData2 ul li label input:after {
    background-color: #e5e5e5;
    border: 5px solid #e5e5e5;
}
.faq-answer p {
    font-family: var(--fontBook);
}
.bellowFooter ul li, .bellowFooter ul li a {
    color: #515e69;
}
.leftHeader img {
    width: 250px;
    height: auto;
}
header {
  height: 90px;
}.h90 {
    height: 65px;
}
.rightHeader, .leftHeader {
    height: 90px;
}
.section2 .h150 {
    height: 10px;
}
.linkTo {
    margin-top: 30px;
}
.h100 {
    height: 70px;
}
.h150 {
    height: 80px;
}
::marker {
    color: transparent;
}
.headerSocial .fab {
    font-size: 19px;
    color: #5D6469;
    border: 1px solid #5D6469;
    border-radius: 13em/5em;
    padding: 4px;
}
.footerSocial .fab {
    font-size: 19px!important;
     color: #ffffff!important;
    border: 1px solid #ffffff;
    border-radius: 13em/5em;
    padding: 4px!important;
}
.filterData {
    min-height: 100px!important;
    max-height: 100px; 
}
.filterDataBox {
    font-size: 16px;font-weight: bold;
}
.filterData img {
    height: 25px;
}
.selectpicker, .selectpicker i.dropdown.icon {
    min-height: auto!important;
    padding: 0 13px!important;
}
.rezFormData input {
  height: 45px;
}
.rezFormData {
    margin-top: 15px;
}
.rezFormData label {
    margin-bottom: 5px;
}
.rezFormPTitle {
    padding: 10px;
}.rightHeader ul li .dropdownMenu ul li {
  height: 35px;
}.rightHeader ul li .dropdownMenu ul {
    margin: 25px 0;
}
.rightHeader ul li .dropdownMenu ul li, .rightHeader ul li .mC ul li {
    font-size: 18px;
}
.rightHeader ul li .mC ul li a {
    color: #444D53;
}
.rightHeader ul li .mC ul {
    padding: 5px 30px;
}
.rightHeader ul li .dropdownMenu ul {
    margin: 5px 0;
}
.menuBtn span.centerMB {
    transform: translateX(0px);
}

.menuBtn span {
    width: 40px;
  height: 5px;
}
.rightHeader ul li:nth-last-child(1) {
    margin-right: 15px;
}
.rightHeader ul li div label {
    margin-right: 37px;
}
.rightHeader ul li .dropdownMenu ul li a {
    text-transform: uppercase;
}
ul.CarProperties li:last-child {
    white-space: nowrap;
}
.doRezervPropertiesBox {
    padding: 1px;
}

.v-counter {
    border-radius: 32px;
    width: 115px;    
  text-align: center;
    overflow: auto;
    padding: 0px 4px;
    border: 1px solid #323140;
    margin: 10px;
}

.v-counter input[type=button]:hover {
    color: black;
    font-weight: bold;
    background-color: transparent;
}
.v-counter span {
   
    font-size: 13px;
    color: black;
    font-family: 'Open Sans';
}
.v-counter input[type=button],.v-counter  input[type=text] {
    display: inline-block;
    width: 20px;
    background-color: transparent;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
    padding: 0px;
    color: black;
    height: 33px;
    font-family: 'Open Sans';
}


.check-box {
	transform: scale(2);
}

.check-box input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 20px;
    height: 10px;
    background: #ccc;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

.check-box input:checked[type="checkbox"] {
    background: #FEAE2A;
}

.check-box input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
}

.check-box input:checked[type="checkbox"]::after {
    left: 50%;
}
.rezLocInfoBox .rezLocInfo label p {
    color: #7b7b7b;
    font-size: 12px;
    font-family: var(--Gotham-bold);
}
.yorumyazi p {
    font-family: var(--fontBook);
}
.homePageYorumOwl .owl-stage {
    display: flex;  
    align-items: stretch;
}

.homePageYorumOwl .item {
    display: flex;  
    flex-direction: column;
    height: 100%; 
}
.linkTo a:hover {
    color: #ffffff;
    background-color: #707070;
}



        .litepicker {
            font-family: inherit;
        }

            .litepicker .container__months {
                box-shadow: 0 18px 45px rgba(0,0,0,0.12);
                border-radius: 16px;
                overflow: hidden;
            }

            .litepicker .month-item-header {
                background: #fff;
            }

            .litepicker .day-item.is-start-date,
            .litepicker .day-item.is-end-date {
                background: #111827 !important;
                color: #fff !important;
                border-radius: 10px !important;
            }

            .litepicker .day-item.is-in-range {
                background: rgba(17, 24, 39, 0.10) !important;
            }

            .litepicker .day-item:hover {
                border-radius: 10px !important;
            }

        .litepicker {
            font-family: inherit;
        }

            .litepicker .container__months {
                border-radius: 16px;
                overflow: hidden;
                box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
            }

            .litepicker .month-item-header {
                background: #fff;
            }

            .litepicker .day-item.is-start-date,
            .litepicker .day-item.is-end-date {
                background: #111827 !important;
                color: #fff !important;
                border-radius: 10px !important;
            }

            .litepicker .day-item.is-in-range {
                background: rgba(17, 24, 39, 0.10) !important;
            }

            .litepicker .day-item.is-locked {
                color: #cbd5e1 !important;
                text-decoration: line-through;
                cursor: not-allowed !important;
            }

            .litepicker .day-item:hover {
                border-radius: 10px !important;
            }
        .litepicker {
            font-family: Inter, Arial, sans-serif;
        }

            .litepicker .container__months {
                border: 1px solid #e5e7eb;
                border-radius: 22px;
                overflow: hidden;
                box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
                background: #fff;
            }

                .litepicker .container__months .month-item-header {
                    padding: 16px 18px;
                    background: #fff;
                    border-bottom: 1px solid #f1f5f9;
                }

            .litepicker .month-item-name,
            .litepicker .month-item-year {
                font-size: 15px;
                font-weight: 700;
                color: #0f172a;
            }

            .litepicker .day-item {
                border-radius: 12px !important;
                transition: all 0.18s ease;
                font-size: 14px;
                font-weight: 600;
                color: #334155;
            }

                .litepicker .day-item:hover {
                    background: #eef2ff !important;
                    color: #111827 !important;
                }

                .litepicker .day-item.is-start-date,
                .litepicker .day-item.is-end-date {
                    background: #111827 !important;
                    color: #fff !important;
                }

                .litepicker .day-item.is-in-range {
                    background: rgba(59, 130, 246, 0.12) !important;
                    color: #0f172a !important;
                }

                .litepicker .day-item.is-locked {
                    color: #cbd5e1 !important;
                    text-decoration: line-through;
                    background: #f8fafc !important;
                    cursor: not-allowed !important;
                }

                .litepicker .day-item.is-today {
                    border: 1px solid #94a3b8 !important;
                    color: #0f172a !important;
                }
                @media (max-width: 768px) {
    .litepicker {
        inset: auto 12px 70px 12px !important;
    }

    .litepicker .container__months {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 20px;
    }

    .litepicker .day-item {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }
        .litepicker .container__months .month-item {
            width: 100% !important;
        }
}
                .locationTrigger {
    min-height: 56px;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    cursor: pointer;
    transition: all .2s ease;
}

.locationTrigger:hover {
    border-color: #94a3b8;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.locationTriggerText {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    color: #0f172a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.locationPickerOverlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.locationPickerModal {
    width: 100%;
    max-width: 920px;
    max-height: 80vh;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
}

.locationPickerHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    border-bottom: 1px solid #e5e7eb;
}

.locationPickerTitle {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.locationPickerClose {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 12px;
    background: #f8fafc;
    color: #111827;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.locationPickerSearchRow {
    padding: 16px 22px;
    border-bottom: 1px solid #f1f5f9;
}

.locationPickerSearch {
    width: 100%;
    height: 48px;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 0 16px;
    font-size: 15px;
    outline: none;
}

.locationPickerSearch:focus {
    border-color: #111827;
    box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.08);
}

.locationPickerBody {
    max-height: calc(80vh - 130px);
    overflow-y: auto;
    padding: 8px 0 18px;
}

.locationGroup {
    padding: 0 22px;
}

.locationGroupTitle {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 14px 0 10px;
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    z-index: 1;
}

.locationItem {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 6px;
    border-bottom: 1px solid #f1f5f9;
    cursor: pointer;
    transition: all .18s ease;
}

.locationItem:hover {
    background: #f8fafc;
}

.locationItemIcon {
    width: 28px;
    min-width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #334155;
    margin-top: 2px;
}

.locationItemText {
    flex: 1;
}

.locationItemName {
    font-size: 16px;
    font-weight: 600;
    color: #1e293b;
    line-height: 1.35;
}

.locationItemMeta {
    margin-top: 3px;
    font-size: 13px;
    color: #64748b;
}

.locationEmpty {
    padding: 24px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

@media (max-width: 768px) {
    .locationPickerOverlay {
        padding: 0;
        align-items: flex-end;
    }

    .locationPickerModal {
        max-width: 100%;
        max-height: 88vh;
        border-radius: 20px 20px 0 0;
    }

    .locationPickerBody {
        max-height: calc(88vh - 130px);
    }

    .locationItemName {
        font-size: 15px;
    }
}
.saatSelect {
    width: 100%;
    height: 38px;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    text-align: center;
    text-align-last: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.formDataTime {
    min-height: 64px;
    border-radius: 14px;
    background: #f8fafc;
    transition: all .2s ease;
}

.filterDataBox:hover .formDataTime,
.filterDataBox:focus-within .formDataTime {
    background: #f1f5f9;
}

.saatSelect option {
    color: #111827;
    background: #fff;
}.timeTrigger {
    min-height: 56px;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    background: #fff;
    cursor: pointer;
    transition: all .2s ease;
    gap: 8px;
}

.timeTrigger:hover {
    border-color: #94a3b8;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.timeTriggerText {
    font-size: 15px;
    font-weight: 400;
    color: #0f172a;
    text-align: center;
}

.timePickerOverlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.timePickerModal {
    width: 100%;
    max-width: 520px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.timePickerHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #e5e7eb;
}

.timePickerTitle {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
}

.timePickerClose {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 12px;
    background: #f8fafc;
    color: #111827;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.timePickerGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 20px;
    max-height: 420px;
    overflow-y: auto;
}

.timeItem {
    height: 46px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
    background: #fff;
    transition: all .18s ease;
}

.timeItem:hover {
    border-color: #111827;
    background: #f8fafc;
}

.timeItem.active {
    background: #111827;
    color: #fff;
    border-color: #111827;
}

@media (max-width: 768px) {
    .timePickerOverlay {
        padding: 0;
        align-items: flex-end;
    }

    .timePickerModal {
        max-width: 100%;
        border-radius: 22px 22px 0 0;
    }

    .timePickerGrid {
        grid-template-columns: repeat(3, 1fr);
        max-height: 55vh;
    }
}  :root {
            --primary-orange: #f59e0b;
            --primary-amber: #fbbf24;
            --dark-gray: #1f2937;
            --medium-gray: #6b7280;
            --light-gray: #f3f4f6;
            --white: #ffffff;
            --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
            --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
            --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1);
            --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1);
            --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
        }     
/* Custom Scrollbar */
        ::-webkit-scrollbar {
            width: 10px;
        }

        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        ::-webkit-scrollbar-thumb {
            background: var(--primary-orange);
            border-radius: 5px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: #d97706;
        }
/* Campaign Section */
        .campaign-section {
            padding: 3rem 0;
            background: var(--white);
        }

        .campaign-card {
            background: linear-gradient(to right, var(--primary-orange), var(--primary-amber), var(--primary-orange));
            border-radius: 1.5rem;
            overflow: hidden;
            box-shadow: var(--shadow-2xl);
            max-width: 72rem;
            margin: 0 auto;
        }

        .campaign-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 3rem;
            align-items: center;
        }

        .campaign-content {
            color: var(--white);
        }

        .campaign-content h2 {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .campaign-discount {
            display: flex;
            align-items: baseline;
            gap: 0.75rem;
            margin: 1.5rem 0;
        }

        .campaign-discount .big {
            font-size: 4rem;
            font-weight: 800;
            text-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        .campaign-discount .text {
            font-size: 1.5rem;
            font-weight: 600;
        }

        .campaign-note {
            background: rgba(255,255,255,0.2);
            backdrop-filter: blur(8px);
            padding: 0.5rem 1rem;
            border-radius: 9999px;
            display: inline-block;
            font-size: 0.875rem;
            margin-top: 1rem;
        }

        .campaign-image {
            position: relative;
        }

        .campaign-image img {
            width: 100%;
            height: auto;
            border-radius: 1rem;
            box-shadow: var(--shadow-xl);
            transition: transform 0.3s;
        }

        .campaign-image:hover img {
            transform: scale(1.05);
        } /* Features Section */
        .features-section {
            padding: 4rem 0;
            background: linear-gradient(135deg, #f9fafb 0%, #ffffff 50%, #dbeafe 100%);
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem; 
            margin: 0 auto;
        }

        .feature-card {
            background: var(--white);
            border-radius: 1rem;
            padding: 2rem;
            box-shadow: var(--shadow-lg);
            border: 1px solid #f3f4f6;
            transition: all 0.3s;
            text-align: center;
        }

        .feature-card:hover {
            box-shadow: var(--shadow-2xl);
            transform: translateY(-8px);
        }

        .feature-icon {
            width: 130px;
            height: 130px;
            border-radius: 1rem;
            margin: 0 auto 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: var(--shadow-lg);
            transition: transform 0.3s;
        }

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

        .feature-icon.blue {
            background: linear-gradient(135deg, #3b82f6, #06b6d4);
        }

        .feature-icon.orange {
            background: linear-gradient(135deg, var(--primary-orange), var(--primary-amber));
        }

        .feature-icon.purple {
            background: linear-gradient(135deg, #a855f7, #ec4899);
        }

        .feature-title {
            margin-bottom: 1rem;
        }

        .feature-subtitle {
            font-size: 0.875rem;
            color: var(--medium-gray);
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .feature-name {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--dark-gray);
        }

        .feature-desc {
            color: var(--medium-gray);
            font-size: 0.875rem;
            line-height: 1.5;
        }

        .btn-outline {
            padding: 0.75rem 2rem;
            border: 2px solid var(--primary-orange);
            color: var(--primary-orange);
            background: transparent;
            border-radius: 9999px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }
.feature-icon img {
    width: 100%;
    padding: 15px;
}
        .btn-outline:hover {
            background: var(--primary-orange);
            color: var(--white);
        } .search-section {
            padding: 3rem 0;
            background: linear-gradient(135deg, #f8fafc 0%, #dbeafe 50%, #cffafe 100%);
        }

        .section-title {
            text-align: center;
            margin-bottom: 2rem;
        }

        .section-title h1 {
            font-size: 2.5rem;
            font-weight: 700;
            background: linear-gradient(to right, #1f2937, #374151, #4b5563);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 0.5rem;
        }

        .title-underline {
            width: 96px;
            height: 4px;
            background: linear-gradient(to right, var(--primary-orange), var(--primary-amber));
            margin: 1rem auto;
            border-radius: 2px;
        }

        .search-form {
            max-width: 80rem;
            margin: 0 auto;
            background: var(--white);
            border-radius: 1rem;
            box-shadow: var(--shadow-xl);
            padding: 2rem;
            border: 1px solid #f3f4f6;
        }/* Locations Section */
        .locations-section {
            padding: 4rem 0;
            background: var(--white);
        }

        .location-card {
            background: linear-gradient(135deg, #f9fafb 0%, #ffffff 100%);
            border-radius: 1rem;
            overflow: hidden;
            box-shadow: var(--shadow-lg);
            border: 1px solid #f3f4f6;
            margin-bottom: 1.5rem;
            transition: all 0.3s;
        }

        .location-card:hover {
            box-shadow: var(--shadow-2xl);
        }

        .location-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1.5rem;
            align-items: center;
        }

        .location-image {
            position: relative; 
            overflow: hidden;
        }

        .location-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }

        .location-card:hover .location-image img {
            transform: scale(1.1);
        }

        .location-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to right, rgba(31, 41, 55, 0.7), transparent);
        }

        .location-content {
            padding: 2rem;
        }

        .location-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--dark-gray);
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .location-desc {
            color: var(--medium-gray);
            margin-bottom: 1rem;
            line-height: 1.6;
        }

        .btn-dark {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.75rem 1.5rem;
            background: linear-gradient(to right, #1f2937, #374151);
            color: var(--white);
            border-radius: 0.75rem;
            text-decoration: none;
            transition: all 0.3s;
        }

        .btn-dark:hover {
            background: linear-gradient(to right, var(--primary-orange), var(--primary-amber));
        }  /* Rental Types Section */
        .rental-section {
            padding: 4rem 0;
            background: linear-gradient(135deg, #f8fafc 0%, #f3f4f6 50%, #e7e5e4 100%);
        }

        .rental-item {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            align-items: center;
            margin-bottom: 3rem;
        }

        .rental-image {
            position: relative;
            border-radius: 1rem;
            overflow: hidden;
            box-shadow: var(--shadow-2xl);
        }

        .rental-image img {
            width: 100%;
            height: 20rem;
            object-fit: cover;
            transition: transform 0.5s;
        }

        .rental-image:hover img {
            transform: scale(1.1);
        }

        .rental-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(31, 41, 55, 0.8), rgba(31, 41, 55, 0.4), transparent);
        }

        .rental-badge {
            position: absolute;
            bottom: 1.5rem;
            left: 1.5rem;
            width: 64px;
            height: 64px;
            border-radius: 1rem;
            background: linear-gradient(135deg, var(--primary-orange), var(--primary-amber));
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: var(--shadow-xl);
        }

        .rental-content {
            padding: 1rem;
        }

        .badge-popular {
            display: inline-block;
            padding: 0.375rem 1rem;
            background: linear-gradient(to right, #fff7ed, #fef3c7);
            color: #c2410c;
            font-size: 0.875rem;
            font-weight: 600;
            border-radius: 9999px;
            margin-bottom: 1rem;
        }

        .rental-title {
            font-size: 1.875rem;
            font-weight: 700;
            color: var(--dark-gray);
            margin-bottom: 1rem;
        }

        .rental-desc {
            color: var(--medium-gray);
            line-height: 1.6;
            margin-bottom: 1rem;
        }

        .btn-white {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.75rem 1.5rem;
            background: var(--white);
            border: 2px solid #e5e7eb;
            color: var(--dark-gray);
            border-radius: 0.75rem;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s;
        }

        .btn-white:hover {
            border-color: var(--primary-orange);
            color: var(--primary-orange);
            box-shadow: var(--shadow-lg);
        }  /* Testimonials Section */
        .testimonials-section {
            padding: 4rem 0;
            background: var(--white);
        }

        .testimonial-card {
            background: linear-gradient(135deg, #1f2937, #374151);
            color: var(--white);
            border-radius: 1.5rem;
            padding: 2rem; 
            position: relative;
            max-width: 56rem;
            margin: 0 auto;
        }

        .quote-icon {
            position: absolute;
            top: -1.5rem;
            left: 2rem;
            width: 64px;
            height: 64px;
            border-radius: 1rem;
            background: linear-gradient(135deg, var(--primary-orange), var(--primary-amber));
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: var(--shadow-xl);
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1.5rem;
            padding-top: 1rem;
        }

        .author-avatar {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--primary-orange), var(--primary-amber));
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 700;
            box-shadow: var(--shadow-lg);
        }

        .author-info h4 {
            font-weight: 700;
            font-size: 1.125rem;
        }

        .rating {
            display: flex;
            gap: 0.25rem;
        }

        .star {
            width: 16px;
            height: 16px;
            fill: #fbbf24;
            color: #fbbf24;
        }

        .testimonial-text {
            color: #e5e7eb;
            line-height: 1.6;
            font-size: 1.125rem;
        }
/* Mobile App Section */
        .app-section {
            padding: 4rem 0;
            background: linear-gradient(135deg, #2563eb 0%, #06b6d4 50%, #2563eb 100%);
            position: relative;
            overflow: hidden;
        }

        .app-bg {
            position: absolute;
            inset: 0;
            opacity: 0.1;
        }

        .app-bg-circle {
            position: absolute;
            width: 24rem;
            height: 24rem;
            background: var(--white);
            border-radius: 50%;
            filter: blur(64px);
        }

        .app-bg-circle:first-child {
            top: 0;
            left: 0;
        }

        .app-bg-circle:last-child {
            bottom: 0;
            right: 0;
        }

        .app-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 3rem;
            align-items: center;
            position: relative;
            z-index: 10;
        }

        .app-content {
            color: var(--white);
        }

        .badge-new {
            display: inline-block;
            padding: 0.5rem 1rem;
            background: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(8px);
            border-radius: 9999px;
            font-size: 0.875rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }

        .app-title {
            font-size: 2.5rem;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 1.5rem;
        }

        .app-desc {
            font-size: 1.125rem;
            color: #dbeafe;
            line-height: 1.6;
            margin-bottom: 1.5rem;
        }

        .app-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            margin-bottom: 1.5rem;
        }

        .btn-app {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.75rem 1.5rem;
            background: var(--white);
            color: #2563eb;
            font-weight: 600;
            border-radius: 0.75rem;
            text-decoration: none;
            box-shadow: var(--shadow-lg);
            transition: all 0.3s;
        }

        .btn-app:hover {
            background: #f3f4f6;
            box-shadow: var(--shadow-xl);
        }

        .app-stats {
            display: flex;
            align-items: center;
            gap: 2rem;
            flex-wrap: wrap;
        }

        .app-stat {
            text-align: center;
        }

        .app-stat-number {
            font-size: 1.875rem;
            font-weight: 700;
        }

        .app-stat-label {
            font-size: 0.875rem;
        }

        .stat-divider {
            width: 1px;
            height: 3rem;
            background: rgba(255, 255, 255, 0.3);
        }

        .phone-mockup {
            display: flex;
            justify-content: center;
            gap: 1rem;
        }

        .phone {
            width: 12rem;
            height: 24rem;
            background: var(--white);
            border-radius: 1.5rem;
            padding: 0.5rem;
            border: 8px solid #1f2937;
            box-shadow: var(--shadow-2xl);
            transition: transform 0.3s;
        }

        .phone:first-child {
            transform: rotate(-6deg);
        }

        .phone:last-child {
            transform: rotate(6deg);
            margin-top: 3rem;
        }

        .phone:hover {
            transform: rotate(0deg);
        }

        .phone-screen {
            width: 100%;
            height: 100%;
            border-radius: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .phone:first-child .phone-screen {
            background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
        }

        .phone:last-child .phone-screen {
            background: linear-gradient(135deg, #dbeafe, #bfdbfe);
        }/* Footer */
        footer {
            background: linear-gradient(135deg, #1f2937 0%, #374151 50%, #111827 100%);
            color: var(--white);
            padding: 3rem 0;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin-bottom: 3rem;
        }

        .footer-brand {
            margin-bottom: 3rem;
        }

        .footer-logo {
            font-size: 2rem;
            font-weight: 700;
            background: linear-gradient(to right, var(--primary-orange), var(--primary-amber));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .footer-desc {
            color: #9ca3af;
            margin: 1rem 0;
            line-height: 1.6;
        }

        .footer-socials {
            display: flex;
            gap: 0.75rem;
            margin-top: 1rem;
        }

        .footer-social-link {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }

        .footer-social-link:hover {
            transform: scale(1.1);
        }

        .footer-social-link.instagram:hover {
            background: linear-gradient(135deg, #8b3dff, #ec4899);
        }

        .footer-social-link.facebook:hover {
            background: #1877f2;
        }

        .footer-section h3 {
            font-size: 1.125rem;
            font-weight: 700;
            color: var(--primary-orange);
            margin-bottom: 1rem;
        }

        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 0.5rem;
        }

        .footer-links a {
            color: #9ca3af;
            text-decoration: none;
            font-size: 0.875rem;
            transition: color 0.3s;
        }

        .footer-links a:hover {
            color: var(--primary-orange);
        }

        .footer-bottom {
            border-top: 1px solid #374151;
            padding-top: 2rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
            font-size: 0.875rem;
            color: #9ca3af;
        }

        .footer-bottom-links {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }

        .footer-bottom-links a {
            color: #9ca3af;
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer-bottom-links a:hover {
            color: var(--primary-orange);
        }

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

        /* Responsive */
        @media (max-width: 768px) {
            .nav-right {
                display: none;
            }

            .mobile-menu-btn {
                display: flex !important;
            }

            .section-title h1 {
                font-size: 2rem;
            }

            .form-grid {
                grid-template-columns: 1fr;
            }

            .campaign-grid {
                grid-template-columns: 1fr;
                padding: 2rem;
            }

            .campaign-discount .big {
                font-size: 3rem;
            }

            .features-grid {
                grid-template-columns: 1fr;
            }

            .location-grid,
            .rental-item,
            .app-grid {
                grid-template-columns: 1fr;
            }

            .app-title {
                font-size: 2rem;
            }

            .phone-mockup {
                margin-top: 2rem;
            }

            .footer-grid {
                grid-template-columns: 1fr;
            }

            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }

            .calendars-container {
                grid-template-columns: 1fr;
            }

            .date-picker-dropdown {
                padding: 1rem;
            }
        }

        .mobile-menu-btn {
            display: none;
        }

        @media (max-width: 768px) {
            .nav-right {
                display: none;
            }
            .mobile-menu-btn {
                display: flex;
            }
        }

        /* Utility Classes */
        .hidden {
            display: none;
        }

        svg {
            display: inline-block;
            vertical-align: middle;
        }

        /* Location Picker Dropdown */
        .location-picker-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            margin-top: 0.5rem;
            background: var(--white);
            border-radius: 1rem;
            box-shadow: var(--shadow-2xl);
            border: 1px solid #e5e7eb;
            max-height: 400px;
            overflow: hidden;
            z-index: 100;
            display: none;
        }

        .location-picker-dropdown.active {
            display: block;
            animation: fadeIn 0.3s ease-out;
        }

        .location-search {
            padding: 1rem;
            border-bottom: 1px solid #e5e7eb;
        }

        .location-search input {
            width: 100%;
            padding: 0.75rem 1rem;
            border: 1px solid #e5e7eb;
            border-radius: 0.5rem;
            font-size: 0.875rem;
            transition: all 0.3s;
        }

        .location-search input:focus {
            outline: none;
            border-color: var(--primary-orange);
            box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.1);
        }

        .location-list {
            max-height: 320px;
            overflow-y: auto;
            padding: 0.5rem;
        }

        .location-group {
            margin-bottom: 1rem;
        }

        .location-group-title {
            font-size: 0.75rem;
            font-weight: 600;
            color: var(--medium-gray);
            text-transform: uppercase;
            letter-spacing: 0.05em;
            padding: 0.5rem 1rem;
            margin-bottom: 0.25rem;
        }

        .location-item {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.75rem 1rem;
            cursor: pointer;
            border-radius: 0.5rem;
            transition: all 0.2s;
        }

        .location-item:hover {
            background: linear-gradient(to right, #fff7ed, #fef3c7);
        }

        .location-icon {
            width: 40px;
            height: 40px;
            border-radius: 0.5rem;
            background: #f3f4f6;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--medium-gray);
            flex-shrink: 0;
        }

        .location-item:hover .location-icon {
            background: linear-gradient(135deg, var(--primary-orange), var(--primary-amber));
            color: var(--white);
        }

        .location-info {
            flex: 1;
        }

        .location-name {
            font-weight: 600;
            color: var(--dark-gray);
            font-size: 0.875rem;
        }

        .location-code {
            font-size: 0.75rem;
            color: var(--medium-gray);
            margin-left: 0.5rem;
        }

        /* Date Picker Dropdown */
        .date-picker-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            margin-top: 0.5rem;
            background: var(--white);
            border-radius: 1rem;
            box-shadow: var(--shadow-2xl);
            border: 1px solid #e5e7eb;
            z-index: 100;
            display: none;
            padding: 1.5rem;
        }

        .date-picker-dropdown.active {
            display: block;
            animation: fadeIn 0.3s ease-out;
        }

        .date-picker-header {
            display: flex;
            justify-content: center;
            gap: 1rem;
            margin-bottom: 1.5rem;
            border-bottom: 1px solid #e5e7eb;
            padding-bottom: 1rem;
        }

        .date-mode-btn {
            padding: 0.5rem 1.5rem;
            background: transparent;
            border: none;
            font-size: 0.875rem;
            font-weight: 500;
            color: var(--medium-gray);
            cursor: pointer;
            border-radius: 0.5rem;
            transition: all 0.3s;
        }

        .date-mode-btn.active {
            background: #3b82f6;
            color: var(--white);
        }

        .calendars-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
        }

        .calendar {
            min-width: 280px;
        }

        .calendar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1rem;
        }

        .calendar-nav-btn {
            width: 32px;
            height: 32px;
            border: none;
            background: #f3f4f6;
            border-radius: 0.5rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }

        .calendar-nav-btn:hover {
            background: var(--primary-orange);
            color: var(--white);
        }

        .calendar-month-year {
            font-weight: 600;
            color: var(--dark-gray);
        }

        .calendar-grid {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 0.25rem;
        }

        .calendar-day-header {
            text-align: center;
            font-size: 0.75rem;
            font-weight: 600;
            color: var(--medium-gray);
            padding: 0.5rem;
        }

        .calendar-day {
            aspect-ratio: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0.5rem;
            font-size: 0.875rem;
            cursor: pointer;
            transition: all 0.2s;
            color: var(--dark-gray);
        }

        .calendar-day:hover {
            background: #f3f4f6;
        }

        .calendar-day.disabled {
            color: #d1d5db;
            cursor: not-allowed;
        }

        .calendar-day.disabled:hover {
            background: transparent;
        }

        .calendar-day.selected {
            background: #3b82f6;
            color: var(--white);
            font-weight: 600;
        }

        .calendar-day.in-range {
            background: #dbeafe;
            color: #1e40af;
        }

        .calendar-day.today {
            border: 2px solid var(--primary-orange);
        }
.homePageOwl.owl-theme .owl-nav {
    width: 103%;
    display: flex;
    justify-content: space-between;
    transform: translate(-15px, -50%);
    top: 50%;
    position: absolute;
}
.dropdownMenu {
    top: 71px !important;
    background: #ffffff;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1) !important;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top: 1px solid #f3f4f6;
    animation: fadeIn 0.3s ease-out;
}.rightHeader ul li .dropdownMenu ul li:hover {
    background: linear-gradient(to right, #fff7ed, #fef3c7);
}.rightHeader ul li .dropdownMenu ul li:hover a{
    color: #f59e0b;
}
.rightHeader ul li .dropdownMenu {
    width: 50vw;
    height: 550px;
}

/* Sidebar Filters */
        .sidebar {
            position: sticky;
            top: 100px;
            height: fit-content;
        }

        .filter-section {
            background: var(--white);
            border-radius: 1rem;
            padding: 1.5rem;
            margin-bottom: 1rem;
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-color);
        }

        .filter-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 1rem;
            cursor: pointer;
            user-select: none;
        }

        .filter-title {
            font-size: 1rem;
            font-weight: 600;
            color: var(--dark-gray);
        }

        .filter-chevron {
            width: 20px;
            height: 20px;
            color: var(--medium-gray);
            transition: transform 0.3s;
        }

        .filter-header.collapsed .filter-chevron {
            transform: rotate(-90deg);
        }

        .filter-content {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .filter-content.hidden {
            display: none;
        }

        .checkbox-item {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            padding: 0.5rem;
            border-radius: 0.5rem;
            cursor: pointer;
            transition: all 0.2s;
        }

        .checkbox-item:hover {
            background: var(--light-gray);
        }

        .checkbox-item input[type="checkbox"] {
            width: 18px;
            height: 18px;
            border-radius: 4px;
            cursor: pointer;
            accent-color: var(--primary-orange);
        }

        .checkbox-label {
            font-size: 0.875rem;
            color: var(--dark-gray);
            cursor: pointer;
        }

        .btn-filter {
            width: 100%;
            padding: 0.875rem;
            background: linear-gradient(to right, var(--primary-orange), var(--primary-amber));
            color: var(--white);
            border: none;
            border-radius: 0.75rem;
            font-weight: 600;
            cursor: pointer;
            margin-top: 1rem;
            transition: all 0.3s;
            box-shadow: var(--shadow);
        }

        .btn-filter:hover {
            box-shadow: var(--shadow-lg);
            transform: translateY(-2px);
        }

        /* Vehicle List */
        .vehicle-list {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }

        .page-title {
            font-size: 1.75rem;
            font-weight: 700;
            color: var(--dark-gray);
            margin-bottom: 1rem;
        }

        /* Vehicle Card */
        .vehicle-card {
            background: var(--white);
            border-radius: 1rem;
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-color);
            overflow: hidden;
            transition: all 0.3s;
        }

        .vehicle-card:hover {
            box-shadow: var(--shadow-lg);
            transform: translateY(-2px);
        }

        .vehicle-main {
            display: grid;
            grid-template-columns: 200px 1fr auto;
            gap: 1.5rem;
            padding: 1.5rem;
            align-items: center;
        }

        .vehicle-image {
            position: relative;
            width: 100%;
            height: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #f9fafb, #f3f4f6);
            border-radius: 0.75rem;
            overflow: hidden;
        }

        .vehicle-image img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        .vehicle-info {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
        }

        .vehicle-name {
            font-size: 1.25rem;
            font-weight: 700;
            color: var(--dark-gray);
        }

        .vehicle-category {
            display: inline-block;
            padding: 0.25rem 0.75rem;
            background: var(--light-gray);
            color: var(--medium-gray);
            font-size: 0.75rem;
            border-radius: 0.5rem;
            align-self: flex-start;
        }

        .vehicle-features {
            display: flex;
            align-items: center;
            gap: 1rem;
            flex-wrap: wrap;
        }

        .vehicle-main .feature-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.875rem;
            color: var(--medium-gray);
        }

        .vehicle-main .feature-icon {
            width: 20px;
            height: 20px;
            color: var(--primary-orange);
        }

        .vehicle-price-section {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 1rem;
            padding-left: 1.5rem;
            border-left: 1px solid var(--border-color);
        }

        .vehicle-price {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

        .price-amount {
            font-size: 2rem;
            font-weight: 700;
            background: linear-gradient(to right, var(--primary-orange), var(--primary-amber));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .price-label {
            font-size: 0.75rem;
            color: var(--medium-gray);
        }

        .btn-reserve {
            padding: 0.75rem 2rem;
            background: linear-gradient(to right, var(--primary-orange), var(--primary-amber));
            color: var(--white);
            border: none;
            border-radius: 0.75rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: var(--shadow);
            white-space: nowrap;
        }

        .btn-reserve:hover {
            box-shadow: var(--shadow-lg);
            transform: scale(1.05);
        }

        /* Extra Options Panel */
        .extra-options {
            border-top: 1px solid var(--border-color);
            background: linear-gradient(135deg, #fef3c7 0%, #fef9e7 100%);
            padding: 2rem;
            display: none;
            animation: slideDown 0.3s ease-out;
        }

        .extra-options.active {
            display: block;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                max-height: 0;
            }
            to {
                opacity: 1;
                max-height: 1000px;
            }
        }

        .extra-header {
            font-size: 1.125rem;
            font-weight: 700;
            color: var(--dark-gray);
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .options-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1.5rem;
            margin-bottom: 2rem;
        }

        .option-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1.25rem;
            background: var(--white);
            border-radius: 0.75rem;
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--border-color);
        }

        .option-info {
            display: flex;
            align-items: center;
            gap: 1rem;
        }

        .option-icon {
            width: 48px;
            height: 48px;
            border-radius: 0.75rem;
            background: linear-gradient(135deg, var(--primary-orange), var(--primary-amber));
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
        }

        .option-details h4 {
            font-size: 0.875rem;
            font-weight: 600;
            color: var(--dark-gray);
            margin-bottom: 0.25rem;
        }

        .option-price {
            font-size: 0.875rem;
            font-weight: 700;
            color: var(--primary-orange);
        }

        /* Toggle Switch */
        .toggle-switch {
            position: relative;
            width: 52px;
            height: 28px;
        }

        .toggle-switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

        .toggle-slider {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #cbd5e1;
            transition: 0.3s;
            border-radius: 34px;
        }

        .toggle-slider:before {
            position: absolute;
            content: "";
            height: 20px;
            width: 20px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            transition: 0.3s;
            border-radius: 50%;
        }

        .toggle-switch input:checked + .toggle-slider {
            background: linear-gradient(to right, var(--primary-orange), var(--primary-amber));
        }

        .toggle-switch input:checked + .toggle-slider:before {
            transform: translateX(24px);
        }

        /* Quantity Selector */
        .quantity-selector {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .qty-btn {
            width: 32px;
            height: 32px;
            border: 1px solid var(--border-color);
            background: var(--white);
            border-radius: 0.5rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            color: var(--dark-gray);
            transition: all 0.2s;
        }

        .qty-btn:hover {
            background: var(--light-gray);
            border-color: var(--primary-orange);
        }

        .qty-value {
            min-width: 30px;
            text-align: center;
            font-weight: 600;
            color: var(--dark-gray);
        }

        /* Price Summary */
        .price-summary {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1.5rem;
            background: var(--white);
            border-radius: 0.75rem;
            box-shadow: var(--shadow);
            margin-bottom: 1.5rem;
        }

        .total-label {
            font-size: 1rem;
            color: var(--medium-gray);
        }

        .total-amount {
            font-size: 2rem;
            font-weight: 700;
            background: linear-gradient(to right, var(--primary-orange), var(--primary-amber));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* Action Buttons */
        .action-buttons {
            display: flex;
            gap: 1rem;
            justify-content: flex-end;
        }

        .btn-cancel {
            padding: 0.875rem 2rem;
            background: var(--white);
            color: var(--dark-gray);
            border: 2px solid var(--border-color);
            border-radius: 0.75rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }

        .btn-cancel:hover {
            border-color: var(--primary-orange);
            color: var(--primary-orange);
        }

        .btn-continue {
            padding: 0.875rem 3rem;
            background: linear-gradient(to right, var(--primary-orange), var(--primary-amber));
            color: var(--white);
            border: none;
            border-radius: 0.75rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
            box-shadow: var(--shadow-lg);
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .btn-continue:hover {
            box-shadow: var(--shadow-xl);
            transform: translateY(-2px);
        }

        /* Included Features */
        .included-features {
            display: flex;
            gap: 1.5rem;
            flex-wrap: wrap;
            padding: 1rem;
            background: var(--white);
            border-radius: 0.5rem;
            margin-top: 1.5rem;
        }

        .included-item {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-size: 0.875rem;
            color: var(--dark-gray);
        }

        .included-icon {
            width: 16px;
            height: 16px;
            color: #10b981;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .main-layout {
                grid-template-columns: 1fr;
            }

            .sidebar {
                position: static;
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
            }

            .btn-filter {
                grid-column: 1 / -1;
            }
        }

        @media (max-width: 768px) {
            .vehicle-main {
                grid-template-columns: 1fr;
                gap: 1rem;
            }

            .vehicle-image {
                height: 180px;
            }

            .vehicle-price-section {
                border-left: none;
                border-top: 1px solid var(--border-color);
                padding-left: 0;
                padding-top: 1rem;
                align-items: flex-start;
                flex-direction: row;
                justify-content: space-between;
                width: 100%;
            }

            .options-grid {
                grid-template-columns: 1fr;
            }

            .sidebar {
                grid-template-columns: 1fr;
            }

            .summary-content {
                flex-direction: column;
                align-items: stretch;
            }
        }

        /* Custom Scrollbar */
        ::-webkit-scrollbar {
            width: 10px;
        }

        ::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        ::-webkit-scrollbar-thumb {
            background: var(--primary-orange);
            border-radius: 5px;
        }

        ::-webkit-scrollbar-thumb:hover {
            background: #d97706;
        }
        :root {
            --primary-orange: #f59e0b;
            --primary-amber: #fbbf24;
            --dark-gray: #1f2937;
            --medium-gray: #6b7280;
            --light-gray: #f3f4f6;
            --white: #ffffff;
            --border-color: #e5e7eb;
            --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
            --shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
            --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1);
            --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1);
            --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
        }.option-icon img {
    width: 100%;
    padding: 10px;
    filter: brightness(0) invert(1);
}

.doRezervHeaderBtn ul {
    border-radius: 10px;
}

.doRezervHeaderBtn {
    border-radius: 10px;
    margin-bottom: 15px;
}
.vehicle-main .feature-icon {
    margin: auto;
}
.vehicle-list {
    margin-top: 15px;
}
.leftHeader {
    border-right: unset;
}
.rezFormData select {
    min-width: 60px;
}.rezFormData .select-app + input#telefonkutusu3 {
    max-width: 90%;
}.LeftCarBoxs {
    position: sticky;
    top: 140px;
}

.LeftCarBoxs form {
    width: 100%;
}

.carFilterPageBox {
    width: 100%;
    padding: 22px 22px 18px;
    border: 1px solid #dfe6ee;
    background: #ffffff;
    margin-bottom: 18px;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    transition: box-shadow .25s ease, border-color .25s ease, transform .25s ease;
}

.carFilterPageBox:hover {
    border-color: #d2dbe5;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.filterPageBtn {
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    color: #101828;
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: 1px solid #d9e2ec;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1.3;
}

.filterPageBtn span {
    color: #f5a623 !important;
    font-size: 18px;
    transition: transform .2s ease;
}

.filterPageBox {
    display: none;
}

.filterPageBox ul {
    margin: 0;
    padding: 0;
}

.filterPageBox ul li {
    list-style: none;
    margin-bottom: 12px;
    font-size: 16px;
    font-family: var(--fontBook);
    line-height: 1.4;
}

.filterPageBox ul li:last-child {
    margin-bottom: 0;
}

.filterPageBox ul li label {
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #475467;
    transition: color .2s ease;
    margin: 0;
}

.filterPageBox ul li label:hover {
    color: #101828;
}

.filterPageBox ul li label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #f5a623;
    flex: 0 0 18px;
}

.formData {
    margin-top: 8px;
}

.filterBtn {
    width: 100%;
    min-height: 58px;
    border: none;
    border-radius: 16px;
    background: linear-gradient(135deg, #f5a623 0%, #ffb733 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 22px rgba(245, 166, 35, 0.22);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.filterBtn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(245, 166, 35, 0.28);
    color: #fff;
}

.filterBtn i {
    font-size: 16px;
}

@media (max-width: 991.98px) {
    .LeftCarBoxs {
        position: static;
        top: auto;
    }

    .carFilterPageBox {
        padding: 18px 18px 16px;
        border-radius: 16px;
        margin-bottom: 14px;
    }

    .filterPageBtn {
        font-size: 16px;
        padding-bottom: 14px;
        margin-bottom: 12px;
    }

    .filterPageBox ul li {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .filterBtn {
        min-height: 54px;
        font-size: 17px;
        border-radius: 14px;
    }
}.carFilterPageBox > .filterPageBox[style*="display: block"] {
    display: block !important;
}

.carFilterPageBox > .filterPageBox[style*="display: block"] + ul {
    display: block;
}.carFilterPageBox .filterPageBox[style*="display: block"] {
    display: block !important;
}header {
    background: #fff;
    border-bottom: 1px solid #d9e2ec;
    position: relative;
    z-index: 20;
}

header > .container {
    max-width: 1400px;
}

.leftHeader,
.rightHeader {
    min-height: 88px;
    display: flex;
    align-items: center;
}

.leftHeader a {
    display: inline-flex;
    align-items: center;
}

.leftHeader a img {
    height: 75px;
    width: auto;
    display: block;
}

.rightHeader {
    justify-content: flex-end;
    gap: 18px;
}

.rightHeader > ul {
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 18px;
}

.rightHeader > ul > li {
    list-style: none;
    display: flex;
    align-items: center;
}

.userBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.userBox a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #344054;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    gap: 6px;
}

.userBox label {
    margin: 0;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f5a623 0%, #ffb733 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 18px rgba(245, 166, 35, 0.22);
}

.userBox svg,
.userBox i {
    width: 20px;
    height: 20px;
    font-size: 20px;
}

.menuBtn {
    width: 46px;
    height: 46px;
    border: unset;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: all .2s ease;
    background: #fff;
    margin-top: 12px;
}

.menuBtn:hover {
    border-color: #f5a623;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
}

.menuBtn span {
    width: 37px;
    height: 3px;
    background: #4b5563;
    border-radius: 3px;
    display: block;
}

.menuBtn .centerMB {
    background: #f5a623;
}

.sosyal {
    display: flex;
    align-items: center;
}

.sosyal ul {
    margin: 0 !important;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px !important;
}

.sosyal ul li {
    list-style: none;
    margin: 0 !important;
    height: auto !important;
}

.sosyal ul li a {
    width: 44px;
    height: 44px;
    border: 1px solid #d9e2ec;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-decoration: none;
    transition: all .2s ease;
}

.sosyal ul li a:hover {
    border-color: #f5a623;
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08);
}

.sosyal ul li a i {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    color: #5D6469 !important;
    font-size: 21px !important;
    line-height: 1;
}

.dropdownMenu {
    right: 0;
    left: auto;
    top: calc(100% + 12px);
    border-radius: 18px;
    border: 1px solid #e6ebf1;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    overflow: hidden;
    min-width: 320px;
}

@media (max-width: 991.98px) {
    .leftHeader,
    .rightHeader {
        min-height: 76px;
    }

    .leftHeader a img {
        height: 42px;
    }

    .rightHeader {
        gap: 10px;
    }

    .rightHeader > ul {
        gap: 10px;
    }

    .userBox a span {
        font-size: 12px;
    }

    .userBox label,
    .menuBtn,
    .sosyal ul li a {
        width: 40px;
        height: 40px;
        border-radius: 12px;
    }

    .sosyal ul li a i {
        font-size: 19px !important;
    }
}

@media (max-width: 767.98px) {
    .rightHeader .sosyal {
        display: none;
    }

    .leftHeader,
    .rightHeader {
        min-height: 70px;
    }

    .leftHeader a img {
        height: 72px;
    }
}@media screen and (max-width: 767px) {
    .rightHeader {
        display: none;
    }
}