#menuToggle {
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle input {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 2;

	-webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;

	background: #cdcdcd;
	border-radius: 3px;

	z-index: 1;

	transform-origin: 4px 0px;

	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.mobile-schedule {
	display: none;
}

/* Mobile schedule styles (cleaned) */

@media (max-width: 991px) {
	.scehedule-table {
		display: none;
	}
	.mobile-schedule {
		display: block;
		padding: 8px 6px 60px;
	}
	.mobile-schedule .mobile-day {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.mobile-day h4 {
		color: #aa3023;
		font-weight: 700;
		font-size: 0.95rem;
		margin: 0 0 10px 10px;
	}
	/* the rounded grey time-row placeholder that mimics desktop rounded panels */
	.mobile-row {
		display: flex;
		flex-direction: row;
		justify-content: center;
		text-align: center;
		background: #f3f3f3;
		border-radius: 12px;
		padding: 18px;
		margin: 6px 10px 14px 10px;
		min-height: 72px;
	}

	/* stacked events listed under each day */
	.mobile-events {
		display: block;
		margin: 8px 10px 0 10px;
	}

	/* time blocks shown above events for each day on mobile */
	.time-blocks {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;
		margin: 6px 10px;
	}
	.time-blocks .time-block {
		background: transparent;
		color: #444;
		font-weight: 600;
		padding: 6px 8px;
		border-radius: 8px;
		font-size: 0.95rem;
	}

	.mobile-events .mobile-event {
		background: #fff;
		border-radius: 14px;
		padding: 12px 14px;
		box-shadow: 0 18px 40px rgba(15, 15, 15, 0.06);
		margin: 10px 0;
		position: relative;
	}
	.mobile-event .class-name {
		font-weight: 700;
		color: #aa3023;
		margin-bottom: 6px;
		font-size: 1rem;
	}
	.mobile-event .instructor {
		color: #777;
		font-size: 0.95rem;
		margin-bottom: 6px;
	}
	.mobile-event .actual-time {
		font-weight: 700;
		color: #aa3023;
		margin-bottom: 6px;
	}
	.mobile-event .book-now {
		text-align: center;
		margin-top: 8px;
	}
	.mobile-event .book-now .banner-btn {
		border-radius: 14px;
		padding: 8px 14px;
	}
}

#menuToggle span:last-child {
	margin-bottom: 0;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
	opacity: 1;
	transform: translate(4px, -12px) rotate(45deg);
	background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
	transform: translate(6px, 15px) rotate(-45deg);
}
div.mobile-menu .nav {
	display: unset;
}
div.mobile-menu nav ul li a {
	display: block;
	padding: 20px 0;
	text-align: center;
}

div.mobile-menu nav ul li {
	text-transform: capitalize;
	border: 1px solid #f2e7e7;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

div.mobile-menu nav ul li:last-child {
	text-transform: capitalize;
	border: 1px solid #f2e7e7;

	border-left: none;
	border-right: none;
}

div.mobile-menu nav ul li:hover > a {
	color: #fff;
}

div.mobile-menu nav ul li:hover {
	background-color: #aa3023;
}

.mobile-menu {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
	box-shadow: 0 0px 1px rgba(0, 0, 0, 0.18), 0 1.5px 6px rgb(162 162 162 / 18%);
}

/* 2) when toggled, expand it */
.mobile-menu.mobile-menu-reveal {
	max-height: 300px; /* adjust to fit your menu height */
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
	display: none;
	background-color: #b5b5b5;
	background-position: center;
	background-size: cover;
}
.topbar-one__right__contact:hover {
	text-decoration: none;
}
.topbar-one__contact__icon:hover {
	color: var(--pilates-place-base, #fff);
}
.topbar-one .nav-link.active {
	color: #aa3023;
}

.topbar-one .nav-link.active {
	color: #aa3023;
}
.mobile-menu-reveal .nav .nav-item {
	border: none;
}
@media (min-width: 768px) {
	.topbar-one {
		display: block;
	}
}
.topbar-one .container-fluid {
	max-width: 1550px;
}
.topbar-one__inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
@media (min-width: 992px) {
	.topbar-one__inner {
		flex-direction: row;
	}
}
/* ===== Site loader (overlay) ===== */
#site-loader {
	position: fixed;
	inset: 0;
	display: grid;
	place-items: center;
	background: #ffffff;
	z-index: 99999;
	transition: opacity 0.45s ease, visibility 0.45s ease;
}
#site-loader.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

html.loader-active,
body.loader-active {
	overflow: hidden;
}

.loader-inner {
	position: relative;
	display: grid;
	place-items: center;
}

.loader-logo {
	display: block;
	width: 30vw;
	height: auto;
}
@media (max-width: 767px) {
	.loader-logo {
		width: 190px;
	}
}

/* White logo baseline */
.logo-white {
	color: #fff;
	opacity: 0;
	transform: translateY(6px) scale(0.985);
	filter: drop-shadow(0 0 0.5px rgba(0, 0, 0, 0.3))
		drop-shadow(0 0 3px rgba(0, 0, 0, 0.08));
	animation: loaderWhiteIn 700ms cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
}
.logo-white path {
	stroke: rgba(0, 0, 0, 0.15);
	stroke-width: 0.6;
	vector-effect: non-scaling-stroke;
	paint-order: stroke fill;
}

/* White fade-in */
@keyframes loaderWhiteIn {
	0% {
		opacity: 0;
		transform: translateY(6px) scale(0.985);
		filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.35));
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
		filter: drop-shadow(0 0 0.5px rgba(0, 0, 0, 0.3))
			drop-shadow(0 0 3px rgba(0, 0, 0, 0.08));
	}
}

