/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * 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.
 */



@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background: #f5f5f5;
	color: #333;
}

.header {
	background: #f8f6f4;
	padding: 20px 40px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	color: #24512A;
}

.container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 20px 50px;
}

.page {
	display: none;
}

.page.active {
	display: block;
}

.page-title h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 62px;
	color: #333333;
	text-align: center;
	margin-bottom: 0px;
	font-weight: 400;
}

.page-title h2 {
	font-family: "Playfair Display", serif;
	font-weight: 400;
	font-size: 70px;
	text-align: center;
	margin: 0;
}

.locations-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-top: 30px;
	max-width: calc(100% - 80px);
	margin-left: auto;
    margin-right: auto;
}

.location-card {
	background: rgba(191, 238, 254, 0.4);
	padding: 20px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.location-card.show {
	opacity: 1;
	transform: translateY(0);
}

.location-card:hover {
	transform: translateY(-5px);
}

.location-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(37, 37, 37, 0.2);
}

.location-name {
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	color: #333333;
	margin-bottom: 30px;
	font-weight: 400;
}

.location-address {
	color: #333;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width: 58%;
	min-height: 44px;
}

.location-hours {
	color: #666;
	margin: 15px 0;
	font-size: 14px;
}

.location-phone {
	color: #333;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.location-phone a {
	color: inherit;
	text-decoration: none;
}

.location-card .btn {
	display: flex;
	width: fit-content;
	padding: 16px 22px;
	border-radius: 50px;
	background: #4BA66B;
	color: #FFF;
	text-align: center;
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	cursor: pointer;
	border: none;
}

.service-page {
	display: flex;
	gap: 0;
	height: 100vh;
	background: linear-gradient(0deg, rgba(191, 238, 254, 0.20) 0%, rgba(191, 238, 254, 0.20) 100%), #FFF;
}

.service-content-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #fff;
    margin-top: 10px;
}

.service-login strong, .service-login p {
    font-family: "Lato", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.service-content-bottom .zen-signin a {
    border-radius: 8px;
    background: #BFEEFE;
    padding: 13px;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
    color: #333;
}

.location-type-selected {
	font-weight: bold;
	font-size: 24px;
}

.service-content {
	background: url('/wp-content/themes/hello-elementor-child/Booking-Assets/ServicesPG.webp');
	background-size: cover;
	background-position: top;
	padding: 60px;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: end;
	width: 50%;
	margin: 20px 30px 20px 20px;
	border-radius: 20px;
	position: relative;
    z-index: 999;
}

.service-content::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: #0000004f;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.page-title {
    z-index: 9999;
}

.center-image {
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin-bottom: 20px;
}

.center-image img {
    width: 100%;
    min-height: 400px;
    object-fit: cover;
}

.service-content h1 {
	text-align: left;
	color: #FFFFFF;
}

.service-content h2 {
	text-align: left;
	color: #FFFFFF;
}

.booking-confirmation-page {
	display: flex;
	gap: 0;
	/*height: 100vh;*/
	background: linear-gradient(0deg, rgba(191, 238, 254, 0.20) 0%, rgba(191, 238, 254, 0.20) 100%), #FFF;
}

.booking-content {
	background: url(/wp-content/themes/hello-elementor-child/Booking-Assets/confirmation.webp);
	background-size: cover;
	background-position: top;
	padding: 60px;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: end;
	width: 50%;
	margin: 20px 30px 20px 20px;
	border-radius: 20px;
}

.booking-content .page-title h1 {
    text-align: left;
    color: #FFFFFF;   
}

.booking-content .page-title h2 {
    text-align: left;
    color: #FFFFFF;  
}

.booking-confirmation-page .guest-info-container {
    overflow-y: auto;
    padding: 20px 20px 0px 0px;
    width: 50%;
}

.booking-summary {
    border: 1px solid rgba(51, 51, 51, 0.20);
    background: #FFF;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    max-width: 628px;
    margin: 0px auto;
    border-radius: 10px;
    padding: 50px;
}

