* {
	padding: 0;
	margin: 0;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.nfa-footer {
    margin-top: auto;
}

body.page-template-page-compare{
	display:block;
}

::selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

/* body {
	padding-top: 150px;
} */
body {
	background-color: #fff;
	font-family: 'Inter', sans-serif;
}

/* Import Inter font from Google Fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); */

body {
	font-family: var(--font-primary);
}

h1 {
	font-size: 58px;
	font-weight: var(--fw-500);
	line-height: var(--lh-140);
}
h2{
	font-size: 46px;
	font-weight: var(--fw-600);
	line-height: var(--lh-normal);
}
h3 {
	font-size: 38px;
	font-weight: var(--fw-600);
	line-height: var(--lh-normal);
}

h4 {
	font-size: 30px;
	font-weight: var(--fw-700);
	line-height: var(--lh-normal);
}

h5 {
	font-size: 28px;
	font-style: normal;
	font-weight: var(--fw-600);
	line-height: var(--lh-normal);
}
h6{
	font-size:20px;
	font-weight: var(--fw-600);
	line-height: var(--lh-100);
	letter-spacing:-0.15px;
}

:root {
	--font-primary: 'Inter', sans-serif;

	/* Font sizes */
	--fs-14: 14px;
	--fs-16: 16px;
	--fs-18: 18px;
	--fs-20: 20px;
	--fs-22: 22px;

	/* Font weights */
	--fw-400: 400;
	--fw-500: 500;
	--fw-700: 700;
	--fw-600: 600;

	/* Line heights */
	--lh-140: 1.4;
	--lh-150: 1.5;
	--lh-166: 166.67%;
	--lh-125:125%;
	--lh-100:100%;
	--lh-133:133.33%;
	--lh-normal: normal;
}

/* Font family */
/* .font-primary {
	font-family: var(--font-primary);
}
 */
/* Sizes */
.fs-14{
	font-size: var(--fs-14);
}
.fs-16 {
	font-size: var(--fs-16);
}

.fs-18 {
	font-size: var(--fs-18);
}

.fs-20 {
	font-size: var(--fs-20);
}

.fs-22 {
	font-size: var(--fs-22);
}

/* Weights */
.fw-400 {
	font-weight: var(--fw-400);
}

.fw-500 {
	font-weight: var(--fw-500);
}

.fw-700 {
	font-weight: var(--fw-700);
}

.fw-600 {
	font-weight: var(--fw-600);
}

/* Line height */
.lh-140 {
	line-height: var(--lh-140);
}

.lh-150 {
	line-height: var(--lh-150);
}

.lh-166 {
	line-height: var(--lh-166);
}
.lh-125{
	line-height:var(--lh-125);
}
.lh-100{
	line-height:var(--lh-100);
}
.lh-133{
	line-height:var(--lh-133);
}
.lh-normal {
	line-height: var(--lh-normal);
}

/* Apply Inter font-family globally */

.container-section {
	max-width: 1720px;
	width: 100%;
	margin: 0 auto;
}

a,
button {
	cursor: pointer;
}

::-moz-selection {
	background: #000;
	color: #fff;
	text-shadow: none;
}

header#masthead {
	display: block !important;
}

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #ffffff;
	display: block;
	z-index: 999;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.notfound-content {
	text-align: center;
	padding: 15vw 0;
	width: 100%;
/* 	float: left; */
}

.error404 .notfound-content h1 {
	color: #000000;
}

.error404 .notfound-content h3 {
	margin: 30px 0;
}

/* Padding top and bottom zero*/

.e-con.p-top {
	padding-top: 0;
}

.e-con.p-bottom {
	padding-bottom: 0;
}

/* Contact form 7 */

.wpcf7 .row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.wpcf7 .column {
	width: 50%;
}

.wpcf7 .column-full {
	width: 100%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
}

#cf7-ajax-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9999999;
}

#cf7-ajax-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	background: #F8F4EE;
	border-radius: 12px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
	z-index: 99999999;
	font-family: "Groillim", Sans-serif;
	color: #252525;
	text-align: center;
}

#cf7-ajax-modal.show,
#cf7-ajax-overlay.show {
	display: block !important;
}

.cf7-ajax-inner {
	padding: 50px 40px;
	position: relative;
}

#cf7-ajax-text {
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
}

.cf7-ajax-close {
	position: absolute;
	top: 10px;
	right: 18px;
	font-size: 38px;
	cursor: pointer;
	opacity: 0.7;
}

.cf7-ajax-close:hover {
	opacity: 1;
}

.wpcf7-response-output {
	display: none !important;
}

.wpcf7-spinner {
	display: none;
}

#cf7-ajax-loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 9999999999;
	justify-content: center;
	align-items: center;
}

#cf7-ajax-loading.active {
	display: flex;
}

.cf7-spinner {
	width: 45px;
	height: 45px;
	border: 4px solid #ccc;
	border-top-color: #000;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.wpcf7-response-output {
	display: none !important;
}

