/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 12 2025 | 13:23:57 */
.elementor-36581 .elementor-element.elementor-element-0049f2e .jet-form-builder-message--success
{
	 top: 0;
    left: 0;
    font-size: large;
    position: absolute;
    backdrop-filter: blur(1px);
    height: 1000px;
	background-color:white;
	color: green;
	border: 1px solid green;
	padding: 50px;
}
.woocommerce-checkout .place-order .button::before
{
	content:"";
	padding-right:0;
}
.wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a
{
	width:auto;
}
@media only screen and (max-width: 767px) {
	.jet-woo-product-gallery__image-item:nth-child(n+2)
{
	display:none !important;
}

}
@media only screen and (min-width: 768px) {
.jet-woo-product-gallery__image-item:nth-child(n+5)
{
	display:none !important;
}
.sticky-form-wrapper {
  position: sticky;
  top: 120px; /* distance from top of screen */
  z-index: 1000;
}
.sticky-form-wrapper2 {
  position: sticky;
  top: 120px; /* distance from top of screen */
  z-index: 1000;
}
}

/* Add to your theme's CSS */
.wp-post-image, .listing-image {
    aspect-ratio: 4/3; /* Adjust based on your actual image ratios */
    width: 100%;
    height: auto;
    object-fit: cover;
}



