/**
 * Explore Trail Notes Block Styles
 *
 * @package made-to-thrive-2026-base
 * @since 1.0.0
 */

/* Main Container */
.explore-trail-notes {
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden;
}

.explore-trail-notes-container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

/* Header Section */
.explore-trail-notes-header {
	width: 100%;
	padding: 34px 20px 68px;
	text-align: center;
}

.explore-trail-notes-small-title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	font-family: 'Palmer Lake Print';
	text-transform: uppercase;
	letter-spacing: -0.05rem;
}

.explore-trail-notes-main-title {
	margin: 0;
	padding: 0;
	font-size: 35px;
	line-height: 1.2;
	font-weight: 100;
	font-family: 'Sunrider';
	text-transform: uppercase;
}

.explore-trail-notes-description {
	margin: 8px auto 0;
	padding: 0;
	max-width: 462px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 400;
	color: #555555;
}

/* Slider Wrapper */
.explore-trail-notes-slider-wrapper {
	width: 100%;
	position: relative;
	padding: 0 0px 30px 20px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.explore-trail-notes-swiper {
	width: 100%;
	position: relative;
	padding-bottom: 67px;
}

.explore-trail-notes-swiper .swiper-wrapper {
	display: flex;
	align-items: stretch;
}

.explore-trail-notes-swiper .swiper-slide {
	height: auto;
	width: auto;
}

/* Slider Cards */
.explore-trail-notes-slide {
	width: auto;
	max-width: 400px;
	min-width: 280px;
}

.explore-trail-notes-card {
	display: block;
	position: relative;
	width: 100%;
	height: 283px;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.explore-trail-notes-card:focus {
	outline: 3px solid #4A5568;
}

.explore-trail-notes-card:focus:not(:focus-visible) {
	outline: none;
}

.explore-trail-notes-card:focus-visible {
	outline: 3px solid #4A5568;
}

.explore-trail-notes-card:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.explore-trail-notes-card-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.explore-trail-notes-card-overlay:hover{
	background:#724E30;
}

.explore-trail-notes-card-overlay {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0;
	display: flex;
	align-items: center;
	text-align: center;
	color: #F8F2DF;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.5s;
}

.explore-trail-notes-card-text {
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 35px;
	font-weight: 100;
	font-family: 'Sunrider';
	text-transform: uppercase;
	letter-spacing: 0;
	color: #F8F2DF;
}

/* Custom Scrollbar Scrubber */
.explore-trail-notes-scrollbar {
	position: absolute;
	bottom: 0;
	left: 0!important;
	right: 0;
	background-color: #4C4C3B;
	border-radius: 65px;
	margin: 20px 20px 0;
	cursor: pointer;
	height: 27px!important;
	max-width: 586px;
	margin: 0 auto;
	padding: 0 8px;
	overflow: hidden;
}

.explore-trail-notes-scrollbar .swiper-scrollbar-drag {
	background-color: #C1B488;
	border-radius: 20px;
	height: 13px;
	cursor: grab;
	transition: background-color 0.2s ease;
	top: 7px;
	left: 0;
}

.explore-trail-notes-scrollbar .swiper-scrollbar-drag:active {
	cursor: grabbing;
	background-color: #55584a;
}

.explore-trail-notes-scrollbar:hover .swiper-scrollbar-drag {
	background-color: #55584a;
}

/* Responsive Design - Tablet (768px - 1024px) */
@media (max-width:1080px) {
	.explore-trail-notes-slider-wrapper {
		padding:0 0 50px;
	}
}
/* Responsive Design - Mobile (max-width: 767px) */
@media (max-width: 767px) {
	.explore-trail-notes-header {
		padding: 10px 15px 10px;
	}

	.explore-trail-notes-slider-wrapper {
		padding: 30px 0 50px 0;
	}
	.explore-trail-notes-card-text {
		font-size: 18px;
		line-height: 1.3;
	}

.explore-trail-notes-swiper {
	padding-bottom: 50px;
}

	.explore-trail-notes-slide {
		min-width: 260px;
		max-width: 300px;
	}

	.explore-trail-notes-card {
		height: 350px;
	}

	.explore-trail-notes-card-overlay {
		padding: 20px 18px;
	}

	.explore-trail-notes-scrollbar {
		margin: 15px 10px 0;
		height: 6px;
		max-width: 300px;
		margin: 0 auto;
	}
}

/* Extra Small Devices (max-width: 480px) */
@media (max-width: 480px) {
	.explore-trail-notes-header {
		padding: 30px 10px;
	}

	.explore-trail-notes-slide {
		min-width: 240px;
		padding: 0;
	}

	.explore-trail-notes-card {
		height: 265px;
	}

	.explore-trail-notes-card-overlay {
		padding: 18px 15px;
	}
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
	.explore-trail-notes-header {
		background-color: #FFFFFF;
		border: 2px solid #000000;
	}

	.explore-trail-notes-small-title,
	.explore-trail-notes-main-title {
		color: #000000;
		text-shadow: none;
	}

	.explore-trail-notes-description {
		color: #000000;
	}

	.explore-trail-notes-card {
		border: 2px solid #000000;
	}

	.explore-trail-notes-card-text {
		color: #FFFFFF;
		background-color: rgba(0, 0, 0, 0.9);
		padding: 5px;
		border-radius: 3px;
		text-shadow: none;
	}

	.explore-trail-notes-card:focus {
		outline: 4px solid #0000FF;
		outline-offset: 4px;
	}
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
	.explore-trail-notes-card {
		transition: none;
	}

	.explore-trail-notes-card:hover {
		transform: none;
	}

	.explore-trail-notes-swiper {
		scroll-behavior: auto;
	}

	.explore-trail-notes-scrollbar .swiper-scrollbar-drag {
		transition: none;
	}
}

/* Focus Indicators for Accessibility */
.explore-trail-notes-scrollbar:focus {
	outline: 2px solid #6B7A5C;
	outline-offset: 2px;
}

.explore-trail-notes-swiper:focus-within {
	outline: 2px solid #6B7A5C;
	outline-offset: 4px;
	border-radius: 4px;
}

/* Print Styles */
@media print {
	.explore-trail-notes-container {
		background-color: #FFFFFF;
	}

	.explore-trail-notes-header {
		background-color: #FFFFFF;
		border-bottom: 2px solid #000000;
		padding: 20px;
	}

	.explore-trail-notes-small-title,
	.explore-trail-notes-main-title,
	.explore-trail-notes-description {
		color: #000000;
	}

	.explore-trail-notes-slider-wrapper {
		display: block;
		padding: 20px 0;
	}

	.explore-trail-notes-swiper {
		overflow: visible;
	}

	.explore-trail-notes-swiper .swiper-wrapper {
		display: block;
	}

	.explore-trail-notes-slide {
		display: block;
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
		page-break-inside: avoid;
		padding: 0;
	}

	.explore-trail-notes-card {
		height: auto;
		min-height: 200px;
		border: 1px solid #000000;
		page-break-inside: avoid;
	}

	.explore-trail-notes-card-image {
		display: none;
	}

	.explore-trail-notes-card-overlay {
		position: relative;
		background: #FFFFFF;
		padding: 15px;
		border-top: 1px solid #000000;
	}

	.explore-trail-notes-card-text {
		color: #000000;
		text-shadow: none;
	}

	.explore-trail-notes-scrollbar {
		display: none;
	}
}

/* Support for block wrapper color classes */
.explore-trail-notes.has-background {
	padding: 0;
}

.explore-trail-notes.has-background .explore-trail-notes-header {
	padding: 60px 20px;
}

.explore-trail-notes.has-text-color .explore-trail-notes-small-title,
.explore-trail-notes.has-text-color .explore-trail-notes-main-title,
.explore-trail-notes.has-text-color .explore-trail-notes-description {
	color: inherit;
}

/* Focus styles for accessibility */
.explore-trail-notes-card:focus-visible {
	outline: 3px solid #4A5568;
	outline-offset: 3px;
	box-shadow: 0 0 0 3px rgba(74, 85, 104, 0.3);
}

/* Ensure proper spacing when background color is applied */
@media (min-width: 768px) {
	.explore-trail-notes.has-background .explore-trail-notes-header {
		padding: 60px 20px;
	}
}

@media (max-width: 767px) {
	.explore-trail-notes.has-background .explore-trail-notes-header {
		padding: 40px 15px;
	}
}

