.power-in-prayer-section {
	background: linear-gradient(0deg, #e6f5ff 0.05%, rgba(255, 255, 255, 0) 98.5%), #f7f9fb;
}
:is(.page-template-templatespastors-and-disciples-php) .power-in-prayer-background {
	padding: 80px 30px 120px 30px;
}
.power-in-prayer-background {
	padding: 80px 30px 80px 30px;
}
.power-in-prayer-separator {
	background: rgba(34, 31, 32, 0.2);
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	height: 1px;
}
.power-in-prayer-content {
	max-width: 1200px;
	margin: 0 auto;
}

.power-in-prayer-content-container h2 {
	font-family: "proxima-nova", sans-serif;
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 20px;
}
.power-in-prayer-content-container p {
	font-family: "proxima-nova", sans-serif;
	font-size: 20px;
	line-height: 1.5;
}
.testimonial-container {
	flex-direction: column;
	gap: 20px;
	align-items: center;
	margin: 60px 0;
	height: auto;
	min-height: auto;
}
.testimonial-container figure {
	width: 100%;
	max-width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 auto;
	display: block;
	position: relative;
}
.testimonial-container figure img {
	aspect-ratio: 1/1;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}
.testimonial-item-quote {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 39px;
	height: 34px;
	display: block;
}
.testimonials-container-item {
	padding-top: 20px;
}

.testimonials-container-item p {
	font-family: "proxima-nova", sans-serif;
	font-size: 20px;
	line-height: 1.5;
	color: #000;
}
:is(.page-template-templatespastors-and-disciples-php) .testimonial-item-divider {
	background: rgba(255, 255, 255, 0.2);
}
.join-to-fellowship-content-container {
	padding-top: 80px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.join-to-fellowship-content-container h2 {
	font-family: "proxima-nova", sans-serif;
	font-size: 64px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 20px;
}
.join-to-fellowship-content-container h3 {
	font-family: "proxima-nova", sans-serif;
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.2;
	padding-bottom: 20px;
}
.join-to-fellowship-content-container p {
	font-family: "proxima-nova", sans-serif;
	font-size: 20px;
	line-height: 1.5;
	padding-bottom: 20px;
}
.join-to-fellowship-content-container p:last-of-type {
	padding-bottom: 0;
}
.join-to-fellowship-button-container {
	padding-top: 60px;
}
.join-to-fellowship-button-container .join-to-fellowship-button {
	font-family: "proxima-nova", sans-serif;
	padding: 12px 20px 12px 12px;
	border-radius: 20px;
	background: rgba(0, 61, 102, 0.5);
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	max-width: fit-content;
	margin: 0 auto;
	font-size: 24px;
	color: #ffffff;
	line-height: 1.2;
	letter-spacing: 1px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease;
}
/* hover button icons */
.join-to-fellowship-button-container .pastors figure.active-icon {
	display: none !important;
}
.join-to-fellowship-button-container .pastors:hover {
	background: #ffffff;
	color: #7a1600;
	box-shadow: 0 3px 8px -8px rgba(0, 0, 0, 0.06);
}
.join-to-fellowship-button-container .pastors:hover figure.active-icon {
	display: block !important;
}
.join-to-fellowship-button-container .pastors:hover figure.default-icon {
	display: none !important;
}

.join-to-fellowship-button-container .pastors:hover .join-to-fellowship-button-content svg path {
	stroke: #7a1600;
}
/* hover button icons */
/* hover button icons disiples*/
.join-to-fellowship-button-container .disciple figure.active-icon {
	display: none !important;
}
.join-to-fellowship-button-container .disciple:hover {
	background: #ffffff;
	color: #47739f;
	box-shadow: 0 3px 8px -8px rgba(0, 0, 0, 0.06);
}
.join-to-fellowship-button-container .disciple:hover figure.active-icon {
	display: block !important;
}
.join-to-fellowship-button-container .disciple:hover figure.default-icon {
	display: none !important;
}

.join-to-fellowship-button-container .disciple:hover .join-to-fellowship-button-content svg path {
	stroke: #47739f;
}

/* hover button icons disiples*/

.join-to-fellowship-button-container .join-to-fellowship-button .join-to-fellowship-button-content svg path {
	stroke: #ffffff;
}
.join-to-fellowship-button-container .join-to-fellowship-button .join-to-fellowship-button-content {
	display: flex;
	align-items: center;
	gap: 10px;
}
.join-to-fellowship-button-container .join-to-fellowship-button .join-to-fellowship-button-content figure {
	width: 100%;
	max-width: 60px;
}
.join-to-fellowship-button-container .join-to-fellowship-button .join-to-fellowship-button-content figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	aspect-ratio: 1/1;
}
.testimonial-item-divider {
	background: rgba(34, 31, 32, 0.2);
	display: block;
	max-width: 240px;
	margin: 0 auto;
	width: 100%;
	height: 1px;
}
.testimonial-item-author p {
	font-family: "proxima-nova", sans-serif;
	font-size: 18px;
	line-height: 1.5;
}
.testimonial-item-author p strong {
	font-weight: 700;
}

.testimonials-container {
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
}

.testimonials-arrows-prev,
.testimonials-arrows-nex {
	flex-shrink: 0;
	display: flex;
	align-items: center;
}

.testimonials-arrow {
	background: transparent;
	border: none;
	width: 44px;
	height: 44px;
	cursor: pointer;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity 0.3s;
}

.testimonials-arrow svg {
	width: 18px;
	height: 30px;
	fill: #0094ff;
}

.testimonials-arrow--prev button {
	transform: rotate(180deg);
}

.testimonials-arrow:hover {
	opacity: 0.8;
}

.testimonials-arrow:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.testimonials-container .splide {
	flex: 1;
	min-width: 0;
	overflow: hidden;
	transition: height 0.3s ease;
}

.testimonials-container .splide__track {
	overflow: visible;
}

.testimonials-container .splide__slide {
	height: auto !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonials-container .splide__list {
	display: flex;
	align-items: flex-start;
}
:is(.page-template-templatespastors-and-disciples-php) .power-in-prayer-button-container {
	padding-bottom: 80px;
}
:is(.page-template-templatespastors-and-disciples-php) .testimonials-quote-container {
	padding-bottom: 80px;
}

.power-in-prayer-button-container .power-in-prayer-button {
	background-color: #0094ff;
	color: #fff;
	padding: 15px 30px;
	border-radius: 100px;
	text-decoration: none;
	font-family: "proxima-nova", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	display: block;
	text-transform: uppercase;
	max-width: 267px;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 991px) {
	.join-to-fellowship-button-container .join-to-fellowship-button {
		font-size: 20px;
	}
	.join-to-fellowship-content-container h2 {
		font-size: 36px;
	}
	.join-to-fellowship-content-container p {
		font-size: 18px;
	}
	.join-to-fellowship-button-container {
		padding-top: 40px;
	}
	:is(.page-template-templatespastors-and-disciples-php) .power-in-prayer-background {
		padding: 40px 30px 40px 30px;
	}
	:is(.page-template-templatespastors-and-disciples-php) .power-in-prayer-button-container {
		padding-bottom: 40px;
	}
	.join-to-fellowship-content-container {
		padding-top: 40px;
	}
	.power-in-prayer-background {
		padding: 40px 20px 40px 20px;
	}

	.power-in-prayer-content-container h2 {
		font-size: 36px;
	}
	.power-in-prayer-content-container p {
		font-size: 18px;
	}

	.testimonial-container {
		margin: 40px 0;
		gap: 15px;
	}

	.testimonial-container figure {
		max-width: 120px;
		height: 120px;
	}

	.testimonial-item-quote {
		width: 32px;
		height: 32px;
		bottom: -15px;
	}

	.testimonial-item-quote svg {
		width: 39px;
		height: 34px;
	}

	.testimonials-container-item p {
		font-size: 18px;
		line-height: 1.5;
	}

	.testimonial-item-divider {
		max-width: 200px;
	}

	.testimonial-item-author p {
		font-size: 16px;
	}

	.testimonials-container {
		gap: 10px;
	}

	.testimonials-arrow {
		width: 36px;
		height: 36px;
	}

	.testimonials-arrow svg {
		width: 14px;
		height: 24px;
	}
	.join-to-fellowship-content-container h3 {
		font-size: 20px;
	}
	.join-to-fellowship-content-container p {
		font-size: 18px;
	}
}

@media screen and (max-width: 640px) {
	.power-in-prayer-background {
		padding: 30px 15px 30px 15px;
	}

	.testimonial-container {
		margin: 30px 0;
		gap: 12px;
	}

	.testimonial-container figure {
		max-width: 120px;
		height: 120px;
	}

	.testimonial-item-quote {
		width: 39px;
		height: 34px;
		bottom: -12px;
	}

	.testimonial-item-quote svg {
		width: 39px;
		height: 34px;
	}

	.testimonial-item-divider {
		max-width: 180px;
	}

	.testimonials-container {
		gap: 8px;
	}

	.testimonials-arrow {
		width: 32px;
		height: 32px;
	}

	.testimonials-arrow svg {
		width: 12px;
		height: 20px;
	}
}
