/* Theme Name: Azurean Author: Azurean Description: Azurean is a modern, clean, and professional WordPress theme. It is designed to be a versatile and customizable theme for any type of website. Requires at least: 6.7 Tested up to: 6.8 Requires PHP: 7.2 Version: 1.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: azurean 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 */
:root {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
}
body, main {
	overflow-x: hidden;
}

[id] {
    scroll-margin-top: 50px;
}

/* * Link styles * https://github.com/WordPress/gutenberg/issues/42319 */
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;
}
/* Heading styles */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Bodoni Moda', serif;
}
/* Button styles */
/* Button styles */
.wp-block-button__link {
	transition: all 0.3s ease;
}

.ml-auto {
	margin-left: auto !important;
}

.half-opacity {
	opacity: 0.4;
}

body > .wp-site-blocks > main {
	overflow: hidden;
}

/* Inner element global padding */
.wp-block-cover.alignfull {
	padding-left: var(--wp--style--root--padding-left);
	padding-right: var(--wp--style--root--padding-right);
}

/* Primary button style */
.is-style-primary .wp-block-button__link {
	background-color: transparent;
	color: var(--wp--preset--color--azurean-ocean);
	border: 1px solid var(--wp--preset--color--azurean-ocean);
	padding: 10px;
	width: min(calc(100vw - 70px), 290px);
	font-family: var(--wp--preset--font-family--lato);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
.is-style-primary .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--azurean-ocean);
	color: var(--wp--preset--color--azurean-sand);
	border-color: transparent;
}
/* Secondary button style */
.is-style-secondary .wp-block-button__link {
	background-color: transparent;
	color: var(--wp--preset--color--azurean-sand);
	border: 1px solid var(--wp--preset--color--azurean-sand);
	padding: 10px;
	width: min(calc(100vw - 70px), 290px);
	font-family: var(--wp--preset--font-family--lato);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	backdrop-filter: blur(24px);
}
.is-style-secondary .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--azurean-sand);
	color: var(--wp--preset--color--azurean-ocean);
	border-color: transparent;
}
/* * 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;
}

.azurean--medium-overlay::before {
/* 	background: #5B727CE5; */
/*     background-blend-mode: multiply; */
}

.azurean--dark-overlay {
/* 	background: #3B4343; */
/* 	background-blend-mode: multiply; */
}
/* Text fade-up animation class */
.azurean-fade-up {
	/* Initial state will be set by JavaScript */
	/* This ensures elements don't flash before JS loads */
	opacity: 0;
}
/* Image fade animations */
.fade-left-image, .fade-right-image {
  /* Initial state will be set by JavaScript */
  opacity: 0;
  will-change: transform, opacity;
}

/* Ensure images have proper overflow handling */
.wp-block-image.fade-left-image,
.wp-block-image.fade-right-image {
  overflow: hidden;
}

/* For browsers without JavaScript or during loading */
@media (prefers-reduced-motion: reduce) {
  .fade-left-image, .fade-right-image {
    opacity: 1 !important;
    transform: none !important;
  }
}
.azurean-hero-wrapper {
	min-height: 100vh;
	justify-content: flex-end;
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
}

#azurean-scroll-to-top {
	position: fixed; 
	top: 75vh; 
	right: 0; 
	z-index: 99; 
	background: #D9D9D9; 
	color: #5B727C; 
	border: 0.3px solid #5B727C;
	box-shadow: none;
	border-radius: 11px 0 0 11px; 
	cursor: pointer; 
	font-size: 20px;
	height: 50px;
	width: 27px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(https://www.azureanmarbella.com/wp-content/uploads/2025/09/arrow_back11.png);
	background-size: 19px 19px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.azurean-hero-banner__heading1, .azurean-hero-banner__heading2 {
		line-height: 0.8 !important;
		text-align: center;
		text-wrap: wrap;
	}
	.azurean-hero-banner__sublogo {
		text-align: center;
	}
	.azurean-hero-banner__sublogo {
		flex-wrap: wrap;
	}
	.azurean-hero-banner__sublogo .wp-block-image {
		flex-basis: calc(50% - var(--wp--preset--spacing--25) - var(--wp--preset--spacing--25) / 2);
	}

	.azurean-hero-banner__sublogo .wp-block-buttons {
		order: 1;
		flex-grow: 1;
		justify-content: center;
	}
}

