body {
    background-color: var(--bs-gray-100);
}

.lightweight-content {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.lightweight-header {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}
.lightweight-body {
    flex-grow: 1;
    padding: 40px 0;
    display:flex;
    flex-direction: column;
}
.lightweight-footer {
    padding: 40px 0;
    font-size: 0.915rem;
    color: var(--bs-gray-600);
}

.booking-information-container {
    position: relative;
    margin-bottom: 40px;
}
.booking-information-container.active {
    z-index:11;
}
.booking-information {
    display: flex;
    background-color: var(--bs-gray-100);
    border-bottom-right-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
    padding: 15px;
    gap:20px;
    justify-content: space-between;
    align-items: center;
    font-size: 0.825rem;
    position: relative;
    z-index: 0;
}
.booking-information strong {
    display: inline-block;
    min-width: 50px;
}
.booking-information .booking-title strong.tour-title {
    color: var(--primary-blue-2);
    font-size: 1rem;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
}
.booking-summary {
    display: flex;
    gap: 20px;
    align-items: center;
}
.booking-price {
    font-size: 1.4rem;
    font-family: var(--title-font-family);
    color: var(--primary-blue);
    text-align: right;
    line-height: 1.3;
    font-weight: bold;
}
.booking-price span {
    font-size: 1rem;
    color: var(--bs-gray-700);
    display: block;
    font-weight: normal;
}
.booking-summary-expand-btn {
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border:none;
    box-shadow: none;
    border-radius: var(--border-radius);
    background-color: var(--bs-gray-300);
    padding: 8px 15px 0;
    line-height: 1;
    font-size: 0.9rem;
    letter-spacing: 1px;
    font-weight: 500;
    transition: var(--transition-effect);
}
.booking-summary-expand-btn:hover, .booking-summary-expand-btn.show {
    background-color: #fff;
    color: var(--primary-blue-3);
}
.booking-summary-expand-btn i {
    font-size: 18px;
    transition: var(--transition-effect);
}
.booking-summary-expand-btn.show i {
    transform: rotate(-180deg);
}
.booking-information-detail {
    border-radius: var(--border-radius);
    padding: 40px;
    box-shadow: var(--box-shadow);
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
    top:calc(100% + 10px);
    background-color: #fff;
    display: none;
}
.booking-information-detail:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: -8px;
    right: 40px;
    display: block;
    content: '';
}
.summary-title {
    font-size: 1.1rem;
    color: var(--bs-gray-500);
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.summary-detail {
    --summary-detail-gap:40px;
    display: flex;
    flex-wrap: wrap;
    gap: var(--summary-detail-gap);
    margin-top:40px;
}
.summary-detail>* {
    width: 100%;
}
.summary-detail>.summary-col-6 {
    width: calc(50% - (var(--summary-detail-gap) * 1 / 2));
}
.summary-detail>.summary-col-4 {
    width: calc((100% / 3) - (var(--summary-detail-gap) * 2 / 3));
}
@media (max-width: 1199px) {
    .booking-information-detail {
        padding: 30px;
    }
    .summary-detail {
        --summary-detail-gap:30px;
        margin-top:30px;
    }
    .summary-detail>.summary-col-6 {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .booking-information-detail {
        padding: 20px;
    }
    .summary-detail {
        --summary-detail-gap:20px;
        margin-top:20px;
        font-size: 0.9rem;
    }
    .summary-detail>.summary-col-4 {
        width: calc((100% / 2) - (30px * 1 / 2));
    }
}
@media (max-width: 567px) {
    .booking-information-detail {
        padding: 15px;
    }
    .summary-detail {
        --summary-detail-gap: 15px;
        margin-top: 15px;
    }
    .summary-detail>.summary-col-4 {
        width: 100%;
    }
}

.booking-sidebar {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    border:1px solid var(--bs-gray-400);
    overflow: hidden;
    padding: 30px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
}

.df-info {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}
.df-info .df-info-img {
    width: 60px;
}
.df-info .df-info-img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.df-info .df-info-title {
    flex: 1;
}

.df-info .df-info-title h4{
    line-height: 1.5;
    font-size: 1.05rem;
    margin-bottom: 0;
}

.df-table {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--bs-gray-300);
    font-size: 0.9rem;
}

.df-table .df-row {
    display: flex;
    gap: 20px;
}

.df-table .df-row .df-label {
    width: 130px;
    color: var(--bs-gray-600);
}

.df-table .df-row .df-value {
    flex: 1;
    text-align: right;
    font-weight: 500;
}

@media(min-width: 992px) {
    .df-table-container {
        display: block !important;
    }
}

.df-show-more {
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    display: none;
}

.df-show-more-btn {
    padding: 10px 30px;
    border-radius: 10px;
    background-color: var(--bs-gray-300);
    color: var(--bs-gray-600);
    font-size: 0.9rem;
    font-weight: 600;
    transition: var(--transition-effect);
    cursor: pointer;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
}

@media(max-width: 991px) {
    .df-info {
        margin-bottom: 15px;
    }
    .df-table {
        margin-bottom: 15px;
    }
    .df-table-container {
        display: none;
    }
    .booking-sidebar {
        box-shadow: none;
        padding: 15px;
    }
    .df-show-more {
        display: flex;
    }
}

.df-price-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.df-price-box .df-price-row {
    display: flex;
    gap: 20px;
    align-items: center;
}

.df-price-box .df-price-row .df-label {
    width: 130px;
    color: var(--bs-gray-800);
    font-size: 0.9rem;
}

.df-price-box .df-price-row .df-value {
    flex: 1;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.df-sub-price {
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1;
    color: var(--bs-gray-600);
    text-decoration: line-through;
}

.df-price {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
}

.df-price-total .df-price {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    color: var(--primary-color);
}

.df-price-total .df-label {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
}

.booking-form {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    border:1px solid var(--bs-gray-400);
    overflow: hidden;
    padding: 30px;
}
.booking-form h2 {
    font-size: 1.2rem;
    color: var(--bs-gray-500);
    margin-bottom: 30px;
}
.booking-form h3 {
    font-size: 1rem;
    color: var(--bs-gray-600);
}
.booking-form.booking-form-md {
    max-width: 860px;
}
.separator {
    width: 100%;
    height: 1px;
    background-color: var(--bs-gray-400);
    margin-top: 10px;
    margin-bottom: 10px;
}
.separator.st-separator {
    margin-top:40px;
    margin-bottom: 40px;
    position: relative;
}
.separator.st-separator[data-content]:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    content:attr(data-content);
    padding: 5px;
    font-size: 13px;
    color:var(--bs-gray-700);
}
@media (max-width: 920px) {
    .booking-form.booking-form-md {
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        border:none;
    }
}
@media (max-width: 767px) {
    .booking-information-container {
        position: relative;
        margin-bottom: 30px;
    }
    .booking-form {
        padding: 30px 20px;
    }
    .separator.st-separator {
        margin-top:25px;
        margin-bottom: 25px;
    }
}
@media (max-width: 601px) {
    .booking-information-container {
        position: relative;
        margin-bottom: 30px;
    }
    .booking-form {
        padding: 0;
        box-shadow: none;
        border-radius: 0;
        background-color: transparent;
        border:none;
    }
}

.booking-login-info {
    font-size: 0.9rem;
    color: var(--bs-gray-600);
}

.booking-login-info h5 {
    color: var(--bs-gray-900);
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.booking-login-info a {
    text-decoration: underline;
    color: #000;
}

.booking-login-info p {
    margin-bottom: 0;
}

.step-by-step {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    position: relative;
    margin-bottom: 40px;
    counter-reset: list-counter;
}

.step-by-step .step {
    font-weight: 600;
    color: var(--bs-gray-500);
    padding: 10px 0;
    position: relative;
    font-size: 0.925rem;
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.step-by-step .step:not(:last-child):after {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: var(--bs-gray-500);
    position: absolute;
    transform: translateY(-50%);
    right: -35px;
    content:'navigate_next';
    top:50%;
    font-family: 'Material Icons Outlined';
    font-size: 20px;
    line-height: 1;
}

@media(max-width: 991px) {
    .step-by-step {
        margin-bottom: 20px;
    }
}

.step-by-step .step .step-count {
    display: flex;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: var(--bs-gray-300);
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
}

.step-by-step .step .step-count::before {
    counter-increment: list-counter; /* Sayaç artırılıyor */
    content: counter(list-counter); /* Sadece numara ekleniyor */
    display: block; /* Blok olarak göster */
    text-align: center; /* Ortalamak için */
    font-size: 20px; /* İsteğe bağlı boyut ayarı */
    font-weight: bold;
}


.step-by-step .step.active {
    color:var(--primary-color);
    font-weight: bold;
}

.step-by-step .step.active .step-count {
    background-color: var(--primary-color);
    color: #fff;
}

.booking-person>* {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 991px) {
    .booking-title, .booking-information-sub {
        display: none;
    }
    .booking-summary {
        gap: 10px;
    }
    .booking-price {
        font-size: 1.2rem;
    }
}
@media (max-width: 757px) {
    .booking-information-detail:after {
        right: 33px;
    }
    .booking-information {
        padding: 10px;
        gap: 10px;
        border-radius: var(--border-radius);
    }

    .step-by-step {
        gap: 30px;
    }

    .step-by-step .step:not(:last-child):after {
        right: -25px;
    }

    .step-by-step .step:not(.active) .step-title {
        display: none;
    }

    .lightweight-header {
        padding: 15px 0;
    }
    .lightweight-header img {
        height: 34px;
        width: auto;
    }
}
.guest-item {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed var(--text-muted);
}
.guest-item:nth-last-child(1) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.booking-item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.booking-item-title h3 {
    margin-bottom: 0;
}
.booking-item-title .btn {
    font-size: 0.8rem;
    padding: 8px 10px;
}
.pay-response-icon {
    text-align: center;
    padding: 40px;
    border-radius: var(--border-radius);
    background-color: var(--bs-gray-100);
    margin-bottom: 30px;
}
.pay-response-icon>.material-icons-outlined {
    font-size: 100px;
    color: var(--bs-success);
    margin-bottom: 20px;
}

.pay-response-icon.warning>.material-icons-outlined {
    color: var(--bs-warning);
}
.pay-response-icon h1 {
    margin-bottom: 8px;
    font-size: 2.5rem;
}
.pay-response-icon h2 {
    font-weight: normal;
    font-size: 1.1rem;
    margin-bottom: 0;
}
.pay-response-detail {
    font-size: 1.1rem;
}
.pay-response-detail strong {
    color: var(--primary-blue-2);
}
.pay-response-notice {
    margin-bottom: 30px;
}
.pay-response-notice .alert-danger{
    color: var(--bs-red);
}

.booking-reservation-wrapper-modal .booking-form.booking-form-md {
    max-width: 100%;
}

.booking-reservation-wrapper-modal .booking-form {
    box-shadow: none !important;
    padding: 0 !important;
}