

@font-face {
	font-family: 'Arial Rounded MT';
	src: url('/assets/fonts/Arial Rounded MT + Helvetica.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Arial Rounded MT';
	src: url('/assets/fonts/Arial Rounded MT_300 + Helvetica.ttf') format('truetype');
	font-weight: 300;
	font-style: light;
}
@font-face {
	font-family: 'Arial Rounded MT';
	src: url('/assets/fonts/Arial Rounded MT_700 + Helvetica.ttf') format('truetype');
	font-weight: 700;
	font-style: bold;
}

@font-face {
	font-family: 'Source Serif Pro';
	src: url('/assets/fonts/SourceSerifPro-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Source Serif Pro';
	src: url('/assets/fonts/SourceSerifPro-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: bold;
}
@font-face {
	font-family: 'Source Serif Pro italic';
	src: url('/assets/fonts/Source Serif Pro SemiBold.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}


:root {
	--font-arial-rounded: 'Arial Rounded MT', Arial, sans-serif; 
	--font-source-serif-pro: 'Source Serif Pro', Arial, sans-serif;
	--font-source-serif-pro-italic: 'Source Serif Pro italic', Arial, sans-serif;
}



.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
.custom-select {
	appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
}
.home_hero_section * {
	font-family: var(--font-arial-rounded) !important;
}
.hero-sc-para {
	font-family: var(--font-source-serif-pro-italic) !important;
	font-style: italic !important;
}
.hero-sub-heading {
	font-size: 30px;
	line-height: 1.4285714286;
	font-weight: 600;
	margin-bottom: 20px;
}
/* responsive css */

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/* Hero video inside tw-ai frame (789×604) — matches design SS */
.home_hero_section .home_hero_media_col {
	position: relative;
}

/* Inner screen — inset aligns with frame PNG; JS scales iframe to cover */
/* .home_hero_section .home_hero_media_video_viewport {
	position: absolute;
	top: 7.5%;
	right: 7%;
	bottom: 8%;
	left: 7%;
	border-radius: 38px;
	overflow: hidden;
	isolation: isolate;
	z-index: 1;
} */

/* .home_hero_section .home_hero_media_video_viewport iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 0;
	display: block;
	transform: translate(-50%, -50%);
} */

/* Inner bezel shade — masks square iframe corners like first SS */
/* .home_hero_section .home_hero_media_frame_shade {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	border-radius: inherit;
	box-shadow:
		inset 0 0 0 2px rgba(255, 255, 255, 0.5),
		inset 0 3px 6px rgba(210, 240, 255, 0.35),
		inset 3px 0 6px rgba(180, 220, 255, 0.2),
		inset 0 -6px 18px rgba(45, 15, 85, 0.45),
		inset -5px 0 16px rgba(55, 20, 95, 0.3),
		inset 5px 5px 28px rgba(15, 40, 100, 0.35);
	background:
		radial-gradient(ellipse 72px 72px at 0 0, rgba(8, 18, 55, 0.55), transparent 72%),
		radial-gradient(ellipse 72px 72px at 100% 0, rgba(8, 18, 55, 0.55), transparent 72%),
		radial-gradient(ellipse 72px 72px at 0 100%, rgba(8, 18, 55, 0.55), transparent 72%),
		radial-gradient(ellipse 72px 72px at 100% 100%, rgba(8, 18, 55, 0.55), transparent 72%);
} */

@media (max-width: 767.98px) {
	/* .home_hero_section .home_hero_media_video_viewport {
		top: 6.5%;
		right: 5.5%;
		bottom: 7%;
		left: 5.5%;
		border-radius: 22px;
	} */

	.home_hero_section .home_hero_media_frame_shade {
		background:
			radial-gradient(ellipse 40px 40px at 0 0, rgba(8, 18, 55, 0.5), transparent 72%),
			radial-gradient(ellipse 40px 40px at 100% 0, rgba(8, 18, 55, 0.5), transparent 72%),
			radial-gradient(ellipse 40px 40px at 0 100%, rgba(8, 18, 55, 0.5), transparent 72%),
			radial-gradient(ellipse 40px 40px at 100% 100%, rgba(8, 18, 55, 0.5), transparent 72%);
	}
}

/* Footer Terms / Privacy — Bootstrap large modal (width on .modal-dialog only) */
.footer_policy_modal.contact_us_modal {
	--bs-modal-width: 800px;
}

.footer_policy_modal.contact_us_modal .modal-dialog {
	margin-left: auto;
	margin-right: auto;
}

.footer_policy_modal_body {
	max-height: min(70vh, 640px);
	overflow-y: auto;
}

.footer_policy_modal_content {
	font-family: "Be Vietnam Pro", sans-serif;
	font-size: 15px;
	line-height: 1.65;
	color: #021d40;
}

.comn_form_static.wpcf7-form.sent .wpcf7-response-output:not(:empty),
.comn_form_static.wpcf7-form.invalid .wpcf7-response-output:not(:empty) {
	display: block !important;
	margin: 1em 0 0;
	padding: 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}

.comn_form_static.wpcf7-form.sent .wpcf7-response-output:not(:empty) {
	border: 2px solid #46b450;
	background-color: #f0faf0;
	color: #2e7d32;
}

.comn_form_static.wpcf7-form.invalid .wpcf7-response-output:not(:empty) {
	border: 2px solid #dc3232;
	background-color: #fff5f5;
	color: #b32d2e;
}

.home_explore_video_play_btn {
	padding: 0 !important;
}
.home_explore_video_play_btn i {
	font-size: 45px;
    color: #ffe563;
}
