body {
	color: #1a1814;
	font-family: 'Arial', sans-serif;
	background-color: #1d1d1d;
	font-family: 'Nunito', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	font-family: 'Nunito', sans-serif;
}

.logo-icon {
	width: 10% !important;
}

.logo {
	width: 50% !important;
}

.navbar {
	background-color: #1d1d1d;
}

.navbar-brand {
	font-weight: bold;
}

.nav-link {
	color: #928875 !important;
	padding: 8px 12px;
}

.nav-link.active {
	color: #ffffff !important;
}

.nav-item {
	margin-left: 15px;
	font-weight: bold;
}

.navbar-nav {
	gap: 15px;
}

.nav-link:hover {
	color: #d1e7dd !important;
}

.btn-get-started {
	background-color: #b98329;
	color: #1d1d1d;
	border-radius: 50px;
	font-weight: bold;
}

.btn-get-started:hover {
	background-color: #43434365;
	color: #b98329;
	border-radius: 50px;
	font-weight: bold;
}

.btn-get-started:active {
	color: #fff !important;
	transform: scale(0.98);
}

:root {
	--background-color: #b98329;
}

.hero-section {
	position: relative;
	padding: 100px 0;
	background: url('./assets/images/bg.jpg') no-repeat center center;
	background-size: cover;
	z-index: 1;
	overflow: hidden;
	height: 700px;
}

.shadow {
	background-image: url('./assets/images/shadow.png');
	background-position: left top;
	background-size: auto 600px;
	background-repeat: no-repeat;
}

.hero-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: color-mix(in srgb, var(--background-color), transparent 10%);
	z-index: -1;
}

.hero-content {
	max-width: 600px;
}

.hero-content h1 {
	font-size: 48px;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.hero-content p {
	font-size: 18px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.hero-content .btn-contact {
	background-color: #1d1d1d;
	color: #928875;
	border-radius: 50px;
	padding: 7px 15px 7px 15px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	font-weight: bold;
}

.btn-contact:hover {
	background-color: #3f3f3f;
	color: #c2c2c2;
	border-radius: 50px;
	font-weight: bold;
}

.btn-contact:active {
	background-color: #030303a6 !important;
	color: #c2c2c2 !important;
	font-weight: bold;
}

.btn-outline-dark:hover {
	background-color: #b98329 !important;
	color: #191919 !important;
}

.btn-outline-dark:active {
	background-color: #000000 !important;
	color: #ffffff !important;
}

.hero-image {
	max-width: 100%;
	padding-left: 10rem;
	margin-top: -120px;
}

.partners-bar {
	margin-top: 0.2rem;
	background-color: #191919;
}

.partners-bar .nav-item {
	margin: 0 30px;
}

.partners-bar .nav-link {
	color: #f8f8e8;
	font-size: 1.2rem;
}

.about-us {
	text-align: center;
	background-color: #e6d6b9;
	margin-top: 50px;
}

.about-us h2 {
	padding-top: 50px;
	font-weight: bold;
	font-size: 2rem;
}

.about-us .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 200px;
}

.about-us .content .left,
.about-us .content .right {
	max-width: 400px;
	flex: 1;
}

.about-us .content .left p,
.about-us .content .right p {
	font-size: 1rem;
	color: #040404;
}

.about-us .content .left .dotted-box {
	border: 2px dotted #000000;
	padding: 20px 15px 5px 15px;
	margin-bottom: 20px;
}

.about-us .content .left .checklist {
	list-style: none;
	padding: 0;
}

.about-us .content .left .checklist li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.about-us .content .left .checklist li i {
	color: #50390e;
	margin-right: 10px;
}

.about-us .content .right .btn {
	background-color: #1d1d1d;
	color: #928875;
	border-radius: 50px;
	padding: 7px 15px 7px 15px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	font-weight: bold;
}

.partners-section {
	display: none;
	background-color: #3b4b46;
	padding: 10px;
	text-align: center;
}

.partners-section .partner-link {
	color: #f8f8e8;
	font-size: 1rem;
	display: block;
	margin: 5px 0;
}

.service-card {
	background-color: #e6d6b9;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	height: 100%;
	box-shadow: 0 4px 8px #978d79;
	transition: transform 0.3s, box-shadow 0.3s;
}

.service-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 8px 16px #978d79;
}

