/*
 Theme Name:   Onum Child
 Theme URI:    http://wpdemo.archiwp.com/onum/
 Description:  Onum Child Theme
 Author:       OceanThemes
 Author URI:   http://oceanthemes.net/
 Template:     onum
 Version:      1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onumchild
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Fluent Forms — multi-step progress bar */
.fluentform_wrapper_6.ffs_custom_wrap .ff-step-header .ff-el-progress-status {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #0f172a;
}

.fluentform_wrapper_6.ffs_custom_wrap .ff-step-progress-wrap .ff-el-progress {
	height: 36px;
	line-height: normal;
	border: none;
	border-radius: 999px;
	font-size: 14px;
	overflow: hidden;
	padding: 0;
	display: flex;
	align-items: stretch;
}

.fluentform_wrapper_6.ffs_custom_wrap .ff-step-progress-wrap .ff-el-progress .ff-el-progress-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 0;
	line-height: normal;
	border-radius: 999px;
	text-align: center;
	box-sizing: border-box;
}

.fluentform_wrapper_6.ffs_custom_wrap .ff-step-progress-wrap .ff-el-progress .ff-el-progress-bar span {
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 2.5em;
	height: 100%;
}

/* Fluent Forms — dropdown redesign (form 6) */
.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 select.ff-el-form-control {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	min-height: 48px;
	padding: 12px 44px 12px 16px;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	background-size: 18px;
	border: 1px solid #dbe3ef;
	border-radius: 12px;
	color: #0f172a;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 select.ff-el-form-control:hover {
	border-color: #c7d2e0;
	background-color: #fcfdff;
}

.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 select.ff-el-form-control:focus {
	border-color: #5d69f1;
	background-color: #fff;
	box-shadow: 0 0 0 4px rgba(93, 105, 241, 0.12);
	outline: none;
}

.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 select.ff-el-form-control:required:invalid {
	color: #94a3b8;
	font-weight: 400;
}

.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 select.ff-el-form-control option {
	color: #0f172a;
	font-weight: 500;
}

.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 select.ff-el-form-control option[value=""] {
	color: #94a3b8;
}

.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 .choices {
	margin-bottom: 0;
	font-size: 15px;
}

.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 .choices[data-type*="select-one"] .choices__inner {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 10px 44px 10px 16px;
	background-color: #fff;
	border: 1px solid #dbe3ef !important;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 .choices[data-type*="select-one"]:hover .choices__inner {
	border-color: #c7d2e0 !important;
	background-color: #fcfdff;
}

.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 .choices[data-type*="select-one"] .choices__list--single {
	padding: 0;
}

.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 .choices[data-type*="select-one"] .choices__item {
	color: #0f172a;
	font-weight: 500;
}

.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 .choices[data-type*="select-one"].is-open .choices__inner,
.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 .choices[data-type*="select-one"].is-focused .choices__inner {
	border-color: #5d69f1 !important;
	box-shadow: 0 0 0 4px rgba(93, 105, 241, 0.12);
}

.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 .choices[data-type*="select-one"]:after {
	border: none !important;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	right: 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
}

.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 .choices.is-open[data-type*="select-one"]:after {
	transform: rotate(180deg);
	margin-top: -9px;
}

.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 .choices__list--dropdown {
	border: 1px solid #dbe3ef !important;
	border-radius: 12px;
	margin-top: 6px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
	overflow: hidden;
	z-index: 30;
}

.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 .choices__list--dropdown .choices__item--selectable {
	padding: 10px 16px;
	font-size: 15px;
}

.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 .choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #f1f5f9;
	color: #0f172a;
}

.fluentform_wrapper_6.ffs_custom_wrap .fluent_form_6 .choices__list--dropdown .choices__item--selectable.is-selected {
	background-color: #5d69f1;
	color: #fff;
}

/* Passport photo upload — compact preview with hover actions */
.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) {
	overflow: visible;
}

