:root {
	--color-primary: #055090;
	--color-primary-dk: #044079;
	--color-accent: #ffbf00;
	--color-text: #1a1a1a;
	--color-text-light: #444;
	--color-bg: #f8f9fa;
	--radius: 12px;
	--shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.08);
	--shadow-md: 0 8px 24px rgba(0, 0, 0, 0.12);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "Montserrat", sans-serif !important;
	line-height: 1.6;
	color: var(--color-text);
	background: white;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif !important;
}
.container {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 24px;
}

header {
	background: var(--color-primary);
	color: white;
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.top-bar {
	background: #044079;
	padding: 12px 0;
	font-size: 0.95rem;
}

.top-bar a {
	color: white;
	text-decoration: none;
}

.top-bar a:hover {
	text-decoration: underline;
}

.main-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
}

.logo-area {
	display: flex;
	align-items: center;
	gap: 16px;
}

.logo-area img {
	height: 90px;
	width: auto;
}

.btn {
	display: inline-block;
	padding: 14px 28px;
	border-radius: var(--radius);
	text-decoration: none;
	font-weight: 600;
	transition: all 0.25s ease;
}

.bttn-primary {
	background: var(--color-accent);
	color: var(--color-primary);
	border-radius: 50px;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	padding: 12px 24px;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
}

.bttn-primary:hover {
	background: #ffb300;
	transform: translateY(-1px);
}

#hero {
	background: url("../images/banner-1-copy-2.jpg");

	background-size: cover;
	background-position: inherit;
	background-repeat: no-repeat;
	color: white;
	padding: 25px;
}

#hero .container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	align-items: center;
	padding: 0px 0px 0px 100px;
}

.hero-content h1 {
	font-family: "Montserrat", Sans-serif;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.09;
	color: #055090;
}

.hero-content p {
	font-size: 1.25rem;
	opacity: 0.95;
	max-width: 520px;
	color: #055090;
	font-family: "Montserrat", Sans-serif;
	font-weight: 500;
	color: #055090;
}

/* Form */
.form-card {
	background: white;
	color: #222;
	border-radius: var(--radius);
	padding: 40px 32px;
	box-shadow: var(--shadow-md);
}

.form-card h3 {
	margin-bottom: 28px;
	color: var(--color-primary);
	font-size: 1.6rem;
}

.form-group {
	margin-bottom: 10px;
}

label {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
	color: #333;
}

input,
select {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	font-size: 1rem;
	transition: border-color 0.2s;
}

input:focus,
select:focus {
	outline: none;
	border-color: var(--color-primary);
	box-shadow: 0 0 0 3px rgba(5, 80, 144, 0.15);
}

.form-card .btn {
	width: 100%;
	margin-top: 12px;
	font-size: 1.1rem;
	padding: 16px;
}

/* Footer */
footer {
	background: #0f172a;
	color: #cbd5e1;
	/* padding: 60px 0 30px; */
	background-image: url("../images/ChatGPT-Image-Dec-30-2025-04_29_35-PM.png");
}

footer a {
	color: #93c5fd;
	text-decoration: none;
}

footer a:hover {
	color: white;
	text-decoration: underline;
}

.social-links {
	display: flex;
	gap: 16px;
	margin: 0;
	padding: 5px;
}

.social-links a {
	font-size: 1.6rem;
	color: #cbd5e1;
}

.social-links a:hover {
	color: var(--color-accent);
}

/* Responsive */
@media (max-width: 1024px) {
	#hero .container {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.hero-content h1 {
		font-size: 2.8rem;
	}
}

@media (max-width: 768px) {
	.faq-grid {
		grid-template-columns: 1fr;
	}

	.hero-content h1 {
		font-size: 2.4rem;
	}
}
.heading h2 {
	font-family: "Montserrat", Sans-serif;
	font-size: 45px;
	font-weight: 600;
	color: #ffffff;
}

.form-container {
	/* background: linear-gradient(135deg, #0f4c81 0%, #1e3a5f 100%); */
	background-image: url("../images/ChatGPT-Image-Dec-30-2025-04_29_35-PM.png");
	border-radius: 30px;
	padding: 50px 20px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
	width: 100%;
	max-width: 750px;
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
	margin-bottom: 30px;
}

.form-group {
	position: relative;
}

