
@media (max-width: 768px) {
    .air-datepicker {
        background: white !important;
        background-color: #fff !important;
    }
    .air-datepicker--content {
        background: white !important;
        background-color: white !important;
    }
    .air-datepicker-body--cells.-days- {
        background: white !important;
    }
    .air-datepicker-cell.-selected- {
        background: #ff0000 !important;
        color: white !important;
        font-weight: bold !important;
    }
}

.air-datepicker-body--cells.-months- {
    background: white !important;
}

.air-datepicker-cell.-month- {
    background: white !important;
    border-radius: 4px !important;
}

.air-datepicker-cell.-month-.-selected- {
    background: #ff0000 !important;
    color: white !important;
    font-weight: bold !important;
}

.air-datepicker-cell.-month-:hover {
    background: #f0f0f0 !important;
}

@media (max-width: 768px) {
    .air-datepicker {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
    }
    .air-datepicker--content {
        padding: 20px !important;
    }
}

html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    overflow-x: hidden;
    flex: 1 0 auto !important;
}

.header {
    position: relative;
    width: 100%;
    height: 700px;
    background: url('../bg.jpg') no-repeat center/cover;
    background-attachment: scroll;
    color: white;
    overflow: hidden;
    z-index: 1;
    flex-shrink: 0 !important;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.header .top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    background: #fff;
    z-index: 100000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header .top-bar .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    height: 50px;
}

.header .support {
    display: flex;
    align-items: center;
    color: #333;
}

.header .support i {
    font-size: 24px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    border-radius: 4px;
}

.header .support div {
    display: flex;
    flex-direction: column;
}

.header .support p {
    margin: 0;
    font-size: 16px;
}

.header .support span {
    font-size: 18px;
    font-weight: bold;
}

.header .social {
    display: flex;
    gap: 20px;
}

.header .social a {
    color: #333;
    font-size: 24px;
    text-decoration: none;
    transition: color 0.3s;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    border-radius: 4px;
}

.header .social a:hover {
    color: #1a73e8;
    border-color: #1a73e8;
}

.header .nav-bar {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    background: rgba(29, 115, 232, 0.8);
    z-index: 9000;
    transition: background 0.3s ease;
}

.header .nav-bar.solid {
    background: #165bb5;
}

.header .nav-bar .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .nav {
    display: flex;
    gap: 25px;
}

.header .nav a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: color 0.3s;
    cursor: pointer;
}

.header .nav a:hover {
    color: #ffd700;
}

.header .language-select {
    display: flex;
    align-items: center;
}

.header .language-select .select2-container {
    width: 110px !important;
    transition: none;
}

.select2-dropdown.language-dropdown {
    width: 110px !important;
    min-width: 110px !important;
    max-width: 110px !important;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: white;
    z-index: 9500;
    color: #333 !important;
}

.select2-dropdown.location-dropdown {
    width: 100% !important;
    min-width: 200px !important;
    max-width: 300px !important;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: white;
    z-index: 9500;
    color: #333 !important;
}

.select2-container--open .select2-dropdown {
    z-index: 9500 !important;
}

.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.select2-results__options::-webkit-scrollbar {
    width: 6px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.header .hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.header .hero-text h1 {
    font-size: 48px;
    font-family: 'Georgia', serif;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    margin: 0;
}

.header .hero-text p {
    font-size: 20px;
    margin: 10px 0 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.container {
    background: rgba(29, 115, 232, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 1400px;
    margin: -60px auto 0;
    position: relative;
    z-index: 1003;
    color: white;
}

h2 {
    text-align: center;
    margin: -55px 0 20px;
}

form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    flex: 1;
    min-width: 200px;
    position: relative;
}

label {
    font-size: 14px;
    margin-bottom: 5px;
}

select, input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.9);
    color: #333 !important;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.9);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 10px;
    color: #333 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 10px;
}

.select2-results__option {
    color: #333 !important;
    white-space: nowrap;
    padding-left: 10px;
    cursor: pointer;
}

.select2-results__option[aria-disabled="true"]::before {
    content: "•";
    color: #333;
    position: absolute;
    left: 10px;
    font-size: 14px;
}

.select2-results__option[aria-disabled="true"] {
    padding-left: 20px;
    position: relative;
}

