@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
	font-family: 'DM Sans', sans-serif;
	font: 16px / 1.5 'DM Sans', sans-serif;
	color: #333;

}

/* ================= HERO (Banner) ================= */
.hero-wrapper {
	position: relative;
}

.hero-wrapper button {
	background-color: #FFB612;
	color: #000;
}

.hero-wrapper button:hover {
	background-color: #e6a00b;
	color: #000;
}

.hero-wrapper button:after {
	background-color: #e6a00b;
	color: #000;
}

.hero {
	position: relative;
	overflow: hidden;
}

/* Desktop */
.hero-desktop {
	min-height: 520px;
}

.hero-desktop h1 {
	color: #fff;
}

.hero-desktop p {
	color: #FFB612;
}


/* Background (desktop) */
.hero-desktop {
	background: url(headerBG.png) no-repeat;
	height: auto;
	display: block;
	background-size: 100% 100%;
	border-radius: 20px;
}

.hero-desktop .hero-content {
	position: relative;
	z-index: 2;
}

.hero-desktop .hero-phone {
	position: relative;
	z-index: 2;
	max-width: 460px;
	width: 100%;
	bottom: 0;
}

/* Anchor phone image to bottom (desktop) */
.hero-phone-col {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.hero-phone-col .hero-phone {
	margin-bottom: -147px;
}

/* Mobile */
.hero-mobile {
	background: url('headerBG.png') center/cover no-repeat;
	max-height: 600px;
	display: block;
	background-size: 100% 100%;
	border-radius: 20px;
}

.hero-mobile h1 {
	color: #fff;
}

.hero-mobile p {
	color: #FFB612;
}

.hero-phone-mobile {
	max-width: 370px;
}

.phone-mobile-wrapper {
	position: relative;
	z-index: 2;
}

.phone-mobile-wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.phone-mobile-wrapper .hero-phone-mobile {
	margin-bottom: 0;
}

/* Remove default spacing at bottom of hero mobile */
.hero-mobile {
	padding-bottom: 0 !important;
}

@media (max-width: 575.98px) {
	.hero-mobile {
		min-height: 540px;
	}

	.hero-phone-mobile {
		max-width: 320px;
	}
}

@media (min-width: 992px) {
	.hero-desktop .hero-content {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.hero-desktop h1 {
		font-size: 2.6rem;
	}
}

.container {
	max-width: 1100px;
}

.text-secondary {
	color: #52525B;
}

h2 {
	font-weight: 900;
	letter-spacing: 0%;
}

.arrow {
	display: flex;
	align-items: center;

	span {
		flex-grow: 1;
		margin-top: 5px;
		margin-right: 15px;
		height: 2px;
		display: inline-block;
		background: #000 !important;
		opacity: 1 !important;
	}

}

.bg-secondary {
	background-color: #F5F5F5 !important;
}

.bg-dark {
	background-color: #282828 !important;
}

.h-fill {
	height: 100%;
}

.fit-cover {
	object-fit: cover;

}

.accordion-button {
	font-weight: bold;
	background-color: #F5F5F5 !important;
}

.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:first-of-type,
.accordion {
	border-radius: 0;
	border: none;
}

.accordion-button:focus,
.accordion-item,
.accordion-button:not(.collapsed) {
	background-color: transparent;
	border: none;
	box-shadow: none;
	color: #000;
}

.accordion-item {
	border-bottom: 1px solid #000 !important;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		flex-grow: 0;
	}

	.md-rounded-end-4 {
		border-top-right-radius: var(--bs-border-radius-xl) !important;
		border-bottom-right-radius: var(--bs-border-radius-xl) !important;
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}

	.bg-md-secondary {
		background-color: #F5F5F5 !important;
		margin-bottom: 60px;
	}

	.fs-md-5 {
		font-size: 19px !important;
	}
}

.border-sart {
	border-left: solid;
}

.carousel-control-next,
.carousel-control-prev {
	width: auto;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 12L10 8L6 4' stroke='%236A6A6A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M10 12L6 8L10 4' stroke='%236A6A6A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.carousel-item {
	width: 88%;
	margin-left: 6%;
}

.qr-code {
	max-width: 256px;
}

.qr-code .small {
	font-size: 12px !important;
}

.fs-14-px p {
	font-size: 14px;
}

/* Footer mobile adjustments */
@media (max-width: 991.98px) {
	.footer .logo {
		margin-top: 8px;
	}
}