.summary-title {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.booking-summary .service-name {
    color: #000;
}

.summary-row {
    padding: 15px 0px;
    border-bottom: 1px solid #4BA66B;
    display: flex;
    justify-content: space-between;
    font-family: "Montserrat", sans-serif;
}

.summary-services {
    padding: 10px 0px;
    border-bottom: 1px solid #4BA66B;
    text-align: end;
    margin-bottom: 20px;
}

.summary-services:last-child {
    margin: 0;
}

.booking-summary h2 {
    color: #333;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

/*div#summary-details {*/
/*    max-width: 628px;*/
/*    margin: 0px auto 20px;*/
/*    background: #1E3D30;*/
/*    border-radius: 10px;*/
/*    padding: 50px;*/
/*}*/

div#summary-details p {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

div#form-error {
    margin-top: 20px;
    font-family: "Playfair Display";
    color: #FFF;
    padding: 10px 0px 10px 0px;
    text-align: center;
    border-left: 2px solid red;
    font-size: 18px;
    font-weight: bold;
    background-color: red;
    border-radius: 10px;
}

div#loading-overlay {
    font-family: "Playfair Display";
    text-align: center;
    color: green;
    padding: 20px 0px 0px 0px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    pointer-events: none;
    border-radius: 0 !important;
}

div#summary-details p:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}

.booking-summary-names {
    border-bottom: 1px solid #fff;
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.booking-summary-names strong {
    display: flex;
    margin-bottom: 15px;
}

.booking-summary-names ul {
    margin-top: 5px;
    padding-left: 20px;
}

.booking-summary-names ul li {
    font-size: 16px;
}

.guest-info-container form {
    border: 1px solid rgba(51, 51, 51, 0.20);
    background: #FFF;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    max-width: 628px;
    margin: 20px auto;
    border-radius: 10px;
    padding: 50px;
}

.guest-info-container form h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #333333;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
}

.guest-info-container form label {
    display: block;
    color: #333;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}

.guest-info-container .form-group {
    margin-bottom: 20px;
}

.guest-info-container form input {
    border-radius: 8px;
    border: 1px solid rgba(51, 51, 51, 0.14);
    width: 100%;
    height: 48px;
    padding: 10px 20px;
    font-family: Lato;
    font-size: 16px;
}

.guest-info-container form textarea {
    border-radius: 8px;
    border: 1px solid rgba(51, 51, 51, 0.14);
    width: 100%;
    height: 48px;
    padding: 10px 20px;
    font-family: Lato;
    font-size: 16px;
}

.guest-info-container form .submit-btn {
    display: flex;
    padding: 16px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #4BA66B;
    border-radius: 50px;
    color: #FFF;
    border: 0;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
}

.guest-info-container .payment-options {
    border: 1px solid rgba(51, 51, 51, 0.20);
    background: #FFF;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    max-width: 628px;
    margin: 00px auto;
    border-radius: 10px;
    padding: 50px;
}

.payment-options h2 {
    margin-top: 0;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}

.service-type-title {
	color: #333;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
}

.back-btn {
	position: absolute;
	top: 30px;
	right: 30px;
	background: white;
	color: #24512A;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
}

.noslots {
    color: red;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 6px;
}

.service-sidebar {
	overflow-y: auto;
	padding: 20px 20px 0px 0px;
	width: 50%;
}

.sidebar-header {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
	justify-content: space-between;
}

.sidebar-header .location-type-selected {
	border-radius: 8px;
	background: #BFEEFE;
	color: #333;
	font-family: Lato;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 10px 26px;
}

.payment-options h2 {
    margin-top: 0;
    color: #333;
    font-size: 28px;
    margin-bottom: 30px;
}

.payment-button {
    margin-bottom: 15px;
    display: flex;
    width: 100%;
    padding: 16px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #4BA66B;
    border-radius: 5px;
    color: #FFF;
    border: 0;
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    cursor: pointer;
}

.payment-button:hover {
    background: #45a049;
}


.payment-button.secondary {
    background: #2196F3;
}

.payment-button.secondary:hover {
    background: #1976D2;
}

.payment-button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.divider {
    text-align: center;
    margin: 20px 0;
    color: #666;
    position: relative;
}

.divider::before,
.divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 45%;
    height: 1px;
    background: #ddd;
}

