/*!
Theme Name: Artium Academy
Theme URI: http://underscores.me/
Author: artiumacademy
Author URI: https://artiumacademy.com/
Description: ArtiumAcademy is a modern and elegant WordPress theme crafted for bloggers, educators, and creatives who want to share their stories, lessons, and ideas with style. Built with a clean layout and responsive design, artiumacademy ensures your content looks stunning on all devices. The theme supports the WordPress block editor (Gutenberg) for easy content creation and offers flexible customization options to match your unique brand. With fast performance, SEO optimization, and beautiful typography, artiumacademy is perfect for blogs, online journals, educational articles, and creative writing. Start your blogging journey with artiumacademy — where your words meet beautiful design.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artiumacademy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

main {
	display: block;
}


hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	appearance: button;
	-webkit-appearance: button;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}


textarea {
	overflow: auto;
}


[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


[type="search"] {
	appearance: textfield;
	-webkit-appearance: textfield;
	outline-offset: -2px;
}


[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}


summary {
	display: list-item;
}


template {
	display: none;
}


[hidden] {
	display: none;
}

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

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

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

p {
	line-height: 1.8rem;
}

blockquote {
	border-left: 3px solid var(--color-primary);
	margin: 0;
	padding: 2px 30px;
}

ul.wp-block-list li {
	margin-bottom: 15px;
}

[class*=grid-],
[class*=grid_],
[class~=grid] {
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	margin: 0 0rem;
}

/* Box sizing
--------------------------------------------- */
:root {
	--color-primary: #E82C86;
	--color-dark-bg: #1B152C;
	--color-dark: #1a1a1a;
	--color-light: #ffffff;
	--color-muted-text: #A5A5A5;
	--color-border: #dddddd;
	--color-background: #f9f9f9;
	--color-link-hover: #cc1a74;
	--color-secondary-bg: #EFEFEF;
	--font-primary: 'Poppins', sans-serif;
	--font-weight-regular: 400;
	--font-weight-medium: 500;
	--font-weight-semibold: 600;
	--font-weight-bold: 700;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

* {
	font-family: var(--font-primary);
	font-weight: var(--font-weight-regular);
}

html {
	box-sizing: border-box;
}

body {
	background-color: var(--color-background);
	color: var(--color-text-dark);
	font-weight: var(--font-weight-regular);
	font-size: 1em;
	margin: 0;
}

a {
	color: var(--color-primary);
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: var(--color-link-hover);
}

/* Heading Classes - Desktop Default */
h1,
.h1 {
	font-size: 3rem;
	/* 56px */
	font-weight: 700;
	line-height: 1.2;
	margin-top: 1.4rem;
	margin-bottom: 1.4rem;
}

h2,
.h2 {
	font-size: 2rem;
	/* 32px */
	font-weight: 600;
	line-height: 1.3;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}

h3,
.h3 {
	font-size: 1.5rem;
	/* 24px */
	font-weight: 700;
	line-height: 1.3;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}

h4,
.h4 {
	font-size: 1.125rem;
	/* 18px */
	font-weight: 600;
	line-height: 1.4;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}

.h5,
.h6 {
	font-size: 1rem;
	/* 16px */
	font-weight: 500;
	line-height: 1.5;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}


footer {
	background-color: var(--color-dark-bg);
	color: var(--color-text-light);
}

img {
	max-width: 100%;
	height: auto;
}

main#primary {
	background: #F6F6F6;
}

.container {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 20px;
}

.hide-desktop {
	display: block !important;
}

.hide-mobile {
	display: none !important;
}

.cta-primary {
	background-color: var(--color-primary);
	color: var(--color-light);
	text-decoration: none;
	padding: 16px 28px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	display: inline-block;
}

.view-all-btn {
	background: var(--color-primary);
	color: #fff;
	padding: 10px 10px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.cta-primary:hover,
.view-all-btn:hover {
	background-color: var(--color-link-hover);
	color: #ffffff;
}

.p-0 {
	padding: 0;
}

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.pl-0 {
	padding-left: 0;
}

.pr-0 {
	padding-right: 0;
}



.m-0 {
	margin: 0;
}

.mt-0 {
	margin-top: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.ml-0 {
	margin-left: 0;
}

.mr-0 {
	margin-right: 0;
}

strong {
	font-weight: 600;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	box-shadow: 0 0 0px 1000px white inset !important;
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
	-webkit-text-fill-color: #000000 !important;
}

section {
	padding-top: 25px;
	padding-bottom: 40px;
}

.section-title {
	color: var(--color-muted-text);
	margin-bottom: 15px;
	margin-top: 15px;
}

/*---------------
Header CSS
---------------*/
header.site-header {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: var(--color-dark-bg);
	z-index: 99;
	width: 100%;
	transition: top 0.8s ease, position 0s linear;
	-webkit-transition: top 0.8s ease, position 0s linear;
	-moz-transition: top 0.8s ease, position 0s linear;
	-ms-transition: top 0.8s ease, position 0s linear;
	-o-transition: top 0.8s ease, position 0s linear;
	border-bottom: 1px solid #4d4c4c;
}

header.site-header.sticky {
	position: sticky;
	top: -100px;
	left: 0;
	right: 0;
	z-index: 99999999999;
}

header.site-header.sticky.show {
	top: -2px;
}

body.admin-bar header.site-header.sticky.show {
	top: 32px;
}

.header-nav-and-cta {
	justify-content: flex-end;
	align-items: center;
	gap: 25px;
}

li.mega-menu-grid>ul,
li.mega-menu-flyout ul.mega-sub-menu {
	box-shadow: 0px 4px 16px 0px #1212121F !important;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
	font-weight: 600 !important;
}

li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
li.mega-menu-grid ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	line-height: normal !important;
}

/*---------------
Footer CSS
---------------*/
footer ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

footer {
	color: #ffffff;
	font-weight: 400;
	padding-top: 80px;
	padding-bottom: 80px;
}

footer a {
	color: #ffffff;
	font-weight: 300;
}

.footer-menu-heading .label {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
}

ul.footer-menu-wrapper li,
ul.footer-contact-headings li {
	padding-top: 6px;
	padding-bottom: 6px;
	display: block;
}

.footer-social-media ul {
	display: flex;
	gap: 15px;
}

li.support {
	margin-top: 20px;
	margin-bottom: 12px;
}

li.support a {
	margin-left: 5px;
	color: var(--color-primary);
}

li.gst-no {
	font-weight: 200;
}

a.footer-contact-link {
	font-weight: 500;
}

.footer-menu-accorions {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-menu-accorions .arrow {
	display: none;
}

footer .copyright-footer p {
	margin: 0;
	font-weight: 300;
}


/*------------------------
Top Bar
------------------------*/
#top-bar {
	padding-top: 15px;
	padding-bottom: 15px;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	opacity: 1;
	visibility: visible;
}

#top-bar.hidden {
	opacity: 0;
	visibility: hidden;
}

.top-bar-content {
	display: flex;
	align-items: center;
	gap: 15px;
}

.top-bar-content strong {
	font-weight: 600;
}

.top-bar-text {
	display: flex;
	gap: 15px;
}

a.cta-top-bar {
	border: 1px solid;
	padding: 10px 12px;
	border-radius: 8px;
	color: #ffffff;
	display: inline-block;
	white-space: nowrap;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

a.cta-top-bar:hover {
	background-color: var(--color-primary);
}

.top-bar-text p {
	margin: 0;
}

.top-bar-close-icon-wrapper {
	text-align: right;
}

.top-bar-close-btn {
	cursor: pointer;
}

/*------------------------
  Marketing Popup
-----------------------*/
#marketing-popup {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	transition: transform 0.8s ease, opacity 0.8s ease;
	z-index: 9999;
}

#marketing-popup.visible {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

#marketing-popup.hidden {
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}

.marketing-popup-image-wrapper img {
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.marketing-popup-heading {
	margin-bottom: 0;
	margin-top: 0;
}

.marketing-popup-wrapper p {
	margin-bottom: 0;
}

#marketing-popup a {
	margin-top: 15px;
}

.marketing-popup-image-wrapper {
	line-height: 0;
	text-align: right;
	margin-right: 30px;
}

.marketing-popup-wrapper {
	padding-top: 15px;
}

.marketing-popup-close-btn {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background: #ffffff;
	padding: 5px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #ddd;
	padding-left: 6px;
	padding-top: 6px;
}


/*-----------------------
Whatsapp CTA
--------------------------*/
.pulse {
	position: fixed;
	cursor: pointer;
	display: block;
	width: auto;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: rgba(0, 200, 0, 1);
	color: white;
	border-radius: 50px;
	text-align: center;
	transition-duration: 0.5s;
	animation: pulse-btn 3s infinite;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px;
}

.pulse svg {
	margin-right: 10px;
}

.pulse:hover {
	background-color: rgba(0, 150, 0, 1);
	color: white;
}

.my-float {
	margin-top: 15px;
}

/**
  Mobile Strip
  */

#mobile-strip {
	display: none;
}

#mobile-strip {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 9999;
	padding-top: 12px;
	padding-bottom: 12px;
}

#mobile-strip img {
	max-width: 30px;
	display: block;
	margin: 0 auto;
	margin-bottom: 7px;
}

.mobile-strip-whatsapp-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}


.mobile-strip-whatsapp-wrapper a {
	text-align: center;

}

.mobile-strip-whatsapp-wrapper h4 {
	font-weight: 400;
}

@keyframes pulse-btn {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
	}

	70% {
		-webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
	}
}

.pulse a {
	color: #fff;
}

/**
Startup Popup
*/
.artium-startu-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease;
}

.artium-startu-popup-overlay.show {
	opacity: 1;
	visibility: visible;
}

