@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");

.spt-tour-layout {
	display: grid;
	grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
	gap: 32px;
	align-items: start;
}

.spt-tour-layout--no-filters {
	grid-template-columns: minmax(0, 1fr);
}

.spt-tour-filters {
	padding: 0;
	background: #fff;
	border: 0;
}

.spt-tour-filters-label {
	margin: 0 0 20px;
	padding: 0 0 0 4px;
	font-family: "Didact Gothic", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #101010;
}

.spt-filter-group {
	padding: 0 0 18px;
	margin-bottom: 18px;
	border-bottom: 1px solid #d9dde5;
}

.spt-filter-group:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.spt-filter-group-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.spt-filter-group-head h3 {
	margin: 0;
	font-family: "Didact Gothic", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: #101010;
}

.spt-filter-clear-button {
	appearance: none;
	-webkit-appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 0 0 auto;
	min-width: auto;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-family: "Didact Gothic", sans-serif;
	color: #00a3ff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	cursor: pointer;
}

.spt-filter-clear-button:hover,
.spt-filter-clear-button:focus {
	color: #007ac0;
	text-decoration: underline;
	outline: 0;
}

.spt-filter-options {
	display: grid;
	gap: 14px;
	max-height: 180px;
	padding-right: 10px;
	overflow-y: auto;
	scrollbar-color: #8d8d8d #ffffff;
	scrollbar-width: thin;
}

.spt-filter-options::-webkit-scrollbar {
	width: 8px;
}

.spt-filter-options::-webkit-scrollbar-track {
	background: #ffffff;
}

.spt-filter-options::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: #8d8d8d;
}

.spt-filter-control {
	display: grid;
}

.spt-tour-filters .spt-filter-date-range {
	display: grid;
	gap: 10px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.spt-tour-filters .spt-filter-date-label {
	display: grid !important;
	gap: 6px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: #4b4b4b;
}

.spt-tour-filters .spt-filter-date-label span {
	line-height: 1;
}

.spt-filter-option {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	line-height: 1.35;
	color: #4b4b4b;
	cursor: pointer;
}

.spt-filter-option input {
	margin: 0;
	width: 16px;
	height: 16px;
	accent-color: #7a7a7a;
	flex: 0 0 auto;
}

.spt-filter-option span {
	color: inherit;
}

.spt-tour-filters .spt-filter-date-input,
.spt-tour-filters input[type="date"].spt-filter-date-input {
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #b9c5d6;
	border-radius: 4px;
	background: #fff;
	color: #213047;
	font-size: 16px;
	box-sizing: border-box;
}

.spt-tour-filters .spt-filter-date-input:focus {
	border-color: #1d4c8f;
	outline: 2px solid rgba(29, 76, 143, 0.14);
	outline-offset: 0;
}

.spt-tour-results-wrap {
	min-width: 0;
}

.spt-tour-layout.is-loading .spt-tour-results {
	opacity: 0.55;
	pointer-events: none;
}

.spt-tour-results {
	transition: opacity 0.2s ease;
}

.spt-tour-results .spt-tour-cards {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 24px;
	align-items: stretch;
}

.spt-tour-results .spt-tour-cards > .spt-tour-card {
	grid-column: auto / span 1 !important;
	min-width: 0;
	width: min(100%, 450px);
	max-width: 450px;
	justify-self: start;
}

.spt-tour-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 28px;
}

.spt-tour-pagination__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	padding: 10px 14px;
	border: 1px solid #111;
	background: #fff;
	color: #111;
	font: inherit;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.spt-tour-pagination__button:hover,
.spt-tour-pagination__button:focus {
	background: #111;
	color: #fff;
	border-color: #111;
}

.spt-tour-pagination__button.is-active,
.spt-tour-pagination__button[aria-current="page"] {
	background: #111;
	color: #fff;
	border-color: #111;
}

.spt-tour-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #f6f6f6;
	border-radius: 0;
	overflow: hidden;
}

.spt-tour-card-image {
	position: relative;
	display: block;
	 width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
	background: #dfe5ec;
	overflow: hidden;
}

.spt-tour-card-image::after {
	content: none;
}

.spt-tour-card-image img,
.spt-tour-card-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.spt-tour-card-title {
	display: inline-block;
	margin: 0 0 10px;
	font-size: 20px!important;
	font-weight: bold!important;
	line-height: 1.15;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #214f42!important;
	text-decoration: none;
}

.spt-tour-card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 20px;
	color: #20231f;
}

