 .sidebar_cta {
    display: grid;
    text-align: center;
    margin-top: 20px;
}

.sidebar_cta .btn__three{
    color: #fff;
    background-color: #142843;
}


.pricing_package .accordion-button .dimound_fi {
    width: 5%;
}


.price__card {
    background-color: #fff;
    padding: 0;
    border-radius: 0;
}

.tour--section {
    transition: 0.3s all ease-in-out;
    scroll-margin-top: 200px;
    overflow: hidden;
    margin: 20px auto;
    max-height: 60px;
    height: auto;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 4px;
    background: var(--white-color);
    border-radius: 12px;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    border: 1px solid #e8e8e8;
}

.tour-details-section.show {
    scroll-margin-top: 200px;
    max-height: 100%;
    padding: 20px 30px 20px 20px;
}


.hotel__view{
  margin-left: 7px;
}

.block__hotel__view {
  box-shadow: 0 13px 48px 0 #ccc;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  background-color: #fff;
  height: 135px;
}

.block__hotel__view img {
  height: 250px;
  min-width: 100%;
  border-radius: 10px
}

.tour--section h3{
    margin-left: 20px;
}

.feature-content-hotel a.title {
    display: block;
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
}

.pricing_package .tour--section img {
    width: 70px;
    object-fit: contain;
    padding: 0;
    margin-left: 0px;
    height: 43px;
}

.feature-img-hotel img {
    width: 173px !important;
    object-fit: contain;
    padding: 0;
    margin-left: 0px;
    height: 168px !important;
    border-radius: 0;
    overflow: hidden;
}

.tour-details-section h3{
    margin-bottom: 0;
}


/* ====================== */

.booking-form {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 28%);
    overflow: hidden;
    border-top: 5px solid #f7921f;
}

.step-indicator {
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dotted #ccc;
}

.step-item {
    display: flex;
    flex: 1;
    align-items: center;
}

.step-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    background-color: #142843;
    color: #fff;
    margin-left: 6px;
    margin-right: 7px;
}

.step-item.active .step-circle {
    background-color: #f7921f;
    color: white;
}

.step-item.completed .step-circle {
    background-color: #b97d25;
    color: white;
}

.step-name {
    font-size: 14px;
    color: #0d0660;
}

.step-item.active .step-name {
    color: #0f086f;
    font-weight: bold;
}

.step-line {
    flex: 1;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0 8px;
}

.step-item.completed+.step-item .step-line,
.step-item.completed .step-line {
    background-color: #b97d25;
}

.step-content {
    padding: 21px;
    padding-bottom: 0;
}

.step-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
    margin-top: 8px;
}

.form-footer {
    display: flex;
    justify-content: space-between;
    padding: 16px 24px;
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.btn {
    padding: 9px 26px;
    border-radius: 10px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid #cbd5e1;
    color: #64748b;
}

.btn-outline:hover {
    background-color: #f1f5f9;
}

.btn-primary:hover {
    background-color: #f7921f;
}

.btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.date-picker-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flatpickr-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 24px !important;
    margin-bottom: 16px;
    text-align: center;
}

.selected-date {
    color: #b97d25;
    font-weight: 500;
    margin-top: 18px;
}

.category-list {
    display: flex;
    gap: 12px;
}

.category-item {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 9px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    justify-content: space-between;
}

.category-item:hover {
    border-color: #93c5fd;
}

.category-item.selected {
    border-color: #ffc107;
    background-color: #eff6ff;
}

.category_info h4 {
    margin: 0 0 4px 0;
    font-size: 16px;
}

.category-price {
    color: #64748b;
    font-size: 14px;
}

.category-check {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ffc107;
    color: white;
    display: flex;
    justify-content: center;
    font-size: 12px;
    align-items: center;
    margin-left: 19px;
}

