@media (min-width: 1300px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1300px;
    }
}

@media (max-width: 1199px) {
    .site-links > .item > a {
        font-size: 1rem;
    }
    .site-links > .item:not(:last-child) {
        margin-right: 10px;
    }
    .side-banner-box {
        padding: 0;
    }
    .showcase-title,
    .main-title,
    .main-side-content > .title {
        font-weight: var(--font-medium);
    }
    .side-banner {
        padding-top: calc(720/1280*100%);
    }
    .hotel-listed-item .hli-flight-details .flights {
        border-right: none;
        border-bottom: solid 1px var(--main-color);
        padding: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .hotel-listed-item .hli-flight-details > .content > .way {
        padding: 0;
    }
    .site-links {
        display: none;
    }
}

@media (max-width: 991px) {
    #side-area{
        position: static !important; /* sticky yerine normal akışa döner */
        top: auto !important;
    }
    .site-logo img {
        width: 140px !important;
    }
    .main-form-tabs {
        margin-top: var(--main-gap);
    }
    .main-side-content {
        padding: 0;
        margin-bottom: var(--main-gap);
    }
    .badge-item {
        margin-bottom: calc(var(--main-gap) + 45px);
        padding: 0 15px;
    }
    .showcase-form-desc {
        padding: 0 20px;
    }
    .main-side-graphic {
        margin-bottom: var(--main-gap);
    }
    .campaign-slider {
        padding: 20px 40px;
    }
    .if-group {
        margin-bottom: 1px;
    }
    .if-btn {
        height: 60px !important;
    }
    .mobile-filter-content {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        padding: 20px;
        overflow-y: auto;
        background: var(--main-color);
    }
    .mobile-filter-inner {
        background: #fff;
        border-radius: 20px;
        padding: 60px;
    }
    .mobile-filter-content.active {
        display: block;
    }
    .mobile-filter-close {
        position: absolute;
        top: 30px;
        right: 30px;
        font-size: 2.4rem;
        color: var(--main-color);
    }
    .hotel-listed-item .hli-side {
        border-left: none;
        border-top: solid 1px var(--second-color);
    }
    .hotel-listed-item .hli-img {
        border-right: none;
        border-bottom: solid 1px var(--second-color);
    }
    .list-page-top {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .dropdown.list-sorting-dropdown > .dropdown-menu {
        right: unset !important;
        left: 0 !important;
    }
    .page-steps > .item > span:first-child {
        font-size: 0.8rem;
    }
    .page-steps > .item > span:last-child {
        font-size: 0.8rem;
    }
    .hotel-desc {
        padding: 0;
    }
    .col-border-right {
        display: none;
    }
    .rez-credit-card {
        display: none;
    }
    .bank-tabs {
        flex-wrap: wrap;
        padding: 0;
    }
    .bank-tabs > a {
        margin-right: 0;
        margin-bottom: 10px;
        border-radius: var(--border-radius);
    }
    .voucher-list > .item > span:first-child {
        width: 150px !important;
    }
    .min-page {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    /* Datepicker START */
    .daterangepicker {
        position: fixed;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        border-radius: 0;
    }
    .daterangepicker > .drp-calendar.single {
        display: block;
        width: 100%;
        max-width: unset;
        height: calc(100% - 70px);
    }
    .daterangepicker > .drp-calendar.single > .calendar-table,
    .daterangepicker > .drp-calendar.single > .calendar-table > table {
        height: 100%;
    }
    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td, .daterangepicker td.start-date.end-date {
        font-size: 1.2rem;
    }
    .daterangepicker .drp-buttons .btn {
        font-size: 1.2rem;
    }
    /* Datepicker END */
    .container,
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    .if-group > input,
    .if-group > .select2-container .select2-selection--single {
        padding: 0 10px;
        padding-left: 35px;
        height: 60px;
        font-size: 0.9rem;
    }
    .if-split-col {
        height: 60px;
    }
    .if-split-col > .if-group > input,
    .if-split-col > .if-group > .if-cbox,
    .if-split-col > .if-group > .select2-container .select2-selection--single {
        height: 29.5px;
    }
    .if-split-col > .if-group > .if-cbox > label > span:first-child {
        min-width: 16px;
        height: 16px;
        width: 16px;
        margin-right: 5px;
        font-size: 1.2rem;
    }
    .if-split-col > .if-group > .if-cbox > label > span:last-child {
        font-size: 0.9rem;
    }
    .if-group > i {
        left: 5px;
        font-size: 1.4rem;
    }
    .hotel-listed-item .hli-side > .hli-side-in > .price {
        font-size: 1.8rem;
        font-weight: var(--font-medium);
    }
    .agency-button-row > .line {
        min-width: 200px;
    }
    .sn-lang > a {
        color: var(--main-text-color) !important;
    }
}

@media (max-width: 767px) {
    .btn-group-sm>.btn, .btn-sm{
            padding: .25rem .25rem !important;
    }
    .campaign-slider .swiper-slide,
    .campaign-slider .swiper-slide-active {
        transform: none;
    }
    .campaign-slider {
        padding: 5px;
    }
    html {
        font-size: var(--mobile-font-size);
    }
    .region-item.tall {
        padding-top: calc(820 / 1280 * 100%);
    }
    .badge-item {
        padding: 0;
    }
    .page-steps {
        display: none;
    }
    .hotel-detail-tabs > a:not(:last-child) {
        margin-right: 20px;
    }
    .hli-flight-content {
        padding: 20px 0;
    }
    .hli-flight-content > .left,
    .hli-flight-content > .right {
        padding: 0 20px;
    }
    .hli-side-infos {
        width: 100%;
    }
    .voucher-box {
        padding: 10px;
    }
    .mobile-filter-inner {
        padding: 40px;
    }
    .agency-button-row > .line {
        display: none;
    }
}

@media (max-width: 575px) {
    .agency-button-row {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-start;
    }
    .agency-button-row > .main-btn {
        margin-right: 10px;
    }
    .agency-button-row > .desc {
        margin-left: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    .dropdown {

    }
}

@media (max-width: 375px) {
    .form-title-small{
        font-size: 0.7rem;
    }
}
