/*
 * NFA — How to Evaluate Page
 * File: assets/css/industry-pages.css
 * Matches live site design: dark navy hero, white body, orange CTA button
 */

/* ─────────────────────────────────────────
   SHARED PAGE INNER WIDTH
───────────────────────────────────────── */
/* .hte-page-inner {
    margin: 0 auto;
    padding: 0 24px;
} */
.hte-intro__content p {
	color:#0A0A0A;
    padding-bottom: 10px;
	font-size:var(--fs-18);
	font-weight:var(--fw-400);
	line-height:var(--lh-133);
	letter-spacing: -0.312px;
}
.hte-intro__content p:last-child {
    padding-bottom: 0;
}

/* ─────────────────────────────────────────
   HERO BANNER
───────────────────────────────────────── */
.hte-hero {
    background-color: #0d1b2a;
    color: #ffffff;
    padding: 44px 24px 0;
    text-align: center;
}

.hte-hero__inner {
    max-width: 960px;
    margin: 0 auto;
}

.hte-hero__title {
    font-size: clamp(22px, 3.5vw, 34px);
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 24px;
    line-height: 1.2;
    font-family: inherit;
}
.hte-faq-section .hte-faq-section__h2, .hte-final__heading {
    color: #000;
/*     font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; */
}
.main-banner{
	    padding: 234px 20px 199px !important;
}
.main-banner-title{
	margin:0 !important;
}
.hte-final,
.hte-resources{
	max-width:1720px;
	margin:0 auto;
}
/* Form bar */
.hte-hero__form-wrap {
    background-color: #1a3a5c;
    border-radius: 4px;
    padding: 18px 20px;
    margin: 0 0 0;
}

.hte-hero__form-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.hte-hero__input {
    flex: 1 1 130px;
    min-width: 100px;
    max-width: 170px;
    height: 42px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 13px;
    font-family: inherit;
    outline: none;
    transition: border-color 0.2s;
}

.hte-hero__input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.hte-hero__input:focus {
    border-color: rgba(255, 255, 255, 0.6);
}

.hte-hero__select {
    flex: 1 1 120px;
    min-width: 100px;
    max-width: 155px;
    height: 42px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 13px;
    font-family: inherit;
    cursor: pointer;
    appearance: auto;
    outline: none;
}

.hte-hero__select option {
    background: #0d1b2a;
    color: #ffffff;
}

.hte-hero__btn {
    flex: 0 0 auto;
    height: 42px;
    padding: 0 24px;
    background: #e8611a;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    font-family: inherit;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.hte-hero__btn:hover {
    background: #d4530f;
}

.hte-hero__state-hint {
    margin: 8px 0 0;
    font-size: 13px;
    color: #ffcc00;
}


/* ─────────────────────────────────────────
   INTRO PARAGRAPHS
───────────────────────────────────────── */
.hte-intro {
	max-width:1720px;
	margin:0 auto;
    padding: 80px 0 0;
	background-color: #fff;
}

.hte-intro__para {
    font-size: 14px;
    line-height: 1.7;
    color: #333333;
    margin: 0 0 10px;
}


/* ─────────────────────────────────────────
   FAQ SECTIONS WRAPPER
───────────────────────────────────────── */



/* ─────────────────────────────────────────
   SINGLE FAQ SECTION  (one H2 + accordion)
───────────────────────────────────────── */
.hte-faq-section {
    max-width: 100%;
    margin: 0 auto;
}

/* .hte-faq-section .hte-faq-section__h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    padding-bottom: 24px;
    color: #000;
} */
.hte-faq-wrappper {
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e6ea;
	background-color: #fff;
}
.hte-faq-wrap {
	max-width:1720px;
	margin:0 auto;
    background: #fff;
}
.hte-faq-section__intro {
	color: #0A0A0A;
	font-size: var(--fs-18);
	font-style: normal;
	font-weight: var(--fw-400);
	line-height: var(--lh-133); /* 133.333% */
	letter-spacing: -0.312px;
	padding-top: 24px !important;
}
.hte-faq-section:last-child .hte-faq-section__intro{
	padding-top: 12px !important;
}
.hte-faq-section__intro ul{
	display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 20px;
	padding-bottom:12px;
}
.hte-faq-section__intro h6{
	padding-bottom:12px;
}

/* ─────────────────────────────────────────
   ACCORDION
───────────────────────────────────────── */
.hte-accordion {
	margin-top: 24px;
}

.hte-accordion__item {
    border-top: 1px solid rgba(0, 0, 0, 0.20);
	padding: 24px 0;
}
.hte-accordion__item:last-child {
    border-bottom: none;
	    padding-bottom: 0;
}
.hte-accordion__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: none;
    border: none;
    text-align: left;
}
.hte-accordion__trigger span.hte-accordion__q {
    color: #0A0A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.15px;
	 font-family: 'Inter', sans-serif !important;
}

