/*
Theme Name: prs
Text Domain: twentytwenty
Version: 2.8
Tested up to: 6.7
Requires at least: 4.7
Requires PHP: 5.2.4
Description:  The Custom Theme With ACF Flexible Content Option AUGEST 2025
Tags: Theme Option, Header Footer
Author: the Dev team
Author URI:  
Theme URI:#
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

 span.wpcf7-form-control-wrap {
    width: 100% !important;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 7px;
}
.wpcf7-response-output {
	    margin: 0 !important;
    font-size: 14px;
    padding: 10px !important;
}

 

 #wpadminbar .quicklinks ul {
    display:block !important;
}

.pagination-wrap {
    text-align: center;
    margin: 0 auto;
}

.pagination-wrap span , .pagination-wrap a {
    font-size: 14px;
    padding: 6px 10px;
    border: 1px solid #000;
}

.pagination-wrap a.next.page-numbers , .pagination-wrap a.prev.page-numbers{
    background-image: url('') !important;
}

.career-form-wrapper input.wpcf7-form-control.wpcf7-file{
    width: 100px;
    height: 30px;
}

.forminator-pagination-steps {
    display: none !important;
}

#forminator-module-7 {	
	.forminator-label{
		font-size: 3rem;
		font-weight: 400;
	}
	
	.forminator-title {
		font-size: 5rem !important;
	}
	
	input,
	select {
		border: none !important;
		border-bottom: 1px solid currentcolor !important;
		padding: 2rem 0;
	font-size: 1.6rem !important;
		font-weight: 400 !important;
	}
	
	button {
		display: flex;
    	flex-direction: row;
    	justify-content: center;
    	align-items: center;
    	flex-wrap: wrap;
    	gap: 0.75rem;
    	font-family: Satoshi, sans-serif;
    	font-size: 1.6rem;
    	font-weight: 300;
    	line-height: 1.25;
    	overflow: hidden;
    	position: relative;
		background: var(--color-bg-btn);
    	color: #fff;
		border-radius: 0.75rem;
		padding: 1rem 3rem;
		
		&:hover {
			box-shadow: none !important;
		}
		
		@media only screen and (max-width: 482px) {
			        font-size: 1.7rem !important;
		}
	}
	
	.forminator-input-with-icon {
		position: relative;
		
		.forminator-icon-calendar {
			position: absolute;
			top: 50%;
			left: 0;
			transform: translatey(-50%);
			z-index: 2;
			
			&::before {
				font-size: 2.5rem;
			}
		}
		
		.forminator-input {
			padding-left: 4rem !important;
		}
	}
}

.forminator-ui#forminator-module-7.forminator-design--default select.forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered {
		border: none !important;
		padding: 2rem 0;
		font-size: 1.8rem !important;
		font-weight: 400 !important;
	}
	


.forminator-ui#forminator-module-7.forminator-design--default span.forminator-label {
	font-size: 3.5rem !important;
	font-weight: 400 !important; 
}

.forminator-ui#forminator-module-7.forminator-design--default .forminator-label {
	font-weight: 400 !important;
}

.forminator-pagination-footer {
	display: flex;
	align-items: center;
	justify-content: flex-start !important;
	gap: 1.5rem;
}

.forminator-pagination,
.forminator-pagination-footer,
.forminator-pagination.forminator-pagination-start {
	grid-column: 1 / -1 !important;
}

.forminator-row,
#radio-1 {
	width: 100%;
}

.forminator-field {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2rem;
	
	&[role="radiogroup"] {
		gap: 0;
		
		.forminator-label{
			margin-bottom: 2rem !important;
		}
	}
}

.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row, .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside {
	margin: 0 !important;
}

@media only screen and (max-width: 482px) {
	.forminator-field {
		gap: 1rem !important;
	}
	
	
	#forminator-module-7 {	
		.forminator-label{
			font-size: 2rem;
		}
		
		.forminator-row {
			gap: 0;
			
			.forminator-col {
				width: 100%;
			}
		}
	}
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-radio:not(.forminator-radio-inline),
.forminator-ui.forminator-custom-form[data-design=default] .forminator-radio:not(.forminator-radio-inline):first-of-type,
.forminator-ui.forminator-custom-form[data-design=default] .forminator-radio:not(.forminator-radio-inline):last-child {
	margin: 0 !important;
}

.forminator-input-with-icon{
	width: 100%;
}

.forminator-ui.forminator-custom-form[data-design=default] .forminator-input-with-icon .forminator-input {
	padding-left: 4rem !important;
}

.forminator-ui#forminator-module-7.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
	background: transparent !important;
	border: none !important;
	border-bottom: 1px solid currentcolor !important;
	outline: none !important;
}

.forminator-ui#forminator-module-7.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__arrow {
	color: currentcolor !important;
}

.forminator-radio {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	position: relative;
	border-bottom: 1px solid currentcolor;
	
	input[type='radio'] {
		position: absolute;
		inset: 0;
		z-index: 2;
		opacity: 0;
	}
	
	.forminator-radio-label{
		width: 100%;
		padding: 2.5rem 1rem;
		font-weight: 400;
		margin-left: 0 !important;
	}
	
	&:has(input:checked),
	&.forminator-is_checked {
		.forminator-radio-label{
			background: var(--color-bg-btn);
			color: #ffffff !important;
		}
	}
}

.forminator-radio-bullet {
	display: none !important;
}


#forminator-custom-form-7--page-1 .forminator-label,
#forminator-custom-form-7--page-3 .forminator-label{
	display: none !important;
}

.forminator-pagination--content {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	
	.forminator-row {
		display: flex;
		gap: 2.5rem;
	}
}

.forminator-ui .forminator-response-message {
    position: absolute;
    background: #e8f3f8;
    font-size: 2rem;
}



#ui-datepicker-div {
	min-width: 30rem;
}

.ui-datepicker .ui-datepicker-title select {
	border-bottom: none !important;
	font-size: 1.6rem !important;
}

.forminator-error-message {
	    font-size: 1.2rem;
    background: red;
    color: white;
    padding: 1rem;
    border-radius: .5rem;
}

.page-id-1057 .navbar .container .btns {
	display: none !important;
}

.page-id-287 .grid-section .container .grid-panel .grid-card .card-figure img {
	height: 50rem;
}

.quantity input{
	border: 1px solid #1d1d1d !important;	
    padding: .99rem 2rem;
    border-radius: 0.75rem;
	width:10rem !important;
}

.navbar .container .logo-link img {
	width: auto !important;
	max-height: 12rem;
    min-width: 15rem;
}

.footer.footer-theme .container .footer-panel .logo-link img {
	max-width: 35rem;
}

/* CART PAGE */
.woocommerce-cart .woocommerce {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
	
}
.woocommerce table.shop_table {
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce .button {
    background: #000;
    color: #fff;
    border-radius: 6px;
}

.woocommerce .button:hover {
    background: #333;
}

.woocommerce-account .footer-nav-widgets-wrapper,
.woocommerce-dashboard .footer-nav-widgets-wrapper,
.page-id-1946 .footer-nav-widgets-wrapper,
.page-id-1945 .footer-nav-widgets-wrapper {
	display: none !important;
}

.woocommerce-account #site-content,
.woocommerce-dashboard #site-content,
.page-id-1946 #site-content,
.page-id-1945 #site-content {
	padding: 15rem 5%;
}

