:root {
	--clr-sky: #d6ecff;
	--clr-seafoam: #cbead9;
	--clr-peach: #ffe0cf;
	--clr-sand: #fff6e8;
	--clr-mint: #e1f5eb;
	--clr-teal: #1f8a89;
	--clr-teal-dark: #16606a;
	--clr-coral: #f07f6a;
	--clr-gold: #f6c15b;
	--clr-navy: #264653;
	--clr-cloud: rgba(255, 255, 255, 0.8);
	--radius-lg: 32px;
	--radius-md: 24px;
	--radius-sm: 16px;
	--shadow-soft: 0 30px 60px rgba(31, 70, 83, 0.16);
	--max-width: min(1100px, 92vw);
	--font-heading: "Playfair Display", serif;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "Quicksand", "Segoe UI", sans-serif;
	color: var(--clr-navy);
	background: linear-gradient(180deg, #fdf5ee 0%, #f1f6ff 100%);
	line-height: 1.7;
	background: url(./assets/background.jpg);
	background-size: 100% auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--clr-teal-dark);
}

img {
}
.et_pb_blurb_description img {
	vertical-align: sub;
}
.skip-link {
	position: absolute;
	top: -40px;
	left: 16px;
	background: var(--clr-teal);
	color: #fff;
	padding: 0.5rem 1rem;
	border-radius: var(--radius-sm);
	transition: top 0.3s ease;
	z-index: 999;
}

.skip-link:focus {
	top: 16px;
}
.header {
	cursor: pointer;
}
.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.85rem 10%;
	background: linear-gradient(180deg, #e0ebdb 0%, #cfeddfc2 70%, #cfeddf00 100%);
	/* background: rgba(255, 255, 255, 0.82); */
	/* backdrop-filter: blur(16px); */
	/* border-bottom: 1px solid rgba(31, 70, 83, 0.12); */
	/* filter: drop-shadow(0px 0px 62px #ddf3e8) drop-shadow(0px 0px 2px #ddf3e8) drop-shadow(0px 0px 32px #ddf3e8) drop-shadow(0px 0px 6px #ddf3e8)
		drop-shadow(1px 0px 4px #ddf3e8); */
	/* color: #ddf3e8; */
	width: 100%;
	/* background: white; */
}

.brand {
	display: flex;
	align-items: center;
	gap: 0.9rem;
}

.brand-mark {
	display: grid;
	grid-template-columns: repeat(2, 20px);
	gap: 6px;
}

.brand-circle {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.75), transparent 65%), var(--clr-teal);
	box-shadow: 0 6px 12px rgba(31, 138, 137, 0.25);
}

.brand-circle:nth-child(2) {
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.75), transparent 60%), var(--clr-coral);
}

.brand-circle:nth-child(3) {
	grid-column: span 2;
	margin: 0 auto;
	width: 24px;
	height: 24px;
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.75), transparent 70%), var(--clr-gold);
}

.brand-copy {
	display: flex;
	flex-direction: column;
	line-height: 1.1;
}

.brand-name {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 700;
	font-size: clamp(1rem, 3vw, 1.4rem);
}

.brand-tag {
	font-size: 0.85rem;
	color: rgba(38, 70, 83, 0.7);
}

.nav-toggle {
	display: none;
	flex-direction: column;
	gap: 5px;
	background: none;
	border: none;
	padding: 0.4rem;
	cursor: pointer;
}

.nav-toggle span {
	width: 26px;
	height: 3px;
	border-radius: 999px;
	background: var(--clr-teal-dark);
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.site-nav {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 2.5vw, 2rem);
	/* filter: drop-shadow(0px 0px 32px white) drop-shadow(0px 0px 6px white) drop-shadow(1px 0px 4px white); */
}

.site-nav ul {
	display: flex;
	align-items: center;
	gap: clamp(1rem, 2vw, 1.6rem);
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 600;
}

.site-nav a {
	position: relative;
	padding-bottom: 0.2rem;
	/* text-shadow: 0px 0px 57px #daf2f4, 0px 0px 77px #daf2f4, 0px 0px 73px #f0feff, 0px 0px 70px #f0feff, 0px 0px 63px #f0feff, 0px 0px 50px #f0feff,
		0px 0px 55px #f0feff, 0px 0px 66px #f0feff, 0px 0px 50px #f0feff, 0px 0px 40px #f0feff, 0px 0px 30px #f0feff, 0px 0px 20px #f0feff, 0px 0px 10px #f0feff,
		0px 0px 9px #f0feff, 0px 0px 9px #f0feff, 0px 0px 9px #f0feff, 0px 0px 9px #f0feff, 0px 0px 20px #f0feff, 0px 0px 9px white, 0px 0px 99px #f0feff,
		0px 0px 44px white, 0px 0px 33px white, 0px 0px 2px white, 0px 0px 1px white; */
}

.site-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, var(--clr-teal), var(--clr-coral));
	transform-origin: left;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.site-nav a:hover::after,
.site-nav a:focus::after,
.site-nav a.is-active::after {
	transform: scaleX(1);
}
.site-nav a.btn-contact.is-active::after {
	transform: scaleX(0);
}
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding: 0.7rem 1.5rem;
	transition: transform 0.1s ease, box-shadow 0.1s ease;
	cursor: pointer;
	border: none;
	gap: 0.5rem;
}

.btn-flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.btn-flag .fi {
	width: 18px;
	height: 14px;
	border-radius: 2px;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.btn:focus-visible {
	outline: 3px solid rgba(31, 138, 137, 0.4);
	outline-offset: 3px;
}

.btn-primary {
	background: linear-gradient(135deg, var(--clr-teal), var(--clr-teal-dark));
	color: #fff;
	/* box-shadow: 0 14px 30px rgba(31, 138, 137, 0.3); */
}

.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 36px rgba(31, 138, 137, 0.34);
	color: white;
}

.btn-secondary {
	background: rgba(31, 138, 137, 0.08);
	color: var(--clr-teal-dark);
	border: 1px solid rgba(31, 138, 137, 0.35);
}

.btn-secondary:hover {
	transform: translateY(-2px);
	background: rgba(31, 138, 137, 0.15);
}

.btn-contact {
	background: linear-gradient(135deg, var(--clr-coral), var(--clr-gold));
	color: #fff;
	box-shadow: 0 12px 24px rgba(240, 127, 106, 0.28);
}

.btn-contact:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 32px rgba(240, 127, 106, 0.34);
}

main {
	overflow: visible;
	margin-top: -46px;
}

main {
	overflow: visible;
	margin-top: 0px;
}

.section {
	padding: 0px;
	padding-top: 15vh;
	margin-top: 0vh;
}

