header .header-container {
    background: var(--white);
    height: 10.9375vw;
    padding: 2.1875vw 1.875vw;
}

.header-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}


.header-logo {
    width: 15.9375vw;
    cursor: pointer;
}

.header-searchbar {
    width: 12.89vw;
    height: 2.5vw;
    border: 0.078vw solid black;
    border-radius: 0.625vw;
    padding: 0.3125vw;
    padding-left: 0.9375vw;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header-searchbar input {
    width: 9.453vw;
    font-family: "Poppins Bold";
    font-size: 1.0937vw;
    height: 100%;
    cursor: pointer;
}

.header-searchbar input::placeholder {
    color: var(--blueC) !important;
}

.header-searchbar img {
    width: 1.875vw;
    float: right;
}

.header-topright-buttons,
.help-button {
    display: flex;
}

.help-button {
    cursor: pointer;
}

.header-topright-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.help-button img {
    margin-right: 0.35vw;
}

.header-topright-buttons img {
    width: 1.5625vw;
    cursor: pointer;
}

.reserve-h-button {
    /*width: 8.9vw;*/
    text-align: right;
    cursor: pointer;
}

.lang-button {
    width: 4.0625vw !important;
    height: 1.875vw;
    cursor: pointer;
}

.header-menu {
    height: 1.5625vw;
    margin-top: 2.5vw;
    align-items: center;
}

.header-menu * {
    text-transform: uppercase;
}

.header-menu img {
    width: 0.15vw;
}

.header-menu-option {
    font-family: "Poppins Bold";
    font-size: 1.09375vw;
    margin: 0vw 2.1875vw;
    cursor: pointer;
}


header .header-picker {
    background: var(--white);
    height: 6.875vw;
    display: flex;
    justify-content: space-between;
    padding: 0px 2vw;
    align-items: center;
    transition: top 0.4s;
    z-index: 2;
    top: 10vw;
}

#header-picker {
    /* width: 96% !important; */
    border-radius: 3vw;
    margin-top: 2vw;
    justify-self: anchor-center;
    position: fixed !important;
}

header .header-picker div {
    width: 14.2vw;
    position: relative;
}

header .header-picker button {
    width: 16vw;
}

.header-picked-selected {
    background: #AAA18C !important;
    align-items: center;
}

.header-picked-selected img,
.h-picker-item img {
    width: 1.875vw;
    min-width: 1.875vw;
    margin-right: 0.9375vw;
}

.header-picked-selected * {
    color: #FFF !important;
}

.header-picked-selected .cancel {
    cursor: pointer;
}

.h-picker-item {
    background: #FFF !important;
    border-radius: 0.625vw;
    display: flex;
    padding: 0.7vw 1.25vw;
    height: 4.5vw;
}

.h-picker-item select {
    padding: 0px;
    border: none;
    margin-left: -0.3vw;
}

.h-picker-item input::placeholder {
    color: black;
}

.h-m-option-selected {
    color: #FFF;
    background: #AAA18C;
    padding: 0.4vw 0.8vw;
}

#lang-selector {
    position: absolute;
    padding: 0.9375vw 1.25vw;
    width: 6.875vw;
    height: 5vw;
    left: 20.6vw;
    top: 1.99vw;
    background: #FFFFFF;
    box-shadow: 0px 0.625vw 1.875vw -0.46875vw rgba(0, 0, 0, 0.16), 0px 0px 0.078125vw rgba(0, 0, 0, 0.4);
    border-radius: 0.625vw;
    z-index: 3;
    display: none;
}

#lang-selector div {
    height: 1.8vw !important;
}

#lang-selector img {
    width: 4.6875vw;
}

#header-responsive,
.options-header-resp {
    display: none;
    width: 100%;
    height: 12.307vw;
    padding: 2.05vw 4.102vw;
    background: #F9F6ED;
    position: fixed;
    top: 0vw;
    z-index: 9;
    justify-content: space-between;
}

.options-header-resp {
    display: flex !important;
    background: #FFF !important;
    filter: invert(1);
    margin-bottom: 11.282vw;
    position: static !important;
}

#menu-resp {
    width: 6.153vw;
    cursor: pointer;
    margin-right: 4.1025vw;
}

#logo-resp {
    width: 33.846vw;
    margin-right: auto;
    cursor: pointer;
    margin-bottom: 1.1vw;
}

.reserve-button-resp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.025vw 1.025vw 1.025vw 3.075vw;
    height: 8.205vw;
    border: 0.256vw solid #000000;
    border-radius: 2.0512vw;
    cursor: pointer;
}

.reserve-button-resp img {
    width: 6.153vw;
    margin-left: 1.025vw;
}

#header-menu-responsive {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background: #000;
    transition: left 0.5s;
    left: -100%;
}

.resp-h-option {
    margin-bottom: 10.256vw;
    padding: 0px 4.102vw;
    color: #FFF !important;
    cursor: pointer;
    text-transform: uppercase;
}

.header-bottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    /*padding-bottom: 4.102vw;*/
    padding-bottom: 13vw;
    justify-content: center;
    display: block;
    place-items: center;
    text-align: -webkit-center;
}

.header-bottom .help-button {
    width: 100% !important;
    padding: 4.102vw !important;
    margin-bottom: 4vw !important;
}

.header-bottom .help-button img {
    width: 5vw !important;
    margin-right: 1vw !important;
    filter: invert(1) !important;
}