button {
    background-color: #ffd700;
    color: #333;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 200px;
    margin: 20px auto 0;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

button:hover {
    background-color: #e6c200;
}

.select2-container {
    width: 100% !important;
}

.form-group input[type="text"]:disabled {
    background-color: #e9ecef;
    color: #333 !important;
    opacity: 0.5;
}

.toggle-container {
    position: relative;
    display: inline-flex;
    height: 40px;
    background-color: #e9ecef;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.toggle-container input[type="radio"] {
    display: none;
}

.toggle-container label {
    flex: 1;
    padding: 0 20px;
    margin: 0;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: color 0.3s ease;
    z-index: 2;
}

.toggle-slider {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 50%;
    height: 34px;
    background-color: #007bff;
    border-radius: 17px;
    transition: transform 0.3s ease;
    z-index: 1;
}

#tripTypeOneWay:checked ~ .toggle-slider {
    transform: translateX(0);
}

#tripTypeRoundTrip:checked ~ .toggle-slider {
    transform: translateX(100%);
}

#tripTypeOneWay:checked + label {
    color: white;
}

#tripTypeRoundTrip:checked + label {
    color: white;
}

.passenger-dropdown {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    z-index: 9500;
    color: #333 !important;
}

.passenger-dropdown.show {
    display: block !important;
}

.passenger-dropdown label {
    color: #333 !important;
}

.passenger-dropdown select {
    margin-bottom: 10px;
    width: 100%;
    color: #333 !important;
    cursor: pointer;
}

.toggle-menu {
    display: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
    order: -1;
}

.norge {
    color: #ff3333;
    text-shadow: 3px 3px 6px rgba(255, 0, 0, 0.7), -2px -2px 4px rgba(0, 0, 0, 0.5);
    -webkit-text-stroke: 0.6px white;
    text-stroke: 0.6px white;
    font-size: 48px;
    font-family: 'Impact', sans-serif;
    letter-spacing: 2px;
    display: inline;
    text-transform: uppercase;
}

.shuttle {
    color: #3333ff;
    text-shadow: 3px 3px 6px rgba(0, 0, 255, 0.7), -2px -2px 4px rgba(0, 0, 0, 0.5);
    -webkit-text-stroke: 0.6px white;
    text-stroke: 0.6px white;
    font-size: 48px;
    font-family: 'Impact', sans-serif;
    letter-spacing: 2px;
    display: inline;
    text-transform: uppercase;
}

.date-time-picker {
    cursor: pointer;
}

.air-datepicker {
    z-index: 9999 !important;
    background: white !important;
    border: 1px solid #ccc !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.1) !important;
}

.air-datepicker--content {
    padding: 10px !important;
    background: white !important;
}

.air-datepicker-nav--title {
    cursor: pointer !important;
    background: white !important;
}

.air-datepicker-nav--title:hover {
    background: #f0f0f0 !important;
}

.air-datepicker-cell {
    cursor: pointer !important;
    background: white !important;
}

.air-datepicker-cell:hover {
    background: #f0f0f0 !important;
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
    cursor: pointer !important;
}

.air-datepicker-body--day-name {
    background: white !important;
}

.air-datepicker-body--cells.-days- {
    background: white !important;
}

.air-datepicker-time {
    background: white !important;
}

@media (max-width: 768px) {
    .date-time-picker {
        cursor: pointer;
    }
    .air-datepicker {
        z-index: 9999 !important;
        background: white !important;
        background-color: #fff !important;
        border: 1px solid #ccc !important;
        box-shadow: 0 0 10px rgba(0,0,0,0.1) !important;
    }
    .air-datepicker--content {
        padding: 20px !important;
        margin-left: 10px;
        width: 300px;
        background: white !important;
        background-color: white !important;
    }
    .air-datepicker-nav--title {
        cursor: pointer !important;
        background: white !important;
    }
    .air-datepicker-nav--title:hover {
        background: #f0f0f0 !important;
    }
    .air-datepicker-cell {
        cursor: pointer !important;
        background: white !important;
    }
    .air-datepicker-cell:hover {
        background: #f0f0f0 !important;
    }
    .air-datepicker-time--current-hours,
    .air-datepicker-time--current-minutes {
        cursor: pointer !important;
    }
    .air-datepicker-body--day-name {
        background: white !important;
    }
    .air-datepicker-body--cells.-days- {
        background: white !important;
    }
    .air-datepicker-time {
        background: white !important;
    }
}

