@media only screen and (max-width:1730px){
	.container-section{
		padding-left:20px;
		padding-right:20px;
	}
}
@media only screen and (max-width: 1599px) {
	:root {
        --fs-22: 20px;
		--fs-20: 18px;
		--fs-18: 16px;
    }

    .nfa-header__inner {
        max-width: 100%;
        padding: 0 40px;
    }

    .nfa-footer__inner {
        max-width: 100%;
        padding: 0 40px;
    }

    h1 {
        font-size: 50px;
    }
    h2{
        font-size: 40px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 28px;
    }
	h6{
		font-size:19px;
	}
	.container-section{
		padding-left:20px;
		padding-right:20px;
	}
	.nfa-hero__inner {
    margin: 0 !important;
    padding: 0 !important;
}
	.nfa-hero__input, .nfa-hero__select{
		    padding: 18px;
	}
	.nfa-hero__btn{
		height:auto;
		padding:18px 32px;
	}
    /* Check 1367px and add css here */
}

@media only screen and (max-width: 1366px) {
    :root {
        --fs-22: 18px;
		--fs-16: 15px;
    }
    h2{
        font-size: 35px;
    }
	h5{
		font-size:25px;
	}

    .nfa-header__nav {
        gap: 20px;
    }

    .nfa-header__nav-link,
    .nfa-header__dropdown-toggle {
        font-size: 12px;
    }
	.custom-select-wrapper::after{
		right: 8px;
	}
    
	
    /* Check 1200px and add css here */
}

@media only screen and (max-width: 1199px) {
    :root {
        --fs-18: 16px;
		--fs-16: 14px;
    }

    h1 {
        font-size: 40px;
    }
    h2{
        font-size: 30px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 25px;
    }
	h5{
		font-size:23px;
	}

    .nfa-header__nav {
        gap: 16px;
    }

    .nfa-header__logo-img {
        height: 44px;
    }

    .nfa-header__logo-nfa {
        font-size: 22px;
    }

    .nfa-header__logo-full {
        font-size: 7px;
    }

    .nfa-btn {
        padding: 9px 14px;
        font-size: 11.5px;
    }
	.main-banner{
		    padding: 170px 20px 80px !important;
	}
	.main-banner-subtitle{
		padding:0 !important;
		padding-bottom:40px !important;
	}
	.notfound-content{
		padding: 22vw 0;
	}
	.nfa-ind-section{
		padding: 18px 15px !important;
	}

    /* Check 1025px and add css here */
}

@media only screen and (max-width: 1024px) {
	:root {
        --fs-20: 17px;
    }
    h1 {
        font-size: 30px;
    }
    h2{
        font-size: 28px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 22px;
    }
	h5{
		font-size:20px;
	}
	h6{
		font-size:18px;
	}

    /* --- HEADER: switch to hamburger --- */
    .nfa-header__hamburger {
        display: flex;
    }
	.nfa-hero__form-wrap{
		    padding: 15px 20px;
	}
	.nfa-hero__input, .nfa-hero__select{
		padding: 16px;
	}
	.custom-select-wrapper::after{
		    right: 10px;
	}
	.nfa-hero__btn{
		height:auto;
	}
	.nfa-hero__form-wrap{
		margin-top: -100px;
	}
	
	
	

/*     .nfa-header__nav {
        display: none;
        position: absolute;
        top: var(--nfa-header-h);
        left: 0;
        right: 0;
        background: var(--nfa-white);
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 24px 24px;
        gap: 0;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        z-index: 999;
        max-height: calc(100vh - var(--nfa-header-h));
        overflow-y: auto;
    } */

    .nfa-header__nav.is-open {
        display: flex;
    }

/*     .nfa-header__nav-link {
        padding: 12px 0;
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
        font-size: 13px;
    } */

    /* --- DROPDOWN: full width on mobile --- */
    .nfa-header__dropdown {
        width: 100%;
    }

    .nfa-header__dropdown-toggle {
        padding: 12px 0;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #f0f0f0;
        font-size: 13px;
    }

    .nfa-header__dropdown-menu {
        position: static;
        box-shadow: none;
        border-top: none;
/*         border-left: 3px solid var(--nfa-blue-mid); */
        border-radius: 0;
/*         margin: 0 0 8px 12px; */
/*         padding: 4px 0; */
        min-width: unset;
        width: calc(100% - 12px);
        /* scroll on mobile too */
        max-height: 240px;
        overflow-y: auto;
    }

    .nfa-header__dropdown-menu.is-open {
        display: block;
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }

    /* Disable hover open on mobile — JS click only */
/*     .nfa-header__dropdown:hover .nfa-header__dropdown-menu {
        display: none;
    } */

    /* Button full width on mobile */
/*     .nfa-btn--orange {
        margin-top: 16px;
        width: 100%;
        text-align: center;
        justify-content: center;
    } */

    .nfa-btn--account {
        justify-content: center;
    }

    /* --- FOOTER: stack links on tablet --- */
    .nfa-footer {
        padding: 24px 24px;
    }

    .nfa-footer__links a {
        padding: 6px 14px;
        font-size: 12.5px;
    }
	    .notfound-content {
        padding: 26vw 0;
    }
	

    /* Check 768px and add css here */
}