.section-heading {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 20px;
}
#workshops h2,
#workshops .section-heading {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.section-heading h2 {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-size: clamp(2rem, 5vw, 2.8rem);
	margin-bottom: 0.75rem;
	line-height: normal;
}
#contact .section-heading h2 {
	margin-bottom: 40px;
	line-height: normal;
}
.section-heading p {
	margin: 0 auto;
	color: rgb(38 70 83);
	font-weight: 600;
	/*text-shadow: 0px 0px 120px white, 0px 0px 120px white, 0px 0px 80px white, 0px 0px 40px white, 0px 0px 20px white, 0px 0px 10px white;*/
}

.eyebrow {
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: rgba(31, 138, 137, 0.8);
	margin-bottom: 0.75rem;
}

.hero {
	position: relative;
	display: flex;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	/* align-items: start; */
	gap: clamp(2rem, 6vw, 2.5rem);
	/* padding: clamp(4rem, 8vw, 7rem) clamp(1.5rem, 6vw, 4rem); */
	overflow: visible;
	/* padding-top: 0px; */
	/* padding-left: 200px; */
	/* padding-right: 200px; */
	flex-direction: row;
	justify-content: center;
	align-content: center;
	flex-wrap: nowrap;
	height: calc(100dvh - 100px);
	padding: 0 10%;
}

.hero::before,
.hero::after {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	opacity: 0.6;
}

.hero::before {
	width: 480px;
	height: 480px;
	/* background: radial-gradient(circle at 30% 30%, var(--clr-peach), transparent 70%); */
	top: -180px;
	left: -140px;
}

.hero::after {
	display: none;
}

.hero-content h1 {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-size: clamp(2.4rem, 5vw, 3.2rem);
	margin-bottom: 1rem;
}

.hero-content p {
	margin: 10px 0;
	color: rgba(38, 70, 83, 0.78);
	line-height: normal;
}

.hero-content p.hero-kicker {
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgb(31 138 137);
	margin-bottom: 0.75rem;
	font-size: 0.9rem;
	/* margin: 16vh 0; */
	margin-bottom: 0px !important;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin: 1.6rem 0px;
	margin-top: 40px;
}

.hero-highlights dt {
	font-weight: 700;
}

.hero-highlights dd {
	margin: 0;
	color: rgba(38, 70, 83, 0.68);
}

.hero-illustration {
	/* position: relative; */
	/* padding-top: 20vh; */
	/* margin-left: -74px; */
	/* z-index: -1; */
	width: 40%;
}

.map-card {
	position: relative;
	width: 100%;
	height: 470px;
	border-radius: var(--radius-lg);
	background: linear-gradient(180deg, rgba(214, 236, 255, 0.95), rgba(203, 234, 217, 0.95));
	box-shadow: var(--shadow-soft);
	padding: 2.5rem 2rem;
	overflow: hidden;
}

.map-gradient {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.8), transparent 70%),
		radial-gradient(circle at 70% 80%, rgba(255, 224, 207, 0.7), transparent 70%);
}

.map-cloud {
	position: absolute;
	width: 140px;
	height: 70px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 70px;
	filter: blur(0.5px);
	display: none;
}

.map-cloud--one {
	top: 20px;
	left: 24px;
}

.map-cloud--two {
	bottom: 28px;
	right: 20px;
}

.map-pin {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 1rem;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 999px;
	font-weight: 600;
	color: var(--clr-teal-dark);
	box-shadow: 0 10px 20px rgba(22, 96, 106, 0.18);
}

.map-pin::before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 16px;
	height: 16px;
	background: radial-gradient(circle at 30% 30%, #fff, rgba(31, 138, 137, 0.6));
	border-radius: 50%;
	box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.7);
}

.map-pin--dubai {
	top: 35%;
	right: 18%;
	display: none;
}

.map-pin--cairo {
	bottom: 28%;
	left: 20%;
	display: none;
}

.map-heart {
	position: absolute;
	bottom: 18%;
	right: 34%;
	font-size: 2rem;
	color: rgba(240, 127, 106, 0.8);
	display: none;
}

.hero-bubble {
	position: absolute;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 30px;
	padding: 0.6rem 1rem;
	font-weight: 600;
	color: rgba(22, 96, 106, 0.8);
	box-shadow: 0 10px 24px rgba(22, 96, 106, 0.15);
	transform: translate3d(0, 0, 0);
	will-change: transform;
	z-index: 9;
}

.hero-bubble--one {
	top: 60vh;
	left: 46%;
}

.hero-bubble--two {
	top: 30%;
	left: 1%;
}

.hero-bubble--four {
	top: 213vh;
	left: 5%;
}

.hero-bubble--three {
	bottom: 74vh;
	right: 19px;
}

.hero-bubble--four {
	top: 156vh;
	left: 71%;
}

.hero-bubble--five {
	top: 117vh;
	left: 67%;
}

.hero-bubble--six {
	top: 110vh;
	left: 20%;
}

.about {
	/* background: radial-gradient(circle at top left, rgba(255, 224, 207, 0.55), transparent 60%),
		radial-gradient(circle at bottom right, rgba(203, 234, 217, 0.45), transparent 60%); */
}

.about-grid {
	display: flex;
	gap: 20px;
	align-items: center;
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 0;
}

.about-card {
	padding: 0px;
	opacity: 0;
	width: 40%;
	flex: 1 0 auto;
}

.about-portrait {
	position: relative;
	width: 300px;
	height: auto;
	margin: 0 auto 1.5rem;
	border-radius: 50%;
	/* background: url(../assets/nagwa.jpg); */
	display: grid;
	place-items: center;
	box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.7);
	background-size: cover;
}

.portrait-inner {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.7), transparent 70%), var(--clr-coral);
	box-shadow: 0 12px 24px rgba(240, 127, 106, 0.25);
}

.about-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 0.8rem;
	font-weight: 600;
	color: rgba(38, 70, 83, 0.8);
}

.about-list li::before {
	content: "✶";
	color: var(--clr-teal);
	margin-right: 0.6rem;
}

.about-story {
	background: none;
	border-radius: var(--radius-lg);
	padding: 0px;
	flex: 1 1 auto;
	white-space: normal;
	/*text-shadow: 0px 0px 3px #eef9ea, 0px 0px 3px #eef9ea, 0px 0px 3px #eef9ea, 0px 0px 6px #eef9ea, 0px 0px 6px #eef9ea, 0px 0px 16px #eef9ea,
		0px 0px 16px #eef9ea, 0px 0px 24px #eef9ea, 0px 0px 24px #eef9ea;*/
}

.about-story h3 {
	font-size: clamp(1.6rem, 3.4vw, 2rem);
	margin-top: 0;
}

.about-story blockquote {
	margin: 1.5rem 0 0;
	font-style: italic;
	color: rgba(38, 70, 83, 0.7);
}
.about-story blockquote:first-child {
	margin: 0;
	font-style: italic;
	color: rgba(38, 70, 83, 0.7);
}
.about-story cite {
	display: block;
	margin-top: 0.6rem;
	font-style: normal;
	font-weight: 600;
	color: var(--clr-teal-dark);
}