.hte-accordion__icon {
    flex: 0 0 auto;
    font-size: 22px;
    line-height: 1;
    color: #666666;
    transition: transform 0.22s ease;
    display: block;
}

.hte-accordion__trigger[aria-expanded="true"] .hte-accordion__icon {
    transform: rotate(180deg);
}

/* Panel hidden by default via HTML hidden attribute */
.hte-accordion__panel {
    padding-top: 14px;
}

.hte-accordion__panel[hidden] {
    display: none;
}

.hte-accordion__panel p {
	color: #0A0A0A;
	font-size: var(--fs-18);
	font-style: normal;
	font-weight: var(--fw-400);
	line-height: var(--lh-133);
	letter-spacing: -0.312px;
    margin: 0;
}
.page-template-page-templatepage-how-to-evaluate-master-php .main-banner {
    padding: 234px 20px 199px !important;
}

/* ─────────────────────────────────────────
   FINAL SECTION
   (e.g. "Understanding Freight Broker Factoring Costs")
───────────────────────────────────────── */
.hte-final {
/*    padding-top: 100px; */
   background-color: #fff;
}
.hte-page-inner p{
	padding-bottom:12px;
}
.hte-accordion__trigger,
.hte-accordion__q {
    font-family: inherit;
}
/* .hte-page-inner p:nth-last-of-type(2) {
	padding-bottom:0 !important;
} */
.hte-page-inner p:last-child{
	padding-bottom:0 !important;
}
.hte-resources {
/*     padding-bottom: 100px; */
    background: #fff;
}
.hte-final__para {
    color: #0A0A0A;
	font-size: var(--fs-18);
	font-style: normal;
	font-weight: var(--fw-400);
	line-height: var(--lh-133);
	letter-spacing: -0.312px;
	padding:0 !important;
}
.hte-page-inner h4.hte-final__heading {
    padding-bottom: 28px;
}
.banner.main-banner {
    padding: 227px 20px 154px !important;
}

/* ─────────────────────────────────────────
   RESOURCE LINKS  (pill buttons)
───────────────────────────────────────── */
/* section.hte-final:last-of-type {
	padding-bottom: 20px !important;
} */
/* .hte-transparent-btn .hte-resources__links{
    padding: 0 0 90px;
} */