/* Reserve space for ads/widgets */
.widget, .sidebar-widget {
    min-height: 200px; /* Prevent layout shift when content loads */
}

 .related-products-shortcode {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 20px 0;
    }
    .related-product-row {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 20px;
        border: 1px solid var(--contrast-2);
        border-radius: 12px;
        transition: all 0.3s ease;
        background: white;
    }
    .related-product-row:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        border-color: var(--accent-2);
    }
    .related-product-row.selected {
        border-color: var(--accent);
        background: #f8f6ff;
        box-shadow: 0 4px 12px rgba(139, 92, 246, 0.15);
    }
    .product-image-section {
        position: relative;
        width: 200px;
        height: 150px;
        border-radius: 8px;
        overflow: hidden;
        flex-shrink: 0;
    }
    .product-image-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .capacity-info {
        position: absolute;
        bottom: 10px;
        left: 10px;
        display: flex;
        gap: 10px;
    }
    .capacity-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: rgba(255, 255, 255, 0.9);
        padding: 8px;
        border-radius: 6px;
        backdrop-filter: blur(10px);
    }
    .capacity-icon {
        color: #666;
        margin-bottom: 4px;
    }
    .capacity-number {
        font-size: 12px;
        font-weight: bold;
        color: #333;
    }
    .product-info-section {
        flex: 1;
        padding: 0 20px;
    }
    .product-category {
        color: #8B5CF6;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .product-name {
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 8px 0;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .product-name a {
        color: #1a1a1a;
        text-decoration: none;
    }
    .product-name a:hover {
        color: #8B5CF6;
    }
    .product-icon {
        color: #8B5CF6;
        font-size: 20px;
    }
    .product-dimensions {
        color: #666;
        font-size: 14px;
        margin-bottom: 16px;
    }
    .product-features {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }
    .feature-item {
        color: #666;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 4px;
    }
    .product-action-section {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 12px;
        min-width: 150px;
    }
    .product-price {
        font-size: 18px;
        font-weight: 600;
        color: #1a1a1a;
        text-align: right;
    }
    .select-room-button {
        background: #8B5CF6;
        color: white;
        border: none;
        padding: 12px 24px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        min-width: 100px;
        position: relative;
        overflow: hidden;
    }
    .select-room-button:hover {
        background: #7C3AED;
        transform: translateY(-1px);
    }
    .select-room-button.selected {
        background: #10B981;
    }
    .select-room-button.selected:hover {
        background: #059669;
    }
    .selected-indicator {
        display: none;
    }
    .select-room-button.selected .button-text {
        display: none;
    }
    .select-room-button.selected .selected-indicator {
        display: inline;
    }
    
    @media (max-width: 768px) {
        .related-product-row {
            flex-direction: column;
            text-align: center;
        }
        .product-image-section {
            width: 100%;
            height: 200px;
        }
        .product-info-section {
            padding: 20px 0;
        }
        .product-action-section {
            align-items: center;
            width: 100%;
        }
        .product-features {
            justify-content: center;
        }
    }
 .booking-block {
        background: white;
        margin: 2rem auto;
        padding: 0;
    }
    .booking-block .panel-header {
        padding: 20px 20px 18px 20px;
        border-bottom: 1px solid #e5e5e5;
        background: #f8f9fa;
        border-radius:12px 12px 0 0;
    }
    .booking-block .panel-header h3 {
        margin: 0 0 15px 0;
        color: #1a1a1a;
        font-size: 20px;
    }
    .booking-block .selected-room-info {
        display: flex;
        gap: 15px;
        align-items: center;
    }
    .booking-block .room-image {
        width: 60px;
        height: 45px;
        border-radius: 6px;
        overflow: hidden;
        flex-shrink: 0;
    }
    .booking-block .room-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .booking-block .room-details h4 {
        margin: 0 0 5px 0;
        font-size: 16px;
        color: #1a1a1a;
    }
    .booking-block .room-details p {
        margin: 0;
        color: #8B5CF6;
        font-weight: 600;
    }
    .booking-block .panel-content {
        padding: 24px;
    }
    .booking-block .no-selection-message {
        text-align: center;
        padding: 40px 20px;
        color: #666;
    }
    .booking-block .booking-form {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .booking-block .form-group {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .booking-block .form-group label {
        font-weight: 500;
        color: #1a1a1a;
        font-size: 14px;
    }
    .booking-block .form-group input,
    .booking-block .form-group select,
    .booking-block .form-group textarea {
        padding: 12px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        font-size: 14px;
        transition: border-color 0.3s ease;
    }
    .booking-block .form-group input:focus,
    .booking-block .form-group select:focus,
    .booking-block .form-group textarea:focus {
        outline: none;
        border-color: #8B5CF6;
    }
    .booking-block .additional-services {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .booking-block .service-item {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .booking-block .service-item:hover {
        border-color: #8B5CF6;
        background: #f8f6ff;
    }
    .booking-block .service-item input[type="checkbox"] {
        margin: 0;
    }
    .booking-block .booking-summary {
        background: #f8f9fa;
        padding: 15px;
        border-radius: 8px;
        margin-top: 10px;
    }
    .booking-block .summary-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
    }
    .booking-block .summary-row.total {
        font-weight: 600;
        font-size: 16px;
        border-top: 1px solid #e5e5e5;
        padding-top: 8px;
        margin-top: 8px;
        margin-bottom: 0;
    }
    .booking-block .add-to-cart-btn {
        background: #8B5CF6;
        color: white;
        border: none;
        padding: 15px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-top: 10px;
    }
    .booking-block .add-to-cart-btn:hover {
        background: #7C3AED;
    }
    .booking-block .add-to-cart-btn:disabled {
        background: #ccc;
        cursor: not-allowed;
    }
    .booking-block .btn-loading {
        display: none;
    }
    .booking-block .add-to-cart-btn.loading .btn-text {
        display: none;
    }
    .booking-block .add-to-cart-btn.loading .btn-loading {
        display: inline;
    }
    @media (max-width: 600px) {
        .booking-block {
            max-width: 100%;
        }
        .booking-block .panel-content {
            padding: 12px;
        }
    }
.custom-gallery-container {
    width: 100%;
    margin-bottom: 20px;
}

.custom-gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    width: 100%;
    height: 400px;
}

.gallery-large-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 400px;
}

.gallery-large-image a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.gallery-large-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.gallery-large-image:hover img {
    transform: scale(1.02);
}

.gallery-thumbnails {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    height: 400px;
}

.gallery-thumbnail-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 100%;
}

.gallery-thumbnail-item a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.gallery-thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
    border-radius: 8px;
}

.gallery-thumbnail-item:hover img {
    transform: scale(1.05);
}

.see-all-container {
    position: relative;
}

.see-all-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px;
    pointer-events: none;
}

/* Custom Lightbox Styles */
.custom-lightbox-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.lightbox-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox-image-container {
    max-width: 90%;
    max-height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 30px;
    background: none;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
    z-index: 10001;
    padding: 10px;
    line-height: 1;
}

.lightbox-close:hover {
    color: #ccc;
}

.lightbox-prev, .lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    font-size: 60px;
    cursor: pointer;
    padding: 20px 15px;
    z-index: 10001;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.lightbox-prev:hover, .lightbox-next:hover {
    background: rgba(255, 255, 255, 0.2);
}

.lightbox-prev {
    left: 30px;
}

.lightbox-next {
    right: 30px;
}