.rooms-container {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.room-counter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-box {
    background-color: #f8fafc;
    padding: 5px 2px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.counter-value {
    font-size: 21px;
    font-weight: bold;
    color: #0f086f;
    width: 40px;
    text-align: center;
}

.counter-button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.counter-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.room-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 7px;
    margin-bottom: 12px;
}

.room-title {
    font-weight: 500;
    margin: 0 0 16px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 23px;
}

.occupant-row {
    margin-bottom: 12px;
}

.occupant-counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.age-hint {
    font-size: 12px;
    color: #64748b;
}

.price-info {
    text-align: center;
    margin-top: 0;
    font-size: 19px;
    color: #444;
    font-weight: 700;
}

.total-price {
    font-weight: bold;
    color: #f7921f;
}

.summary-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.summary-header {
    display: flex;
    justify-content: center;
    margin-bottom: -2px;
}

.check-icon {
    width: 48px;
    height: 48px;
    background-color: #16a34a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.summary-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
}

.summary-item {

    padding: 2px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.summary-label {
    color: #0d0660;
    font-size: 21px;
    margin-bottom: 4px;
    font-weight: 500;
}

.summary-value {
    font-weight: 400;
    color: #f7921f;
    font-size: 19px;
}

.price-summary {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 16px;
    border-radius: 8px;
}

.price-summary .summary-label {
    color: #0d0660;
}

.price-summary .summary-value {
    font-size: 20px;
    font-weight: bold;
}

.price-detail {
    font-size: 15px;
    color: #b97d25;
}

.occupant-counter span{

        font-size: 22px;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-check:focus+.btn-primary, .btn-primary.active:focus, .btn-primary:active:focus, .btn-primary:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgb(0 0 0 / 0%);
}

 .room-card label {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
}

 .room-card input[type="number"] {
    height: 48px;
    box-shadow: none;
    border-radius: 15px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 16px;
    background-color: #ffffff;
    box-shadow: 0px 1px 13px 0px #0000005e;
}

#roomsList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.room-card {
  width: calc(100% - 8px);
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 10px;
}


.category-item {
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 8px;
}


.room__card{
      display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f1f5f9;
}

.room__card select {
    word-wrap: normal;
    border: none;
    margin: 0 0 16px 0;
    padding-bottom: 8px;
    font-size: 20px;
}

#roomsLists .occupant-row {
    margin-bottom: 12px;
}

#roomsLists .counter-wrapper{
  display: flex;
  align-items: center;
}


#roomsLists  .room-card input[type="number"] {
    height: 48px;
    box-shadow: none;
    border-radius: 15px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 16px;
    background-color: #ffffff;
    margin-left: 8px;
    margin-right: 8px;
}

#roomsLists{
  display: flex;
  align-items: center;
  justify-content: center;
}

#roomsLists .room-card {
    width: 80%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 10px;
}

.room--card{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-select{
  margin-top: 7px;
}

.date__container{
  display: flex;
    align-items: center;
    gap: 24px;
}


 .price_Accordion button i {
    background: #0d0660;
    color: var(--white-color);
    font-size: 18px;
    height: 28px;
    width: 29px;
    line-height: 32px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-left: 2px;
    margin-right: 5px;
}

.tour_heading{
  display: flex;
  align-items: center;
}

.btn-primary {
    color: #fff;
    background-color: #1a2b49;
    border-color: #1a2b49;
}

.navigation-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
    gap: 33px;
    padding-top: 10px;
    padding: 10px;
}
.step-circle.completed {
  background-color: #28a745;
  color: #fff;
  font-weight: bold;
}
.category-check {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ffc107;
    color: white;
    display: flex
;
    justify-content: center;
    font-size: 12px;
    align-items: center;
    margin-left: 19px;
}
.category-item {
  border: 2px solid #ccc;
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}
.category-item.selected {
  border-color: #f7921f;
  background: #f0f8ff;
}
.booking-form #roomsList input[type="text"] {
    height: 43px;
}
button.decrease-btn {
    border: 2px solid #e6e6e6;
}
input.quantity-input {
    width: 70px;
    text-align: center;
    border-color: #1a2b49;
    border: 2px solid #e9ecef;
}

button.increase-btn {
    border: 2px solid #e6e6e6;
}
.delete-room{
        font-size: 24px;
    border-radius: 5px;
    padding: 0px 4px 0px 3px;
    background-color: rgba(0, 0, 0, 0.1);
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #f7921f;
    border-color: #f7921f;
    box-shadow: 0 0 0 .25rem rgb(0 0 0 / 0%);
}

#roomDetailsList {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

.room-detail {
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.room-detail h4 {
    margin: 0 0 5px 0;
    font-size: 17px;
    color: #1a237e;
}

.room-detail h4 span {
    color: #d2691e;
    font-weight: 600;
}

.room-detail p {
    margin: 0;
    font-size: 14px;
}
@media (max-width: 767px) {
    .tour-details-section.show {
        padding: 1rem 0;
    }input[type="date"], input[type="month"], input[type="text"], input[type="number"] {
    width: 100%;
    padding: 0px;
    }
    .step-content {
    padding: 14px;
    padding-bottom: 0;
}
.step-indicator {
    padding: 3px;
    display: flex;
    border-bottom: 2px dotted #ccc;
    flex-wrap: wrap;
        gap: 10px;
}
.step-circle {
    width: 22px;
    height: 22px;
}
 .room_card{
width: 100% !important;
 }

.room--card {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.category-list {
    display: flex
;
    gap: 12px;
    flex-wrap: wrap;
}
.date__container {
    display: flex
;
    align-items: center;
    gap:10px;
}
}
