.findus {
	padding-top: 4rem;
	padding-right: 9%;
	/* padding-bottom: 12rem; */
	padding-left: 9%;
	background-color: white;
	height: fit-content;
	margin-top: -10px;
	/* color: #7f7f7f7f; */
		/* top: 50%; */
}

.findus .heading {
	text-align: center;
    font-size: 2.5rem;
    padding-bottom: 0rem;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    display: flex;
    justify-content: center;

}

.gradient-line-left {
	background: linear-gradient(to right,var(--light-color), #ffffff);
	height: 2px; /* adjust the height as needed */
	width: 300px;
	margin-top: 25px;
  }
  
  
.gradient-line-right {
	background: linear-gradient(to right, #ffffff, var(--light-color));
	height: 2px; /* adjust the height as needed */
	width: 300px;
	margin-top: 25px;
  }

  .display_toggle{
	display: none;
  }

.sub-heading {
	text-align: center;
	color: var(--light-color);
	font-size: 2.5rem;
	padding: .5rem 2rem;
	font-weight: 300;
	margin-bottom: 4rem;
	background: var(--black);
	display: inline-block;
}

.findus .box-container {
	display: flex;
	gap: 4rem;
	text-align: center;
}

.findus .box-container .box {
	width: 100%;
	background: var(--black);
	/* box-shadow: var(--box-shadow); */
	text-align: center;
	padding-bottom: 1%;
}

.findus .box-container .box #faq .question_item{
	cursor:pointer;

}

.findus .box-container .box #faq .question{
	border-bottom: 2px solid #00bef2;
	cursor:pointer;
	font-size:1.2rem;
	margin-top: 20px;
	color: #7f7f7f;

}

.findus .box-container .box #faq .answer{
	/* border-top: 2px solid red; */
	border-bottom: 2px solid #00bef2;
	cursor:pointer;
	font-size:1.2rem;
	color: grey;
	color: #7f7f7f;

}

.findus .box-container .box a {
	text-decoration: none;
}

.findus .box-container .box .image {
	/* height: 25rem; */
	width: 100%;
	overflow: hidden;
	position: relative;
	opacity: 1;
}

.findus .box-container .box .image img {
	width: 140px;
	height: 60px;
	object-fit: cover;
	border-radius: 25px;

}

.findus .box-container .box .image:hover img {
	transform: scale(1.2);
	transition-duration: 3s;
	opacity: 1;
	border-radius: 25px;
}

.findus .box-container .box .content h3 {
	color: var(--light-color);
	font-size: 2.2rem;
	font-weight: 400;
}


@media (max-width: 768px) {

	/*navbar media query*/
	.heading {
		text-align: center;
		color: whitesmoke;
		font-size: 2.5rem;
		padding-bottom: 2rem;
		text-transform: uppercase;
		letter-spacing: 1.3px;
	}

	.findus .box-container .box #faq .question{
		border-bottom: 2px solid #00bef2;
		cursor:pointer;
		font-size: 1rem;
		margin-top: 20px;
	}
	
	.findus .box-container .box #faq .answer{
		/* border-top: 2px solid red; */
		border-bottom: 2px solid #00bef2;
		cursor:pointer;
		font-size:1rem;
		color: grey;
		text-align: justify;

	}

	.gradient-line-left {
		background: linear-gradient(to right,var(--light-color), #ffffff);
		height: 2px; /* adjust the height as needed */
		width: 100px;
		margin-top: 25px;
	  }
	  
	  
	.gradient-line-right {
		background: linear-gradient(to right, #ffffff, var(--light-color));
		height: 2px; /* adjust the height as needed */
		width: 100px;
		margin-top: 25px;
	  }

	/*slider media query*/
	/*findus section*/

	.findus .box-container {
		flex-wrap: wrap;
	}

	.findus .box-container .box {
		width: 100%;
	}

	.reservation .image {
		width: 0;
	}

	.reservation .form {
		width: 100%;
	}

	.reservation .form .form-holder {
		display: block;
	}

	section {
		/* padding: 1rem 9%; */
		background-color: #333;
		padding-bottom: 82px;
	}
}