/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Header Style */
.site-header.header-full-width {
    z-index: 9999;
	padding-top:30px;
}

.site-navigation a:hover{color:#E5A85B !important;}

.site-navigation ul.menu li {
    display: block;
}

.booklink{
	margin:0 30px;
}

.booklink a{
	color:#F7F5F3 !important;
    background: #5C6A82;
	border-radius:50px;
}

.booklink a:hover{
	color:#F7F5F3 !important;
    background: #E5A85B;
}

/* Desktop/menu icon */
.menu-item-cart { margin-left: 12px; }
.header-cart-link { 
	display: inline-flex; 
	align-items: center; 
	position: relative; 
}
.header-cart-link .fa-calendar-check {
	font-size: 24px; /* bumped up */
	line-height: 1;
	position: relative;
	color: #5c6a82;
}

/* cart count on top-right of icon */
.header-cart-count {
	background: #e5a85b; /* gold background */
	color: #fff;
	font-size: 12px;
	min-width: 1.25em;
	height: 1.25em;
	padding: 0 5px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;

	position: absolute;
	top: 0px;   /* adjust vertical offset */
	right: 10px; /* adjust horizontal offset */
}

/* Mobile: separate icon next to the toggle (outside the menu) */
@media (max-width: 782px) {
	.show{
		display: flex;
		padding:0;
	}
	.mobile-header-cart-link {
		display: inline-flex;
		align-items: center;
		margin-left: 12px;
		text-decoration: none;
		position: relative;
	}
	.mobile-header-cart-link .fa-calendar-check { 
		font-size: 24px; /* bumped up for mobile too */
		line-height: 1; 
		color: #5c6a82;
	}
	.mobile-header-cart-link .header-cart-count {
		background: #e5a85b;
		color: #fff;
		font-size: 12px;
		min-width: 1.25em;
		height: 1.25em;
		padding: 0 5px;
		border-radius: 999px;
		display: inline-flex;
		align-items: center;
		justify-content: center;

		position: absolute;
		top: -8px;
		right: -3px;
	}

	/* Hide the menu item on mobile to avoid duplication */
	.menu-item-cart { display: none !important; }
}

/* Footer Style */
#site-footer{clear:both;}

/* WooCommerce Style */
.woocommerce ul.products li.product a img {
    border-radius: 25px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    color: #69727d;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #e5a85b;
}

.woocommerce ul.products li.product .button {
    border-radius: 25px;
    background: #69727d;
    color: #fff;
}

.wp-block-woocommerce-checkout-order-summary-block{
    border-radius: 50px !important;
	padding:20px;
}

.woocommerce-message::before {
    color: #e5a85b;
}

.woocommerce-message {
    border-radius: 25px;
    border: none;
    line-height: 35px;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: right;
    border-radius: 25px;
    background: #e5a85b;
    color: #fff;
}

.woocommerce div.product div.images img {
    border-radius: 25px;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    text-decoration: none;
	border-radius: 50px;
}

.wc-block-cart__submit-container:hover, .wc-block-cart__submit-container:hover a{color:#fff;}

.woocommerce div.product .product_title {
    float: left;
}

.woocommerce-product-details__short-description{clear:both;}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #e5a85b;
    line-height: 60px;
    margin-left: 10px;
    float: left;
}

.product-quick-view-container div.product form.cart, .single-product div.product form.cart {
    background-color: #5c6a82 !important;
    margin-top: 10px;
    clear: both;
    border-radius: 50px;
}

li.ph-calendar-date.mouse_hover, li.ph-calendar-date.today:hover, li.ph-calendar-date:hover, .timepicker-selected-date, .selected-date, li.ph-calendar-date.today.timepicker-selected-date {
    border-radius: 25px;
}

.time-picker-wraper #ph-calendar-time li.ph-calendar-date {
    border-radius: 25px;
    height: 30px;
    line-height: 28px;
}

.participant_section {
    text-align: center;
}

.persons-title {
    line-height: 36px;
}

.participant_count_error {
    color: #e5a85b !important;
}

.input-person-minus, .input-person-plus {
    border-radius: 25px;
}

.booking-info-wraper, .booking-info-wraper p {
    border-radius: 50px;
    padding: 10px;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none !important;
    border-radius: 25px !important;
    padding: 15px 30px;
    margin: 15px auto 0 !important;
    display: block;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    border: none;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    margin: 0;
    width: 100%;
    border-radius: 25px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    text-decoration: none;
    font-weight: 600;
    color: #69727d;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices {
    display: none;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
}

