/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1729942421
Updated: 2024-10-26 11:33:41

*/

.page .entry-title {
	display: none;
}   


/********************************************* Complete Booking Page *********************************************/

/* Error */
.container-error {
    text-align: center;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.container-error h1 {
    color: #dc3545;
    margin-bottom: 20px;
}

.container-error p {
    font-size: 18px;
    margin-bottom: 40px;
}

.container-error .error-link {
    text-decoration: none;
    background: linear-gradient(90deg, #27508a, #2857a3) !important; /* Gradient background for button */
    border: 1px solid rgba(255, 255, 255, 0.5) !important; /* Semi-transparent border */
    color: #ffffff !important;
    padding: 0.7em 1.5em !important;
    border-radius: 20px !important;
}

.container-error .error-link:hover {
    background: linear-gradient(90deg, #2857a3, #3b73c4) !important; /* Darker gradient on hover */
    border-color: rgba(255, 255, 255, 0.8) !important; /* Slightly more opaque border on hover */
    color: #ffffff !important;
}

/* Success */
.container-success {
    text-align: center;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.container-success h1 {
    color: #28a745;
    margin-bottom: 20px;
}

.container-success p {
    font-size: 18px;
    margin-bottom: 40px;
}

.container-success .success-link {
    text-decoration: none;
    background: linear-gradient(90deg, #27508a, #2857a3) !important; /* Gradient background for button */
    border: 1px solid rgba(255, 255, 255, 0.5) !important; /* Semi-transparent border */
    color: #ffffff !important;
    padding: 0.7em 1.5em !important;
    border-radius: 20px !important;
}

.container-success .success-link:hover {
    background: linear-gradient(90deg, #2857a3, #3b73c4) !important; /* Darker gradient on hover */
    border-color: rgba(255, 255, 255, 0.8) !important; /* Slightly more opaque border on hover */
    color: #ffffff !important;
}

/********************************************* WooCommerce Bookings Page *********************************************/
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 50px;
    background-color: #123a5e !important;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    height: 50px;
    align-items: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex !important;
    flex-direction: row !important;
    list-style-type: none; /* Removes the dots */
    margin-top: 9px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    margin: 0 auto !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    color: #e4ebf5 !important;
    text-decoration: none; /* Removes underline from links */
}

.woocommerce-MyAccount-content {
    width: 100% !important;
}


/********************************************* WooCommerce Account Details Page *********************************************/
.woocommerce-EditAccountForm.edit-account .edit-account-submit-buttons {
    margin-top: 20px !important;
}


/********************************************** Rooms Page *******************************************/

/* Default styles - desktop-first approach (suitable for large screens) */

/* Font Styling */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');

.rooms-section {
    background-color: #093774;
    padding: 3em 1em;
    text-align: center;
    /* font-family: 'Playfair Display', serif; */
    /* width: 90%; */
  	margin: 0 auto;
}

.rooms-section .section-title {
    font-size: 2.5em;
    color: #ffffff;
    margin-bottom: 2em;
    font-weight: 700;
    font-family: 'Playfair Display';
}

.rooms-section .section-title .highlight {
    color: #006aff; /* Accent color for 'Luxurious' */
}

.rooms-section .room-box {
    background-color: #ffffff17;
    border: 1.5px solid #ffffff;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 1.5em auto;
    margin: 96px auto;
    padding: 1.5em;
    max-width: 1500px;
    transition: transform 0.3s;
}

.rooms-section .room-box:hover {
    transform: scale(1.02);
}

.rooms-section .room-image {
    width: 400px;
    height: 400px;
    border-radius: 30px;
    margin-right: 2.5em;
    border: 1.5px solid #ffffff;
    vertical-align: middle;
    display: inline-block;
}

.rooms-section .room-content {
    color: #e4ebf5; /* Updated text color */
    text-align: left;
    max-width: 100%;
    height: 400px;
}

.rooms-section .room-title {
    /* font-size: 1.8em; */
    font-size: 48px;
    margin-bottom: 80px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Playfair Display';
    font-weight: 400;
}

.rooms-section .room-description {
    font-size: 1em;
    /* line-height: 2em; */
    /* margin-bottom: 28px; */
    color: #ffffff; /* Updated text color */
    font-family: 'Inter';
    height: 100px;
}

.rooms-section .view-room-button {
    background: linear-gradient(90deg, #27508a, #2857a3); /* Gradient background for button */
    border: 1px solid rgba(255, 255, 255, 0.5); /* Semi-transparent border */
    color: #ffffff;
    padding: 0.7em 1.5em;
    border-radius: 20px; /* Adjusted to match the rounded look in the image */
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
    font-size: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    width: -webkit-fill-available;
    margin-top: 82px;
    font-family: 'Inter';
}

.rooms-section .view-room-button:hover {
    background: linear-gradient(90deg, #2857a3, #3b73c4); /* Darker gradient on hover */
    border-color: rgba(255, 255, 255, 0.8); /* Slightly more opaque border on hover */
    color: #ffffff;
}

/*********** Responsive styles ***********/

/* Large screens (1440px and above) */
@media (min-width: 1440px) {
    .rooms-section {
        padding: 4em 4em;
    }
    .rooms-section .room-box {
        padding: 2em;
    }
    .rooms-section .room-title {
        font-size: 56px;
    }
}

/* Tablets (768px to 1024px) */
@media (max-width: 1024px) {
    .rooms-section .room-box {
        flex-direction: column;
        align-items: center;
        /* padding: 1.5em; */
        padding: 2em;
    }
    .rooms-section .room-image {
        margin: 0 0 1.5em;
        width: 100%;
    	object-fit: cover;
    }
    .rooms-section .room-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    .rooms-section .view-room-button {
        margin-top: 40px;
        display: block;
    	text-align: center;
    }
	.rooms-section .room-content {
		height: auto;
	}
}

/* Small screens (480px to 767px) */
@media (max-width: 767px) {
    .rooms-section {
        padding: 2em 1em;
    }
    .rooms-section .section-title {
        font-size: 2em;
    }
    /* .rooms-section .room-image {
        width: 300px;
        height: 300px;
    } */
    .rooms-section .room-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .rooms-section .room-description {
        font-size: 0.9em;
        height: auto;
    }
    .rooms-section .room-box {
		padding: 1em;
	}
}

/* Very small screens (below 480px) */
@media (max-width: 480px) {
    .rooms-section .room-box {
        padding: 1em;
    }
    /* .rooms-section .room-image {
        width: 250px;
        height: 250px;
    } */
    .rooms-section .room-title {
        font-size: 24px;
    }
    .rooms-section .view-room-button {
        font-size: 0.9em;
        padding: 0.6em 1em;
    }
}


/********************************************* Room Details Page *********************************************/
.room-detail-before-image .view-all-images {
	border-color: #ffffff;
	color: #ffffff;
}

.room-detail-before-image .view-all-images:hover {
	background: linear-gradient(90deg, #27508a, #2857a3) !important;
}

.room-detail-after-image {
  font-family: "Inter", Sans-serif;
}

.room-detail-after-image .title-font {
  font-family: "Playfair Display", serif !important;
}

.room-detail-after-image .sub-font {
  font-family: "Inter", Sans-serif;
}

.room-detail-after-image .text-primary {
  --text-opacity: 1;
  color: #093774;
}

.room-detail-after-image .text-text {
  --text-opacity: 1;
  color: #4d585b;
  color: rgba(77, 88, 91, var(--text-opacity));
}

.room-detail-after-image .material-icons {
  font-weight: 400 !important;
  font-size: 1rem !important;
}

.room-detail-after-image .bg-primary {
  --bg-opacity: 1;
  background: linear-gradient(90deg, #27508a, #2857a3) !important; /* Gradient background for button */
  color: #ffffff !important;
}

.room-detail-after-image .bg-primary:hover {
    background: linear-gradient(90deg, #2857a3, #3b73c4) !important; /* Darker gradient on hover */
}

/* // reset everything */
.room-detail-after-image *,
.room-detail-after-image *::before,
.room-detail-after-image *::after {
  box-sizing: border-box;
}

.room-detail-after-image * {
  margin: 0;
  padding: 0;
  border: 0 solid transparent;
}

/* // prevent iOS font size change */
.room-detail-after-image {
  -webkit-text-size-adjust: 100%;
}

/* // reset body line-height */
.room-detail-after-image {
  min-height: 100vh;
  line-height: 1;
  text-rendering: optimizeSpeed;
}

/* // all media elements set to block and full width */
.room-detail-before-image img, .room-detail-after-image img,
.room-detail-after-image svg,
.room-detail-after-image video,
.room-detail-after-image canvas,
.room-detail-after-image audio,
.room-detail-after-image iframe,
.room-detail-after-image embed,
.room-detail-after-image object {
  display: block;
  max-width: 100%;
}

/* // inherit fonts for inputs and buttons */
.room-detail-after-image input,
.room-detail-after-image button,
.room-detail-after-image textarea,
.room-detail-after-image select {
  font: inherit;
  line-height: inherit;
  color: inherit;
}

/* // collapse table */
.room-detail-after-image table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* // assign button hover state */
.room-detail-after-image button,
[role="button"] {
  cursor: pointer !important;
  background-color: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
  &:focus {
    outline: 0;
  }
}

/* // reset anchor style */
.room-detail-after-image a {
  cursor: pointer;
  color: inherit;
  text-decoration: inherit;
  -webkit-tap-highlight-color: transparent;
}

/* // reset heading style */
/* .room-detail-after-image h1,
.room-detail-after-image h2,
.room-detail-after-image h3,
.room-detail-after-image h4,
.room-detail-after-image h5,
.room-detail-after-image h6 {
  font-size: inherit;
  font-weight: inherit;
} */

/* // reset list style */
.room-detail-after-image ol,
.room-detail-after-image ul {
  list-style: none;
}

.room-detail-after-image #checkin-date, .room-detail-after-image #checkout-date, .room-detail-after-image .check-in-date, .room-detail-after-image .check-out-date {
    border: none !important;
    border-radius: 0.5em !important;
    padding-top: 0.75em !important;
    padding-bottom: 0.75em !important;
}

.room-detail-after-image .bg-light {
  background-color: #fff;
}

/* Create four equal columns that floats next to each other */
.room-details-images-all#myModal .column {
	float: left;
	width: 25%;
}

/* The Modal (background) */
.room-details-images-all#myModal.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
	z-index: 999;
}

/* Modal Content */
.room-details-images-all#myModal .modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

/* The Close Button */
.room-details-images-all#myModal .close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.room-details-images-all#myModal .close:hover,
.room-details-images-all#myModal .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

/* Hide the slides by default */
.room-details-images-all#myModal .mySlides {
	display: none;
}

/* Next & previous buttons */
.room-details-images-all#myModal .prev,
.room-details-images-all#myModal .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.room-details-images-all#myModal .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.room-details-images-all#myModal .prev:hover,
.room-details-images-all#myModal .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.room-details-images-all#myModal .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Caption text */
.room-details-images-all#myModal .caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

.room-details-images-all#myModal img.demo {
	opacity: 0.6;
}

.room-details-images-all#myModal .active,
.room-details-images-all#myModal .demo:hover {
	opacity: 1;
}


/*************************************** Confirm Booking / Review booking / Book now **********************************/
.container.confirm-booking {
    background: none;
    box-shadow: none;
    /* font-family: 'Playfair Display', serif !important; */
    font-family: "Inter", Sans-serif !important;
}

.confirm-booking input, .confirm-booking select, .confirm-booking textarea {
    border-radius: 10px !important;
}

.container.confirm-booking  {
	width: 85%;
}

.summary-section {
    height: fit-content;
}

.summary-section .room-details-summary .float-right {
    float: right;
}

.booking-back-link {
    color: linear-gradient(90deg, #2857a3, #3b73c4) !important;
}

.login-olgah {
    float: right;
}

.login-olgah, .reserve-booking {
    background: linear-gradient(90deg, #27508a, #2857a3) !important; /* Gradient background for button */
    border: 1px solid rgba(255, 255, 255, 0.5) !important; /* Semi-transparent border */
    color: #ffffff !important;
    padding: 0.7em 1.5em !important;
    border-radius: 20px !important;
}

.login-olgah:hover, .reserve-booking:hover {
    background: linear-gradient(90deg, #2857a3, #3b73c4) !important; /* Darker gradient on hover */
    border-color: rgba(255, 255, 255, 0.8) !important; /* Slightly more opaque border on hover */
    color: #ffffff !important;
}


/********************************************** Rooms Listing On Home Page *******************************************/
/* .rooms-section.home-page {
    width: 100% !important;
} */


/*************************************** Loader overlay to cover the full page ************************************/
.loader-overlay {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
  z-index: 1000; /* Make sure it’s on top */
  justify-content: center;
  align-items: center;
}

/* Loader spinner */
.loader-spinner {
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid #2857a3; /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

/* Animation for the spinner */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/******************************************************* NOTIFICATION ****************************************************/
.noti {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 10px 12px 30px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.4s linear;
  display: flex;
  align-items: center;
  border: 3px solid #242424;
  box-shadow: 1px 2px 0px #242424;
  backdrop-filter: blur(5px);
  border-radius: 10px;
  width: auto;
}

.noti i {
  font-size: 18px;
}

.noti span {
  margin-bottom: -3px;
  padding-left: 20px;
  font-weight: 600;
  font-size: 15px;
}

.noti.warning {
  background-color: #fcfac491;
  color: #242424;
}

.noti.info {
  background-color: #a7d7f89e;
  color: #242424;
}

.noti.success {
  background-color: #c2ffdab8;
  color: #242424;
}

.noti.danger {
  background-color: #febebfa8;
  color: #242424;
}
.noti.show {
  opacity: 1;
}

.close-button {
  cursor: pointer;
  margin-left: 20px;
  color: #242424;
}

