/* FAQs CSS */

/* Mobile category dropdown */
.cat{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
	padding-inline-start: 0px;
	position: relative;
}

.cat>li {
    color: #040f16;
    font-size: 1rem;
    font-weight: 700;
    padding: 0 1rem 1rem 0;
	list-style: none;
}

.cat>li:last-child{
	padding-right: 0;
}

.cat a, .cat button,  .cat button:hover, .cat button:focus{
    align-items: center;
    background-color: #f6f6f6;
    border-radius: .5rem;
    border: 0;
    color: #646d72;
    cursor: pointer;
    display: flex;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5rem;
    padding: .5rem 1rem;
}

.arrow-icon{
	margin-left: .25rem;
	display: flex;
}

.cat ul {
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0 .75rem 2.5rem rgba(4, 15, 22, .04);
    display: none;
    left: 50%;
    padding: .5rem;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    z-index: 1;
    transform: translate(-50%, 0);
	box-shadow: 0px 12px 40px 0px rgba(3.999999999999999, 15.000000000000009, 22, 0.0784313725490196) !important;
    border: 1px solid #040f16;
}

.cat button.is-active {
    background-color: #040f16;
	color: #fff;
}

.cat button.is-active svg {
    transform: rotate(-180deg);
}

.cat ul.is-active {
    display: block;
}

.cat ul li{
	list-style: none;
}

.cat ul li:not(:last-child) {
    margin-bottom: .5rem;
}

.cat ul a, .cat ul button {
    background-color: #fff;
	color: #646d72 !important;
}



/* Faq accodians */
#faq-service{
	scroll-margin-top: 50px;	
}

.faqs-section .e-n-accordion .e-n-accordion-item {
	background: #F3FAFC;
    border: 1px solid #3AABCC;
	border-radius: 5px;
/*     cursor: pointer; */
}

.faqs-section .e-n-accordion .e-n-accordion-item a {
    color: #2B8CA8 !important;
}

.faqs-section .e-n-accordion .e-n-accordion-item:not([open]) {
    min-height: min-content;
}

.faq-heading{
	min-width: 13rem !important;
	box-shadow: 0px 12px 40px 0px rgba(3.999999999999999, 15.000000000000009, 22, 0.0784313725490196) !important;
	transition: transform .4s;
}

.faq-heading:hover{
/* 	background-color: #3AABCC !important; */
	transform: scale(1.03);
}

/* .faq-heading:hover p{
	color: #fff !important;
}

.faq-heading:hover .elementor-icon{
	background-color: #fff !important;
}

.faq-heading:hover .elementor-icon svg{
	color: #3AABCC !important;
	fill: #3AABCC !important;
}

.faqs-section .e-n-accordion .e-n-accordion-item:hover {
    background: #fff;
}  */



/* Responsive */
@media only screen and (max-width: 767px){
	.faqs-section ul{
		padding-inline-start: 30px;
	}
}

@media (min-width: 1025px) and (max-width: 1210px){
	.faq-categories-grid{
		--e-con-grid-template-columns: repeat(3, 1fr) !important;
	}
	
	.faq-categories-grid .faq-heading{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.faq-categories-grid .faq-heading .e-con-inner{
		justify-content: center !important;
	}
}



/* Old Faq CSS */

/* .faq-categories-grid{
	overflow: auto !important;
	
	scrollbar-width: none;

	-ms-overflow-style: none;
	
	 scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.faq-categories-grid::-webkit-scrollbar {
  display: none;
} */
