/**
 * Theme Name:RoyalBali	
 * Description: RoyalBali
 * Author: Adrian Codreanu
 * Template: blocksy
 * Text Domain: blocksy
 */


@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Great+Vibes&family=Marcellus&display=swap');

body {
	font-family: "Albert Sans", sans-serif;
}
h1,
h2 {
	font-family: "Marcellus", serif;
}
h3 {
	font-family: "Great Vibes", cursive;
}
.wp-block-cover__image-background.has-parallax{
	background-attachment: fixed !important;
}

@media (max-width: 767px) {
	.colreverse {
		flex-direction: column-reverse;
	}
}
body:before {
	content: '';
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 700px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('https://royalbalimassage.ro/wp-content/uploads/2026/04/fundal1.jpg');
}
@media(max-width: 600px) {
	body:before {
			background-position: 50% 0px;
		background-size: contain;
	}
}
.rbmh-text-container {
	max-width: 900px;
	margin: 0 auto;
}
.rbmh-relative-z {
	position: relative;
	z-index: 2;
}
.rbmh-hero-section {
	min-height: 95vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 0 4vw;
	overflow: hidden;
}
.rbmh-title-main {
	color: var(--theme-palette-color-1);
	font-weight: 300;
	letter-spacing: -0.01em;
	line-height: 1.2;
}
.rbmh-subtitle-main {
	color: var(--theme-palette-color-1);
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 3.5rem;
	opacity: 0.85;
}
/* 3. Typography & SEO Paragraphs */
.rbmh-section-heading {
	color: var(--theme-palette-color-3);
	font-weight: 300;
	margin-bottom: 3rem;
	letter-spacing: -0.01em;
}
.rbmh-section-heading.rbmh-align-left {
	text-align: left;
	margin-bottom: 2rem;
}
.rbmh-seo-paragraph {
	color: var(--theme-palette-color-2);
	font-weight: 300;
	margin-bottom: 2rem;
	font-size: 1.05rem;
}


.rbmh-seo-intro {
	padding: 10vw 4vw;
}
.rbmh-services-overview {
	padding: 10vw 4vw;
}
.rbmh-benefits-section {
	padding: 10vw 4vw;
}