.workshops {
	position: relative;
}

.workshops::before {
	content: "";
	position: absolute;
	inset: 0;
	/* background: radial-gradient(circle at 20% 20%, rgba(214, 236, 255, 0.65), transparent 60%),
		radial-gradient(circle at 80% 80%, rgba(241, 246, 255, 0.7), transparent 65%); */
	z-index: -1;
}

.workshop-grid {
	/* display: flex;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2rem, 4vw, 3rem);
	max-width: 900px;
	margin: 0 auto;
	padding: 0 clamp(1.5rem, 5vw, 2.5rem);
	flex-direction: column;
	align-items: center;
	align-content: center; */
	display: flex;
	gap: 40px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5vw;
	flex-direction: column;
	align-items: center;
	padding-top: 40px;
}

.workshop-card {
	background: rgba(255, 255, 255, 0.92);
	border-radius: 24px;
	padding: 40px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border: 2px solid rgba(31, 138, 137, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-image: url(./assets/school-workshops.png);
	background-repeat: no-repeat;
	background-position: center -53px;
	background-size: cover;
}

.workshop-card:first-child {
	background-image: url(./assets/parenting-workshops.png);
	background-repeat: no-repeat;
	background-position: center -53px;
	background-size: cover;
}

.workshop-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 26px 44px rgba(31, 138, 137, 0.22);
}

.workshop-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.5rem;
}

.workshop-cta {
	margin-top: 1.5rem;
	width: auto;
	justify-content: center;
	margin: auto;
	text-align: center;
	display: block;
	margin-top: 40px;
	display: flex;
	gap: 20px;
	margin-bottom: 0px;
}

.workshop-card h3 {
	font-size: 1.4rem;
	margin-top: 0;
	margin-bottom: 0.75rem;
	color: var(--clr-teal-dark);
}

.workshop-card p {
	margin-bottom: 1.2rem;
	color: rgb(8 57 63);
	text-align: left;
}

.workshop-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 0.6rem;
	font-weight: 100;
	margin-left: 20px;
	margin-top: 12px;
}
.workshop-card ul li {
	display: flex;
}
.workshop-card ul li {
	gap: 10px;
}

input[type="tel"] {
	margin-top: 0px !important;
	border: none !important;
}
.workshop-card ul ul li::before {
	content: "➤";
	color: var(--clr-coral);
}
.workshop-card ul li::before {
	content: "➤";
	color: var(--clr-coral);
}
.school-workshops {
	display: flex;
	gap: 40px;
}
/* Parent list items only - emoji icons */
.workshop-card .et_pb_blurb_description > ul > li:nth-child(1)::before {
	content: "📚";
	font-size: 1.2rem;
	margin-right: 0.5rem;
	vertical-align: middle;
}

.workshop-card .et_pb_blurb_description > ul > li:nth-child(2)::before {
	content: "💡";
	font-size: 1.2rem;
	margin-right: 0.5rem;
	vertical-align: middle;
}

.workshop-card .et_pb_blurb_description > ul > li:nth-child(3)::before {
	content: "🧠";
	font-size: 1.2rem;
	margin-right: 0.5rem;
	vertical-align: middle;
}

.workshop-card .et_pb_blurb_description > ul > li:nth-child(4)::before {
	content: "🤝";
	font-size: 1.2rem;
	margin-right: 0.5rem;
	vertical-align: middle;
}

.workshop-card .et_pb_blurb_description > ul > li:nth-child(5)::before {
	content: "🎭";
	font-size: 1.2rem;
	margin-right: 0.5rem;
	vertical-align: middle;
}
.workshop-card .et_pb_blurb_description > ul > li::before {
	vertical-align: text-bottom;
	margin-top: -4px;
}
.workshop-card .et_pb_blurb_description > ul {
	gap: 12px;
}

body.lightbox-open {
	overflow: hidden;
}

.lightbox-overlay {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(10, 24, 34, 0.92);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 9999;
	padding: clamp(1rem, 4vw, 3rem);
	backdrop-filter: blur(3px);
}

.lightbox-overlay.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.lightbox-media {
	max-width: min(90vw, 1200px);
	max-height: 85vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lightbox-media img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 16px;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}

.lightbox-media video {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 16px;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
	background: #000;
	display: none;
}

.lightbox-close {
	position: absolute;
	top: clamp(1rem, 3vw, 2rem);
	right: clamp(1rem, 3vw, 2rem);
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 1.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.2s ease;
}

.lightbox-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 54px;
	height: 54px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.3s ease, transform 0.2s ease;
}

.lightbox-prev {
	left: clamp(0.5rem, 3vw, 2rem);
}

.lightbox-next {
	right: clamp(0.5rem, 3vw, 2rem);
}

.lightbox-close:hover,
.lightbox-close:focus-visible,
.lightbox-nav:hover,
.lightbox-nav:focus-visible {
	background: rgba(255, 255, 255, 0.3);
	transform: scale(1.05);
	outline: none;
}

.lightbox-overlay:focus-within .lightbox-nav,
.lightbox-overlay:focus-within .lightbox-close {
	outline: 2px solid rgba(255, 255, 255, 0.6);
	outline-offset: 2px;
}

@media (max-width: 600px) {
	.lightbox-nav {
		width: 44px;
		height: 44px;
		font-size: 1.6rem;
	}

	.lightbox-close {
		width: 38px;
		height: 38px;
		font-size: 1.4rem;
	}

	.lightbox-media {
		max-width: 95vw;
		max-height: 80vh;
	}
}

.testimonials {
	/* background: radial-gradient(circle at top, rgba(255, 224, 207, 0.4), transparent 70%); */
	display: flex;
	margin-top: 0px;
	padding-top: 0px;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
}

.testimonial-grid {
	max-width: none;
	padding: 0 7vw 0 0;
	display: flex;
	flex-wrap: nowrap;
	gap: 40px;
	width: max-content;
	margin-top: -10vh;
	align-items: flex-start;
}

.testimonials-grid {
	width: 100%;
	overflow-x: auto;
	overflow-y: visible;
	padding-bottom: 10%;
	padding-top: 8%;
	display: block;
	scrollbar-width: none;
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	margin-top: -5vh;
	padding-left: 40%;
}

.testimonials-grid::-webkit-scrollbar {
	display: none;
}

.testimonials-grid.is-dragging {
	cursor: grabbing;
}

.testimonial-card {
	margin: 0px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: var(--radius-md);
	padding: clamp(1.8rem, 4vw, 2.4rem);
	box-shadow: var(--shadow-soft);
	border: 2px solid rgba(38, 70, 83, 0.08);
	width: 300px;
}

.testimonial-card blockquote {
	margin: 0 0 1rem;
	font-style: italic;
	color: rgba(38, 70, 83, 0.75);
}