.hte-resources__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hte-resources__pill {
    display: inline-block;
    padding: 16px 32px;
    text-decoration: none;
    border-radius: 8px;
    background: var(--003-b-86, #003B86) !important;
    color: var(--ffffff, #FFF) !important;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.15px;
}
.hte-accordion__q{
	font-size:var(--fs-20);
	font-weight:var(--fw-600);
	line-height:var(--lh-100);
	letter-spacing:-0.51px;
	color:#0A0A0A;
}
.hte-accordion p.hte-accordion__q {
	padding-bottom:0 ;
}
.hte-transparent-btn .hte-resources__links a{
	padding:12px;
	background:transparent !important;
	border:1px solid rgba(0, 0, 0, 0.30);
	color:#003B86 !important;
	font-size:var(--fs-18);
	font-weight:var(--fw-400);
	line-height:var(--lh-133);
	letter-spacing: -0.312px;
}
.hte-transparent-btn .hte-resources__links{
	gap:16px;
	padding-top:20px;
	border-top:1px solid rgba(95, 95, 95, 0.20);
}
.blog .nfa-footer{
	margin-top:90px !important;
}
.main-banner-subtitle{
	margin:0 !important;
}
.hte-cta-button{
	margin-top:12px;
}
.hte-master-footer{
	margin-top:110px;
}
.page-template-page-how-to-evaluate-master .hte-final,
.page-template-page-how-to-evaluate-master .hte-transparent-btn{
	display:none;
}
.hte-accordion__panel p:empty {
    display: none;
}
.ind-takeaways p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.ind-takeaways p::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 1.2;
}
.hte-final p{
	color: #0A0A0A;
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: var(--fw-400);
    line-height: var(--lh-133);
    letter-spacing: -0.312px;
    margin: 0;
}
.ind-takeaways ul li{
	color: #0A0A0A;
    font-size: var(--fs-18);
    font-style: normal;
    font-weight: var(--fw-400);
    line-height: var(--lh-133);
    letter-spacing: -0.312px;
    margin: 0;
}
.ind-takeaways{
	display: flex;
    flex-direction: column;
    gap: 12px;
}
.ind-takeaways ul{
	padding-left:15px;
}
/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
.page-width, .container{margin:0 auto;max-width:100%; padding-left: 0 !important;padding-right: 0 !important; }

/* @media (max-width: 1500px) {
   .hte-page-inner { padding-left:15px !important;padding-right:15px !important;}
} */
/* @media (min-width: 992px) {
   .hte-page-inner {max-width: 930 !important;}
}
@media (min-width: 1000px) {
   .hte-page-inner {max-width: 1010px !important;}
}
@media (min-width: 1100px) {
   {max-width: 1100px !important;}
}
@media (min-width: 1200px) {
   .hte-page-inner {max-width: 1220px !important;}
}
@media (min-width: 1400px) {
   .hte-page-inner{max-width: 1383px !important;}
}
@media (min-width: 1500px) {
   .hte-page-inner { max-width: 1472px; }
}
@media (min-width: 1920px) {
   .hte-page-inner { max-width: 1720px; }
} */
@media only screen and (max-width:1770px){
	.hte-intro,
	.hte-faq-wrap,
	.hte-final,
	.hte-resources {
		padding-left:20px;
		padding-right:20px;
	}
}

@media only screen and (max-width: 1366px) {  
/* 	.hte-faq-section, .hte-final { padding-top: 70px; } */
	.hte-page-inner h4.hte-final__heading {
    padding-bottom: 20px;
}
	.blog .nfa-footer{
	margin-top:70px !important;
}
}
@media only screen and (max-width: 1199px) {
/*     .hte-faq-section, .hte-final {
        padding-top: 50px;
    } */
	.blog .nfa-footer{
	margin-top:60px !important;
}
}
@media (max-width: 700px) {

    .hte-hero__form-fields {
        flex-direction: column;
        align-items: stretch;
    }

    .hte-hero__input,
    .hte-hero__select,
    .hte-hero__btn {
        width: 100%;
        max-width: 100%;
        flex: none;
    }

/*     .hte-faq-section {
        padding-left: 16px;
        padding-right: 16px;
    } */

/*     .hte-page-inner {
        padding: 0 16px;
    } */
}
@media only screen and (max-width:1599px){
	.hte-intro,
	.hte-faq-wrap,
	.hte-final,
	.hte-resources{
		padding-left:20px !important;
		padding-right:20px !important;
	}
	.banner.main-banner {
    padding: 210px 20px 150px !important;
}
	.main-banner-subtitle{
		padding:0 !important;
		margin:0 !important;
	}
	.hte-master-footer{
	margin-top:70px;
}
}
@media only screen and (max-width:1366px){
	    .page-template-page-templatepage-how-to-evaluate-master-php .main-banner {
        padding: 200px 20px 140px !important;
    }
	.hte-intro{
		padding: 60px 0 0;
	}
	    .banner.main-banner {
        padding: 180px 20px 130px !important;
    }
	.hte-master-footer{
	margin-top:50px;
}
	
}
@media only screen and (max-width:1199px){
	    .page-template-page-templatepage-how-to-evaluate-master-php .main-banner {
        padding: 182px 20px 140px !important;
    }
	.hte-intro{
		padding: 50px 0 0;
	}
}
@media only screen and (max-width:1024px){
    .page-template-page-templatepage-how-to-evaluate-master-php .main-banner {
        padding: 182px 20px 175px !important;
    }
	.hte-intro{
		padding: 40px 0 0;
	}
	.blog .nfa-footer{
	margin-top:50px !important;
}
	    .banner.main-banner {
        padding: 150px 20px 150px !important;
    }
	.hte-accordion__item {
    padding: 15px 0;
}
	.hte-accordion__panel {
    padding-top: 10px;
}
	.hte-master-footer{
	margin-top:40px;
}
}
@media only screen and (max-width:767px){
	    .page-template-page-templatepage-how-to-evaluate-master-php .main-banner {
        padding: 133px 20px 175px !important;
    }
	.hte-intro{
		padding: 30px 0 0;
	}
	.hte-accordion__item{
		padding: 15px 0;
	}
	.blog .nfa-footer{
	margin-top:40px !important;
}
	.blog .nfa-hero__inner{
		padding-left:20px !important;
		padding-right:20px !important;
	}
	    .banner.main-banner {
        padding: 143px 20px 270px !important;
    }
	.nfa-header__inner{
		margin-left:20px;
		margin-right:20px;
	}
	.hte-transparent-btn .hte-resources__links{
		gap:10px;
	}
	    .hte-intro, .hte-faq-wrap, .hte-final, .hte-resources {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
	.hte-master-footer{
	margin-top:30px;
}
	
}
@media only screen and (max-width:450px){
	.banner.main-banner {
        padding: 143px 20px 430px !important;
    }

}