.page-id-1947 .status-publish {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 5rem;
	
	h2 {
		font-size: 4.5rem !important;
	}	
} 

.woocommerce-order-details__title,
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
	font-size: 4.5rem !important;
}

.woocommerce-page h1,
.page-id-1945 h1,
.page-id-1946 h1 {
	font-size: 6rem !important;
}

.woocommerce-page {
	th,
	address {
		font-size: 1.6rem !important;		
	}
	
	table{
		background: #ffffff !important;
	}
	
	address {
		padding: 2.5rem !important;
		display: flex;
		flex-direction: column;
		gap: 1rem;
		border-radius: 1rem !important;
		background: #ffffff !important;
	}
}

.page-id-1945 .entry-header.has-text-align-center,
.page-id-1946 .entry-header.has-text-align-center {
	text-align: left !important;
}

.woocommerce-order-details,
.woocommerce-customer-details {
	display: flex; 
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 2rem;
	margin-top: 5rem;
}

.page-id-1947 #post-1947,
.page-id-1946 #post-1946,
.page-id-1945 #post-1945 {
	display: flex; 
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 5rem;
	
	.post-inner {
		width: 100%;
	}
}

.wc-block-cart-items {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 1rem !important;
	
	th {
		padding: 1rem !important;
	}
	
	.wc-block-components-product-name {
		max-width: 90% !important;
	}
}