.testimonial-card figcaption {
	font-weight: 600;
	color: var(--clr-teal-dark);
}

.contact {
	padding-bottom: clamp(5rem, 10vw, 7rem);
}

/* Instagram Feed Section */
.instagram-feed {
	position: relative;
	background: radial-gradient(circle at top left, rgba(255, 224, 207, 0.3), transparent 60%),
		radial-gradient(circle at bottom right, rgba(203, 234, 217, 0.4), transparent 60%);
}

.instagram-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: clamp(1rem, 3vw, 1.5rem);
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 0 clamp(1.5rem, 5vw, 2.5rem);
	min-height: 400px;
}

.instagram-loading {
	grid-column: 1 / -1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	color: rgba(38, 70, 83, 0.7);
	text-align: center;
	padding: 3rem;
}

.loading-spinner {
	width: 40px;
	height: 40px;
	border: 3px solid rgba(31, 138, 137, 0.2);
	border-top: 3px solid var(--clr-teal);
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.instagram-post {
	position: relative;
	aspect-ratio: 1;
	border-radius: var(--radius-md);
	overflow: hidden;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--shadow-soft);
	border: 2px solid rgba(31, 138, 137, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

.instagram-post:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 40px rgba(31, 138, 137, 0.2);
}

.instagram-post img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.instagram-post:hover img {
	transform: scale(1.05);
}

.instagram-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(31, 138, 137, 0.9), rgba(240, 127, 106, 0.9));
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	color: white;
	text-align: center;
	padding: 1.5rem;
}

.instagram-post:hover .instagram-overlay {
	opacity: 1;
}

.instagram-overlay .post-stats {
	display: flex;
	gap: 1rem;
	margin-bottom: 0.5rem;
	font-size: 0.9rem;
}

.instagram-overlay .post-stats svg {
	width: 16px;
	height: 16px;
	margin-right: 0.25rem;
}

.instagram-overlay .post-caption {
	font-size: 0.8rem;
	opacity: 0.9;
	max-height: 3em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.instagram-error {
	grid-column: 1 / -1;
	text-align: center;
	padding: 3rem;
	color: rgba(38, 70, 83, 0.6);
	background: rgba(255, 255, 255, 0.8);
	border-radius: var(--radius-lg);
	border: 2px solid rgba(31, 138, 137, 0.1);
}

.instagram-error svg {
	color: var(--clr-coral);
	margin-bottom: 1rem;
}

@media (max-width: 768px) {
	.instagram-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.instagram-grid {
		grid-template-columns: 1fr;
	}
}

.instagram-cta {
	text-align: center;
	margin-top: clamp(2rem, 5vw, 3rem);
}

.instagram-cta .btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.instagram-cta svg {
	width: 20px;
	height: 20px;
}

.contact-card {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: clamp(2.5rem, 6vw, 3.5rem);
	background: rgba(255, 255, 255, 0.92);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-soft);
	border: 2px solid rgba(31, 138, 137, 0.08);
	display: grid;
	gap: clamp(2rem, 5vw, 2.8rem);
}

.contact-form {
	display: flex;
	flex-direction: column;
	gap: 1.2rem;
}

.contact-form label {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	color: rgba(38, 70, 83, 0.8);
	font-size: 0.95rem;
	width: 100%;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
	margin-top: 0.5rem;
	border-radius: var(--radius-sm);
	border: 1px solid rgba(31, 138, 137, 0.25);
	padding: 0.75rem 1rem;
	font: inherit;
	background: rgba(255, 255, 255, 0.95);
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	width: 100%;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	outline: none;
	border-color: var(--clr-teal);
	box-shadow: 0 0 0 4px rgba(31, 138, 137, 0.15);
}

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

.contact-form button {
	align-self: stretch;
}

.site-footer {
	text-align: center;
	padding: 2rem;
	color: rgba(38, 70, 83, 0.65);
	font-size: 0.95rem;
}

@media (max-width: 960px) {
	.hero {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.hero-actions {
		justify-content: center;
	}

	.hero-highlights {
		justify-items: center;
	}

	.hero-illustration {
		margin: 2rem auto 0;
	}

	.about-grid,
	.workshop-grid,
	.testimonial-grid {
		grid-template-columns: 1fr;
	}
}

.btn-contact {
	background: url(./assets/contact.png);
	background-size: 100% auto;
	width: 150px;
	height: 44px;
	background-repeat: no-repeat;
	box-shadow: none;
	filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.28));
	transition: 0.2s;
}
@media (max-width: 540px) {
	.hero {
		padding: clamp(3.5rem, 10vw, 4.5rem) clamp(1rem, 5vw, 1.75rem);
	}

	.hero-bubble {
		display: none;
	}
}
.about-list {
	gap: 0px;
}
.mother-image {
	width: 297px;
	display: inline-block;
	vertical-align: top;
	margin-left: -20px;
	margin-top: 185px;
	rotate: -6deg;
}
.logo {
	max-width: 400px;
	display: inline-block;
	/* filter: drop-shadow(0px 0px 32px white) drop-shadow(0px 0px 6px white) drop-shadow(1px 0px 4px white); */
	margin-top: 40px;
}
#illustration {
	position: relative;
	z-index: -1;
	transform: translate3d(0, 0, 0);
	will-change: transform;
	margin-top: -25vh;
	transform: translate3d(0px, -131.944px, 0px);
	position: absolute;
	width: 47dvw;
}

.testimonial-grid {
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

#school-workshops {
	padding-top: 15vh;
}

article {
	transform: translate3d(0, 0, 0);
	will-change: transform;
}

/* Modal Styles */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(38, 70, 83, 0.8);
	backdrop-filter: blur(4px);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
	opacity: 1;
	visibility: visible;
}

.modal-content {
	background: #fff;
	border-radius: var(--radius-lg);
	box-shadow: 0 20px 60px rgba(38, 70, 83, 0.3);
	max-width: 900px;
	width: 100%;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	transform: translateY(20px);
	transition: transform 0.3s ease;
	overflow: hidden;
}

.modal-overlay.active .modal-content {
	transform: translateY(0);
}

.modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem 2rem 1rem;
	border-bottom: 1px solid rgba(31, 138, 137, 0.15);
	flex-shrink: 0;
}

.modal-header h3 {
	margin: 0;
	font-size: 1.5rem;
	color: var(--clr-teal-dark);
}

.workshop-info {
	padding: 1rem 2rem;
	background: linear-gradient(135deg, rgba(31, 138, 137, 0.05), rgba(203, 234, 217, 0.3));
	border-bottom: 1px solid rgba(31, 138, 137, 0.15);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1rem;
}

.workshop-cost {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.9rem;
	color: rgba(38, 70, 83, 0.7);
}

.workshop-cost svg {
	color: var(--clr-teal);
	flex-shrink: 0;
}

.cost-amount {
	font-size: 1rem;
	font-weight: 600;
	color: var(--clr-teal-dark);
}