.spt-tour-card-date-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 12px;
}

.spt-tour-card-date-row > * {
	display: inline-flex;
	align-items: center;
	margin: 0;
}

.spt-tour-card-meta > * + *::before {
	content: "/";
	margin-right: 8px;
	color: #214f42;
	font-weight: 600!important;
}

.spt-tour-card-date {
	font-family: "Didact Gothic", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	color: #214f42;
}

.spt-tour-card-schedules {
	margin-bottom: 12px;
}

.spt-tour-card-schedule-tag {
	margin: 0 0 12px;
}

.spt-tour-card-status {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	width: 120px;
	height: 120px;
	overflow: hidden;
	pointer-events: none;
}

.spt-tour-card .spt-schedule-card-tag {
	position: absolute;
	top: 20px;
	right: -36px;
	z-index: 4;
	display: block;
	width: 140px;
	min-width: 0;
	min-height: 0;
	padding: 6px 0;
	border-radius: 0;
	background: #d90f17;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none;
	text-align: center;
	white-space: nowrap;
	transform: rotate(45deg);
	transform-origin: center;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.spt-tour-card-date--muted {
	font-weight: 500;
	color: #5c6357;
}

.spt-tour-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
}

.spt-tour-card-pill {
	display: inline-flex;
	align-items: center;
	padding: 0;
	background: transparent;
	border-radius: 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #214f42;
}

.spt-tour-card .spt-schedule-card-tag--open,
.spt-tour-card .spt-schedule-card-tag--open {
	background: #4D8B31;
	color: #ffffff;
}

.spt-tour-card .spt-schedule-card-tag--fast-filling,
.spt-tour-card .spt-schedule-card-tag--fast-selling {
	background: #DE8A1F;
	color: #ffffff;
}

.spt-tour-card .spt-schedule-card-tag--sold-out {
	background: #C84533;
	color: #ffffff;
}

.spt-tour-card-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 12px 22px;
	background: #23483C;
	border-radius: 0;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 12px;
	font-weight: 700;
}

.spt-tour-card-button:hover,
.spt-tour-card-button:focus {
	background: #003f5c;
	color: #fff !important;
}

.spt-excerpt {
	display: grid;
	gap: 12px;
}

.spt-excerpt__preview,
.spt-excerpt__full {
	margin: 0;
	color: #fff !important;
	font-size: 16px;
	line-height: 1.8;
}

.spt-excerpt__full p {
	margin: 0 0 1em;
	color: #fff !important;
	font-size: 16px;
	line-height: 1.8;
}

.spt-excerpt__preview {
	display: inline;
}

.spt-excerpt__preview-text {
	display: inline;
}

.spt-excerpt__preview p,
.spt-excerpt__preview a,
.spt-excerpt__full a,
.spt-excerpt__full li,
.spt-excerpt__full strong,
.spt-excerpt__full em,
.spt-excerpt__full span {
	color: #fff !important;
}

.spt-excerpt__full > :first-child {
	margin-top: 0;
}

.spt-excerpt__full > :last-child {
	margin-bottom: 0;
}

.spt-excerpt__toggle {
	display: inline;
	margin-left: 6px;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	text-decoration: underline;
	text-underline-offset: 2px;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none !important;
	outline: 0;
}

.spt-excerpt__toggle:hover,
.spt-excerpt__toggle:focus,
.spt-excerpt__toggle:active {
	border: 0 !important;
	background: transparent !important;
	color: #fff !important;
	box-shadow: none !important;
	text-decoration: none;
	outline: 0;
}

.spt-excerpt__toggle--less {
	display: inline-block;
	margin-top: 10px;
	margin-left: 0;
}

.spt-tour-empty {
	margin: 0;
	padding: 20px;
	background: #f6f6f6;
}

.spt-gallery {
	display: grid;
	grid-template-columns: repeat(var(--spt-gallery-columns, 5), minmax(0, 1fr));
	gap: 20px;
}

.spt-slider {
	position: relative;
	overflow: hidden;
	min-height: 280px;
}

.spt-slider__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.7s ease;
	pointer-events: none;
}

.spt-slider__slide.is-active {
	position: relative;
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

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

.spt-gallery-item {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 0;
}

.spt-gallery-item-button {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.spt-gallery-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.24s ease;
}

.spt-gallery-item-button:hover img,
.spt-gallery-item-button:focus img {
	transform: scale(1.03);
}

.spt-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.spt-lightbox.is-active {
	display: flex !important;
}

.spt-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(9, 14, 12, 0.84);
}

