@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600&display=swap');

:root {
    --base-black: #000;
    --base-white: #FFF;
    --text-title: #000;
    --text-body-1: #5F5F5F;
    --text-body-2: #ADADAD;
    --text-link-purple: #F3692E;
    --text-link-white: #FFF;
    --primary: #c39a2c;
    --secondary: #ff9800;
    --accent: #4B3602;
    --font-family: 'Montserrat', sans-serif;
    --box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
    --border-radius: 0.5rem;
    --transition: 0.3s all;
    --gradient: linear-gradient(93.38deg, #FFE9F1 40.1%, #CFF4FF 100%);
}
body {
    background: #fff;
    font-family: var(--font-family);
    font-size: 16px;
}
#header {
    padding-top: 10px;
    position: relative;
    z-index: 10;
}
#header .container {
    background: #ffffffba;
    position: relative;
    z-index: 5;
}
.topHotelMenu ul li a {
    color: #858a99;
    padding: 0 5px;
    text-decoration: none;
    font-size: 12px;
    border-right: 1px solid var(--primary);
}
.languageBox a {
    color: var(--primary);
}
html .search-horizontal {
    padding: 0;
    margin: 0;
    background: none;
}
.search-horizontal .selectDate,
.search-horizontal .travelerSelect, 
.search-horizontal input, 
.search-horizontal select,
.notChain .hotelOnlyName,
.inputStyle,
body .inputStyle1 {
    border: 0;
    background-color: #f6f7f9;
    padding: 10px;
    border-radius: 0.25rem;
    font-size: 13px;
}
.btn-primary {
    color: #fff;
    background: var(--primary);
    font-weight: 700;
    border: 0;
    border-radius: 2px;
    position: relative;
}
.btn-info {
    background: var(--primary);
}
.hotelName a {
    color: #000;
    letter-spacing: 1px;
}
.h3Blue, .wrap h3 {
    color: #000;
    font-size: 20px;
}
.roomSelection .roomNameText a {
    color: #3B3E43;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-size: 20px;
}
.roomSelection .roomNameText a:hover {
    font-size: 20px;
    color: var(--secondary);
}
.btn.buttonOrange,
.room-price-td .buttonOrange,
.transferResults .buttonOrange {
    color: var(--primary);
    border: 1px solid var(--primary);
}
.btn.buttonOrange:hover,
.room-price-td .btn.buttonOrange:hover,
.transferResults .btn.buttonOrange:hover {
    border: 1px solid var(--secondary);
    color: var(--secondary);
    background: #fafafa;
}
.btn.buttonOrange.active,
.room-price-td .btn.buttonOrange.active,
.transferResults .btn.buttonOrange.active {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
}
.bestDealText,
.bestDealText span,
.bestDealPrice,
.bestDealCurrency,
html #f-results .f-price {
    color: var(--primary);
}
.is-sticky .sticky {
    background: #04A6FF;
    color: #fff;
}
.is-sticky .sticky .bestDealText {
    color: #fff;
}
.is-sticky .sticky .totalPrice {
    background: #fff;
    padding: 0.8rem;
}
.is-sticky .sticky .bestDealPrice,
.is-sticky .sticky .bestDealCurrency {
    color: #04A6FF;
}
.search-horizontal .dates,
.search-horizontal .rooms{
    padding-right: 5px;
    font-size: 13px;
}
.search-horizontal .inputStyle2.hweb-datepicker {
    width: 40px;
}

/* Datepicker Styles */
.hweb-datepicker {
    position: relative;
    z-index: 1000;
}

.hweb-datepicker-wrapper {
    position: relative;
    z-index: 1000;
}

.datepicker {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 15px;
    min-width: 320px;
    margin-top: 5px;
}

.datepicker table {
    width: 100%;
    font-size: 13px;
    border-collapse: collapse;
}

.datepicker table thead {
    background-color: var(--primary);
    color: #fff;
}

.datepicker table thead th {
    padding: 10px 5px;
    font-weight: 600;
    text-align: center;
}

