body {
	background-color: black;
	text-align: center;
}

.header {
	max-width: 1400px;
	justify-self: center;
	padding: 20px 20px 160px 20px;
}

.header,
.footer-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.header div,
.footer-container div {
	display: flex;
	flex-direction: row;
	color: white;
	font-size: 30px;
	font-family: "Gilroy Light", Arial, sans-serif;
	align-items: center;
}

.footer-container div {
	font-size: 24px;
}

.highlighted {
	color: #4bcc5b;
}

.gap {
	gap: 10px;
}

a.mainlink {
	color: white;
	font-family: "Gilroy Extrabold", Arial, sans-serif;
	text-decoration: none;
}

.header img {
	width: 120px;
	background-color: #1d1d1b;
	padding-top: 2px;
	border-radius: 6px;
	border: 2px solid #4bcc5b;
	margin-right: 20px;
}

.intro {
	background-image: linear-gradient(to top, black 0%, transparent 15%),
		url(/images/Hospitality-HCLP-Framework-Background.webp);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	margin-bottom: -50px;
	text-align: -webkit-center;
}

.intro .container {
	padding: 15px 60px;
	width: 100%;
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

h1,
h2,
h3,
h4,
p {
	color: white;
	font-family: "Gilroy Extrabold", Arial, sans-serif;
	line-height: 1.2;
}

h1 {
	font-size: 50px;
	max-width: 800px;
	text-align: center;
	margin-bottom: 50px;
}

h2 {
	font-size: 28px;
}

p {
	font-size: 18px;
	max-width: 800px;
	text-align: center;
}

.form-step .input-container input {
	background-color: #1d1d1b;
	border-color: #4bcc5b;
	border-radius: 6px;
	height: 54px;
	color: white;
	padding: 26px 15px 10px;
}

.form-step {
	gap: 16px;
}

.form-step.active {
	height: auto;
}

.form-step .input-container label {
	left: 15px;
	top: 13px;
	font-size: 20px;
	color: #777;
	white-space: nowrap;
}

.form-step .input-container input:focus + label,
.form-step .input-container input:not(:placeholder-shown) + label {
	top: 7px;
	left: 17px;
	font-size: 12px;
}

.form-step .input-container input:focus,
.form-step .input-container input:not(:placeholder-shown) {
	outline: 2px solid white;
}

.form-step button {
	border-radius: 6px;
	background-color: #4bcc5b;
	transition: 0.3s ease;
	text-transform: capitalize;
	height: 54px;
	font-size: 26px;
	min-width: 220px;
	z-index: 10;
}

.form-step button .fas {
	font-size: 22px;
}

.form-step button:hover,
.whatsapp:hover {
	background-color: #3aa947;
}

.multi-step-form-container {
	max-width: 680px;
	width: 100%;
}

.whatsapp {
	width: 70px;
	background-color: #4bcc5b;
	border-radius: 50%;
	padding: 5px;
	margin-top: 50px;
	margin-bottom: 50px;
}

/* Slider Styles - Integrated with existing design */
.slider {
	position: relative;
	transform: none !important;
	width: 100%;
	display: flex;
	gap: 30px;
	flex-direction: column;
	justify-items: center;
}

.slider .container {
	display: flex;
	flex-direction: column;
	justify-items: center;
}

.arc-top {
	max-width: 1600px;
	width: 100%;
	justify-self: anchor-center;
}

.slider h2 {
	margin-bottom: 0px;
	text-align: center;
}

.slider-title {
	text-align: center;
	color: white;
	font-size: 56px;
	font-family: "Gilroy Extrabold", Arial, sans-serif;
	margin-bottom: 60px;
	line-height: 1.2;
}

.slider-container {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

/* Text Slider Styles - Add this to your landing.css */

.text-slide {
	width: 500px;
	margin-right: 20px;
	border-radius: 12px;
	padding: 25px;
	border: 2px solid #3aa947;
}

.testimonial-content {
	text-align: left;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.testimonial-stars {
	color: #ffd700;
	font-size: 28px;
	margin: auto;
	letter-spacing: 6px;
}

.testimonial-text {
	line-height: 1.6;
	color: #fff;
	font-family: "Gilroy Medium", Arial, sans-serif;
	margin-bottom: 20px;
	flex-grow: 1;
	font-style: italic;
}

.testimonial-author {
	margin-top: auto;
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid #f0f0f0;
}

.testimonial-author {
	display: block;
	color: #7f8c8d;
	font-size: 16px;
}

@media only screen and (max-width: 1280px) {
	.slider-container {
		max-width: 93%;
	}
}

.slider-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	width: 100%;
	margin: 0 auto;
}

.slider-nav {
	display: flex;
	justify-content: space-between;
	gap: 0px;
	width: 100%;
	margin-top: 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

.slider-track {
	display: flex;
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: fit-content;
	will-change: transform;
}

.slide {
	width: 260px;
	height: 260px;
	position: relative;
	cursor: pointer;
	border-radius: 6px;
	overflow: hidden;
	transition: all 0.3s ease;
	border: 2px solid #4bcc5b;
	padding: 10px;
	margin-right: 20px;
	flex-shrink: 0;
}

#retailSlider .slide {
	width: 520px;
}

.slide:last-child {
	margin-right: 0;
}

.slide:hover {
	box-shadow: 0 10px 30px rgba(75, 204, 91, 0.3);
	border-color: #4bcc5b;
}

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

.slide:hover img {
	transform: scale(1.05);
}

.slide-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.9) 40%);
	padding: 20px;
	color: white;
	transform: translateY(100%);
	transition: transform 0.3s ease;
}