.artium-startu-popup-box {
	background: #fff;
	border-radius: 15px;
	max-width: 400px;
	width: 90%;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
	animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
	from {
		transform: translateY(20px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.artium-startu-popup-close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 20px;
	border: none;
	cursor: pointer;
	background: #ffffff;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	padding-top: 2px;
}

.artium-startu-popup-image img {
	width: 100%;
	height: auto;
	display: block;
}

.start-popup-content-wrapper {
	padding: 20px;
}

.start-popup-content-wrapper h4 {
	margin-bottom: 10px;
	margin-top: 0;
	color: #07011A;
}

.start-popup-content-wrapper p {
	font-size: 14px;
	color: #07011A;
	margin-bottom: 20px;
	line-height: normal;
}

.artium-startu-popup-box .cta-primary {
	width: 100%;
}

/*------------------------
  Hero Listing Page
------------------------*/
.hero-listing-page {
	padding-top: 60px;
	padding-bottom: 0;
	background-color: var(--color-dark-bg);
	color: var(--color-light);
}

.hero-listing-page__content {
	padding-right: 40px;
	padding-bottom: 80px;
}

.hero-listing-page__heading {
	font-family: 'Lora', serif;
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 24px;
	color: var(--color-light);
}

.hero-listing-page__description {
	font-family: var(--font-primary);
	font-size: 1.125rem;
	font-weight: var(--font-weight-regular);
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 32px;
	color: var(--color-light);
	max-width: 540px;
}

.hero-listing-page__cta {
	margin-top: 0;
}

.hero-listing-page__image-wrapper {
	padding-left: 20px;
	padding-bottom: 0;
}

.hero-listing-page__image {
	position: relative;
	width: 100%;
	line-height: 0;
}

.hero-listing-page__image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

/* Responsive Styles for Hero Listing Page */
@media (max-width: 1024px) {
	.hero-listing-page {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.hero-listing-page__content {
		padding-right: 0;
		margin-bottom: 40px;
		text-align: center;
	}

	.hero-listing-page__heading {
		font-size: 2.5rem;
		margin-bottom: 20px;
	}

	.hero-listing-page__description {
		font-size: 1rem;
		margin-bottom: 28px;
		max-width: 100%;
	}

	.hero-listing-page__image-wrapper {
		padding-left: 0;
	}
}

@media (max-width: 768px) {
	.hero-listing-page {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.hero-listing-page__heading {
		font-size: 2rem;
		margin-bottom: 16px;
	}

	.hero-listing-page__description {
		font-size: 0.9375rem;
		margin-bottom: 24px;
		line-height: 1.6;
	}

	.hero-listing-page__image {
		margin-top: 0;
	}

	section#hero-listing-page .grid-middle {
		flex-direction: column-reverse;
	}

	.col-7_md-12.hero-listing-page__content {
		padding-top: 50px;
		padding-bottom: 0;
		background: linear-gradient(180deg, rgba(27, 21, 44, 0) 25.99%, #1B152C 67.69%);
	}
}

@media (max-width: 480px) {
	.hero-listing-page__heading {
		font-size: 1.75rem;
	}

	.hero-listing-page__description {
		font-size: 0.875rem;
	}
}

/*------------------------
  Trusted By Section
------------------------*/
.trusted-by-section {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--color-light);
	position: relative;
}

.trusted-by-section__metrics-container {
	position: relative;
	z-index: 1;
}

.trusted-by-section__metrics-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('https://uatreact.artiumacademy.com/music-teachers/wp-content/uploads/2026/01/Frame-1261156608.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	pointer-events: none;
}

.trusted-by-section__header {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}

.trusted-by-section__heading {
	margin-top: 0;
	margin-bottom: 24px;
	font-size: 3rem;
	line-height: 1.2;
}

.trusted-by-section__heading--serif {
	font-family: 'Lora', serif;
	font-weight: 500;
	color: var(--color-dark);
}

.trusted-by-section__heading--sans {
	font-family: var(--font-primary);
	font-family: 'Lora', serif;
	font-weight: 500;
	color: var(--color-primary);
}

.trusted-by-section__description {
	font-family: var(--font-primary);
	font-size: 1.125rem;
	font-weight: var(--font-weight-regular);
	line-height: 1.8;
	color: var(--color-dark);
	max-width: 800px;
	margin: 0 auto;
}

.trusted-by-section__metrics {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
}

.trusted-by-section__metrics .grid {
	justify-content: center;
	align-items: stretch;
}

.trusted-by-section__metric-card {
	background-color: var(--color-light);
	border: 2px solid #FED7EB;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	text-align: center;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	height: 350px;
	width: 320px;
	align-items: center;
	justify-content: center;
}

.trusted-by-section__metric-card:hover {
	transform: translateY(-5px);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
}

.trusted-by-section__metric-card.card-1 {
	margin-top: 50px;
	transform: rotate(355deg);
	-webkit-transform: rotate(355deg);
	-moz-transform: rotate(355deg);
	-ms-transform: rotate(355deg);
	-o-transform: rotate(355deg);
}

.trusted-by-section__metric-card.card-3 {
	margin-top: 50px;
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);

}

.trusted-by-section__metric-card.card-2 {
	margin-left: -20px;
	margin-right: -20px;
	z-index: 1;
}

.trusted-by-section__icon-wrapper {
	width: 64px;
	height: 64px;
	background: linear-gradient(to bottom, #FD84C2 0%, #EA358C 100%);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	flex-shrink: 0;
}

.trusted-by-section__icon {
	width: 32px;
	height: 32px;
	display: block;
}

.trusted-by-section__metric-value {
	font-family: var(--font-primary);
	font-size: 3rem;
	font-weight: 700;
	color: var(--color-dark);
	margin-bottom: 8px;
	line-height: 1;
	flex-shrink: 0;
}

.trusted-by-section__metric-label {
	font-family: var(--font-primary);
	font-size: 1rem;
	font-weight: 400;
	color: var(--color-dark);
	flex-shrink: 0;
}

/* Responsive Styles for Trusted By Section */
@media (max-width: 1200px) {
	.trusted-by-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.trusted-by-section__header {
		margin-bottom: 50px;
	}

	.trusted-by-section__heading {
		font-size: 2.5rem;
	}

	.trusted-by-section__description {
		font-size: 1rem;
	}

	.trusted-by-section__metric-card {
		height: 270px;
		width: 180px;
	}
}

@media (max-width: 1024px) {
	.trusted-by-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.trusted-by-section__header {
		margin-bottom: 40px;
	}

	.trusted-by-section__heading {
		font-size: 2rem;
	}

	.trusted-by-section__metric-card.card-1,
	.trusted-by-section__metric-card.card-3 {
		margin-top: 20px;
	}

	.trusted-by-section__metric-value {
		font-size: 2rem;
	}

	.trusted-by-section__metric-card {
		height: 220px;
		width: 80px;
	}


}

@media (max-width: 768px) {
	.trusted-by-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.trusted-by-section__header {
		margin-bottom: 40px;
	}

	.trusted-by-section__heading {
		font-size: 2rem;
		margin-bottom: 20px;
	}

	.trusted-by-section__description {
		font-size: 0.9375rem;
		line-height: 1.6;
	}

	.trusted-by-section__metric-card {
		padding: 32px 24px;
		height: auto;
		margin-bottom: 24px;
		transform: rotate(0) !important;
		-webkit-transform: rotate(0) !important;
		-moz-transform: rotate(0) !important;
		-ms-transform: rotate(0) !important;
		-o-transform: rotate(0) !important;
	}

	.trusted-by-section__metric-value {
		font-size: 2.5rem;
	}
}

@media (max-width: 480px) {
	.trusted-by-section__heading {
		font-size: 1.75rem;
	}

	.trusted-by-section__description {
		font-size: 0.875rem;
	}

	.trusted-by-section__metric-card {
		min-width: 100%;
		padding: 28px 20px;
	}

	.trusted-by-section__metric-value {
		font-size: 2rem;
	}

	.trusted-by-section__icon-wrapper {
		width: 56px;
		height: 56px;
		margin-bottom: 20px;
	}

	.trusted-by-section__icon {
		width: 28px;
		height: 28px;
	}
}

/*------------------------
  Teacher Listing Section
------------------------*/
.teacher-listing-section {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--color-dark-bg);
	color: var(--color-light);
}

.teacher-listing-section__header {
	text-align: center;
	margin-bottom: 40px;
}


.teacher-listing-section__heading {
	font-family: 'Lora', serif;
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.2;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 24px;
}

.teacher-listing-section__heading span {
	font-family: 'Lora', serif;
	color: #FFDB94;
}

.teacher-listing-section__description {
	font-family: var(--font-primary);
	font-size: 1.25rem;
	font-weight: var(--font-weight-regular);
	line-height: 1.8;
	color: var(--color-light);
	max-width: 800px;
	margin: 0 auto;
}

.teacher-listing-section__tabs-wrapper {
	text-align: center;
}

.teacher-listing-section__tabs {
	display: inline-flex;
	justify-content: center;
	background-color: var(--color-dark-bg);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	padding: 12px;
	margin: 0 auto 50px;
	position: relative;
	width: auto;
}

.teacher-listing-section__header+.teacher-listing-section__tabs {
	display: block;
	text-align: center;
}

.teacher-listing-section__tab {
	font-family: var(--font-primary);
	font-size: 1.25rem;
	font-weight: var(--font-weight-medium);
	padding: 16px 60px;
	border: none;
	background-color: transparent;
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
	transition: all 0.3s ease;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	position: relative;
	z-index: 1;
}

.teacher-listing-section__tab--active {
	background-color: var(--color-light);
	color: var(--color-dark);
	z-index: 2;
}

.teacher-listing-section__tab:hover:not(.teacher-listing-section__tab--active) {
	color: rgba(255, 255, 255, 0.8);
}

.teacher-listing-section__courses {
	margin-bottom: 50px;
}

.teacher-listing-section__swiper {
	overflow: hidden;
	padding-bottom: 20px;
}

.teacher-listing-section__swiper--instruments {
	display: none;
}

.teacher-listing-section__swiper--vocals {
	display: block;
}

.teacher-listing-section__swiper .swiper-wrapper {
	align-items: stretch;
	display: flex;
}

.teacher-listing-section__swiper .swiper-slide {
	height: auto;
	display: flex;
}

.teacher-listing-section__swiper .swiper-slide>a {
	width: 100%;
	height: 100%;
}

.teacher-listing-section__course-card {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	aspect-ratio: 3 / 4;
	text-decoration: none;
	color: inherit;
}

.teacher-listing-section__course-card:hover {
	transform: translateY(-5px);
}

.teacher-listing-section__course-image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}

.teacher-listing-section__course-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;

}

.teacher-listing-section__course-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 40px;
	z-index: 2;
}

.teacher-listing-section__popular-badge {
	position: absolute;
	top: 30px;
	left: 40px;
	background-color: var(--color-primary);
	color: var(--color-light);
	font-family: var(--font-primary);
	font-size: 1rem;
	font-weight: var(--font-weight-semibold);
	padding: 6px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 6px;
	justify-content: center;
}

.teacher-listing-section__popular-badge-icon {
	width: 20px !important;
}

.teacher-listing-section__course-link {
	color: var(--color-light);
	font-family: var(--font-primary);
	font-size: 1rem;
	font-weight: var(--font-weight-medium);
	text-decoration: none;
	margin-bottom: 8px;
	transition: opacity 0.3s ease;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	pointer-events: none;
}

.teacher-listing-section__course-link-arrow {
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}

.teacher-listing-section__course-title {
	font-family: var(--font-primary);
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--color-light);
	margin: 0;
	text-align: left;
	line-height: 1.3;
}

.teacher-listing-section__course-image--popular .teacher-listing-section__course-title {
	margin-top: 0px;
}


.teacher-listing-section__navigation {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

.teacher-listing-section__explore-btn {
	margin: 0;
}

.teacher-listing-section__arrows {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.teacher-listing-section__course-image--popular .teacher-listing-section__course-title {
	margin-top: 25px;
}

.teacher-listing-section__arrow {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--color-light);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	padding: 0;
}

.teacher-listing-section__arrow:hover {
	background-color: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.3);
}

.teacher-listing-section__arrow svg {
	width: 20px;
	height: 20px;
}