.service-icon {
	font-size: 40px;
	color: #1d1d1d;
	margin-bottom: 15px;
}

.service-title {
	font-weight: bold;
	margin-bottom: 10px;
}

.service-description {
	color: #555;
}

.service-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.service-item {
	flex: 1 1 21%;
	margin: 10px;
	min-width: 250px;
}

.service h2 {
	color: #928875;
}

.service p {
	color: #928875;
}

.pricing-container {
	padding-left: 5rem;
	padding-right: 5rem;
	background-color: #1d1d1d;
}

.pricing-header {
	text-align: center;
	margin: 50px 0;
}

.pricing-header h1 {
	font-size: 36px;
	font-weight: bold;
	color: #b98329;
	font-family: 'Nunito', sans-serif;
}

.pricing-header p {
	font-size: 16px;
	color: #928875;
	font-family: 'Arial', sans-serif;
}

.pricing-card {
	border: none;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
	margin: 20px;
	background-color: #e6d6b9;
}

.pricing-card-header {
	background-color: #e6d6b9;
	border-bottom: none;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0;
	color: #1a1814;
	font-family: 'Nunito', sans-serif;
}

.pricing-card-body {
	text-align: center;
	font-size: 16px;
	padding: 20px;
}

.pricing-card-body h2 {
	font-size: 48px;
	color: #b98329;
	margin: 20px 0;
	font-family: 'Nunito', sans-serif;
}

.pricing-card-body p {
	margin: 10px 0;
	color: #1a1814;
	font-family: 'Arial', sans-serif;
}

.pricing-card-body .fa-check {
	color: #b98329;
}

.pricing-card-body .fa-times {
	color: #ccc;
}

.btn-pricing-buy {
	background-color: #b98329;
	color: #1d1d1d;
	border-radius: 20px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
	border: none;
	transition: background-color 0.3s, color 0.3s;
}

.btn-pricing-buy:hover {
	background-color: rgba(67, 67, 67, 0.4);
	color: #b98329;
}