.gg-half-image-hero-banner {
	position: relative;
}

.azuren-owner-benefits__headings,
.azurean-banner-with-grid-images__content-grid-headings,
.gg-half-image-hero-banner__headings {
	align-items: baseline;
}

.gg-half-image-hero-banner__text-content {
	align-self: end;
	max-width: 50%;
}

.gg-half-image-hero-banner-disclaimer {
	position: absolute;
	padding: 0 10px;
	z-index: 30;
	box-sizing: border-box;
    padding: 10px 10px;
    text-align: center;
	opacity: 0.4;
}
.gg-half-image-hero-banner-disclaimer.gg-half-image-hero-banner-disclaimer-left  {
	left: 0;
	right: unset;
	bottom: 0;
	
}

.gg-half-image-hero-banner__room-details {
	max-width: max-content;
	width: 100%;
}

@media (max-width: 767px) {
	.gg-half-image-hero-banner__text-content {
		width: 100%;
		max-width: 100%;
		padding-top:85px !important;
		padding-bottom:85px !important;
	}

	.gg-half-image-hero-banner .gg-half-image-hero-banner__headings {
		text-align: center;
		justify-content: center;
	}

	.gg-half-image-hero-banner .gg-half-image-hero-banner__text-content >	.wp-block-buttons {
		justify-content: center;
	}
}
@media screen and (min-width: 768px) and (max-width: calc(1112px + 40px)) {
	.gg-half-image-hero-banner__text-content {
		max-width: 50%;
	}
}
.gg-half-image-hero-banner .wp-block-cover {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-right: var(--wp--style--root--padding-right);
	padding-left: var(--wp--style--root--padding-left);
}
@media (max-width: 767px) {
	.gg-half-image-hero-banner .wp-block-cover {
		align-items: flex-start;
		padding-bottom: 0;
	}
}
.gg-half-image-hero-banner .wp-block-cover__inner-container {
	max-width: 1230px;
}

.gg-half-image-hero-banner.gg-half-image-hero-banner-left .wp-block-cover__inner-container {
	display: flex;
	justify-content: flex-end;
}


.gg-half-image-hero-banner.gg-half-image-hero-banner-left .gg-half-image-hero-banner__text-content {
	align-self: end !important;
}

.gg-half-image-hero-banner.gg-half-image-hero-banner-left .wp-block-cover img {
	left: 0;
	right: unset;
}
.gg-half-image-hero-banner .wp-block-cover img, 
.gg-half-image-hero-banner-disclaimer {
	right: 0;
	bottom: 0;
	left: unset;
	width: calc((50% - (632px - (1112px / 2))) - 20px);
}
@media (max-width: 767px) {
	.gg-half-image-hero-banner-disclaimer {
		width: 100%;
	}
}


@media screen and (min-width: 768px) and (max-width: calc(1112px + 40px)) {
	.gg-half-image-hero-banner-disclaimer {
		width: calc(50% - 20px);
	}
}

@media (max-width: 767px) {
	.gg-half-image-hero-banner .wp-block-cover img {
		position: relative;
		width: calc(100% + var(--wp--style--root--padding-left) + var(--wp--style--root--padding-right));
		order: 2;
		min-height: 258px;
		margin-left: calc(var(--wp--style--root--padding-left) * -1);
	}
}
@media screen and (min-width: 768px) and (max-width: calc(1112px + 40px)) {
	.gg-half-image-hero-banner .wp-block-cover img {
		width: calc(50% - 20px);
	}
}
.forminator-guttenberg .forminator-select>.selection>span, .forminator-guttenberg .forminator-input {
	border-radius: 4px !important;
	border-style: solid !important;
	border-width: 1px !important;
	border-color: var(--wp--preset--color--azurean-ocean) !important;
	background: rgba(255, 255, 255, 0.4) !important;
}