.woocommerce-form-register__submit,
.woocommerce-form-login__submit,
.wc-block-components-checkout-place-order-button,
.wc-block-components-totals-coupon__button,
.wc-block-cart__submit-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
    font-family: Satoshi, sans-serif !important;
    font-size: 1.6rem !important;
    font-weight: 300 !important;
    line-height: 1.25 !important;
    overflow: hidden !important;
    position: relative !important;
	background: #2e475a !important;
    color: #fff !important;
	border-radius: 0.75rem !important;
	
	
		@media only screen and (max-width: 482px) {
			        font-size: 1.7rem !important;
		}
}

.woocommerce-form-login__rememberme {
	span {
		font-size: 1.4rem !important;
	}
}

.woocommerce-MyAccount-content .button,
.wc-forward,
.woocommerce-Button,
.wc-block-components-checkout-return-to-cart-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
    font-family: Satoshi, sans-serif !important;
    font-size: 1.6rem !important;
    font-weight: 300 !important;
    line-height: 1.25 !important;
    overflow: hidden !important;
    position: relative !important;
	background: #2e475a !important;
    color: #fff !important;
	border-radius: 0.75rem !important;
	padding: 1rem 2rem !important;
	
	
		@media only screen and (max-width: 482px) {
			        font-size: 1.7rem !important;
		}
	
	svg {
		position: relative !important;
		top: unset !important;
		left: unset !important;
		transform: unset !important;
	}
}

.single_add_to_cart_button {
	height: 4.25rem;
	border-radius: 0.75rem !important;
	padding: 1rem 2rem !important;
	font-size: 1.6rem !important;
	font-weight: 400 !important;
	background: #2e475a !important;
}

.woocommerce-thankyou-order-received {
	margin-bottom: 4rem;
}

.woocommerce-thankyou-order-details {
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	row-gap: 2.5rem;
}

.woocommerce-verify-email {
	display: flex; 
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 2rem;
	
	.form-row {
		width: 100%;
		max-width: 50rem;
	}
	
	.woocommerce-button {
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		flex-wrap: wrap !important;
		gap: 0.75rem !important;
		font-family: Satoshi, sans-serif !important;
		font-size: 1.6rem !important;
		font-weight: 300 !important;
		line-height: 1.25 !important;
		overflow: hidden !important;
		position: relative !important;
		background: #2e475a !important;
		color: #fff !important;
		border-radius: 0.75rem !important;
		
		
		@media only screen and (max-width: 482px) {
			        font-size: 1.7rem !important;
		}
	}
}

.woocommerce-thankyou-order-received {
	margin-bottom: 0 !important;
	font-size: 3rem !important;
}

.woocommerce-MyAccount-navigation ul{
	padding-left: 0 !important;
	margin-bottom: 5rem;
}

.woocommerce-MyAccount-navigation-link {
	border: 1px solid rgba(0,0,0,0.1);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	
	a {
		padding: 1rem !important;
		width: 100%;
	}
}

.woocommerce-MyAccount-content {
	.woocommerce-Address-title {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 2.5rem;
			
		a {
			display: flex !important;
			justify-content: center !important;
			align-items: center !important;
			flex-wrap: wrap !important;
			gap: 0.75rem !important;
			font-family: Satoshi, sans-serif !important;
			font-size: 1.6rem !important;
			font-weight: 300 !important;
			line-height: 1.25 !important;
			overflow: hidden !important;
			position: relative !important;
			background: #2e475a !important;
			color: #fff !important;
			border-radius: 0.75rem !important;
			padding: 1rem 2rem !important;
			
			
		@media only screen and (max-width: 482px) {
			        font-size: 1.7rem !important;
		}
		}
	}
}

.woocommerce-info {
	border-color: #2e475a !important;
	font-size: 1.6rem !important;
	
	&::before {
		color: #2e475a !important;
	}
}

.p-AccordionItem.p-AccordionItem--selected:last-child {
	background-color: #ffffff !important;	
}

input {
	text-align: left !important;
}

.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside:not(:last-child), .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
	margin: 0 !important;
}

.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-col {
	padding: 0 !important;
}

.forminator-ui .forminator-response-message {
	position: absolute;
}