/* Micro settle (shared) */
@keyframes loaderSettle {
	0% {
		transform: scale(1.015);
	}
	100% {
		transform: scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	#site-loader {
		transition: none;
	}
	.logo-white,
	.logo-red {
		animation: none !important;
		clip-path: none;
		transform: none;
	}
}

/* OPTION 1 */

/* .logo-red {
	position: absolute;
	inset: 0;
	margin: auto;
	color: #aa3023;
	clip-path: inset(50% 50% 50% 50% round 2px);
	animation: loaderFillBox 1100ms 250ms cubic-bezier(0.25, 0.85, 0.2, 1)
			forwards,
		loaderSettle 500ms 1200ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes loaderFillBox {
	0% {
		clip-path: inset(50% 50% 50% 50% round 2px);
	}
	70% {
		clip-path: inset(0 0 0 0 round 2px);
		transform: scale(1.015);
	}
	100% {
		clip-path: inset(0 0 0 0 round 2px);
		transform: scale(1);
	}
} */

/* OPTION 2 */
/* 
.logo-red {
	position: absolute;
	inset: 0;
	margin: auto;
	color: #aa3023;
	clip-path: circle(0% at 50% 50%);
	animation: loaderFillCircle 1100ms 250ms cubic-bezier(0.25, 0.85, 0.2, 1)
			forwards,
		loaderSettle 500ms 1200ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes loaderFillCircle {
	0% {
		clip-path: circle(0% at 50% 50%);
	}
	70% {
		clip-path: circle(150% at 50% 50%);
		transform: scale(1.015);
	}
	100% {
		clip-path: circle(150% at 50% 50%);
		transform: scale(1);
	}
} */

/* OPTION 3 */

.logo-red {
	position: absolute;
	inset: 0;
	margin: auto;
	color: #aa3023;
}

/* Start as outlined strokes */
.logo-red path {
	stroke: currentColor;
	stroke-width: 2;
	fill: transparent;
	stroke-dasharray: 1200; /* approximate total length per path */
	stroke-dashoffset: 1200;
	animation: drawStroke 1.8s ease forwards, fillIn 0.6s 1.6s ease forwards;
}

/* Draw lines */
@keyframes drawStroke {
	to {
		stroke-dashoffset: 0;
	}
}

/* Fade fill in after stroke finishes */
@keyframes fillIn {
	from {
		fill: transparent;
	}
	to {
		fill: currentColor;
	}
}

/* === Variant: center box fill === */
.logo-red.transition {
	position: absolute;
	inset: 0;
	margin: auto;
	color: #aa3023;
	clip-path: inset(50% 50% 50% 50% round 2px);
	animation: loaderFillBox 800ms cubic-bezier(0.25, 0.85, 0.2, 1) forwards;
}
@keyframes loaderFillBox {
	0% {
		clip-path: inset(50% 50% 50% 50% round 2px);
	}
	70% {
		clip-path: inset(0 0 0 0 round 2px);
		transform: scale(1.015);
	}
	100% {
		clip-path: inset(0 0 0 0 round 2px);
		transform: scale(1);
	}
}