.cf7-popup-open,
.cf7-loading {
	overflow: hidden;
}

.wpcf7-not-valid-tip {
	margin-top: 6px;
}

/* Shortcode css Start */

/* ============================================================
   NFA HERO FORM — SHORTCODE STYLES
   Paste this block into your main style.css
   These classes are shared with the landing page hero form.
   ============================================================ */

:root {
	--nfa-navy: #0d1f3c;
	--nfa-navy-mid: #1a3a6b;
	--nfa-orange: #e05c2a;
	--nfa-orange-dark: #c04a1e;
	--nfa-card-radius: 10px;
}

/* ── Hero section wrapper ── */
.nfa-hero {
	color: #fff;
	text-align: center;
}

.nfa-hero__inner {
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

/* ── Title & subtitle ── */
/* .nfa-hero__title {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 12px;
	line-height: 1.2;
	color: #fff;
} */

.nfa-hero__sub {
	font-size: 15px;
	color: #adc4e0;
	margin-bottom: 28px;
	line-height: 1.6;
}

/* ── Form wrapper ── */
.nfa-hero__form-wrap {
	background: #003B86;
	border-radius: 10px;
	padding: 24px 32px;
	max-width:1720px;
	margin:0 auto;
	margin-top:-60px;
}

/* ── Fields row: 7 equal columns ── */
.nfa-hero__fields {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 20px;
	align-items: center;
}

/* ── Inputs & selects ── */
.nfa-hero__input,
.nfa-hero__select {
	width: 100%;
	border: none;
	border-radius: 10px;
	padding: 24px;
	font-size: var(--fs-18);
	font-weight:var(--fw-500);
	line-height:var(--lh-normal);
	color: #5F5F5F;
	background: #fff;
	outline: none;
	transition: box-shadow 0.15s;
	box-sizing: border-box;
}

.nfa-hero__input:focus,
.nfa-hero__select:focus {
	box-shadow: 0 0 0 2px var(--nfa-orange);
}

/* ── Button ── */
.nfa-hero__btn {
	width: 100%;
	height: 72px;
	padding: 16px 32px;
	background: #FF3E03;
	color: #fff;
	border: none;
	border-radius: 10px;
	font-size: var(--fs-18);
	font-weight: var(--fs-500);
	line-height: var(--lh-normal);
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.15s, transform 0.1s;
}

.nfa-hero__btn:hover {
	background: var(--nfa-orange-dark);
}

.nfa-hero__btn:active {
	transform: scale(0.98);
}

/* ── State required hint ── */
.nfa-hero__state-hint {
	margin-top: 40px;
	font-size: 13px;
	color: #ffcc00;
	text-align: left;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.nfa-hero__select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding-right: 48px; /* 24px space + icon width */
}
.custom-select-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    transform: translateY(-70%) rotate(45deg);
    transition: 0.3s ease;
    pointer-events: none;
}
.custom-select-wrapper.active::after{
    transform:translateY(-30%) rotate(-135deg);
}
/* Add SVG icon */
/* .custom-select-wrapper::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);

    width: 24px;
    height: 24px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath d='M3 9L9 15L15 9' stroke='%235F5F5F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;

    pointer-events: none;
} */

/* Shortcode css end*/

/* Banner CSS Start*/
/* ── Banner section (dark navy gradient) ── */
.main-banner {
    background: radial-gradient(52.76% 45.54% at 50% 50%, #053068 0%, #000D1D 100%);
    padding: 200px 20px 80px !important;
    text-align: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
	letter-spacing:0.8px;
}
 
.main-banner-container {
    max-width: 1720px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
 
.main-banner-title {
/*     font-size: 48px !important;
    font-weight: 700 !important; */
    color: #ffffff !important;
/*     margin: 0 0 20px !important; */
/*     line-height: 1.15 !important; */
    text-align: center !important;
}
 
.main-banner-subtitle {
    font-size: var(--fs-22);
    font-weight: var(--fw-500);
    color: #c8d6e8 !important;
    margin: 0 auto 60px !important;
    line-height: var(--lh-normal);
    padding: 0 280px;
    text-align: center !important;
	letter-spacing:0.8px;
}
 
/* ── Form section wrapper (sits below banner, pulls up) ── */
.main-form-section {
    background: transparent;
    position: relative;
    z-index: 10;
}
 
.main-form-section-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
 
/* The shortcode .nfa-hero__form-wrap already has margin-top: -60px
   which creates the overlap effect over the banner.
   On pages using .main-form-section the nfa-hero section wrapper
   background is transparent so it blends with the banner gradient. */
.main-form-section .nfa-hero {
    background: transparent;
    padding: 0;
}
 
/* .main-form-section .nfa-hero__inner {
    padding: 0;
} */
/* Banner CSS end*/

body.page-id-1041 header{
	display:none;
}
table.nfa-adm-datatable td:nth-child(6),
table.nfa-adm-datatable td:nth-child(7) {
    text-align: center !important;
}
.error404 .btn-wrap a{
	border-radius:10px;
	padding:16px 32px;
	background: #FF3E03;
    color: var(--nfa-white) !important;
}
/* Sticky footer fix */
body.error404 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* The main content area between header and footer */
.error404 .inner-contener {
    flex: 1;
}

/* Footer stays at the bottom */
.error404 .nfa-footer {
    margin-top: auto;
}
.nfa-field-error:empty{
	display:none;
}
.nfa-field-error {
    display: block;
    color: #FF3E03;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 4px;
    min-height: 0;
	text-align:left;
}

.nfa-hero__input.nfa-input--error,
.nfa-hero__select.nfa-input--error {
    border-color: #fca5a5;
    outline-color: #fca5a5;
}



.nfa-hero-fields {
    display: flex;
    gap: 20px;
    align-items: flex-start; /* important */
}

.nfa-field-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
}

.nfa-hero-input,
.nfa-select,
.nfa-btn {
    height: 60px;
}

/* Error message */
.nfa-field-error {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 4px;
    font-size: 12px;
    color: red;
    white-space: nowrap;
}
/* #edittag */
#edittag {
    width: 100% !important;
    max-width: 100% !important;
}