.slide:hover .slide-overlay {
	transform: translateY(0);
}

.slide-title {
	font-size: 16px;
	font-family: "Gilroy Extrabold", Arial, sans-serif;
	margin-bottom: 5px;
	color: white;
}

.slide-category {
	font-size: 14px;
	font-family: "Gilroy Light", Arial, sans-serif;
	color: #4bcc5b;
}

.nav-btn {
	pointer-events: all;
	z-index: 5;
	background-color: #1d1d1b;
	border: none;
	color: white;
	padding: 15px 20px;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 30px;
	font-family: "Gilroy Extrabold", Arial, sans-serif;
}

.nav-btn:hover {
	background-color: #4bcc5b;
}

.nav-btn:disabled {
	opacity: 0;
	pointer-events: none;
	cursor: not-allowed;
	background-color: #1d1d1b;
}

.nav-btn:disabled:hover {
	transform: none;
}

/* Modal Styles - Matching design theme */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 1000;
	backdrop-filter: blur(5px);
}

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

.modal {
	display: block;
	background: #1d1d1b;
	border-radius: 12px;
	max-width: 700px;
	width: 90%;
	height: auto;
	overflow-y: auto;
	position: relative;
	transform: scale(0.7);
	transition: transform 0.3s ease;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
	border: 2px solid #4bcc5b;
}

.modal-overlay.active .modal {
	transform: scale(1);
}

.modal-header {
	position: relative;
	height: 300px;
	overflow: hidden;
	border-radius: 6px 6px 0 0;
	padding: 0px;
}

.modal-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
}

.modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: rgba(29, 29, 27, 0.9);
	border: 2px solid #4bcc5b;
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-family: "Gilroy Extrabold", Arial, sans-serif;
	transition: all 0.3s ease;
}

.modal-close:hover {
	background: #4bcc5b;
	transform: scale(1.1);
}

.modal-content {
	padding: 40px;
	background-color: transparent;
}

.modal-title {
	font-size: 32px;
	margin-bottom: 10px;
	color: white;
	font-family: "Gilroy Extrabold", Arial, sans-serif;
	line-height: 1.2;
}

.modal-category {
	color: #4bcc5b;
	font-size: 18px;
	font-family: "Gilroy Light", Arial, sans-serif;
	margin-bottom: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.modal-description {
	color: white;
	line-height: 1.6;
	margin-bottom: 0px;
	font-size: 18px;
	text-align: left;
	font-family: "Gilroy Light", Arial, sans-serif;
}

.modal-services h4 {
	color: white;
	margin-bottom: 15px;
	font-size: 20px;
	font-family: "Gilroy Extrabold", Arial, sans-serif;
}

.service-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.service-tag {
	background: rgba(75, 204, 91, 0.1);
	border: 1px solid #4bcc5b;
	color: #4bcc5b;
	padding: 8px 15px;
	border-radius: 6px;
	font-size: 14px;
	font-family: "Gilroy Light", Arial, sans-serif;
}

.modal-link {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #4bcc5b;
	color: black;
	padding: 15px 30px;
	border-radius: 6px;
	text-decoration: none;
	transition: all 0.3s ease;
	font-family: "Gilroy Extrabold", Arial, sans-serif;
	font-size: 18px;
	display: inline-block;
}

.modal-link:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(75, 204, 91, 0.4);
}

.modal-footer {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 40px;
}

/* Accordion Styles */
.accordion {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 1280px;
	margin: 0 auto;
}

