html :where(.wp-block) {
	max-width: 1300px !important;
}

.editor-visual-editor.edit-post-visual-editor {
	overflow: hidden;
}

a {
	.arrow {
		position: unset !important;
		margin: 0 !important;
		top: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
	}
}

:where(.editor-styles-wrapper) h1, :where(.editor-styles-wrapper) h2, :where(.editor-styles-wrapper) h3, :where(.editor-styles-wrapper) h4, :where(.editor-styles-wrapper) h5, :where(.editor-styles-wrapper) h6 {
	margin: 0;
}

.wp-core-ui .button {
	text-align: center !important;
}

.wp-core-ui section .button {
	padding: 10px 15px;
	min-width: 200px;
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.25;
	color: #003970 !important;
	background: rgba(0, 57, 112, 0.15) !important;
	border: 2px solid rgba(0, 57, 112, 0.5) !important;
	border-radius: 10px !important;
	text-transform: capitalize;

	&:hover {
		color: #ffffff !important;
		background-color: #D17E00 !important;
		border-color: #D17E00 !important;

		svg {
			path {
				stroke: #ffffff;
			}
		}
	}
}

.acf-block-component form {
	input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea, select {
		border: 1px solid #397dc9;
		background: #fff;
		color: #003970;
		font-size: 18px;
		height: 50px;
		padding: 0 5px 0 10px;
		width: 100%;
		border-radius: 5px;

		&:focus {
			border-color: #D17E00;
		}
	}

	textarea {
		resize: none;
		height: 185px;
		padding: 10px;
	}
}

.section-banner-with-slider{
.swiper-wrapper{
	display: flex;
}
}

select {
	visibility: visible !important;
}