.pricing-card-body h2, .pricing-card-header {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.pricing-card-body a {
	color: #928875;
	text-decoration: none;
	transition: color 0.3s;
}

.pricing-card-body a:hover {
	color: #ffffff;
}

.footer {
	margin-top: 2px;
	padding: 40px 0;
	background: url(./assets/images/footer/bg-round.png),
        url(./assets/images/footer/bg-round-2.png),
        url(./assets/images/footer/bg-square.png),
        url(./assets/images/footer/bg-line.png),
        url(./assets/images/footer_bg.png);
	background-position: 0px 112px,
        right 0 bottom 0,
        left 70% top 0px,
        left 50% bottom 0,
        center;
	background-repeat: no-repeat;
	background-size: auto,
        auto,
        auto,
        auto;
	background-color: #b98329;
	position: relative;
}

.footer a {
	color: #d1e7dd;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer h5 {
	padding-top: 5rem;
	color: #000000;
	margin-bottom: 20px;
	font-weight: 800;
	text-align: center;
}

.footer p {
	text-align: center;
}

.footer .social-icons {
	text-align: center;
}

.footer .social-icons a {
	color: #000000;
	font-size: 24px;
	margin-right: 15px;
	text-align: center;
}

.footer .social-icons a:last-child {
	margin-right: 0;
	text-align: center;
}

.footer .social-icons a:hover {
	color: #d1e7dd;
}

.footer .copyright {
	margin-top: 20px;
	font-size: 14px;
}

.main-title {
	color: #928875;
	font-size: 2rem;
	font-weight: bold;
}

.main-title span {
	color: #928875;
	text-shadow: 1px 1px 1px #928875 !important;
}

.subtitle {
	color: #928875;
	font-size: 1rem;
	margin-bottom: 2rem;
}

.faq-item {
	background-color: #e6d6b9;
	border-radius: 0.5rem;
	box-shadow: 0 3px 5px #978d79;
	padding: 1rem;
	margin-bottom: 1rem;
	cursor: pointer;
	transition: transform 0.1s, box-shadow 0.1s;
}

.faq-item:hover {
	transform: translateX(-5px);
	box-shadow: 0 3px 5px #978d79;
}

.faq-item h5 {
	color: #1d1d1d;
	font-size: 1rem;
	font-weight: bold;
	text-shadow: 0 0 black;
}

.faq-item p {
	color: #2c3e50;
	font-size: 1.1rem;
	display: none;
}

.faq-item .number {
	color: #1d1d1d;
	font-weight: bold;
	text-shadow: 0 0 black;
}

.faq-item .icon {
	float: right;
	color: #000000;
}

.illustration {
	max-width: 100%;
	height: auto;
}

.fa-envelope {
	padding-right: 1.2rem;
}

.fa-phone {
	padding-right: 1.2rem;
}

.content {
	background-color: #b98329;
	border-radius: 8px;
	width: 100%;
	padding: 100px;
}

.content h1 {
	color: #1d1d1d;
	font-size: 2.5rem;
	font-weight: bold;
}

.content p {
	color: #000000;
	font-size: 1.1rem !important;
	font-weight: bold;
}

.btn-custom {
	background-color: #1d1d1d !important;
	color: #928875;
	border-radius: 50px;
	padding: 7px 15px 7px 15px;
	font-weight: bold;
}

.btn-custom:active {
	background-color: #030303 !important;
	color: #c2c2c2 !important;
	font-weight: bold;
}

.btn-custom:hover {
	background-color: #928875 !important;
	color: #1d1d1d !important;
}

.about-us .content {
	background-color: #e6d6b9;
}

.waves {
	position: absolute;
	width: 100%;
	height: 5vh;
	min-height: 50px;
	max-height: 100px;
	bottom: 0;
	left: 0;
}

.parallax>use {
	animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
	animation-delay: -1s;
	animation-duration: 7s;
	fill: #976b21;
	z-index: 0;
}

.parallax>use:nth-child(2) {
	animation-delay: -6s;
	animation-duration: 10s;
	fill: #2f2f2f;
}

.parallax>use:nth-child(3) {
	animation-delay: -3s;
	animation-duration: 13s;
	fill: #222222;
}

.parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
	fill: #1d1d1d;
}

@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		transform: translate3d(85px, 0, 0);
	}
}

@media (max-width: 768px) {
	.navbar-nav {
		flex-direction: column;
		gap: 10px;
	}

	.nav-link {
		padding: 10px;
		text-align: center;
	}

	.btn-get-started {
		display: none;
	}

	.hero-section {
		padding: 50px 20px;
		height: auto;
	}

	.hero-content {
		max-width: 100%;
		text-align: center;
		padding-bottom: 5rem;
	}

	.hero-content h1 {
		font-size: 32px;
	}

	.hero-content p {
		font-size: 16px;
	}

	.hero-image {
		display: none;
	}

	.about-us .content {
		flex-direction: column;
		gap: 50px;
	}

	.about-us .content .left,
    .about-us .content .right {
		max-width: 100%;
		text-align: center;
	}

	.about-us .content .right .btn {
		margin-top: 20px;
	}

	.service-container {
		flex-direction: column;
		align-items: center;
	}

	.service-item {
		flex: 1 1 auto;
		max-width: 90%;
	}

	.pricing-container {
		padding: 0 20px;
	}

	.pricing-header h1 {
		font-size: 28px;
	}

	.pricing-card {
		margin: 10px auto;
		max-width: 90%;
	}

	.footer {
		text-align: center;
	}

	.footer h5 {
		padding-top: 20px;
	}

	.footer p {
		margin: 10px 0;
	}

	.footer .social-icons a {
		margin-right: 10px;
	}

	.waves {
		height: 6vh;
	}

	#contact h1 {
		font-size: 1rem !important;
	}

	#contact h5 {
		font-size: 0.8rem !important;
	}

	#contact p {
		font-size: 0.85rem !important;
	}

	.fa-envelope {
		padding-right: 0.5rem;
	}

	.fa-phone {
		padding-right: 0.5rem;
	}

	.content {
		padding: 50px !important;
	}
}