/*
Theme Name 	: VIKA - Contruction HTML Template
Author 		: Logshiv Web Design
Version 	: 1.0
File-name 	: FAQ.css
*//*---------------------------------------------------------------------------*/

/*FAQ start*/
.faq{
	float: left;
	clear: both;
	width: 100%;
	padding: 80px 0px;
	background: rgba(00,00,00,0.02);
	position: relative;
	z-index: 1;
}
.faq:before{
	content: 'FAQ';
	position: absolute;
	top: 0%;
	left: 8%;
	font-family: arial !important;
	letter-spacing: 15px;
	font-size: 150px;
	color: transparent;
	-webkit-text-stroke-width: 5px;
	-webkit-text-stroke-color: rgba(00,00,00,0.02);
	z-index: -1;
}
.faq-heading{
	font-weight: bold;
}
.accordion-button{
	background: rgba(00,00,00,0.08);
}
.accordion-button:not(.collapsed) {
	color: white;
  	background-color: var(--color);
  	box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 var(--bs-accordion-border-color);
}
.accordion-item{
	margin-top: 10px !important;
}
/*FAQ end*/