.forminator-button.forminator-button-submit {
	display: flex !important;
			justify-content: center !important;
			align-items: center !important;
			flex-wrap: wrap !important;
			gap: 0.75rem !important;
			font-family: Satoshi, sans-serif !important;
			font-size: 1.6rem !important;
			font-weight: 300 !important;
			line-height: 1.25 !important;
			overflow: hidden !important;
			position: relative !important;
			background: #2e475a !important;
			color: #fff !important;
			border-radius: 0.75rem !important;
			padding: 1rem 2rem !important;
	
	
		@media only screen and (max-width: 482px) {
			        font-size: 1.7rem !important;
		}
}

.how .container .media-wrapper div, .how .container .media-wrapper img, .how .container .media-wrapper video {
	max-height: 68rem;
}

.how .container .media-wrapper div {
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	
	iframe {
		width: 100%;
		height: 70rem;
	}
}

@media only screen and (max-width: 482px) {
	.how .container .media-wrapper div {
		iframe {
			height: 25rem;
		}
	}
}

.services .services-slider .embla__container .embla__slide .content-box {
	min-width: 50%;
}

@media only screen and (max-width: 482px) {
	.contact .container {
		gap: 5rem;
		
		.contact-panel {
			gap: 5rem;
			
			.contact-figure {
				order: 2;
			}
			
			.contact-content {
				order: 1;
			}
		}
	}
}

.page-id-271 .grid-section .container .grid-panel .grid-card .content-box .link-bg{
	margin-top: 2rem !important;
}


@media only screen and (max-width: 767px) {
	.hide_mobile{
		display:none !important;
	}
}

.content-box:has(.drop-down) {
	position: relative;
	z-index: 10;
}

.navbar .container .btns .link-bg-white{
	background: transparent;
	
	&::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;
		width: 100%;
		height: 100%;
		background: #ffffff;
	}
}

.link-bg-white,
.navbar .container .btns .link-bg-white { 
	&::before {
		background: #2e475a !important;
		z-index: -1 !important;
	}
	
	&:hover {
		background: transparent;
		color: #fff;
		
		.arrow,
		img{
			filter: invert(1);
		}
	}
}

.page-id-387 .forminator-radio-label {
	font-size: 1.6rem !important;
}


.services .services-slider .embla__container .embla__slide .content-box .btns .drop-down .link-outline .arrow {
	filter: invert(1);
}

.services .services-slider .embla__container .embla__slide .content-box .btns .drop-down .link-outline:hover {
	.arrow{
		filter: none;
	}
}

.banner .embla .embla__container .embla__slide .slide-content .btns {
	position: relative;
	z-index: 5;
}

.banner .embla .embla__container .embla__slide .slide-content .drop-down .drop-down-content,
.services .services-slider .embla__container .embla__slide .content-box .btns .drop-down .drop-down-content {
	top: auto !important;
	bottom: 100% !important;
}

/*  */
/* .page-id-1032,
.page-id-2258,
.page-id-975 {
	.navbar{
		max-width: 50%;
		
		.container {
			color: #ffffff;
		}
	}
}


.page-id-975 .navbar {
	background: #00416f !important;
}

.page-id-1032 .navbar {
	background: #a08167;
}

.page-id-2258 .navbar {
	background: #a08167;
}

@media only screen and (max-width: 482px) {
	.page-id-1032,
	.page-id-2258,
	.page-id-975 {
		.navbar {
			max-width: 100%;
		}
	}
} */

.theme-theme-mac .navbar,
.theme-tulu-one .navbar,
.theme-tulu-two .navbar,
.theme-green-light .navbar,
.theme-deep-teal-blue .navbar,
.theme-charcoal-blue-gray .navbar,
.theme-dark-charcoal .navbar,
.theme-deep-teal-navy .navbar,
.theme-dark-espresso-brown .navbar,
.theme-rich-black .navbar,
.theme-black .navbar,
.theme-deep-forest-green .navbar,
.theme-dark-mocha-brown .navbar,
.theme-muted-sage-green .navbar,
.theme-sofy-ivory .navbar,
.theme-soft-light-gray .navbar,
.theme-midnight-blue-black .navbar,
.theme-deep-royal-blue .navbar,
.theme-abyss-navy .navbar,
.theme-deep-dark-navy .navbar{
    background: var(--color-bg);
    color: #ffffff;
    max-width: 50%;
}