.datepicker table tbody td {
    padding: 10px 5px;
    text-align: center;
    height: 35px;
    border: 1px solid #f0f0f0;
}

.datepicker table td:hover:not(.disabled) {
    background-color: #f0f0f0;
    cursor: pointer;
    border-radius: 0.25rem;
}

.datepicker table td.active {
    background-color: var(--primary);
    color: #fff;
    border-radius: 0.25rem;
    font-weight: 600;
    border: 1px solid var(--primary);
}

.datepicker table td.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.datepicker table td.other-month {
    color: #ddd;
}
html .flatpickr-calendar.animate.open, html .flatpickr-calendar.open {
    z-index: 9999 !important;
}
.currentArrivalFlight ul li, 
.currentDepartureFlight ul li,
.flightSelection .flight-details .arrival, 
.flightSelection .flight-details .departure,
.transferResults .transfer-title,
.transferResults .transfer-box .transfer-route,
.colorBlue {
    color: var(--base-black);
}
html .result-summary-package h3 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: #3B3E43;
}
body .alert {
    font-size: 12px;
    border-left-width: 1px;
}
html .table {
    font-size: 12px;
}
.page-reservation .text-muted {
    font-size: 12px;
}
body .page-reservation .well {
    box-shadow: none;
    padding: 0;
}
h3.res-title {
    font-size: 20px;
    margin: 50px 0 10px;
    padding: 10px 0;
}
.hr {
    background-color: #eee;
}
html .guest-info label,
html label,
.responsive label, 
.responsive th,
.promoCodeSection,
.frmSearch label {
    font-weight: 400;
    font-size: 12px;
    color: #000;
}
.page-reservation .form-control,
.page-reservation  input[type=text], 
.page-reservation  select {
    border: 0;
    border-bottom: 1px solid #aaa;
    background-color: transparent;
}
.page-reservation  textarea.form-control {
    border: 1px solid #aaa;
}
.card-back, .card-front {
    border: 2px solid #eee;
    background: none;
}
.card-back-line .cc-line {
    padding: 3px 10px;
    background: var(--primary);
}
.page-reservation .card-back-line input {
    font-size: 14px;
    background: #fff;
}

/* Live Chat Button Positioning */
.tidioChatFrame {
    bottom: auto !important;
    top: 350px !important;
    right: auto !important;
    left: 20px !important;
}

@media (min-width: 992px) {
    html .wrap {
        padding: 0 40px 0 0;
    }
    #header {
    background-image: url('https://karmirhotel.com/wp-content/uploads/2024/01/Buyuk-Karmir-Resort-Spa-Hotel-Kaydirakli-Havuz.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: auto;
        height: 400px;
        padding: 0;
        margin-bottom: 80px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    #header .topHotelMenu {
        padding-block: 5px;
    }
    #header .container {
        background: none;
    }
    #header .container > .row {
        align-items: flex-end;
        display: flex;
        position: relative;
        bottom: -75px;
    }
    .logowrap a {
        width: 100%;
        height: 150px;
        padding: 2rem;
        border: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }
    .header #callcenter, .header .voip {
        text-align: center;
        right: auto;
        top: auto;
    }
    .search-horizontal .location,
    .search-horizontal .dates,
    .search-horizontal .rooms{
        padding-right: 15px;
    }
    html .search-horizontal {
        margin: 0;
        display: flex;
        align-items: flex-end;
        padding-block: 15px;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
    }
    html .search-horizontal .location #addDeparture {
        right: 15px;
    }
    .search-horizontal label,
    .search-horizontal .paxlabels {
        display: block;
        color: #aaa;
    }
    .search-horizontal .inputStyle2.hweb-datepicker {
        width: auto;
    }
    .result-summary-package .sum-pack-submit {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    html .result-summary-package .sum-pack-submit .sum-pack-section {
        padding: 0;
    }
    html .result-summary-package .sum-pack-price {
        margin: 5px 0 15px 0;
    }
}