.cost-currency {
	font-size: 0.85rem;
	color: rgba(38, 70, 83, 0.6);
}

.workshop-schedule {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.9rem;
	color: rgba(38, 70, 83, 0.8);
	font-weight: 500;
}

.workshop-schedule svg {
	color: var(--clr-teal);
	flex-shrink: 0;
}

.schedule-options {
	display: flex;
	flex-direction: column;
	gap: 0px;
}

.schedule-option {
	font-size: 0.9rem;
	color: rgba(38, 70, 83, 0.8);
	font-weight: 500;
	line-height: 16px;
}

.course-card {
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.course-details {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out, padding 0.3s ease-out;
	opacity: 0;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 0.85rem;
	color: var(--clr-teal-dark);
	font-weight: 500;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(31, 138, 137, 0.2);
	justify-content: center;
	margin-top: 0rem;
	padding-top: 0rem;
}

.course-details svg {
	color: var(--clr-teal);
	flex-shrink: 0;
}

.course-option input[type="radio"]:checked + .course-card .course-details {
	max-height: 35px;
	opacity: 1;
	margin-top: 10px;
	padding-top: 10px;
}

@media (max-width: 480px) {
	.workshop-info {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75rem;
		padding: 1rem 1.5rem;
	}
}

.modal-close {
	background: none;
	border: none;
	font-size: 2rem;
	color: rgba(38, 70, 83, 0.6);
	cursor: pointer;
	padding: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.modal-close:hover {
	background: rgba(31, 138, 137, 0.1);
	color: var(--clr-teal-dark);
}

.modal-form {
	padding: 0;
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
	min-height: 0;
}

.form-content {
	padding: 20px 40px;
	overflow-y: auto;
	overflow-x: hidden;
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.form-content::-webkit-scrollbar {
	width: 8px;
}

.form-content::-webkit-scrollbar-track {
	background: rgba(31, 138, 137, 0.05);
	border-radius: 4px;
}

.form-content::-webkit-scrollbar-thumb {
	background: rgba(31, 138, 137, 0.3);
	border-radius: 4px;
}

.form-content::-webkit-scrollbar-thumb:hover {
	background: rgba(31, 138, 137, 0.5);
}

.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.2rem;
	margin-bottom: 0px;
}

.form-row.full-width {
	grid-template-columns: 1fr;
}

.form-row label {
	display: flex;
	flex-direction: column;
	font-weight: 600;
	color: rgba(38, 70, 83, 0.8);
	font-size: 0.95rem;
	justify-content: flex-start;
	align-content: flex-start;
}

.form-row input,
.form-row select,
.form-row textarea {
	margin-top: 0px;
	border-radius: var(--radius-sm);
	border: 1px solid rgba(31, 138, 137, 0.25);
	padding: 0.75rem 1rem;
	font: inherit;
	background: rgba(255, 255, 255, 0.95);
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
	outline: none;
	border-color: var(--clr-teal);
	box-shadow: 0 0 0 4px rgba(31, 138, 137, 0.15);
}

.form-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.5rem 2rem;
	border-top: 1px solid rgba(31, 138, 137, 0.15);
	flex-shrink: 0;
	background: #fff;
}

.price-display {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.price-label {
	font-size: 0.9rem;
	color: rgba(38, 70, 83, 0.7);
	font-weight: 600;
}

.price-amount {
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--clr-teal-dark);
	font-family: "Playfair Display", "Times New Roman", serif;
}

.form-actions-buttons {
	display: flex;
	gap: 1rem;
	justify-content: flex-end;
}

.modal-cancel {
	background: rgba(38, 70, 83, 0.08);
	color: rgba(38, 70, 83, 0.8);
	border: 1px solid rgba(38, 70, 83, 0.2);
}

.modal-cancel:hover {
	background: rgba(38, 70, 83, 0.15);
}

/* Course Selector Styles */
.course-selector {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	margin-top: 0.5rem;
}

.course-option {
	cursor: pointer;
	margin: 0;
}

.course-option input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.course-card {
	background: rgba(255, 255, 255, 0.95);
	border: 2px solid rgba(31, 138, 137, 0.2);
	border-radius: var(--radius-sm);
	padding: 1rem 0.85rem;
	transition: all 0.3s ease;
	cursor: pointer;
	text-align: center;
}

.course-option:hover .course-card {
	border-color: var(--clr-teal);
	background: rgba(31, 138, 137, 0.05);
	/* transform: translateY(-2px); */
	box-shadow: 0 4px 12px rgba(31, 138, 137, 0.15);
}

.course-option input[type="radio"]:checked + .course-card {
	border-color: var(--clr-teal);
	background: rgba(31, 138, 137, 0.1);
	/* box-shadow: 0 0 0 3px rgba(31, 138, 137, 0.15); */
	border: 2px solid rgba(31, 138, 137, 0.2);
}

.course-day-type {
	font-weight: 700;
	color: var(--clr-teal-dark);
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 0.25rem;
	line-height: 1.2;
}

.course-schedule {
	font-weight: 600;
	color: rgba(38, 70, 83, 0.9);
	font-size: 0.95rem;
	margin-bottom: 0.2rem;
	line-height: 1.3;
}

.course-date {
	color: rgba(38, 70, 83, 0.7);
	font-size: 0.9rem;
	line-height: 1.3;
	margin-bottom: 0;
}

/* Number Spinner Styles */
.number-spinner-wrapper {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	margin-top: 0.5rem;
	height: 100%;
}

.spinner-btn {
	width: 32px;
	height: 32px;
	border-radius: var(--radius-sm);
	border: 1px solid rgba(31, 138, 137, 0.25);
	background: rgba(255, 255, 255, 0.95);
	color: var(--clr-teal-dark);
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.spinner-btn:hover {
	background: rgba(31, 138, 137, 0.1);
	border-color: var(--clr-teal);
	color: var(--clr-teal-dark);
}

.spinner-btn:active {
	transform: scale(0.95);
}

.spinner-btn:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}

.number-spinner {
	width: 65px;
	text-align: center;
	border-radius: var(--radius-sm);
	border: 1px solid rgba(31, 138, 137, 0.25);
	padding: 0.5rem 0.75rem;
	font: inherit;
	background: rgba(255, 255, 255, 0.95);
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	font-weight: 600;
	color: rgba(38, 70, 83, 0.9);
	appearance: textfield;
	-moz-appearance: textfield;
	font-size: 0.9rem;
	height: 32px;
}

.number-spinner::-webkit-outer-spin-button,
.number-spinner::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.number-spinner:focus {
	outline: none;
	border-color: var(--clr-teal);
	box-shadow: 0 0 0 4px rgba(31, 138, 137, 0.15);
}

@media (max-width: 768px) {
	.modal-content {
		margin: 1rem;
		max-height: calc(100vh - 2rem);
	}

	.modal-header {
		padding: 1.5rem;
	}

	.form-content {
		padding: 1.5rem;
	}

	.form-actions {
		padding: 1.5rem;
		flex-direction: column;
		align-items: stretch;
	}

	.price-display {
		justify-content: center;
		margin-bottom: 0.5rem;
	}

	.form-actions-buttons {
		flex-direction: column;
		width: 100%;
	}

	.form-actions-buttons .btn {
		width: 100%;
	}

	.form-row {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.course-selector {
		grid-template-columns: 1fr;
	}

	.form-actions {
		flex-direction: column;
	}
}

.mother-image {
	display: none;
}
.hero-highlights {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 0.85rem;
	margin: 0;
	grid-template-areas:
		"a b"
		"c c";
	display: none;
}

.hero-highlights > div:nth-child(1) {
	grid-area: a;
}
.hero-highlights > div:nth-child(2) {
	grid-area: b;
}
.hero-highlights > div:nth-child(3) {
	grid-area: c;
	justify-self: center;
	text-align: left;
	width: 100%;
}
.btn-contact:hover {
	transform: translateY(-2px);
	box-shadow: none;
}

.btn-contact:hover::after {
	display: none;
	box-shadow: none !important;
}

/* Image Slider Styles */
.image-slider {
	position: relative;
	width: 100%;
	height: 100%;
	margin: auto;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(31, 70, 83, 0.15);
}

.slider-container {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.slide.active {
	opacity: 1;
	pointer-events: auto;
}

.slide img,
.slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 14px;
}

.image-slider .slide img {
	cursor: zoom-in;
}

.image-slider .slide video {
	cursor: zoom-in;
}

.slide video {
	background: #000;
}

.slider-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.9);
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 20px;
	font-weight: bold;
	color: var(--clr-teal-dark);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 10;
	box-shadow: 0 4px 12px rgba(31, 70, 83, 0.2);
}