.theme-theme-mac,
.theme-tulu-one,
.theme-tulu-two,
.theme-green-light,
.theme-deep-teal-blue,
.theme-charcoal-blue-gray,
.theme-dark-charcoal,
.theme-deep-teal-navy,
.theme-dark-espresso-brown,
.theme-rich-black,
.theme-black,
.theme-deep-forest-green,
.theme-dark-mocha-brown,
.theme-muted-sage-green,
.theme-sofy-ivory,
.theme-soft-light-gray,
.theme-midnight-blue-black,
.theme-deep-royal-blue,
.theme-abyss-navy,
.theme-deep-dark-navy,
.theme-warm-white,
.theme-site-white{
	.banner .banner-figure {
		border-radius: 0 0 1rem 1rem !important;
	}
	
	@media only screen and (max-width: 482px) {
		.navbar .container .logo-link img {
			max-height: 8rem !important;
		}
	}
}

.theme-site-white .navbar {
	color: #000000;
	background: #ffffff !important;
	max-width: 50%;
	
	@media only screen and (max-width: 482px) {
		max-width: 100% !important;
	}
}

.theme-theme-mac .navbar {
	max-width: 50%;
	
	@media only screen and (max-width: 482px) {
		max-width: 100% !important;
	}
}

.theme-warm-white .navbar,
.theme-soft-light-gray .navbar{
	color: #000000 !important;
    background: var(--color-bg);
    max-width: 50%;
	
	.link-outline:hover {
		color: #ffffff;
		
		&::before {
			background: #000000 !important;
		}
	}
}

.page-id-1057 .connect .connect-content .form-wrapper form {
	input:not([type='submit']),
		textarea {
			border-bottom: 1px solid currentcolor !important;
			color: #ffffff !important;
			
			&::placeholder {
				color: #ffffff !important;
			}
	}
	
	select {
		filter: invert(1);
	}
}

.page-id-287 section.banner {
	z-index: 5;
	overflow: visible;
}

.forminator-response-message {
	max-width: 100%;
}

section {
	.container {
		*:has(.drop-down) {
			position: relative;
			z-index: 5;
		}
	}
}

@media only screen and (max-width: 482px) {
    .theme-tulu-one .navbar,
    .theme-tulu-two .navbar,
    .theme-green-light .navbar,
    .theme-deep-teal-blue .navbar,
    .theme-charcoal-blue-gray .navbar,
    .theme-dark-charcoal .navbar,
    .theme-deep-teal-navy .navbar,
    .theme-dark-espresso-brown .navbar,
    .theme-rich-black .navbar,
    .theme-black .navbar,
    .theme-deep-forest-green .navbar,
    .theme-dark-mocha-brown .navbar,
    .theme-muted-sage-green .navbar,
    .theme-sofy-ivory .navbar,
    .theme-soft-light-gray .navbar,
    .theme-midnight-blue-black .navbar,
    .theme-deep-royal-blue .navbar,
    .theme-abyss-navy .navbar,
    .theme-deep-dark-navy .navbar,
    .theme-warm-white .navbar {
        max-width: 100%;
		
		.container {
			.btns:has(.cart) {
				max-width: 0 !important;
				display: none !important;
				overflow: hidden;
			}
		}
    }
	
	.theme-tulu-one .banner,
    .theme-tulu-two .banner,
    .theme-green-light .banner,
    .theme-deep-teal-blue .banner,
    .theme-charcoal-blue-gray .banner,
    .theme-dark-charcoal .banner,
    .theme-deep-teal-navy .banner,
    .theme-dark-espresso-brown .banner,
    .theme-rich-black .banner,
    .theme-black .banner,
    .theme-deep-forest-green .banner,
    .theme-dark-mocha-brown .banner,
    .theme-muted-sage-green .banner,
    .theme-sofy-ivory .banner,
    .theme-soft-light-gray .banner,
    .theme-midnight-blue-black .banner,
    .theme-deep-royal-blue .banner,
    .theme-abyss-navy .banner,
    .theme-deep-dark-navy .banner,
	.theme-warm-white .banner {
		padding-top: 5rem;
		
		.banner-figure {
			display: none !important;
			border-radius: 1rem !important;
		} 
	}
	
	
	.page-id-1032,
	.page-id-975,
	.page-id-2258 {
		.banner {
			.banner-figure {
				display: block !important;
				border-radius: 2rem !important;
				margin-top: 5rem !important;
			}
		}
	}
}

.cta .header {
	position: relative;
	z-index: 3;
}


[data-animation='line'][data-animation-position='bottom'] {
	border-bottom: none !important;
}

