.rezervasyon-context-div {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 0;
  padding-bottom: 80px;
}

.rezervasyon-context-div::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("https://cdn.m34.it/hh/Assets/Himalayapaper.png") 0% 0% no-repeat
    padding-box;
  background-size: cover;
  opacity: 0.7;
  z-index: -1;
}
.submit-btn {
    width: 100%;
    padding: 15px;
    background-color: #4b4b4b;
    color: white;
    border: none;
    border-radius: 5px;
    font: normal normal 300 16px/24px Mono45 Headline;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.rezervasyon {
  
  text-align: center;
  font: normal normal normal 45px/45px Didot;
  letter-spacing: 0px;
  color: #727171;
  margin-top: 271px;
  margin-bottom: 45px;
}
.form-label {
    font: normal normal normal 20px/20px Didot;
    color: #727171;
}
.calendar {
    width: 184px;
    height: 176px;
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.calendar-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}

.monthYear{
  text-align: center;
  font-weight: 600;
  width: 150px;
}

.calendar-header button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);  
}

.day {
  text-align: center;
  padding: 2px;
  color: gray;
}

.dates{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  height: auto;
}

.date {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding : 5px;
  margin: auto;
  cursor: pointer;
  font-weight: 600;
  border-radius: 50%;
  transition: 0.2s;
  font-size: 12px;
}

.date:hover, .date.active {
  background: #ff5869;
  color: #fff;
}

.date.inactive {
  color: #d2d2d2;
}

.giris{
  text-align: center;
font: normal normal normal 22px/33px Didot;
letter-spacing: 0px;
color: #727171;
margin-bottom: 13px
}

.giris-hr {
  width: 183px;
height: 0px;
border: 1px solid #8D8D8D;
}

.card{
  background: transparent;
  border: none;

}

.card-body {
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Arama Barı */
.hh-rezbar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    row-gap: 16px;
    align-items: end;
    background: #ffffffcc;
    border: 1px solid #8D8D8D;
    border-radius: 10px;
    padding: 35px;
}

.hh-rezbar__cell {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hh-label {
    font: normal normal normal 24px/34px Didot;
    color: #727171;
    margin-bottom: 6px;
}

.hh-req {
    font-family: "Mono45 Headline", monospace;
    font-size: 12px;
    color: #8D8D8D;
    margin-left: 6px;
}

.hh-rezbar__actions {
    grid-column: 2;
    justify-self: end;
}
.hh-select, .hh-trigger, .hh-input {
    height: 48px;
    border: 1px solid #8D8D8D;
    border-radius: 8px;
    background: #fff;
    color: #4b4b4b;
    padding: 0 14px;
    font: normal normal 300 16px/24px "Mono45 Headline", monospace;
}
    .hh-select:focus, .hh-trigger:focus, .hh-input:focus {
        outline: 2px solid #cfcfcf;
    }
.hh-trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}
.hh-ico {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
}
.hh-trigger__icon {
    font-size: 18px;
}

.hh-primary {
    height: 44px;
    border: none;
    border-radius: 8px;
    padding: 0 18px;
    cursor: pointer;
    background: #4b4b4b;
    color: #fff;
    font: normal normal 300 16px/24px "Mono45 Headline", monospace;
    letter-spacing: .5px;
}

.hh-outline {
    height: 44px;
    border: 1px solid #4b4b4b;
    border-radius: 8px;
    background: transparent;
    color: #4b4b4b;
    padding: 0 16px;
    cursor: pointer;
    font: normal normal 300 16px/24px "Mono45 Headline", monospace;
}
.hh-date.booked {
    color: #b9b9b9;
    position: relative;
    pointer-events: none; /* tıklanmasın */
}

    .hh-date.booked::after {
        content: "";
        position: absolute;
        width: 70%;
        height: 2px;
        background: #b9b9b9;
        transform: rotate(-18deg);
        border-radius: 2px;
    }

.hh-link {
    border: none;
    background: none;
    color: #4b4b4b;
    cursor: pointer;
    text-decoration: underline;
    font: normal normal 300 14px/20px "Mono45 Headline", monospace;
}

