﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
	font-family: "Lato" !important;
}

@font-face {
	font-family: "Lato" !important;
}

/*Inter Poppins*/
* {
	font-family: Lato !important;
	vertical-align: unset !important;
}
.no-videos-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px; /* Or whatever your iframe height is */
	background: #f8f9fa;
	border-radius: 8px;
}
div {
}
.bg-light-soft {
	background-color: #fdfbf7;
}
.lato-thin {
	font-family: "Lato", sans-serif !important;
	font-weight: 100;
	font-style: normal;
}

.lato-light {
	font-family: "Lato", sans-serif !important;
	font-weight: 300;
	font-style: normal;
}

.lato-regular {
	font-family: "Lato", sans-serif !important;
	font-weight: 400;
	font-style: normal;
}

.lato-bold {
	font-family: "Lato", sans-serif !important;
	font-weight: 700;
	font-style: normal;
}

.lato-black {
	font-family: "Lato", sans-serif !important;
	font-weight: 900;
	font-style: normal;
}

.lato-thin-italic {
	font-family: "Lato", sans-serif !important;
	font-weight: 100;
	font-style: italic;
}

.lato-light-italic {
	font-family: "Lato", sans-serif !important;
	font-weight: 300;
	font-style: italic;
}

.lato-regular-italic {
	font-family: "Lato", sans-serif !important;
	font-weight: 400;
	font-style: italic;
}

.lato-bold-italic {
	font-family: "Lato" !important;
	font-weight: 700;
	font-style: italic;
}

.lato-black-italic {
	font-family: "Lato", sans-serif !important;
	font-weight: 900;
	font-style: italic;
}


html,
body {
	scroll-behavior: smooth !important;
}

/*facebook button*/
:root {
	--prOrange: #F7352C;
	--prYellow: #F7D92D;
	--secDark: #2E2A2B;
	--secWhihe: #F2F2F2;
	--prDark: black;
	--prAdd: #28a76f;
	--prPrimary: #007BFF;
	--delete: #DC3545;
}

/*Nav*/
/*nav .dropdown-item:hover {
    color: var(--prOrange);
    border: 2px solid;
    border-image-slice: 1;
    border-width: 0 0 5px 0;
    border-image-source: linear-gradient(90deg, hsla(0, 0%, 0%, 1) 28%, hsla(3, 70%, 47%, 1) 29%, hsla(3, 93%, 57%, 1) 64%, hsla(51, 93%, 57%, 1) 65%);
}*/
/*nav a:hover {
    color: var(--prOrange) !important;
    border: 5px solid;
    border-image-slice: 1;
    border-width: 0 0 5px 0;
    padding:2px 0px;
    border-image-source: linear-gradient(90deg, hsla(0, 0%, 0%, 1) 28%, hsla(3, 70%, 47%, 1) 29%, hsla(3, 93%, 57%, 1) 64%, hsla(51, 93%, 57%, 1) 65%);
   
}*/
.navbar-nav a:hover {
	color: #165d31 !important;
	/* Changed to Green to match border */
	border: 5px solid;
	border-image-slice: 1;
	border-width: 0 0 5px 0;
	padding: 2px 0px;
	border-image-source: linear-gradient(90deg, #165d31 0%, #258e4b 100%);
	/* Saudi Green */
}

.custom-dropdown {
	font-size: 1rem;
	padding: 3px;
}

	.custom-dropdown .dropdown-item {
		font-size: 16px;
		padding: 10px 1.5rem;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		width: 100%;
		box-sizing: border-box;
	}

	.custom-dropdown .dropdown-menu {
		min-width: 400px;
	}

	.custom-dropdown .dropdown-item:hover {
		justify-content: center;
		align-items: center;
		text-align: center;
		color: inherit;
		text-decoration: none;
		transform: scale(1.001);
	}

/*FirstNav*/
.firNav {
	display: block;
	padding: .1rem 0rem;
}

	.firNav a:hover {
		color: var(--prOrange);
		/*border: 5px solid;*/
		/* Set the border width */
		/*border-image-slice: 1;
        border-width: 0 0 5px 0;*/
		/* Only bottom border */
		/*border-image-source: linear-gradient(90deg, hsla(0, 0%, 0%, 1) 28%, hsla(3, 70%, 47%, 1) 29%, hsla(3, 93%, 57%, 1) 64%, hsla(51, 93%, 57%, 1) 65%);*/
	}

/*---------------------------
   Blue Button
---------------------------*/
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeInJump {
	0% {
		transform: translateY(-10px);
	}

	50% {
		transform: translateY(-30px);
	}

	100% {
		transform: translateY(-10px);
	}
}

#faqAccordion .btn-link {
	color: #000000;
	text-decoration: none;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 500;
}

	#faqAccordion .btn-link:focus,
	#faqAccordion .btn-link:hover {
		color: var(--prOrange);
		text-decoration: none;
	}

.animate-after-load {
	animation: fadeInJump 2s cubic-bezier(0.42, 0, 0.58, 1) infinite !important;
}

.animate-on-load {
	animation: fadeIn 1s ease-in-out;
}

a.fb-message-blue {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background-color: #0084ff;
	border: none;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	position: fixed;
	bottom: 25px;
	right: 25px;
	outline: none;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.4);
	transition: background-color 0.3s, box-shadow 0.3s;
	font-size: 24px;
}

	a.fb-message-blue:hover {
		background-color: #34aaff;
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.5);
		animation: pulse 1.5s infinite;
	}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}