/*contact form*/
.wpcf7 .row {
	display: flex;
	gap: 20px;
	margin-bottom: 22px;
	flex-direction: column;
}

.wpcf7 .column {
	width: 50%;
}

.wpcf7 .column-full {
	width: 100%;
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
	width: 100%;
}

#cf7-ajax-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 9999999;
}

#cf7-ajax-modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	max-width: 500px;
	background: #F8F4EE;
	border-radius: 12px;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4);
	z-index: 99999999;
	font-family: "Groillim", Sans-serif;
	color: #252525;
	text-align: center;
}

#cf7-ajax-modal.show,
#cf7-ajax-overlay.show {
	display: block !important;
}

.cf7-ajax-inner {
	padding: 50px 40px;
	position: relative;
}

#cf7-ajax-text {
	font-size: 22px;
	line-height: 1.5;
	margin: 0;
}

.cf7-ajax-close {
	position: absolute;
	top: 10px;
	right: 18px;
	font-size: 38px;
	cursor: pointer;
	opacity: 0.7;
}

.cf7-ajax-close:hover {
	opacity: 1;
}

.wpcf7-response-output {
	display: none !important;
}

.wpcf7-spinner {
	display: none;
}

#cf7-ajax-loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	z-index: 9999999999;
	justify-content: center;
	align-items: center;
}

#cf7-ajax-loading.active {
	display: flex;
}

.cf7-spinner {
	width: 45px;
	height: 45px;
	border: 4px solid #ccc;
	border-top-color: #000;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.wpcf7-response-output {
	display: none !important;
}

.cf7-popup-open,
.cf7-loading {
	overflow: hidden;
}
.custom-form textarea.wpcf7-form-control.wpcf7-textarea { padding: 16px 24px; }
.custom-form input.wpcf7-form-control.wpcf7-submit.has-spinner.cf7av-btn-inactive {
    width: 100%;
    height: 44px;
}
.contact-form .custom-form .row .label-class {
    color: #1E1E1E;
    font-family: "Myriad Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
	padding-left: 24px;
}
.custom-form .row .wpcf7-form-control-wrap {
    margin-top: 8px;
}
.custom-iconbox .elementor-icon{
     padding: 6px;
    background: rgba(0, 0, 0, 0.14);
    border-radius: 6px;
}
 .wpcf7-form-control-wrap .wpcf7-form-control {
	padding: 17px 24px;
    border-radius: 56px;
    border: 1px solid #F9F9F9;
    background: #FFF;
    color: #6A7282;
    font-family: "Myriad Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.custom-form input::placeholder {
    color: #6A7282;
    font-family: "Myriad Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.contact-form .custom-form .wpcf7-form-control.wpcf7-submit {
    border-radius: 55px;
    background: #86CC17;
    padding: 12px 20px;
    color: #FFF;
    font-family: "Myriad Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; border: none;
}
.cf7-ajax-inner .cf7-ajax-ok-btn {
    padding: 12px 24px;
}
.custom-form .wpcf7-textarea {
    height: 126px !important;
	border-radius: 6px;
}
.page-id-1435{
	padding-top:100px;
}

div:where(.swal2-container){
/* 	position:absolute !important; */
	z-index:99999999999 !important;
}

.page-template-page-activate-account .nfa-header__inner,
.page-template-page-reset-password .nfa-header__inner,
.page-template-page-forgot-password .nfa-header__inner {
	display:none;
}
.page-template-page-activate-account .nfa-footer,
.page-template-page-reset-password .nfa-footer,
.page-template-page-forgot-password .nfa-footer {
	display:none;
}