.accordion details {
	background-color: #1d1d1b;
	border-radius: 6px;
	overflow: hidden;
	transition: 0.3s ease;
	border: 2px solid transparent;
}

.accordion details[open],
.accordion details:hover {
	border: 2px solid #4bcc5b;
}

details .content {
	display: block !important;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		opacity 0.4s ease-out;
	opacity: 0;
}

details.opening .content {
	max-height: 300px;
	opacity: 1;
}

.accordion summary {
	color: white;
	font-size: 26px;
	font-family: "Gilroy Light", Arial, sans-serif;
	padding: 15px 30px;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 15px;
	list-style: none;
	position: relative;
	transition: 0.3s ease;
}

details.opening summary {
	color: #4bcc5b;
}

.accordion summary::-webkit-details-marker {
	display: none;
}

.accordion summary::after {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	color: white;
	font-size: 30px;
	margin-left: auto;
	transition: transform 0.3s ease;
}

.accordion details[open] summary::after {
	transform: rotate(90deg);
}

.accordion .content {
	padding: 0 30px 20px 30px;
}

.accordion .content p {
	font-family: "Gilroy Light", Arial, sans-serif;
	color: white;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.6;
	text-align: left;
	max-width: none;
}

.accordion .content b {
	color: #4bcc5b;
}

.faq-section {
	counter-reset: accordion-counter;
	padding: 60px 0;
}

.faq-title {
	text-align: center;
	margin-bottom: 40px;
	color: white;
}

.footer .container {
	padding: 80px 0px 40px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

/* Hide the more-text div initially */
.more-text {
	margin-top: 20px;
	max-height: 0;
	transform: scaleY(0);
	transform-origin: top;
	overflow: hidden;
	transition: max-height 0.3s ease-out, transform 0.3s ease-out,
		opacity 0.3s ease-out;
	opacity: 0;
}

/* Show the more-text div when active */
.more-text.show {
	max-height: 200px; /* Adjust this value based on your content height */
	transform: scaleY(1);
	opacity: 1;
}

.footer-container {
	max-width: 1280px;
	padding: 40px 0px;
}

.footer .links .grid a,
.footer .links {
	color: #9d9d9c;
	transition: 0.3s ease;
}

.footer .links .grid a:hover {
	color: #4bcc5b;
}

.footer .links a {
	color: #4bcc5b;
	font-family: "Gilroy Extrabold", Arial, sans-serif;
	text-decoration: none;
	transition: 0.3s ease;
}

.footer .links a:hover {
	color: white;
}
.footer .links {
	max-width: 1280px;
	width: 100%;
}

.footer .links .grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 40px;
}

.footer .links .grid div {
	display: flex;
	flex-direction: column;
}

@media only screen and (max-width: 1200px) {
	.header {
		padding-bottom: 120px;
	}
	h1 {
		font-size: 38px;
	}
	.footer-container {
		flex-direction: column;
		align-items: center;
	}
	h2,
	.accordion summary,
	.header div,
	.footer-container div {
		font-size: 21px;
	}

	.form-step button {
		font-size: 28px;
	}

	p,
	.accordion .content p {
		font-size: 17px;
	}
}

@media only screen and (max-width: 768px) {
	h2 {
		line-height: 1.4;
	}
	.form-step .input-container label {
		top: 16px;
		font-size: 15px;
	}
	.text-slide {
		padding: 20px 10px;
	}
	.testimonial-stars {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.modal-footer {
		padding: 2%;
	}

	.modal-category {
		margin-bottom: 10px;
	}

	.faq-section,
	.footer .container {
		padding: 30px 0px;
		width: 93%;
		justify-self: center;
	}

	.faq-section .container {
		padding: 0px;
	}

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

	.form-step button {
		margin-top: 10px;
	}
	.input-container {
		width: 100%;
	}
	.header {
		padding-bottom: 70px;
	}
	.header img {
		width: 100px;
	}
	.mobile-hide {
		display: none;
	}
	h1 {
		font-size: 30px;
	}

	h2,
	.accordion summary,
	.header div,
	.footer-container div {
		font-size: 19px;
	}

	.form-step button {
		font-size: 24px;
	}

	p,
	.accordion .content p {
		font-size: 16px;
	}
	.slide {
		min-width: 195px;
		width: 195px;
		height: 195px;
	}
	.text-slide {
		width: 100%;
	}

	.modal {
		width: 95%;
		margin: 20px;
	}

	.modal-content {
		padding: 25px;
	}

	.modal-title {
		font-size: 24px;
	}

	.intro .container {
		padding: 15px 30px;
	}
}