.woocommerce-cart .alignwide, .woocommerce-checkout .alignwide {
    margin: 0;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 48%;
    float: left;
}

.woocommerce-checkout-review-order{
    width: 48%;
    float: right;
}


/* Base inputs */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-checkout form input.input-text,
.woocommerce-checkout form textarea,
.woocommerce-checkout form select {
	border-radius: 25px !important;
	border: 1.5px solid #cfc8d8 !important;
	box-shadow: none !important;
	outline: none !important;
	background-color: #fff;
	padding: 10px 20px !important;
    font-size: 14px;
}

/* Focus, hover, valid, invalid */
.woocommerce form .form-row input.input-text:hover,
.woocommerce form .form-row textarea:hover,
.woocommerce form .form-row select:hover,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #cfc8d8 !important;
	box-shadow: none !important;
	outline: none !important;
}

/* Select2 single/multiple */
.woocommerce .select2-container .select2-selection--single,
.woocommerce .select2-container .select2-selection--multiple {
	border-radius: 25px !important;
	border: 1.5px solid #cfc8d8 !important;
	height: auto;
	min-height: 44px;
	box-shadow: none !important;
	outline: none !important;
	background-color: #fff;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 42px;
}
.woocommerce .select2-container--default.select2-container--focus .select2-selection--single,
.woocommerce .select2-container--default.select2-container--focus .select2-selection--multiple,
.woocommerce .select2-container--default .select2-selection--single:hover,
.woocommerce .select2-container--default .select2-selection--multiple:hover {
	border-color: #cfc8d8 !important;
	box-shadow: none !important;
	outline: none !important;
}

/* Error/valid states for Select2 */
.woocommerce form .form-row.woocommerce-invalid .select2-container .select2-selection--single,
.woocommerce form .form-row.woocommerce-invalid .select2-container .select2-selection--multiple,
.woocommerce form .form-row.woocommerce-validated .select2-container .select2-selection--single,
.woocommerce form .form-row.woocommerce-validated .select2-container .select2-selection--multiple {
	border-color: #cfc8d8 !important;
	box-shadow: none !important;
}

/* Textarea sizing */
.woocommerce form .form-row textarea {
	min-height: 110px;
	padding-top: 12px;
}

/* Order Summery Style */
.woocommerce table.shop_table {
    border-radius: 25px;
    padding: 10px;
}

table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th, .woocommerce-checkout-review-order-table th {
    border: none;
}

.product-quantity{
	float:right;
}

.woocommerce table.shop_table td {
    border: none;
    background: #fff;
}

.product-total, .cart-subtotal td, .order-total td{
	text-align:center;
}

.cart-subtotal{
	display:none !important;
}

/* Payment Summery Style */
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: rgba(129, 110, 153, .14);
    border-radius: 5px;
    border-radius: 25px;
    padding: 10px;
}

#payment div.payment_box {
    padding: 0 0 0 10px !important;
    font-size: 0.76em !important;
    border-radius: 25px !important;
}

.woocommerce-privacy-policy-text{
	font-size:13px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    border-radius: 25px;
    background: #000;
}

.woocommerce-privacy-policy-text a {
    background-color: transparent;
    color: #69727d;
    text-decoration: none !important;
    font-weight: 600;
}

/* Contact Form */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 100%; 
}

.wpcf7 textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 25px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  resize: vertical;
  width: 100%; 
}