.slider-nav:hover {
	background: rgba(255, 255, 255, 1);
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 6px 16px rgba(31, 70, 83, 0.3);
}

.slider-prev {
	left: 12px;
}

.slider-next {
	right: 12px;
}

.slider-nav:focus {
	outline: 3px solid rgba(31, 138, 137, 0.4);
	outline-offset: 2px;
}

/* Slider Dots */
.slider-dots {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 10;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 6px rgba(31, 70, 83, 0.2);
}

.dot:hover {
	background: rgba(255, 255, 255, 0.8);
	transform: scale(1.1);
}

.dot.active {
	background: rgba(255, 255, 255, 1);
	transform: scale(1.2);
	box-shadow: 0 3px 8px rgba(31, 70, 83, 0.3);
}

.dot:focus {
	outline: 2px solid rgba(31, 138, 137, 0.6);
	outline-offset: 2px;
}

/* Phone Input Component Styles */

.phone-input-container {
	position: relative;
	display: flex;
	align-items: center;
	border-radius: var(--radius-sm);
	border: 1px solid rgba(31, 138, 137, 0.25);
	background: rgba(255, 255, 255, 0.95);
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.phone-input-container:focus-within {
	border-color: var(--clr-teal);
	box-shadow: 0 0 0 4px rgba(31, 138, 137, 0.15);
}

.country-selector {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.75rem 1rem;
	background: transparent;
	border: none;
	border-right: 1px solid rgba(31, 138, 137, 0.15);
	cursor: pointer;
	transition: background-color 0.3s ease;
	font-family: inherit;
	color: rgba(38, 70, 83, 0.8);
	font-weight: 600;
	min-width: 100px;
}

.country-selector .country-flag {
	font-size: 1.5rem;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 0.4rem;
	vertical-align: middle;
}

.country-selector .country-flag .fi {
	width: 20px;
	height: 15px;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.country-selector:hover {
	background: rgba(31, 138, 137, 0.05);
}

.country-selector:focus {
	outline: none;
	background: rgba(31, 138, 137, 0.08);
}

.country-selector[data-readonly="true"] {
	cursor: default;
	pointer-events: none;
}

.country-selector[data-readonly="true"]:hover {
	background: transparent;
}

.country-selector svg {
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.country-selector.active svg {
	transform: rotate(180deg);
}

.country-flag {
	font-size: 1.5rem;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.4rem;
	vertical-align: middle;
}

.country-flag .fi {
	width: 20px;
	height: 15px;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.country-code {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--clr-teal-dark);
}

.country-dropdown {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	background: #fff;
	border-radius: var(--radius-sm);
	box-shadow: 0 8px 24px rgba(38, 70, 83, 0.2);
	border: 1px solid rgba(31, 138, 137, 0.15);
	z-index: 1000;
	min-width: 180px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	overflow: hidden;
}

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

.country-option {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	padding: 0.85rem 1rem;
	background: transparent;
	border: none;
	cursor: pointer;
	transition: background-color 0.2s ease;
	text-align: left;
	font-family: inherit;
}

.country-option:hover {
	background: rgba(31, 138, 137, 0.08);
}

.country-option:focus {
	outline: none;
	background: rgba(31, 138, 137, 0.12);
}

.country-option .country-flag {
	font-size: 1.6rem;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.5rem;
	vertical-align: middle;
}

.country-option .country-flag .fi {
	width: 24px;
	height: 18px;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.country-option .country-name {
	flex: 1;
	font-weight: 600;
	color: rgba(38, 70, 83, 0.9);
	font-size: 0.95rem;
}

.country-option .country-code {
	font-weight: 600;
	color: var(--clr-teal-dark);
	font-size: 0.9rem;
}

.phone-number-input {
	flex: 1;
	border: none;
	padding: 0.75rem 1rem;
	font: inherit;
	background: transparent;
	outline: none;
	font-size: 0.95rem;
	color: rgba(38, 70, 83, 0.9);
}

.phone-number-input::placeholder {
	color: rgba(38, 70, 83, 0.4);
}

.phone-number-input:focus {
	outline: none;
}

/* Responsive adjustments for slider */
@media (max-width: 768px) {
	.slider-nav {
		width: 35px;
		height: 35px;
		font-size: 18px;
	}

	.slider-prev {
		left: 8px;
	}

	.slider-next {
		right: 8px;
	}

	.slider-dots {
		bottom: 12px;
		gap: 6px;
	}

	.dot {
		width: 10px;
		height: 10px;
	}

	/* Phone input responsive adjustments */
	.country-selector {
		min-width: 90px;
		padding: 0.7rem 0.85rem;
		gap: 0.4rem;
	}

	.country-code {
		font-size: 0.9rem;
	}

	.phone-number-input {
		padding: 0.7rem 0.85rem;
		font-size: 0.9rem;
	}

	.country-dropdown {
		min-width: 160px;
	}
}
.workshop-cta-container {
	display: flex;
	border-top: 1px solid #1c7f811a;
	margin-top: 60px;
	/* padding-top: 40px; */
}
/* ET PB Text Inner Card Styles */
.et_pb_text_inner {
	border: 2px solid rgba(31, 138, 137, 0.2);
	border-radius: var(--radius-sm);
	padding: 1.25rem 1rem;
	margin: 1rem 0;
	box-shadow: 0 4px 12px rgba(31, 138, 137, 0.1);
	transition: all 0.3s ease;
}

.et_pb_text_inner:hover {
	border-color: var(--clr-teal);
	box-shadow: 0 6px 16px rgba(31, 138, 137, 0.15);
}

.et_pb_text_inner p {
	margin: 0.5rem 0;
}

.et_pb_text_inner p:first-child {
	margin-top: 0;
}

.et_pb_text_inner p:last-child {
	margin-bottom: 0;
}

.workshop-card.parenting {
	max-width: 900px;
}

.school-workshops .workshop-card {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.hero-content-container,
.hero-illustration {
	width: 50%;
}
#illustration {
	margin-top: -25vh;
	transform: translate3d(0px, -131.944px, 0px);
	position: absolute;
}

@media (max-width: 768px) {
	* {
		line-height: normal;
	}
	p,
	ul,
	li,
	blockquote {
		font-size: 0.9rem;
	}
	button.btn,
	button.btn span {
		font-size: 0.8rem;
	}
	.site-header {
		flex-wrap: wrap;
	}

	.nav-toggle {
		display: flex;
	}

	.site-nav {
		position: absolute;
		top: 100%;
		right: 0;
		left: 0;
		background: rgba(255, 255, 255, 0.96);
		flex-direction: column;
		gap: 1.2rem;
		padding: 1.5rem clamp(1.25rem, 5vw, 2rem) 2rem;
		transform: translateY(-10px);
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.3s ease, transform 0.3s ease;
		border-bottom: 1px solid rgba(31, 70, 83, 0.12);
	}

	.site-nav.open {
		transform: translateY(0);
		opacity: 1;
		pointer-events: auto;
	}

	.site-nav ul {
		flex-direction: column;
		width: 100%;
		text-align: center;
	}

	.btn-contact {
		width: 100%;
		justify-content: center;
		height: 40px;
		background-size: contain;
		/* justify-items: center; */
		background-position: center;
	}
	.workshop-cta-container {
		display: block;
	}
	.hero {
		flex-direction: column;
		align-items: center;
		gap: 2.5rem;
		text-align: center;
		height: auto;
		padding: clamp(3rem, 10vw, 4.5rem) 30px;
	}

	.hero-content-container,
	.hero-illustration {
		width: 100%;
	}

	.logo {
		max-width: min(220px, 60vw);
		width: 100%;
		margin-top: 10px;
	}

	.hero-content {
		max-width: 520px;
		margin: 0 auto;
	}

	.hero-actions {
		justify-content: center;
	}

	#illustration {
		position: absolute;
		margin: 0 auto !important;
		transform: none !important;
		/* display: none; */
		margin-top: -18vh !important;
		margin-left: -30vw !important;
		width: 73dvw;
	}
	.about-list li {
		font-size: 12px;
		display: flex;
		margin-left: 6dvw;
	}

	.hero-bubble {
		display: none;
	}

	.section {
		padding: 0px 30px;
		box-sizing: border-box;
		width: auto;
	}
	.section#instagram-feed {
		padding: 120px 30px !important;
	}
	.workshop-grid {
		padding: clamp(1.5rem, 6vw, 2.5rem) 0px;
		align-items: stretch;
		gap: 2rem;
	}

	.workshop-card {
		width: 100%;
		max-width: 520px;
		margin: 0 auto;
		padding: clamp(1.5rem, 6vw, 2.5rem);
		background-position: center top;
	}

	.workshop-cta {
		flex-direction: row;
		gap: 0.75rem;
		width: 100%;
		display: flex;
	}

	.school-workshops {
		flex-direction: column;
		gap: 2rem;
		width: 100%;
	}

	.school-workshops .workshop-card {
		width: 100%;
	}

	.testimonials {
		flex-direction: column;
		align-items: stretch;
		padding: 0px !important;
		width: calc(100% + 60px);
		margin-left: -30px;
	}

	.testimonials-grid {
		width: 100%;
		margin: 0 auto;
		padding: 2.5rem 0;
	}

	.testimonial-grid {
		gap: 1.5rem;
		padding: 0 1.25rem;
		margin-top: 0;
		transform: none !important;
		margin-left: 20px;
		font-size: 0.9rem;
	}

	.testimonial-card {
		width: 50vw !important;
		padding: 10px;
	}

	.contact-card {
		padding: 30px;
	}

	.contact-form button {
		width: 100%;
	}

	.about-grid {
		flex-direction: column;
		align-items: center;
		gap: 2rem;
		/* margin-top: 18dvh; */
		padding: 0px;
		margin: 0px;
		margin-left: 31dvw;
	}

	.about-card,
	.about-story {
		width: 100%;
		max-width: 520px;
		margin: 0 auto;
		width: auto;
		padding: 10px;
	}

	.about-card {
		display: none;
		padding-left: 22dvw;
	}

	.form-row {
		grid-template-columns: 1fr;
	}

	.form-actions {
		flex-direction: column;
		align-items: stretch;
		gap: 1.25rem;
	}

	.form-actions-buttons {
		flex-direction: column;
	}

	.form-actions-buttons .btn {
		width: 100%;
	}

	.workshop-card ul {
		margin-left: 0px;
	}
	#illustration img {
		width: 50vw;
	}
	.section-heading {
		padding: 20px;
		/* display: none; */
		width: 100% !important;
		font-size: 0.7rem;
	}
	#testimonials .section-heading {
		display: none !important;
	}

	.section-heading p {
		max-width: 100%;
	}

	.workshop-grid {
		width: 100%;
	}

	.workshop-card,
	.school-workshops .workshop-card,
	.testimonial-card {
		width: 100%;
	}

	article {
		width: 100%;
		max-width: 100%;
	}

	article:not(.workshop-card) {
		padding-left: 30px;
		padding-right: 30px;
	}

	.image-slider {
		max-width: 100%;
		margin: 0 auto;
	}

	.testimonials-grid {
		/* padding-left: 30px; */
		/* padding-right: 30px; */
	}

	.modal-content {
		margin: 1rem;
		width: calc(100% - 2rem);
	}
	.site-nav a {
		text-shadow: none;
	}
	.site-header {
		background: white;
	}
}