.forminator-guttenberg .forminator-checkbox > input:focus + .forminator-checkbox-box {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;	
}

@media (min-width: 783px) {
	.forminator-guttenberg .title, .forminator-guttenberg .area-code {
		max-width: 180px;
	}
}
.forminator-select [id$="empty-option"] {
	display: none !important;
}
.forminator-guttenberg .forminator-consent__label {
	width: 100%;
}
.forminator-guttenberg .forminator-consent-submit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
@media (max-width: 783px) {
	.forminator-guttenberg .forminator-consent-submit {
		flex-direction: column;
	}

	.forminator-guttenberg .forminator-consent-submit button.forminator-button{
		margin-left: -30px !important;
	}
}
button.forminator-button.forminator-button-submit.submit-button {
	display: none !important;
}
.forminator-error-message {
	margin-top: 20px !important;
}
.forminator-ui.forminator-custom-form[data-design=flat] .forminator-button {
	background-color: var(--wp--preset--color--azurean-light);
	border-radius: 40px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	max-width: 300px;
	width: 100%;
	padding: 10px 20px;
}

.forminator-ui.forminator-design--flat .forminator-select2 + .forminator-select .selection .select2-selection__placeholder {
	color: var(--wp--preset--color--azurean-light) !important;
}

.azurean-resort-overview ul {
	padding: 0;
}

.azurean-hero-banner__paragraph {
	text-wrap: balance;
}

.azurean-resort-overview-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 20px var(--wp--preset--spacing--75);
	padding-left: 15px !important;
}

.aruzen-core-servces-with-popups .azurean-image-disclaimer,
.azurean-resort-overview .azurean-image-disclaimer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0.4;
}

.azurean-resort-overview .azurean-image-disclaimer {
	padding: 10px 10px 0 10px;
}

.aruzen-core-servces-with-popups .azurean-image-disclaimer {
  left: -25px;
  right: -25px;
}

