 .hotel-card {
     background: #fff;
     border-radius: 10px;
     box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
     margin-bottom: 25px;
     display: flex;
     align-items: center;
     font-size: 14px;
 }

 .hotel-img img {
     border-radius: 8px;
     width: 180px;
     height: 180px;
     object-fit: cover;
 }

 .hotel-info h5 {
     margin-bottom: 28px;
     font-weight: 600;
 }

 .hotel-info i {
     color: #2f2f8f;
     margin-right: 6px;
     font-size: 14px;
 }

 .hotel-actions .btn-primary {
     background: #2f2f8f;
     border: none;
     padding: 10px 27px;
     font-size: 12px;
 }

 .hotel-actions .btn-outline-primary {
     padding: 8px 18px;
     font-size: 12px;
 }

 .hotel-actions .btn-outline-primary:hover {
     background-color: none !important;
     color: none !important;
 }



 .carousel-item img {
     width: 100%;
     height: 350px;
     /* Adjust height */
     object-fit: cover;
     border-radius: 8px;
 }

 .carousel-inner {
     gap: 15px;
 }


 .read-content {
     display: -webkit-box;
     -webkit-line-clamp: 4;
     -webkit-box-orient: vertical;
     overflow: hidden;
     color: gray;
 }

 /* Expand */
 .read-wrapper input:checked~.read-content {
     -webkit-line-clamp: unset;
 }

 /* Button text */
 .read-btn::after {
     content: "Read More";
 }

 .read-wrapper input:checked~.read-btn::after {
     content: "Read Less";
 }

 .read-btn {
     font-size: 14px;
     margin-top: 20px;
     background-color: #2f2f8f;
     color: white;
     padding: 10px 10px;
     border: none;
 }

 .read-btn:hover {
     background-color: #ff6b3d;
     color: white;

 }

 .amenities-heading {
     font-family: "Poppins";
     font-size: 22px;
     font-weight: 500;
     color: #222222;
 }

 .heading {
     font-family: "El Messiri Bold" !important;
     font-size: 30px;
     font-weight: 700;
     color: #2E3192;
     margin-bottom: 30px;
 }

 .room-heading {
     font-family: "El Messiri Bold" !important;
     font-size: 30px;
     font-weight: 700;
     color: #2E3192;
 }

 .amenity-box {
     border: 1px solid #1f2aa8;
     border-radius: 10px;
     padding: 14px 12px;
     display: flex;
     align-items: center;
     gap: 18px;
     color: #1f2aa8;
     font-weight: 500;
     height: 100px;
     font-size: 16px;
 }


 .amenity-box i {
     font-size: 22px;
     display: block;
 }

 .bed {
     font-size: 12px;
 }

 .right-sticky {
     position: sticky;
     top: 90px;

 }

 .map iframe {
     width: 100%;
     height: 230px;
     border: 0;
     border-radius: 4px;
 }



 .sidebar-section .location-title {
     font-weight: 600;
     margin-bottom: 10px;
 }

 .nearby-list {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .nearby-list li {
     display: flex;
     justify-content: space-between;
     font-size: 13px;
     padding: 4px 0;
     color: #808080cc;
 }

 .nearby-list span:last-child {
     color: #444;
 }

 hr {
     margin: 20px 0;
 }

 .form-label {
     font-size: 13px;
 }

 .form-control {
     font-size: 14px;
     padding: 11px 12px;
     color: grey;
 }

 .submit-btn {
     background: #ff6b3d;
     color: #fff;
     padding: 9px 0;
     border: none;
     border-radius: 4px;
 }

 .view-btn {
     background-color: #2E3192;
     color: white;
     padding: 7px 24px;
     text-transform: uppercase;
     font-size: 12px;
 }

 .view-btn:hover {
     background-color: #2E3192;
     color: white;
 }

 .submit-btn:hover {
     background: #ff6b3d;
     color: #fff;
 }

 /*  */

 .border-outer {
     border: 1px solid #ddd;
     padding: 20px;
     border-radius: 10px;
 }

 .room-card img {
     height: 140px;
     object-fit: cover;
 }

 .room-card h5 {
     font-size: 15px;
     text-align: center;
     color: #1f2aa8;
 }

 .room-card {
     border-radius: none;
     border: none;
 }

 /* Near By Hotel */

 .near-by-hotel {
     cursor: pointer;
 }

 .near-by-hotel h5 {
     font-size: 16px;

 }

 .near-by-hotel h5:hover {
     color: #2f6d9b;

 }

 .near-by-hotel img {
     height: 200px;
     object-fit: cover;
 }