.spt-lightbox__dialog {
	position: relative;
	z-index: 1;
	width: min(100vw, 1600px);
	height: min(100vh, 1200px);
	padding: 18px 20px;
	border-radius: 18px;
	background: rgba(17, 18, 16, 0.4);
	box-shadow: 0 28px 72px rgba(0, 0, 0, 0.36);
	display: flex;
	align-items: center;
	justify-content: center;
}

.spt-lightbox__image {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
	border-radius: 10px;
}

button.spt-lightbox__nav,
.spt-lightbox__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 52px;
	height: 52px;
	padding: 0;
	border: 0 !important;
	border-radius: 0;
	color: #ffffff !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	background: transparent;
	transition: transform 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
}

.spt-lightbox__nav--prev {
	left: 12px;
}

.spt-lightbox__nav--next {
	right: 12px;
}

.spt-lightbox__nav:hover,
.spt-lightbox__nav:focus {
	background: transparent !important;
}

.spt-lightbox__nav:disabled {
	opacity: 0.45;
	cursor: default;
}

button.spt-lightbox__close,
.spt-lightbox__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0 !important;
	border-radius: 0;
	color: #ffffff !important;
	font-size: 34px;
	font-weight: 300;
	background: transparent;
	line-height: 1;
	cursor: pointer;
}

button.spt-lightbox__close:hover,
.spt-lightbox__close:hover{
    background: transparent !important;
}

.spt-faq {
	display: grid;
	gap: 12px;
}

.spt-faq-item {
	border: 1px solid #dbe3d8;
	border-radius: 0;
	background: #214f42;
	overflow: hidden;
}

.spt-faq-item summary {
	position: relative;
	cursor: pointer;
	list-style: none;
	padding: 18px 24px 18px 52px;
	color: #fff;
	font-weight: 600;
}

.spt-faq-item summary::-webkit-details-marker {
	display: none;
}

.spt-faq-item summary::before {
	content: "+";
	position: absolute;
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px;
	line-height: 1;
}

.spt-faq-item[open] summary::before {
	content: "-";
}

.spt-faq-answer {
	margin: 0;
	padding: 18px 24px 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 0;
	background: transparent;
	color: #fff;
}

.spt-faq-answer,
.spt-faq-answer p,
.spt-faq-answer li,
.spt-faq-answer a,
.spt-faq-answer strong,
.spt-faq-answer em,
.spt-faq-answer span {
	color: #fff;
}

.spt-faq-answer p,
.spt-faq-answer ul,
.spt-faq-answer ol {
	margin: 0 0 12px;
}

.spt-faq-answer > :last-child {
	margin-bottom: 0;
}

.spt-cost-grid {
	display: grid;
	grid-template-columns: repeat(var(--spt-cost-columns, 3), minmax(0, 1fr));
	gap: 18px;
}

.spt-tour-meta-bar {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	padding: 20px 24px;
	margin-bottom: 20px;
	background: #214f42;
	border: 1px solid #e4d7b3;
	border-radius: 5px;
	align-items: center;
}

.spt-tour-meta-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	min-height: 74px;
	text-align: center;
	color: #f3e2b8;
}

.spt-tour-meta-item strong {
	display: block;
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(243, 226, 184, 0.82);
}

.spt-tour-meta-item span {
	display: block;
	margin: 0;
	font-size: clamp(20px, 2.2vw, 20px);
	font-weight: 700;
	line-height: 1.1;
	color: #f3e2b8;
}

.spt-tour-highlights {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 14px 0;
	list-style: none;
	color: #fff;
}

.spt-tour-highlight-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

.spt-tour-highlights .spt-tour-highlight-item,
.spt-tour-highlights .spt-tour-highlight-item span,
.spt-tour-highlights .spt-tour-highlight-item a,
.spt-tour-highlights .spt-tour-highlight-text,
.spt-tour-highlights .spt-tour-highlight-text p {
	color: #fff !important;
}

.spt-tour-highlight-text p {
	margin: 0;
}