.rbmh-services-grid {
	gap: 4vw;
	margin-bottom: 5rem;
}
.rbmh-service-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.rbmh-service-placeholder {
	width: 100%;
	aspect-ratio: 3 / 4;
	background-color: var(--theme-palette-color-3);
	border-radius: 120px 120px 0 0;
	/* Minimalist Arch */
	margin-bottom: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--theme-palette-color-2);
	font-size: 0.8rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	opacity: 0.8;
}
.rbmh-service-title {
	
	font-weight: 400;
	margin-bottom: 1.2rem;
}
.rbmh-service-text {
	line-height: 1.8;
	font-weight: 300;
	padding: 0 1rem;
}
/* 6. Benefits Section elements */
.rbmh-benefits-layout {
	gap: 6vw;
}
.rbmh-custom-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.rbmh-custom-list li {
	color: var(--theme-palette-color-2);
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 1.5rem;
	padding-left: 1.5rem;
	position: relative;
}
.rbmh-custom-list li strong {
	color: var(--theme-palette-color-1);
	font-weight: 400;
}
.rbmh-custom-list li::before {
	content: "•";
	color: var(--theme-palette-color-1);
	position: absolute;
	left: 0;
	font-size: 1.2rem;
	top: -2px;
}
.rbmh-large-image-placeholder {
	width: 100%;
	min-height: 600px;
	background-color: var(--theme-palette-color-4);
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--theme-palette-color-2);
}
/* 7. SVG Philosophy Section */
.rbmh-svg-philosophy {
	padding: 12vw 4vw;
	position: relative;
	overflow: hidden;
}
.rbmh-philosophy-quote {
	color: var(--theme-palette-color-1);
	font-weight: 300;
	font-style: italic;
	line-height: 1.3;
	margin-bottom: 3rem;
}
.rbmh-rotating-svg-container {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 700px;
	height: 700px;
	z-index: 0;
	opacity: 0.2;
	pointer-events: none;
}
.rbmh-spinning-element {
	width: 100%;
	height: 100%;
	animation: rbmh-spin-slow 100s linear infinite;
}
.rbmh-svg-path {
	fill: var(--theme-palette-color-3);
	/* Daca fundalul e 4, culoarea 3 creeaza un contrast fin. 
       Daca vrei sa fie un pic mai vizibil, foloseste o transparenta din color-2 */
}
@keyframes rbmh-spin-slow {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
/* 8. Final CTA Section */
.rbmh-final-cta-section {
	padding: 10vw 4vw 12vw 4vw;
}
/* 9. Buttons */
.rbmh-buttons-wrapper {
	margin-top: 2rem;
}
.rbmh-btn-primary .wp-block-button__link,
.rbmh-btn-outline .wp-block-button__link {
	border-radius: 50px;
	padding: 1.2rem 3rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.85rem;
	transition: all 0.4s ease;
}
.rbmh-btn-primary .wp-block-button__link {
	background-color: var(--theme-palette-color-2);
	color: var(--theme-palette-color-6);
	border: 1px solid var(--theme-palette-color-1);
}
.rbmh-btn-primary .wp-block-button__link:hover {
	background-color: var(--theme-palette-color-3);
	color: var(--theme-palette-color-6);
}
.rbmh-btn-outline .wp-block-button__link {
background-color: var(--theme-palette-color-3);
  color: #fff;
  border: 1px solid var(--theme-palette-color-2);

}
.rbmh-btn-outline .wp-block-button__link:hover {
	border-color: var(--theme-palette-color-1);

}

@media (max-width: 1024px) {
	.rbmh-rotating-svg-container {
		width: 500px;
		height: 500px;
	}
	.rbmh-large-image-placeholder {
		min-height: 400px;
	}
}
@media (max-width: 768px) {
	.rbmh-hero-section {
		padding: 0 1rem;
		/* Margini mici pt aspect mare pe mobil */
		min-height: 85vh;
	}
	.rbmh-hero-content {
		padding: 4rem 1.5rem;
		border-radius: 20px;
		width: 100%;
	}
	.rbmh-seo-intro,
	.rbmh-services-overview,
	.rbmh-benefits-section,
	.rbmh-svg-philosophy,
	.rbmh-final-cta-section {
		padding: 5rem 1rem;
		/* Margini 1rem pe mobil peste tot */
	}
	.rbmh-services-grid {
		gap: 3rem;
		margin-bottom: 3rem;
		flex-direction: column;
	}
	.rbmh-service-placeholder {
		max-width: 100%;
		border-radius: 80px 80px 0 0;
	}
	.rbmh-benefits-layout {
		gap: 4rem;
		flex-direction: column-reverse;
		/* Imaginea apare deasupra/dedesubt intr-un mod mai logic */
	}
	.rbmh-rotating-svg-container {
		width: 350px;
		height: 350px;
	}
	.rbmh-buttons-wrapper {
		flex-direction: column;
		width: 100%;
	}
	.wp-block-button {
		width: 100%;
	}
	.wp-block-button__link {
		width: 100%;
		text-align: center;
	}
}
/*despre*/
.wb-light-cover {
	border: none;
}
.wb-hero-section {
	min-height: 90vh;
	position: relative;
	overflow: hidden;
	padding: 12vw 4vw 8vw 4vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wb-bg-svg-wrapper {
	position: absolute;
	top: -10%;
	right: -5%;
	width: 650px;
	height: 650px;
	opacity: 0.6;
	z-index: 0;
	pointer-events: none;
	animation: wb-spin 120s linear infinite;
}
.wb-svg-fill {
	fill: var(--theme-palette-color-3);
}
@keyframes wb-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.wb-title {
	color: var(--theme-palette-color-8);
	font-weight: 300;
	letter-spacing: -0.01em;
	margin-bottom: 2rem;
	position: relative;
	z-index: 2;
}
.wb-subtitle {
	color: #fff;
	font-weight: 300;
	max-width: 850px;
	margin: 4rem auto;
	line-height: 1.3em;
	position: relative;
	z-index: 2;
}
.wb-heading-elegant {
	color: var(--theme-palette-color-3);
	font-weight: 300;
	letter-spacing: -0.01em;
	margin-bottom: 3rem;
}
.wb-heading-elegant.wb-center {
	margin-bottom: 5rem;
}
.wb-paragraph {
	color: var(--theme-palette-color-2);
	line-height: 2.2;
	margin-bottom: 2.5rem;
	font-weight: 300;
}
.wb-hero-buttons,
.wb-bottom-buttons {
	gap: 1.5rem;
	position: relative;
	z-index: 2;
}
.wb-btn-primary .wp-block-button__link,
.wb-btn-secondary .wp-block-button__link {
	border-radius: 100px;
	padding: 1.2rem 3rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.8rem;
	transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.wb-btn-primary .wp-block-button__link {
	background-color: var(--theme-palette-color-1);
	color: var(--theme-palette-color-4);
	border: 1px solid var(--theme-palette-color-1);
}
.wb-btn-primary .wp-block-button__link:hover {
	background-color: rgb(255, 255, 255);
	color: var(--theme-palette-color-2);
}
.wb-btn-secondary .wp-block-button__link {
	background-color: rgba(255, 255, 255, 0);
	color: var(--theme-palette-color-1);
	border: 1px solid #fff;
}
.wb-btn-secondary .wp-block-button__link:hover {
	border-color: var(--theme-palette-color-);
	background-color: rgb(255, 255, 255);
	color: var(--theme-palette-color-2);
}
.wb-story-section {
	padding: 10vw 4vw;
}
.wb-story-columns {
	gap: 8vw;
}
.wb-arch-placeholder {
	min-height: 85vh;
	border-radius: 300px 300px 0 0;
	background-color: var(--theme-palette-color-3);
	/* Un fundal foarte pal */
	display: flex;
	align-items: center;
	justify-content: center;
}
.wb-image-text {
	color: var(--theme-palette-color-2);
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.8rem;
}
.wb-values-wrapper {
	padding: 8vw 4vw;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.wb-values-grid {
	gap: 4vw;
}
.wb-value-card {
	padding: 2rem 1.5rem;
	text-align: center;
	border-top: 1px solid var(--theme-palette-color-3);
	transition: transform 0.4s ease;
}
.wb-value-card:hover {
	transform: translateY(-5px);
}
.wb-card-title {
	color: var(--theme-palette-color-1);
	font-weight: 400;
	margin-bottom: 1.5rem;
	letter-spacing: 0.02em;
}
.wb-card-text {
	color: #fff;
}
.wb-faq-section {
	padding: 10vw 4vw;
	border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.wb-faq-layout {
	gap: 8vw;
}
.wb-faq-item {
	border-bottom: 1px solid var(--theme-palette-color-3);
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
}
.wb-faq-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.wb-faq-question {
	color: var(--theme-palette-color-2);
	font-weight: 400;
	margin-bottom: 1.2rem;
	letter-spacing: 0.01em;
	font-size: 2rem;
}
.wb-faq-answer {
	color: var(--theme-palette-color-2);
	line-height: 1.2em;
	font-weight: 300;
}
@media (max-width: 1024px) {
	.wb-arch-placeholder {
		min-height: 60vh;
		border-radius: 200px 200px 0 0;
	}
}
@media (max-width: 768px) {
	.wb-bg-svg-wrapper {
		width: 400px;
		height: 400px;
		top: 0;
		right: -25%;
	}
	.wb-hero-section {
		padding: 8rem 2rem;
		min-height: 80vh;
	}
	.wb-story-section,
	.wb-values-wrapper,
	.wb-faq-section {
		padding: 2rem 1rem;
	}
	.wb-cta-section {
		padding: 6rem 2rem 8rem 2rem;
	}
	.wb-story-columns,
	.wb-faq-layout {
		gap: 4rem;
		flex-direction: column;
	}
	.wb-arch-placeholder {
		min-height: 50vh;
		border-radius: 150px 150px 0 0;
	}
	.wb-value-card {
		padding: 2rem 0;
		margin-bottom: 1rem;
	}
	.wb-hero-buttons,
	.wb-bottom-buttons {
		flex-direction: column;
		width: 100%;
		align-items: center;
	}
	.wp-block-button {
		width: 100%;
	}
	.wp-block-button__link {
		width: 100%;
		text-align: center;
	}
}
/*masaj*/
.wb-bg-svg-wrapper.tipuri-masaj {
	top: -30%;
	opacity: 0.3;
}
.wb-heading-elegant {
	color: var(--theme-palette-color-1);
	font-weight: 300;
	letter-spacing: -0.01em;
	margin-bottom: 3rem;
}
.wb-service-row {
	gap: 6vw;
	margin-bottom: 8vw;
}
.wb-service-row:last-child {
	margin-bottom: 0;
}
.wb-service-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.wb-service-arch {
	width: 100%;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.wb-service-card:hover .wb-service-arch {
	transform: translateY(-12px);
}
.wb-service-img-txt {
	color: var(--theme-palette-color-2);
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.75rem;
	opacity: 0.7;
}
.wb-service-title {
	color: var(--theme-palette-color-3);
	font-weight: 300;
	letter-spacing: 0.01em;
	margin: 0 auto;
	position: relative;
}
.wb-service-desc {
	color: var(--theme-palette-color-2);
	line-height: 2;
	font-weight: 300;
	padding: 0 1rem;
}
.wb-bottom-buttons {
	gap: 1.5rem;
	position: relative;
	z-index: 2;
}
.wb-btn-primary .wp-block-button__link {
	border-radius: 100px;
	padding: 1.2rem 3.5rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.8rem;
	transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
	background-color: var(--theme-palette-color-1);
	color: var(--theme-palette-color-4);
	border: 1px solid var(--theme-palette-color-1);
}
.wb-btn-primary .wp-block-button__link:hover {
	background-color: transparent;
	color: var(--theme-palette-color-1);
}
@media (max-width: 768px) {
	.wb-hero-services {
		padding: 8rem 2rem 4rem 2rem;
		min-height: auto;
	}
	.wb-service-row {
		gap: 4rem;
		margin-bottom: 4rem;
		flex-direction: column;
	}
	.wb-service-desc {
		padding: 0;
	}
	.wb-cta-section {
		padding: 6rem 2rem 8rem 2rem;
	}
	.wb-bottom-buttons {
		flex-direction: column;
		width: 100%;
		align-items: center;
	}
	.wp-block-button {
		width: 100%;
	}
	.wp-block-button__link {
		width: 100%;
		text-align: center;
	}
}

#footer {
	position: relative;
}
#footer::before,
#footer::after {
  content: '';
  position: absolute;
  width: 300px; 
  height: 300px; 
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none; 
  z-index: 0; 
}

/* Top left corner */
#footer::before {
  top: 0;
  left: 0;
  background-image: url('https://royalbalimassage.ro/wp-content/uploads/2026/04/bg-14.png');
}

/* Bottom right corner */
#footer::after {
  bottom: 0;
  right: 0;
	z-index: 1;
	transform: rotate(180deg);
  background-image: url('https://royalbalimassage.ro/wp-content/uploads/2026/04/bg-14.png');
}
[data-footer*="type-1"] .ct-footer [data-row*="bottom"],
#footer.ct-footer .ct-widget  {
	z-index: 2;
}
#footer.ct-footer .ct-widget img {
    max-width: 250px !important;
}

.contact-card {
    margin: auto;
    background: rgba(255, 255, 255, 0.03);
 
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 28px;
    padding: 30px;
    max-width: 400px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contact-card:hover {
    border-color: rgba(217, 202, 130, 0.5);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.6);
    background: rgba(255, 255, 255, 0.05);
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    text-decoration: none;
    color: #e0e0e0;
    transition: 0.3s ease;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.icon-box {
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    border-radius: 14px;
    background: rgba(217, 202, 130, 0.1);
    transition: all 0.4s ease;
}

.contact-svg {
    width: 26px;
    height: 26px;
    stroke: #d9ca82;
    stroke-width: 2;
    fill: none;
}

.info-content .label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #999;
    margin-bottom: 6px;
	text-align: left;
	
}

.info-content .info-text {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
}

.contact-item:hover .icon-box {
    background: #d9ca82;
    transform: scale(1.1) rotate(-5deg);
}

.contact-item:hover .contact-svg {
    stroke: #000;
}

.contact-item:hover .info-text {
    color: #d9ca82;
}