@media (max-width: 1050px) {
	.azurean-resort-overview-list {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media screen and (max-width: 768px) {
	.azurean-resort-overview .azurean-resort-overview__headings {
		text-align: center;
	}
	
	.azurean-resort-overview .azurean-group-padding-mobile {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
}

/* azurean leisure amenities -- START */
.azurean-leisure-amenities .wp-block-cover {
	min-height: 840px;
	position: relative;
}

.azurean-leisure-amenities .azurean-leisure-amenities__pop-up { 
	position: absolute;
	z-index: 1;
	bottom: 25px;
	left: 50%;
	translate: -50% calc(100% + 20px);
	opacity: 0;
	transition: translate, opacity, 0.3s ease-in-out;
	pointer-events: none;
	width: calc(100% - var(--wp--style--root--padding-left) * 2);
	box-shadow: 4px 4px 20px 15px rgba(0 0 0 / 5%);
}

.azurean-leisure-amenities .azurean-leisure-amenities__pop-up:not([inert]){ 
	translate: -50% 100%;
	opacity: 1;
	pointer-events: all;
}

.azurean-leisure-amenities .azurean-leisure-amenities__pop-up .azurean-leisure-amenities__pop-up-close-button {
	line-height: 0;
	position: absolute;
	top: 25px;
	right: 25px;	
}

.azurean-leisure-amenities .azurean-leisure-amenities__pop-up .azurean-leisure-amenities__pop-up-close-button .wp-element-button {
	padding: 0;
	width: 27px;
	height: 27px;
	background-color: transparent !important;
}
.azurean-leisure-amenities .azurean-leisure-amenities__pop-up,
.azurean-leisure-amenities .azurean-leisure-amenities__pop-up .azurean-leisure-amenities__pop-up-content {
	margin-top: 0 !important;
}

.azurean-leisure-amenities .azurean-leisure-amenities__pop-up .azurean-leisure-amenities__pop-up-content p > em {
	font-family: var(--wp--preset--font-family--bodoni-moda) !important; 
	font-size: 18px;
}

.azurean-leisure-amenities .azurean-leisure-amenities__headings {
	z-index: 1;
}

.azurean-leisure-amenities .azurean-leisure-amenities__content {
	padding-right: var(--wp--style--root--padding-right) !important;
	padding-left: var(--wp--style--root--padding-left) !important;
}


.azurean-leisure-amenities .azurean-leisure-amenities__content .azurean-leisure-amenities__list .wp-block-list > li:not(:last-child) {
	margin-bottom: 20px;
}

.azurean-leisure-amenities .azurean-leisure-amenities__content .azurean-leisure-amenities__list {
	row-gap: 20px;
}


.azurean-leisure-amenities .azurean-leisure-amenities__pop-up::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 52px 37px 52px;
	border-color: transparent transparent var(--wp--preset--color--white) transparent;
	top: 0;
	position: absolute;
	left: 50%;
	translate: -50% -70%;
}

@media screen and (max-width: 1024px) {
	.azurean-leisure-amenities .azurean-leisure-amenities__content .azurean-leisure-amenities__list {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media screen and (max-width: 767px) {
	.azurean-leisure-amenities .azurean-leisure-amenities__pop-up .azurean-leisure-amenities__pop-up-content {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.azurean-leisure-amenities .azurean-leisure-amenities__content {
		font-size: 15px;
	}

	.azurean-leisure-amenities .azurean-leisure-amenities__pop-up {
		bottom: 0;
	}

	.azurean-leisure-amenities .azurean-leisure-amenities__pop-up .azurean-leisure-amenities__pop-up-content p > em {
		display: block;
	}
}


/* azurean leisure amenities -- END */
/* azurean banner with grid images -- START */
.azurean-banner-with-grid-images .wp-block-cover {
	min-height: 780px;
	position: relative;
	overflow: visible;
}

.azurean-banner-with-grid-images__banner > .wp-block-cover__image-background {
	background-position: center !important;
}


.azurean-banner-with-grid-images .azurean-banner-with-grid-images__headings {
	z-index: 1;
}

.azurean-banner-with-grid-images .azurean-banner-with-grid-images__images {
	margin-top: calc((var(--wp--preset--spacing--75) + 180px) * -1);
	position: relative;
	z-index: 1;
}

.azurean-banner-with-grid-images .azurean-banner-with-grid-images__content .wp-block-cover__inner-container {
	display: flex;
	flex-direction: column;
}

.azurean-banner-with-grid-images .azurean-banner-with-grid-images__overlay .azurean-banner-with-grid-images__overlay-subheading {
	display: none;
}
.azurean-banner-with-grid-images .azurean-banner-with-grid-images__overlay.has-global-padding {
	padding-right: var(--wp--style--root--padding-right);
	padding-left: var(--wp--style--root--padding-left);
}


@media screen and (max-width: 768px) {
	.azurean-banner-with-grid-images .azurean-banner-with-grid-images__content .azurean-banner-with-grid-images__content-grid {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		margin-top: 10px !important;
	}
	
	.azurean-banner-with-grid-images .azurean-banner-with-grid-images__overlay {
		display: flex;
		align-items: flex-end;
	}

	.azurean-banner-with-grid-images .azurean-banner-with-grid-images__content-grid .azurean-banner-with-grid-images__content-grid-headings {
		justify-content: center;
	}

	.azurean-banner-with-grid-images .azurean-banner-with-grid-images__images {
		margin-top: 0;
		order: 1;
		background-color: var(--wp--preset--color--azurean-sand);
		padding-block: 15px;
		margin-inline: calc(var(--wp--style--root--padding-right) * -1) !important;
	}

	.azurean-banner-with-grid-images .azurean-banner-with-grid-images__images .wp-block-gallery {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 15px;
	}

	.azurean-banner-with-grid-images .azurean-banner-with-grid-images__images .wp-block-gallery .wp-block-image {
		width: 100% !important;
	}

	.azurean-banner-with-grid-images .azurean-banner-with-grid-images__content {
		padding-bottom: 0 !important;
	}

	.azurean-banner-with-grid-images .azurean-banner-with-grid-images__content .azurean-banner-with-grid-images__contact-us-btn {
		margin-bottom: 55px;
	}
	.azurean-banner-with-grid-images .azurean-banner-with-grid-images__overlay .azurean-banner-with-grid-images__overlay-subheading {
		display: block;
	}


	.azurean-banner-with-grid-images .azurean-banner-with-grid-images__content .azurean-banner-with-grid-images__content-subheading {
		display: none;
	}
}

/* azurean banner with grid images -- END */
/* aruzen about company -- START */
.aruzen-about-company .aruzen-about-company__company-box.wp-block-media-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;

}

.aruzen-about-company .aruzen-about-company__company-box.wp-block-media-text .wp-block-media-text__media {
	align-self: flex-start;
	width: min(266px, 100%);
	max-width: fit-content;
	max-height: 190px;
}

.aruzen-about-company .aruzen-about-company__company-box.wp-block-media-text .wp-block-media-text__media > img {
	height: 100%;
	width: auto;
}

.aruzen-about-company .aruzen-about-company__company-box.wp-block-media-text>.wp-block-media-text__content p:first-child {
	margin-block-start: 35px;
}

.aruzen-about-company .aruzen-about-company__company-box.wp-block-media-text>.wp-block-media-text__content {
	padding: 0;
}

@media screen and (max-width: 768px) {
	.aruzen-about-company .aruzen-about-company__boxes-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.aruzen-about-company .aruzen-about-company__company-box.wp-block-media-text .wp-block-media-text__media {
		margin-inline: auto;
	}
	.aruzen-about-company .aruzen-about-company__company-box.wp-block-media-text>.wp-block-media-text__content .wp-block-buttons {
		justify-content: center;
	}
}
/* aruzen about company -- END */

/* aruzen fixed image banner -- START */
.aruzen-fixed-image-banner {
	min-height: 100dvh;
}

@media screen and (max-width: 768px) {
	.aruzen-fixed-image-banner {
		min-height: 515px;
	}	
}
/* aruzen fixed image banner -- END */

/**/

.aruzen-core-servces-with-popups{
	overflow: visible;
	z-index: 2;
}

.aruzen-core-servces-with-popups > .wp-block-cover__inner-container {
	min-height: inherit;
}

.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up {
	position: absolute;
	z-index: 1;
	bottom: -35px;
	left: 0;
	translate: 0 calc(100% + 20px);
	opacity: 0;
	transition: translate, opacity, 0.3s ease-in-out;
	pointer-events: none;
	width: 100%;
	min-width: min(960px, 60dvw);
	box-shadow: 4px 4px 20px 15px rgba(0 0 0 / 5%);
}

.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__btns-wrapper .aruzen-core-servces-with-popups__btn-group {
	position: relative;
}

.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up:not([inert]) {
	translate: 0 100%;
	opacity: 1;
	pointer-events: all;
}

.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up .pop-up-close-button {
	line-height: 0;
	position: absolute;
	top: 25px;
	right: 25px;
}

.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up .pop-up-close-button .wp-element-button {
	padding: 0;
	width: 27px;
	height: 27px;
	background-color: transparent !important;
}

.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up {
	margin-top: 0 !important;
}

.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up .pop-up-content ul li:not(:last-child) {
	margin-bottom: 15px;
}

.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up .pop-up-content ul { 
	padding-left: 17px;
}

.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up .azurean-banner-with-grid-images__content-grid-headings {
	margin-top: 0px !important;	
}

.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 52px 37px 52px;
	border-color: transparent transparent var(--wp--preset--color--white) transparent;
	top: 0;
	position: absolute;
	left: 0;
	translate: 50% -70%;
}


@media screen and (max-width: 1024px) {
	.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__btns-wrapper	{
		flex-direction: column;
		align-items: flex-start;
	}
}


@media screen and (min-width: 768.98px) and (max-width: 1024px) {
	.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up{
		min-width: min(680px, calc(100dvw - var(--wp--style--root--padding-left) - var(--wp--style--root--padding-left)));
	}
}

@media screen and (max-width: 768px)  {
	.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up {
		padding-top: 90px !important;
	}
	.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up .azurean-banner-with-grid-images__content-grid-headings {
		justify-content: center;
		align-items: first baseline;
	}
	
	.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up .azurean-banner-with-grid-images__content-grid-headings .has-medium-italic-font-size {
		font-size: 33px !important;
	}
	
	.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up .azurean-banner-with-grid-images__content-grid-headings .has-lato-font-family {
		font-size: 25px !important;
	}
	
	.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up .azurean-banner-with-grid-images__content-grid-headings h3 {
			line-height: 1em !important;
	}

	.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up .pop-up-content  {
		gap: 10px;
	}

	.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up {
		min-width: calc(100dvw - var(--wp--style--root--padding-left));
	}

	.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up::after {	
		left: 50%;
		translate: -50% -70%;
	}

	.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__btns-wrapper	{	
		align-items: center;
	}

	.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up {
		left: 50%;
		translate: -50% calc(100% + 20px);
	}

	.aruzen-core-servces-with-popups .aruzen-core-servces-with-popups__pop-up:not([inert]) {
		translate: -50% 100%;
	}
}



/* Azurean go back -- START */
.azurean-go-back {
	position: absolute;
	top: 50px;
	right: 0;
}

.azurean-go-back a {
	text-decoration: none;
}

.azurean-go-back a:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(/wp-content/uploads/2025/08/arrow_back.png);
	margin-right: 0px;
	transition: margin-right 0.3s ease-in-out;
}

.azurean-go-back a:hover {
	text-decoration: underline;
}

.azurean-go-back a:hover:before {
	margin-right: 10px;
}

.azurean-go-back strong {
	font-family: var(--wp--preset--font-family--bodoni-moda);
	font-style: italic;
	font-weight: 300;
	line-height: 1;
	font-size: var(--wp--preset--font-size--medium-italic) !important;
}
/* Azurean go back -- END */

@media screen and (max-width: 768px) {
	.aruzen-50-50-section > .wp-block-group {
		flex-direction: column;
		padding-top: var(--wp--preset--spacing--130) !important;
		gap: 74px;
	}

	.aruzen-50-50-section .aruzen-50-50-section__image-wrapper {
		margin-left: calc(var(--wp--style--root--padding-left) * -1);
		margin-right: calc(var(--wp--style--root--padding-left) * -1);
		order: 1;
		min-height: max-content !important;
	}

	.aruzen-50-50-section .aruzen-50-50-section__headings {
		text-align: center;
	}
	.aruzen-50-50-section .aruzen-50-50-section__content .wp-block-buttons {
		justify-content: center;
	}

	/* Azurean Inline heading */
	.azurean-mobile-inline-heading {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.azurean-mobile-inline-heading h2 {
		margin-right: 5px !important;
		line-height: 1em !important;
	}
	
	.azurean-mobile-inline-heading .has-large-italic-font-size{
		font-size: 33px !important;
	}
	
	.azurean-mobile-inline-heading .has-medium-italic-font-size{
		font-size: 25px !important;
	}

	.azurean-go-back {
		right: auto;
		top: 0;
		left: 0;
	}

	.azurean-go-back a:before {
		height: 30px;
		background-position: center;
	}

	.azurean-go-back,	
	.azurean-go-back strong {
		font-size: 0!important
	}
	.azuren-owner-benefits .azuren-owner-benefits__headings {
		justify-content: center;	
	}

	.azuren-owner-benefits .azuren-owner-benefits__content-wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		gap: 55px !important;
	}
}

.azuren-request-brochure-pop-up.show {
	pointer-events: all;
	display: flex;
}
.azuren-request-brochure-pop-up {
	pointer-events: none;
	position: fixed;
	z-index: 99999;
	top: 50%;
	left: 35px;
	translate: 0 -50%;
	display: none;
	width: 100%;
	height: 100%;
	align-items: center;
}

.azuren-request-brochure-pop-up__overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	max-width: unset;
	background: var(--wp--preset--color--azurean-ocean);
	opacity: 0.8;
	left: 0;
}

.azuren-request-brochure-pop-up__dialog-close {
	background-color: transparent !important;
}

.azuren-request-brochure-pop-up__dialog-close {
	line-height: 0;
	position: absolute;
	top: var(--wp--style--root--padding-right);	
	right: var(--wp--style--root--padding-right);	
}

.azuren-request-brochure-pop-up__dialog-close .wp-element-button {
	padding: 0;
	width: 24px;
	height: 24px;
	background-color: transparent !important;
}

.azuren-request-brochure-pop-up .azuren-request-brochure-pop-up__dialog  .azuren-request-brochure-pop-up__dialog-inner {
	overflow: hidden auto;
	height: 100%;
}

.azuren-request-brochure-pop-up  .azuren-request-brochure-pop-up__dialog {
	height: 90dvh;
	max-width: min(1200px, 90dvw);
	width: 100%;
}

body:has(.azuren-request-brochure-pop-up.show) {
	overflow: hidden;
}
.azurean-footer__marbella-details a,
.azurean-footer__details-contact-data a {
	text-decoration: none;
}
.azurean-footer__marbella-details a:is(:hover, :focus-visible),
.azurean-footer__details-contact-data a:is(:hover, :focus-visible) {
	text-decoration: underline;
}

.azurean-footer__marbella-details > . {
	align-items: center;
}

.azurean-footer__marbella-details .azurean-footer__marbella-details-tel {
	width: min(170px, 100%);
}

.azuren-owner-benefits ul {
	padding-left: 15px;
}

.azurean-footer__logos > figure {
	flex: 1;
}

.azurean-footer__logos > figure.azurean-footer-engel-logo {
	text-align: center;
}

.azurean-footer__logos > figure.azurean-footer-azur-group-logo {
	text-align: right;
}

@media screen and (max-width: 560px) {
	.azuren-footer__details-contact-data{
		word-break: break-all;
	}
	
	.azuren-footer__top-section {
		padding-right: 25px !important;
		padding-left: 25px !important;
	}
}

.azurean-footer-disclaimer {
	text-align: justify !important;
}

@media screen and (max-width: 768px) {
	p.azurean-footer-engel-marbella-developments {
		text-wrap: balance;
		line-height: 1.4em !important;
	}
	.azuren-request-brochure-pop-up  .azuren-request-brochure-pop-up__dialog {
		padding-inline: 24px !important;
	}
	.azuren-request-brochure-pop-up .azuren-request-brochure-pop-up__dialog .azuren-request-brochure-pop-up__dialog-close {
		top:24px;	
		right:24px;	
	}
	
	.azurean-footer__logos {
		flex-direction: column;
		padding-top: 35px !important;
	}
	
	.azurean-footer__logos > figure {
		margin-bottom: 0 !important;
	}
	
	.azurean-footer__logos .azurean-footer-marbella-logo img {
		width: 200px !important;
	}
	
	.azurean-footer__logos .azurean-footer-azur-group-logo img {
		width: 160px !important;
	}
	
	.azurean-footer__details {
		margin-top: 30px !important;
		gap: 10px;
		display: flex;
		flex-direction: column;
	}
	
	.azurean-footer__marbella-details > .wp-block-group {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	
	.azurean-footer__marbella-details > .wp-block-group > p:first-child {
		order: 2;
	}
}

@media screen and (max-width: 768px) {
	.clear-mobile-padding {
		padding 0;
	}
	
	.clear-mobile-padding-bottom {
		padding-bottom: 0 !important;
	}
	
	.has-x-large-italic-font-size {
		font-size: 45px !important;
	}
	
	.has-x-large-font-size {
		font-size: 35px !important;
	}
	
	.azurean-hero-banner__sublogo {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

	.azurean-gray-banner {
		padding: 20px 10px !important;
	}

	.azurean-gray-banner p {
		font-size: 16px !important;
		line-height: 20px;
	}
	
	.azurean-gray-banner p.azurean-gray-banner__small-text {
		font-size: 8px !important;
		line-height: 1.2em;
		text-wrap: balance;
	}
	
	.azurean-headings-mobile {
		max-width: 250px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 0;
		padding-right: 0;
	}
	
	.azurean-headings-mobile .has-large-italic-font-size{
		text-align: left;
	}
	
	.azurean-50-50-swap-mobile .wp-block-cover {
		padding-top: 0;
	}
	
	.azurean-50-50-swap-mobile .wp-block-cover .wp-block-cover__inner-container {
		order: 2;
		margin-top: -20px;
	}
	
	.azurean-50-50-swap-mobile .wp-block-cover .wp-block-cover__image-background {
		height: 420px;
	}
	
	.azurean-50-50-swap-mobile .gg-half-image-hero-banner-disclaimer {
		top: 380px;
		bottom: auto !important;
	}
	
	.gg-half-image-hero-banner__room-detail p:nth-child(1) {
		font-size: 24px !important;
		font-weight: 500 !important;
		line-height: 2em !important;
	}
	
	.gg-half-image-hero-banner__room-detail p:nth-child(2) {
		font-size: 19px !important;
		font-weight: 300 !important;
	}
	
	.gg-half-image-hero-banner__room-detail p:nth-child(3) {
		font-size: 11px !important;
		letter-spacing: 0.2em !important;
	}
	
	.gg-half-image-hero-banner__room-details {
		padding-bottom: 25px !important;
		align-items: baseline;
	}
	
	.azuren-owner-benefits__headings {
		margin-left: -20px !important;
		margin-right: -20px !important;
	}
	
	.azuren-owner-benefits__headings .has-medium-italic-font-size {
		font-size: 30px !important;
	}
	
	.azuren-owner-benefits__headings .wp-block-heading:nth-child(2) {
		font-size: 25px !important;
	}
	
	.azuren-owner-benefits__content-wrapper .wp-block-heading {
		font-size: 15px !important;
		line-height: 1.5em !important;
	}
	
	.azuren-owner-benefits__content-wrapper ul {
		padding-left: 15px;
	  //font-size: 13px !important;
	  line-height: 1.2em !important;
	}
	
	.aruzen-about-company {
		padding-top: 90px !important;
	}
	
	.aruzen-about-company__company-box .wp-block-buttons {
		margin-top: 90px !important;
	}
	
	.azurean-resort-overview-list {
		font-size: 13px !important;
		line-height: 15px !important;
	}
	
	.azurean-resort-overview .wp-block-buttons {
		margin-top: 75px !important;
	}
	
	.azurean-destination-section .wp-block-cover__image-background {
		height: 300px;
		padding-top: 106px;
	}
	
	.azurean-destination-section .azurean-gray-banner {
		position: absolute;
		bottom: 299px;
		width: 100%;
	}
	
	.azurean-banner-with-grid-images .azurean-banner-with-grid-images__banner > .wp-block-cover__image-background {
		background-position: 10% top !important;
	}
	
	.azurean-leisure-amenities .wp-block-cover__image-background {
background-size: auto 1400px !important;
    background-position: center 100% !important;
	}
	
	.aruzen-fixed-image-banner.aruzen-fixed-image-banner-last{
		min-height: 560px !important;
	}
	
	.aruzen-fixed-image-banner.aruzen-fixed-image-banner-last .wp-block-cover__image-background {
		background-position: 80% 50% !important;	
	}
	
	.azurean-hero-banner .azurean-hero-banner__heading1 {
		text-wrap: balance;
		margin-bottom: 15px !important;
	}
}

@media screen and (max-width: 460px) {
	.azurean-hero-banner .azurean-hero-banner__heading1 {
		font-size: 40px !important;
	}
	.azurean-hero-banner .azurean-hero-banner__heading2 {
		font-size: 30px !important;
	}
}
@media only screen and (min-width: 1305px) {
	.azurean-hero-banner .azurean-hero-banner__sublogo {
	padding-left: 0 !important;
		padding-right: 0 !important;
}
}