a.fb-message-blue:focus {
	background-color: #0084ff;
	box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	outline: none;
}

a.fb-message-blue i {
	position: absolute;
	font-size: 32px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

a.fb-message-blue span {
	position: relative;
	z-index: 2;
}

a.fb-message-blue:hover:before {
	transform: translate(-50%, -50%) rotate(45deg) scale(1.2);
}

@media (max-width: 768px) {
	a.fb-message-blue {
		width: 60px;
		height: 60px;
		font-size: 24px;
	}

		a.fb-message-blue i {
			font-size: 24px;
		}
}


/* */
/*a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}*/

/* Provide sufficient contrast against white background */
a {
	color: #0366d6;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

/*.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

/* Sticky footer styles
-------------------------------------------------- */
html {
	font-size: 14px;
}

@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

.border-bottom {
	border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
	font-size: 1rem;
	line-height: inherit;
}

.footer .bottom-footer {
	border-top: 1px solid #F7352C;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	background-color: #F5F5F5;
}

.footer {
	bottom: 0;
	width: 100%;
	white-space: nowrap;
	line-height: 40px;
	/* Vertically center the text there */
	text-align: center;
}

.ts {
	background-color: aqua;
}

.uni {
	background-image: url('../images/learn-german-language-online-education-concept (1).jpg');
}

/**index**/

.welcome h1 {
	/* AboveFold/Headline */

	font-family: 'Lato' !important;
	font-style: normal;
	font-weight: 700;
	font-size: 70px;
	line-height: 120%;
	color: #16171C;
}

.welcome p {
	/* AboveFold/Sub-headline */

	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 140%;
	color: #4F4F4F;
}

.welcome .call {
	background-color: black;
	color: white;
	transition: ease-in-out .3s;
}

	.welcome .call:hover {
		background-color: white;
		color: black;
		font-weight: bold !important;
		border: 1px black solid !important;
	}

.welcome .inquiry {
	background-color: transparent !important;
	color: black !important;
	border: 1px black solid;
	transition: ease-in-out .3s;
}

	.welcome .inquiry:hover {
		background-image: linear-gradient(90deg, #165d31 0%, #258e4b 100%);
		/* Saudi Green */
		color: #fff !important;
		font-weight: bold !important;
		border: 1px #165d31 solid !important;
		/* Saudi Green Border */
		transition: ease-in-out .3s;
	}

.card {
	background-color: #F5F5F5;
}

.img-box img {
	border-radius: 30px;
}

/**** university page ****/

.university img {
	border-radius: 32px;
}

.uni-app h2 {
	font-style: normal;
	font-weight: bold;
	color: #FF7162 !important;
}
.uni-app h3 {
	font-style: normal;
	font-weight: 300;
	color: #FF7162 !important;
}
.uni-app p {
	font-weight: 200;
}

/*label:not(option) {
    color: #fff;
}*/

.uni-app .bg-form {
	background-color: #2E2A2B !important;
	border-radius: 32px;
}

.custom-select {
	height: 70%;
}

.btn-1 {
	padding: 24px 36px;
	gap: 8px;
	width: 244px;
	height: 76px;
	background: #F7352C;
	border-radius: 40px;
	color: #fff;
	border: 0;
	transition: all 0.3s;
}

	.btn-1:hover {
		background-image: linear-gradient(90deg, #165d31 0%, #258e4b 100%);
		/* Saudi Green */
		color: #fff !important;
		font-weight: bold !important;
		border: 1px #165d31 solid !important;
		transition: ease-in-out .3s;
	}

[type="file"] {
	height: 0;
	overflow: hidden;
	width: 0;
}

	[type="file"] + label {
		background: #fff;
		border: none;
		border-radius: 5px;
		color: #FF7162;
		cursor: pointer;
		display: inline-block;
		font-size: inherit;
		font-weight: 500;
		margin-bottom: 1rem;
		outline: none;
		padding: 1rem 50px;
		position: relative;
		transition: all 0.3s;
		vertical-align: middle;
	}

.btn-2 {
	background-color: #99c793;
	border-radius: 50px;
	overflow: hidden;
}

	.btn-2:hover {
		background-color: #FF7162;
		color: #fff;
	}



/******ressources*****/

.tools {
	background-color: #efefef;
	border-radius: 20px;
}

.laptop-div {
	background-color: #efefef;
	border-radius: 20px;
}

.discover img {
	width: 100%;
	object-fit: fill;
}

.calls {
	text-decoration: none;
	color: black
}

	.calls:hover {
		color: var(--prOrange);
		text-decoration: none;
	}

/******ressources*****/

.tools {
	background-color: #efefef;
	border-radius: 20px;
}

.laptop-div {
	background-color: #efefef;
	border-radius: 20px;
}

.discover img {
	width: 100%;
	object-fit: fill;
}

/******Dashboard****
*/
.yello {
	background-color: var(--secWhihe);
	color: #F2F2F2;
}

/******Button*****/

.mainBtn {
	background-color: var(--secDark) !important;
	color: var(--secWhihe) !important;
}

	.mainBtn:hover {
		background-color: var(--prOrange) !important;
		color: var(--secWhihe) !important;
	}


.addBtn {
	background-color: var(--prPrimary) !important;
	color: var(--secWhihe) !important;
}

.linqs {
	color: var(--secDark) !important;
}

	.linqs:hover {
		color: var(--prOrange) !important;
	}

.dashLinqs {
	color: var(--prDark) !important;
}

	.dashLinqs:hover {
		color: var(--prOrange) !important;
	}

.editBtn {
	background-color: var(--prAdd) !important;
	color: var(--secWhihe) !important;
}

	.editBtn:hover {
		background-color: #168253 !important;
		color: var(--secWhihe) !important;
	}



/* Custom CSS for Applicant Cards */
.applicant-card {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}

	.applicant-card img {
		width: 100%;
		height: auto;
	}

.applicant-card-body {
	padding: 15px;
}

.applicant-card-title {
	font-size: 1.25rem;
	font-weight: bold;
}

.applicant-card-subtitle {
	font-size: 0.95rem;
	color: #6c757d;
}

.applicant-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 0.75rem;
	font-weight: bold;
}

.badge-interviewing {
	background-color: #ffc107;
	color: #fff;
}

.badge-nohire {
	background-color: #dc3545;
	color: #fff;
}

.applicant-update-stage {
	margin-top: 10px;
}


/*Course Details */

.coDetail-header {
	background-color: #f8f9fa;
	padding: 20px;
	text-align: center;
}

	.coDetail-header h1 {
		display: contents;
		overflow-wrap: break-word;
	}

.coDetail-details {
	margin: 20px 0;
}

.coDetail-image {
	max-width: 100%;
	height: auto;
}


/*Announce */
.anounce-section {
	text-align: center;
	margin-top: 50px;
}

.anounce-highlight {
	display: inline-block;
	padding: 10px 20px;
	background-color: #f9c74f;
	color: #000;
	font-size: 1.5rem;
	border-radius: 5px;
	opacity: 0;
	/* Start hidden */
	animation: anounceFade 4s infinite;
	/* Animation name and duration */
}

@keyframes anounceFade {

	0%, 100% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}


.anounce-badge {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0.9rem;
	animation: anounceFade 2s infinite;
	/* Add animation here */
}


/*Accordion*/

.accordion-arrow {
	font-size: 1.5rem;
	transition: transform 0.2s;
}

	.accordion-arrow.collapsed {
		transform: rotate(0deg);
	}

	.accordion-arrow:not(.collapsed) {
		transform: rotate(180deg);
	}



@media screen and (max-width: 767px) {

	/* Your styles for small screens here */
	body {
		font-size: 14px;
	}

	.container {
		max-width: 90%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* Your styles for medium screens here */
	.container {
		max-width: 90%;
	}
}

@media screen and (min-width: 1024px) {

	/* Your styles for large screens here */
	.header {
		padding: 20px;
	}
}

.nav-space > li {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}





.career {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background-color: #f8f9fa;
}

.background-container {
	position: relative;
	width: 100%;
	max-width: 800px;
	overflow: hidden;
	border-radius: 32px;
}

	.background-container img {
		width: 100%;
		height: auto;
		display: block;
		border-radius: 32px;
	}

	.background-container .content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		color: white;
		padding: 20px;
		border-radius: 32px;
	}

		.background-container .content h3 {
			margin-bottom: 20px;
		}

	.background-container .btn {
		background-color: white;
		color: black;
		text-decoration: none;
		padding: 10px 20px;
		border-radius: 50px;
		transition: background-color 0.3s;
	}

		.background-container .btn:hover {
			background-image: linear-gradient(90deg, #165d31 0%, #258e4b 100%);
			/* Saudi Green */
			color: #fff !important;
			font-weight: bold !important;
			border: 1px #165d31 solid !important;
			transition: ease-in-out .3s;
		}

/* Responsive adjustments */
@media (max-width: 768px) {
	.background-container .content {
		padding: 10px;
	}
}


/*Login*/
.registers {
	background-color: transparent;
	color: black;
	border: 1px black solid !important;
	/*transition: ease-in-out .3s;*/

	font-weight: bold;
}

	.registers:hover {
		background-image: linear-gradient(90deg, #165d31 0%, #258e4b 100%);
		/* Saudi Green */
		color: #fff !important;
		font-weight: bold !important;
		border: 1px #165d31 solid !important;
		transition: ease-in-out .3s;
	}


.navbarlinks {
	font-size: 22px;
	font-family: Lato;
}

.animate__animated.animate__bounce {
	--animate-duration: 2s;
}


.apply-btn {
	background-color: black;
	color: white;
	border: 1px solid !important;
}

	.apply-btn:hover {
		background-image: linear-gradient(90deg, #165d31 0%, #258e4b 100%);
		/* Saudi Green */
		color: #fff !important;
		font-weight: 800 !important;
		border: 1px #165d31 solid !important;
		/*transition: ease-in-out .3s;*/
	}

.details-btn {
	background-color: transparent;
	color: black;
	border: 1px black solid !important;
	/*transition: ease-in-out .3s;*/

	font-weight: bold;
}

	.details-btn:hover {
		font-weight: bold;
		background-color: var(--prOrange);
		color: var(--prDark);
		color: #fff !important;
		font-weight: bold !important;
		border: 1px solid !important;
		transition: ease-in-out .1s;
	}

@media (max-width: 767px) {



	nav li {
		display: flex;
		/*justify-content: center;*/
		/*align-items: center;*/
		flex-direction: column;
	}
}


/* Navbar */

@media (min-width: 992px) {
	fluid {
		padding-right: 0;
		padding-left: 0;
	}

	.container-fluid {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}

	.navbar > .container-fluid {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
	}
}


/* Vacancies */
.vac {
	width: 100%;
	height: auto;
	background-color: aquamarine;
}

.vacancies-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.vacancy-card {
	flex: 1 1 calc(50% - 20px);
	/* Adjust the card size as needed */
	transition: transform 0.3s;
}

	.vacancy-card:hover {
		transform: scale(1.05);
	}

.card {
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
	padding: 20px;
}

.card-title.bold {
	font-weight: bold;
}


.badge-success {
	background-color: #28a745;
}

.badge-danger {
	background-color: #dc3545;
}

.progress {
	height: 20px;
	margin-bottom: 10px;
}

.progress-bar {
	line-height: 20px;
	color: #fff;
	text-align: center;
}

.progress-bar-success {
	background-color: #28a745;
}

.progress-bar-danger {
	background-color: #dc3545;
}

.progcard-img {
	width: 100%;
	height: 200px;
	/* Adjust as needed */
	object-fit: cover;
}

h1 {
	display: flex;
	flex-wrap: wrap;
}


.any-card {
	/*flex: 1 1 calc(50% - 20px);*/
	/* Adjust the card size as needed */
	transition: transform 0.3s;
}

	.any-card:hover {
		transform: scale(1.05);
	}



.course-card-container {
	display: flex;
	align-items: stretch;
}


.course-card {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}


	.course-card .card-body {
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}


	.course-card .card-text {
		flex-grow: 1;
	}


		/* .course-card .card-text a,
        .course-card .card-text button {
            margin-top: auto;
        }*/
		.course-card .card-text.mt-auto {
			margin-top: auto;
		}



.getuser {
	color: #000000 !important;
}





/*Blog*/
.blog {
	text-align: center;
	padding: 2rem;
}

	.blog h2 {
		margin-bottom: 2rem;
	}

.blog-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.blog-post {
	flex: 1 1 30%;
	margin: 1rem;
	overflow: hidden;
	transition: transform 0.3s;
	display: flex;
	flex-direction: column;
}

	.blog-post .inner {
		border: 1px solid #ccc;
		padding: 1rem;
		text-align: left;
		display: flex;
		flex-direction: column;
		flex-grow: 1;
	}

	.blog-post img {
		width: 100%;
		height: auto;
		max-height: 200px;
		object-fit: cover;
	}

	.blog-post a {
		text-decoration: none;
		color: #333;
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.blog-post h3 {
		margin: 0.5rem 0;
		flex-grow: 0;
	}

	.blog-post .description {
		flex-grow: 1;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		/* number of lines to show */
		-webkit-box-orient: vertical;
		height: 4.5rem;
		/* Adjust based on desired height */
		margin-bottom: 1rem;
	}

	.blog-post p {
		margin: 0;
	}

	.blog-post:hover {
		transform: scale(1.05);
	}

.discover {
	text-align: center;
}

	.discover .row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
	}

	.discover .col-md-4 {
		text-align: left;
	}

	.discover .col-md-6 {
		margin: 1rem 0;
	}

	.discover img {
		width: 100%;
		height: auto;
		transition: transform 0.3s;
	}

		.discover img:hover {
			transform: scale(1.05);
		}


/*End Of Blog*/



.blogdt-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.blogdt-title {
	font-size: 2rem;
	margin-bottom: 10px;
}

.blogdt-author-date {
	color: #777;
	margin-bottom: 20px;
}

.blogdt-image-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.blogdt-image {
	max-width: 100%;
	height: auto;
	transition: transform 0.3s;
}

.blogdt-image-wrapper:hover .blogdt-image {
	transform: scale(1.05);
}

.blogdt-image-caption {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 5px 10px;
	font-size: 0.9rem;
	border-radius: 3px;
}

.blogdt-content {
	font-size: 1rem;
	line-height: 1.6;
}

	.blogdt-content h2 {
		margin-top: 20px;
		font-size: 1.5rem;
	}



.hvr-grow {
	transition: transform 0.3s;
}

	.hvr-grow:hover {
		transform: scale(1.1);
	}

/* Gallery Container */
.gallery-container {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #fff; /* Or transparent if you prefer */
	overflow: hidden;
}

.swiper {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Slide Styling */
.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 300px; /* Adjust width of the cards */
	height: 650px; /* Adjust height of the cards */
	/* The Magic: Blur and Scale down side items */
	filter: blur(4px);
	opacity: 0.7;
	transform: scale(0.85);
	transition: all 0.3s ease;
	border-radius: 15px;
	overflow: hidden;
	cursor: grab; /* Shows the grab hand */
}

	.swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

/* Active Slide Styling (The Center One) */
.swiper-slide-active {
	filter: blur(0px); /* Remove blur */
	opacity: 1;
	transform: scale(1.1); /* Make it pop out */
	z-index: 10;
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	cursor: default;
}

/* Navigation Arrows Styling */
.swiper-button-next, .swiper-button-prev {
	color: #fff; /* White arrows */
	background: rgba(0,0,0,0.3); /* Slight dark background behind arrow */
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-weight: bold;
}

	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 20px;
	}

.swiper-pagination-bullet-active {
	background-color: var(--saudiGreen);
}
/* --- Video Gallery Container --- */
.video-gallery-container {
	width: 100%;
	padding: 60px 0;
	background-color: #f9f9f9;
	overflow: hidden;
}

/* --- The Slide Card --- */
.video-slide {
	height: 400px; /* Video height */
	width: auto;
	max-width: 90vw;
	background: #000;
	border-radius: 20px;
	overflow: hidden;
}

/* --- Active Slide (Center) --- */
/* Active Video (Center) */
.swiper-slide-active.video-slide {
	filter: blur(0px);
	opacity: 1;
	transform: scale(1);
	z-index: 10;
	box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

	/* Allow clicking ONLY on the Center Video */
	.swiper-slide-active.video-slide video {
		pointer-events: auto !important; /* The !important forces the browser to listen to clicks */
		cursor: pointer; /* changing to pointer helps visual feedback */
	}

.video-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Prevents black bars if ratio differs, change to 'contain' to see full video always */
	display: block;
}

/* Swiper Nav Buttons */
.swiper-button-next, .swiper-button-prev {
	color: #fff;
	background: rgba(0,0,0,0.3);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-weight: bold;
}

:root {
	--primary-gold: #C5A059;
	--brand-teal: #00b08c;
	--dark-blue: #1a2b48;
	--section-green: #06452b; /* Matching the green in your screenshot */
}

/* --- 1. Hero Slider --- */
.hero-section {
	height: 73vh;
	width: 100%;
	overflow: hidden;
}

.hero-slide {
	height: 100%;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-overlay {
	background: rgba(0,0,0,0.4);
	padding: 40px 60px;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	max-width: 800px;
}

.hero-title {
	font-size: 4rem;
	font-weight: 100;
	margin-bottom: 20px;
}
/* Section Headings */
.section-padding {
	padding: 80px 0;
}

.section-title-box {
	text-align: @(isArabic ? "right" : "left");
	margin-bottom: 40px;
}

	.section-title-box.centered {
		text-align: center;
		margin-bottom: 60px;
	}

.section-subtitle {
	color: var(--brand-teal);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 10px;
}

.section-title {
	font-size: 2.5rem;
	font-weight: 800;
	color: var(--dark-blue);
}

.btn-gold {
	background: var(--primary-gold);
	color: #fff;
	border: none;
	padding: 15px 45px;
	font-weight: 700;
	border-radius: 5px;
	text-transform: uppercase;
	transition: 0.3s;
}

	.btn-gold:hover {
		background: #ad8a4a;
		transform: translateY(-2px);
		color: #fff;
	}

/* --- 2. Destinations Section (Matching image_39573e.jpg) --- */
.destinations-section {
	display: flex;
	flex-wrap: nowrap;
	height: 550px;
	width: 100%;
	margin-top: 50px;
}

/* The Green Sidebar Box */
.dest-title-sidebar {
	background-color: var(--section-green);
	color: #fff;
	flex: 0 0 25%; /* 25% width */
	padding: 60px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 2;
}

	.dest-title-sidebar h3 {
		font-size: 1.1rem;
		color: #00d0a0; /* Brighter teal for contrast */
		margin-bottom: 15px;
		font-weight: 600;
	}

	.dest-title-sidebar h2 {
		font-size: 3.2rem;
		font-weight: 800;
		line-height: 1.1;
		margin-bottom: 40px;
	}

.btn-all-dest {
	border: 2px solid #fff;
	color: #fff;
	padding: 12px 30px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
	display: inline-block;
	width: fit-content;
	transition: 0.3s;
	text-decoration: none !important;
}

	.btn-all-dest:hover {
		background: #fff;
		color: var(--section-green);
	}

/* The Cards Container */
.dest-items-container {
	flex: 0 0 75%; /* 75% width */
	display: flex;
	overflow: hidden;
}

.dest-card {
	flex: 1; /* Distribute space equally */
	position: relative;
	overflow: hidden;
	border-inline-start: 1px solid rgba(255,255,255,0.1);
}

	.dest-card img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.6s ease;
	}

	.dest-card:hover img {
		transform: scale(1.1);
	}

.dest-badge {
	position: absolute;
	top: 25px;
	right: 25px;
	background: var(--brand-teal);
	color: #fff;
	padding: 6px 18px;
	border-radius: 4px;
	font-size: 0.85rem;
	font-weight: 700;
	z-index: 3;
}

.dest-info-overlay {
	position: absolute;
	bottom: 40px;
	left: 30px;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #fff;
}

	.dest-info-overlay svg {
		width: 22px;
		height: 22px;
		fill: var(--brand-teal);
	}

	.dest-info-overlay span {
		font-size: 1.8rem;
		font-weight: 700;
		text-shadow: 0 2px 4px rgba(0,0,0,0.5);
	}

/* Overlay gradient for legibility */
.dest-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(transparent, rgba(0,0,0,0.7));
}

/* --- 3. Split Feature Sections (About & Licenses) --- */
.split-row {
	padding: 100px 0;
}

.split-image {
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.split-label {
	color: var(--brand-teal);
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 15px;
	display: block;
}

.split-title {
	font-size: 2.8rem;
	font-weight: 800;
	color: var(--dark-blue);
	margin-bottom: 30px;
}

.split-text {
	color: #666;
	line-height: 2;
	font-size: 1.3rem;
	font-weight:bold;
}

.license-box {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 25px;
	background: #fbfbfb;
	border: 1px solid #eee;
	border-radius: 12px;
	margin-bottom: 20px;
	transition: 0.3s;
}

	.license-box:hover {
		border-color: var(--primary-gold);
		transform: translateY(-5px);
	}

	.license-box img {
		height: 60px;
	}

	.license-box h5 {
		margin: 0;
		font-weight: 800;
		color: var(--dark-blue);
	}

	.license-box small {
		color: #999;
		font-weight: 600;
	}

.package-card {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 30px;
	transition: 0.3s;
	border: 1px solid #eee;
}

	.package-card:hover {
		transform: translateY(-10px);
		box-shadow: 0 15px 40px rgba(0,0,0,0.1);
	}

.package-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	background: var(--brand-teal);
	color: white;
	padding: 5px 15px;
	border-radius: 4px;
	font-weight: 700;
}

.package-content {
	padding: 25px;
}

.package-price {
	color: var(--primary-gold);
	font-size: 1.5rem;
	font-weight: 800;
}

.package-details {
	font-size: 0.9rem;
	color: #777;
	margin-bottom: 15px;
}


/* Responsive adjustments */
@@media (max-width: 1100px) {
	.destinations-section {
		flex-direction: column;
		height: auto;
	}

	.dest-title-sidebar {
		flex: 0 0 100%;
	}

	.dest-items-container {
		flex: 0 0 100%;
		flex-direction: column;
	}

	.dest-card {
		height: 400px;
	}
}

@@media (max-width: 768px) {
	.hero-title {
		font-size: 2.5rem;
	}

	.split-title {
		font-size: 2rem;
	}
}
/*Layout*/
:root {
	--primary-gold: #C5A059;
	--brand-teal: #00b08c;
	--dark-blue: #1a2b48;
	--off-white: #f2f2f2; /* The "dark degree of white" */
	--border-light: #ececec;
}

body {
	margin: 0;
	padding: 0;
}

/* --- Info Bar Styling --- */
.brand-bar {
	padding: 25px 0;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

.header-logo img {
	height: 80px;
	width: auto;
}

.header-contact-info {
	display: flex;
	gap: 40px;
	align-items: center;
}

.info-block {
	display: flex;
	align-items: center;
	text-decoration: none !important;
	color: inherit;
}

.svg-icon-box {
	width: 55px;
	height: 55px;
	background: #f8fbfb;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--brand-teal);
	flex-shrink: 0;
	transition: all 0.3s ease;
}

.info-block:hover .svg-icon-box {
	background: var(--brand-teal);
	color: #fff;
}

.svg-icon-box svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.info-content {
	display: flex;
	flex-direction: column;
	margin-inline-start: 15px;
}

.info-label {
	font-size: 0.85rem;
	font-weight: 800;
	color: #999;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 4px;
}

.info-text {
	font-size: 1.15rem;
	color: var(--dark-blue);
	font-weight: 700;
	line-height: 1.2;
}

/* --- Navbar (Dark Off-White Version) --- */
.navbarlinks {
	background-color: var(--off-white) !important;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	position: sticky;
	top: 0;
	z-index: 1050;
	padding: 0 !important;
	border-bottom: 3px solid var(--primary-gold);
}

.nav-link.calls {
	font-weight: 700;
	color: var(--dark-blue) !important;
	padding: 15px 10px !important;
	font-size: 0.95rem;
	display: flex;
	align-items: center;
	transition: 0.3s;
}

	.nav-link.calls:hover {
		color: var(--brand-teal) !important;
		background-color: rgba(0,0,0,0.02);
	}

	.nav-link.calls img {
		width: 20px;
		margin-inline-end: 8px;
	}

/* --- Footer Styling (Dark Off-White Version) --- */
.site-footer {
	background-color: var(--off-white);
	color: #444;
	padding-top: 60px;
	margin-top: 50px;
	border-top: 1px solid var(--border-light);
}

.footer-logo img {
	height: 75px;
	margin-bottom: 20px;
}

.footer-heading {
	color: var(--dark-blue);
	font-size: 1.2rem;
	font-weight: 800;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
}

	.footer-heading::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: @(isArabic ? "auto" : "0");
		right: @(isArabic ? "0" : "auto");
		width: 40px;
		height: 3px;
		background-color: var(--primary-gold);
	}

.footer-links {
	list-style: none;
	padding: 0;
}

	.footer-links li {
		margin-bottom: 12px;
	}

	.footer-links a {
		color: #666;
		text-decoration: none;
		transition: 0.3s;
		font-weight: 600;
	}

		.footer-links a:hover {
			color: var(--brand-teal);
			padding-inline-start: 5px;
		}

.footer-contact-item {
	display: flex;
	margin-bottom: 18px;
	color: #555;
	align-items: flex-start;
}

	/* SVG styling for footer items */
	.footer-contact-item svg {
		width: 18px;
		height: 18px;
		fill: var(--brand-teal);
		margin-inline-end: 15px;
		flex-shrink: 0;
		margin-top: 4px;
	}

.footer-socials {
	display: flex;
	gap: 12px;
	margin-top: 25px;
}

	.footer-socials a {
		width: 42px;
		height: 42px;
		background: #fff;
		border: 1px solid #ddd;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		color: var(--dark-blue);
		transition: 0.3s;
		box-shadow: 0 2px 4px rgba(0,0,0,0.03);
	}

		.footer-socials a svg {
			width: 18px;
			height: 18px;
			fill: currentColor;
		}

		.footer-socials a:hover {
			background: var(--brand-teal);
			color: #fff;
			border-color: var(--brand-teal);
			transform: translateY(-3px);
		}

.copyright-bar {
	background-color: #ebebeb;
	padding: 25px 0;
	margin-top: 50px;
	color: #777;
	font-size: 0.9rem;
	border-top: 1px solid #ddd;
}

@@media (max-width: 1100px) {
	.header-contact-info {
		gap: 20px;
	}

	.info-text {
		font-size: 0.95rem;
	}
}

@@media (max-width: 991px) {
	.header-contact-info {
		display: none;
	}

	.brand-bar .container-fluid {
		justify-content: center !important;
	}

	.navbar-collapse {
		background-color: var(--off-white);
		padding: 15px;
	}
}

/* Fix for AdminLTE Sidebar Search with Light Sidebar */
/* This ensures the main text (e.g., 'Photos') is dark and visible */
.sidebar-search-results .search-title {
	color: #212529 !important;
}

	/* This fixes the matching part (e.g., 'photo') which AdminLTE JS 
   forces to be white by adding the .text-light class */
	.sidebar-search-results .search-title .text-light {
		color: #007bff !important; /* Makes the matched part Blue */
		background-color: transparent !important;
		font-weight: bold;
	}

/* Optional: styling the 'No element found' state */
.sidebar-search-results .list-group-item {
	background-color: #ffffff !important;
	border-color: #d9d9d9 !important;
}

	/* Styling the hover state for the search results list */
	.sidebar-search-results .list-group-item:hover {
		background-color: #f8f9fa !important;
	}


/* Ensures icons in the navbar always have space regardless of language direction */
.nav-link i {
	margin-left: 2px;
	margin-right: 2px;
}

/* Prevents user greeting from breaking into two lines */
#manage {
	display: flex !important;
	align-items: center;
	white-space: nowrap;
}
#logoutForm {
	display: flex !important;
	align-items: center;
	white-space: nowrap;
}
:root {
        /* Merged variables from all blocks */
        --primary-bg: #f9f9f9; /* Took value from Block 3 */
        --accent: #3b82f6;     /* Preserved from Block 1 */
        --card-shadow: 0 20px 50px rgba(0,0,0,0.4);
        --border-radius: 20px;
    }

    body {
        background-color: var(--primary-bg);
        font-family: 'Lato', 'Inter', system-ui, -apple-system, sans-serif; /* Fallback added */
        margin: 0;
        padding: 0;
    }

    .gallery-section {
        padding: 4rem 1rem;
    }

    .gallery-wrapper {
        position: relative;
        padding: 0 20px;
    }

    .text-center {
        text-align: center;
        margin-bottom: 40px;
    }

    .display-4 {
        font-size: 2.5rem;
        font-weight: 700;
        color: #333;
    }

    /* --- General Components --- */
    .instruction-badge {
        display: inline-flex;
        align-items: center;
        padding: 8px 20px; /* Values from Block 2 */
        background-color: #e9ecef;
        color: #495057;
        border-radius: 50px;
        font-size: 0.9rem;
        margin-top: 10px;
        margin-bottom: 2rem;
    }

    /* --- Swiper Base Styling --- */
    .swiper {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 80px;
    }

    /* Standard Image Slide (from Block 1 & 2) */
    .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 300px; /* Block 2 override */
        height: 400px; /* Block 2 override */
        border-radius: 12px; /* Block 2 override */
        overflow: hidden;
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
        cursor: zoom-in;
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    @media (min-width: 768px) {
        .swiper-slide {
            width: 400px; /* Block 2 override */
            height: 550px; /* Block 2 override */
        }
    }

    /* --- Video Gallery Specifics (From Block 3) --- */
    .video-gallery-container {
        width: 100%;
        padding: 40px 0 80px 0;
        overflow: hidden;
    }

    .myVideoSwiper {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    /* Specialized Video Slide Card */
    .video-slide {
        /* Responsive Sizing for "Larger View" */
        width: 800px;
        max-width: 85vw;
        height: 450px; /* 16:9 Aspect Ratio approx */
        background: #000;
        border-radius: var(--border-radius);
        overflow: hidden;
        transition: all 0.3s ease;
        /* Glassmorphism/Shadow style */
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        filter: brightness(0.5) blur(1px);
        transform: scale(0.9);
    }

    @media (max-width: 768px) {
        .video-slide {
            height: 300px;
        }
    }

    /* Active Video Slide (Center Focus) */
    .swiper-slide-active.video-slide {
        filter: brightness(1) blur(0px);
        opacity: 1;
        transform: scale(1.05); /* Slight pop out effect */
        z-index: 10;
        box-shadow: var(--card-shadow);
    }

    .video-slide iframe {
        width: 100%;
        height: 100%;
        border: none;
        display: block;
    }

    /* Prevent interaction on non-active slides to allow swiping */
    .video-slide:not(.swiper-slide-active) {
        pointer-events: none;
    }

    .swiper-slide-active.video-slide iframe {
        pointer-events: auto;
    }

    /* --- Shared Swiper Controls (Navigation & Pagination) --- */
    /* Note: Block 3 styles (Dark) were applied here over Block 1 (White) */
    
    .swiper-button-next, .swiper-button-prev {
        color: #fff;
        background: rgba(0, 0, 0, 0.5);
        width: 60px;
        height: 60px;
        border-radius: 50%;
        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1); /* Kept shadow from Block 1 */
        transition: background 0.3s;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 24px;
        font-weight: bold;
    }

    .swiper-button-next:hover, .swiper-button-prev:hover {
        background: rgba(0, 0, 0, 0.8);
    }

    .swiper-pagination-bullet-active {
        background: #333; /* Block 3 Override */
        width: 24px;       /* Kept from Block 1 for shape */
        border-radius: 4px; /* Kept from Block 1 for shape */
    }

:root {
	--sedana-gold: #C5A059;
	--sedana-black: #1A1A1A;
	--sedana-gold-soft: rgba(197, 160, 89, 0.1);
}

h2 {
	text-align: center;
	margin-bottom: 40px;
	font-weight: 700;
	color: #333;
	position: relative;
}
/* Styling for the list items */
.goal-item {
	transition: transform 0.2s ease;
	padding: 10px;
	border-radius: 8px;
}

	/* Optional: subtle background change on hover to guide the eye */
	.goal-item:hover {
		background-color: #fbfbfb;
		transform: translateX(5px);
	}

.goal-icon-wrap {
	min-width: 35px; /* Ensures the icon has its own space */
	font-size: 1.2rem;
	padding-top: 2px; /* Aligns icon perfectly with the first line of text */
}

.goal-content {
	font-size: 1rem;
	line-height: 1.6;
	color: #4a4a4a;
	font-weight: bold;
}

.text-gold {
	color: #c5a059; /* Matching the elegant gold tone */
}

/* Make the image look more premium */
.rounded-4 {
	border-radius: 1.5rem !important;
}
/* Logical Text Alignment and Directional Styles */
.text-gold {
	color: var(--sedana-gold);
}

.split-label {
	color: var(--sedana-gold);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 0.5rem;
}

/* RTL specific overrides for Arabic legibility */
[dir="rtl"] .split-label {
	letter-spacing: 0;
	text-transform: none;
}

.split-title {
	color: var(--sedana-black);
	font-weight: 800;
	margin-bottom: 1.25rem;
}

.split-text {
	color: #555;
	line-height: 1.8;
}

.btn-gold {
	background-color: var(--sedana-gold);
	color: white;
	border-radius: 50px;
	padding: 10px 35px;
	transition: all 0.3s ease;
	border: none;
	font-weight: 600;
}

	.btn-gold:hover {
		background-color: #b08d4b;
		color: white;
		transform: translateY(-2px);
		box-shadow: 0 5px 15px rgba(197, 160, 89, 0.3);
	}

.split-image {
	width: 100%;
	height: auto;
	object-fit: cover;
	max-height: 450px;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.image-wrapper {
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

	.image-wrapper:hover .split-image {
		transform: scale(1.05);
	}



.value-badge {
	background-color: var(--sedana-gold-soft);
	color: var(--sedana-gold);
	padding: 8px 20px;
	margin: 2px;
	border-radius: 50px;
	font-size: 0.9rem;
	font-weight: 600;
	border: 1px solid rgba(197, 160, 89, 0.2);
}

.stat-card {
	padding: 15px;
	border-inline-start: 3px solid var(--sedana-gold);
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	border-radius: 4px;
}

/* Ensure icons flip correctly in RTL if needed,
                               though fa-check-circle is symmetrical. */
[dir="rtl"] .me-2 {
	margin-left: 0.5rem !important;
	margin-right: 0 !important;
}

/* Board of Directors Styles */
.director-card {
	text-align: center;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	transition: all 0.4s ease;
	border: 1px solid #eee;
}

	.director-card:hover {
		transform: translateY(-10px);
		box-shadow: 0 15px 35px rgba(0,0,0,0.1);
		border-color: var(--sedana-gold);
	}

.director-img-wrapper {
	width: 100%;
	height: 320px;
	overflow: hidden;
}

	.director-img-wrapper img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.5s ease;
	}

.director-card:hover .director-img-wrapper img {
	transform: scale(1.1);
}

.director-info {
	padding: 20px 15px;
}

	.director-info h5 {
		font-size: 1.15rem;
		font-weight: 700;
		margin-bottom: 5px;
		color: var(--sedana-black);
	}

	.director-info p {
		font-size: 0.9rem;
		color: var(--sedana-gold);
		margin-bottom: 0;
		font-weight: 600;
		text-transform: uppercase;
	}

[dir="rtl"] .director-info p {
	text-transform: none; /* No uppercase for Arabic text */
}

.video-container-swiper {
	position: relative;
	width: 100%;
	height: 500px; /* Adjust to match your slider height */
	background: #000;
}

.video-container-swiper iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.video-container-swiper .hero-overlay {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3); /* Darkens video slightly for text readability */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
/* Navigation Arrow Colors */
.swiper-button-next, .swiper-button-prev {
	color: #C5A059; /* Your gold color */
}

/* Pause/Play Button Styling */
.swiper-control-btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #C5A059;
	color: white;
	padding: 10px 15px;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.3s;
}

	.swiper-control-btn:hover {
		background: #C5A059;
	}
/* The container covers the video but ignores clicks */
.hero-interaction-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: flex;
	flex-direction: column;
	justify-content: center; /* Centers text vertically */
	align-items: center; /* Centers text horizontally */
	pointer-events: none; /* THIS allows clicking the video behind the text */
}

/* The box holding the text */
.hero-text-box {
	text-align: center;
	background: rgba(0, 0, 0, 0.3); /* Optional: semi-transparent dark tint behind text only */
	padding: 20px;
	border-radius: 8px;
}

/* Re-enable clicking for the buttons/links specifically */
.hero-interaction-layer a,
.hero-interaction-layer button {
	pointer-events: auto; /* THIS makes the button clickable again */
}

.video-container-swiper iframe {
	position: relative;
	z-index: 1; /* Sits below the interaction layer */
}