@media (max-width: 576px) {
    form {
        flex-wrap: wrap;
    }
    .form-group {
        flex: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        min-width: 100%;
    }
    .select2-dropdown.location-dropdown {
        width: 100% !important;
        max-width: 100% !important;
    }
    .passenger-dropdown {
        top: 50px;
    }
    .header {
        position: relative;
        height: auto;
        min-height: 300px;
    }
    .header .top-bar {
        padding: 15px 20px;
        position: absolute;
        background: #fff;
        z-index: 100000;
        display: flex;
    }
    .header .top-bar .inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        display: flex;
    }
    .header .support {
        margin: 0;
        flex-direction: row;
        order: 2;
    }
    .header .social {
        display: none;
    }
    .header .nav-bar {
        padding: 10px 20px;
        position: absolute;
        top: 70px;
        background: rgba(29, 115, 232, 0.8);
        z-index: 9000;
        display: flex;
    }
    .header .nav-bar.solid {
        background: #165bb5;
    }
    .header .nav-bar .inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        display: flex;
    }
    .header .nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: rgba(29, 115, 232, 0.9);
        flex-direction: column;
        gap: 15px;
        padding: 15px 20px;
        z-index: 9100;
    }
    .header .nav.show {
        display: flex;
    }
    .header .nav a {
        font-size: 16px;
    }
    .toggle-menu {
        display: block;
        margin-left: 0;
        margin-right: 0;
        align-self: flex-start;
    }
    .header .language-select {
        margin: 0;
    }
    .header .hero-text {
        display: none;
    }
    .header .hero-text h1 {
        font-size: 32px;
    }
    .header .hero-text p {
        font-size: 16px;
    }
    .container {
        position: relative; /* Absolute kaldırıldı, normal akışa alındı */
        margin: 20px auto; /* Features-section’dan sonra normal akışta yer alsın */
        width: calc(100% - 8px);
        background: rgba(255, 255, 255, 0.9);
        z-index: 1000;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        display: block;
        color: #333;
    }
    .container h2 {
        display: none;
    }
    .air-datepicker {
        width: 100% !important;
        max-width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto !important;
        background: white !important;
    }
    .air-datepicker--content {
        background: white !important;
    }
    /* Features section’dan padding-top’u kaldır */
    .features-section {
        padding-top: 50px !important; /* Varsayılan padding’e geri dön */
    }
}

.features-section {
    padding: 50px 0;
    background-color: #fff;
    margin-top: 70px;
    flex-grow: 1 !important;
}

.features-section .container {
    margin-top: 5px;
}

.features-section h2 {
    color: #000;
}

.features-section .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.features-section .card:hover {
    transform: translateY(-5px);
}

.features-section .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 200px;
    object-fit: cover;
}

.features-section .card-body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.features-section .card-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.features-section .card-text {
    font-size: 0.9rem;
    color: #555;
    flex-grow: 1;
}

.features-section .btn {
    margin-top: 10px;
    align-self: start;
}

footer {
    background-color: #165bb5;
    color: #fff;
    padding: 60px 0 20px;
    margin-top: auto !important; /* Footer’ı en alta it */
    flex-shrink: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
}

footer .footer-columns {
    padding: 40px 20px;
    margin-top: -27px;
    border-radius: 10px;
    box-shadow: none;
}

footer .col-md-3 {
    border: none;
    box-shadow: none;
}

footer .footer-copyright {
    text-align: center;
}

footer h5 {
    font-size: 1.25rem;
    margin-bottom: 15px;
}

footer p, footer a {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 10px;
    text-decoration: none;
}

footer a:hover {
    color: #ffd700;
}

footer .social-icons a {
    font-size: 24px;
    margin-right: 15px;
    color: #fff;
    transition: color 0.3s;
}

footer .social-icons a:hover {
    color: #ffd700;
}

footer .subscribe-form .form-control {
    border-radius: 5px 0 0 5px;
    border: none;
    padding: 10px;
}

footer .subscribe-form .btn {
    border-radius: 0 5px 5px 0;
    background-color: #ffd700;
    color: #333;
    border: none;
    padding: 10px 20px;
}

footer .subscribe-form .btn:hover {
    background-color: #e6c200;
}

footer .footer-logo {
    height: 50px;
}

footer .footer-copyright {
    text-align: center;
}

footer .footer-copyright span {
    font-size: 0.9rem;
    color: #fff;
}

@media (max-width: 767px) {
    footer .col-md-3 {
        margin-bottom: 30px;
    }
    footer .footer-logo {
        height: 40px;
        margin: 10px 0;
    }
    footer .footer-copyright .d-flex {
        flex-direction: column;
        text-align: center;
    }
    footer .footer-copyright span {
        margin-bottom: 10px;
    }
}