/* Responsive Styles for Teacher Listing Section */
@media (max-width: 1024px) {
	.teacher-listing-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.teacher-listing-section__heading {
		font-size: 2.5rem;
	}

	.teacher-listing-section__description {
		font-size: 1rem;
	}

	.teacher-listing-section__course-card {
		aspect-ratio: 3 / 4;
	}

	.teacher-listing-section__course-image--popular .teacher-listing-section__course-title {
		margin-top: 25px;
	}
}

@media (max-width: 768px) {
	.teacher-listing-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.teacher-listing-section__header {
		margin-bottom: 30px;
	}

	.teacher-listing-section__heading {
		font-size: 2rem;
		margin-bottom: 20px;
	}

	.teacher-listing-section__description {
		font-size: 0.9375rem;
		line-height: 1.6;
	}

	.teacher-listing-section__tabs {
		margin-bottom: 40px;
	}

	.teacher-listing-section__tab {
		padding: 10px 24px;
		font-size: 0.9375rem;
	}

	.teacher-listing-section__course-card {
		aspect-ratio: 3 / 4;
	}

	.teacher-listing-section__course-overlay {
		padding: 20px !important;
	}

	.teacher-listing-section__navigation {
		flex-direction: column;
		gap: 20px;
	}

	.teacher-listing-section__explore-btn {
		width: 100%;
		max-width: 300px;
		text-align: center;
	}

	.teacher-listing-section__course-link,
	.teacher-listing-section__popular-badge {
		font-size: 0.8125rem;
	}

	.teacher-listing-section__popular-badge {
		top: 15px;
		left: 15px;
		padding: 2px 8px;
	}

	.teacher-listing-section__course-image img {
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.teacher-listing-section__course-image--popular .teacher-listing-section__course-title {
		margin-top: 25px;
	}
}

@media (max-width: 480px) {
	.teacher-listing-section__heading {
		font-size: 1.75rem;
	}

	.teacher-listing-section__course-image--popular .teacher-listing-section__course-title {
		margin-top: 24px;
	}

	.teacher-listing-section__description {
		font-size: 0.875rem;
	}

	.teacher-listing-section__tab {
		padding: 8px 16px;
		font-size: 0.875rem;
	}

	.teacher-listing-section__course-card {
		aspect-ratio: 3 / 4;
	}

	.teacher-listing-section__course-overlay {
		padding: 12px;
	}

	.teacher-listing-section__course-title {
		font-size: 1rem;
	}

	.teacher-listing-section__course-link,
	.teacher-listing-section__popular-badge {
		font-size: 0.8125rem;
	}

	.teacher-listing-section__popular-badge {
		top: 15px;
		left: 15px;
		padding: 2px 8px;
	}

	.teacher-listing-section__course-image img {
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.teacher-listing-section__arrow {
		width: 40px;
		height: 40px;
	}

	.teacher-listing-section__arrow svg {
		width: 16px;
		height: 16px;
	}
}

/*------------------------
  Stand Out Section
------------------------*/
.stand-out-section {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--color-light);
}

.stand-out-section__header {
	text-align: center;
	margin-bottom: 60px;
}

.stand-out-section__heading {
	font-family: 'Lora', serif;
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0;
}

.stand-out-section__heading--dark {
	color: var(--color-dark-bg);
	font-family: 'Lora', serif;

}

.stand-out-section__heading--pink {
	color: var(--color-primary);
	font-family: 'Lora', serif;

}

.stand-out-section__features {
	margin-top: 0;
}

.stand-out-section__features .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px;
}

.stand-out-section__feature {
	text-align: left;
	margin-bottom: 20px;
}

.stand-out-section__icon-wrapper {
	width: 64px;
	height: 64px;
	background: linear-gradient(to bottom, #FD84C2 0%, #EA358C 100%);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 24px 0;
}

.stand-out-section__icon {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.stand-out-section__feature-title {
	font-family: var(--font-primary);
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--color-dark);
	margin-top: 0;
	margin-bottom: 16px;
	line-height: 1.3;
}

.stand-out-section__feature-description {
	font-family: var(--font-primary);
	font-size: 1rem;
	font-weight: var(--font-weight-regular);
	color: var(--color-dark);
	line-height: 1.8;
	margin: 0;
	max-width: 100%;
}

/* Responsive Styles for Stand Out Section */
@media (max-width: 1024px) {
	.stand-out-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.stand-out-section__header {
		margin-bottom: 50px;
	}

	.stand-out-section__heading {
		font-size: 2.5rem;
	}

	.stand-out-section__features .grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}

	.stand-out-section__feature {
		margin-bottom: 40px;
	}

	.stand-out-section__icon-wrapper {
		width: 70px;
		height: 70px;
		margin: 0 0 20px 0;
	}

	.stand-out-section__icon {
		width: 28px;
		height: 28px;
	}

	.stand-out-section__feature-title {
		font-size: 1.25rem;
	}

	.stand-out-section__feature-description {
		font-size: 0.9375rem;
	}
}

@media (max-width: 768px) {
	.stand-out-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.stand-out-section__header {
		margin-bottom: 40px;
	}

	.stand-out-section__heading {
		font-size: 2rem;
	}

	.stand-out-section__features .grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.stand-out-section__feature {
		margin-bottom: 35px;
		display: flex;
		gap: 15px;
	}

	.stand-out-section__icon-wrapper {
		width: 42px;
		min-width: 42px;
		height: 42px;
		margin: 0 0 18px 0;
	}

	.stand-out-section__icon {
		width: 24px;
		height: 24px;
	}

	.stand-out-section__feature-title {
		font-size: 1.125rem;
		margin-bottom: 12px;
	}

	.stand-out-section__feature-description {
		font-size: 0.875rem;
		line-height: 1.6;
	}
}

@media (max-width: 480px) {
	.stand-out-section__heading {
		font-size: 1.75rem;
	}

	.stand-out-section__feature-title {
		font-size: 1rem;
	}

	.stand-out-section__feature-description {
		font-size: 0.8125rem;
	}
}

/*------------------------
  Learning Experience Section
------------------------*/
.learning-experience-section {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--color-dark-bg);
}

.learning-experience-section__header {
	text-align: center;
	margin-bottom: 60px;
}

.learning-experience-section__heading {
	font-family: 'Lora', serif;
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 24px;
	color: #FFDB94;
}

.learning-experience-section__heading span {
	font-family: 'Lora', serif;
	color: #ffffff;
}

.learning-experience-section__description {
	font-family: var(--font-primary);
	font-size: 1.125rem;
	font-weight: var(--font-weight-regular);
	color: var(--color-light);
	line-height: 1.8;
	margin: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.learning-experience-section__features {
	margin-top: 0;
}

.learning-experience-section__features .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.learning-experience-section__feature {
	background-color: #393448;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	padding: 40px;
	text-align: left;
	display: flex;
	align-items: flex-start;
	gap: 24px;
}

.learning-experience-section__icon-wrapper {
	width: 100px;
	height: 100px;
	background: linear-gradient(to bottom, #FD84C2 0%, #EA358C 100%);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin: 0;
}

.learning-experience-section__feature-content {
	flex: 1;
}

.learning-experience-section__icon {
	width: 64px;
	height: 64px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.learning-experience-section__feature-title {
	font-family: var(--font-primary);
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--color-light);
	margin-top: 0;
	margin-bottom: 16px;
	line-height: 1.3;
}

.learning-experience-section__feature-content {
	flex: 1;
}

.learning-experience-section__feature-description {
	font-family: var(--font-primary);
	font-size: 1rem;
	font-weight: var(--font-weight-regular);
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.4;
	margin: 0;
}

/* Responsive Styles for Learning Experience Section */
@media (max-width: 1024px) {
	.learning-experience-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.learning-experience-section__header {
		margin-bottom: 50px;
	}

	.learning-experience-section__heading {
		font-size: 2.5rem;
	}

	.learning-experience-section__description {
		font-size: 1rem;
	}

	.learning-experience-section__feature {
		padding: 35px;
	}

	.learning-experience-section__icon-wrapper {
		width: 60px;
		height: 60px;
	}

	.learning-experience-section__icon {
		width: 28px;
		height: 28px;
	}

	.learning-experience-section__feature-title {
		font-size: 1.25rem;
	}

	.learning-experience-section__feature-description {
		font-size: 0.9375rem;
	}
}

@media (max-width: 768px) {
	.learning-experience-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.learning-experience-section__header {
		margin-bottom: 40px;
	}

	.learning-experience-section__heading {
		font-size: 2rem;
	}

	.learning-experience-section__description {
		font-size: 0.9375rem;
	}

	.learning-experience-section__features .grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}

	.learning-experience-section__feature {
		padding: 30px;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.learning-experience-section__icon-wrapper {
		width: 56px;
		height: 56px;
		margin-bottom: 18px;
	}

	.learning-experience-section__icon {
		width: 24px;
		height: 24px;
	}

	.learning-experience-section__feature-title {
		font-size: 1.125rem;
		margin-bottom: 12px;
	}

	.learning-experience-section__feature-description {
		font-size: 0.875rem;
		line-height: 1.6;
	}

	.learning-experience-section__feature {
		padding: 30px;
		flex-direction: row;
		align-items: flex-start;
		text-align: start;
		border-radius: 16px;
	}

	.learning-experience-section__icon {
		width: 36px;
		height: 36px;
	}
}

@media (max-width: 480px) {
	.learning-experience-section__heading {
		font-size: 1.75rem;
	}

	.learning-experience-section__description {
		font-size: 0.875rem;
	}

	.learning-experience-section__feature {
		padding: 25px;
	}

	.learning-experience-section__feature-title {
		font-size: 1rem;
	}

	.learning-experience-section__feature-description {
		font-size: 0.8125rem;
	}
}

/*------------------------
  Student Testimonials Section
------------------------*/
.student-testimonials-section {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--color-light);
}

.student-testimonials-section__header {
	text-align: center;
	margin-bottom: 60px;
}

.student-testimonials-section__heading {
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 24px;
}

.student-testimonials-section__heading--dark {
	color: var(--color-dark-bg);
	font-family: 'Lora', serif;
}

.student-testimonials-section__heading--pink {
	color: var(--color-primary);
	font-family: 'Lora', serif;
}

.student-testimonials-section__description {
	font-family: var(--font-primary);
	font-size: 1.125rem;
	font-weight: var(--font-weight-regular);
	color: var(--color-dark);
	line-height: 1.8;
	margin: 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.student-testimonials-section__slider-wrapper {
	margin-top: 0;
}

.student-testimonials-section__swiper {
	padding-bottom: 50px;
}

.student-testimonials-section__pagination {
	display: none;
	position: relative;
	text-align: center;
}

.student-testimonials-section__pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 1;
	margin: 0 5px;
	transition: all 0.3s ease;
}

.student-testimonials-section__pagination .swiper-pagination-bullet-active {
	background-color: var(--color-primary);
	width: 24px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.student-testimonials-section__swiper .swiper-wrapper {
	display: flex;
	align-items: stretch;
}

.student-testimonials-section__swiper .swiper-slide {
	height: auto;
	display: flex;
	align-items: stretch;
}

.student-testimonials-section__card {
	background-color: #FFF5F9;
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	padding: 30px;
	width: 100%;
	border: 2px solid #FED7EB;
	display: flex;
	flex-direction: column;
	align-self: stretch;
}

.student-testimonials-section__card-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
	position: relative;
}

.student-testimonials-section__user-info {
	display: flex;
	align-items: center;
	gap: 16px;
	flex: 1;
}

.student-testimonials-section__avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.student-testimonials-section__user-details {
	flex: 1;
}

.student-testimonials-section__user-role {
	font-family: var(--font-primary);
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--color-dark);
	margin-bottom: 4px;
}

