/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 05 2025 | 13:27:32 */
.cutomFooter_container {
	display: flex;
	/*min-height: 100vh;*/
}

/* Left Section */
.footerLeft-section {
	flex: 1;
	padding: 40px 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	background: #fff;
}

.footer-logo {
	width: 200px;
	margin-bottom: 20px;
}

.footer-note {
	font-size: 16px;
	font-weight: 400;
	color: #878787;
	margin-bottom: 10px;
}

.footer-terms {
	font-size: 16px;
	font-weight: 400;
	color: #878787;
	text-decoration: underline;
	margin-bottom: 20px;
}

.footer-copyright {
	font-size: 16px;
	font-weight: 400;
	color: #878787;
	margin-bottom: 30px;
}

/* Button */
.find-church-btn {
	background: #00A8DD
		;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 20px;
	font-size: 16px;
	cursor: pointer;
	margin-bottom: 20px;
}

/* Social Icons */
.social-icons {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}

.social-icons img {
	width: 28px;
	height: 28px;
}

/* Right Section */
.footerRight-section {
	flex: 1;
	/*background: #f8fafd;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*padding: 40px;*/
}

/* Contact Card */
.custom_contact_card {
	background: #F4F7FA;
	padding: 30px 60px;
	border-radius: 30px;
	width: 100%;
	max-width: 584px;
}

.custom_contact_card h2 {
	/*font-size: 28px;*/
	margin-bottom: 20px;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 48px;
	text-align: center;
}

.custom_contact_card form input,
.custom_contact_card form textarea {
	width: 100%;
	padding: 12px;
	margin-bottom: 30px;
	border-radius: 10px;
	border: 1px solid #ddd;
	font-size: 14px;
}

.custom_contact_card .submit-btn {
	background: #00A8DD;
	color: #fff;
	padding: 12px;
	width: 100%;
	border: none;
	border-radius: 20px;
	font-size: 16px;
	cursor: pointer;
}

/* Footer Navigation */
.cutomFooter-nav {
	display: flex;
	justify-content: space-around;
	/*gap: 30px;*/
	margin-top: 40px;
	width: 100%;
}

.cutomFooter-nav a {
	text-decoration: none;
	color: #777;
	font-size: 14px;
}

/* Responsive Design */
@media (max-width: 768px) {
	.cutomFooter_container {
		flex-direction: column;
	}

	.footerLeft-section,
	.footerRight-section {
		flex: none;
		width: 100%;
		align-items: center;
		text-align: center;
	}

	.footerLeft-section {
		padding: 20px;
	}

	.footerRight-section {
		padding: 20px;
	}

	.cutomFooter-nav {
		flex-wrap: wrap;
		gap: 15px;
	}
}

/*!========================================== 
 *
 * 	Overide the button in Contact Us Form in 
 *  Homepage Footer
 *
 =============================================*/
.themify_builder_content-3330 .tb_cpzl181.module-contact .builder-contact-field-send button {
	position: relative;
	text-transform: capitalize !important;
}
/* .themify_builder_content-94 .tb_7f7c895.module-contact .builder-contact-field-send button:after { 
    content: '';
	position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto 0;
    display: inline-block;
    width: 25px;
    background-image: url(https://www.salvation.my/zh/wp-content/uploads/sites/201/2025/06/right_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
} */