[title*="Free Instagram Feed widget"] {
	display: none;
}

#eapps-instagram-feed-1 {
	width: 100%;
	max-width: 100%;
	box-shadow: 3px 8px 32px 10px rgb(152 197 186);
	border-radius: 14px;
	overflow: clip;
}

/* Form Message Styles */
.form-message {
	margin: 0 0 1.5rem 0;
	padding: 1rem 1.25rem;
	border-radius: var(--radius-sm);
	font-size: 0.95rem;
	line-height: 1.4;
	animation: slideInFade 0.3s ease-out;
}

.form-message-success {
	background: linear-gradient(135deg, rgba(39, 174, 96, 0.1), rgba(39, 174, 96, 0.05));
	border: 1px solid rgba(39, 174, 96, 0.3);
	color: #27ae60;
}

.form-message-error {
	background: linear-gradient(135deg, rgba(231, 76, 60, 0.1), rgba(231, 76, 60, 0.05));
	border: 1px solid rgba(231, 76, 60, 0.3);
	color: #e74c3c;
}

.message-content {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.message-icon {
	flex-shrink: 0;
	font-weight: bold;
	font-size: 1.1rem;
	margin-top: 0.1rem;
}

.message-text {
	flex: 1;
}

/* Loading state for submit buttons */
button.loading,
input[type="submit"].loading {
	position: relative;
	color: transparent !important;
	cursor: not-allowed;
}

button.loading:after,
input[type="submit"].loading:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: currentColor;
	animation: spin 1s linear infinite;
}