.spt-tour-highlight-icon {
	display: inline-flex;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.spt-tour-highlight-icon--camera {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h3l1.5-2h7L17 7h3a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2Z'/%3E%3Ccircle cx='12' cy='13' r='4'/%3E%3C/svg%3E");
}

.spt-simple-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.spt-why-us-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.spt-why-us-heading {
	margin: 0 0 24px;
	font-size: 20px;
	font-weight: bold!important;
	line-height: 1.75;
	color: #243135;
}

.spt-why-us-heading p,
.spt-why-us-heading li {
	font-size: 20px;
	line-height: 1.75;
	color: inherit;
}

.spt-why-us-heading > :first-child {
	margin-top: 0;
}

.spt-why-us-heading > :last-child {
	margin-bottom: 0;
}

.spt-why-us-columns__column,
.spt-why-us-column {
	min-width: 0;
	font-size: 16px;
	line-height: 1.75;
	color: #243135;
}

.spt-why-us-columns__column ul,
.spt-why-us-columns__column ol,
.spt-why-us-column ul,
.spt-why-us-column ol {
	display: block;
	margin: 0;
	padding-left: 24px;
	list-style-position: outside;
	column-count: 1 !important;
	columns: auto !important;
}

.spt-why-us-columns__column p,
.spt-why-us-columns__column li,
.spt-why-us-column p,
.spt-why-us-column li {
	font-size: 16px;
	line-height: 1.75;
	color: inherit;
}

.spt-why-us-columns__column li,
.spt-why-us-column li {
	display: list-item !important;
	margin: 0 0 16px;
	padding: 0;
	height: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
	float: none !important;
	clear: both;
	position: static !important;
}

.spt-why-us-columns__column li:last-child,
.spt-why-us-column li:last-child {
	margin-bottom: 0;
}

.spt-why-us-columns__column li p,
.spt-why-us-column li p {
	display: block !important;
	margin: 0;
	position: static !important;
	float: none !important;
}

.spt-why-us-columns__column > :first-child,
.spt-why-us-column > :first-child {
	margin-top: 0;
}

.spt-why-us-columns__column > :last-child,
.spt-why-us-column > :last-child {
	margin-bottom: 0;
}

.spt-simple-list__item {
	position: relative;
	margin: 0 0 14px;
	padding-left: 24px;
	color: #243135;
}

.spt-simple-list__item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 14px!important;
	width: 5px!important;
	height: 5px!important;
	border-radius: 50%;
	background: #214f42;
}

.spt-simple-list__content,
.spt-simple-list__content p {
	margin: 0;
	font-size: 16px;
	line-height: 1.75;
	color: inherit;
}

.spt-simple-list.spt-simple-list--inclusions,
.spt-simple-list.spt-simple-list--exclusions {
	display: grid;
	gap: 0;
}

.spt-simple-list.spt-simple-list--inclusions .spt-simple-list__item,
.spt-simple-list.spt-simple-list--exclusions .spt-simple-list__item {
	margin: 0;
	padding-left: 10px;
	color: #20231F;
}

.spt-simple-list.spt-simple-list--inclusions .spt-simple-list__item::before,
.spt-simple-list.spt-simple-list--exclusions .spt-simple-list__item::before {
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #20231F;
}

.spt-simple-list.spt-simple-list--inclusions .spt-simple-list__content,
.spt-simple-list.spt-simple-list--exclusions .spt-simple-list__content,
.spt-simple-list.spt-simple-list--inclusions .spt-simple-list__content p,
.spt-simple-list.spt-simple-list--exclusions .spt-simple-list__content p,
.spt-simple-list.spt-simple-list--inclusions .spt-simple-list__content li,
.spt-simple-list.spt-simple-list--exclusions .spt-simple-list__content li,
.spt-simple-list.spt-simple-list--inclusions .spt-simple-list__content span,
.spt-simple-list.spt-simple-list--exclusions .spt-simple-list__content span,
.spt-simple-list.spt-simple-list--inclusions .spt-simple-list__content a,
.spt-simple-list.spt-simple-list--exclusions .spt-simple-list__content a,
.spt-simple-list.spt-simple-list--inclusions .spt-simple-list__content strong,
.spt-simple-list.spt-simple-list--exclusions .spt-simple-list__content strong,
.spt-simple-list.spt-simple-list--inclusions .spt-simple-list__content em,
.spt-simple-list.spt-simple-list--exclusions .spt-simple-list__content em {
	font-size: 16px !important;
	line-height: 1.75 !important;
	color: #20231F !important;
}

.spt-simple-list.spt-simple-list--inclusions .spt-simple-list__content p + p,
.spt-simple-list.spt-simple-list--exclusions .spt-simple-list__content p + p,
.spt-simple-list.spt-simple-list--inclusions .spt-simple-list__content ul,
.spt-simple-list.spt-simple-list--exclusions .spt-simple-list__content ul,
.spt-simple-list.spt-simple-list--inclusions .spt-simple-list__content ol,
.spt-simple-list.spt-simple-list--exclusions .spt-simple-list__content ol {
	margin-top: 12px;
}

