.modal.show .modal-dialog{
    transform: translate(0, 50%) !important;
}

    .modal-header {
      background-color: #c83518;
      color: #fff;
      border-bottom: none;
    }
    .modal-title {
      font-weight: 600;
    }
    .time-box {
      border: 1px solid #d0d0d0;
      border-radius: 8px;
      padding: 8px 15px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      font-weight: 500;
    }
    .time-box i {
      color: #3f6975;
      margin-right: 6px;
    }
    .continue-btn {
      background-color: #c83518;
      border: none;
      color: #FFF;
      font-weight: 500;
      padding: 8px 25px;
      border-radius: 6px;
      transition: 0.3s;
    }
    .continue-btn:hover {
      background-color: #c83518;
      color: #fff;
    }
     .breadcrumb {
            background: white;
            margin-top: 20px;
            padding: 12px 20px;
            border-bottom: 1px solid #e5e7eb;
            font-size: 14px;
        }

        .breadcrumb a {
            color: #000;
            text-decoration: none;
        }

        .breadcrumb a:hover {
            color: #c83518;;
        }
        input:focus-visible {
             border: 0px;
             outline: none;
        }

        .breadcrumb span {
            margin: 0 8px;
            color: #9ca3af;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .image-gallery {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 10px;
            margin-bottom: 30px;
            border-radius: 12px;
            height: 400px;
        }

         .main-image {
                height: 400px;
            }

        .main-image img {
            width: 100%;
            height: 100%;
            border-radius: 12px 0px 0px 12px;
            object-fit: cover;
        }

        .side-images {
            height: 400px;
        }

    .side-image {
    height: 50%;
}

        .side-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .show-all {
            position: absolute;
            bottom: 15px;
            right: 15px;
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 8px 16px;
            border-radius: 6px;
            font-size: 14px;
            cursor: pointer;
            backdrop-filter: blur(10px);
        }

        .header-section {
            background: white;
            padding: 30px;
            border-radius: 12px;
            margin-bottom: 20px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }

        .title {
            font-size: 28px;
            font-weight: 500;
            margin-bottom: 20px;
            color: #1f2937;
        }

        .rating-location {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
            align-items: center;
            margin-bottom: 20px;
        }

        .rating {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .rating-number {
            font-size: 32px;
            font-weight: 500;
            color: #1f2937;
        }

        .rating-small {
            font-size: 18px;
            color: #000;
        }

        .rating-text {
            display: flex;
            flex-direction: column;
        }

        .rating-label {
            font-weight: 600;
            color: #1f2937;
        }

        .rating-reviews {
            font-size: 14px;
            color: #000;
        }

        .stars {
            color: #c83518;
            font-size: 18px;
        }

        .location-info {
            display: flex;
            align-items: start;
            gap: 8px;
            color: #4b5563;
        }

        .distance {
            color: #c83518;;
            font-size: 14px;
            cursor: pointer;
            text-decoration: none;
        }

        .quick-info {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            padding: 20px 0;
            border-top: 1px solid #e5e7eb;
        }

       
     

        .content-grid {
            display: grid;
            grid-template-columns: 1fr 380px;
            gap: 20px;
            margin-bottom: 30px;
        }

        .main-content {
            background: white;
        }

        .section {
            margin-bottom: 35px;
        }

        .section:last-child {
            margin-bottom: 0;
        }

        .section-title {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 15px;
            color: #1f2937;
        }

        .section-content {
            color: #4b5563;
            line-height: 1.8;
        }

        .hours-grid {
            display: grid;
            grid-template-columns: repeat(7, 1fr);
            gap: 10px;
            margin: 15px 0;
        }

        .day-box {
            text-align: center;
            padding: 12px 8px;
            background: #f9fafb;
            border-radius: 6px;
            font-size: 13px;
            color: #000;
        }

        .hours-note {
            text-align: center;
            color: #c83518;
            font-weight: 500;
            margin-top: 10px;
            font-size: 14px;
        }

        .parking-options {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-top: 15px;
        }

        .parking-option {
            padding: 15px;
            background: #f9fafb;
            border-radius: 8px;
            border-left: 4px solid #c83518;
        }

        .parking-option-title {
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 5px;
        }

        .parking-option-desc {
            font-size: 14px;
            color: #000;
        }

        .amenities-list {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 15px;
            background: #f9fafb;
            border-radius: 8px;
        }

        .amenity-icon {
            font-size: 24px;
        }

        .sidebar {
            position: sticky;
            top: 0px;
            height: 100vh;
        }

        .booking-card {
            background: white;
            border-radius: 30px;
            padding: 20px;
            color: #000;
            border: 1px solid #c83518;
            position: sticky;
            top: 20px;
        }

        .booking-title {
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 20px;
            color: #1f2937;
        }

        .date-inputs {
            display: grid;
            grid-template-columns: 1fr 1fr;
            margin-bottom: 20px;
        }

        .date-input {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .date-label { 
            font-size: 14px;
            font-weight: 600;
            color: #4b5563;
        }


        .reserve-btn {
            width: 100%;
            padding: 16px;
            background: #c83518;
            color: white;
            border: none;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
        }
        .total-divider {
    border-top: 1px solid #c83518;
    margin: 10px 0;
}
        .detailTotalss p{
            color: #c83518;
        }
        .detailTotalss{
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 18px;
            font-weight: 500;
            margin-bottom: 10px;
            color: #000;
        }

        .reserve-btn:hover {
            background: #c83518;
        }
        .booking-note{
            text-align: center;
        }
        .booking-note img{
            width: 200px;
            padding: 10px 0;
        }
        .amenities-section{
            color: #000;
        }

        .reviews-section {
            background: white;
            border-radius: 12px;
            color: #000;
            padding: 30px;
            box-shadow: 0 1px 3px rgba(0,0,0,0.1);
        }

        .reviews-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 25px;
        }

        .reviews-summary {
            display: flex;
            gap: 30px;
            align-items: center;
            margin-bottom: 25px;
        }

        .overall-rating {
            text-align: center;
        }

        .overall-number {
            padding-bottom: 10px;
            font-size: 48px;
            font-weight: 500;
            color: #1f2937;
        }

        .overall-label {
            font-size: 18px;
            font-weight: 600;
            color: #1f2937;
        }

        .overall-count {
            font-size: 13px;
            color: #000;
        }

        .rating-breakdown {
            flex: 1;
        }

        .rating-item {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 12px;
        }

        .rating-item-label {
            width: 140px;
            font-size: 14px;
            color: #4b5563;
        }

        .rating-bar {
            flex: 1;
            height: 8px;
            background: #e5e7eb;
            border-radius: 4px;
            overflow: hidden;
        }

        .rating-fill {
            height: 100%;
            background: #fbbf24;
            border-radius: 4px;
        }

        .review-card {
            border-top: 1px solid #e5e7eb;
            padding: 25px 0;
        }

        .review-header {
            display: flex;
            justify-content: space-between;
            align-items: start;
            margin-bottom: 12px;
        }

        .reviewer-info {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .reviewer-avatar {
            width: 40px;
            height: 40px;
            background: #c83518;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 600;
        }

        .review-date {
            font-size: 14px;
            color: #000;
        }

        .review-stars {
            color: #fbbf24;
            margin-bottom: 10px;
        }

        .review-text {
            color: #4b5563;
            line-height: 1.7;
        }

        .show-more-btn {
            display: block;
            margin: 25px auto 0;
            padding: 12px 32px;
            background: white;
            border: 1px solid #d1d5db;
            border-radius: 8px;
            color: #4b5563;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s;
        }

        .show-more-btn:hover {
            border-color: #c83518;
            color: #c83518;
        }

        @media (max-width: 1024px) {
            .content-grid {
                grid-template-columns: 1fr;
            }

            .sidebar {
                position: relative;
                top: 0;
            }
        }

        @media (max-width: 768px) {
            .container {
                padding: 15px;
            }

            .breadcrumb{
                margin: 0px !important;
            }
            .content-grid{
                display: block !important;
            }

            .image-gallery {
                grid-template-columns: 1fr;
                height: auto;
            }

            .main-image {
                height: 250px;
            }
            .side-image img{
                border-radius: 10px !important;
            }

            .header-section {
                padding: 20px;
            }

            .title {
                font-size: 22px;
            }

            .rating-location {
                gap: 20px;
            }

            .hours-grid {
                grid-template-columns: repeat(2, 1fr) !important;
            }

            .date-inputs {
                grid-template-columns: 1fr;
            }

            .reviews-summary {
                flex-direction: column;
                gap: 20px;
            }

            .booking-card, .reviews-section {
                padding: 20px;
            }
        }

        @media (max-width: 480px) {
            .rating-number {
                font-size: 24px;
            }

            .title {
                font-size: 20px;
            }

            .hours-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .quick-info {
                gap: 15px;
            }
        }
