.tool-hero-section{
	padding-top: 70px;
	padding-bottom: 330px;
}

.tool-section .tool{
	margin-top: -310px;
}

.tool-img{
	border-radius: 15px 15px 100px 15px;
}

.how-it-work::after{
	content: "";
    position: absolute;
    top: -80px;
    right: 0;
    width: 140px;
    height: 140px;
    background: #ADFF1C;
    opacity: .5;
    filter: blur(100px);
}

.how-it-work::before{
	content: "";
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 140px;
    height: 140px;
    background: #ADFF1C;
    opacity: .5;
    filter: blur(100px);
}

.step-number {
	width: 50px;
	height: 50px;
	background-color: #ADFF1C1A;
	color: #a3e635;
	/* Bright lime green */
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 10px;
	margin: 0 auto 30px auto;
	position: relative;
	z-index: 2;
}

/* .step-card {
position: relative;
} */

/* Dashed Line Logic */
@media (min-width: 992px) {
	.step-card:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 25px;
		/* Centers with the number box */
		left: 60%;
		width: 80%;
		border-bottom: 2px dashed #334155;
		z-index: 1;
	}
}

.faq-section .accordion-button:not(.collapsed){
	background-color: unset !important;
	color: #000000 !important;
}

.faq-section .accordion-button{
	color: #000000 !important;
}

.faq-section .accordion-button::after{
	background-image: url(https://outreachdesk.com/wp-content/uploads/2026/01/faq-accordion-icon.svg);
}

.faq-section .accordion-button:not(.collapsed)::after{
	transform: rotate(40deg);
}

.faq-section .accordion-item{
	border: 1px solid #E2E8F0 !important;
}