.spt-tour-highlight-icon--admin-home {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 10.5 12 3l9 7.5'/%3E%3Cpath d='M5 9.5V21h14V9.5'/%3E%3Cpath d='M9 21v-6h6v6'/%3E%3C/svg%3E");
}

.spt-tour-highlight-icon--food {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 3v8'/%3E%3Cpath d='M9 3v8'/%3E%3Cpath d='M4 7h7'/%3E%3Cpath d='M7.5 11v10'/%3E%3Cpath d='M16 3c1.8 2 2.7 4.1 2.7 6.2 0 2.1-.9 4.1-2.7 5.8V21'/%3E%3C/svg%3E");
}

.spt-tour-highlight-icon--car {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 16V9l2-3h10l2 3v7'/%3E%3Cpath d='M3 12h18'/%3E%3Ccircle cx='7.5' cy='17' r='1.5'/%3E%3Ccircle cx='16.5' cy='17' r='1.5'/%3E%3C/svg%3E");
}

.spt-tour-highlight-icon--location {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-6-4.9-6-10a6 6 0 1 1 12 0c0 5.1-6 10-6 10Z'/%3E%3Ccircle cx='12' cy='11' r='2.5'/%3E%3C/svg%3E");
}

.spt-tour-highlight-icon--groups {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16.5 20v-1.5A3.5 3.5 0 0 0 13 15h-2a3.5 3.5 0 0 0-3.5 3.5V20'/%3E%3Ccircle cx='12' cy='9' r='3'/%3E%3Cpath d='M20 20v-1a3 3 0 0 0-2.2-2.9'/%3E%3Cpath d='M4 20v-1A3 3 0 0 1 6.2 16.1'/%3E%3C/svg%3E");
}

.spt-tour-highlight-icon--visibility {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6-10-6-10-6Z'/%3E%3Ccircle cx='12' cy='12' r='2.5'/%3E%3C/svg%3E");
}

.spt-tour-highlight-icon--format-image {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Ccircle cx='9' cy='10' r='1.6'/%3E%3Cpath d='m21 15-4.5-4.5L8 19'/%3E%3C/svg%3E");
}

.spt-tour-highlight-icon--star-filled {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff' stroke='%23ffffff' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m12 3 2.8 5.7 6.2.9-4.5 4.4 1.1 6.2L12 17.2 6.4 20.2 7.5 14 3 9.6l6.2-.9Z'/%3E%3C/svg%3E");
}

.spt-itinerary-headings {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

@media (max-width: 767px) {
	.spt-why-us-columns {
		grid-template-columns: minmax(0, 1fr);
	}
}

.spt-itinerary-heading {
	position: relative;
	padding-left: 28px;
	margin: 0;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

.spt-itinerary-heading::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
	border: 1.5px solid rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.14);
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.06);
}

.spt-itinerary-headings .spt-itinerary-heading,
.spt-itinerary-headings .spt-itinerary-heading a,
.spt-itinerary-headings .spt-itinerary-heading span {
	color: #fff !important;
}

.spt-itinerary-popup-wrap {
	display: inline-flex;
}

button.spt-itinerary-popup-button,
.spt-itinerary-popup-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 288px;
	padding: 18px 26px;
	/*border: 1px solid #e4d7b3 !important;*/
	border-radius: 5px !important;
	background: #1f2c26 !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none !important;
	box-shadow: none !important;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

button.spt-itinerary-popup-button:hover,
button.spt-itinerary-popup-button:focus,
.spt-itinerary-popup-button:hover,
.spt-itinerary-popup-button:focus {
	background: #FF964F !important;
	color: #FFFFFF !important;
	transform: translateY(-1px);
}

.spt-modal-open {
	overflow: hidden;
}

.spt-itinerary-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.spt-itinerary-modal.is-active {
	display: flex !important;
}

.spt-itinerary-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(9, 14, 12, 0.74);
}

.spt-itinerary-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(860px, 100%);
	max-height: min(84vh, 920px);
	overflow: auto;
	padding: 40px 48px 36px;
	border: 1px solid #d6cab2;
	border-radius: 10px;
	background: #FBFAF5 !important;
	box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34);
}