.lightbox-counter {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    padding: 8px 16px;
    border-radius: 20px;
    z-index: 10001;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .custom-gallery-grid {
        grid-template-columns: 1fr;
        height: auto;
    }
    
    .gallery-large-image {
        height: 250px;
        margin-bottom: 10px;
    }
    
    .gallery-thumbnails {
        height: 200px;
    }
    
    .lightbox-prev, .lightbox-next {
        font-size: 40px;
        padding: 15px 10px;
    }
    
    .lightbox-prev {
        left: 10px;
    }
    
    .lightbox-next {
        right: 10px;
    }
    
    .lightbox-close {
        top: 10px;
        right: 15px;
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .custom-gallery-grid {
        height: auto ;
    }
    
    .gallery-large-image {
        height: 200px;
    }
    
    .gallery-thumbnails {
        height: 150px;
    }
    
    .see-all-overlay {
        font-size: 12px;
    }
}

// PRODUCT_SLIDER //
.product-slider-container {
	margin: 20px 0;
	position: relative;
}
.product-slider .swiper-slide {
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 15px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	transition: transform 0.3s ease;
}
.product-slider .swiper-slide:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.product-slider .product-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 5px;
	margin-bottom: 10px;
}
.product-slider .product-title {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	color: #333;
}
.product-slider .product-price {
	font-size: 18px;
	color: #e74c3c;
	font-weight: bold;
	margin: 10px 0;
}
.product-slider .product-button {
	background: #007cba;
	color: white;
	padding: 8px 16px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	transition: background 0.3s ease;
}
.product-slider .product-button:hover {
	background: #005a87;
	color: white;
}
.product-slider .swiper-button-next,
.product-slider .swiper-button-prev {
	color: #007cba;
}
.product-slider .swiper-pagination-bullet-active {
	background: #007cba;
}


// WooCommerce Shop Page Product Item
.venue-card-link {
    text-decoration: none;
    color: inherit;
}
.custom-venue-card {
    background: transparent;
    box-shadow: 0 4px 24px 0 rgba(29, 41, 57, 0.06);
    overflow: hidden;
    transition: box-shadow .2s;
    font-family: 'Figtree', sans-serif;
    display: flex;
    flex-direction: column;
    min-width: 320px;
    max-width: 420px;
    margin: auto;
	gap: 16px;
}


.venue-image-wrapper {
    width: 100%;
    aspect-ratio: 31/23;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #eef0f3;
}
.venue-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #eef0f3;
}
.discount-badge {
    position: absolute;
	left: 16px;
	bottom: 16px;
    background: var(--accent);
    color: #fff;
    padding: 8px 12px 8px 12px;
    border-radius: 900px;
    font-size: 12px;
    font-weight: 600;
}
.venue-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.venue-title-wrapper {
	text-align: left;
	gap: 4px;
}
.venue-title {
    font-size: 18px;
    font-weight: 700;
    color: #363636;
}
.venue-location {
    font-size: 14px;
	font-weight: 400;
	color: #7f848b;
}
.venue-rating-wrapper {
    display: flex;
    align-items: center;
	text-align: left;
	gap: 8px;
	line-height: 1;
}
.venue-rating-score {
    background: #F2F2F2;
    color: #6395EC;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
	width: 40px;
	height: 33px;
    display: flex;
	align-items: center;
	justify-content: center;
}
.venue-rating-desc {
    color: #24242b;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
}
.venue-rating-count {
	margin-top: 4px;
    color: #a2a8b2;
    font-size: 12px;
	font-weight: 400;
}
.venue-price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
	min-height: 100px;
}
.venue-price-day {
    color: #7e838c;
    font-size: 12px;
	font-weight: 400;
	margin-bottom: 0;
}
.venue-price-value-wrapper {
  display: flex;
  align-items: baseline;  
  gap: 4px;
  padding-top: 3.5px;
  padding-bottom: 3.5px;
}
.venue-price {
    color: #2F2F2F;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.venue-price-sale {
    color: #aeb3bb;
    font-size: 14px;
    text-decoration: line-through;
    vertical-align: middle;
    font-weight: 600;
}



ul.products li.product {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
}


// TranslatePress Shortcode

.trp-block-container div {
	display: flex !important;
    align-items: center;
	border: none !important;
	padding: 0px !important;
}

.trp-ls-shortcode-current-language {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    border: none !important;
	padding: 0px !important;

}

.trp-ls-shortcode-language {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    border: none !important;
	padding: 0px !important;
}

.trp-ls-shortcode-current-language a {
	font-family: 'Figtree', sans-serif !important;
	font-weight: 600 !important;
	padding: 0px !important;
}

.trp-ls-shortcode-language a {
	font-family: 'Figtree', sans-serif !important;
	font-weight: 600 !important;
	border: none !important;
	padding: 0px !important;
}

.trp-language-switcher {
	display: flex !important;
    align-items: center;
	width: 44px;
	height: 48px;
}