.wpcf7 input[type="submit"],
.wpcf7-submit {
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  padding: 5px 30px;
  background-color: #5C6A82;
  color: #F7F5F3 !important;
  border: none !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 14px;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7-submit:hover {
  background-color: #E5A85B;
  color: #F7F5F3 !important;
}

/* Full-width checkout on small screens */
@media (max-width: 768px) {
	.site-header .site-navigation-toggle {
    background-color: #FFFFFF00 !important;
	}
	.booklink{
	margin:0;
	}

	.booklink a{
	color:#F7F5F3 !important;
    background: #5C6A82 !important;
	border-radius:0;
	}
	.entry-title{
		text-align:center;
		font-size:36px;
	}
	.woocommerce-checkout h3{
		text-align:center;
		font-size:18px;
	}
	.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border: none;
	}

	.woocommerce div.product .product_title {
    margin-left: 60px;
	}
	
	.woocommerce-product-details__short-description{text-align:center;}
	
	/* Remove theme/container max-width and padding around checkout */
	body.woocommerce-checkout .site,
	body.woocommerce-checkout .site-content,
	body.woocommerce-checkout .content-area,
	body.woocommerce-checkout .entry-content,
	body.woocommerce-checkout .container,
	body.woocommerce-checkout .container-fluid,
	body.woocommerce-checkout .ast-container,
	body.woocommerce-checkout .elementor-container,
	body.woocommerce-checkout .elementor-section,
	body.woocommerce-checkout .woocommerce {
		max-width: 100% !important;
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	/* Checkout form wrapper */
	.woocommerce-checkout form.checkout,
	.woocommerce-checkout .woocommerce-form-coupon,
	.woocommerce-checkout .checkout_coupon,
	.woocommerce-checkout #customer_details,
	.woocommerce-checkout .woocommerce-checkout-review-order,
	.woocommerce-checkout .woocommerce-NoticeGroup {
		width: 100% !important;
		max-width: 100% !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
		margin: 0 !important;
		box-sizing: border-box;
	}

	/* Force columns to stack and be full width */
	.woocommerce-checkout .col2-set,
	.woocommerce-checkout .col2-set .col-1,
	.woocommerce-checkout .col2-set .col-2,
	.woocommerce-checkout .woocommerce-checkout-review-order,
	.woocommerce-checkout .woocommerce-billing-fields,
	.woocommerce-checkout .woocommerce-additional-fields {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 0 16px 0 !important;
	}

	/* Fields full width */
	.woocommerce form .form-row,
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last {
		width: 100% !important;
		float: none !important;
		margin-right: 0 !important;
	}

	.woocommerce form .form-row input.input-text,
	.woocommerce form .form-row textarea,
	.woocommerce form .form-row select {
		width: 100% !important;
	}

	/* Order review table responsiveness */
	.woocommerce-checkout-review-order-table,
	.woocommerce-checkout-review-order-table th,
	.woocommerce-checkout-review-order-table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}

	/* Payment section spacing */
	.woocommerce-checkout #payment,
	.woocommerce-checkout #place_order {
		width: 100% !important;
	}

	/* Remove any sidebars/gutters on checkout page */
	body.woocommerce-checkout .sidebar,
	body.woocommerce-checkout #secondary {
		display: none !important;
	}
	
}
/* WooCommerce Checkout - Review Order: Mobile */
@media (max-width: 600px) {
  .woocommerce-checkout-review-order {
    margin-top: 16px;
  }

  /* Make the review order table fully responsive */
  .woocommerce-checkout-review-order-table,
  .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    display: block;
    width: 100%;
  }

  .woocommerce-checkout-review-order-table thead {
    display: none;
  }

  .woocommerce-checkout-review-order-table tbody,
  .woocommerce-checkout-review-order-table tfoot {
    display: block;
    width: 100%;
  }

  .woocommerce-checkout-review-order-table tr {
    display: block;
    width: 100%;
  }

  /* Line items */
  .woocommerce-checkout-review-order-table tbody tr {
    padding: 12px 0;
    border-bottom: 1px solid #eee;
  }

  .woocommerce-checkout-review-order-table .product-name {
    display: block;
    font-weight: 600;
    margin: 0 0 6px;
    word-break: break-word;
  }

  .woocommerce-checkout-review-order-table .product-name .product-quantity {
    margin-left: 6px;
    opacity: 0.7;
    font-weight: 500;
  }

  .woocommerce-checkout-review-order-table .product-total {
    text-align: right;
    font-weight: 600;
    white-space: nowrap;
  }

  /* Totals section: label/value on two columns */
  .woocommerce-checkout-review-order-table tfoot tr {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: center;
    padding: 10px 0;
    border-top: 0;
  }

  .woocommerce-checkout-review-order-table tfoot th {
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #444;
  }

  .woocommerce-checkout-review-order-table tfoot td {
    margin: 0;
    padding: 0;
    text-align: right;
    white-space: nowrap;
  }

  .woocommerce-checkout-review-order-table .amount {
    white-space: nowrap;
  }

  /* Payment section spacing */
  .woocommerce-checkout-payment,
  #payment {
    margin-top: 12px;
  }

  #payment .payment_methods > li {
    padding: 12px;
  }

  #payment .payment_box {
    margin: 8px 0 0;
  }

  /* Full-width Place Order button */
  #place_order {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    line-height: 1.2;
  }

  /* Prevent horizontal scroll on small screens */
  .woocommerce-checkout,
  .woocommerce-checkout form,
  .woocommerce {
    overflow-x: hidden;
  }
}

/* Slightly smaller devices for tighter spacing if needed */
@media (max-width: 380px) {
  .woocommerce-checkout-review-order-table tfoot tr {
    gap: 6px;
  }
  #place_order {
    font-size: 15px;
    padding: 12px;
  }
}