.divider::before {
    left: 0;
}

.divider::after {
    right: 0;
}

.info-box {
    font-family: Lato;
    background: #e3f2fd;
    padding: 15px;
    border-radius: 6px;
    margin-top: 20px;
    font-size: 14px;
    color: #1976D2;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#loading-overlay p {
    background: white;
    padding: 30px 50px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.error-message {
    background: #ffebee;
    color: #c62828;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    display: none;
}

.booking-payment-page {
	display: flex;
	gap: 0;
	height: 100vh;
	background: linear-gradient(0deg, rgba(191, 238, 254, 0.20) 0%, rgba(191, 238, 254, 0.20) 100%), #FFF;
}

.booking-payment {
	background: url(/wp-content/themes/hello-elementor-child/Booking-Assets/payment-methods.webp);
	background-size: cover;
	background-position: top;
	padding: 60px;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: end;
	width: 50%;
	margin: 20px 30px 20px 20px;
	border-radius: 20px;
}

.booking-payment .page-title h1 {
    text-align: left;
    color: #FFFFFF;   
}

.booking-payment .page-title h2 {
    text-align: left;
    color: #FFFFFF;  
}

.booking-payment-page .guest-info-container {
    overflow-y: auto;
    padding: 20px 20px 0px 0px;
    width: 50%;
}

.confirmation-page {
    background-color: #1E3D30;
    height: 130vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat';
}

.confirmation-page .service-name {
    color: #24512A !important;
}

.confirmation-card {
    margin-bottom: 30px;
}

.confirmation-container {
    max-width: 800px;
    text-align: center;
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(51, 51, 51, 0.20);
    background: #FFF;
    padding: 30px 30px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #24512A !important;
}

.confirmation-container .confirmation-header h1 {
    margin-top: 20px;
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: capitalize;
}

.confirmation-container .confirmation-card h3 {
    text-align: center;
    margin-bottom: 14px;
}

.confirmation-footer a {
    background: #BFEEFE;
    color: #000;
    border: none;
    border-radius: 10px;
    /* width: 42px; */
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}



/* Grid layout */
#servicesTypeContainer {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Outer card container */
.service-card {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	cursor: pointer;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card:hover {
	transform: translateY(-6px);
}

/* Background image */
.service-bg {
	position: relative;
	background-size: cover;
	background-position: center;
	height: 230px;
	border-radius: 20px;
}

/* Overlay gradient for text readability */
.service-overlay {
	position: absolute;
	inset: 0;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 71.31%, rgba(0, 0, 0, 0.90) 95.12%);
	transition: background 0.3s ease;
}

/* Inner content */
.service-card .service-card {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
	box-sizing: border-box;
}

/* Service name */
.service-name {
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

/* Button */
.service-btn {
	background: #BFEEFE;
	color: #000;
	border: none;
	border-radius: 10px;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.3s ease;
}

.service-btn:hover {
	background: #fff;
	transform: scale(1.1);
}

.go-back-to-services {
	display: flex;
	border-radius: 8px;
	background: #BFEEFE;
	padding: 13px;
	cursor: pointer;
}

/* Arrow style */
.arrow {
	font-weight: bold;
	transition: transform 0.3s ease;
}

div#locationPage {
	padding-top: 0px;
}

.location-selected {
	border-radius: 8px;
	background: #BFEEFE;
	color: #333;
	font-family: Lato;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 10px 26px;
}

.change-location {
	display: flex;
	border-radius: 8px;
	background: #BFEEFE;
	padding: 13px;
}

.service-tabs {
	display: flex;
	gap: 10px;
	margin-bottom: 30px;
	flex-wrap: wrap;
}

.tab-btn {
	padding: 10px 20px;
	background: white;
	border: 2px solid #24512A;
	color: #24512A;
	border-radius: 4px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.tab-btn.active {
	background: #24512A;
	color: white;
}

.category-title {
	font-size: 32px;
	color: #24512A;
	font-style: italic;
	margin: 30px 0 20px;
	font-weight: 400;
}

.service-item {
	background: white;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 15px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease;
}

.service-item:hover {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.service-info {
	flex: 1;
}

.service-badge {
	background: #24512A;
	color: white;
	padding: 4px 10px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.service-description {
	margin-bottom: 12px;
	color: #333;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.service-details {
	display: flex;
	gap: 15px;
	font-size: 14px;
	color: #24512A;
	font-weight: 600;
}

.add-btn {
	width: 36px;
	height: 36px;
	background: #24512A;
	color: white;
	border: none;
	border-radius: 50%;
	font-size: 24px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: all 0.3s ease;
}

.add-btn:hover {
	background: #002847;
	transform: rotate(90deg);
}

/* Provider Selection */
#providerPage .providers-container {
	display: flex;
	gap: 0;
	height: 100vh;
	background: linear-gradient(0deg, rgba(191, 238, 254, 0.20) 0%, rgba(191, 238, 254, 0.20) 100%), #FFF;
}

#providerPage .providers-content {
	background: url(/wp-content/themes/hello-elementor-child/Booking-Assets/booking.webp);
	background-size: cover;
	background-position: bottom;
	padding: 60px;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: end;
	width: 50%;
	margin: 20px 30px 20px 20px;
	border-radius: 20px;
	position: relative;
	z-index: 999;
}

#providerPage .providers-content::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: #0000004f;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

#providersContainer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px;
	margin-bottom: 40px;
}

#providerPage .providers-content h1,
#providerPage .providers-content h2 {
	color: #FFFFFF;
	text-align: left;
}