/* Empty placeholder — standard passport portrait (35mm x 45mm / 7:9). */
.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-el-input--content {
	width: 100%;
	max-width: 154px;
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff_file_upload_holder {
	display: block;
	width: 100%;
	max-width: 154px;
	aspect-ratio: var(--isegg-passport-aspect, 7 / 9);
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff_upload_btn {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 198px;
	max-width: 154px;
	aspect-ratio: var(--isegg-passport-aspect, 7 / 9);
	padding: 12px 10px !important;
	font-size: 12px;
	line-height: 1.35;
	text-align: center;
	box-sizing: border-box;
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-el-input--content.isegg-passport-has-upload,
.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-el-input--content:has(.ff-upload-preview) {
	display: grid;
	grid-template-areas: 'passport-dropzone';
	width: 100%;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	overflow: visible;
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-el-input--content.isegg-passport-has-upload .ff_file_upload_holder,
.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-el-input--content:has(.ff-upload-preview) .ff_file_upload_holder {
	grid-area: passport-dropzone;
	margin: 0;
	width: 100%;
	max-width: 154px;
	aspect-ratio: var(--isegg-passport-aspect, 7 / 9);
	max-height: 198px;
	overflow: hidden;
	border-radius: 20px;
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-el-input--content.isegg-passport-has-upload .ff-uploaded-list,
.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-el-input--content:has(.ff-upload-preview) .ff-uploaded-list {
	grid-area: passport-dropzone;
	margin: 0 !important;
	max-width: 154px;
	width: 100%;
	max-height: 198px;
	z-index: 2;
	pointer-events: none;
	font-size: 0 !important;
	filter: drop-shadow(0 0 4px rgba(15, 23, 42, 0.06)) drop-shadow(0 0 10px rgba(15, 23, 42, 0.03));
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-upload-preview {
	border: none !important;
	margin: 0 !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 20px;
	pointer-events: auto;
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-upload-thumb {
	display: block !important;
	position: absolute;
	inset: 0;
	width: auto !important;
	background: transparent !important;
	vertical-align: unset !important;
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-upload-preview-img {
	width: 100% !important;
	height: 100% !important;
	min-height: 100%;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 20px;
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-upload-details {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	width: auto !important;
	border: none !important;
	padding: 0 10px 10px !important;
	display: block !important;
	background: none;
	pointer-events: none;
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-upload-filename,
.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-upload-filesize,
.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-upload-progress-inline-text,
.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-upload-error,
.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-upload-remove {
	display: none !important;
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-upload-progress-inline {
	margin: 0 !important;
	height: 6px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.45) !important;
	overflow: hidden;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.12);
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-upload-progress-inline .ff-el-progress-bar {
	background: linear-gradient(90deg, #0066ff 0%, #3b82f6 100%) !important;
	border-radius: 999px;
	height: 100%;
	transition: width 0.25s ease;
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff_uploading_complete .ff-upload-progress-inline {
	height: 5px;
	background: rgba(255, 255, 255, 0.55) !important;
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff_uploading_complete .ff-upload-progress-inline .ff-el-progress-bar {
	background: linear-gradient(90deg, #0066ff 0%, #22c55e 100%) !important;
	box-shadow: 0 0 10px rgba(34, 197, 94, 0.45);
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .isegg-passport-overlay {
	position: absolute;
	inset: 0;
	z-index: 6;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px;
	background: rgba(15, 23, 42, 0.58);
	border-radius: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	pointer-events: none;
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-upload-preview:hover .isegg-passport-overlay,
.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-upload-preview:focus-within .isegg-passport-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .isegg-passport-action {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 56px;
	padding: 8px 10px;
	border: none;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.95);
	color: #0f172a;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: transform 0.15s ease, background 0.15s ease;
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .isegg-passport-action:hover {
	background: #fff;
	transform: translateY(-1px);
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .isegg-passport-delete {
	color: #dc2626;
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .isegg-passport-action-icon {
	font-size: 16px;
	line-height: 1;
}

.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-el-input--content.isegg-passport-has-upload .ff_upload_btn,
.fluentform_wrapper_6 .ff-el-group:has([data-name="passport_photo"]) .ff-el-input--content:has(.ff-upload-preview) .ff_upload_btn {
	opacity: 0;
	border-color: transparent !important;
	padding: 0 !important;
	height: 100%;
	min-height: 100%;
}

/* Sticky footer — all pages */
html {
	height: 100%;
}

body {
	min-height: 100%;
	min-height: 100dvh;
}

#page.site {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	min-height: 100dvh;
}

body.admin-bar #page.site {
	min-height: calc(100vh - 32px);
	min-height: calc(100dvh - 32px);
}

@media (max-width: 782px) {
	body.admin-bar #page.site {
		min-height: calc(100vh - 46px);
		min-height: calc(100dvh - 46px);
	}
}

#page.site #content,
#page.site > .site-content {
	flex: 1 0 auto;
}

#site-footer,
#page.site > footer.site-footer {
	margin-top: auto !important;
	flex-shrink: 0;
	width: 100%;
}

/* Contact page — Fluent Form 7 input radius */
body.page-id-109 .fluentform_wrapper_7 .ff-el-form-control,
.fluentform_wrapper_7 #fluentform_7 .ff-el-form-control {
	border-radius: 16px !important;
}

body.page-id-109 .fluentform_wrapper_7 .ff-btn-submit,
.fluentform_wrapper_7 #fluentform_7 .ff-btn-submit {
	border-radius: 999px !important;
}

/* Contact page — Fluent Form 7 vertical spacing */
body.page-id-109 .fluentform_wrapper_7 .ff-el-group {
	margin-bottom: 22px;
}

body.page-id-109 .fluentform_wrapper_7 .ff-el-input--label {
	margin-bottom: 8px;
}

body.page-id-109 .fluentform_wrapper_7 .ff-name-field-wrapper,
body.page-id-109 .fluentform_wrapper_7 .ff-column-container {
	margin-bottom: 22px;
}

body.page-id-109 .fluentform_wrapper_7 .ff_submit_btn_wrapper {
	margin-top: 8px;
	margin-bottom: 0;
}

/* Contact page — Fluent Form 7 two-column fields */
body.page-id-109 .fluentform_wrapper_7 .ff-name-field-wrapper .ff-t-container,
body.page-id-109 .fluentform_wrapper_7 .ff-column-container {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 14px;
	width: 100%;
}

body.page-id-109 .fluentform_wrapper_7 .ff-name-field-wrapper .ff-t-cell,
body.page-id-109 .fluentform_wrapper_7 .ff-column-container > .ff-t-cell {
	flex: 1 1 calc(50% - 7px) !important;
	max-width: calc(50% - 7px) !important;
	min-width: 0;
	width: auto !important;
}

body.page-id-109 .fluentform_wrapper_7 .ff-name-field-wrapper .ff-t-cell .ff-el-group,
body.page-id-109 .fluentform_wrapper_7 .ff-column-container > .ff-t-cell .ff-el-group {
	width: 100%;
	margin-bottom: 0;
}

/* If a column is empty, keep the remaining field at half width (2-col) */
body.page-id-109 .fluentform_wrapper_7 .ff-column-container > .ff-t-cell:empty {
	visibility: hidden;
	pointer-events: none;
}

body.page-id-109 .fluentform_wrapper_7 .ff-el-group:has(textarea),
body.page-id-109 .fluentform_wrapper_7 .ff_submit_btn_wrapper {
	width: 100%;
	max-width: 100%;
}

@media (max-width: 767px) {
	body.page-id-109 .fluentform_wrapper_7 .ff-name-field-wrapper .ff-t-container,
	body.page-id-109 .fluentform_wrapper_7 .ff-column-container {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap;
		gap: 10px;
	}

	body.page-id-109 .fluentform_wrapper_7 .ff-name-field-wrapper .ff-t-cell,
	body.page-id-109 .fluentform_wrapper_7 .ff-column-container > .ff-t-cell {
		flex: 1 1 calc(50% - 5px) !important;
		max-width: calc(50% - 5px) !important;
		min-width: 0 !important;
	}
}

/* Contact page — Fluent Form 1 pill inputs */
body.page-id-109 .fluentform_wrapper_1.ffs_custom_wrap .ff-el-input--label {
	display: none;
}

body.page-id-109 .fluentform_wrapper_1.ffs_custom_wrap .ff-el-group {
	margin-bottom: 14px;
}

body.page-id-109 .fluentform_wrapper_1.ffs_custom_wrap .ff-name-field-wrapper .ff-t-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 14px;
}

body.page-id-109 .fluentform_wrapper_1.ffs_custom_wrap .ff-name-field-wrapper .ff-t-cell {
	flex: 1 1 calc(50% - 7px);
	min-width: 0;
}

body.page-id-109 .fluentform_wrapper_1.ffs_custom_wrap .ff-el-form-control {
	width: 100%;
	min-height: 52px;
	padding: 14px 24px;
	background: #fff !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 999px !important;
	color: #1a1a1a;
	font-size: 15px;
	line-height: 1.4;
	box-shadow: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.page-id-109 .fluentform_wrapper_1.ffs_custom_wrap .ff-el-form-control::placeholder {
	color: #9ca3af;
	opacity: 1;
}

body.page-id-109 .fluentform_wrapper_1.ffs_custom_wrap .ff-el-form-control:focus {
	border-color: #cbd5e1 !important;
	background: #fff !important;
	box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.04);
	outline: none;
}

body.page-id-109 .fluentform_wrapper_1.ffs_custom_wrap .ff-el-group:has([name="subject"]) {
	max-width: 42%;
}

body.page-id-109 .fluentform_wrapper_1.ffs_custom_wrap textarea.ff-el-form-control {
	min-height: 150px;
	padding: 18px 24px;
	border-radius: 24px !important;
	resize: vertical;
}

body.page-id-109 .fluentform_wrapper_1.ffs_custom_wrap .ff_submit_btn_wrapper {
	margin-top: 8px;
	text-align: left;
}

body.page-id-109 .fluentform_wrapper_1.ffs_custom_wrap .ff-btn-submit {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: auto;
	min-height: 50px;
	padding: 6px 48px 6px 20px !important;
	background: #f25637 !important;
	border: none !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.01em;
	box-shadow: 0 14px 32px rgba(242, 86, 55, 0.28);
	position: relative;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.page-id-109 .fluentform_wrapper_1.ffs_custom_wrap .ff-btn-submit:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 36px rgba(242, 86, 55, 0.34);
	opacity: 1;
}

body.page-id-109 .fluentform_wrapper_1.ffs_custom_wrap .ff-btn-submit::after {
	content: "";
	position: absolute;
	right: 6px;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f25637' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
}

@media (max-width: 767px) {
	body.page-id-109 .fluentform_wrapper_1.ffs_custom_wrap .ff-el-group:has([name="subject"]) {
		max-width: 100%;
	}

	body.page-id-109 .fluentform_wrapper_1.ffs_custom_wrap .ff-name-field-wrapper .ff-t-cell {
		flex: 1 1 100%;
	}
}

/* Header Register button — slightly smaller */
.site-header .octf-btn.octf-btn-primary.octf-btn-icon,
.elementor-element-897dd1f .octf-btn.octf-btn-primary.octf-btn-icon {
	font-size: 13px !important;
	padding: 3px 3px 3px 16px !important;
	border-radius: 20px;
	box-shadow: 8px 8px 16px 0 rgba(254, 76, 28, 0.28);
	line-height: 1 !important;
}

.site-header .octf-btn.octf-btn-primary.octf-btn-icon i,
.elementor-element-897dd1f .octf-btn.octf-btn-primary.octf-btn-icon i {
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	margin-left: 8px !important;
	font-size: 11px !important;
}

/* Mobile sidebar — Register button pinned to bottom */
.mmenu-wrapper .mmenu-inner {
	display: flex;
	flex-direction: column;
}

.mmenu-wrapper .mmenu-inner .mobile_nav {
	flex: 1 1 auto;
}

.mmenu-wrapper .isegg-mobile-register-wrap {
	margin-top: auto;
	padding-top: 28px;
	text-align: center;
}

.mmenu-wrapper .isegg-mobile-register {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: auto;
	font-size: 13px !important;
	padding: 3px 3px 3px 16px !important;
	border-radius: 20px;
	box-shadow: 8px 8px 16px 0 rgba(254, 76, 28, 0.28);
	line-height: 1 !important;
	text-align: center;
	box-sizing: border-box;
}

.mmenu-wrapper .isegg-mobile-register span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0;
}

.mmenu-wrapper .isegg-mobile-register i {
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
	margin-left: 8px !important;
	font-size: 11px !important;
}

/* Homepage hero — pull radial rings to the top edge on mobile */
@media (max-width: 767px) {
	/*
	 * SR7 slides use contain:strict (includes paint), which clips layers
	 * that sit above the slide. Drop paint containment so the radial can
	 * reach the viewport top under the transparent header.
	 */
	.home sr7-slide,
	.home sr7-content,
	.home .revslider,
	.home .wp-block-themepunch-revslider {
		contain: none !important;
		overflow: visible !important;
	}

	.home .elementor-element:has(sr7-module) {
		overflow: visible !important;
	}

	.home #SR7_4_2-12-5.sr7-layer,
	.home sr7-img.sr7-layer[style*="layer-4.png"] {
		top: -80px !important;
		background-position: 50% 0% !important;
	}
}