.form-group input,
.form-group select {
	width: 100%;
	padding: 20px 16px;
	background: rgba(57, 117, 179, 0.6);
	border: none;
	border-radius: 50px;
	color: white;
	font-size: 15px;
	outline: none;
	transition: all 0.3s ease;
}

.form-group input::placeholder {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 500;
}

.form-group input:focus,
.form-group select:focus {
	background: rgba(57, 117, 179, 0.8);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.form-group select {
	appearance: none;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 500;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 25px center;
	padding-right: 50px;
}

.form-group select option {
	background: #1e3a5f;
	color: white;
	padding: 10px;
}

.submit-btn {
	width: 100%;
	padding: 20px;
	background: #ffbf00;
	border: none;
	border-radius: 50px;
	color: #1e3a5f;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease;
}

.submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 15px 40px rgba(251, 191, 36, 0.4);
}

.submit-btn:active {
	transform: translateY(0);
}

/* Chrome autofill styles */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	-webkit-text-fill-color: white;
	-webkit-box-shadow: 0 0 0px 1000px rgba(57, 117, 179, 0.6) inset;
	transition: background-color 5000s ease-in-out 0s;
}

.section-padding {
	padding: 60px 60px;
}
/* p{
            margin-bottom: 0 !important;
        } */

.gp-img-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    align-items: center;
}

.gp-img-wrapper img {
    max-width: 100%;
    height: auto;
}

.gp-img-wrapper img {
	border: 1px solid #000;
	border-radius: 12px;
	padding: 5px;
}
.program-slider .swiper-container {
	width: 100%;
	position: relative;
	padding: 20px 0;
	overflow: hidden;
	margin: 0 auto;
}

.program-slider .swiper-wrapper {
	display: flex;
	transition: transform 0.5s ease;
	gap: 20px;
}

.program-slider .swiper-slide {
	flex: 0 0 calc(25% - 15px);
	background: white;
	border-radius: 20px;
	padding: 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
	overflow: hidden;
}

.program-slider .swiper-slide:hover {
	transform: translateY(-5px);
}

.program-slider .slide-image {
	width: 100%;
	object-fit: cover;
	display: block;
}

.program-slider .slide-content {
	padding: 30px 25px;
	text-align: center;
}

.program-slider .slide-title {
	font-size: 22px;
	font-weight: 600;
	color: #1a1a1a;
	margin-bottom: 15px;
	line-height: 1.3;
}

.program-slider .slide-description {
	font-size: 18px;
	color: #000;
	line-height: 1.6;
}

.program-slider .navigation {
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-top: 30px;
}

.program-slider .nav-button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: white;
	border: 2px solid #000;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	font-size: 20px;
	color: #333;
}

.program-slider .nav-button:hover {
	color: #fff;
}

.program-slider .nav-button:active {
	transform: scale(0.95);
}

/* Responsive */
@media (max-width: 1200px) {
	.program-slider .swiper-slide {
		flex: 0 0 calc(33.333% - 14px);
	}
}