@media only screen and (max-width: 482px) {
	    .contact .container {
			.contact-header {
				position: absolute;
				z-index: 3;
				color: #ffffff;
				padding: 3.5rem;
					
				.header-box:nth-child(2) {
					display: none !important;
				}
			}
			
			.contact-panel {
				.contact-figure {
					order: -1 !important;
				}
			}
	}
	
	select,
	textarea, input:not([type='submit'], [type='checkbox']) {
		font-size: 16px !important;
		color: currentcolor;
	}
}

/* .cart{ */
/* 	transform: scale(2) !important; */
/* } */

.page-id-1945 {
	#site-content {
		padding: 20rem 5% 15rem 5% !important;
		
		.page {
			.post-inner {
				.entry-content {
					.wp-block-woocommerce-cart {
						.wp-block-woocommerce-empty-cart-block {
							.with-empty-cart-icon {
								font-size: 2rem;
								
								&::before {
									mask-size: 8rem;
    								width: 8rem;
									height: 8rem;
								}
							}
							
							.wp-block-separator {
								height: 0 !important;
								margin-bottom: 8rem !important;
								display: none !important;
							}
							
							.wp-block-heading:not(.with-empty-cart-icon) {
								font-size: 5rem;
								margin-bottom: 5rem;
								display: none !important;
								text-align: left !important;
							}
							
							.wc-block-grid {
								display: none !important;
								.wc-block-grid__products {
									display: grid;
									grid-template-columns: repeat(4, 1fr);
									gap: 2.5rem;
									margin: 0 !important;
									
									.wc-block-grid__product {
										flex: auto !important;
										max-width: 100% !important;
										margin: 0 !important;
									}
									
									.wc-block-grid__product-link {
										width: 100%;
										
										.wc-block-grid__product-image {
											display: flex;
											align-items:center;
											width: 100%;
											overflow: hidden;
											border-radius: 1rem;
											margin: 0 !important;
											
											img {
												width: 100%;
											}
										}
										
										.wc-block-grid__product-title {
											font-size: 2rem;
											text-align: left !important;
											margin-top: 2rem;
										}
									}
									
									.wc-block-grid__product-price {
										display: flex;
										justify-content: flex-start;
										
										.woocommerce-Price-amount {
											font-size: 1.6rem;
										}
									}
									
									.wp-block-button  {
										margin-top: 2rem !important;
										
										a {
											width: max-content;
											display: flex !important;
											justify-content: center !important;
											align-items: center !important;
											flex-wrap: wrap !important;
											gap: 0.75rem !important;
											font-family: Satoshi, sans-serif !important;
											font-size: 1.6rem !important;
											font-weight: 300 !important;
											line-height: 1.25 !important;
											overflow: hidden !important;
											position: relative !important;
											background: #2e475a !important;
											color: #fff !important;
											border-radius: 0.75rem !important;
											padding: 1rem 2rem !important;
										}
									}
								}
							}
						}
					}
				}
			}
		}
	}
}

@media only screen and (max-width: 1024px) {
	.page-id-1945 {
		 #site-content {
			 .page {
				 .post-inner {
					 .entry-content {
						 .wp-block-woocommerce-cart {
							 .wp-block-woocommerce-empty-cart-block {
								 .wc-block-grid__products {
									grid-template-columns: repeat(2, 1fr) !important;
								}
							}
						}
					}
				}
			}
		}
	}
	
	
	.page-id-1032,
	.page-id-975,
	.page-id-2258  {
		.navbar:not(.scrolled) .container .btns {
			&:has(.link-outline) {
				display: flex !important;
			}
		}
	}
}



@media only screen and (max-width: 482px) {
	.page-id-1945 {
		 #site-content {
			 padding: 20rem 5% 7.5rem 5% !important;
			 
			 .page {
				 .post-inner {
					 .entry-content {
						 .wp-block-woocommerce-cart {
							 .wp-block-woocommerce-empty-cart-block {
								 .wc-block-grid__products {
									grid-template-columns: repeat(1, 1fr) !important;
								}
							}
						}
					}
				}
			}
		}
	}
	
	.navbar .container .btns:has(.cart) {
		display: flex !important;
		margin-right: -10rem;
		
		.drop-down,
		a {
			display: none;
		}
		
		a:has(.icon){
			display: flex !important;
			
			&::after{
			border: none !important;
			}
			
			img{
				transform: scale(1.5) !important;
			}
		}
	}
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0 !important;
}