#providerPage .provider-section {
	overflow-y: auto;
	padding: 20px 20px 20px 0px;
	width: 50%;
}

div#selectedServicesDisplay .remove-service-btn {
	background-color: #4BA66B;
	border: 0;
	padding: 6px;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	cursor: pointer;
}

div#selectedServicesDisplay .remove-service-btn svg {
	width: 10px;
	height: 10px;
}

.select-provider-title {
	margin-top: 40px;
}

.booking-grid h3 {
	color: #333;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

#time-slots {
	list-style: none;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: start;
}

#time-slots li {
	width: 70px;
	height: 70px;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

#time-slots .unavailable-slot {
	pointer-events: none;
}

#time-slots li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
}

#time-main-slots li {
	background: #FFFFFF;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	text-align: center;
	width: max-content;
}

ul#time-main-slots {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-right: 50px;
}

.available-slot {
	border: 2px solid #4ba66b;
}

.available-slot span {
	color: #4ba66b !important;
}

.available-slot:hover {
	transform: translateY(-5px) scale(1.05);
}

.available-slot.selected-date {
	border: 2px solid #4ba66b;
	background-color: #4ba66b;
}

.time-slot.selected-time {
	border: 2px solid #4ba66b !important;
	background-color: #4ba66b !important;
	color: #FFF;
}

.available-slot.selected-date span {
	color: #FFFFFF !important;
}

.available-slot:hover::before {
	opacity: 1;
}

.unavailable-slot {
	background: linear-gradient(135deg, #9099a2 0%, #5d666f 100%);
	cursor: not-allowed;
	opacity: 0.6;
}

.unavailable-slot::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 70px;
	background: rgba(255, 255, 255, 0.3);
	transform: rotate(45deg);
}

#time-slots li span {
	font-family: Montserrat;
	color: white;
	font-size: 32px;
	font-weight: 500;
}

.timeslots-main-container {
	margin-top: 30px;
}

#time-slots li strong {
	display: block;
}

#continue-btn {
	font-family: "Roboto", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #2F5E45;
	background-color: #2F5E45;
	border-radius: 50px;
	padding: 18px 26px 18px 26px;
	color: #FFFFFF;
	margin-top: 40px;
	cursor: pointer;
}

.section-title {
	color: #333;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.selected-service-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.selected-service-card {
	background: white;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
}