@media (max-width: 768px) {
	.program-slider .swiper-slide {
		flex: 0 0 calc(50% - 10px);
	}

	.program-slider .slide-title {
		font-size: 20px;
	}

	.program-slider .slide-description {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.program-slider .swiper-slide {
		flex: 0 0 calc(100% - 40px);
	}
}

section.why-podar {
	background-image: url("../images/ChatGPT-Image-Dec-30-2025-04_29_35-PM.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.why-podar-card-wrapper {
	  display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}
.why-podar-card-list {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(238, 238, 238);
	border-radius: 20px;
	padding: 50px 60px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 40px 0px rgba(94, 92, 154, 0.06);
	background-color: #fff;
}
.why-podar-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.why-podar-section {
	padding: 80px;
}
.why-podar-heading-wrapper h2 {
	color: #fff;
}
.why-podar-heading-wrapper p {
	color: #fff;
	font-size: 20px;
}
.image-icon img {
	width: 70px;
	margin-bottom: 21px;
}
.why-podar-card-list h4 {
	font-size: 26px;
	margin-bottom: 16px;
}
.why-podar-card-list p {
	font-size: 17px;
	line-height: 27px;
}
.why-podar-card-list.second {
	margin-top: 80px;
}
.why-podar-card-list.first {
	margin-bottom: 80px;
}
.why-podar-card-list.third {
	margin-top: -80px;
	margin-bottom: 80px;
}
.why-podar-card-list.forth {
	margin-top: -20px;
}

.global-placements-img-wrapper img {
	width: 100%;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #02010136;
}
.global-placements-img-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 20px;
	margin-bottom: 30px;
}
section.global-placements {
	padding: 80px 0px 0px;
}

.faq-section {
	display: flex;
	gap: 48px;
	padding: 80px;
	margin: auto;
}

.faq-title {
	flex: 1;
}

.faq-title h1 {
	font-size: 42px;
	font-weight: 500;
	color: #000;
}

.faq-container {
	flex: 1.2;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.faq-item {
	background: #1e73b9;
	border-radius: 40px;
	overflow: hidden;
	transition: all 0.3s ease;
	cursor: pointer;
}

.faq-header {
	padding: 22px 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.faq-icon {
	width: 36px;
	height: 36px;
	background: #0d5fa5;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.faq-icon::before {
	content: "▼";
	font-size: 14px;
	color: #fff;
}

.faq-item.active .faq-icon {
	transform: rotate(180deg);
}

.faq-content {
	max-height: 0;
	overflow: hidden;
	background: #0d5fa5;
	color: #fff;
	padding: 0 28px;
	transition:
		max-height 0.4s ease,
		padding 0.4s ease;
	font-size: 18px;
	line-height: 1.6;
}

.faq-item.active .faq-content {
	max-height: 200px;
	padding: 20px 28px 28px;
}

@media (max-width: 900px) {
	.faq-section {
		flex-direction: column;
		padding: 40px 20px;
	}

	.faq-title h1 {
		font-size: 36px;
	}
}
section.faq-section-wrapper {
	background-image: url("../images/course-1-bg-1.webp");
}

.why-podar-card {
	position: relative;
	padding: 20px 0;
}

.why-podar-card-wrapper {
	/* display: flex; */
	gap: 20px;
	flex-wrap: wrap; /* Default: grid layout for desktop */
}

.why-podar-card-list {
	flex: 1 1 calc(25% - 20px); /* 4 columns on desktop */
	box-sizing: border-box;
}

.image-icon {
	margin-bottom: 15px;
}

.image-icon img {
	max-width: 100%;
	height: auto;
}

/* Slider Buttons - Hidden by default */
.slider-btn {
	display: none;
}

/* Dots Indicator - Hidden by default */
.slider-dots {
	display: none;
}

/* Mobile Only - Activate Slider */
@media (max-width: 768px) {
	.why-podar-card-wrapper {
		display: flex;
	}
	.why-podar-card {
		overflow: hidden;
	}

	.why-podar-card-wrapper {
		flex-wrap: nowrap;
		transition: transform 0.3s ease-in-out;
		gap: 20px;
	}

	.why-podar-card-list {
		min-width: 100%;
		flex: 0 0 100%;
	}

	/* Show Slider Buttons */
	.slider-btn {
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		background: rgba(0, 0, 0, 0.5);
		color: white;
		border: none;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		/* font-size: 24px; */
		cursor: pointer;
		z-index: 10;
	}

	/* Show Dots Indicator */
	.slider-dots {
		display: flex;
		justify-content: center;
		gap: 8px;
		margin-top: 20px;
	}

	.slider-dots .dot {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background: #ddd;
		cursor: pointer;
		transition: background 0.3s;
	}

	.slider-dots .dot.active {
		background: #333;
	}
}

section.programmes-section {
	padding: 60px;
}
.programmes-content {
	text-align: start;
	padding: 50px 0 0 0;
}
.programmes-section {
	display: flex;
	justify-content: center;
	text-align: center;
}
.programmes-img img {
	border-radius: 20px 20px 20px 20px;
}
.programmes-heading h1 {
	font-family: "Montserrat", Sans-serif;
	text-align: center;
	font-size: 2.6rem;
	/* margin-bottom: 2rem; */
}
.programmes-sub-heading h4 {
	font-size: 20px;
}
.programmes-img {
	padding: 10px;
}
.programmes-content h4 {
	font-family: "Montserrat", Sans-serif;
	font-size: 28px;
	font-weight: 600;
	color: #000000;
}
.programmes-content p {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5em;
	color: #000000;
}
h3.icon-box-title {
	font-family: "Montserrat", Sans-serif;
	font-size: 22px;
	font-weight: 400;
}
p.footer {
	margin-bottom: 0;
}
.heading-gp h2 {
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 2rem;
}
.programes-heading h2 {
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 2rem;
}
.why-podar-heading-wrapper h2 {
	font-size: 2.6rem;
	margin-bottom: 2rem;
}
.gp-wrapper h2 {
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 2rem;
}
.faq-title h2 {
	/* text-align: center; */
	font-size: 2.6rem;
	margin-bottom: 2rem;
}

.video-testimonials-slider * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.video-testimonials-slider {
	--primary-dark: #0a0e27;
	--accent-gold: #f4b942;
	--text-light: #f8f9fa;
	--card-bg: #000000;
	--shadow-glow: rgba(244, 185, 66, 0.3);
	padding: 25px 20px;
	overflow-x: hidden;
	position: relative;
}

.video-testimonials-slider .container {
	max-width: 1400px;
	margin: 0 auto;
}

.video-testimonials-slider .header {
	text-align: center;
	/* margin-bottom: 80px; */
	animation: fadeInDown 1s ease-out;
}

.video-testimonials-slider .header h1 {
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 2rem;
}

.video-testimonials-slider .slider-container {
	position: relative;
	padding: 0 80px;
}

/* Slick Slider Customization */
.video-testimonials-slider .slick-slider {
	margin-bottom: 50px;
}

.video-testimonials-slider .slick-list {
	overflow: hidden;
	border-radius: 20px;
	padding: 20px 0 !important;
}

.video-testimonials-slider .slick-track {
	display: flex !important;
	gap: 0px;
}

.video-testimonials-slider .slick-slide {
	opacity: 0.7;
	transform: scale(0.95);
	transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	margin: 0 20px;
}

.video-testimonials-slider .slick-slide.slick-current,
.video-testimonials-slider .slick-slide.slick-active {
	opacity: 1;
	transform: scale(1);
}

.video-testimonials-slider .video-card {
	background: var(--card-bg);
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	outline: none;
}

.video-testimonials-slider .slick-current .video-card,
.video-testimonials-slider .slick-active .video-card {
	border-color: rgba(244, 185, 66, 0.3);
}

.video-testimonials-slider .video-wrapper {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	background: linear-gradient(135deg, #1a1d35 0%, #0a0e27 100%);
	overflow: hidden;
}

.video-testimonials-slider .video-element {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-testimonials-slider .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: var(--accent-gold);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 10px 30px rgba(244, 185, 66, 0.4);
	z-index: 2;
	pointer-events: auto;
}

.video-testimonials-slider .play-button.hidden {
	display: none;
}

.video-testimonials-slider .play-button::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid var(--primary-dark);
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	margin-left: 5px;
}

.video-testimonials-slider .play-button:hover {
	transform: translate(-50%, -50%) scale(1.15);
	box-shadow: 0 15px 40px rgba(244, 185, 66, 0.6);
}

.video-testimonials-slider .video-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, transparent 100%);
	z-index: 1;
	pointer-events: none;
}

.video-testimonials-slider .student-name {
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--accent-gold);
	margin-bottom: 5px;
}

