/*
Theme Name: valhalla
Theme URI: https://finca-valhalla.com/
Author: Valhalla
Requires at least: 1.0
Requires PHP: 8.2
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: valhalla
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
 */


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
}

html {
	scroll-behavior: smooth;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: calc(100vw / 1440 * 10);
	line-height: 32px;
	padding: 0 !important;
	margin: 0 !important;
}


:root {
	--font-light: "Inter", sans-serif;
	--font-regular: "Inter", sans-serif;
	--font-medium: "Inter", sans-serif;
	--font-semibold: "Inter", sans-serif;
	--font-bold: "Inter", sans-serif;


	--primary-color: #281E26;
}


@font-face {
	font-family: "Inter";
	src: url("./assets/fonts/Inter-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Inter";
	src: url("./assets/fonts/Inter-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Inter";
	src: url("./assets/fonts/Inter-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Inter";
	src: url("./assets/fonts/Inter-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Inter";
	src: url("./assets/fonts/Inter-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 120px;
}


.section-padding {
	padding: 6rem 0;
}

.btn {
	padding: 1.5rem 4rem;
	border: 1px solid #fff;
	background-color: transparent;
	font-size: 2rem;
	line-height: 100%;
	text-align: center;
	color: #fff;
	font-family: var(--font-regular);
	cursor: pointer;
	transition: all 0.3s ease;

}

.btn:hover {
	color: var(--primary-color) !important;
	background-color: #fff !important;
	/* border-color: var(--primary-color); */
}

.btn a {
	color: inherit;
	text-decoration: none;

}

.btn:hover a {
	color: var(--primary-color) !important;
}

.btn-white {
	background: #fff;
	color: var(--primary-color);
}

.btn-white:hover {
	background: transparent;
	/* border-color: #fff; */
}

.btn-white a {
	color: var(--primary-color);
}

.btn-white:hover a {
	color: #fff;
}


.section-title {
	font-size: 2.4rem;
	font-weight: 600;
	font-family: var(--font-regular);
	text-transform: uppercase;
	line-height: 100%;
	color: var(--primary-color);
}

.text {
	font-size: 1.6rem;
	font-weight: 400;
	font-family: var(--font-regular);
	line-height: 3.2rem;
	color: var(--primary-color);
}

.text-center {
	text-align: center;
}

.hidden {
	display: none;
}

.text-primary {
	color: var(--primary-color) !important;
}

.grid-12 {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	column-gap: 2rem;
}

.grid-6 {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	column-gap: 2rem;
}

.col-4 {
	grid-column: span 4;
}

.col-5 {
	grid-column: span 5;
}

.col-6 {
	grid-column: span 6;
}

.col-8 {
	grid-column: span 8;
}

.col-12 {
	grid-column: span 12;
}

/* Header */

.home .header {
	background-color: transparent;

}

.header {
	width: 100%;
	background-color: rgb(0 0 0 / 65%);
	/* box-shadow: 0rem .4rem 2rem rgba(0, 0, 0, 0.1); */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.header .nav .logo {
	display: flex;
	justify-self: center;
	align-self: center;
}

.header .nav {
	width: 100%;
	height: 96px;
	padding: 1.2rem 6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/* Base Navigation Styles */
.nav .nav-list {
	display: flex;
	list-style: none;
	gap: 2rem;
	min-width: 50%;
	margin: 0;
	padding: 0;
	align-items: center;
}

/* Regular menu items */
.nav .nav-list .menu-item a {
	font-size: 1.6rem;
	font-weight: 300;
	color: #fff;
	font-family: var(--font-regular);
	transition: .3s;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 0.5rem 0;
	white-space: nowrap;
}

.nav .nav-list .menu-item a:hover {
	opacity: 0.8;
}

/* Last menu item (Contact us button) */
.nav .nav-list .menu-item:nth-last-child(2) {
	margin-left: auto;
}

.nav .nav-list .menu-item:nth-last-child(2) a {
	padding: 1rem 3rem;
	border: 1px solid #fff;
	background-color: transparent;
	/*     font-size: 2rem; */
	line-height: 100%;
	text-align: center;
	color: #fff;
	font-family: var(--font-regular);
	cursor: pointer;
	transition: all 0.3s ease;
	text-transform: uppercase;
}

.nav .nav-list .menu-item:nth-last-child(2) a:hover {
	background-color: #fff;
	color: #000;
}

/* Language Switcher Parent Menu Item */
.nav .nav-list .pll-parent-menu-item {
	position: relative;
}

.nav .nav-list .pll-parent-menu-item>a {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	gap: 0.5rem;
	cursor: pointer;
}

/* Arrow indicator for language switcher */
.nav .nav-list .pll-parent-menu-item>a::after {
	content: '▼';
	font-size: 1.2rem;
	margin-left: 0.5rem;
	transition: transform 0.3s ease;
	color: #fff;
}

.nav .nav-list .pll-parent-menu-item:hover>a::after {
	transform: rotate(180deg);
}

/* Flag images in main menu */
.nav .nav-list .pll-parent-menu-item>a img {
	width: 20px;
	height: auto;
	border-radius: 2px;
}

/* Submenu Styles */
.nav .nav-list .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	list-style: none;
	padding: 1rem 0;
	margin: 0;
	/*     min-width: 180px; */
	z-index: 1000;

	/* Hidden by default */
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
}

/* Show submenu on hover */
.nav .nav-list .pll-parent-menu-item:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* Submenu items */
.nav .nav-list .sub-menu .menu-item {
	width: 100%;
	margin: 0;
}

.nav .nav-list .sub-menu .menu-item a {
	padding: 0.8rem 1.5rem;
	display: flex;
	align-items: center;
	gap: 0.8rem;
	color: #333;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 1.4rem;
	text-transform: none;
	border: none;
	background: none;
	white-space: nowrap;
}

.nav .nav-list .sub-menu .menu-item a:hover {
	background-color: rgba(0, 123, 255, 0.1);
	color: #007bff;
	opacity: 1;
}

/* Current language highlighting */
.nav .nav-list .sub-menu .current-lang a {
	background-color: #595959;
	color: white;
	font-weight: 500;
}

.nav .nav-list .sub-menu .current-lang a:hover {
	background-color: #595959;
	color: white;
}

/* Flag images in submenu */
.nav .nav-list .sub-menu img {
	width: 18px;
	height: auto;
	border-radius: 2px;
	flex-shrink: 0;
}

/* Hamburger Menu */
.hamburger {
	display: none;
	cursor: pointer;
}


/* Focus states for accessibility */
.nav .nav-list a:focus,
.nav .nav-list .sub-menu a:focus {
	/*     outline: 2px solid #007bff; */
	/*     outline-offset: 2px; */
}

/* Smooth transitions for all elements */
.nav .nav-list * {
	transition: all 0.3s ease;
}

/* Shortcode Section */

.shortcode-section.section-padding:first-child {
	margin-top: 96px;
}



/* Hero */
.hero {
	padding-bottom: 6rem;
}

.carousel-container {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.carousel-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

/* Inner shadow overlay */
.hero-overlay::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(26, 20, 20, 0.6);
	/* lighter transparent dark */
	box-shadow: inset 0 0 200px 150px rgba(0, 0, 0, 0.7);
	/* soft inner glow */
	z-index: 1;
	border-radius: inherit;
}



.carousel-slide.active {
	opacity: 1;
}

.slide-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: white;
}

.slide-nav {
	position: absolute;
	bottom: 50%;
	right: 3rem;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 1rem;
	z-index: 2;
}

.nav-dot {
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid white;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.nav-dot.active {
	background-color: white;
}


.carousel-slide .hero-content {
	position: absolute;
	bottom: 8.8rem;
	max-width: 78rem;
	z-index: 2;
}

.carousel-slide .hero-content>*:not(:last-child) {
	margin-bottom: 4rem;
}


.carousel-slide .hero-content>*:nth-last-child(2) {
	margin-bottom: 11.7rem;
}

.hero-content {
	[class^="hero-"] {
		color: #fff;
		font-family: var(--font-regular);
		line-height: 100%;
		font-weight: 400;
	}

	.hero-title {
		font-size: 3.6rem;
		line-height: 1.2;
	}

	.hero-sub-title {
		font-size: 2.4rem;
		line-height: 1.25;
	}

	.hero-description {
		font-size: 1.4rem;
		line-height: 1.25;
	}
}


.hero-content .hero-buttons {
	display: flex;
	gap: 2rem;
}

/* left image right text and image */


.left-img-right-text-img {
	width: 100%;
}

.left-img-right-text-img .image-container {
	max-height: 60rem;
	overflow: hidden;
	width: 100%;
	height: 100%;
	grid-column: 1 / 7;
}


.left-img-right-text-img .left-side {
	grid-template-rows: max-content;
}

.left-img-right-text-img .left-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.left-img-right-text-img .left-content {
	grid-column: 1 / 6;
	margin-top: 9rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.left-img-right-text-img .right-content {
	grid-column-start: 2;
	grid-column-end: 6;
	margin-top: 9rem;
}

.left-img-right-text-img .right-content .section-title {
	margin-bottom: 1.8rem;
}

.left-img-right-text-img .right-img-wrapper {
	width: 100%;
	margin-top: 9rem;
	grid-row-start: 2;
	grid-row-end: 3;
	grid-column: span 6;

}

.right-img-wrapper .gallery-slider-container {
	width: 100%;
	aspect-ratio: 16/16;
	overflow: hidden;
	position: relative;

}

.gallery-slider-container .gallery-slider {
	display: flex;
	width: 100%;
	height: 100;
	transition: transform 0.5s ease-in-out;
}

.slide-container {
	width: 100%;
	height: 63rem;
	overflow: hidden;
	flex-shrink: 0;
}

.gallery-slider .slide {
	width: 100%;
	height: 100%;
	object-fit: cover;
	flex-shrink: 0;
	display: block;
}


/* Dots styling */
.gallery-slider-dots {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 1.5rem;
	z-index: 2;
}

.slider-dots {
	width: 10px;
	height: 10px;
	background-color: transparent;
	border: .1rem solid #fff;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.3s;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.slider-dots.active {
	background-color: #fff;
}

/* Full width banner with text  */

.full-width-banner-text .banner {
	position: relative;
	width: 100%;
	text-align: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.493);
	min-height: 40.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6rem 0;
}

.full-width-banner-text .banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(35, 29, 20, 0.6);
	z-index: 1;
}

.full-width-banner-text .no-banner {
	position: relative;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.full-width-banner-text .banner-text {
	font-size: 2.8rem;
	font-weight: 400;
	color: #fff;
	font-family: var(--font-regular);
	/*     text-transform: uppercase; */
	line-height: 100%;
	max-width: 100.6rem;
	z-index: 2;
	position: relative;
}


/* left text image and right image text */

.content-image-grid .left-content {
	grid-column-start: 1;
	grid-column-end: 6;
	grid-column: span 5;
	margin-top: 9rem;
}

.content-image-grid .left-content .section-title {
	margin-bottom: 1.8rem;
}


.left-content .list .list-item {
	display: flex;
	gap: 2rem;
	align-items: start;
}

.left-content .list .list-item .icon {
	width: 3.8rem;
	height: 3.2rem;
	display: grid;
	place-content: center;
}

.left-content .list .list-item p {
	line-height: 3.2rem;
}

.content-image-grid .left-image {
	margin-top: 9rem;
	grid-row-start: 2;
	grid-row-end: 3;
	grid-column: span 6;
}

.content-image-grid .left-image img {
	width: 100%;
}

.content-image-grid .right-layout {
	grid-column: span 6;
	width: 100%;
}

.content-image-grid .right-layout .right-image {
	grid-column-start: 1;
	grid-column-end: 7;
	grid-column: span 6;
}

.right-layout .right-image img {
	width: 100%;
}

.content-image-grid .right-content {
	grid-column-start: 2;
	grid-column-end: 6;
}

.content-image-grid .right-content .list {
	display: flex;
	flex-direction: column;
	list-style: none;
	line-height: 3.2rem;
	margin-top: 1.8rem;
}

.right-content .list span {
	font-weight: bold;
}



/* articles section */

.articles-section .section-heading {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.articles-section .section-heading .section-title {
	grid-column: span 6;
	font-size: 3.6rem;
}

.articles-section .section-heading .see-all-btn {
	border: none;
	background-color: transparent;
	font-size: 2.4rem;
	text-decoration: underline;
	font-weight: 400;
	line-height: 100%;
	color: var(--primary-color);
	font-family: var(--font-regular);
	text-transform: uppercase;
	cursor: pointer;
}

.articles-section .grid-wrapper {
	margin-top: 5.6rem;
}

.articles-section .latest-blog-one {
	grid-template-rows: min-content;
	position: relative;
	padding-right: 1rem;
}

.articles-section .latest-blog-one::after {
	content: '';
	display: block;
	width: .1rem;
	height: 100%;
	background-color: #000;
	position: absolute;
	right: -1rem;
	top: 0;
}



.articles-section .latest-blog-one .latest-blog-img {
	grid-column: span 6;
}

.latest-blog-one .latest-blog-img img {
	width: 100%;
}

.articles-section .latest-blog-one .latest-blog-content {
	grid-column: span 5;
	margin-top: 2.4rem;
}

.latest-blog-one .latest-blog-content .blog-title {
	font-size: 3.6rem;
	font-weight: 400;
	color: var(--primary-color);
	line-height: 100%;
	text-transform: uppercase;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* Number of lines to show */
	-webkit-box-orient: vertical;
}

.latest-blog-one .latest-blog-content .blog-title a {
	color: var(--primary-color);
}

.latest-blog-one .latest-blog-content .text {
	line-height: 2.4rem;
	margin-top: 2.4rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* Number of lines to show */
	-webkit-box-orient: vertical;
}

.articles-section .latest-blogs {
	column-gap: 3rem;
	padding-left: 1rem;
	align-content: flex-start;
	row-gap: 3rem;
}

.articles-section .latest-blogs .single-blog {
	grid-column: span 6;
	align-content: center;
}

.latest-blogs .single-blog .blog-content {
	grid-column: span 4;
	align-self: center;
}

.single-blog .blog-content .blog-title {
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	color: var(--primary-color);
	margin-bottom: 1.2rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* Number of lines to show */
	-webkit-box-orient: vertical;
}

.single-blog .blog-content .blog-title a {
	color: var(--primary-color);
}

.single-blog .blog-content .text {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.4rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	/* Number of lines to show */
	-webkit-box-orient: vertical;
}

.latest-blogs .single-blog .blog-img {
	grid-column: span 2;
	padding-left: .9rem;

}

.latest-blogs .single-blog .blog-img img {
	width: 100%;
}


/* Horse Boarding Services  */
.horse_boarding_services .section-header {
	text-align: center;
	margin: 0 auto;
	max-width: 65rem;
}

.horse_boarding_services .section-header {
	margin-bottom: 2.4rem;
}

.horse_boarding_services .boarding_services {
	gap: 0;

}

.horse_boarding_services .boarding_service_item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	padding: 7.5rem 5rem;
}


.boarding_service_item * {
	text-align: center;
	/*     color: #fff; */
}

.boarding_service_item>*:nth-last-child(2) {
	margin-bottom: 13rem;
}


.boarding_service_item .item_heading {
	font-size: 2.4rem;
}

/* contact form */


.contact-form-left .contact-form-content {
	grid-column: span 5;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	gap: 2rem;
}

.contact-form-top {
	margin-bottom: 6.4rem;
}

.contact-form-top .section-title {
	font-size: 6rem;

}

.contact-form-content .section-title {
	font-size: 3.6rem;
}

.contact-form-self form {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 2.4rem;
}

.contact-form-self form .contact-input {
	padding-top: .8rem;
	border: none;
	border-bottom: 1px solid #000;
	outline: none;
	width: 100%;
	max-width: 100%;
	max-height: 150px;
	resize: none;
}



.contact-form-self form .contact-btn {
	margin-top: 3.2rem;
	background-color: #19171B;
}

.contact-form-self form .contact-btn:hover {
	background-color: transparent;
	color: #19171B;
	border-color: #19171B;
}


.contact-form-info span {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.4rem;
	color: #929292;

}


.contact-phone {
	color: var(--primary-color) !important;
}

/* Call to action */
.call-to-action {
	padding-bottom: 0 !important;
}

.call-to-action .call-to-action-banner {
	position: relative;
	width: 100%;
	text-align: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: rgba(0, 0, 0, 0.493);
	min-height: 40.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.call-to-action .call-to-action-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(35, 29, 20, 0.6);
	z-index: 1;
}


.call-to-action .call-to-action-banner .banner-text {
	font-size: 3.6rem;
	font-weight: 600;
	color: #fff;
	font-family: var(--font-regular);
	text-transform: capitalize;
	line-height: 100%;
	max-width: 80rem;
	z-index: 2;
	position: relative;
}

.call-to-action .call-to-action-banner .banner-btn {
	margin-top: 4.8rem;
	position: relative;
	z-index: 2;
}



/* post */
.article-post {
	margin-top: 11.5rem !important;
	row-gap: 4rem;
}

.post-thumbnail {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	min-height: calc(100vh - 24rem);
	max-height: calc(100vh - 24rem);
	height: 100%;
	margin-bottom: 2.4rem;
	grid-column: 1/-1;
}


.post-title {
	font-size: 3.6rem;
	margin-bottom: 2rem;
	grid-row: 2;
	grid-column: 3/-3;
}

.post-content {
	grid-row: 3;
	grid-column: 2/-2;
	border-bottom: .1rem solid #000;
	padding-bottom: 6rem;
}

.post-content p,
.post-content ul,
.post-content li,
.post-content ol {
	font-size: 1.6rem;
	font-weight: 400;
	font-family: var(--font-regular);
	line-height: 3.2rem;
	color: var(--primary-color);
	margin-bottom: 1rem;
}

.post-content h3 {
	font-size: 1.8rem;
	font-family: var(--font-regular);
	line-height: 3.2rem;
	color: var(--primary-color);
}

.post-content ul {
	margin-left: 2rem;
}

.post-content h2 {
	font-size: 2.4rem;
	font-weight: 600;
	font-family: var(--font-regular);
	text-transform: uppercase;
	line-height: 100%;
	color: var(--primary-color);
	margin-bottom: 1rem;
}



.post-footer {
	grid-row: 4;
	grid-column: 1/-1;
}

.post-footer .section-title {
	text-align: center;
	margin: 4rem 0 6rem 0;
}

.post-categories {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.post-category-image {
	width: 100%;
	height: 28rem;
	margin-bottom: 3rem;
}

.post-category-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-category-title {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 100%;
	color: var(--primary-color);
	text-transform: uppercase;

}


.latest-blog {
	grid-column: 1/-1;
}


/* blogs page */
.blogs {
	margin-top: 11.5rem !important;
}

.latest-blog {
	width: 100%;
	background-position: center;
	background-size: cover;
	padding: 5.7rem;
}

.latest-blog-content {
	background-color: white;
	display: inline-block;
	padding: 30px;
	grid-column: span 5;
}

.latest-blog-content .latest-blog-title {
	line-height: 44px;
	margin-bottom: 1.5rem;
}

.latest-blog-excerpt {
	margin-bottom: 3rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.latest-blog-content .read-more-btn {
	border: 1px solid #000;
	color: var(--primary-color);
}

.latest-blog-content .read-more-btn:hover {
	background-color: var(--primary-color) !important;
	color: white !important;
}


/* Glimpse into our world */

.gallery-container {
	margin-top: 5.6rem;
}

#gallery-1 {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

#gallery-1 br {
	display: none;
}

#gallery-1 .gallery-item {
	width: auto !important;
}

#gallery-1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-item {
	height: auto;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	position: relative;
}

.swiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.swiper-slide {
	flex: 0 0 20%;
	background-position: center;
	background-size: cover;
	width: 300px;
	height: 300px;
	overflow: hidden;
}

.swiper-slide {
	transition: transform 0.4s ease;
	/* For slidesPerView: "auto" */
	width: auto;
	flex-shrink: 0;
}

.swiper-slide-active {
	transform: scale(1.5) !important;
	z-index: 10;
}

.swiper-slide-active+* {
	transform: translateX(37.5%) !important;
}

.swiper-slide-active+*+* {
	transform: translateX(50%) !important;
}

.swiper-slide-active+*+*+* {
	transform: translateX(62.5%) !important;
}

.swiper-slide:has(+*.swiper-slide-active) {
	transform: translateX(-37.5%) !important;
}

.swiper-slide:has(+*+*.swiper-slide-active) {
	transform: translateX(-50%) !important;
}

.swiper-slide:has(+*+*+*.swiper-slide-active) {
	transform: translateX(-62.5%) !important;
}


/* Horse boarding intro */


.horse_boarding_intro_faq {
	margin-top: 3.8rem;
	align-items: self-start;
}

.faq_section .section_item {
	padding: 3.2rem 3rem;
}

.faq_section .section_item .item-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}


.faq_section .section_item .item_heading {
	font-size: 2rem;
}

.faq_section .section_item .item_content {
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	padding-top: 0;
	padding-bottom: 0;
	transition: all 0.4s ease;
}

.faq_section .section_item .item_content ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	padding-inline-start: 40px;
	unicode-bidi: isolate;
}


.faq_section .section_item .item_content.show {
	max-height: 500px;
	/* Large enough for most content */
	opacity: 1;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.horse_boarding_intro_faq .faq_image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 55rem;
}


/* Full screen video section */
.full_screen_video_section {
	position: relative;
	width: 100%;
	height: 59rem;
	overflow: hidden;
}

.full_screen_video_section .video-iframe {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}



/* Footer */

.footer {
	background-color: #19171B;
}

.footer .text {
	color: #646e72;
}

.footer-content-wrapper {
	grid-template-rows: repeat(2, max-content);
}


.footer .about img {
	width: 22rem;
	height: auto;
}

.footer .footer-links {
	grid-column: 6/10;
	grid-row: span 2;
}

.footer .footer-links ul {
	white-space: nowrap;
	list-style: none;
	display: flex;
	gap: 2rem;
}

.footer .footer-links nav {
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer .footer-links nav li .text {
	color: #fff;
}

.footer ul.footer-contact {
	flex-direction: column;
	gap: 1rem;
}

.footer .footer-links h3 {
	font-size: 2rem;
	color: #fff;
	margin-bottom: 1.6rem;
	margin-top: 3rem;
}

.footer .language-switcher {
	grid-column: 11/13;
	grid-row: span 2;
	align-content: flex-end;
	display: flex;
	flex-direction: column;
	padding-top: 10rem;
}

.footer .language-switcher .social-icon {
	margin-bottom: auto;
	display: flex;
	justify-content: center;
}

.footer .language-switcher h5 {
	font-size: 1.3rem;
	color: #fff;
}

.footer .language-switcher ul {
	list-style: none;
	display: flex;
	gap: 2rem;
}

.footer .language-switcher ul .lang-item a {
	color: #646e72;
}

.footer .language-switcher ul .lang-item.current-lang a {
	color: #fff;
}


.footer .copyright {
	align-content: flex-end;
}


/* Right video left text */
.right_video_left_text .left-side .video-container {
	overflow: hidden;
	height: 100%;
	max-height: 60rem;
	width: 100%;
}

.right_video_left_text .left-side .video-container .left-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.right_video_left_text .right-side .right-content {
	margin-top: 9rem;
}

.right_video_left_text .right-side .right-content ul li {
	margin-left: 20px;
}

.right_video_left_text .right-side .right-content .section-title {
	margin-bottom: 1.8rem;
}


/* Page Breadcrumb */
.breadcrumb-container {
	position: relative;
	width: 100%;
	height: 50vh;
	overflow: hidden;
}

.breadcrumb-background {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: opacity 1s ease-in-out;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.breadcrumb-overlay::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 4px 200px 250px rgba(30, 25, 29, 0.7);
	z-index: 1;
}

.breadcrumb-content-container {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.breadcrumb-content {
	z-index: 2;
	text-align: center;
}

.breadcrumb-title {
	font-size: 3.6rem;
	line-height: 1.2;
	color: #fff;
	font-family: var(--font-regular);
	font-weight: 400;
	margin-bottom: 4rem;
}

.breadcrumb-description {
	font-size: 1.4rem;
	line-height: 1.25;
	color: #fff;
	font-family: var(--font-regular);
	font-weight: 400;
}

/* booking form  */

.booking-form-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.booking-form-title {
	font-size: 3.6rem;
	line-height: 1;
	font-family: var(--font-regular);
	font-weight: 400;
	margin-bottom: 2rem;
	text-align: center;
	max-width: 67rem;
}

.booking-form-description {
	font-size: 1.4rem;
	line-height: 1.25;
	font-family: var(--font-regular);
	font-weight: 400;
	max-width: 67rem;
	text-align: center;
}


/* Accommodations Grid */

.accommodations-container .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}

.accommodation-item {
	overflow: hidden;
	background: #fff;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.accommodation-item .image-wrap {
	width: 100%;
	height: 28rem;
	margin-bottom: 3rem;
}

.accommodation-item .image-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.accommodation-item .content-wrap>* {
	margin-bottom: 1.2rem;
}

.accommodation-item .content-wrap .title {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 100%;
	color: var(--primary-color);
	text-transform: uppercase;
}

.accommodation-item .content-wrap .excerpt {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.4rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	min-height: 10rem;
}

.accommodation-item .content-wrap .meta {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid #e0e1e5;
	border-bottom: 1px solid #e0e1e5;
}

.accommodation-item .content-wrap .meta>* {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.accommodation-item .content-wrap .action-btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.accommodation-item .content-wrap .action-btns .book-now {
	background-color: #19171B;
	border: 1px solid #19171B;
}


.accommodation-item .content-wrap .action-btns .read-more {
	color: #19171B;
	font-weight: 500;
}

.accommodation-item .content-wrap .action-btns .read-more-link {
	color: inherit;
	display: inline-block;
}

@media (max-width: 576px) {
	/* html {
        font-size: calc(100vw / 465 * 10);
    } */

	.container {
		margin: 0 auto;
		padding: 0 16px;
		width: 100%;
	}

	.section-padding {
		padding: 8px 0;
	}

	.section-title {
		font-size: 24px;
		line-height: 100%;
		font-weight: 600;
	}

	.text {
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
	}

	.btn {
		padding: 15px 40px;
		font-size: 20px;
	}

	/* Header */


	.header {
		top: 40px;

		padding: 4px 0;
	}

	.header .nav {
		height: auto;
		padding: 0;
		justify-content: center;
		position: relative;
	}

	.header .nav .logo {
		/* max-width: 220px; */
	}

	.header .nav .logo img {
		width: auto;
		height: 44px;
	}

	/* .header .nav-list {
        display: none;
        gap: 0;
    } */


	.hamburger {
		display: flex;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		cursor: pointer;
		height: 44px;
		width: 44px;
		border: 1px solid #fff;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.hamburger img {
		width: 30px;
		height: 30px;
	}



	.nav-list {
		display: none;
		position: absolute;
		top: 100%;
		left: -20;
		width: 100vw;
		background-color: #1E191D;
		z-index: 1;
		flex-direction: column;
		justify-content: center;
		align-items: start;
		padding: 20px;
		gap: 20px;
		opacity: 0;
		transform: translateY(-10px);
		transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	}

	.nav-list.active {
		display: flex;
		opacity: 1;
		transform: translateY(0);
	}

	.header .nav .logo img {
		width: 150px;
		height: auto;
	}

	.nav .nav-list {
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: -16px;
		right: 0;
		background-color: rgba(0, 0, 0, 0.95);
		backdrop-filter: blur(10px);
		padding: 2rem;
		gap: 1rem;
		width: 100vw;
		transform: translateY(-100%);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
	}

	.nav .nav-list.active {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}

	.nav .nav-list .menu-item-type-custom.menu-item:nth-last-child(2) {
		margin-left: 0;
		margin-top: 10px;
	}

	.nav .nav-list .menu-item a {
		font-size: 16px;
		font-weight: 300;
	}

	.nav .nav-list .menu-item:nth-last-child(2) {
		margin-left: 0;
	}

	.lang-item-en {
		margin-top: 0 !important;
	}

	/* Mobile submenu adjustments */
	.nav .nav-list .sub-menu {
		position: static;
		background-color: rgba(255, 255, 255, 0.1);
		border: 1px solid rgba(255, 255, 255, 0.2);
		margin: 10px 0 0 20px;
		transform: none;
		opacity: 0;
		visibility: hidden;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
	}



	.nav .nav-list .pll-parent-menu-item:hover .sub-menu,
	.nav .nav-list .pll-parent-menu-item.active .sub-menu {
		max-height: 200px;
		opacity: 1;
		visibility: visible;
	}

	.nav .nav-list .sub-menu .menu-item a {
		color: #fff;
		padding: 06px 10px;
	}

	.nav .nav-list .sub-menu .menu-item a:hover {
		background-color: rgba(255, 255, 255, 0.1);
		color: #fff;
	}

	/* Arrow indicator for language switcher */
	.nav .nav-list .pll-parent-menu-item>a::after {
		content: '▼';
		font-size: 12px;
		margin-left: 0.5px;
		transition: transform 0.3s ease;
		color: #fff;
	}

	/* Flag images in main menu */
	.nav .nav-list .pll-parent-menu-item>a img {
		width: 20px !important;
		height: auto;
		border-radius: 0;
	}


	/* Hero */



	.hero {
		padding-bottom: 8px;
	}

	.slide-nav {
		right: 30px;
		gap: 10px;
	}

	.nav-dot {
		height: 8px;
		width: 8px;
	}

	.carousel-slide .hero-content {
		margin: 0 auto;
		width: 100%;
		text-align: center;
		left: 0;
		max-width: 100%;
		padding: 0 16px;
	}


	.carousel-slide .hero-content>*:not(:last-child) {
		margin: 0 auto 24px;

	}


	.carousel-slide .hero-content>*:nth-last-child(2) {
		margin: 0 auto 35px;

	}


	.hero-content {
		[class^="hero-"] {
			font-weight: 300;
			line-height: 110%;
			text-align: center;
		}

		.hero-title {
			font-size: 26px;
		}

		.hero-sub-title {
			font-size: 18px;
		}

		.hero-description {
			font-size: 16px;
		}
	}


	.hero-content .hero-buttons {
		flex-direction: column;
	}


	/* left image right text and image */
	.left-img-right-text-img .container {
		grid-template-columns: repeat(6, 1fr);
		gap: 20px;
	}

	.left-img-right-text-img .left-content {
		grid-column-start: 1;
		grid-column-end: 7;
		margin-top: 32px;
	}

	.left-img-right-text-img .right-content {
		grid-column-start: 1;
		grid-column-end: 7;
		margin-top: 32px;
	}

	.left-img-right-text-img .right-img-wrapper {
		grid-row-start: 1;
		grid-row-end: 2;
		margin-top: 0;
	}

	.left-img-right-text-img .image-container {
		min-height: 175rem;
	}


	.right-img-wrapper .gallery-slider-container {
		aspect-ratio: 16/7
			/* Slightly taller on mobile for better viewing */
	}

	.gallery-slider-dots {
		bottom: 16px;
		gap: 15px;
	}

	/* Full width banner with text  */
	.full-width-banner-text .banner-text {
		font-size: 20px;
		text-align: center;
		max-width: 100%;
		margin: 48px 0;
		line-height: 100%;
	}


	/* left text image and right image text */
	.content-image-grid .container {
		grid-template-columns: repeat(6, 1fr);
		gap: 0;
	}

	.content-image-grid .left-content {
		grid-column: span 6;
		margin-top: 32px;
	}

	.content-image-grid .left-image {
		grid-row-start: 1;
		margin-top: 0;
	}

	.left-content .list {
		margin-top: 16px;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.left-content .list .list-item p {
		line-height: 24px;
	}

	.left-content .list .list-item .icon {
		width: 38px;
		height: 32px;
		padding: 10px;
	}

	.content-image-grid .right-layout {
		row-gap: 24px;
	}

	.content-image-grid .right-layout .right-image {
		margin-top: 32px;
	}

	.content-image-grid .right-content {
		grid-column: span 6;
	}


	/* articles section */
	.articles-section .section-heading {
		margin-top: 26px;
	}

	.articles-section .section-heading .section-title {
		font-size: 24px;
	}

	.articles-section .section-heading .see-all-btn {
		font-size: 16px;
	}

	.articles-section .grid-wrapper {
		grid-template-columns: repeat(6, 1fr);
		gap: 0;
		margin-top: 18px;
		row-gap: 48px;
	}

	.articles-section .latest-blogs {
		row-gap: 24px;
		column-gap: 20px;
		padding: 0;
	}

	.latest-blog-one .latest-blog-content .blog-title {
		font-size: 24px;
		font-weight: 400;
		line-height: 100%;
	}

	.articles-section .latest-blog-one {
		padding: 0;
	}

	.articles-section .latest-blog-one::after {
		width: 100%;
		height: 1px;
		width: 100%;
		bottom: -24px;
		top: auto;

	}

	.latest-blog-one .latest-blog-content .text {
		font-size: 16px;
		line-height: 24px;
		-webkit-line-clamp: 4;
	}



	.articles-section .latest-blog-one .latest-blog-content {
		grid-column: span 6;
	}

	.latest-blogs .single-blog .blog-content {
		grid-column: span 3;
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.single-blog .blog-content .blog-title {
		font-size: 18px;
		font-weight: 400;
		line-height: 100%;
		margin-bottom: .8rem;
	}

	.single-blog .blog-content .text {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}

	.latest-blogs .single-blog .blog-img {
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		grid-column: span 3;
	}



	.latest-blogs .single-blog .blog-img img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}


	/* contact form */


	.contact-form-section .grid-12 {
		grid-template-columns: repeat(6, 1fr);
		gap: 2rem;
	}

	.contact-form-left {
		margin-top: 16px;
	}

	.contact-form-left .contact-form-content {
		align-items: flex-start;
	}

	.contact-form-top.col-12 {
		grid-column: span 6;
	}

	.contact-form-content .section-title {
		font-size: 24px;
	}

	.contact-form-self form .contact-input {
		max-height: 100px;
		padding-top: 14px;
	}

	.contact-form-info span {
		font-size: 14px;
		line-height: 24px;
	}

	/* Call to action */
	.call-to-action {
		margin-top: 63px;
	}

	.call-to-action .call-to-action-banner .banner-content {
		margin: 49px auto;
	}

	.call-to-action .call-to-action-banner .banner-text {
		font-size: 24px;
		max-width: 361px;
		margin: 0 auto;
	}

	.call-to-action .call-to-action-banner .banner-btn {
		margin-top: 24px;
	}

	/* post */
	.article-post {
		margin-top: 115px !important;
		gap: 24px;
	}

	.post-thumbnail {
		margin-bottom: 24px;
		min-height: 200px;
	}

	.post-title {
		margin-bottom: 20px;
		grid-column: 1/-1;
	}

	.post-content {
		grid-column: 1/-1;

	}

	.post-content p,
	.post-content ul,
	.post-content ol {
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
		margin-bottom: 12px;
	}


	.post-content h3 {
		font-size: 16px;
		font-family: var(--font-regular);
		line-height: 24px;
		color: var(--primary-color);
	}


	.post-content ul {
		margin-left: 20px;
	}

	.post-content h2 {
		font-size: 24px;
		line-height: 100%;
		font-weight: 600;
		margin-bottom: 12px;
	}

	.post-categories {
		grid-template-columns: repeat(1, minmax(90rem, 1fr));
		gap: 20px;
		justify-items: center;
	}


	.post-category-image {
		height: 60rem;
		margin-bottom: 30px;
	}

	.post-footer .section-title {
		text-align: center;
		margin: 40px 0 60px 0;
	}

	.post-category-title {
		font-size: 18px;
		font-weight: 600;
		line-height: 100%;
		text-transform: uppercase;
		margin-bottom: 12px;
	}



	/* blogs */
	.latest-blog-content {
		grid-column: span 12
	}

	.latest-blog-content .latest-blog-title {
		margin-bottom: 15px;
	}

	.latest-blog-excerpt {
		margin-bottom: 30px;
	}

	/* Horse Boarding Services */

	.horse_boarding_services {
		padding: 20px 0;
	}

	.horse_boarding_services .grid-12 {
		grid-template-columns: repeat(6, 1fr);
	}

	.boarding_services .col-4 {
		grid-column: span 6;
	}

	.horse_boarding_services .section-header {
		max-width: 100%;
		margin-bottom: 24px;
	}



	.horse_boarding_services .boarding_service_item {
		padding: 64px 10px;
	}

	.boarding_service_item .item_container ul {
		margin-left: 20px;
	}

	.boarding_service_item .item_heading {
		font-size: 24px;
	}


	/* contact-form-section  */

	.contact-form-section.section-padding {
		padding-top: 64px;
	}

	.contact-form-top .section-title {
		font-size: 30px;
	}

	.contact-form-top {
		margin-bottom: 0;
	}

	/* Glimpse into our world */
	.gallery-container {
		margin-top: 56px;
	}

	.gallery-item {
		height: 200px;
	}

	.swiper-slide {
		flex: 0 0 33%;
	}


	/* Horse boarding intro*/
	.horse_boarding_intro.section-padding {
		padding: 20px 0;
	}

	.horse_boarding_intro_faq {
		grid-template-columns: repeat(6, 1fr);
	}

	.horse_boarding_intro_faq .space {
		display: none;
	}

	.horse_boarding_intro_faq .col-6 {
		grid-column: span 7;
	}

	.faq_section .section_item .item_heading {
		font-size: 20px;
	}

	.horse_boarding_intro_faq .faq_image.col-5 {
		grid-column: span 6;
		height: 450px;
	}

	.faq_section .section_item {
		padding: 20px;
	}

	/* Full screen video section */
	.full_screen_video_section {
		height: 250px;
	}



	/* Footer */
	.footer.section-padding {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.footer ul li {
		line-height: 1;
	}

	.footer .about {
		grid-column: 1/-1;
	}

	.footer .footer-links {
		grid-column: 1/-1;
	}


	.footer .language-switcher {
		grid-column: 1/-1;
		margin-bottom: 30px;
		margin-bottom: 20px;
	}

	.footer .language-switcher .social-icon {
		justify-content: flex-start;
	}

	.footer .copyright {
		grid-column: 1/-1;
	}

	.footer-content-wrapper {
		grid-template-rows: auto;
	}




	.footer .about img {
		width: 170px;
	}

	.footer .footer-links ul {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}

	.footer .footer-links nav {
		margin-bottom: 40px;
	}

	.footer ul.footer-contact {
		flex-direction: column;
		gap: 10px;
	}

	.footer .footer-links h3 {
		font-size: 20px;
		color: #fff;
		margin-bottom: 1.6rem;
		margin-top: 30px;
	}

	.footer .language-switcher h5 {
		font-size: 13px;
		color: #fff;
	}

	.footer .language-switcher ul {
		list-style: none;
		display: flex;
		gap: 20px;
	}

	/* Right video left text */
	.right_video_left_text .container-wrapper {
		grid-template-columns: repeat(6, 1fr);
	}

	.right_video_left_text .right-side .right-content ul {
		margin-left: 20px;
	}


	.right_video_left_text .right-side .space {
		display: none;
	}

	.right_video_left_text .right-side .right-content {
		grid-column: span 6;
	}

	.right_video_left_text .left-side .video-container {
		max-height: 600px;
	}

	/* Page Breadcrumb */
	.page-breadcrumb {
		margin-bottom: 20px;
	}

	.breadcrumb-title {
		font-size: 36px;
		margin-bottom: 40px;
	}

	.breadcrumb-description {
		font-size: 14px;
	}


	/* booking form */
	.booking-form-section.section-padding {
		padding: 20px 0;
	}

	.booking-form-title {
		font-size: 36px;
		margin-bottom: 20px;
	}

	.booking-form-description {
		font-size: 14px;
		max-width: 670px;
	}

	/* Accommodations Grid */
	.accommodations-container .grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.accommodation-item .image-wrap {
		height: 300px;
	}

	.accommodation-item .title {
		font-size: 18px;
	}

	.accommodation-item .excerpt {
		font-size: 16px;
		line-height: 24px;
		min-height: 100px;
	}

	.accommodation-item .content-wrap>* {
		margin-bottom: 12px
	}

	.accommodation-item .content-wrap .meta>* {
		gap: 10px;
	}

}



/* Small Devices (Tablets in Portrait) */
@media (min-width: 577px) and (max-width: 768px) {
	html {
		font-size: calc(100vw / 768 * 10);
	}


	.container {
		margin: 0 auto;
		padding: 0 1.6rem;
	}

	.header .nav .logo img {
		width: 22rem;
		height: auto;
	}

	.nav .nav-list {
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: -16px;
		right: 0;
		background-color: rgba(0, 0, 0, 0.95);
		backdrop-filter: blur(10px);
		padding: 2rem;
		gap: 1rem;
		width: 100vw;
		transform: translateY(-100%);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
	}

	.nav .nav-list.active {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}

	.nav .nav-list .menu-item-type-custom.menu-item:nth-last-child(2) {
		margin-left: 0;
		margin-top: 10px;
	}

	.hamburger {
		display: flex;
		position: absolute;
		top: 50%;
		right: 6rem;
		transform: translateY(-50%);
		cursor: pointer;
		height: 44px;
		width: 44px;
		border: 1px solid #fff;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	/* Hero */
	.hero-content .hero-buttons {
		flex-direction: column;
	}

	/* left image right text and image */
	.left-img-right-text-img .left-img {
		margin-top: 9rem;
	}

	.left-img-right-text-img .left-content {
		grid-column-start: 1;
		grid-column-end: 7;
		margin-top: 4rem;
	}

	.left-img-right-text-img .right-content {
		grid-column-start: 1;
		grid-column-end: 7;
		margin-top: 4rem;
	}

	.left-img-right-text-img .right-img-wrapper {
		width: 100%;
		margin-top: 4rem;
	}


	/* left text image and right image text */
	.content-image-grid .left-content {
		margin-top: 4rem;
		grid-column: span 6;
	}

	.content-image-grid .left-image {
		margin-top: 4rem;
	}

	.content-image-grid .right-content {
		grid-column: span 6;
	}


	/* articles section */
	.articles-section .grid-wrapper {
		grid-template-columns: repeat(6, 1fr);
		gap: 0;
		row-gap: 48px;
	}

	.articles-section .section-heading .section-title {
		font-size: 2.4rem;
	}

	.articles-section .section-heading .see-all-btn {
		font-size: 1.6rem;
	}

	.articles-section .latest-blog-one::after {
		width: 100%;
		height: 1px;
		width: 100%;
		bottom: -24px;
		top: auto;

	}

	.latest-blog-one .latest-blog-content .text {
		-webkit-line-clamp: 4;
	}

	/* post */
	.post-title {
		margin-bottom: 20px;
		grid-column: 2/-2;
	}

	.post-category-image {
		height: 15rem;
	}

	/* blogs */
	.latest-blog-content {
		grid-column: span 10
	}


	/* Horse Boarding Services */
	.horse_boarding_services .grid-12 {}



	.boarding_services .col-4 {
		grid-column: span 6;
	}

	/* Glimpse into our world */

	.gallery-item {
		height: 25rem;
	}


	/* Horse boarding intro*/
	.horse_boarding_intro_faq .space {
		display: none;
	}

	.horse_boarding_intro_faq .col-6 {
		grid-column: span 7;
	}

	.horse_boarding_intro_faq .faq_image {
		height: 50rem;
	}

	.faq_section .section_item {
		padding: 2rem;
	}

	/* Right video left text */

	.right_video_left_text .right-side .right-content {
		margin-top: 4.5rem;
	}


	/* Accommodations Grid */
	.accommodations-container .grid {
		grid-template-columns: repeat(2, 1fr);
	}

	/* Footer */
	.footer .footer-links ul {
		flex-wrap: wrap;
	}


}

/* Medium Devices (Tablets in Landscape, Small Laptops) */
@media (min-width: 769px) and (max-width: 992px) {
	html {
		font-size: calc(100vw / 992 * 10);
	}

	.header .nav .logo img {
		width: 20rem;
		height: auto;
	}

	/* .header .nav-list {
        display: none;
        gap: 0;
    } */


	.nav .nav-list {
		flex-direction: column;
		position: absolute;
		top: 100%;
		left: -16px;
		right: 0;
		background-color: rgba(0, 0, 0, 0.95);
		backdrop-filter: blur(10px);
		padding: 2rem;
		gap: 1rem;
		width: 100vw;
		transform: translateY(-100%);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
	}

	.nav .nav-list.active {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}

	.nav .nav-list .menu-item-type-custom.menu-item:nth-last-child(2) {
		margin-left: 0;
		margin-top: 10px;
	}

	.hamburger {
		display: flex;
		position: absolute;
		top: 50%;
		right: 6rem;
		transform: translateY(-50%);
		cursor: pointer;
		height: 44px;
		width: 44px;
		border: 1px solid #fff;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.nav .nav-list .menu-item:last-child a {
		padding: 1rem 2rem;
	}


	.post-thumbnail {
		min-height: calc(100vh - 48rem);

	}

	.post-category-image {
		height: 15rem;
	}



	/* blogs */
	.latest-blog-content {
		grid-column: span 10
	}

	/* Horse boarding intro*/
	.horse_boarding_intro_faq .space {
		display: none;
	}

	.horse_boarding_intro_faq .col-6 {
		grid-column: span 7;
	}

	.horse_boarding_intro_faq .faq_image {
		height: 50rem;
	}

	.faq_section .section_item {
		padding: 2rem;
	}

	.left-img-right-text-img .left-content {
		grid-column-start: 1;
		grid-column-end: 7;
	}

	.left-img-right-text-img .right-content {
		grid-column-start: 1;
		grid-column-end: 7;
	}


	/* Accommodations Grid */
	.accommodations-container .grid {
		grid-template-columns: repeat(2, 1fr);
	}

}

/* Large Devices (Laptops, Desktops) */
@media (min-width: 993px) and (max-width: 1200px) {
	html {
		font-size: calc(100vw / 1200 * 10);
	}

	.header .nav .logo img {
		width: 22rem;
		height: auto;
	}

	/* left image right text and image */

	.left-img-right-text-img .left-content {
		margin-top: 3.2rem;
		grid-column-start: 1;
		grid-column-end: 7;
	}

	.left-img-right-text-img .right-content {
		margin-top: 3.2rem;
		grid-column-start: 1;
		grid-column-end: 7;
	}

	.left-img-right-text-img .right-img-wrapper {
		margin-top: 3.2rem;
	}

	/* left text image and right image text */
	.content-image-grid .left-content {
		margin-top: 4rem;
		grid-column: span 6;
	}

	.content-image-grid .left-content .list {
		margin-top: 1.8rem;
	}

	.content-image-grid .left-image {
		margin-top: 4rem;
	}

	.content-image-grid .right-content {
		grid-column: span 6;
	}

	/* articles section */

	.articles-section .latest-blog-one .latest-blog-content {
		grid-column: span 6;
	}

	.latest-blogs .single-blog .blog-img {
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}



	.latest-blogs .single-blog .blog-img img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	.articles-section .latest-blogs {
		gap: 2rem;
	}


	/* post */
	.post-title {
		grid-column: 2/-2;
	}

	.post-thumbnail {
		min-height: calc(100vh - 50rem);
	}

	.post-category-image {
		height: 20rem;
	}


	/* blogs */
	.latest-blog-content {
		grid-column: span 7
	}

	/* Horse boarding intro*/
	.horse_boarding_intro_faq .space {
		display: none;
	}

	.horse_boarding_intro_faq .col-6 {
		grid-column: span 7;
	}

	.horse_boarding_intro_faq .faq_image {
		height: 60rem;
	}

}

/* Extra Large Devices (Large Screens, TVs) */
@media (min-width: 1201px) and (max-width: 1600px) {

	html {
		font-size: calc(100vw / 1440 * 10);
	}

	.container {
		max-width: none;
		margin: 0 auto;
		padding: 0 5vw;
	}


	.header .nav .logo img {
		width: 22rem;
		height: auto;
	}



}

@media (min-width: 1600px) {
	.container {
		max-width: 85vw;
		margin: 0 auto;
		padding: 0 120px;
	}

	.header .nav {
		min-height: 96px;
	}

	.header .nav .logo img {
		width: 12vw;
		height: auto;
	}



	.nav .nav-list .menu-item a {
		font-size: 1vw;
		font-weight: 400;
		color: #fff;
		font-family: var(--font-regular);
		transition: .3s;
		text-transform: uppercase;
	}

	.left-img-right-text-img .left-content {
		grid-column-start: 1;
		grid-column-end: 6;
	}

	.left-img-right-text-img .right-content {
		grid-column-start: 2;
		grid-column-end: 7;
	}
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: var(--primary-color) !important;
	font-size: 16px;
	line-height: 1.4;
	padding: 10px 5px;
}

/* Masonry Gallery Styles */
.masonry-gallery {
	column-count: 4;
	column-gap: 1rem;
	column-fill: balance;
	padding: 1rem 0;
}

.masonry-item {
	break-inside: avoid;
	/*  margin-bottom: 20px;  */
	/*  border-radius: 8px;  */
	overflow: hidden;
	/*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  */
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	background: #fff;
	display: inline-block;
	width: 100%;
}

.masonry-item:hover {
	transform: translateY(-5px);
	/*  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);  */
}

.masonry-item img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.masonry-item video {
	width: 100%;
	height: auto;
	display: block;
}

/* Responsive Design for CSS Columns  */
@media (max-width: 1200px) {
	.masonry-gallery {
		column-count: 3;
		column-gap: 1.8rem;
	}
}

@media (max-width: 768px) {
	.masonry-gallery {
		column-count: 2;
		column-gap: 1.5rem;
		padding: 1.5rem 0;
	}

	.masonry-item {
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 480px) {

	.glimpse_into_our_world.section-padding {
		padding: 20px 0;

	}

	.masonry-gallery {
		column-count: 2;
		column-gap: 4rem;
		padding: 15px 0;
	}

	.masonry-item {
		margin-bottom: 0;
	}
}

/* Contact form */

.wpcf7-not-valid-tip {
	font-size: 15px !important;
}


.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	font-size: 15px;
}