/* booking form */
.book-form-section {
	.container {
		padding: 5rem 0;
		
		h2 {
			font-size:5rem;
		}
		
		.fluentform {
			h3 {
				font-size: 3rem;
			}
			
			h4 {
				font-size: 2.5rem;
			}
			
			p {
				font-size: 1.8rem;
			}
			
			label {
				font-size: 1.6rem;
				line-height: 1;
			}
			
			.ff-el-input--label {
				margin: 0;
			}
			
			input:not([type='submit'], [type='checkbox'], [type='radio']),
			select,
			textarea {
				border: 1px solid currentcolor;
				border-radius: .5rem !important;
				height: auto !important;
				padding: 1rem;
				resize: none;
			}
			
			select {
					background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuNDI0LjM1NCA1LjU5NiA0LjE4MmExIDEgMCAwIDEtMS40MTQgMEwuMzUzLjM1NCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiLz48L3N2Zz4=) !important;
				background-repeat: no-repeat;
				background-position: right 1rem center;
			    background-size: 1rem auto;
				min-width: 10rem;
			}
			
			.ff_payment_summary_fallback {
				font-size: 1.4rem;
			}
			
			form {
				fieldset {
					display: flex;
					flex-direction: column;
					gap: 2rem;
				}
				
				.ff-el-group {
					display: flex;
					flex-direction: column;
					gap: 1rem;
					margin: 0;
					
					&:has(h3, h4) {
						margin: 4rem 0 1rem 0;
					}
					
					&::after,
					&::before {
						display: none;
					}
					
					.ff-btn-submit {
						padding: 1.25rem 3rem;
						background: #2e475a;
						color: #ffffff;
						border-radius: .5rem;
					}
				}
				
				.ff-custom_html {
					margin: 0;
				}
				
				.ff-t-container {
					display: grid;
					grid-template-columns: repeat(3, 1fr);
					gap: 2.5rem;
					
					&:has(.ff_excluded) {
						display: none;
					}
					
					.ff-t-cell  {
						.ff-el-group {
							gap: 1.25rem;
						}
						
						
					
						&:has(p img) {
							grid-column: span 1 !important;
							align-items: center;
							text-align: center;
							gap: 2rem;
							border: 1px solid currentcolor;
							border-radius: .5rem;
							padding: 2.5rem;

							.ff-el-group {
								align-items: center !important;
								text-align: center !important;
								
								select {
									min-width: 12.5rem !important;
								}
							}
						}
						
						&:has(.ff_list_buttons) {
							grid-column: 1 / 3;
						}
					}
				}
				
				.ff-el-input--content {
					margin: 0; 
				}
			}
		}
	}
}