button.spt-itinerary-modal__close,
.spt-itinerary-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0 !important;
	border-radius: 0;
	background: transparent !important;
	color: #222 !important;
	font-size: 34px;
	font-weight: 300;
	line-height: 0.8;
	cursor: pointer;
	box-shadow: none !important;
}

.spt-itinerary-modal__title {
	margin: 0 0 26px;
	padding: 0 30px;
	text-align: center;
	font-size: 48px;
	line-height: 1.05;
	color: #1b1b1b;
}

.spt-itinerary-modal__overview {
	margin-bottom: 26px;
	padding: 0 0 18px;
	border-bottom: 1px solid rgba(27, 27, 27, 0.12);
	border-radius: 0;
	background: transparent;
	color: #1b1b1b;
	line-height: 1.7;
}

.spt-itinerary-modal__overview,
.spt-itinerary-modal__overview p,
.spt-itinerary-modal__overview li {
	color: #1b1b1b;
	font-size: 16px;
	line-height: 1.7;
}

.spt-itinerary-modal__overview > :first-child {
	margin-top: 0;
}

.spt-itinerary-modal__overview > :last-child {
	margin-bottom: 0;
}

.spt-itinerary-modal__days {
	display: grid;
	gap: 22px;
}

.spt-itinerary-day {
	padding: 0 0 20px;
	border-bottom: 1px solid rgba(27, 27, 27, 0.12);
	border-radius: 0;
	background: transparent;
}

.spt-itinerary-day:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.spt-itinerary-modal__dialog .spt-itinerary-day__title,
.spt-itinerary-modal__dialog h4.spt-itinerary-day__title {
	margin: 0 0 12px;
	font-family: inherit !important;
	font-size: 20px !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	color: #1b1b1b !important;
}

.spt-itinerary-modal__dialog .spt-itinerary-day__description,
.spt-itinerary-modal__dialog .spt-itinerary-day__description p {
	margin: 0;
	font-family: inherit !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.75 !important;
	color: #1f1f1f !important;
}

.spt-connected-tours {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.spt-tour-button-wrap {
	display: flex;
	flex-wrap: wrap;
}

.spt-tour-button,
.spt-connected-tours__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border: 1px solid #e4d7b3;
	border-radius: 5px;
	background: #214f42;
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none !important;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.spt-tour-button:hover,
.spt-tour-button:focus,
.spt-connected-tours__button:hover,
.spt-connected-tours__button:focus {
	background: #2d6555;
	color: #fff !important;
	transform: translateY(-1px);
}

.spt-cost-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #f7f7f7;
	text-align: center;
	overflow: hidden;
}

.spt-cost-card-price {
	padding: 18px 20px 16px;
	background: #fdbd17;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	color: #18356c;
	text-transform: uppercase;
}

.spt-cost-card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 24px 20px 30px;
}

.spt-cost-card-label {
	margin: 0 0 6px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #18356c;
	text-transform: uppercase;
}

.spt-cost-card-term,
.spt-cost-card-term p {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
	color: #18356c;
}

.spt-cost-card-button {
	display: inline-block;
	margin-top: auto;
	padding: 10px 20px;
	background: #214F42 !important;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.12em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s ease, color 0.2s ease;
}

a.spt-cost-card-button:hover,
a.spt-cost-card-button:focus {
	background: #003f5c !important;
	color: #ffffff !important;
}

.spt-tour-costs--green .spt-tour-costs__card--green {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #20231F;
	border-radius: 5px;
	background: #20231F;
	box-shadow: 0 1px 0 rgba(27, 49, 53, 0.08);
}

.spt-tour-costs--green .spt-tour-costs__price--green {
	padding: 12px 18px;
	background: #214f42;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.06em;
	color: #fff6e6;
	text-transform: uppercase;
}

.spt-tour-costs--green .spt-tour-costs__body--green {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 14px 18px 16px;
	background: #fffdf8;
}

.spt-tour-costs--green .spt-tour-costs__label--green {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #20231F;
	text-transform: uppercase;
}

.spt-tour-costs--green .spt-tour-costs__term--green,
.spt-tour-costs--green .spt-tour-costs__term--green p {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	color: #20231F;
}

.spt-cost-card-price--person,
.spt-tour-costs--green .spt-cost-card-price--person.spt-tour-costs__price--green {
	background: #E8DEC2;
	color: #20231F;
}

.spt-cost-card-price--patron,
.spt-tour-costs--green .spt-cost-card-price--patron.spt-tour-costs__price--green {
	background: #214F42;
	color: #FFF6E6;
}