.video-testimonials-slider .video-title {
	font-size: 0.95rem;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 500;
}

.video-testimonials-slider .video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
	z-index: 3;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.video-testimonials-slider .video-card:hover .video-controls,
.video-testimonials-slider .video-controls.show {
	opacity: 1;
}

.video-testimonials-slider .controls-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.video-testimonials-slider .play-pause-btn {
	background: var(--accent-gold);
	border: none;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.video-testimonials-slider .play-pause-btn:hover {
	transform: scale(1.1);
}

.video-testimonials-slider .play-pause-btn::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid var(--primary-dark);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	margin-left: 2px;
}

.video-testimonials-slider .play-pause-btn.playing::before {
	border: none;
	width: 10px;
	height: 12px;
	background: linear-gradient(
		to right,
		var(--primary-dark) 0%,
		var(--primary-dark) 35%,
		transparent 35%,
		transparent 65%,
		var(--primary-dark) 65%
	);
	margin-left: 0;
}

.video-testimonials-slider .progress-bar {
	flex: 1;
	height: 5px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px;
	cursor: pointer;
	position: relative;
}

.video-testimonials-slider .progress-fill {
	height: 100%;
	background: var(--accent-gold);
	border-radius: 3px;
	width: 0%;
	transition: width 0.1s linear;
}