@media only screen and (max-width: 992px) and (min-width: 766px) {
	.topbar-one__inner {
		padding: 11.5px 15px;
	}
}
.topbar-one__inner__shape {
	background-color: var(--pilates-place-base, #fff);
	width: 195px;
	height: 50px;
	position: absolute;
	left: 0;
	clip-path: polygon(0 0, 72% 0, 100% 100%, 0 100%);
}
@media (max-width: 1790px) {
	.topbar-one__inner__shape {
		display: none;
	}
}
.topbar-one__info {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 0;
}
.topbar-one__info__item {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 22px;
	gap: 14px;
	.mobile-event .book-now .banner-btn {
		border-radius: 14px;
		padding: 8px 14px;
	}
}

/* Mobile slot layout: each slot shows time and its events stacked */

.topbar-one__info__item i {
	color: var(--pilates-place-base, #fff);
}
.topbar-one__info__item .icon-location {
	font-size: 16px;
}
.topbar-one__info__item a {
	color: var(--pilates-place-white, #fff);
	background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
		95%/0px 1px no-repeat;
	transition: all 500ms ease;
}
.topbar-one__info__item a:hover {
	background-size: 100% 1px;
}
.topbar-one__info__item__divider {
	height: 20px;
	width: 1px;
	background-color: var(--pilates-place-white, #fff);
	opacity: 29%;
}
.topbar-one__info__item + .topbar-one__info__item {
	margin-left: 20px;
}
.topbar-one__info__icon {
	font-size: 14px;
	color: var(--pilates-place-base, #fff);
	position: relative;
	top: 2px;
	margin-right: 9px;
}
.topbar-one__right {
	display: flex;
	align-items: center;
}
@media (min-width: 992px) {
	.topbar-one__right {
		margin-top: 0;
		margin-left: auto;
	}
}
.topbar-one__right__item {
	display: flex;
	align-items: center;
	gap: 10px;
	list-style: none;
	font-size: 14px;
	line-height: 1.2em;
	margin: 0;
}
.topbar-one__right__item li {
	display: flex;
	align-items: center;
	gap: 10px;
}
.topbar-one__right__item__divider {
	height: 20px;
	width: 1px;
	background-color: var(--pilates-place-white, #fff);
	opacity: 29%;
}
.topbar-one__right__item select {
	background-color: transparent;
	border: none;
	outline: none;
	color: var(--pilates-place-gray, #f5f2ef);
}
.topbar-one__right__item a {
	color: var(--pilates-place-gray, #f5f2ef);
}
.topbar-one__right__item a:hover {
	color: var(--pilates-place-base, #fff);
}
.topbar-one__right__item .bootstrap-select .dropdown-menu.inner {
	background-color: var(--pilates-place-white, #fff);
}
.topbar-one__right__item .bootstrap-select .dropdown-menu li a {
	color: var(--pilates-place-black, #222222);
}
.topbar-one__right__item .bootstrap-select .dropdown-item:hover,
.topbar-one__right__item .bootstrap-select .dropdown-item.active {
	background-color: var(--pilates-place-base, #fff);
	color: var(--pilates-place-white, #fff);
}
.topbar-one__right__item .bootstrap-select > .dropdown-toggle::after {
	display: none;
}
.topbar-one__right__item .bootstrap-select > .dropdown-toggle::before {
	position: absolute;
	right: 0;
	top: 4px;
	border-radius: 0;
	font-size: 10px;
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	color: inherit;
	color: var(--pilates-place-base, #fff);
}
.topbar-one__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.2em;
}
.topbar-one__social {
	display: flex;
	align-items: center;
	border-left: 1px solid var(--pilates-place-border-color, #dddddd);
	padding: 3.5px 0;
	padding-left: 30px;
	margin-left: 30px;
	line-height: 1em;
}
.topbar-one__social a {
	font-size: 14px;
	color: var(--pilates-place-black, #222222);
	transition: all 500ms ease;
}
.topbar-one__social a:hover {
	color: var(--pilates-place-base, #fff);
}
.topbar-one__social a + a {
	margin-left: 20px;
}
.topbar-one
	.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
		.input-group-btn
	) {
	width: 100%;
}
.topbar-one .bootstrap-select > .dropdown-toggle {
	padding: 0px 4px;
	background: transparent;
	color: var(--pilates-place-gray, #f5f2ef);
	border: none;
	outline: none;
	padding-right: 13px;
}
.topbar-one .bootstrap-select > .dropdown-toggle:focus {
	outline: none !important;
}

.error {
	color: red;
	font-size: 0.875em;
	margin-top: 0.25rem;
}

.footer-links-list {
	display: flex;
	flex-direction: column;
	align-items: anchor-center;
	height: 100%;
	justify-content: space-evenly;
}

.single-footer-widget.right i {
	margin-right: 0;
	margin-left: 5px;
}

.schedule-item {
	margin-bottom: 10px;
	padding: 8px;
	border-radius: 4px;
}

.schedule-item:last-child {
	margin-bottom: 0;
}

.schedule-item .class-name {
	font-weight: bold;
	color: #333;
	margin-bottom: 4px;
}

.schedule-item .instructor,
.schedule-item .actual-time,
.schedule-item .location,
.schedule-item .level {
	font-size: 0.85em;
	color: #666;
	margin-bottom: 2px;
}

.schedule-item .actual-time {
	font-weight: 500;
	color: #aa3023;
}

.schedule-item .book-now {
	margin-top: 6px;
}

.schedule-item .btn-sm {
	font-size: 0.75em;
	padding: 2px 8px;
}

.scehedule-table td {
	vertical-align: top;
	min-height: 60px;
}

/* Pricing decimal formatting */
.decimal-part {
	font-size: 0.6em;
	vertical-align: baseline;
}

/* ------------------------------------------------------------------
   Consistent rounded panels for hero slider and google map iframe
   Keeps visual style even across the site: rounded container, overflow hidden
   ------------------------------------------------------------------ */
.slider-area.container,
.slider-area {
	height: 80vh;
	border-radius: 22px;
	overflow: hidden; /* clip background images and inner content */
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

.slider-area .single-slide {
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

/* Make sure slider content keeps inner padding without breaking rounded corners */
.slider-area .slider-content {
	padding: 40px 0;
	background-color: rgba(0, 0, 0, 0.35);
}

/* Map iframe rounded and shadowed to match slider */
iframe.contact-map-size {
	width: 100%;
	height: 40vh;
	border: 0;
	border-radius: 22px; /* ensures visible rounded corners */
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
	display: block;
}

/* Fallback: wrap the iframe in a clipping container if the browser doesn't clip iframe contents */
.contact-map-wrapper {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	border-radius: 22px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.slider-area .slider-content {
		padding: 24px 0;
	}
	.slider-area.container,
	.slider-area {
		border-radius: 14px;
	}
	iframe.contact-map-size {
		border-radius: 14px;
	}
}

/* Owl carousel inner wrappers sometimes break rounded clipping; force them to clip and inherit radius */
.slider-area .owl-stage-outer,
.slider-area .owl-stage,
.slider-area .owl-item {
	overflow: hidden;
	border-radius: inherit;
}
.slider-area .owl-item .single-slide {
	border-radius: inherit;
}

.privacy h2,
.privacy h3 {
	font-family: "Montserrat", sans-serif;
	margin: 1rem 0;
}

.imprint h2,
.imprint h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	margin: 1rem 0;
}

.privacy h2 {
	font-size: 2em;
}

.privacy h3 {
	font-size: 1.5em;
}

.privacy p {
	margin-bottom: 0;
	text-align: justify;
}

.privacy ul {
	list-style-type: disc;
	margin-left: 1.5rem;
}
.privacy ul li {
	margin-bottom: 0.5rem;
	font-size: 1.25rem;
	line-height: 1.3;
	font-weight: 500;
}

/* Privacy page typography: align with Imprint styles */
.privacy {
	color: #333333;
	font-size: 1rem;
	line-height: 1.75;
}
.privacy .lead {
	font-size: 1.05rem;
	color: #444444;
	line-height: 1.7;
	margin-bottom: 1rem;
	font-family: "Montserrat", sans-serif;
}
.privacy p {
	margin-bottom: 0.75rem;
	font-size: 1.25rem;
	line-height: 1.3;
	font-weight: 500;
}
.privacy h2 {
	font-size: 1.75rem;
	margin-top: 1.25rem;
	margin-bottom: 0.75rem;
}
.privacy h3 {
	font-size: 1.25rem;
	margin-top: 0.9rem;
	margin-bottom: 0.5rem;
}
.privacy ul {
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.privacy {
		font-size: 0.98rem;
		line-height: 1.6;
	}
	.privacy h2 {
		font-size: 1.5rem;
	}
}

.w-40 {
	width: 40%;
}

/* Imprint page styles */
.imprint-inner {
	padding: 30px 0;
}
.imprint-card {
	/* Framings removed: keep spacing/typography but no background, border or shadow */
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	border: none;
}
.imprint-card .lead {
	color: #444;
	line-height: 1.6;
	font-family: "Montserrat", sans-serif;
}
.imprint-divider {
	border: 0;
	height: 1px;
	background: linear-gradient(
		90deg,
		rgba(170, 48, 35, 0) 0%,
		rgba(170, 48, 35, 0.15) 50%,
		rgba(170, 48, 35, 0) 100%
	);
	margin: 18px 0;
}
.contact-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 0;
	color: #333;
}
.contact-list li i {
	font-size: 18px;
	color: var(--pilates-place-base, #aa3023);
}
.contact-list a {
	color: #222;
	text-decoration: none;
}
.contact-list a:hover {
	text-decoration: underline;
}
.imprint-image-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
}
.imprint-img {
	width: 100%;
	max-width: 360px;
	height: auto;
	border-radius: 0;
	box-shadow: none;
}

@media (max-width: 767px) {
	.imprint-card {
		padding: 18px;
	}
	.imprint-img {
		max-width: 260px;
	}
}

.offer-title h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 3.2rem;
	line-height: 1;
	margin: 0 0 10px 0;
	color: #111;
	font-weight: 500;
}
.blog-area .offer-intro .lead {
	color: #444;
	font-family: "Montserrat", sans-serif;
}
.blog-area .single-blog {
	display: flex;
	gap: 20px;
	align-items: stretch;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 18px 40px rgba(15, 15, 15, 0.06);
	overflow: hidden;
	margin-bottom: 22px;
	max-height: 26vh;
}
.blog-area .single-blog .blog-pic {
	flex: 0 0 36%;
	max-width: 36%;
	height: auto;
	display: block;
	position: relative;
}
.blog-area .single-blog .single-img {
	min-width: 13vw;
	min-height: 25vh;
	flex: 0 0 36%;
	max-width: 36%;
	height: 180px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 14px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	overflow: hidden;
	position: relative;
}
.blog-area .single-blog .single-img img {
	/* keep safe if any img remains; hide by default */
	display: none;
}
.blog-area .single-blog .gallery-icon {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 5;
}

@media (max-width: 991px) {
	.blog-area .single-blog .single-img {
		height: 140px;
		min-width: 25vw;
		max-width: 35vw;
		flex-basis: 35vw;
		border-radius: 12px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.blog-area .single-blog {
		max-height: none;
	}
}
.blog-area .single-blog .blog-pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-area .single-blog > div:not(.blog-pic) {
	padding: 20px 26px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.blog-area .single-blog h3 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 1.25rem;
	margin: 0 0 6px 0;
}
.blog-area .single-blog h3 a {
	color: #111;
	text-decoration: none;
}
.blog-area .single-blog h6 {
	color: #9b9b9b;
	font-size: 0.9rem;
	margin: 6px 0 12px 0;
}
.blog-area .single-blog p {
	color: #444;
	margin-bottom: 12px;
}
.blog-area .single-blog a.read-more,
.blog-area .single-blog a[asp-controller][asp-action] {
	color: var(--pilates-place-base, #aa3023);
	font-weight: 600;
	text-decoration: none;
}
.blog-area .single-blog a.read-more:hover,
.blog-area .single-blog a[asp-controller][asp-action]:hover {
	text-decoration: underline;
}

.blog-area .single-blog .link-read-more {
	color: var(--pilates-place-base, #aa3023);
	font-weight: 600;
	text-decoration: none;
}

@media (max-width: 991px) {
	.offer-title h2 {
		font-size: 2.4rem;
	}

	.blog-area .single-blog .single-img {
		width: unset;
		flex-basis: 1;
	}
	.blog-area .single-blog img {
		max-width: 35vw;
		width: unset;
	}
	.blog-area .single-blog > div:not(.blog-pic) {
		padding: 2px;
	}

	.blog-area .single-blog > div:not(.blog-pic) > p {
		display: none;
	}

	.justify-space-evenly h3 a {
		font-size: 1.2rem;
	}
}

.all-round {
	border-radius: 18px;
	overflow: hidden;
}

/* Sticky left title layout used across pages (privacy/imprint) */
.page-sticky-title {
	position: sticky;
	top: 120px; /* keep below topbar */
	align-self: start;
	padding-right: 20px;
}
.page-sticky-title h2 {
	font-family: "Montserrat", sans-serif;
	font-size: 2.6rem;
	color: #111;
	margin: 0;
}
@media (max-width: 991px) {
	.page-sticky-title {
		position: static;
		margin-bottom: 18px;
	}
	.page-sticky-title h2 {
		font-size: 1.8rem;
	}
}

/* Left page section list used on wide screens */
@media (min-width: 992px) {
	.privacy .privacy-content h2,
	.privacy .privacy-content h3 {
		/* hide in-content headings on large screens; nav provides them */
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		height: 1px;
		width: 1px;
		overflow: hidden;
		position: absolute;
	}
	.page-sticky-title .section-links {
		padding-left: 0;
	}
	.page-sticky-title .section-links .section-item {
		margin-bottom: 10px;
	}
	.page-sticky-title .section-links a {
		color: #222;
		text-decoration: none;
	}
	.page-sticky-title .section-links a.small {
		font-size: 0.95rem;
	}
}

/* Left-nav font and active highlight */
.page-sticky-title {
	font-family: "Montserrat", sans-serif;
}
.page-sticky-title .section-links {
	display: flex;
	flex-direction: column;
	gap: 6px;
	list-style-type: none;
}
.page-sticky-title .section-links a {
	font-family: "Montserrat", sans-serif;
	color: #222;
	padding: 6px 8px;
	border-radius: 8px;
	transition: background-color 180ms ease, color 180ms ease;
}
.page-sticky-title .section-links a.active {
	color: #aa3023; /* primary accent */
	background: rgba(170, 48, 35, 0.06);
	font-weight: 700;
}
.page-sticky-title .section-links a:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(170, 48, 35, 0.08);
}

/* slightly smaller on medium screens */
@media (max-width: 1199px) and (min-width: 992px) {
	.page-sticky-title .section-links a {
		padding: 5px 6px;
	}
}

/* Highlight the right-side content range when its section is active */
.privacy-content .highlighted {
	background: linear-gradient(
		90deg,
		rgba(170, 48, 35, 0.03),
		rgba(255, 255, 255, 0)
	);
	border-left: 3px solid rgba(170, 48, 35, 0.12);
	padding-left: 12px; /* visually separate without shifting layout */
	transition: background 220ms ease, border-color 220ms ease;
}

/* Make the heading more prominent when highlighted */
.privacy-content h2.highlighted,
.privacy-content h3.highlighted {
	color: #aa3023;
}

/* On small screens keep default look (no highlight) */
@media (max-width: 991px) {
	.privacy-content .highlighted {
		background: transparent;
		border-left: none;
		padding-left: 0;
	}
}

.contact-us-section {
	background: url(../../img/bgs/contact-new-bg.webp);
	background-size: cover;
	background-position: left;
	color: white;
}

.contact-us-section .contact-us-row {
	padding-top: 12rem;
	padding-bottom: 2rem;
}

.contact-us-section .contact-us-row .offer-title h2 {
	color: white;
}

.admin-testimonial-table {
	overflow-y: scroll;
}

.top-header-icon {
	width: 14px;
	color: white;
	display: inline-block;
}

.primary-coloring {
	color: #aa3023;
}

.align-mobile-menu {
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.ql-editor {
	font-family: "Montserrat", sans-serif;
	color: #000;
	font-size: 1.2rem;
}

.blogs-content {
	color: #000;
}

span.icon svg {
	width: 15px;
}

span.icon-md svg {
	width: 35px;
}

span.icon-lg svg {
	width: 45px;
}

.slider-arrow {
	width: 25px !important;
}