.spt-cost-card-label--patron,
.spt-tour-costs--green .spt-cost-card-label--patron.spt-tour-costs__label--green {
	color: #20231F;
}

.spt-tour-costs--green .spt-tour-costs__button--green {
	display: inline-block;
	margin-top: auto;
	background: #20231F;
	color: #fff;
	border-radius: 5px;
}

.spt-tour-costs--green a.spt-cost-card-button.spt-tour-costs__button--green:hover,
.spt-tour-costs--green a.spt-cost-card-button.spt-tour-costs__button--green:focus {
	background: #003f5c !important;
	color: #ffffff !important;
}

.spt-schedule-list {
	display: grid;
	gap: 18px;
}

.spt-schedule-card-link {
	display: block;
	text-decoration: none !important;
	color: inherit !important;
}

.spt-schedule-card {
	padding: 22px 22px 20px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 5px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
		#214f42;
	box-shadow: 0 18px 40px rgba(8, 25, 18, 0.18);
	color: #fff;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.spt-schedule-card-link:hover .spt-schedule-card,
.spt-schedule-card-link:focus .spt-schedule-card,
.spt-schedule-card-link:focus-visible .spt-schedule-card {
	transform: translateY(-2px);
	box-shadow: 0 22px 48px rgba(8, 25, 18, 0.24);
}

.spt-contact-form-anchor {
	scroll-margin-top: 120px;
}

.spt-schedule-card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 8px;
}

.spt-schedule-card-date {
	position: relative;
	margin: 0;
	padding-left: 34px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

.spt-schedule-card-date::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.spt-schedule-card-subtitle {
	margin: 0 0 16px 34px;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.72);
}

.spt-schedule-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	align-items: center;
	margin-left: 34px;
	font-size: 16px;
	line-height: 1.5;
}