.student-testimonials-section__user-meta {
	font-family: var(--font-primary);
	font-size: 0.875rem;
	font-weight: var(--font-weight-regular);
	color: var(--color-dark);
	opacity: 0.7;
}

.student-testimonials-section__quote-icon {
	width: 24px;
	height: auto;
	flex-shrink: 0;
	position: absolute;
	top: -10px;
	right: -10px;
}

.student-testimonials-section__card-separator {
	height: 1px;
	background-color: rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.student-testimonials-section__testimonial-text {
	font-family: var(--font-primary);
	font-size: 1rem;
	font-weight: var(--font-weight-regular);
	color: var(--color-dark);
	line-height: 1.8;
	margin: 0;
	flex-grow: 1;
}

/* Video Card Styles */
.student-testimonials-section__card--video {
	padding: 0;
	background-color: transparent;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border: 2px solid #FED7EB;
	align-self: stretch;
	width: 100%;
}

.student-testimonials-section__video-thumbnail {
	position: relative;
	width: 100%;
	min-height: 300px;
	flex-grow: 1;
	overflow: hidden;
	border-radius: 30px 30px 0 0;
	-webkit-border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0;
	-ms-border-radius: 30px 30px 0 0;
	-o-border-radius: 30px 30px 0 0;
}

.student-testimonials-section__video-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 100%;
}

.student-testimonials-section__play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	min-width: 64px;
	min-height: 64px;
	background-color: #ffffff;
	border: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 2;
	box-sizing: border-box;
}

.student-testimonials-section__play-button:hover {
	background-color: var(--color-primary);
	transform: translate(-50%, -50%) scale(1.1);
}

.student-testimonials-section__play-button svg {
	width: 42px;
	height: 42px;
	fill: #000000
}

.student-testimonials-section__video-info {
	background-color: #F6DFEA;
	padding: 20px 30px;
	border-radius: 0 0 30px 30px;
	-webkit-border-radius: 0 0 30px 30px;
	-moz-border-radius: 0 0 30px 30px;
	-ms-border-radius: 0 0 30px 30px;
	-o-border-radius: 0 0 30px 30px;
	flex-shrink: 0;
}

.student-testimonials-section__video-name {
	font-family: var(--font-primary);
	font-size: 1rem;
	font-weight: 600;
	color: var(--color-dark);
	margin-bottom: 4px;
}

.student-testimonials-section__video-meta {
	font-family: var(--font-primary);
	font-size: 0.875rem;
	font-weight: var(--font-weight-regular);
	color: var(--color-dark);
	opacity: 0.7;
}

/* Video Popup Modal */
.student-testimonials-section__video-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.student-testimonials-section__video-popup.active {
	display: flex;
	align-items: center;
	justify-content: center;
}

.student-testimonials-section__video-popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.student-testimonials-section__video-popup-content {
	position: relative;
	width: 90%;
	max-width: 900px;
	z-index: 10000;
}

.student-testimonials-section__video-popup-close {
	position: absolute;
	top: -50px;
	right: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 10px;
	z-index: 10001;
}

.student-testimonials-section__video-popup-close svg {
	width: 32px;
	height: 32px;
}

.student-testimonials-section__video-popup-video-wrapper {
	position: relative;
	width: 100%;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	overflow: hidden;
	background-color: #000;
}

.student-testimonials-section__video-popup-video {
	width: 100%;
	height: auto;
	display: block;
	max-height: 80vh;
}

/* Responsive Styles for Student Testimonials Section */
@media (max-width: 1024px) {
	.student-testimonials-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.student-testimonials-section__header {
		margin-bottom: 50px;
	}

	.student-testimonials-section__heading {
		font-size: 2.5rem;
	}

	.student-testimonials-section__description {
		font-size: 1rem;
	}

	.student-testimonials-section__card {
		padding: 25px;
	}

	.student-testimonials-section__card.student-testimonials-section__card--video {
		padding: 0;
	}
}

@media (max-width: 768px) {
	.student-testimonials-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.student-testimonials-section__header {
		margin-bottom: 40px;
	}

	.student-testimonials-section__pagination {
		display: block;
	}

	.student-testimonials-section__swiper {
		padding-bottom: 30px;
	}

	.student-testimonials-section__swiper .swiper-slide {
		transition: transform 0.3s ease;
	}

	.student-testimonials-section__swiper .swiper-slide-active {
		transform: scale(1);
	}

	.student-testimonials-section__heading {
		font-size: 2rem;
	}

	.student-testimonials-section__description {
		font-size: 0.9375rem;
	}

	.student-testimonials-section__card {
		padding: 20px;
	}

	.student-testimonials-section__card.student-testimonials-section__card--video {
		padding: 0;
	}

	.student-testimonials-section__video-info {
		padding: 16px 20px;
	}

	.student-testimonials-section__quote-icon {
		top: 0px;
		right: 0px;
	}

	.mobile-strip-whatsapp-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 480px) {
	.student-testimonials-section__heading {
		font-size: 1.75rem;
	}

	.student-testimonials-section__description {
		font-size: 0.875rem;
	}

	.student-testimonials-section__card {
		padding: 18px;
	}

	.student-testimonials-section__card.student-testimonials-section__card--video {
		padding: 0;
	}

	.student-testimonials-section__avatar {
		width: 40px;
		height: 40px;
	}

	.student-testimonials-section__user-role {
		font-size: 0.9375rem;
	}

	.student-testimonials-section__user-meta {
		font-size: 0.8125rem;
	}

	.student-testimonials-section__testimonial-text {
		font-size: 0.9375rem;
	}

	.student-testimonials-section__play-button {
		width: 56px;
		height: 56px;
	}
}

/*------------------------
  CTA Teacher Listing Section
------------------------*/
.cta-teacher-listing-section {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--color-light);
}

.cta-teacher-listing-section__banner {
	background-color: var(--color-dark-bg);
	border-radius: 32px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	padding: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 100px;
}

.cta-teacher-listing-section__content {
	flex: 1;
}

.cta-teacher-listing-section__heading {
	font-family: 'Lora', serif;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.3;
	color: var(--color-light);
	margin-top: 0;
	margin-bottom: 30px;
}