.video-testimonials-slider .time-display {
	color: var(--text-light);
	font-size: 0.85rem;
	min-width: 80px;
	text-align: right;
}

/* Custom Slick Arrows */
.video-testimonials-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	background: #fff;
	backdrop-filter: blur(10px);
	border: 2px solid #000;
	border-radius: 50%;
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10;
	font-size: 0;
}

/* .video-testimonials-slider .slick-arrow:hover {
            background: var(--accent-gold);
            border-color: var(--accent-gold);
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 10px 30px rgba(244, 185, 66, 0.4);
        } */

.video-testimonials-slider .slick-arrow::before {
	content: "";
	width: 12px;
	height: 12px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	display: block;
}

.video-testimonials-slider .slick-prev {
	left: -50px;
}

.video-testimonials-slider .slick-prev::before {
	transform: rotate(-135deg);
	margin-left: 5px;
}

.video-testimonials-slider .slick-next {
	right: -50px;
}

.video-testimonials-slider .slick-next::before {
	transform: rotate(45deg);
	margin-right: 5px;
}

/* Custom Slick Dots */
.video-testimonials-slider .slick-dots {
	display: flex !important;
	justify-content: center;
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	bottom: auto;
	display: none !important;
}

.video-testimonials-slider .slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0;
}

.video-testimonials-slider .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 50%;
	background: rgba(244, 185, 66, 0.3);
	cursor: pointer;
	transition: all 0.3s ease;
	border: 2px solid transparent;
	font-size: 0;
}

.video-testimonials-slider .slick-dots li button:hover {
	background: rgba(244, 185, 66, 0.6);
	transform: scale(1.2);
}

.video-testimonials-slider .slick-dots li.slick-active button {
	background: var(--accent-gold);
	width: 40px;
	border-radius: 6px;
	border-color: rgba(244, 185, 66, 0.4);
}

.video-testimonials-slider .slick-dots li button::before {
	display: none;
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1024px) {
	.video-testimonials-slider .slider-container {
		padding: 0 60px;
	}
}

@media (max-width: 768px) {
	.video-testimonials-slider {
		padding: 40px 15px;
	}

	.video-testimonials-slider .slider-container {
		padding: 0 50px;
	}

	.video-testimonials-slider .slick-arrow {
		width: 50px;
		height: 50px;
	}

	.video-testimonials-slider .play-button {
		width: 65px;
		height: 65px;
	}

	.video-testimonials-slider .video-info {
		padding: 20px;
	}

	.video-testimonials-slider .student-name {
		font-size: 1rem;
	}

	.video-testimonials-slider .video-title {
		font-size: 0.85rem;
	}
}

@media (max-width: 480px) {
	.video-testimonials-slider .slider-container {
		padding: 0 40px;
	}

	.video-testimonials-slider .slick-arrow {
		width: 40px;
		height: 40px;
	}

	.video-testimonials-slider .slick-arrow::before {
		width: 10px;
		height: 10px;
		border-width: 2px;
	}
}

.video-testimonials-slider::before {
	content: "";
	position: fixed;
	top: -50%;
	right: -50%;
	width: 100%;
	height: 100%;
	background: radial-gradient(
		circle,
		rgba(244, 185, 66, 0.1) 0%,
		transparent 70%
	);
	animation: pulse 8s ease-in-out infinite;
	pointer-events: none;
	z-index: -1;
}

@keyframes pulse {
	0%,
	100% {
		opacity: 0.3;
		transform: scale(1);
	}
	50% {
		opacity: 0.6;
		transform: scale(1.1);
	}
}

.slide-content a {
	text-decoration: none;
}
.slide-content a:hover {
	color: #055090;
}
h3.slide-title:hover {
	color: #055090;
}

.wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section.thank-you {
	background: url("/images/banner-1-copy-2.jpg");
	background-size: cover;
	background-position: inherit;
	background-repeat: no-repeat;
	color: white;
	padding: 25px;
}
.thank-you-wrapper {
	background: #055090;
	padding: 60px;
	border-radius: 25px;
}
.thank-you {
	display: flex;
	justify-content: center;
	text-align: center;
}
.thk-img-wrapper img {
	width: 155px;
}
.thank-you-wrapper h2 {
	font-size: 48px;
	font-weight: 600;
	color: #ffbf00;
}
.thank-you-wrapper p {
	font-size: 25px;
}
.hero-content {
    margin-left: 140px;
}