/* 
@media only screen and (max-width: 991px) {
    .nfa-header__inner {
        padding: 0 20px;
    }

    .nfa-header__logo-img {
        height: 40px;
    }
	
	Check 768px and add css here
}
 */

@media only screen and (max-width: 767px) {
	:root{
		--fs-16: 14px;
	}
    h1 {
        font-size: 25px;
    }
    h2{
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }
	


    .cf7-flex {
        flex-direction: column;
    }

    .cf7-flex .half {
        width: 100%;
    }

    .wpcf7 .row {
        flex-wrap: wrap;
    }

    .wpcf7 .column {
        width: 100%;
    }

    .notfound-content {
        padding: 37vw 0;
    }

    /* Header */
    :root {
        --nfa-header-h: 70px;
    }
	

    .nfa-header__inner {
        padding: 0 16px;
    }

    .nfa-header__logo-nfa {
        font-size: 20px;
    }

    .nfa-header__logo-full {
        font-size: 6.5px;
    }

    .nfa-header__logo-img {
        height: 36px;
    }

    /* Footer: wrap links to 2 per row */
    .nfa-footer {
        padding: 20px 16px;
    }

    .nfa-footer__links {
        gap: 4px 0;
    }

    .nfa-footer__links a {
        padding: 6px 12px;
        font-size: 12px;
    }

    .nfa-footer__copy {
        font-size: 11px;
        padding: 0 8px;
    }
	.nfa-footer{
		    padding: 40px 0 !important;
	}
	.main-banner-subtitle{
		padding-bottom:30px !important;
	}
	.container-section {
        padding-left: 15px;
        padding-right: 15px;
    }
	.nfa-adm-ind-panel{
		    padding: 15px !important;
	}
    .main-banner-subtitle{
        letter-spacing: 0;
    }
    
    /* Check 480px and add css here */
}

@media only screen and (max-width: 479px) {
    :root {
        --fs-18: 15px;
		--fs-16: 14px;
		
		--lh-140: normal;
		--lh-150: normal;
		--lh-166: normal;
		--lh-125: normal;
		--lh-100: normal;
		--lh-133: normal;
    }

    /* Header */
    :root {
        --nfa-header-h: 64px;
    }

    .nfa-header__inner {
        padding: 0 14px;
    }

    .nfa-header__logo-nfa {
        font-size: 18px;
    }

    .nfa-header__logo-full {
        display: none;
        /* hide tagline on very small screens */
    }

    .nfa-header__logo-img {
        height: 32px;
    }

    /* Footer: stack all links vertically, remove separator */
    .nfa-footer__links {
        flex-direction: column;
        align-items: center;
        gap: 2px;
    }

    .nfa-footer__links a+a::before {
        display: none;
        /* hide pipe separator */
    }

    .nfa-footer__links a {
        width: 100%;
        text-align: center;
    }

    .nfa-footer__copy {
        font-size: 11px;
        line-height: 1.6;
    }
	    .nfa-adm-ind-panel {
        padding: 10px !important;
    }
	.nfa-ind-section {
        padding: 18px 10px !important;
    }
	.ind-removable-row{
		padding: 10px !important;
	}
	 .ind-resource-list .ind-removable-row {
        padding: 40px 10px 10px 10px !important;
    }

    /* Check 375px and add css here */
}

@media only screen and (max-width: 374px) {

    :root {
        --nfa-header-h: 60px;
    }

    .nfa-header__logo-nfa {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .nfa-header__logo-img {
        height: 28px;
    }

    .nfa-footer__links a {
        font-size: 12px;
    }

    .nfa-footer__copy {
        font-size: 10.5px;
    }

    /* Check 320px and add css here */
}

/* Shortcode responsive css strat */

/* ============================================================
   NFA HERO FORM — RESPONSIVE
   Paste this block into your main responsive.css
   ============================================================ */

/* ── Tablet: 4 columns ── */
@media (max-width: 1100px) {
    .nfa-hero__fields {
        grid-template-columns: repeat(4, 1fr);
    }

    /* Button spans all 4 cols on tablet */
    .nfa-hero__fields .nfa-hero__btn {
        grid-column: span 4;
    }
}

/* ── Small tablet / large mobile ── */
@media (max-width: 800px) {
    .nfa-hero {
        padding: 36px 16px 0;
    }

    .nfa-hero__fields {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Button spans both cols */
    .nfa-hero__fields .nfa-hero__btn {
        grid-column: span 2;
    }
}

/* ── Mobile: single column ── */
@media (max-width: 600px) {
    .nfa-hero__title {
        font-size: 24px;
    }

    .nfa-hero__sub {
        font-size: 14px;
    }

    .nfa-hero__form-wrap {
        padding: 16px;
    }

    .nfa-hero__fields {
        grid-template-columns: 1fr;
    }

    .nfa-hero__fields .nfa-hero__btn {
        grid-column: span 1;
    }
}

/* Shortcode responsive css end*/