@media (max-width:1200px) {
    .hh-rezbar {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:768px) {
    .hh-dp__calwrap {
        grid-template-columns: 1fr!important;
    }
        /* ikinci takvimi gizlemek için güvenli bir kural (JS de temizliyor) */
        .hh-dp__calwrap .hh-cal:nth-child(2) {
            display: none;
        }
    
    .hh-dp__footer {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    #dpClear {
        display: block;
        text-align: center;
        width: 100%;
    }

    .hh-dp__actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

        .hh-dp__actions .hh-primary,
        .hh-dp__actions .hh-outline {
            width: 100%;
            height: 44px;
        }
        /* “Tamam” üstte, “İptal” altta görünsün */
        .hh-dp__actions .hh-primary {
            order: 1;
        }

        .hh-dp__actions .hh-outline {
            order: 2;
        }
}
@media (max-width:768px) {
    .hh-rezbar {
        grid-template-columns: 1fr;
    }

    .hh-rezbar__actions {
        grid-column: 1;
        justify-self: stretch;
    }

    .hh-primary {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .hh-rezbar {
        grid-template-columns: 1fr;
    }

    .hh-hide-mobile {
        display: none;
    }
}

/* Modal */
.hh-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.35);
    z-index: 1050;
}

.hh-modal__panel {
    width: min(720px, 95vw);
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0,0,0,.2);
    overflow: hidden;
}

.hh-modal__header, .hh-modal__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
}

.hh-modal__footer {
    border-top: 1px solid #eee;
    border-bottom: none;
}

.hh-close {
    border: none;
    background: #fff;
    font-size: 22px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    cursor: pointer;
}

/* Datepicker */
.hh-dp {
    padding: 12px 16px 16px;
}

.hh-dp__nav {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    margin-bottom: 8px;
}

    .hh-dp__nav .hh-round:first-child {
        grid-column: 1;
        justify-self: start;
    }

.hh-dp__title {
    grid-column: 2;
    text-align: center;
    font-weight: 600;
    letter-spacing: .2px;
}

.hh-dp__nav .hh-round:last-child {
    grid-column: 3;
    justify-self: end;
}


.hh-round {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
}

.hh-dp__calwrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.hh-dp__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}
.hh-dp__actions {
    display: grid;
    grid-auto-flow: column;
    gap: 8px;
}

.hh-cal {
    width: 100%;
    
    padding: 6px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
}

.hh-days {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    margin-bottom: 6px;
}

.hh-day {
    text-align: center;
    padding: 4px 0;
    color: #8d8d8d;
    font: normal normal 300 12px/16px "Mono45 Headline", monospace;
}

.hh-dates {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 4px;
}

.hh-date {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width:40px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    color: #4b4b4b;
}

    .hh-date:hover {
        background: #4b4b4b;
        color: #fff;
    }

    .hh-date.inactive {
        color: #d2d2d2;
        pointer-events: none;
    }

    .hh-date.active {
        background: #4b4b4b;
        color: #fff;
    }

    .hh-date.inrange {
        background: #e9e9e9;
        border-radius: 8px;
    }

/* Guests */
.hh-guests {
    padding: 12px 16px 16px;
}

.hh-guests__row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    
    align-items: center;
    padding: 14px 0;
    gap: 14px;
    border-bottom: 1px solid #f1f1f1;
}

.hh-guests__title {
    font: normal normal normal 16px/22px Didot;
    color: #727171;
}

.hh-guests__col span {
    display: block;
    font: normal normal 300 12px/16px "Mono45 Headline", monospace;
    color: #8d8d8d;
    margin-bottom: 6px;
}

.hh-stepper {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .hh-stepper button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #4b4b4b;
        background: #fff;
        cursor: pointer;
    }

    .hh-stepper .val {
        min-width: 18px;
        text-align: center;
        font: normal normal 300 16px/24px "Mono45 Headline", monospace;
        color: #4b4b4b;
    }

/* Arkaplanın mevcut stili korunuyor */
.rezervasyon-context-div {
    position: relative;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .rezervasyon-context-div::before {
        content: "";
        position: absolute;
        inset: 0;
        background: transparent url("https://cdn.m34.it/hh/Assets/Himalayapaper.png") 0% 0%/cover no-repeat;
        opacity: 0.7;
        z-index: -1;
    }