.selected-service-group {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.selected-service-details {
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
}

.selected-service-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10px;
}

.selected-service-name {
	color: #333;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
}

.enhancement-bullet {
	font-weight: 600;
	font-family: Montserrat;
}

.selected-service-price {
	font-size: 18px;
	font-weight: 600;
	color: #24512A;
}

.selected-service-duration {
	font-size: 14px;
	color: #666;
}

div#servicesContainer {
	max-width: 428px;
	margin: 0 auto;
}

div#servicesContainer .subservice-card {
	border-radius: 20px;
	border: 1px solid rgba(51, 51, 51, 0.20);
	background: #FFF;
	padding: 20px 20px;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #24512A !important;
	margin-bottom: 20px;
	position: relative;
}

.service-bes {
	display: flex;
	gap: 10px;
	line-height: 1;
	color: #4BA66B;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

.hr-b {
	width: 2px;
	background-color: #333333;
}

div#servicesContainer .subservice-card .service-name {
	box-shadow: none;
	text-shadow: none;
	margin-top: 58px;
	margin-bottom: 10px;
	color: #4BA66B;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

.service-book {
	display: flex;
}

.service-book a {
	display: flex;
	border-radius: 8px;
	background: #BFEEFE;
	padding: 13px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.overlay.active {
	display: flex;
	align-items: center;
	justify-content: end;
	opacity: 1;
}

.overlay-content {
	background: linear-gradient(0deg, #F2FCFF 0%, #F2FCFF 100%);
	border-radius: 0;
	max-width: 431px;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	position: relative;
	animation: slideUp 0.3s ease;
}

.overlay-image {
	position: relative;
}

.overlay-header {
	position: absolute;
	bottom: 20px;
	z-index: 9999;
	color: #FFF;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	padding: 0px 20px;
}

@keyframes slideUp {
	from {
		transform: translateY(50px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.overlay-close {
	position: absolute;
	transition: transform 0.2s ease;
	display: flex;
	border-radius: 8px;
	background: #BFEEFE;
	padding: 13px;
	z-index: 999;
	transition: transform 0.2s ease;
	border: 0;
	right: 20px;
	top: 20px;
}

.overlay-close:hover {
	transform: scale(1.1);
}

.overlay-image {
	position: relative;
	overflow: hidden;
}

.overlay-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.8);
}

.overlay-details {
	padding: 40px 20px;
	overflow-y: auto;
}

.overlay-category {
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.overlay-header h2 {
	color: #FFF;
	font-family: "Playfair Display";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.overlay-price {
	color: #FFF;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}

.overlay-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
}

.overlay-tag {
	background: #f0f0f0;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 12px;
	color: #666;
}

.overlay-description {
	margin-bottom: 20px;
	color: #333;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.overlay-duration {
	display: flex;
	gap: 8px;
	color: #4BA66B;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 11px;
}

.overlay-enhancements h3 {
	color: #333;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 10px;
}

.enhancement-item {
	display: flex;
	align-items: center;
	gap: 15px;
	border-top: 1px solid rgba(51, 51, 51, 0.20);
	padding-bottom: 10px;
	padding-top: 10px;
	transition: all 0.2s ease;
}

.enhancement-image {
	width: 60px;
	height: 60px;
	border-radius: 8px;
	object-fit: cover;
}

.enhancement-info {
	flex: 1;
}

.enhancement-name {
	color: #4BA66B;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 6px;
}

.enhancement-description {
	color: #333;
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.enhancement-price {
	color: #4BA66B;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	margin-top: 27px;
}

.enhancement-add {
	display: flex;
	cursor: pointer;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 8px;
	background: #BFEEFE;
	border: 0;
	/*margin-top: -50px;*/
	transition: .2s linear;
}

.enhancement-add.added {
	background: #1E3D30;
	transform: rotate(45deg);
}

.enhancement-add.added svg path {
	stroke: white;
}

.overlay-cta {
	width: 100%;
	padding: 14px;
	border: none;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: background 0.2s ease;
	border-radius: 8px;
	background: #4BA66B;
	font-family: 'Lato';
}

.checkmark {
	width: 24px;
	height: 24px;
	background: #28a745;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 14px;
	margin-left: 10px;
}

.provider-card {
	background: #FFFFFF;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.provider-card:hover {
	border-color: #24512A;
	box-shadow: 0 2px 8px rgba(36, 81, 42, 0.1);
}

.provider-card.selected {
	border-color: #4ba66b;
	background: #f0f7f1;
}

.provider-info {
	flex: 1;
}

.provider-name {
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	text-align: center;
}

.provider-duration {
	font-size: 14px;
	color: #666;
}

.provider-radio {
	width: 24px;
	height: 24px;
	border: 2px solid #ccc;
	border-radius: 50%;
	position: relative;
	transition: all 0.3s ease;
}

.provider-card.selected .provider-radio {
	border-color: #24512A;
}

.provider-card.selected .provider-radio::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #24512A;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.add-service-btn {
	background: #6c757d;
	color: white;
	margin: 20px 0;
	width: 100%;
}

/* Date & Time Selection */
.datetime-container {
	display: grid;
	grid-template-columns: 350px 1fr;
	gap: 30px;
	margin-top: 20px;
}

.calendar-wrapper {
	background: white;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
}

.calendar-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.calendar-nav {
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	color: #24512A;
	padding: 5px 10px;
}

.calendar-month {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 8px;
}

.calendar-day-header {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #666;
	padding: 8px 0;
}

.calendar-day {
	aspect-ratio: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.2s ease;
}

.calendar-day:hover:not(.empty):not(.past) {
	background: #f0f7f1;
}

.calendar-day.selected {
	background: #28a745;
	color: white;
	font-weight: 600;
}

.calendar-day.today {
	border: 2px solid #24512A;
}

.calendar-day.empty,
.calendar-day.past {
	color: #ccc;
	cursor: default;
}

.calendar-legend {
	display: flex;
	gap: 15px;
	margin-top: 15px;
	font-size: 12px;
}

.legend-item {
	display: flex;
	align-items: center;
	gap: 5px;
}

.legend-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.legend-dot.waitlist {
	background: #ffc107;
}

.legend-dot.available {
	background: #28a745;
}

.legend-dot.no-slots {
	background: #ccc;
}

.timeslots-wrapper {
	background: white;
	border: 2px solid #e0e0e0;
	border-radius: 8px;
	padding: 20px;
	max-height: 500px;
	overflow-y: auto;
}

.timeslots-header {
	background: #333;
	color: white;
	padding: 15px;
	border-radius: 6px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 600;
}

.time-period {
	margin-bottom: 20px;
}

.time-period-label {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #666;
	margin-bottom: 15px;
}

.time-period-icon {
	font-size: 20px;
}

.timeslots-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.timeslot {
	padding: 12px;
	border: 2px solid #e0e0e0;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	transition: all 0.2s ease;
}

.timeslot:hover {
	border-color: #24512A;
	background: #f0f7f1;
}

.timeslot.selected {
	background: #24512A;
	color: white;
	border-color: #24512A;
}

.waitlist-btn {
	background: #6c757d;
	color: white;
	width: 100%;
	margin-top: 20px;
	padding: 15px;
}

@media (max-width: 1024px) {
	.service-page {
        flex-direction: column;
        height: auto;
    }
	.service-content {
		min-height: 300px;
	}

	.datetime-container {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.overlay-content {
		grid-template-columns: 1fr;
		max-width: 95%;
	}
	
	.overlay-header {
	    gap: 10px;
	}
	
	.overlay-header h2 {
	    font-size: 30px;
	}
	
	.location-info {
	    flex-direction: column;
	    gap: 20px;
	}
	
	.location-name {
	    font-size: 30px;
	}
	
	.locations-grid {
	    grid-template-columns: 1fr;
	    max-width: 100% !important;
	}
	
	.location-address {
	    width: 100% !important;
	}
	
	.page-title h1 {
	    font-size: 45px;
	}
	
	.page-title h2 {
	    font-size: 50px;
	}

	.overlay-image {
		max-height: 250px;
	}

	.overlay-details {
		padding: 20px;
	}
	
	.service-content {
	    width: 100%;
	    margin: 0;
	    min-height: 450px;
	    padding: 20px;
	}
	
	.center-image {
	    height: auto;
	}
	
	.center-image img {
	    min-height: auto;    
	}
	
	.sidebar-header {
	    margin-bottom: 30px;
	}
	
	.service-sidebar {
        overflow-y: auto;
        padding: 50px 20px;
        width: 100%;
    } 
    
    .change-location {
        padding: 9px;
    }
	
	.go-back-to-services {
	    padding: 9px;
	}
	
	.sidebar-header .location-type-selected {
	    padding: 10px 15px;
	    font-size: 14px;
	}
	
	.sidebar-header .location-selected {
	    padding: 10px 15px;
	    font-size: 14px;
	}
	
	.service-content-bottom .zen-signin a {
	    font-size: 14px;
	}
	
	.service-book a {
	    padding: 8px;
	}
	
	.overlay-header {
	    flex-direction: column;
	    align-items: start;
	}
	
	#providerPage .providers-container {
	   flex-direction: column;
	   height: auto;
	}
	
	#providerPage .providers-content {
        width: 100%;
        margin: 0;
        min-height: 450px;
        padding: 20px;
    }
    
    #providerPage .provider-section {
        overflow-y: auto;
        padding: 50px 20px;
        width: 100%;
    }
    
    #providersContainer {
        grid-template-columns: 1fr 1fr;
    }
    
    #time-slots {
        gap: 10px;
    }
    
    #time-slots li {
        width: 60px;
        height: 60px;
    }
    
    #time-slots li span {
        font-size: 22px;
    }
    
    ul#time-main-slots {
        gap: 10px;
        padding: 0;
    }
    
    #time-main-slots li {
        padding: 10px;
        font-size: 14px;
    }
    
    .booking-confirmation-page {
        flex-direction: column;
    }
    
    .booking-confirmation-page .booking-content {
        width: 100%;
        margin: 0;
        min-height: 450px;
        padding: 20px;
    }
    
    .booking-confirmation-page .guest-info-container {
        overflow-y: auto;
        padding: 50px 20px;
        width: 100%;
    }
    
    .booking-confirmation-page .summary-services {
        margin-bottom: 0px;
    }
    
    .booking-confirmation-page .booking-summary {
        font-size: 14px;
        padding: 20px 20px;
    }
    
    .booking-confirmation-page .service-name {
        font-size: 16px;
    }
	
	.booking-summary .summary-title {
        text-align: center;
        font-size: 20px;
        font-family: "Montserrat", sans-serif;
        margin-bottom: 20px;
    }
    
    .guest-info-container form h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .guest-info-container form {
        padding: 20px;
    }
    
    .guest-info-container form input {
        font-size: 14px;
    }
    
    .booking-payment-page {
       flex-direction: column;
	   height: auto;
    }
    
    .booking-payment-page .booking-payment {
        width: 100%;
        margin: 0;
        min-height: 450px;
        padding: 20px;
    }
    
    .guest-info-container .guest-info-container {
        overflow-y: auto;
        padding: 50px 20px;
        width: 100%;
    }
    
    .guest-info-container .payment-options {
        padding: 20px;
    }
    
    .guest-info-container .payment-options h2 {
        font-size: 24px;
        text-align: center;
    }
    
    .guest-info-container .payment-button {
        padding: 10px 10px;
        font-size: 13px;
    }
    
    .guest-info-container .info-box {
        font-size: 13px;
    }
    
    .confirmation-container {
        padding: 50px 20px;
    }
    
    .confirmation-container .confirmation-header h1 {
        font-size: 26px;
    }
    
    .confirmation-container {
        font-size: 14px;
    }
    
    .confirmation-container .service-name {
        font-size: 18px;
    }
    
    .confirmation-container .summary-services {
        margin-bottom: 0;
    }
    
    .confirmation-footer a {
        font-size: 16px;
    }
}