.slider-container {
    width: 1375px;
    display: flex;
    position: relative;
}

.main-image-container {
    width: 100%;
    position: relative;
    height: 600px;
    overflow: hidden;
}

.main-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: opacity 0.5s ease;
    cursor: grab;
}

.main-image-container img:active {
    cursor: grabbing;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    cursor: pointer;
    user-select: none;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

.thumbnails-container {
    width: 230px;
    height: 600px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    margin-left: 10px;
}

.thumbnails {
    display: flex;
    flex-direction: column;
    position: absolute;
    transition: transform 0.5s ease;
}

.thumbnails img {
    width: 210px;
    height: 140px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.2s ease;
    margin-bottom: 10px;
}

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

@media (max-width: 768px) {
    .slider-container {
        flex-direction: column;
        width: 100%;
        padding: 10px;
    }
    .main-image-container {
        height: 400px;
        width: 100%;
    }
    .thumbnails-container {
        width: 100%;
        height: 160px;
        margin-left: 0;
        margin-top: 10px;
    }
    .thumbnails {
        flex-direction: row;
        width: max-content;
        transition: transform 0.3s ease;
    }
    .thumbnails img {
        margin-right: 10px;
        margin-bottom: 0;
    }
}

.disabled-input {
    pointer-events: none;
    opacity: 0.5;
    background-color: #e9ecef;
}

@media (max-width: 767px) {
    .air-datepicker-nav {
        background: white !important;
        padding: 0 15px !important;
        margin: 0 -15px !important;
        width: calc(100% + 30px) !important;
    }
    .air-datepicker-nav--title {
        background: white !important;
        padding: 0 10px !important;
        margin: 0 -10px !important;
    }
    .air-datepicker-nav--action {
        background: white !important;
    }
    .air-datepicker-nav:before,
    .air-datepicker-nav:after {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .air-datepicker {
        background: white !important;
        padding: 0 !important;
        margin: 0 30px !important;
        width: calc(100% + 20px) !important;
        box-shadow: none !important;
    }
    .air-datepicker--content {
        background: white !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .air-datepicker-body {
        background: white !important;
        margin: 0 -15px !important;
        padding: 25px !important;
        width: calc(100% + 38px) !important;
    }
    .air-datepicker-cell {
        background: white !important;
        margin: 0 !important;
        border: none !important;
    }
    .air-datepicker-nav {
        background: white !important;
        margin: 0 -15px !important;
        padding: 15px !important;
        width: calc(100% + 8px) !important;
    }
    .air-datepicker * {
        box-shadow: none !important;
        text-shadow: none !important;
        background-image: none !important;
    }
}

@media (max-width: 767px) {
    .air-datepicker-time,
    .air-datepicker-time *,
    .air-datepicker-time::before,
    .air-datepicker-time::after {
        background: white !important;
        opacity: 1 !important;
        mix-blend-mode: normal !important;
    }
    .air-datepicker-time--list::-webkit-scrollbar {
        width: 8px !important;
        background: white !important;
    }
    .air-datepicker-time--list::-webkit-scrollbar-thumb {
        background: #1890ff !important;
        border-radius: 10px !important;
    }
    .air-datepicker-time {
        padding: 15px !important;
        margin: 0 -15px !important;
        width: calc(100% + 40px) !important;
    }
    .air-datepicker-time--list {
        height: 250px !important;
        font-size: 20px !important;
        scrollbar-width: thick !important;
    }
    .air-datepicker-time--cell.-selected- {
        font-weight: bold !important;
        font-size: 22px !important;
        color: #1890ff !important;
    }
}
@media (max-width: 767px) {
    /* TOGGLE MENÜ KATMAN SORUNU - KESİN ÇÖZÜM */
    .header .nav-bar {
        z-index: 10010 !important;
        position: relative;
    }

    .header .nav {
        z-index: 10011 !important;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }

    .container {
        z-index: 10000 !important;
        position: relative;
        margin-top: -100px !important;
    }

    /* TOGGLE MENÜ BUTONU */
    .toggle-menu {
        z-index: 10012 !important;
        position: relative;
    }

    /* RADIO BUTON STİLLERİ (Önceki düzgün çalışan hali) */
    .toggle-container {
        background-color: #f8f9fa !important;
    }

    .toggle-container label:not(.active) {
        color: #000 !important;
        font-weight: normal !important;
    }

    .toggle-container input[type="radio"]:not(:checked) + label {
        color: #000 !important;
    }

    .toggle-container input[type="radio"]:checked + label {
        color: #fff !important;
        font-weight: bold !important;
    }

    /* DİĞER STİLLER */
    body {
        background-color: white !important;
    }

    .container {
        background-color: #4A8FED !important;
        color: white !important;
        padding: 15px !important;
    }

    .features-section {
        background-color: white !important;
        padding-top: 20px !important;
    }

    footer {
        background-color: #4A8FED !important;
        margin-top: 0 !important;
    }

    .container h2 {
        color: white !important;
        margin-top: 0 !important;
    }

    .header .nav {
        z-index: 100000 !important;
        background: rgba(29, 115, 232, 0.95) !important;
    }

    .header .nav.show {
        display: flex !important;
    }

    .header .nav a {
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .header .nav a:last-child {
        border-bottom: none;
    }

    .form-group label {
        color: white !important;
    }

    .date-time-picker {
        background-color: rgba(255, 255, 255, 0.9) !important;
        color: #333 !important;
    }

    .features-section .card {
        background-color: rgba(255, 255, 255, 0.9) !important;
    }

    .features-section .card-title,
    .features-section .card-text {
        color: #333 !important;
    }

    .slider-container {
        background-color: transparent !important;
    }

    footer a,
    footer p,
    footer h5 {
        color: white !important;
    }

    .toggle-menu {
        z-index: 100001;
    }

    /* YENİ EKlenen KISIM - ARAMA KATMANI Z-INDEX DÜZENLEMESİ */
    .arama-katmani { /* BU SEÇİCİYİ KENDİ ARAMA KATMANINIZIN CLASS VEYA ID'Sİ İLE DEĞİŞTİRİN */
        z-index: 100002 !important; /* Diğer z-index değerlerinden yüksek bir değer */
        position: relative; /* Z-index'in çalışması için position: relative veya absolute olmalı */
    }
}
@media (max-width: 576px) {
    .container {
        margin-top: -150px !important;
        position: relative;
        z-index: 9000 !important;
    }

    .features-section {
        padding-top: 170px !important;
        padding-bottom: 50px !important;
        margin-top: 0 !important;
    }

    footer {
        margin-top: 50px !important;
    }

    .nav-bar {
        z-index: 10010 !important;
        position: relative;
    }

    .nav {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: rgba(29, 115, 232, 0.95);
        display: none;
        flex-direction: column;
        gap: 15px;
        padding: 15px 20px;
        z-index: 99999 !important;
        box-sizing: border-box;
    }

    .nav.show {
        display: flex !important;
    }

    .toggle-menu {
        z-index: 100000 !important;
        position: relative; /* Eğer absolute değilse relative yapalım */
        top: 5px !important; /* Toggle ikonunu 5px aşağı kaydır */
    }

    .flatpickr-calendar {
        z-index: 9500 !important;
        width: 90vw !important;
        max-width: 300px;
    }

    /* Menü içindeki linkler için stil (örnek) */
    .nav a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        padding: 10px 0;
    }

    /* Bayrak için stil (select2 içindeki bayrak) */
    #language .select2-selection__rendered img {
        position: relative;
        top: 3px !important; /* Bayrağı 3px aşağı kaydır */
    }
}

@media (max-width: 768px) {
    .nav-dropdown {
        position: relative;
        width: 100%;
    }
    
    .nav-dropdown-toggle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    
    .nav-dropdown-toggle i {
        transition: transform 0.3s;
    }
    
    .nav-dropdown-toggle.active i {
        transform: rotate(180deg);
    }
    
    .nav-dropdown-menu {
        display: none;
        padding-left: 20px;
        flex-direction: column;
    }
    
    .nav-dropdown-menu.show {
        display: flex;
    }
    
    .nav-dropdown-menu a {
        font-size: 14px;
        padding: 8px 0;
    }
}

@media (min-width: 769px) {
    .nav-dropdown {
        position: relative;
    }
    
    .nav-dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: rgba(29, 115, 232, 0.9);
        min-width: 200px;
        padding: 10px;
        border-radius: 0 0 5px 5px;
    }
    
    .nav-dropdown:hover .nav-dropdown-menu {
        display: block;
    }
    
    .nav-dropdown-menu a {
        display: block;
        padding: 8px 0;
    }
    
    .nav-dropdown-toggle i {
        margin-left: 5px;
        font-size: 12px;
    }
}