@keyframes slideInFade {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Form validation states */
.form-field.error input,
.form-field.error select,
.form-field.error textarea {
	border-color: #e74c3c;
	box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.1);
}

.form-field.success input,
.form-field.success select,
.form-field.success textarea {
	border-color: #27ae60;
	box-shadow: 0 0 0 2px rgba(39, 174, 96, 0.1);
}

/* Responsive form message adjustments */
@media (max-width: 768px) {
	.form-message {
		margin: 0 0 1rem 0;
		padding: 0.875rem 1rem;
		font-size: 0.9rem;
	}

	.message-content {
		gap: 0.5rem;
	}

	.message-icon {
		font-size: 1rem;
	}

	.section-heading h2 {
		font-size: 1.5rem;
	}
	input,
	textarea,
	select {
		width: 100% !important;
	}
}
/* Workshop Topics Carousel Styles */
.workshop-tagline {
	text-align: center;
	font-size: 1.1rem;
	color: rgba(38, 70, 83, 0.85);
	margin: 1.5rem 0 2.5rem;
	font-weight: 500;
	line-height: 1.6;
}

.workshop-topics-carousel {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 1rem;
}

.topics-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	margin-bottom: 2rem;
	padding: 0 1rem;
}

.breadcrumb-btn {
	position: relative;
	padding: 0.25rem 0.5rem;
	font-size: 0.95rem;
	font-weight: 600;
	color: rgba(38, 70, 83, 0.6);
	cursor: pointer;
	transition: color 0.25s ease;
	white-space: nowrap;
}

.breadcrumb-btn::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	height: 2px;
	background: transparent;
	border-radius: 2px;
	transition: background 0.25s ease, transform 0.25s ease, opacity 0.25s ease;
	opacity: 0.8;
}

.breadcrumb-btn:hover {
	color: var(--clr-teal);
}

.breadcrumb-btn.active {
	color: var(--clr-teal);
}

.breadcrumb-btn.active::after {
	background: linear-gradient(90deg, var(--clr-teal) 0%, #16a69d 100%);
	transform: translateY(0);
}

.breadcrumb-btn:focus-visible {
	outline: none;
	color: var(--clr-teal);
}

.topics-slider {
	position: relative;
	min-height: 500px;
	margin-bottom: 2rem;
}

.topic-card {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 500px;
	background-size: cover;
	background-position: center;
	border-radius: var(--radius-lg);
	overflow: hidden;
	box-shadow: 0 12px 40px rgba(31, 70, 83, 0.2);
	opacity: 0;
	visibility: hidden;
	transform: scale(0.95);
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.topic-card.active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	position: relative;
}

.topic-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(31, 70, 83, 0.85) 100%);
}

.topic-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2.5rem;
	z-index: 2;
}

.topic-content h4 {
	margin: 0 0 1.5rem 0;
	font-size: 2rem;
	font-weight: 700;
	color: white;
	font-family: var(--font-heading);
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
	line-height: 1.2;
}

.topic-description {
	font-size: 1.05rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.95);
	margin: 0;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
	max-width: 90%;
	color: rgb(255 255 255) !important;
}

.topic-details {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1rem;
}

.detail-pill {
	background: rgba(255, 255, 255, 0.95);
	color: var(--clr-teal);
	padding: 0.6rem 1.2rem;
	border-radius: 20px;
	font-size: 0.9rem;
	font-weight: 600;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	transition: all 0.3s ease;
}

.detail-pill:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
	background: white;
}

.topics-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	border: 2px solid rgba(31, 138, 137, 0.25);
	color: var(--clr-teal);
	font-size: 1.8rem;
	cursor: pointer;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 8px rgba(31, 70, 83, 0.1);
	z-index: 10;
	background: none;
	border: 0px;
	color: white;
	font-size: 5rem;
	opacity: 0.7;
}

.topics-nav-btn.prev {
	left: 50px;
}

.topics-nav-btn.next {
	right: 50px;
}

.topics-nav-btn:hover {
	background: none;
	color: white;
	border-color: var(--clr-teal);
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 5px 15px rgba(31, 138, 137, 0.3);
}

.topics-nav-btn:active {
	transform: translateY(-50%) scale(0.95);
}

/* Responsive adjustments */
@media (max-width: 768px) {
	.topics-breadcrumbs {
		gap: 0.5rem;
	}

	.breadcrumb-btn {
		font-size: 0.8rem;
		padding: 0.5rem 1rem;
	}

	.topic-card {
		height: 450px;
	}

	.topic-content h4 {
		font-size: 1.6rem;
	}

	.topic-description {
		font-size: 1rem;
	}

	.detail-pill {
		font-size: 0.85rem;
		padding: 0.5rem 1rem;
	}
}

@media (max-width: 540px) {
	.workshop-tagline {
		font-size: 1rem;
		margin: 1rem 0 1.5rem;
	}

	.topics-breadcrumbs {
		flex-direction: column;
		align-items: stretch;
	}

	.breadcrumb-btn {
		text-align: center;
		width: 100%;
	}

	.topics-slider {
		min-height: 400px;
	}

	.topic-card {
		height: 400px;
	}

	.topic-content {
		padding: 1.5rem;
	}

	.topic-content h4 {
		font-size: 1.2rem;
		margin-bottom: 0.8rem;
	}

	.topic-description {
		font-size: 0.95rem;
		max-width: 100%;
	}

	.topic-description {
		font-size: 1rem;
		line-height: 1.2;
	}
	.detail-pill {
		font-size: 0.7rem;
		padding: 0.4rem 0.8rem;
	}

	.topics-nav-btn {
		width: 44px;
		height: 44px;
		font-size: 1.5rem;
	}

	.topics-nav-btn.prev {
		left: -15px;
	}

	.topics-nav-btn.next {
		right: -15px;
	}
}