.spt-schedule-card-cost-label {
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.spt-schedule-card-cost {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.spt-schedule-card-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 104px;
	min-height: 40px;
	padding: 8px 16px;
	border-radius: 999px;
	background: #fdbd17;
	color: #18356c;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}

.spt-schedule-card-tag--open {
	background: #4d8b31;
	color: #ffffff;
}

.spt-schedule-card-tag--fast-filling {
	background: #de8a1f;
	color: #ffffff;
}

.spt-schedule-card-tag--fast-selling {
	background: #de8a1f;
	color: #ffffff;
}

.spt-schedule-card-tag--sold-out {
	background: #c84533;
	color: #ffffff;
}

@media (max-width: 900px) {
	.spt-tour-layout {
		grid-template-columns: 1fr;
	}

	.spt-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.spt-lightbox {
		padding: 12px;
	}

	.spt-lightbox__dialog {
		width: 100%;
		height: min(100vh, 1000px);
		padding: 18px 20px;
	}

	.spt-cost-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.spt-tour-meta-bar {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.spt-itinerary-heading {
		font-size: 20px;
	}

	.spt-itinerary-popup-button {
		min-width: 0;
		width: 100%;
	}

	.spt-schedule-card-head {
		flex-direction: column;
	}
}

@media (max-width: 575px) {
	.spt-tour-results .spt-tour-cards {
		grid-template-columns: 1fr !important;
	}

	.spt-tour-card-status {
		width: 112px;
		height: 112px;
	}

	.spt-tour-card .spt-schedule-card-tag {
		top: 18px;
		right: -34px;
		width: 132px;
		padding: 5px 0;
		font-size: 11px;
	}

	.spt-gallery {
		grid-template-columns: 1fr;
	}

	.spt-lightbox__dialog {
		height: min(88vh, 860px);
		padding: 16px 18px 56px;
	}

	.spt-lightbox__nav {
		top: auto;
		bottom: 12px;
		transform: none;
		width: 48px;
		height: 48px;
		font-size: 34px;
	}

	.spt-lightbox__nav--prev {
		left: calc(50% - 56px);
	}

	.spt-lightbox__nav--next {
		right: calc(50% - 56px);
	}

	.spt-cost-grid {
		grid-template-columns: 1fr;
	}

	.spt-schedule-card {
		padding: 18px 18px 16px;
	}

	.spt-schedule-card-date {
		font-size: 18px;
	}

	.spt-schedule-card-subtitle,
	.spt-schedule-card-meta {
		margin-left: 0;
	}

	.spt-schedule-card-date {
		padding-left: 30px;
	}

	.spt-schedule-card-date::before {
		width: 20px;
		height: 20px;
	}

	.spt-itinerary-modal {
		padding: 16px;
	}

	.spt-itinerary-modal__dialog {
		padding: 28px 20px 24px;
		border-radius: 8px;
	}

	.spt-itinerary-modal__title {
		padding: 0 20px;
		font-size: 48px!important;
	}

	.spt-itinerary-day {
		padding: 0 0 16px;
	}
}


.spt-filter-clear-button {
  background: transparent !important;
  color: black !important;
}


.spt-cost-card-term.spt-tour-costs__term--green {
  padding-bottom: 10px;
}

.spt-slider__slide{
    height: 100vh;
}

.spt-cost-card.spt-cost-card--person.spt-tour-costs__card--green,
.spt-cost-card.spt-cost-card--patron.spt-tour-costs__card--green{
    border-radius: 5px;
}

.spt-contact-form-wrap {
	max-width: 760px;
}

.spt-contact-form {
	display: grid;
	gap: 18px;
	padding: 0;
}

.spt-contact-form__heading h3 {
	margin: 0;
	font-family: "Didact Gothic", sans-serif;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.1;
	color: #101010;
}

.spt-contact-form__heading p {
	margin: 6px 0 0;
	font-size: 15px;
	color: #4b4b4b;
}

.spt-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.spt-contact-form__field {
	display: grid;
	gap: 8px;
}

.spt-contact-form__field label,
.spt-contact-form__checkbox span {
	font-family: "Didact Gothic", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #101010;
}

.spt-contact-form__field input,
.spt-contact-form__field select,
.spt-contact-form__field textarea {
	width: 100%;
	min-height: 54px;
	padding: 14px 16px;
	border: 1px solid #202020;
	border-radius: 8px;
	background: #fff;
	box-sizing: border-box;
	font-size: 16px;
	color: #1d1d1d;
}

.spt-contact-form__field textarea {
	min-height: 140px;
	resize: vertical;
}

.spt-contact-form__field input:focus,
.spt-contact-form__field select:focus,
.spt-contact-form__field textarea:focus {
	border-color: #285345;
	outline: 2px solid rgba(40, 83, 69, 0.16);
	outline-offset: 0;
}

.spt-contact-form__checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
}

.spt-contact-form__checkbox input {
	margin: 3px 0 0;
	flex: 0 0 auto;
}

.spt-contact-form__checkbox a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.spt-contact-form__checkbox a:hover,
.spt-contact-form__checkbox a:focus {
	text-decoration: none;
}

.spt-contact-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-width: 170px;
	min-height: 52px;
	padding: 14px 18px;
	border: 0;
	border-radius: 8px;
	background: #285345;
	font-family: "Didact Gothic", sans-serif;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease;
}

.spt-contact-form__submit:hover,
.spt-contact-form__submit:focus {
	background: #1f4338;
	transform: translateY(-1px);
	outline: 0;
}

.spt-contact-form__response-time {
	margin: -6px 0 0;
	font-size: 14px;
	color: #4b4b4b;
}

.spt-contact-form-notice {
	margin: 0 0 16px;
	padding: 14px 16px;
	border-radius: 8px;
	font-size: 15px;
	line-height: 1.5;
}

.spt-contact-form-notice--success {
	background: #edf7f0;
	border: 1px solid #8ab49a;
	color: #20432f;
}

.spt-contact-form-notice--error {
	background: #fff0f0;
	border: 1px solid #d39b9b;
	color: #7e2727;
}

@media screen and (max-width: 767px) {
	.spt-contact-form__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.spt-contact-form__submit {
		width: 100%;
	}
	.spt-slider__slide{
    height: 90vh;
   }
    .spt-slider__slide img {
	  height: 100%;
	}
	.elementor-4474 .elementor-element.elementor-element-b0a1eb6 {
		padding-left:20px;
		padding-right: 20px;
	}
	.elementor-widget-container .elementor-heading-title.elementor-size-default {
    font-size: 42px !important;
   }
	.spt-tour-meta-bar {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
}

.spt-why-us-columns__column ul, .spt-why-us-columns__column ol, .spt-why-us-column ul, .spt-why-us-column ol{
	padding-left: 0px;
}

.spt-simple-list.spt-simple-list--why-us .spt-simple-list__item::before {
    display: none;
}

.elementor-element.elementor-element-672679c.e-con {
    padding-left: 0 !important;
}
