/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

/* ===============================
   Futura PT Font Family Integration
   Path: /wp-content/themes/twentytwentyfive/assets/fonts/futura-pt/
   =============================== */

/* Futura Cyrillic Book (Normal) */
@font-face {
  font-family: "Futura PT";
  src: url("/wp-content/themes/twentytwentyfive/assets/fonts/futura-pt/FuturaCyrillicBook.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Futura Cyrillic Medium */
@font-face {
  font-family: "Futura PT";
  src: url("/wp-content/themes/twentytwentyfive/assets/fonts/futura-pt/FuturaCyrillicMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Futura Cyrillic Bold */
@font-face {
  font-family: "Futura PT";
  src: url("/wp-content/themes/twentytwentyfive/assets/fonts/futura-pt/FuturaCyrillicBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Futura Cyrillic Extra Bold */
@font-face {
  font-family: "Futura PT";
  src: url("/wp-content/themes/twentytwentyfive/assets/fonts/futura-pt/FuturaCyrillicExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* Futura Cyrillic Light */
@font-face {
  font-family: "Futura PT";
  src: url("/wp-content/themes/twentytwentyfive/assets/fonts/futura-pt/FuturaCyrillicLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Futura Cyrillic Demi */
@font-face {
  font-family: "Futura PT";
  src: url("/wp-content/themes/twentytwentyfive/assets/fonts/futura-pt/FuturaCyrillicDemi.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Futura Cyrillic Heavy */
@font-face {
  font-family: "Futura PT";
  src: url("/wp-content/themes/twentytwentyfive/assets/fonts/futura-pt/FuturaCyrillicHeavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ===============================
   Global Font Usage
   =============================== */

:root {
  --ui-sans: "Futura PT", "Helvetica Neue", Arial, system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", "Liberation Sans", sans-serif;
}
html{
	height: 100vh !important;
}
body,
button,
input,
textarea,
select {
  font-family: var(--ui-sans) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ui-sans) !important;
  font-weight: 700 !important;
  margin: 0 0 0.5rem 0 !important;
}


a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

.pum-theme-124 .pum-container, .pum-theme-default-theme .pum-container{
box-shadow: none !important;
padding: 0px !important;
border: none !important;
border-radius: none !important;
background-color: transparent !important;
left: 0px !important;
}

.popup-right{
	flex-basis: none !important;
	flex-grow:none !important;
	width: 100% !important;
	display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
	justify-content: center !important;
}


@media only screen and (max-width: 784px) {
	.popup-right{
		padding-left: 0px !important;
		margin: 20px !important;
	}
	.pum-container{
		width: 100% !important;
		top: 0px !important;
		left: 0px !important;
	}
}

div.wpforms-container-full:not(:empty){
margin: 24px 0px !important;  
}

.pum-theme-124 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
	margin: 20px !important;
	width:40px !important;
	height : 40px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: transparent !important;
	color: #000 !important;
	font-size: 24px !important;
	box-shadow: none !important;
	border: none !important;
}
.wp-block-heading{
	color: #000 !important;
}

/* Spot Booking Form Basic Styles with !important */
.spot-booking-form {
    width: 100% !important; /* form takes full width of container */
    max-width: 100% !important; /* ensure it doesn't overflow */
    margin: 0 auto !important; /* center if needed */
    padding: 10px 0 !important;
    box-sizing: border-box !important;
}

.spot-booking-form input,
.spot-booking-form textarea,
.spot-booking-form select {
    width: 100% !important; /* inputs/buttons take 90% of form width */
    display: block !important; /* ensures they start on new line */
    margin-bottom: 15px !important; /* space between elements */
    padding: 10px !important;
    box-sizing: border-box !important; /* includes padding in width */
    text-align: left !important; /* left aligned text */
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 24px !important;
}

.spot-booking-form .submit-button {
	width: 80% !important;
	height: 56px !important;
    background-color: black !important;
    color: white !important;
    border: none !important;
    cursor: pointer !important;
	text-align: center;
}


.popup-left img{
	padding: 20px !important;
}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium{
max-width: 80% !important;
margin-bottom: 5px !important;
height: 60px !important;
}

.spot-booking-form .submit-button:hover {
    opacity: 0.9 !important; /* subtle hover effect */
}
.confirmation-heading{
	font-size: 40px !important; font-weight: 450 !important; margin: 0 !important; color: #000 !important;
}
.confirmation-subtext{
	font-size: 28px !important; font-weight: 450 !important; margin: 10px 0 30px !important; color: #000 !important;
}
.popup-h3{
	margin-top: 15px !important;
	font-size: 28px !important;
	font-weight: 450 !important;
	line-height: 125% !important;
}

.confirmation-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}


/* Mobile responsive adjustment (optional, but ensures usability) */
@media only screen and (max-width: 784px) {
	.pum-theme-124 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close{
		color: white!important;
	}
	body.elementor-page-2:not(.elementor-motion-effects-element-type-background), body.elementor-page-2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
		background-image: url('/wp-content/uploads/2025/10/image-25.png');
    background-repeat: no-repeat;
    background-size: cover;
	}
    .spot-booking-form input,
    .spot-booking-form textarea,
    .spot-booking-form select,
    .spot-booking-form .submit-button {
        width: 100% !important; /* keep 90% width on mobile too */
    }
	.popup-left img{
	padding: 0px !important;
}
	.popup-h3{
	font-size: 18px !important;
	font-weight: 450 !important;
	line-height: 125% !important;
	margin-top: 20px !important;
}
	.confirmation-heading{
	font-size: 32px !important; 
font-weight: 450 !important; 
margin: 0 !important; 
color: #000 !important;
}
.confirmation-subtext{
	font-size: 20px !important; 
font-weight: 450 !important; 
margin: 10px 0 30px !important; 
color: #000 !important;
}
	.spot-booking-form input,
.spot-booking-form textarea,
	.spot-booking-form select{
		font-size: 20px !important; 
	}
	.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium{
max-width: 100% !important;
margin-bottom: 5px !important;
height: 48px !important;
}
	div.wpforms-container-full:not(:empty) {
		margin: 0px !important;
	}
	.wpforms-confirmation-container-full {
		padding 0px !important;
	}
	.confirmation-div {
  padding: 20px;
  font-family:var(--ui-sans) !important;
}
	.popup-img img{
		width: 390px !important;
		height: 350px !important;
	}
}

.wpforms-confirmation-container-full{
	background-color: transparent !important;
	border: none !important;
}