.header-bottom .help-button * {
    color: #FFF !important;
}

.bottom-reserve-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.025vw 1.025vw 1.025vw 3.075vw;
    height: 8.205vw;
    border: 0.256vw solid #FFF;
    cursor: pointer;
    color: #FFF;
    width: 92.30vw;
    border-radius: 2.0512vw;
}

.close-header {
    display: none;
    width: 6.3157vw !important;
    justify-self: right;
}

.invis-div {
    display: none;
}

.resp-div {
    display: block;
}

.flatpickr-calendar {
    transform-origin: top left;
    transform: scale(1) !important;
    margin-top: 1vw;
}

@media (max-width: 768px) {
    .resp-div {
        display: none;
    }

    header {
        margin-top: 12.307vw;
    }

    #header-container {
        display: none;
    }

    #header-responsive {
        display: flex;
    }

    .flatpickr-calendar {
        /*top:1vw !important;
        left: 1vw !important;
        place-self: anchor-center !important;
        transform-origin: center !important;
        transform: scale(2.5) !important;
        align-self: anchor-center;
        justify-self: anchor-center;
        position-area: center;*/
        top: 50%;
        left: 50%;
        transform: scale(2.5) translate(-50%, -50%);
        display: grid;
    }

    .flatpickr-calendar.animate.open {
        animation: opacityy linear 0.2s;
    }

    #header-picker-selected {
        height: 32vw;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0vw;
        padding: 4vw;
        padding-top: 3vw;
    }

    .close-header,
    .invis-div {
        display: block;
    }

    header #header-picker-selected div {
        width: 42.2vw;
    }

    header #header-picker-selected .flex-center img {
        display: none;
    }

    .mmsk {
        margin-bottom: 3vw;
    }
}

@media (min-width: 1400px) {
    #header-picker-selected {
        transform: scale(0.9);
        transform-origin: top left;
        width: 111.11%;
        padding: 0px 15vw;
        height: 5.5vw;
    }
}

@keyframes opacityy {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Header Steps */
.progress-stepper-component {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.progress-stepper-component.hidden {
    opacity: 0;
    transform: translateY(-20px);
    max-height: 0;
    padding: 0;
    overflow: hidden;
    margin: 0;
}

/* Header Section */
.stepper-header {
    font-family: "Poppins Regular";
    text-align: center;
    margin-bottom: 20px;
}

.stepper-title {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 400;
}

.stepper-title strong {
    font-weight: 700;
}

/* Stepper Container */
.stepper-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 899px;
    margin: 0 auto;
}

/* Progress Line */
.progress-line {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e8e6e3;
    z-index: 0;
    width: 70%;
    margin: auto;
}

.progress-line-fill {
    height: 100%;
    background: #6b5d4f;
    transition: width 0.5s ease;
    width: 0%;
}

/* Step Item */
.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
    flex: 1;
}

/* Step Circle */
.step-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    background: white;
    border: 2px solid #E5DDD5;
    transition: all 0.4s ease;
    position: relative;
}

.step-circle span {
    color: #A8A8A8;
    font-family: "Poppins Regular";
}

/* Active State */
.step-item.active .step-circle {
    background: #6B7A5A;
    border-color: #6B7A5A;
    box-shadow: 0 4px 12px rgba(107, 93, 79, 0.3);
    animation: pulse 2s infinite;
}

.step-item.active .step-circle span {
    color: white;
}

/* Completed State */
.step-item.completed .step-circle {
    background: #6B7A5A;
    border-color: #6B7A5A;
    color: white !important;
}

.step-item.completed .step-circle::before {
    content: '✓';
    position: absolute;
    font-size: 20px;
    animation: checkmark 0.5s ease;
}

.step-item.completed .step-circle span {
    display: none;
}

/* Step Label */
.step-label {
    font-family: "Poppins Regular";
    font-size: 14px;
    color: #a0a0a0;
    font-weight: 500;
    transition: all 0.3s ease;
    text-align: center;
}

.step-label.left {
    text-align: left;
}

.step-label.center {
    text-align: center;
}

.step-label.right {
    text-align: right;
}

.step-item.active .step-label {
    color: #6b5d4f;
    font-weight: 600;
}

.step-item.completed .step-label {
    color: #2d2d2d;
    font-weight: 600;
}

/* Animations */
@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 4px 12px rgba(107, 93, 79, 0.3);
    }

    50% {
        box-shadow: 0 4px 20px rgba(107, 93, 79, 0.5);
    }
}

@keyframes checkmark {
    0% {
        transform: scale(0) rotate(-45deg);
        opacity: 0;
    }

    50% {
        transform: scale(1.2) rotate(0deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .progress-stepper-component {
        padding: 32px 16px;
    }

    .stepper-header {
        margin-bottom: 32px;
    }

    .stepper-title {
        font-size: 17px;
    }

    .stepper-container {
        max-width: 100%;
    }

    .step-circle {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .step-label {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    header {
        margin-top: 5rem;
    }

    .progress-stepper-component {
        padding: 24px 12px;
    }

    .stepper-title {
        font-size: 15px;
    }

    .step-circle {
        width: 38px;
        height: 38px;
        font-size: 14px;
    }

    .step-label {
        font-size: 11px;
    }

}

@media (min-width: 1024px) {
    .progress-stepper-component {
        max-width: 100vw;
    }

    .stepper-title {
        font-size: 20px;
    }

    .step-circle {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .step-label {
        font-size: 15px;
    }
}