.cta-teacher-listing-section__benefits {
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.cta-teacher-listing-section__benefit {
	display: flex;
	align-items: center;
	gap: 10px;
}

.cta-teacher-listing-section__benefit-icon {
	width: 20px;
	height: 20px;
	color: rgba(255, 255, 255, 0.7);
	flex-shrink: 0;
}

.cta-teacher-listing-section__benefit-text {
	font-family: var(--font-primary);
	font-size: 1.125rem;
	font-weight: var(--font-weight-regular);
	color: #B2B2B2;
	white-space: nowrap;
}

.cta-teacher-listing-section__benefit-separator {
	width: 1px;
	height: 20px;
	background-color: rgba(255, 255, 255, 0.3);
	flex-shrink: 0;
}

.cta-teacher-listing-section__action {
	flex-shrink: 0;
}

.cta-teacher-listing-section__button {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	padding: 25px 50px;
	background-color: var(--color-primary);
	color: var(--color-light);
	font-family: var(--font-primary);
	font-size: 1.25rem;
	font-weight: 500;
	text-decoration: none;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.cta-teacher-listing-section__button:hover {
	background-color: var(--color-link-hover);
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(255, 31, 142, 0.3);
}

.cta-teacher-listing-section__button-arrow {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.cta-teacher-listing-section__button:hover .cta-teacher-listing-section__button-arrow {
	transform: translate(3px, -3px);
}

/* Responsive Styles for CTA Teacher Listing Section */
@media (max-width: 1024px) {
	.cta-teacher-listing-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.cta-teacher-listing-section__banner {
		padding: 50px;
		gap: 50px;
	}

	.cta-teacher-listing-section__heading {
		font-size: 2rem;
		margin-bottom: 25px;
	}

	.cta-teacher-listing-section__button {
		padding: 16px 32px;
		font-size: 1.25rem;
	}
}

@media (max-width: 768px) {
	.cta-teacher-listing-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.cta-teacher-listing-section__banner {
		flex-direction: column;
		align-items: flex-start;
		padding: 40px 30px;
		border-radius: 30px 30px 60px 30px;
		-webkit-border-radius: 30px 30px 60px 30px;
		-moz-border-radius: 30px 30px 60px 30px;
		-ms-border-radius: 30px 30px 60px 30px;
		-o-border-radius: 30px 30px 60px 30px;
		gap: 30px;
	}

	.cta-teacher-listing-section__heading {
		font-size: 1.75rem;
		margin-bottom: 20px;
	}

	.cta-teacher-listing-section__benefits {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.cta-teacher-listing-section__benefit-separator {
		display: none;
	}

	.cta-teacher-listing-section__action {
		width: 100%;
	}

	.cta-teacher-listing-section__button {
		width: 100%;
		justify-content: center;
		padding: 16px 28px;
	}
}

@media (max-width: 480px) {
	.cta-teacher-listing-section__banner {
		padding: 30px 20px;
		border-radius: 24px 24px 48px 24px;
		-webkit-border-radius: 24px 24px 48px 24px;
		-moz-border-radius: 24px 24px 48px 24px;
		-ms-border-radius: 24px 24px 48px 24px;
		-o-border-radius: 24px 24px 48px 24px;
	}

	.cta-teacher-listing-section__heading {
		font-size: 1.5rem;
		margin-bottom: 18px;
	}

	.cta-teacher-listing-section__benefit-text {
		font-size: 0.9375rem;
	}

	.cta-teacher-listing-section__button {
		padding: 14px 24px;
		font-size: 1.25rem;
	}
}

/*------------------------
  FAQ Section
------------------------*/
.faq-section {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--color-light);
}

.faq-section__header {
	text-align: center;
	margin-bottom: 50px;
}

.faq-section__heading {
	font-size: 3.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0;
}

.faq-section__heading--dark {
	color: var(--color-dark-bg);
	font-family: 'Lora', serif;
}

.faq-section__heading--pink {
	color: var(--color-primary);
	font-family: 'Lora', serif;
}

.faq-section__content {
	margin-top: 0;
}

.faq-section__tab-content {
	display: none;
}

.faq-section__tab-content--active {
	display: block;
}

.faq-section__accordion {
	max-width: 900px;
	margin: 0 auto;
}

.faq-section__item {
	background-color: var(--color-light);
	border: 1px solid rgba(255, 31, 142, 0.2);
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	margin-bottom: 20px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.faq-section .teacher-listing-section__tabs {
	background-color: #ffffff;
	border: 1px solid #9D9D9D;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	padding: 12px;
	margin: 0 auto 50px;
	position: relative;
	width: auto;
}



.faq-section .teacher-listing-section__tab {
	color: #5D5D5D;
	font-weight: 500;
	padding: 18px 50px;
}

.faq-section .teacher-listing-section__tab:hover {
	color: #000000;


}

.faq-section .teacher-listing-section__tab--active,
.faq-section .teacher-listing-section__tab--active:hover {
	background-color: var(--color-primary);
	color: #ffffff;
}


.faq-section__item:hover {
	border-color: rgba(255, 31, 142, 0.4);

	.faq-section__tabs button {
		background-color: var(--color-dark-bg);
		color: var(--color-light);
	}

	.faq-section__tabs button.active {
		background-color: var(--color-light);
		color: var(--color-dark);
	}

	box-shadow: 0 4px 12px rgba(255, 31, 142, 0.1);
}

.faq-section__item--active {
	border-color: var(--color-primary);
	box-shadow: 0 4px 12px rgba(255, 31, 142, 0.15);
}

.faq-section__question {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 30px;
	background-color: transparent;
	border: none;
	cursor: pointer;
	text-align: left;
	transition: all 0.3s ease;
}

.faq-section__question span {
	font-family: var(--font-primary);
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--color-dark);
	flex: 1;
	padding-right: 20px;
}

.faq-section__arrow {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	color: var(--color-primary);
	transition: transform 0.3s ease;
}

.faq-section__item--active .faq-section__arrow {
	transform: rotate(180deg);
}

.faq-section__answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
	padding: 0 30px;
}

.faq-section__item--active .faq-section__answer {
	max-height: 500px;
	padding: 0 30px 24px 30px;
}

.faq-section__answer p {
	font-family: var(--font-primary);
	font-size: 1rem;
	font-weight: var(--font-weight-regular);
	color: var(--color-dark);
	line-height: 1.8;
	margin: 0;
	padding-top: 0;
}

/* Responsive Styles for FAQ Section */
@media (max-width: 1024px) {
	.faq-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.faq-section__header {
		margin-bottom: 40px;
	}

	.faq-section__heading {
		font-size: 2.5rem;
	}

	.faq-section__question {
		padding: 20px 25px;
	}

	.faq-section__question span {
		font-size: 1rem;
	}

	.faq-section__answer {
		padding: 0 25px;
	}

	.faq-section__item--active .faq-section__answer {
		padding: 0 25px 20px 25px;
	}
}

@media (max-width: 768px) {
	.faq-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.faq-section__header {
		margin-bottom: 35px;
	}

	.faq-section__heading {
		font-size: 2rem;
	}

	.faq-section__question {
		padding: 18px 20px;
	}

	.faq-section__question span {
		font-size: 0.9375rem;
		padding-right: 15px;
	}

	.faq-section__arrow {
		width: 18px;
		height: 18px;
	}

	.faq-section__answer {
		padding: 0 20px;
	}

	.faq-section__item--active .faq-section__answer {
		padding: 0 20px 18px 20px;
	}

	.faq-section__answer p {
		font-size: 0.9375rem;
		line-height: 1.6;
	}

	.faq-section .teacher-listing-section__tab {
		font-size: 0.875rem;
		padding: 10px;
	}
}

@media (max-width: 480px) {
	.faq-section__heading {
		font-size: 1.75rem;
	}

	.faq-section__question {
		padding: 16px 18px;
	}

	.faq-section__question span {
		font-size: 0.875rem;
	}


	.faq-section__answer {
		padding: 0 18px;
	}

	.faq-section__item--active .faq-section__answer {
		padding: 0 18px 16px 18px;
	}

	.faq-section__answer p {
		font-size: 0.875rem;
	}
}

/*------------------------
  Teacher Hero Section
------------------------*/
.teacher-hero {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: var(--color-dark-bg);
	color: var(--color-light);
}

.teacher-hero .container {
	position: relative;
}

.teacher-hero__image-wrapper {
	position: relative;
	line-height: 0;
	width: 100%;
	aspect-ratio: 1 / 1;
	width: 350px;
	height: 350px;
}

.teacher-hero__image {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	box-shadow: 0px 3px 12px 8px #E82C8640;
	object-fit: cover;
	object-position: center;
}

.teacher-hero__content {
	padding-left: 20px;
}

.teacher-hero__header {
	margin-bottom: 24px;
}

.teacher-hero__name {
	font-family: var(--font-primary);
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 12px;
	color: var(--color-light);
}

.teacher-hero__title {
	font-family: var(--font-primary);
	font-size: 1.25rem;
	font-weight: var(--font-weight-regular);
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 12px;
	color: var(--color-light);
}

.teacher-hero__title a {
	color: #FF94C7;
	text-decoration: underline;
	font-weight: var(--font-weight-medium);
	transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
}

.teacher-hero__academy-link:hover {
	color: var(--color-link-hover);
}

.teacher-hero__location {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 0;
}

.teacher-hero__location-icon {
	width: 24px;
	height: 24px;
	color: var(--color-light);
	flex-shrink: 0;
}

.teacher-hero__location-text {
	font-family: var(--font-primary);
	font-size: 1.25rem;
	font-weight: var(--font-weight-regular);
	color: var(--color-light);
}

.teacher-hero__stats {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.teacher-hero__stat {
	display: flex;
	align-items: center;
	gap: 8px;
}

.teacher-hero__stat-icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}


.teacher-hero__stat:not(:first-child) .teacher-hero__stat-icon {
	color: var(--color-light);
}

.teacher-hero__stat-value {
	font-family: var(--font-primary);
	font-size: 1.125rem;
	font-weight: var(--font-weight-regular);
	color: var(--color-light);
}

.teacher-hero__tags {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
	flex-wrap: wrap;
}

.teacher-hero__tag {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	font-family: var(--font-primary);
	font-size: 1rem;
	font-weight: var(--font-weight-medium);
	transition: transform 0.2s ease;
	-webkit-transition: transform 0.2s ease;
	-moz-transition: transform 0.2s ease;
	-ms-transition: transform 0.2s ease;
	-o-transition: transform 0.2s ease;
}

.teacher-hero__tag:hover {
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
}

.tag-1,
.tag-4,
.tag-7,
.tag-10 {
	background-color: rgba(232, 44, 134, 0.2);
	color: rgba(255, 148, 199, 1);
}


.tag-2,
.tag-5,
.tag-9,
.tag-11 {
	background-color: rgba(107, 97, 145, 0.2);
	color: rgba(218, 178, 255, 1);
}


.tag-3,
.tag-6,
.tag-8,
.tag-12 {
	background-color: rgba(76, 218, 117, 0.2);
	color: rgba(209, 237, 217, 1);
}





.teacher-hero__languages {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 32px;
}

.teacher-hero__languages-icon {
	width: 24px;
	height: 24px;
	color: var(--color-primary);
	flex-shrink: 0;
}

.teacher-hero__languages-text {
	font-family: var(--font-primary);
	font-size: 1.25rem;
	font-weight: var(--font-weight-regular);
	color: var(--color-light);
	display: flex;
	gap: 12px;
}

.teacher-hero__actions {
	display: flex;
	align-items: center;
	gap: 16px;
	position: absolute;
	top: 0px;
	right: 30px;
}

.teacher-hero__share-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	background-color: var(--color-primary);
	color: var(--color-light);
	border: none;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	font-family: var(--font-primary);
	font-size: 1rem;
	font-weight: var(--font-weight-medium);
	cursor: pointer;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.teacher-hero__share-btn:hover {
	background-color: var(--color-link-hover);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	box-shadow: 0px 4px 12px rgba(255, 31, 142, 0.3);
}

.teacher-hero__share-btn svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

/* Responsive Styles for Teacher Hero Section */
@media (max-width: 1024px) {
	.teacher-hero {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.teacher-hero__image-wrapper {
		margin-bottom: 40px;
		text-align: center;
		width: 300px;
		height: 300px;
		margin-left: auto;
		margin-right: auto;
	}

	.teacher-hero__name {
		font-size: 2.5rem;
	}

	.teacher-hero__title {
		font-size: 1.125rem;
	}

	.teacher-hero__location-text {
		font-size: 1.125rem;
	}

	.teacher-hero__location-icon {
		width: 20px;
		height: 20px;
	}


	.teacher-hero__stat-icon {
		width: 20px;
		height: 20px;
	}

	.teacher-hero__stat-value {
		font-size: 1rem;
	}

	.teacher-hero__tag {
		font-size: 0.9375rem;
	}

	.teacher-hero__languages-icon {
		width: 20px;
		height: 20px;
	}

	.teacher-hero__languages-text {
		font-size: 1.125rem;
	}

	.teacher-hero__share-btn {
		padding: 8px 16px;
	}
}

@media (min-width: 820px) and (max-width: 992px) {
	.teacher-hero__image-wrapper {
		width: 250px;
		height: 250px;
	}

	.teacher-hero__name {
		font-size: 2rem;
		margin-bottom: 10px;
	}

	.teacher-hero__title {
		font-size: 1rem;
		margin-bottom: 10px;
	}
}

@media (max-width: 819.98px) {
	.teacher-hero__image-wrapper {
		width: 200px;
		height: 200px;
	}

	.teacher-hero__name {
		font-size: 1.75rem;
	}

	.teacher-hero__title {
		font-size: 0.9375rem;
	}

	.teacher-hero__location-icon {
		width: 16px;
		height: 16px;
	}

	.teacher-hero__location-text {
		font-size: 0.9375rem;
	}

	.teacher-hero__stat-icon {
		width: 16px;
		height: 16px;
	}

	.teacher-hero__stat-value {
		font-size: 0.875rem;
	}

	.teacher-hero__tag {
		font-size: 0.8125rem;
	}

	.teacher-hero__languages-icon {
		width: 16px;
		height: 16px;
	}

	.teacher-hero__languages-text {
		font-size: 0.875rem;
		gap: 6px;
	}

	.teacher-hero__share-btn {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.teacher-hero__image-wrapper {
		width: 250px;
		height: 250px;
	}

	.teacher-hero__actions {
		position: absolute;
		top: 0;
		right: 0;
	}

	.teacher-hero__share-btn {
		display: flex;
		align-items: center;
		margin: 0 auto;
		width: 60px;
		height: 50px;
	}

	.teacher-hero__share-btn svg {
		width: 28px;
		height: 28px;
	}

	button.teacher-hero__share-btn span {
		display: none;
	}

	.teacher-hero__content {
		padding-left: 0px;
		position: relative;
	}

	.teacher-hero__header {
		max-width: 80%;
	}

	.teacher-hero__content-wrapper {
		display: grid;
	}

	.teacher-hero__stats {
		order: 3;
	}

	.teacher-hero__tags {
		order: 1;
	}

	.teacher-hero__languages {
		order: 2;
	}
}

/*------------------------
  Teacher About Section
------------------------*/
.teacher-about {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--color-dark-bg);
	color: var(--color-light);
}

.teacher-about__content {
	background: linear-gradient(178deg, rgba(246, 51, 154, 0.1) 0%, rgba(173, 70, 255, 0.1) 100%);
	border: 1px solid rgba(246, 51, 154, 0.2);
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	padding: 80px 60px;
}

.teacher-about__heading {
	font-family: var(--font-primary);
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 32px;
	color: var(--color-light);
}

.teacher-about__text {
	margin-bottom: 24px;
}

.teacher-about__text p {
	font-family: var(--font-primary);
	font-size: 1rem;
	font-weight: var(--font-weight-regular);
	line-height: 1.8;
	color: #B2B2B2;
	margin-bottom: 20px;
}

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

.teacher-about__view-more {
	display: inline-block;
	font-family: var(--font-primary);
	font-size: 1rem;
	font-weight: var(--font-weight-medium);
	color: #FF94C7;
	text-decoration: underline;
	transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
}

.teacher-about__view-more:hover {
	color: var(--color-link-hover);
}

/* Responsive Styles for Teacher About Section */
@media (max-width: 1024px) {
	.teacher-about {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.teacher-about__content {
		padding: 50px;
	}

	.teacher-about__heading {
		font-size: 2rem;
		margin-bottom: 28px;
	}

	.teacher-about__text p {
		font-size: 1rem;
	}

	.teacher-about__view-more {
		font-size: 1rem;
	}
}

@media (max-width: 768px) {
	.teacher-about {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.teacher-about__content {
		padding: 40px;
	}

	.teacher-about__heading {
		font-size: 1.75rem;
		margin-bottom: 24px;
	}

	.teacher-about__text p {
		font-size: 0.9375rem;
		line-height: 1.7;
	}

	.teacher-about__view-more {
		font-size: 0.9375rem;
	}
}

@media (max-width: 480px) {
	.teacher-about {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.teacher-about__content {
		padding: 30px;
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.teacher-about__heading {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}

	.teacher-about__text p {
		font-size: 0.875rem;
		line-height: 1.6;
		margin-bottom: 16px;
	}


	.teacher-about__view-more {
		font-size: 0.875rem;
	}
}

/*------------------------
  Teacher Training Section
------------------------*/
.teacher-training {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--color-dark-bg);
	color: var(--color-light);
}

.teacher-training__heading {
	font-family: var(--font-primary);
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 40px;
	color: var(--color-light);
}

.teacher-training__list {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}

.teacher-training__item {
	display: flex;
	align-items: center;
	gap: 20px;
	flex: 1;
	min-width: 280px;
}

.teacher-training__icon-wrapper {
	width: 64px;
	height: 64px;
	background: var(--color-primary);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.teacher-training__icon {
	width: 32px;
	height: 32px;
	filter: brightness(0) invert(1);
}

.teacher-training__content {
	flex: 1;
}

.teacher-training__title {
	font-family: var(--font-primary);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 5px;
	color: var(--color-light);
}

.teacher-training__subtitle {
	font-family: var(--font-primary);
	font-size: 0.9375rem;
	font-weight: var(--font-weight-regular);
	line-height: 1.5;
	margin: 0;
	color: #B2B2B2;
}

/* Responsive Styles for Teacher Training Section */
@media (max-width: 1024px) {
	.teacher-training {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.teacher-training__heading {
		font-size: 2rem;
		margin-bottom: 32px;
	}

	.teacher-training__list {
		gap: 32px;
	}

	.teacher-training__item {
		gap: 16px;
		min-width: 250px;
	}

	.teacher-training__icon-wrapper {
		width: 56px;
		height: 56px;
	}

	.teacher-training__icon {
		width: 28px;
		height: 28px;
	}

	.teacher-training__title {
		font-size: 1rem;
	}

	.teacher-training__subtitle {
		font-size: 0.875rem;
	}
}

@media (max-width: 768px) {
	.teacher-training {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.teacher-training__heading {
		font-size: 1.75rem;
		margin-bottom: 28px;
	}

	.teacher-training__list {
		flex-direction: column;
		gap: 24px;
	}

	.teacher-training__item {
		min-width: auto;
	}
}

@media (max-width: 480px) {
	.teacher-training {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.teacher-training__heading {
		font-size: 1.5rem;
		margin-bottom: 24px;
	}

	.teacher-training__list {
		gap: 30px;
	}

	.teacher-training__item {
		gap: 12px;
	}

	.teacher-training__icon-wrapper {
		width: 48px;
		height: 48px;
	}

	.teacher-training__icon {
		width: 24px;
		height: 24px;
	}

	.teacher-training__title {
		font-size: 0.9375rem;
		margin-bottom: 6px;
	}

	.teacher-training__subtitle {
		font-size: 0.8125rem;
	}
}

/*------------------------
  Teacher Awards Section
------------------------*/
.teacher-awards {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--color-dark-bg);
	color: var(--color-light);
}

.teacher-awards__heading {
	font-family: var(--font-primary);
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 40px;
	color: var(--color-light);
}

.teacher-awards__list {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.teacher-awards__item {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
	min-width: 280px;
}

.teacher-awards__icon-wrapper {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: start;
	flex-shrink: 0;
}

.teacher-awards__icon {
	width: 42px;
	height: 42px;
}

.teacher-awards__content {
	flex: 1;
}

.teacher-awards__title {
	font-family: var(--font-primary);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 5px;
	color: var(--color-light);
}

.teacher-awards__subtitle {
	font-family: var(--font-primary);
	font-size: 0.9375rem;
	font-weight: var(--font-weight-regular);
	line-height: 1.5;
	margin: 0;
	color: #B2B2B2;
}

/* Responsive Styles for Teacher Awards Section */
@media (max-width: 991px) {
	.teacher-awards__list {
		flex-direction: column;
		gap: 30px;
		align-items: start;
	}
}

@media (max-width: 1024px) {
	.teacher-awards {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.teacher-awards__heading {
		font-size: 2rem;
		margin-bottom: 32px;
	}

	.teacher-awards__list {
		gap: 32px;
	}

	.teacher-awards__item {
		gap: 16px;
		min-width: 250px;
	}

	.teacher-awards__title {
		font-size: 1rem;
	}

	.teacher-awards__subtitle {
		font-size: 0.875rem;
	}
}

@media (max-width: 768px) {
	.teacher-awards {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.teacher-awards__heading {
		font-size: 1.75rem;
		margin-bottom: 28px;
	}

	.teacher-awards__list {
		flex-direction: column;
		gap: 30px;
		align-items: start;
	}

	.teacher-awards__item {
		min-width: auto;
	}
}

@media (max-width: 480px) {
	.teacher-awards {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.teacher-awards__heading {
		font-size: 1.5rem;
		margin-bottom: 24px;
	}

	.teacher-awards__item {
		gap: 12px;
	}

	.teacher-awards__title {
		font-size: 0.9375rem;
		margin-bottom: 6px;
	}

	.teacher-awards__subtitle {
		font-size: 0.8125rem;
	}
}

/*------------------------
  Teacher Video Section
------------------------*/
.teacher-video {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--color-dark-bg);
	color: var(--color-light);
}

.teacher-video__heading {
	font-family: var(--font-primary);
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 40px;
	color: var(--color-light);
}

.teacher-video__wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #000;
}

.teacher-video__player {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.teacher-video__play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	z-index: 10;
}

.teacher-video__play-btn:hover {
	transform: translate(-50%, -50%) scale(1.1);
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
}

.teacher-video__play-btn svg {
	display: block;
	filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.3));
}

.teacher-video__wrapper--embed {
	padding-bottom: 56.25%; /* 16:9 aspect ratio */
	height: 0;
}

.teacher-video__wrapper--embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Responsive Styles for Teacher Video Section */
@media (max-width: 1024px) {
	.teacher-video {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.teacher-video__heading {
		font-size: 2rem;
		margin-bottom: 32px;
	}

	.teacher-video__play-btn svg {
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 768px) {
	.teacher-video {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.teacher-video__heading {
		font-size: 1.75rem;
		margin-bottom: 28px;
	}

	.teacher-video__wrapper {
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.teacher-video__play-btn svg {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 480px) {
	.teacher-video {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.teacher-video__heading {
		font-size: 1.5rem;
		margin-bottom: 24px;
	}

	.teacher-video__wrapper {
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		-ms-border-radius: 12px;
		-o-border-radius: 12px;
	}

	.teacher-video__play-btn svg {
		width: 50px;
		height: 50px;
	}
}


/*------------------------
  Teacher Impact Section
------------------------*/
.teacher-impact {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--color-dark-bg);
	color: var(--color-light);
}

.teacher-impact__wrapper {
	background-color: rgba(57, 52, 72, 0.5);
	padding: 60px;
	text-align: center;
	border-radius: 16px;
}

.teacher-impact__heading {
	font-family: var(--font-primary);
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 50px;
	color: var(--color-light);
}

.teacher-impact__stats {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	gap: 40px;
}

.teacher-impact__stat-item {
	text-align: center;
	flex: 1;
	min-width: 200px;
}

.teacher-impact__stat-value {
	font-family: var(--font-primary);
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 8px;
	color: var(--color-light);
}

.teacher-impact__stat-label {
	font-family: var(--font-primary);
	font-size: 1.25rem;
	font-weight: 500;
	color: #B2B2B2;
}

/* Responsive Styles for Teacher Impact Section */
@media (max-width: 1024px) {
	.teacher-impact {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.teacher-impact__wrapper {
		padding: 50px;
	}

	.teacher-impact__heading {
		font-size: 2rem;
		margin-bottom: 40px;
	}

	.teacher-impact__stat-value {
		font-size: 2.5rem;
	}

	.teacher-impact__stat-label {
		font-size: 1rem;
	}
}

@media (max-width: 768px) {
	.teacher-impact {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.teacher-impact__wrapper {
		padding: 40px;
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.teacher-impact__heading {
		font-size: 1.75rem;
		margin-bottom: 30px;
	}

	.teacher-impact__stats {
		gap: 30px;
		flex-direction: column;
		/* Stack on mobile if needed, or keep row if space permits. Let's stack for better readability */
	}

	.teacher-impact__stat-value {
		font-size: 2.25rem;
	}
}

@media (max-width: 480px) {
	.teacher-impact {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.teacher-impact__wrapper {
		padding: 30px;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		-ms-border-radius: 12px;
		-o-border-radius: 12px;
	}

	.teacher-impact__heading {
		font-size: 1.5rem;
		margin-bottom: 24px;
	}

	.teacher-impact__stat-value {
		font-size: 2rem;
	}

	.teacher-impact__stat-label {
		font-size: 0.875rem;
	}
}


/*------------------------
  Teacher Philosophy Section
------------------------*/
.teacher-philosophy {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--color-dark-bg);
	color: var(--color-light);
}

.teacher-philosophy__wrapper {
	background: linear-gradient(178deg, rgba(246, 51, 154, 0.1) 0%, rgba(173, 70, 255, 0.1) 100%);
	border: 1px solid rgba(246, 51, 154, 0.2);
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-ms-border-radius: 24px;
	-o-border-radius: 24px;
	padding: 80px 100px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.teacher-philosophy__quote-icon {
	position: absolute;
	width: 60px;
	height: auto;
	opacity: 0.8;
}

.teacher-philosophy__quote-icon img {
	width: 100%;
	height: auto;
	display: block;
}

.teacher-philosophy__quote-icon--top {
	top: -30px;
	left: 0;
}

.teacher-philosophy__quote-icon--bottom {
	bottom: -30px;
	right: 0;
	transform: rotate(180deg);
	transform: scaleX(-1);
}

.teacher-philosophy__heading {
	font-family: var(--font-primary);
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 30px;
	color: var(--color-light);
}

.teacher-philosophy__content p {
	font-family: var(--font-primary);
	font-size: 1.125rem;
	font-weight: 300;
	font-style: italic;
	line-height: 1.8;
	color: #B2B2B2;
	margin-bottom: 24px;
}

.teacher-philosophy__content p:last-child {
	margin-bottom: 40px;
}

.teacher-philosophy__author-name {
	font-family: var(--font-primary);
	font-size: 1.25rem;
	font-weight: 400;
	color: var(--color-light);
	margin-bottom: 8px;
}

.teacher-philosophy__author-title {
	font-family: var(--font-primary);
	font-size: 1.25rem;
	font-weight: 400;
	color: #FFDB94;
}

/* Responsive Styles for Teacher Philosophy Section */
@media (max-width: 1024px) {
	.teacher-philosophy__wrapper {
		padding: 60px 80px;
	}

	.teacher-philosophy__heading {
		font-size: 2rem;
	}

	.teacher-philosophy__content p {
		font-size: 1rem;
	}
}

@media (max-width: 768px) {
	.teacher-philosophy {
		padding-bottom: 60px;
	}

	.teacher-philosophy__wrapper {
		padding: 50px 40px;
		border-radius: 16px;
		-webkit-border-radius: 16px;
		-moz-border-radius: 16px;
		-ms-border-radius: 16px;
		-o-border-radius: 16px;
	}

	.teacher-philosophy__quote-icon {
		width: 48px;
	}

	.teacher-philosophy__quote-icon--top {
		top: -24px;
	}

	.teacher-philosophy__quote-icon--bottom {
		bottom: -24px;
	}

	.teacher-philosophy__heading {
		font-size: 1.75rem;
	}
}

@media (max-width: 480px) {
	.teacher-philosophy {
		padding-bottom: 50px;
	}

	.teacher-philosophy__wrapper {
		padding: 40px 24px;
		border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		-ms-border-radius: 12px;
		-o-border-radius: 12px;
	}

	.teacher-philosophy__quote-icon {
		width: 40px;
	}

	.teacher-philosophy__quote-icon--top {
		top: -20px;
	}

	.teacher-philosophy__quote-icon--bottom {
		bottom: -20px;
	}

	.teacher-philosophy__heading {
		font-size: 1.5rem;
		margin-bottom: 24px;
	}

	.teacher-philosophy__content p {
		font-size: 0.9375rem;
		line-height: 1.6;
		margin-bottom: 20px;
	}

	.teacher-philosophy__content p:last-child {
		margin-bottom: 30px;
	}

	.teacher-philosophy__author-name {
		font-size: 1.125rem;
	}

	.teacher-philosophy__author-title {
		font-size: 0.875rem;
	}
}


/*------------------------
  Teacher Courses Slider Section
------------------------*/
.teacher-courses {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #ffffff;
	color: #000000;
}

.teacher-courses__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.teacher-courses__heading {
	font-family: var(--font-primary);
	font-size: 2.5rem;
	font-weight: 600;
	color: #07011A;
	margin: 0;
}

.teacher-courses__nav {
	display: flex;
	gap: 12px;
}

.teacher-courses__nav-btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #E0E0E0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #333;
}

.teacher-courses__nav-btn:hover {
	background-color: #d0d0d0;
	color: #000;
}

.teacher-courses__nav-btn.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.teacher-courses__card {
	height: 100%;
}

.teacher-courses__image-wrapper {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 24px;
	aspect-ratio: 1;
}

.teacher-courses__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.teacher-courses__content {
	display: flex;
	flex-direction: column;
}

.teacher-courses__title {
	font-family: var(--font-primary);
	font-size: 1.25rem;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 6px;
	color: #000000;
}

.teacher-courses__desc {
	font-family: var(--font-primary);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333333;
	margin-bottom: 30px;
	display: -webkit-box;
	line-clamp: 4;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.teacher-courses__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-primary);
	font-size: 0.9375rem;
	font-weight: 600;
	color: #E82C86;
	text-decoration: none;
	transition: gap 0.3s ease;
}

.teacher-courses__link:hover {
	gap: 12px;
}


/* Swiper Pagination */
.teacher-courses__pagination {
	display: none;
	position: static;
	margin-top: 24px;
	text-align: center;
}

.teacher-courses__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #E0E0E0;
	opacity: 1;
	margin: 0 4px;
	transition: all 0.3s ease;
}

.teacher-courses__pagination .swiper-pagination-bullet-active {
	background: #E82C86;
	width: 24px;
	border-radius: 4px;
}


/* Responsive Styles for Teacher Courses Slider Section */
@media (max-width: 1024px) {
	.teacher-courses {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.teacher-courses__heading {
		font-size: 2rem;
	}
}

@media (max-width: 768px) {
	.teacher-courses__pagination {
		display: block;
	}

	.teacher-courses {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.teacher-courses__header {
		flex-direction: row;
		align-items: center;
		margin-bottom: 30px;
	}

	.teacher-courses__heading {
		font-size: 1.5rem;
	}

	.teacher-courses__nav {
		display: none;
		/* Hide nav arrows on mobile/tablet as swiper usually has touch/drag */
	}

	.teacher-courses__image-wrapper {
		border-radius: 12px;
		margin-bottom: 16px;
	}

	.teacher-courses__title {
		font-size: 1.125rem;
		margin-bottom: 8px;
	}

	.teacher-courses__desc {
		font-size: 0.875rem;
		margin-bottom: 16px;
	}
}


/*------------------------
  Teacher Performance Slider Section
------------------------*/
.teacher-perform {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--color-dark-bg);
	color: var(--color-light);
}

.teacher-perform__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.teacher-perform__heading {
	font-family: var(--font-primary);
	font-size: 2.5rem;
	font-weight: 600;
	color: var(--color-light);
	margin: 0;
}

.teacher-perform__nav {
	display: flex;
	gap: 12px;
}

.teacher-perform__nav-btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #E0E0E0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #333;
}

.teacher-perform__nav-btn:hover {
	background-color: #d0d0d0;
	color: #000;
}

.teacher-perform__nav-btn.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.teacher-perform__card {
	height: 100%;
}

.teacher-perform__image-wrapper {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 24px;
	aspect-ratio: 4 / 3;
	position: relative;
	cursor: pointer;
}

.teacher-perform__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
}

.teacher-perform__image-wrapper:hover .teacher-perform__image {
	transform: scale(1.05);
}

.teacher-perform__play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	transition: transform 0.3s ease;
}

.teacher-perform__image-wrapper:hover .teacher-perform__play-btn {
	transform: translate(-50%, -50%) scale(1.1);
}

.teacher-perform__content {
	display: flex;
	flex-direction: column;
}

.teacher-perform__title {
	font-family: var(--font-primary);
	font-size: 1.25rem;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 8px;
	color: var(--color-light);
}

.teacher-perform__subtitle {
	font-family: var(--font-primary);
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	margin: 0;
	font-style: italic;
}

/* Pagination for Mobile */
.teacher-perform__pagination {
	display: none;
	position: static;
	margin-top: 24px;
	text-align: center;
}

.teacher-perform__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #E0E0E0;
	opacity: 0.5;
	margin: 0 4px;
	transition: all 0.3s ease;
}

.teacher-perform__pagination .swiper-pagination-bullet-active {
	background: #E82C86;
	width: 24px;
	border-radius: 4px;
	opacity: 1;
}

/* Video Popup Styles */
.teacher-perform__popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
}

.teacher-perform__popup.active {
	display: flex;
}

.teacher-perform__popup-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.teacher-perform__popup-content {
	position: relative;
	width: 90%;
	max-width: 900px;
	z-index: 10;
}

.teacher-perform__popup-close {
	position: absolute;
	top: -40px;
	right: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 5px;
}

.teacher-perform__video-container {
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio */
	position: relative;
	background-color: #000;
	border-radius: 12px;
	overflow: hidden;
}

.teacher-perform__popup-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Responsive Styles for Teacher Performance Slider Section */
@media (max-width: 1024px) {
	.teacher-perform {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.teacher-perform__heading {
		font-size: 2rem;
	}
}

@media (max-width: 768px) {
	.teacher-perform {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.teacher-perform__header {
		margin-bottom: 30px;
	}

	.teacher-perform__heading {
		font-size: 1.5rem;
	}

	.teacher-perform__nav {
		display: none;
	}

	.teacher-perform__pagination {
		display: block;
	}

	.teacher-perform__image-wrapper {
		margin-bottom: 16px;
	}

	.teacher-perform__title {
		font-size: 1rem;
	}


	.teacher-perform__subtitle {
		font-size: 0.875rem;
	}
}

/*------------------------
  Teacher Blog Slider Section
------------------------*/
.teacher-blog {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #ffffff;
	color: #000000;
}

.teacher-blog__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.teacher-blog__heading {
	font-family: var(--font-primary);
	font-size: 2.5rem;
	font-weight: 600;
	color: #07011A;
	margin: 0;
}

.teacher-blog__nav {
	display: flex;
	gap: 12px;
}

.teacher-blog__nav-btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #E0E0E0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #333;
}

.teacher-blog__nav-btn:hover {
	background-color: #d0d0d0;
	color: #000;
}

.teacher-blog__nav-btn.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.teacher-blog__card {
	height: 100%;
}

.teacher-blog__image-wrapper {
	border-radius: 16px;
	overflow: hidden;
	line-height: 0;
}

.teacher-blog__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	line-height: 0;
	border-radius: 16px;
}

.teacher-blog__content {
	display: flex;
	flex-direction: column;
}

.teacher-blog__title {
	margin-bottom: 5px;
}

.teacher-blog__image-link {
	margin-top: 0;
	color: #000000;
	display: block;
	text-decoration: none;
}

.teacher-blog__title-link {
	font-family: var(--font-primary);
	font-size: 1.25rem;
	text-decoration: none;
	color: inherit;
	transition: color 0.3s ease;
	font-weight: 600;

}

.teacher-blog__title-link:hover {
	color: #E82C86;
}

.teacher-blog__meta {
	font-family: var(--font-primary);
	font-size: 1rem;
	font-weight: 300;
	color: #5D5D5D;
	margin: 0;
	font-style: italic;
}

/* Pagination for Mobile */
.teacher-blog__pagination {
	display: none;
	position: static;
	margin-top: 24px;
	text-align: center;
}

.teacher-blog__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #E0E0E0;
	opacity: 1;
	margin: 0 4px;
	transition: all 0.3s ease;
}

.teacher-blog__pagination .swiper-pagination-bullet-active {
	background: #E82C86;
	width: 24px;
	border-radius: 4px;
}

/* Responsive Styles for Teacher Blog Slider Section */
@media (max-width: 1024px) {
	.teacher-blog {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.teacher-blog__heading {
		font-size: 2rem;
	}
}

@media (max-width: 768px) {
	.teacher-blog {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.teacher-blog__header {
		margin-bottom: 30px;
	}

	.teacher-blog__heading {
		font-size: 1.5rem;
	}

	.teacher-blog__nav {
		display: none;
	}

	.teacher-blog__pagination {
		display: block;
	}

	.teacher-blog__image-wrapper {
		margin-bottom: 16px;
	}

	.teacher-blog__title {
		font-size: 1.125rem;
	}


	.teacher-blog__meta {
		font-size: 0.875rem;
	}
}

/*------------------------
  Teacher Students Slider Section
------------------------*/
.teacher-students {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--color-dark-bg);
	color: var(--color-light);
	overflow: hidden;
	/* Hide overflow from scaled slides if necessary */
}

.teacher-students__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.teacher-students__heading {
	font-family: var(--font-primary);
	font-size: 2.5rem;
	font-weight: 600;
	color: var(--color-light);
	margin: 0;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 15px;
}

.teacher-students__subheading {
	font-size: 1.5rem;
	font-weight: 600;
	color: #FF94C7;
}

.teacher-students__nav {
	display: flex;
	gap: 12px;
}

.teacher-students__nav-btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #E0E0E0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #333;
}

.teacher-students__nav-btn:hover {
	background-color: #d0d0d0;
	color: #000;
}

.teacher-students__nav-btn.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.teacher-students__swiper {
	padding-top: 10px;
	padding-bottom: 100px !important;
	width: 100%;
	margin-top: 0;
	overflow: visible !important;
}

/* .teacher-students__swiper .swiper-slide width is handled by JS slidesPerView */
.teacher-students__swiper .swiper-slide {
	margin-right: 30px;
	opacity: 0.4;
	height: auto;
}

.teacher-students__swiper .swiper-slide-active {
	opacity: 1;
	z-index: 10;
}

.teacher-students__card {
	position: relative;
	border-radius: 32px;
	overflow: visible;
}

.teacher-students__video-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 9 / 16;
	border-radius: 32px;
	overflow: hidden;
	background: #000;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.teacher-students__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Controls */
.teacher-students__controls {
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 5;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.teacher-students__swiper .swiper-slide-active .teacher-students__controls {
	opacity: 1;
}

.teacher-students__control-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #fff;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	padding: 0;
	color: #000;
}

.teacher-students__control-btn svg {
	width: 18px;
	height: 18px;
	fill: #000;
}

/* Info Section */
.teacher-students__info {
	position: absolute;
	top: 100%;
	margin-top: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 250px;
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	z-index: 20;
}

.teacher-students__swiper .swiper-slide-active .teacher-students__info {
	opacity: 1;
}

.teacher-students__name {
	font-family: var(--font-primary);
	font-size: 1.125rem;
	font-weight: 600;
	color: #FF94C7;
	margin: 0;
	margin-bottom: 5px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.teacher-students__subtitle {
	font-family: var(--font-primary);
	font-size: 1.125rem;
	color: #FF94C7;
	margin: 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Responsive */

@media (max-width: 1024px) {
	.teacher-students {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.teacher-students__heading {
		font-size: 2rem;
	}
}


@media (max-width: 768px) {
	.teacher-students {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.teacher-students__heading {
		font-size: 1.5rem;
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
	}

	.teacher-students__subheading {
		font-size: 1.125rem;
	}

	.teacher-students__swiper .swiper-slide {
		width: 200px;
		margin-right: 15px;
	}

	/* Pagination Dots (Mobile) */
	.teacher-students__swiper .swiper-pagination {
		bottom: 10px !important;
	}

	.teacher-students__swiper .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		background: #E0E0E0;
		opacity: 0.5;
		margin: 0 4px !important;
		transition: all 0.3s ease;
	}

	.teacher-students__swiper .swiper-pagination-bullet-active {
		background: #E82C86;
		/* Pink brand color */
		width: 24px;
		border-radius: 4px;
		opacity: 1;
		height: 8px;
	}

	.teacher-students__swiper {
		padding-bottom: 160px !important;
	}
}

@media (min-width: 769px) {
	.teacher-students__swiper .swiper-pagination {
		display: none;
	}
}

/* Student Reviews Section Specific Overrides */
.student-reviews-section .student-testimonials-section__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	margin-bottom: 40px;
	max-width: 100%;
}

.student-reviews-section .student-testimonials-section__heading {
	margin-bottom: 0;
	font-size: 2.5rem;
	font-weight: 600;
	color: #07011A;
}

.student-reviews-section .student-testimonials-section__nav {
	display: flex;
	gap: 15px;
}

.student-reviews-section .student-testimonials-section__nav-btn {
	background: #E0E0E0;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #000;
}

.student-reviews-section .student-testimonials-section__nav-btn:hover {
	background: #fff;
	transform: scale(1.1);
}

@media (max-width: 1024px) {
	.student-reviews-section .student-testimonials-section__heading {
		font-size: 2rem;
	}
}

@media (max-width: 768px) {
	.student-reviews-section .student-testimonials-section__header {
		flex-direction: row;
		align-items: center;
	}

	.student-reviews-section .student-testimonials-section__heading {
		font-size: 1.5rem;
	}

	.student-reviews-section .student-testimonials-section__nav {
		display: flex;
	}
}

/*------------------
Banner shortcode
--------------------*/
.artium-shortcode-banner-wrapper {
	padding-top: 80px;
	padding-bottom: 80px;
}

.artium-shortcode-banner-wrapper .artium-shortcode-mobile-banner {
	display: none;
}

.artium-shortcode-desktop-banner,
.artium-shortcode-mobile-banner {
	width: 100%;
}

@media (max-width: 1200px) {
	.artium-shortcode-banner-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 768px) {
	.artium-shortcode-banner-wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.artium-shortcode-banner-wrapper .artium-shortcode-desktop-banner {
		display: none;
	}
}

/* Footer App CTA Section */
.footer-app-cta-section {
	padding-top: 20px;
	color: #fff;
}

.footer-cta-heading {
	font-family: 'Lora', serif;
	font-size: 2.5rem;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 25px;
	font-weight: 500;
}

.footer-cta-separator {
	margin: 40px 0;
	display: block;
	height: 1px;
}

.footer-cta-heading span {
	color: #F3CA80;
	font-family: 'Lora', serif;
	font-size: 2.5rem;

}

.footer-social-media.footer-app-cta-social {
	max-width: 340px;
}

.footer-cta-subheading {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 30px;
}

.footer-app-cta-social .social-heading {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.footer-app-cta-social ul {
	display: flex;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: space-between;
}

.footer-app-cta-social ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	transition: transform 0.3s ease;
}

.footer-app-cta-social ul li a:hover {
	transform: translateY(-3px);
}

.footer-app-cta-social ul li a img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	filter: invert(1);
}

/* Right Side */
.footer-app-cta-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
	justify-content: center;
	display: none;
}

.footer-rating-wrapper {
	display: flex;
	gap: 40px;
	margin-bottom: 25px;
}

.rating-box {
	text-align: center;
	color: #fff;
}

.rating-box .rating-image {
	height: 28px;
	width: auto;
	margin-bottom: 5px;
}

.rating-box .score {
	font-size: 1.5rem;
	font-weight: 400;
	color: #B2B2B2;
}

.rating-box .score strong {
	font-weight: 700;
	font-size: 2rem;
	color: #fff;
}

.footer-app-buttons {
	display: flex;
	gap: 15px;
	margin-bottom: 30px;
}

.app-btn img {
	height: 45px;
	width: auto;
	border-radius: 6px;
}

.footer-talk-to-us {
	text-align: right;
	color: #fff;
}

.footer-talk-to-us .talk-heading {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
}

.talk-email {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: flex-end;
}

.email-icon svg {
	width: 32px;
	height: 32px;
}

.footer-talk-to-us a {
	color: #fff;
	text-decoration: none;
	font-size: 1rem;
	opacity: 0.9;
}

.footer-talk-to-us a:hover {
	opacity: 1;
	text-decoration: underline;
}

@media (max-width: 992px) {
	.footer-cta-heading {
		font-size: 2rem;
	}

	.footer-app-cta-right {
		margin-top: 40px;
		align-items: flex-start;
		text-align: left;
	}

	.footer-rating-wrapper {
		justify-content: flex-start;
	}

	.talk-email {
		justify-content: flex-start;
	}
}/*------------------------
  Teacher Share Popup
------------------------*/
.teacher-share-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.teacher-share-popup.active {
    opacity: 1;
    visibility: visible;
}

.teacher-share-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(5px);
    z-index: 1;
}

.teacher-share-popup__content {
    background-color: #fff;
    width: 90%;
    max-width: 500px;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    z-index: 2;
    transform: translateY(20px);
    transition: transform 0.3s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.teacher-share-popup.active .teacher-share-popup__content {
    transform: translateY(0);
}

.teacher-share-popup__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.teacher-share-popup__title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.teacher-share-popup__close {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #666;
    padding: 5px;
    transition: color 0.3s ease;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teacher-share-popup__close:hover {
    color: #000;
    background-color: #f5f5f5;
}

.teacher-share-popup__body {
    position: relative;
}

.teacher-share-popup__icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

@media (min-width: 480px) {
    .teacher-share-popup__icons {
        grid-template-columns: repeat(2, 1fr);
    }
}

.teacher-share-popup__icon {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    text-decoration: none;
    color: #1a1a1a;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    cursor: pointer;
    width: 100%;
    justify-content: flex-start;
}

.teacher-share-popup__icon:hover {
    background-color: #fff;
    border-color: #eee;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

.teacher-share-popup__icon-bg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.teacher-share-popup__icon span {
    font-weight: 500;
    font-size: 1rem;
}

/* Brand Colors */
.teacher-share-popup__icon--whatsapp .teacher-share-popup__icon-bg {
    background-color: #25D366;
}

.teacher-share-popup__icon--whatsapp:hover {
    color: #25D366;
}

.teacher-share-popup__icon--facebook .teacher-share-popup__icon-bg {
    background-color: #1877F2;
}

.teacher-share-popup__icon--facebook:hover {
    color: #1877F2;
}

.teacher-share-popup__icon--linkedin .teacher-share-popup__icon-bg {
    background-color: #0077B5;
}

.teacher-share-popup__icon--linkedin:hover {
    color: #0077B5;
}

.teacher-share-popup__icon--copy .teacher-share-popup__icon-bg {
    background-color: #666;
}

.teacher-share-popup__icon--copy:hover {
    color: #666;
}

/* Copy Feedback */
.teacher-share-popup__copy-feedback {
    margin-top: 20px;
    padding: 10px;
    background-color: #E8F5E9;
    color: #2E7D32;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    bottom: -50px;
}

.teacher-share-popup__copy-feedback.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    bottom: 0;
    position: relative;
    margin-bottom: 0px;
}