@media only screen and (max-width: 482px) {
	.book-form-section {
		.container {
			.fluentform {
				h3 {
					font-size: 2.5rem;
				}
				
				h4 {
					font-size: 2.25rem;
				}
				
				p{
					font-size: 1.6rem;
				}
				
				form {
					.ff-t-container {
						grid-template-columns: repeat(1, 1fr);
					}
				}
			}
		}
	}
	
	.services {
		overflow: visible !important;
		height: 90rem !important;
		
		.services-slider {
			overflow: visible !important;
			
			.embla__container {
				.embla__slide {
		overflow: visible !important;
					
					.slide-bg {
						border-radius: 1rem;
					}
				}
			}
		}
	}
	
	
	.services .services-slider .embla__container .embla__slide .content-box .btns .drop-down .drop-down-content {
		top: 100% !important;
		bottom: auto !important;
	}
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span {
	background-color: #2e475a !important;
	color: #ffffff;
	border-color: #2e475a !important;
}

.fluentform_wrapper_6.ffs_modern_l_wrap .ff-el-group input[type=checkbox]:after, .fluentform_wrapper_6.ffs_modern_l_wrap .ff-el-group input[type=radio]:after {
	display: none !important;
}

.fluentform_wrapper_6.ffs_modern_l_wrap .ff-el-group input[type=checkbox]:not(.ff_list_buttons input[type=checkbox]), .fluentform_wrapper_6.ffs_modern_l_wrap .ff-el-group input[type=radio]:not(.ff_list_buttons input[type=radio]) {
	accent-color: #2e475a;
}

.fluentform .ff_coupon_wrapper .ff_input-group-append {
	margin-left: 1rem;
	flex: 1;
	
	.ff_input-group-text {
		padding: 1.25rem 3rem;
		background: #2e475a;
		color: #ffffff;
		border-radius: .5rem !important;
		font-size: 1.6rem !important;
	}
}

.woocommerce-order-overview {
	li {
		font-size: 1.8rem !important;		
		margin-top: 2rem; 
	}
}

.page-id-1945 .navbar .container .btns:has(.cart),
.page-id-1946 .navbar .container .btns:has(.cart),
.page-id-1947 .navbar .container .btns:has(.cart) {
	display: none !important;
}

.connect .connect-content .form-wrapper form .forminator-response-message {
	grid-column: 1 / -1;
	padding: 2.5rem;
	visibility: hidden;
	
	&.forminator-show,
	&:has(*) {
		visibility: visible;
		position: relative;
	}
}

.learn-more-btn {
	width: max-content !important;
}

.page-id-387 .contact .container .contact-panel .contact-content form {
	gap: 0 !important;
	
	.forminator-pagination-footer {
		margin-top: 3rem; 
	}
}

.banner .embla .embla__container .embla__slide .slide-content .link-bg-blur .arrow {
	filter: invert(1);
}

.forminator-label {
	display: none !important;
}

.page-id-307 .forminator-input-with-icon {
	position: relative;
	
	.forminator-icon-calendar {
		position: absolute;
		top: 50%;
		right: 0.5rem;
		transform: translatey(-50%);
		z-index: 3;
		
		&::before {
			font-size: 2rem;
		}
	}
}

/* titles classes */
.title-h1 {
    font-size: 13rem !important;
    line-height: 1.25;
}
.title-h2 {
    font-size: 10rem !important;
    line-height: 1.25;
}
.title-h3 {
    font-size: 7.5rem !important;
    line-height: 1.25;
}
.title-h4 {
    font-size: 5rem !important;
    line-height: 1.25;
}
.title-h5 {
    font-size: 3.5rem !important;
    line-height: 1.25;
}
.title-h6 {
    font-size: 2.5rem !important;
    line-height: 1.25;
}

@media only screen and (max-width: 1024px) {
    .title-h1 {
        font-size: 10rem !important;
    }
    .title-h2 {
        font-size: 7.5rem !important;
    }
    .title-h3 {
        font-size: 6.5rem !important;
    }
    .title-h4 {
        font-size: 4rem !important;
    }
    .title-h5 {
        font-size: 2.75rem !important;
    }
    .title-h6 {
        font-size: 2rem !important;
    }
}

@media only screen and (max-width: 482px) {
	.banner:has(.embla .embla__container .embla__slide .slide-content .btns .drop-down:hover) {
		.banner-content .services-tabs {
			opacity: 0;
			visibility: hidden;
		}
	}
	
	.banner .embla .embla__container .embla__slide .slide-content .btns .drop-down .drop-down-content {
		left: auto !important;
		right: 0 !important;
	}
}

.single-product .footer-nav-widgets-wrapper {
	display: none !important;
}

.single-product .single-product {
	margin-top: 0 !important;
}

.single-product div.product {
    display: flex;
    align-items: flex-start;
	flex-wrap: wrap;
}

.single-product article.product-type-simple {
	margin-top: 5rem;
	margin-bottom: 5rem !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	right: 5rem;
}

.woocommerce-product-gallery__image {
	border-radius: 1.5rem !important;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin-top: 2.5rem;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 1rem;
	
	img {
		border-radius: 1rem;
		overflow: hidden;
	}
}

@media only screen and (max-width: 1024px) {
	.single-product .woocommerce div.product div.images.woocommerce-product-gallery {
		width: 100%;
	}	
	
	.single-product .single-product .summary {
		width: 100% !important;
		padding: 4rem !important;
	}
	
	.single-product article.product-type-simple {
		margin-top: 0 !important;
		
		.entry-header {
			padding: 0 2.5%;
		}
	}
}

section.connect-password .connect-content-password {
    padding: 20rem 10rem;
}

section.connect-password {
    background: #fafafa;
}

section.connect-password {}

section.connect-password .connect-content-password {
    padding: 20rem 10rem;
}

section.connect-password {
    background: #fafafa;
}

 section.connect-password input[type="password"] {
    width: 50%;
    padding: 10px;
    margin-bottom: 10px;
}

section.connect-password input[type="submit"] {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.75rem !important;
    font-family: Satoshi, sans-serif !important;
    font-size: 1.6rem !important;
    font-weight: 300 !important;
    line-height: 1.25 !important;
    overflow: hidden !important;
    position: relative !important;
    background: #2e475a !important;
    color: #fff !important;
    border-radius: 0.75rem !important;
    padding: 1rem 2rem !important;
}
