/******************************************************************
  Template Name: Ashion
  Description: Ashion ecommerce template
  Author: Colorib
  Author URI: https://colorlib.com/
  Version: 1.0
  Created: Colorib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Categories Section
5.  Product Section
6.  Banner Section
7.  Countdown Section
8.  Instagram
9.  Contact
10.  Footer Style
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* CSS HEX */
/* --african-violet: #b07bacff;
--ice-blue: #9cf6f6ff;
--walnut-brown: #635c51ff;
--battleship-gray: #7d7461ff;
--pumpkin: #ff751aff;

/* CSS HSL */
/* --african-violet: hsla(305, 25%, 59%, 1);
--ice-blue: hsla(180, 83%, 79%, 1);
--walnut-brown: hsla(37, 10%, 35%, 1);
--battleship-gray: hsla(41, 13%, 44%, 1);
--pumpkin: hsla(24, 100%, 55%, 1); */

/* SCSS HEX */
/* $african-violet: #b07bacff;
$ice-blue: #9cf6f6ff;
$walnut-brown: #635c51ff;
$battleship-gray: #7d7461ff;
$pumpkin: #ff751aff; */

/* SCSS HSL */
/* $african-violet: hsla(305, 25%, 59%, 1);
$ice-blue: hsla(180, 83%, 79%, 1);
$walnut-brown: hsla(37, 10%, 35%, 1);
$battleship-gray: hsla(41, 13%, 44%, 1);
$pumpkin: hsla(24, 100%, 55%, 1); */

/* SCSS RGB */
/* $african-violet: rgba(176, 123, 172, 1);
$ice-blue: rgba(156, 246, 246, 1);
$walnut-brown: rgba(99, 92, 81, 1);
$battleship-gray: rgba(125, 116, 97, 1);
$pumpkin: rgba(255, 117, 26, 1); */

/* SCSS Gradient */
/* $gradient-top: linear-gradient(0deg, #b07bacff, #9cf6f6ff, #635c51ff, #7d7461ff, #ff751aff);
$gradient-right: linear-gradient(90deg, #b07bacff, #9cf6f6ff, #635c51ff, #7d7461ff, #ff751aff);
$gradient-bottom: linear-gradient(180deg, #b07bacff, #9cf6f6ff, #635c51ff, #7d7461ff, #ff751aff);
$gradient-left: linear-gradient(270deg, #b07bacff, #9cf6f6ff, #635c51ff, #7d7461ff, #ff751aff);
$gradient-top-right: linear-gradient(45deg, #b07bacff, #9cf6f6ff, #635c51ff, #7d7461ff, #ff751aff);
$gradient-bottom-right: linear-gradient(135deg, #b07bacff, #9cf6f6ff, #635c51ff, #7d7461ff, #ff751aff);
$gradient-top-left: linear-gradient(225deg, #b07bacff, #9cf6f6ff, #635c51ff, #7d7461ff, #ff751aff);
$gradient-bottom-left: linear-gradient(315deg, #b07bacff, #9cf6f6ff, #635c51ff, #7d7461ff, #ff751aff);
$gradient-radial: radial-gradient(#b07bacff, #9cf6f6ff, #635c51ff, #7d7461ff, #ff751aff); */

/* Template default CSS */
/*----------------------------------------*/


    /* PDF Link Button */
    .pdf-link-btn {
        font-size: 18px;
        color: black !important;
        background-color: white;
        padding: 12px 24px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 600;
        border: 2px solid black;
        transition: all 0.3s ease;
        margin-bottom: 15px;
        text-align: center;
    }

    .pdf-link-btn:hover {
        background-color: orange;
        color: white !important;
        text-decoration: none;
        border-color: orange;
    }

    /* Governance Button */





.pdf-link-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 28px;
	border-radius: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.12em;
	font-size: 14px;
	background: var(--nbpac-gold);
	border: 1px solid rgba(31, 39, 45, 0.18);
	color: #1f2933 !important;
	box-shadow: 0 14px 28px rgba(17, 17, 17, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pdf-link-btn:hover,
.pdf-link-btn:focus {
	background: var(--nbpac-gold-dark);
	color: #111111 !important;
	transform: translateY(-1px);
	box-shadow: 0 18px 32px rgba(17, 17, 17, 0.18);
	text-decoration: none;
}


html,
body {
	height: 100%;
	font-family: "Montserrat", sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: var(--nbpac-stone);
	font-weight: 400;
	font-family: "Montserrat", sans-serif;
}
.text-primary{
	color: orange !important;
}
h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	color: #2f3642;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
	height: auto;
}

video {
	max-width: 100%;
	height: auto;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/* --------------------
   Subpage Refresh Layout
-----------------------*/
:root {
	--nbpac-teal: #264653;
	--nbpac-sand: #f4f1ed;
	--nbpac-stone: #2a2f36;
	--nbpac-ice: #9cf6f6;
	--nbpac-plum: #b07bac;
	--nbpac-orange: #ff751a;
	--nbpac-gold: #e9c46a;
	--nbpac-gold-dark: #c89b3c;
}

body {
	color: var(--nbpac-stone);
	background-color: #ffffff;
	font-family: "Montserrat", sans-serif;
}

a {
	color: var(--nbpac-teal);
}

a:hover,
a:focus {
	color: #1c3742;
}

body.inner-page {
	background-color: var(--nbpac-sand);
	color: var(--nbpac-stone);
	--heading-color: var(--nbpac-stone);
	--body-color: #2f3642;
}

body.inner-page .header {
	background: #ffffff;
	box-shadow: 0 2px 24px rgba(17, 17, 17, 0.08);
	position: sticky;
	top: 0;
	z-index: 100;
}

.page-shell {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
}

.page-hero {
	position: relative;
	padding: 96px 0 72px;
	overflow: hidden;
	--heading-color: #ffffff;
	--body-color: #f4f1ed;
	color: var(--body-color);
	background: linear-gradient(135deg, var(--nbpac-teal) 12%, #31596b 42%, #3f6b7d 100%);
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(12, 26, 33, 0.48) 0%, rgba(38, 70, 83, 0.38) 55%, rgba(63, 107, 125, 0.28) 100%);
    z-index: -1;
    pointer-events: none;
}

.page-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(156, 246, 246, 0.12), transparent 65%);
    pointer-events: none;
    z-index: -1;
}

.page-hero__heading {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.page-hero__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 600;
	font-size: 13px;
	color: var(--body-color);
}

.page-hero__title {
	font-size: 48px;
	font-weight: 700;
	letter-spacing: -0.01em;
	margin: 0;
	color: var(--heading-color);
}

.page-hero__lead {
	max-width: 640px;
	font-size: 18px;
	line-height: 1.7;
	color: var(--body-color);
	margin-bottom: 8px;
}

.page-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
	position: relative;
	z-index: 1;
}

.page-hero__crumbs {
    position: relative;
    z-index: 1;
    margin-top: 32px;
    display: flex;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.75);
}

.page-hero__crumbs a {
	color: rgba(255, 255, 255, 0.82);
	font-weight: 500;
}

.page-section {
	padding: 72px 0;
	--heading-color: var(--nbpac-stone);
	--body-color: #2f3642;
	color: var(--body-color);
}

.page-section--surface {
	background: #ffffff;
	border-radius: 28px 28px 0 0;
	box-shadow: 0 -16px 45px rgba(17, 17, 17, 0.06);
}

.page-section--spacious {
	padding-top: 96px;
}

.page-section h1,
.page-section h2,
.page-section h3,
.page-section h4,
.page-section h5,
.page-section h6 {
	color: var(--heading-color);
}

.page-section p,
.page-section li,
.page-section span {
	color: var(--body-color);
}

.page-section__intro {
	max-width: 760px;
	margin-bottom: 48px;
}

.page-section__intro h2 {
	font-size: 32px;
	font-weight: 700;
	color: var(--heading-color);
	margin-bottom: 16px;
}

.page-section__intro p {
	font-size: 17px;
	line-height: 1.8;
	color: var(--body-color);
}

.governance-hero {
	background: linear-gradient(135deg, var(--nbpac-teal) 10%, #31596b 48%, #3f6b7d 100%);
}

.team-feature__contact {
	list-style: none;
	padding: 0;
	margin: 12px 0 0;
	display: grid;
	gap: 6px;
}

.team-feature__contact span {
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 12px;
	color: rgba(42, 47, 54, 0.6);
}

.team-feature__contact a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 600;
	color: var(--nbpac-teal);
}

.team-group {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 48px;
}

.team-group:last-of-type {
	margin-bottom: 0;
}

.team-group > h3 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--nbpac-stone);
	margin: 0;
}


.team-grid {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.team-grid--compact {
	grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
	justify-content: start;
}

.team-grid--compact .team-card {
	max-width: 340px;
	margin: 0;
}

.team-card {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 12px 28px rgba(17, 17, 17, 0.08);
	border: 1px solid rgba(38, 70, 83, 0.12);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	height: 100%;
}

.team-card__media {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: 1px solid rgba(38, 70, 83, 0.08);
}

.team-card__body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 22px 24px 26px;
}

.team-card__role {
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 11px;
	font-weight: 600;
	color: rgba(42, 47, 54, 0.58);
}

.team-card__name {
	font-size: 20px;
	font-weight: 700;
	color: var(--nbpac-stone);
	margin: 0;
}

.team-card__note {
	font-size: 14px;
	line-height: 1.6;
	color: #4a525e;
}

.team-card__link {
	color: var(--nbpac-teal);
	font-weight: 600;
	text-decoration: none;
}

.team-card__link:hover {
	text-decoration: underline;
}

.info-grid {
	display: grid;
	gap: 24px;
}

.info-grid--two {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.info-grid--three {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.info-card {
	background: #ffffff;
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(17, 17, 17, 0.08);
	border: 1px solid rgba(38, 70, 83, 0.08);
	padding: 28px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.info-card__eyebrow {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: var(--nbpac-plum);
	font-weight: 700;
}

.info-card__title {
	font-size: 24px;
	font-weight: 700;
	color: var(--nbpac-stone);
	margin-bottom: 4px;
}

.info-card p,
.info-card li {
	color: #4a525e;
	font-size: 15px;
	line-height: 1.7;
}

.info-card ul {
	padding-left: 18px;
}

.info-card ul li {
	margin-bottom: 8px;
}

.info-card__cta {
	margin-top: auto;
}

.link-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 24px;
	border-radius: 999px;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #ffffff !important;
	background: rgba(255, 255, 255, 0.08);
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	cursor: pointer;
}

.link-pill--outline {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.45);
}

.link-pill--dark {
	border-color: rgba(38, 70, 83, 0.28);
	color: var(--nbpac-teal) !important;
	background: rgba(38, 70, 83, 0.08);
}

.link-pill:hover {
	transform: translateY(-1px);
	background: rgba(255, 255, 255, 0.85);
	color: var(--nbpac-teal) !important;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.link-pill--dark:hover {
	background: var(--nbpac-teal);
	color: #ffffff !important;
	box-shadow: 0 12px 24px rgba(38, 70, 83, 0.24);
}

.content-lead {
	font-size: 18px;
	line-height: 1.8;
	color: var(--body-color);
	margin-bottom: 32px;
}

.content-columns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 32px;
}

.content-stack {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.highlight-callout {
	border-left: 4px solid var(--nbpac-orange);
	padding: 18px 24px;
	background: rgba(255, 117, 26, 0.08);
	border-radius: 12px;
	color: #4a4540;
	font-size: 15px;
	line-height: 1.7;
}

.page-section--surface .info-card {
	background: rgba(244, 241, 237, 0.45);
	box-shadow: none;
	border: 1px solid rgba(38, 70, 83, 0.1);
}

.page-section--surface .info-card .link-pill {
	color: var(--nbpac-teal) !important;
}

.stacked-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.stacked-list__item {
	padding: 18px 22px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 28px rgba(17, 17, 17, 0.08);
	border: 1px solid rgba(38, 70, 83, 0.1);
}

.stacked-list__heading {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
	color: var(--nbpac-stone);
}

.stacked-list__content {
	color: #4f5663;
	font-size: 14px;
	line-height: 1.7;
}

.stat-band {
	background: linear-gradient(120deg, rgba(38, 70, 83, 0.96), rgba(48, 99, 113, 0.92));
	--heading-color: #ffffff;
	--body-color: rgba(255, 255, 255, 0.85);
	color: var(--body-color);
	border-radius: 24px;
	padding: 36px 32px;
	box-shadow: 0 18px 48px rgba(17, 17, 17, 0.14);
	position: relative;
	overflow: hidden;
}

.stat-band::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(156, 246, 246, 0.24), transparent 58%);
	pointer-events: none;
}

.stat-band__header {
	display: flex;
	flex-direction: column;
	gap: 8px;
	max-width: 520px;
	margin-bottom: 28px;
}

.stat-band__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 12px;
	color: var(--body-color);
	font-weight: 600;
}

.stat-band__title {
	font-size: 34px;
	font-weight: 700;
	margin: 0;
	color: var(--heading-color);
}

.stat-band__description {
	font-size: 17px;
	line-height: 1.7;
	color: var(--body-color);
}

.stat-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 20px;
}

.stat-card {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	padding: 18px 20px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.stat-card__value {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.stat-card__label {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.72);
	font-weight: 600;
}

.resource-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
}

.resource-card {
	background: #ffffff;
	border-radius: 18px;
	padding: 22px 24px;
	border: 1px solid rgba(38, 70, 83, 0.12);
	box-shadow: 0 12px 32px rgba(17, 17, 17, 0.08);
	display: grid;
	gap: 14px;
}

.resource-card__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 600;
	color: rgba(42, 47, 54, 0.6);
}

.resource-card__title {
	font-size: 18px;
	font-weight: 600;
	color: var(--nbpac-stone);
}

.resource-card__description {
	color: #4f5663;
	font-size: 14px;
	line-height: 1.65;
}

.resource-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.resource-card__actions .link-pill {
	color: var(--nbpac-teal) !important;
	border-color: rgba(38, 70, 83, 0.24);
	background: rgba(156, 246, 246, 0.18);
}

.resource-card__hint {
	font-size: 12px;
	color: rgba(38, 70, 83, 0.6);
}

.timeline {
	position: relative;
	display: grid;
	gap: 28px;
	padding-left: 28px;
	margin: 0;
	list-style: none;
}

.timeline::before {
	content: "";
	position: absolute;
	left: 9px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(180deg, rgba(38, 70, 83, 0.2), rgba(38, 70, 83, 0.06));
}

.timeline__event {
	position: relative;
	padding: 18px 24px;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 10px 28px rgba(17, 17, 17, 0.08);
	border: 1px solid rgba(38, 70, 83, 0.1);
}

.timeline__event::before {
	content: "";
	position: absolute;
	left: -23px;
	top: 24px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--nbpac-orange);
	box-shadow: 0 0 0 5px rgba(255, 117, 26, 0.18);
}

.timeline__year {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--nbpac-plum);
	font-weight: 700;
	margin-bottom: 8px;
}

.timeline__heading {
	font-size: 20px;
	font-weight: 600;
	color: var(--nbpac-stone);
	margin-bottom: 10px;
}

.timeline__summary {
	font-size: 15px;
	line-height: 1.7;
	color: #4a525e;
	margin: 0;
}

.media-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 24px;
}

.media-card {
	background: #ffffff;
	border-radius: 18px;
	padding: 24px;
	border: 1px solid rgba(38, 70, 83, 0.08);
	box-shadow: 0 12px 30px rgba(17, 17, 17, 0.08);
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
}

.media-card__meta {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: rgba(42, 47, 54, 0.6);
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 8px;
}

.media-card__title {
	font-size: 20px;
	font-weight: 700;
	color: var(--nbpac-stone);
	margin: 0;
}

.media-card__summary {
	color: #4a525e;
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 4px;
}

.media-card__action {
	margin-top: auto;
}

.cta-panel {
	border-radius: 22px;
	padding: 28px;
	background: #ffffff;
	border: 1px solid rgba(38, 70, 83, 0.08);
	box-shadow: 0 12px 28px rgba(17, 17, 17, 0.08);
	display: grid;
	gap: 12px;
}

.cta-panel--accent {
	background: linear-gradient(135deg, var(--nbpac-plum), #c08ac3);
	color: #ffffff;
}

.cta-panel__title {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	color: inherit;
}

.cta-panel__body {
	font-size: 15px;
	line-height: 1.7;
	color: inherit;
}

.cta-panel .link-pill {
	align-self: flex-start;
}

.pill-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pill-list__item {
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(38, 70, 83, 0.1);
	font-size: 13px;
	font-weight: 600;
	color: var(--nbpac-teal);
}

.faq-list {
	display: grid;
	gap: 16px;
}

.contact-layout {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 24px;
	align-items: flex-start;
}

.contact-panel {
	background: #ffffff;
	border-radius: 18px;
	padding: 24px;
	border: 1px solid rgba(38, 70, 83, 0.12);
	box-shadow: 0 12px 32px rgba(17, 17, 17, 0.08);
	display: grid;
	gap: 14px;
}

.contact-panel__heading {
	font-size: 18px;
	font-weight: 700;
	color: var(--nbpac-stone);
}

.contact-panel__row {
	display: grid;
	gap: 4px;
	font-size: 14px;
	color: #4a525e;
}

.contact-panel__label {
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 12px;
	font-weight: 600;
	color: rgba(42, 47, 54, 0.6);
}

.surface-note {
	font-size: 13px;
	color: rgba(42, 47, 54, 0.6);
	margin: 0;
}

.map-wrapper {
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(17, 17, 17, 0.16);
	border: 1px solid rgba(38, 70, 83, 0.18);
}

.staff-grid .info-card {
	align-items: flex-start;
	text-align: left;
}

.staff-card__role {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: rgba(38, 70, 83, 0.68);
	font-weight: 700;
}

.staff-card__name {
	font-size: 22px;
	font-weight: 700;
	color: var(--nbpac-stone);
	margin-bottom: 4px;
}

.staff-card__title {
	color: rgba(42, 47, 54, 0.72);
	font-size: 14px;
	margin-bottom: 12px;
}

.staff-grid .info-card .link-pill {
	align-self: flex-start;
}

.modal-backdrop {
	background: rgba(4, 12, 25, 0.75);
	z-index: 5995;
}


.modal {
    z-index: 6000;
    color: var(--nbpac-sand);
}

.modal-dialog {
    max-width: 420px;
}

.modal-content {
    border-radius: 26px;
    border: 1px solid rgba(148, 208, 204, 0.25);
    background: linear-gradient(155deg, rgba(38, 70, 83, 0.96), rgba(4, 12, 25, 0.94));
    box-shadow: 0 25px 70px rgba(4, 12, 25, 0.6);
    overflow: hidden;
}

.modal-header {
    border-bottom: none;
    padding: 1.5rem 1.75rem 0.5rem;
}

.modal-title {
    color: #f6fffe;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.modal-body {
    padding: 0 1.75rem 1.5rem;
    color: rgba(246, 255, 254, 0.9);
}

.modal-footer {
    border-top: none;
    padding: 0 1.75rem 1.75rem;
    gap: 0.75rem;
}

.modal input.form-control {
    border-radius: 16px;
    border: 1px solid rgba(148, 208, 204, 0.35);
    background: rgba(11, 26, 33, 0.7);
    color: #f6fffe;
}

.modal input.form-control:focus {
    border-color: #94d0cc;
    box-shadow: 0 0 0 0.2rem rgba(148, 208, 204, 0.25);
}

.modal .btn-primary {
    background: linear-gradient(120deg, #94d0cc, #cde9e6);
    border: none;
    color: #1a2c30;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 700;
    padding: 0.6rem 1.4rem;
    border-radius: 999px;
    box-shadow: 0 15px 30px rgba(148, 208, 204, 0.35);
}

.modal .btn-secondary {
    background: transparent;
    border: 1px solid rgba(148, 208, 204, 0.5);
    color: #f6fffe;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    padding: 0.6rem 1.4rem;
    border-radius: 999px;
}

.modal .close {
    color: #f6fffe;
    opacity: 0.75;
}

.modal .close:hover {
    opacity: 1;
}

.modal-dialog.modal-isetp {
	max-width: 1100px;
	width: calc(100vw - 32px);
	margin: 1.5rem auto;
}

.modal-isetp .modal-content {
	background: #ffffff;
	color: #0f172a;
	border-radius: 20px;
	border: 1px solid #d5dee7;
	box-shadow: 0 30px 80px rgba(15, 23, 42, 0.25);
}

.modal-isetp .modal-header {
	border-bottom: 1px solid #e2e8f0;
	padding: 1.25rem 2rem 0.75rem;
	background: #ffffff;
}

.modal-isetp .modal-title {
	color: #0f172a;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.modal-isetp .modal-body {
	max-height: 80vh;
	overflow-y: auto;
	padding: 1.5rem 2rem 2rem;
	background: #f8fafc;
	color: #0f172a;
}

.modal-isetp .modal-footer {
	border-top: 1px solid #e2e8f0;
	padding: 1rem 2rem 1.5rem;
	background: #ffffff;
}

.modal-isetp .close {
	color: #0f172a;
	opacity: 0.6;
}

.modal-isetp .close:hover {
	opacity: 1;
}

.modal-isetp label {
	font-weight: 600;
	color: #0f172a;
}

.modal-isetp .form-control {
	border-radius: 12px;
	border: 1px solid #cbd5f5;
	background: #ffffff;
	color: #0f172a;
	box-shadow: none;
}

.modal-isetp .form-control:focus {
	border-color: #2563eb;
	box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.25);
	background: #ffffff;
	color: #0f172a;
}

.modal-isetp .btn-primary {
	background: #2563eb;
	border-color: #2563eb;
	color: #ffffff;
	text-transform: none;
	letter-spacing: normal;
	font-weight: 600;
	border-radius: 999px;
	padding: 0.65rem 1.5rem;
	box-shadow: 0 15px 30px rgba(37, 99, 235, 0.25);
}

.modal-isetp .btn-primary:hover {
	background: #1d4ed8;
	border-color: #1d4ed8;
}

.modal-isetp .btn-secondary,
.modal-isetp .btn-default {
	background: #ffffff;
	border: 1px solid #cbd5f5;
	color: #0f172a;
	text-transform: none;
	letter-spacing: normal;
	font-weight: 600;
	padding: 0.65rem 1.5rem;
	border-radius: 999px;
}

.modal-isetp .btn-secondary:hover,
.modal-isetp .btn-default:hover {
	background: #f8fafc;
}

.isetp-form fieldset {
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 18px;
	background: #ffffff;
}

.isetp-form legend {
	font-size: 1rem;
	font-weight: 600;
	padding: 0 8px;
	width: auto;
	margin-bottom: 10px;
}

.isetp-form .helper-text {
	font-size: 0.85rem;
	color: #475569;
}

.isetp-form .consent-block {
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 12px;
	margin-bottom: 12px;
	font-size: 0.9rem;
	line-height: 1.4;
}

@media (max-width: 767.98px) {
	.page-shell {
		padding: 0 20px;
	}

	.page-hero {
		padding: 72px 0 54px;
	}

	.page-hero__title {
		font-size: 38px;
	}

	.page-hero__lead {
		font-size: 16px;
	}

	.page-section {
		padding: 56px 0;
	}

	.stat-band {
		padding: 28px 24px;
	}

	.stat-grid {
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	}

	.timeline {
		padding-left: 18px;
	}

	.timeline::before {
		left: 6px;
	}

	.timeline__event::before {
		left: -18px;
	}

	.media-grid {
		grid-template-columns: 1fr;
	}

	.media-card {
		padding: 20px;
	}

	.media-card__meta {
		flex-wrap: wrap;
		row-gap: 4px;
	}

	.media-card__title {
		font-size: 18px;
	}

	.media-card__summary {
		font-size: 14px;
	}

	.media-card__action .link-pill {
		width: 100%;
		justify-content: center;
	}

	.contact-layout {
		grid-template-columns: 1fr;
	}
}

body.inner-page p {
	font-size: 16px;
	line-height: 1.8;
	color: var(--body-color);
	margin-bottom: 20px;
}

body.inner-page h2,
body.inner-page h3,
body.inner-page h4 {
	color: var(--nbpac-stone);
	font-weight: 700;
	letter-spacing: -0.01em;
}

body.inner-page .breadcrumb-option {
	background: transparent;
	padding: 36px 0 12px;
}

body.inner-page .breadcrumb-option .container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 24px;
}

body.inner-page .breadcrumb__links {
	display: flex;
	gap: 12px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-weight: 600;
	color: rgba(42, 47, 54, 0.48);
}

body.inner-page .breadcrumb__links a {
	color: var(--nbpac-teal);
}

body.inner-page .spad {
	padding-top: 90px;
	padding-bottom: 90px;
	background: transparent;
}

body.inner-page .spad > .container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 48px;
	background: rgba(255, 255, 255, 0.98);
	border-radius: 28px;
	box-shadow: 0 32px 60px rgba(17, 17, 17, 0.08);
}

body.inner-page .spad .row {
	row-gap: 32px;
}

body.inner-page .section-title {
	margin-bottom: 48px;
	text-align: left;
}

body.inner-page .section-title h4 {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--nbpac-stone);
	padding-bottom: 8px;
}

body.inner-page .section-title h4:after {
	display: none;
}

body.inner-page .section-title p {
	max-width: 720px;
	color: #49505c;
}

body.inner-page .product__item {
	background: #ffffff;
	border-radius: 22px;
	box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
	border: 1px solid rgba(38, 70, 83, 0.08);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
}

body.inner-page .product__item__pic {
	position: relative;
	padding-bottom: 58%;
	background: rgba(38, 70, 83, 0.08);
}

body.inner-page .product__item__pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-bottom: 1px solid rgba(38, 70, 83, 0.08);
}

body.inner-page .product__item__text {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 26px 24px 28px;
}

body.inner-page .product__item__text h6 {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.6;
}

body.inner-page .product__item__text ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	font-size: 13px;
	color: rgba(42, 47, 54, 0.6);
}

body.inner-page .product__item__text a:not(.link-pill) {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	border: 1px solid rgba(38, 70, 83, 0.16);
	color: var(--nbpac-teal);
	background: rgba(156, 246, 246, 0.2);
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.inner-page .product__item__text a:not(.link-pill):hover {
	background: var(--nbpac-teal);
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(38, 70, 83, 0.24);
}

body.inner-page .product__item .btn,
body.inner-page .product__item .site-btn,
body.inner-page .product__item .pdf-link-btn,
body.inner-page .product__item .member-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 22px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	background: var(--nbpac-gold);
	border: 1px solid rgba(31, 39, 45, 0.18);
	color: #1f2933 !important;
	box-shadow: 0 14px 28px rgba(17, 17, 17, 0.18);
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.inner-page .product__item .btn:hover,
body.inner-page .product__item .site-btn:hover,
body.inner-page .product__item .pdf-link-btn:hover,
body.inner-page .product__item .member-link:hover {
	background: var(--nbpac-gold-dark);
	box-shadow: 0 18px 32px rgba(17, 17, 17, 0.2);
	transform: translateY(-1px);
}

body.inner-page .btn,
body.inner-page .site-btn,
body.inner-page button {
	border-radius: 12px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-weight: 700;
	padding: 12px 26px;
}

body.inner-page .btn.btn-primary,
body.inner-page .site-btn {
	background: var(--nbpac-gold);
	border: 1px solid rgba(31, 39, 45, 0.18);
	color: #1f2933;
}

body.inner-page .btn.btn-primary:hover,
body.inner-page .site-btn:hover {
	background: var(--nbpac-gold-dark);
}

.link-stack {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.link-stack a:not(.link-pill) {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 18px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	border: 1px solid rgba(38, 70, 83, 0.35);
	color: var(--nbpac-teal);
	background: rgba(38, 70, 83, 0.08);
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.link-stack a:not(.link-pill):hover {
	background: var(--nbpac-teal);
	color: #ffffff;
	transform: translateY(-1px);
	box-shadow: 0 10px 20px rgba(38, 70, 83, 0.22);
}

.nbapc-toast-container {
	position: fixed;
	top: 24px;
	right: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	z-index: 3000;
	pointer-events: none;
}

.nbapc-toast {
	min-width: 220px;
	padding: 14px 18px;
	border-radius: 12px;
	background: rgba(38, 70, 83, 0.95);
	color: #ffffff;
	box-shadow: 0 14px 35px rgba(17, 17, 17, 0.25);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.02em;
	opacity: 0;
	transform: translateY(-12px);
	transition: opacity 0.24s ease, transform 0.24s ease;
	pointer-events: auto;
}

.nbapc-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.nbapc-toast.is-hiding {
	opacity: 0;
	transform: translateY(6px);
}

.nbapc-toast__message {
	display: block;
}

body.homepage {
	background: var(--nbpac-sand);
	color: var(--nbpac-stone);
}

/*---------------------
  Helper CSS
-----------------------*/




.section-title {
	margin-bottom: 45px;
}

.section-title h4 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}

.section-title h4:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 2px;
	width: 70px;
	background: orange;
	content: "";
}


/*=========================CONTAINER STYLE============================*/

/*=========================CONTAINER STYLE END ============================*/


.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	/* background-position: top center; */
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

/* buttons */

.site-btn {
	font-size: 14px;
	color: #ffffff;
	background: orange;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 50px;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@media (max-width: 991.98px) {
	#preloder {
		display: none;
	}
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ffffff;
	z-index: 99999;
}

.search-model-form {
	padding: 0 15px;
}

.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #dddddd;
	background: 0 0;
	color: #999;
}

.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*---------------------
  Header
-----------------------*/



/*******************************************************************************************************************
CUSTOM CSS
********************************************************************************************************************/

/* HOVER EFFECTS  */



/* HOVER EFFECTS END */


/* #nav-container{
	position: sticky !important;
	position: sticky;
  top: 0;
  overflow: hidden;
	z-index: 999;
} */

.categories__text ul li{
	list-style-type: none;
}

/* HEADING */

.heading {
  text-align: center;
}

/* CARDS */

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card {
  margin: 20px;
  padding: 20px;
  width: 500px;
  min-height: 200px;
  display: grid;
  grid-template-rows: 20px 50px 1fr 50px;
  border-radius: 10px;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}

.card:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  transform: scale(1.01);
}

/* CARD BACKGROUNDS */

.card-2 {
  background: radial-gradient(#fbc1cc, #fa99b2);
}

/* RESPONSIVE */

@media (max-width: 1600px) {
  .cards {
    justify-content: center;
  }
}


.db{
	color: white !important;
}

/*******************************************************************************************************************
CUSTOM CSS END
********************************************************************************************************************/


#nav-logo{
	width: 80px;
	height: 80px;
}


.header {
	background: #ffffff;
	-webkit-box-shadow: 0px 5px 10px rgba(91, 91, 91, 0.1);
	box-shadow: 0px 5px 10px rgba(91, 91, 91, 0.1);
	/* position: sticky; */
  /* top: 0; */
	/* z-index: 999; */
}
/* .header__menu ul li.active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);

} */

.session-actions {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.session-actions a {
	margin-right: 0;
}

.session-actions a:after {
	display: none;
}

.session-status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	gap: 6px;
	padding: 0;
	color: inherit;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.session-status__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #adb5bd;
	box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.4);
	display: inline-block;
}

.session-status--active {
	color: #198754;
}

.session-status--active .session-status__dot {
	background: #26c281;
	box-shadow: 0 0 0 4px rgba(38, 194, 129, 0.2);
}

.session-status--inactive {
	color: #6c757d;
}

.end-session-link.is-disabled {
	opacity: 0.4;
	pointer-events: none;
}

.welcome-modal__note {
	margin-bottom: 0;
}

.member-resource-grid {
	row-gap: 24px;
}

.member-resource {
	background: #ffffff;
	border: 1px solid #e3e7eb;
	border-radius: 12px;
	padding: 24px;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0 8px 20px rgba(17, 17, 17, 0.05);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.member-resource:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 32px rgba(17, 17, 17, 0.08);
}

.member-resource__badge {
	display: inline-block;
	padding: 4px 10px;
	background: rgba(8, 126, 189, 0.12);
	color: #087ebd;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 16px;
}

.member-resource__description {
	flex-grow: 1;
	color: #555555;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.member-resource__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.member-resource__hint {
	font-size: 12px;
	color: #6c757d;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.member-resource--unlocked {
	border-color: rgba(25, 135, 84, 0.45);
	box-shadow: 0 10px 28px rgba(25, 135, 84, 0.12);
}

.member-resource--unlocked .member-resource__badge {
	background: rgba(25, 135, 84, 0.12);
	color: #198754;
}

.member-resource--unlocked .member-resource__hint {
	color: #198754;
}

/*---------------------
  Banner
-----------------------*/

.banner__slider {
	text-align: center;
	padding: 150px 0 0;
}

/*---------------------
  Trend
-----------------------*/

.trend {
	padding-top: 80px;
	padding-bottom: 50px;
}

/*---------------------
  Discount
-----------------------*/

.countdown__item {
	margin-bottom: 15px;
	float: left;
	width: 25%;
}

.countdown__item:last-child {
	margin-right: 0;
}

.countdown__item span {
	font-size: 30px;
	font-weight: 600;
	color: #111111;
	display: inline-block;
}

.countdown__item p {
	color: #111111;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 500;
}

/*---------------------
  Services
-----------------------*/

.services {
	padding-top: 80px;
	padding-bottom: 50px;
}

/*---------------------
  Instagram
-----------------------*/

/*--------------
menu
------------------*/


/* .header__menu{

} */


/*---------------------
  Footer
-----------------------*/

.footer {
	padding-top: 55px;
}

.footer__about {
	margin-bottom: 30px;
}

.footer__about p {
	margin-bottom: 20px;
}

.footer__logo {
	margin-bottom: 20px;
}

.footer__widget {
	margin-bottom: 30px;
}

.footer__widget h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.footer__widget ul li {
	list-style: none;
}

.footer__widget ul li a {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.footer__newslatter {
	margin-bottom: 30px;
}

.footer__newslatter h6 {
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.footer__newslatter form {
	position: relative;
	margin-bottom: 30px;
}

.footer__newslatter form input {
	height: 52px;
	width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 50px;
	padding-left: 30px;
	font-size: 14px;
	color: #666666;
}

.footer__newslatter form input::-webkit-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::-moz-placeholder {
	color: #666666;
}

.footer__newslatter form input:-ms-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::-ms-input-placeholder {
	color: #666666;
}

.footer__newslatter form input::placeholder {
	color: #666666;
}

.footer__newslatter form button {
	position: absolute;
	right: 4px;
	top: 4px;
}

.footer__social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: #e1e1e1;
	font-size: 15px;
	color: #111111;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin-right: 6px;
	margin-bottom: 5px;
}

.footer__social a:last-child {
	margin-right: 0;
}

.footer__copyright__text {
	border-top: 1px solid #e1e1e1;
	padding: 18px 0 25px;
	text-align: center;
	margin-top: 35px;
}

.footer__copyright__text p {
	margin-bottom: 0;
}

.footer__copyright__text a {
	color: #5C5C5C;
}

.footer__copyright__text i {
	color: #ca1515;
}

.footer__copyright__text a:hover {
	color: #ca1515;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
	padding-top: 35px;
}

.breadcrumb__links a {
	font-size: 15px;
	font-weight: 500;
	color: #111111;
	margin-right: 18px;
	display: inline-block;
	position: relative;
}

.breadcrumb__links a:after {
	position: absolute;
	right: -14px;
	top: 0;
	content: "";
	font-family: "FontAwesome";
}

.breadcrumb__links a i {
	margin-right: 5px;
}

.breadcrumb__links span {
	font-size: 15px;
	font-weight: 500;
	color: #888888;
	display: inline-block;
}

/*---------------------
  CARDS
-----------------------*/

.pdf-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.pdf-card {
    display: block;
    background-color: #fff;
    border: 2px solid #007BFF;
    border-radius: 10px;
    width: 300px;
    padding: 20px;
    text-decoration: none;
    color: #333;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pdf-card h5 {
    margin-top: 0;
    color: #007BFF;
    font-size: 18px;
}

.pdf-card p {
    font-size: 14px;
    line-height: 1.5;
}

.pdf-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 123, 255, 0.2);
}

/*---------------------
  CARDS
-----------------------*/

/*---------------------
  Categories
-----------------------*/
.categories {
	overflow: hidden;
	margin-top: 10px;
}

.categories .container-fluid {
	padding: 0 5px;
}

.categories__item {
	height: 314px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding: 0;
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 16px;
}
.categories__item:hover {
	/* background-color: white; */
	/* z-index: 999; */
	/* opacity: .5; */
	/* transition: background-color 500ms ease-out 100ms !important; */
}

.categories__item.categories__large__item {
	height: 638px;
}




.categories__item::before,
.categories__item::after {
	border-radius: inherit;
	pointer-events: none;
}

.categories__item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(140deg, rgba(12, 17, 21, 0.24), rgba(38, 70, 83, 0.34));
	z-index: 0;
	transition: opacity 0.25s ease;
}

.categories__item::after {
	content: "";
	position: absolute;
	inset: 12px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 14px;
	z-index: 0;
}

.categories__item:hover::before {
	opacity: 0.85;
}

.categories__item.categories__large__item .categories__text {
	max-width: none;
}


.categories .categories__text {
	position: relative;
	z-index: 1;
	background: linear-gradient(135deg, rgba(18, 27, 32, 0.22), rgba(38, 70, 83, 0.32));
	padding: clamp(20px, 4vw, 32px);
	border-radius: inherit;
	box-shadow: 0 22px 52px rgba(0, 0, 0, 0.28);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 16px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.categories .categories__text h1,
.categories .categories__text h4 {
	margin: 0;
	color: #ffffff;
	font-weight: 800;
	letter-spacing: -0.01em;
	text-shadow: none;
	line-height: 1.1;
}

.categories .categories__text h1 {
	font-size: clamp(2.5rem, 4vw, 3.4rem);
}

.categories .categories__text h4 {
	font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.categories .categories__text p {
	margin: 0;
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.8;
	text-shadow: none;
}

.categories .categories__text a,
.categories .categories__text ul li a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 20px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border: 1px solid rgba(255, 255, 255, 0.58);
	color: #264653;
	background: rgba(255, 255, 255, 0.75);
	text-shadow: none;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.categories .categories__text a:hover,
.categories .categories__text ul li a:hover {
	background: rgba(255, 255, 255, 0.92);
	color: var(--nbpac-teal);
	text-decoration: none;
	transform: translateY(-1px);
}

.categories .categories__text ul {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.categories .categories__text ul li {
	margin: 0;
}



/*---------------------
  Product
-----------------------*/

.product {
	padding-top: 60px;
	padding-bottom: 50px;
}


.filter__controls {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px 18px;
	margin-bottom: 40px;
	padding: 0;
}

.filter__controls li {
	font-size: 14px;
	list-style: none;
	display: inline-flex;
	align-items: center;
	color: #111111;
	margin: 0;
	position: relative;
	cursor: pointer;
}

.filter__controls li.active:after {
	opacity: 1;
}

.filter__controls li:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 2px;
	width: 100%;
	background: orange;
	content: "";
	opacity: 0;
}


/*======FILTER YEAR==========================================================================*/

.filter__year {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px 16px;
	margin-bottom: 36px;
	padding: 0;
	list-style: none;
}

.filter__year li {
	font-size: 14px;
	list-style: none;
	display: inline-flex;
	align-items: center;
	color: #111111;
	margin: 0;
	position: relative;
	cursor: pointer;
}

.filter__year li.active:after {
	opacity: 1;
}

.filter__year li:after {
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 2px;
	width: 100%;
	background: orange;
	content: "";
	opacity: 0;
}

/*---------------------
  Responsive refinements
-----------------------*/

@media (max-width: 1199.98px) {
	.categories__item {
		height: auto;
		min-height: 280px;
	}

	.categories .categories__text {
		padding: 24px;
	}
}

@media (max-width: 767.98px) {
	.categories__item {
		min-height: 220px;
	}

	.categories .categories__text {
		padding: 20px 18px;
		gap: 12px;
	}

	.categories .categories__text ul {
		gap: 8px;
	}

	.filter__controls,
	.filter__year {
		gap: 10px 12px;
	}

	.filter__controls li,
	.filter__year li {
		font-size: 13px;
	}

	.team-grid {
		gap: 20px;
	}

	.team-card {
		border-radius: 16px;
	}
}

@media (max-width: 575.98px) {
	.categories .categories__text {
		padding: 18px 16px;
	}

	.categories .categories__text h1 {
		font-size: 2.1rem;
	}

	.categories .categories__text h4 {
		font-size: 1.6rem;
	}

	.categories .categories__text a,
	.categories .categories__text ul li a {
		padding: 8px 16px;
		font-size: 12px;
	}
}

.filter__year li:last-child {
	margin-right: 0;
}

/*================================================================================*/

.product__item {
	margin-bottom: 35px;
	/* background-color: grey; */
	cursor: pointer;
}

.product__item__pic {
	height: 360px;
	position: relative;
	overflow: hidden;
}

.product__item__pic .label {
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	display: inline-block;
	padding: 2px 8px;
	text-transform: uppercase;
	position: absolute;
	left: 10px;
	top: 10px;
}

.product__item__pic .label.new {
	background: #36a300;
}

.product__item__text {
	text-align: center;
	padding-top: 22px;
}

.product__item__text h6 a {
	font-size: 14px;
	color: #111111;
}

/*---------------------
  Shop
-----------------------*/

.shop {
	padding-top: 70px;
	padding-bottom: 80px;
}

/*---------------------
  Product Details
-----------------------*/

.quantity {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.quantity>span {
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	float: left;
	margin-top: 14px;
	margin-right: 15px;
}

.pro-qty {
	height: 50px;
	width: 150px;
	border: 1px solid #ebebeb;
	border-radius: 50px;
	padding: 0 20px;
	overflow: hidden;
	display: inline-block;
}

.pro-qty .qtybtn {
	font-size: 14px;
	color: #666666;
	cursor: pointer;
	float: left;
	width: 12px;
	line-height: 46px;
}

.pro-qty input {
	font-size: 14px;
	color: #666666;
	font-weight: 500;
	border: none;
	float: left;
	width: 84px;
	text-align: center;
	height: 48px;
}

.nav {
	border-bottom: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-bottom: 40px;
}

.nav::before {
	position: absolute;
	left: 0;
	top: 13px;
	height: 1px;
	width: 335px;
	background: #e1e1e1;
	content: "";
}

.nav::after {
	position: absolute;
	right: 0;
	top: 13px;
	height: 1px;
	width: 335px;
	background: #e1e1e1;
	content: "";
}

.nav-item {
	margin-right: 46px;
}

.nav-item:last-child {
	margin-right: 0;
}

.nav-item .nav-link {
	font-size: 18px;
	color: #666666;
	font-weight: 600;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
}

.nav-item .nav-link.active {
	color: #111111;
}

/*---------------------
  Shop Cart
-----------------------*/

/*---------------------
  Checkout
-----------------------*/

.checkout {
	padding-top: 80px;
	padding-bottom: 70px;
}

/*---------------------
    Blog
-----------------------*/

.blog {
	padding-top: 70px;
	padding-bottom: 80px;
}

/*---------------------
  Blog Sidebar
-----------------------*/

/*---------------------
  Blog Details
-----------------------*/





/* Make the outer container act like a card */
.col-lg-3.col-md-4.col-sm-6.mix.education {
padding: 15px;
}



/*===========================================CARDS==============================================*/
/* Style the inner clickable card */
.clear.product__item.check {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 12px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
transition: transform 0.2s ease, box-shadow 0.2s ease;
cursor: pointer;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 20px;
text-align: center;
}

/* Hover effect */
.clear.product__item.check:hover {
transform: translateY(-4px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* Style the text inside */
.product__item__text h6 {
margin: 0;
font-size: 1.1rem;
color: #333;
font-weight: 600;

}
/*   */




/*===========================================CARDS END==============================================*/


.blog__details__item__title {
	/* background: #ffffff; */
	padding-top: 30px;
	padding-bottom: 130px;
	padding-right: 30px;
	margin-top: -100px;
	position: relative;
	margin-right: 50px;
}
.btn {
	background-color: var(--nbpac-gold);
	border: 1px solid rgba(31, 39, 45, 0.18);
	color: #1f2933;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	border-radius: 12px;
	padding: 12px 26px;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover,
.btn:focus {
	background-color: var(--nbpac-gold-dark);
	color: #111111;
	transform: translateY(-1px);
	box-shadow: 0 16px 32px rgba(17, 17, 17, 0.18);
}
.difCol{
	background-color: #2A9D8F;
}
.difCol h4,
.difCol h2{
  color: white !important;

}
.other_filter{
	margin: 10px;
	padding: 10px;
}

.blog__details__item__title .tip {
	font-size: 12px;
	color: #ffffff;
	background: #ca1515;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding: 2px 11px 1px;
	border-radius: 5px;
}

.blog__details__item__title h4 {
	color: #111111;
	font-weight: 600;
	line-height: 39px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.blog__details__item__title ul li {
	font-size: 12px;
	color: #888888;
	display: inline-block;
	list-style: none;
	margin-right: 25px;
	position: relative;
}

.blog__details__item__title ul li span {
	color: #111111;
}

.blog__details__item__title ul li:after {
	position: absolute;
	right: -17px;
	top: 0px;
	content: "|";
}

.blog__details__item__title ul li:last-child {
	margin-right: 0;
}

.blog__details__item__title ul li:last-child:after {
	display: none;
}

/*---------------------
  Contact
-----------------------*/

.contact {
	padding-top: 80px;
	padding-bottom: 80px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1600px) and (max-width: 1900px) {
	.header {
		padding: 0 85px;
		/* position: sticky !important;  */
	}

}
.header{
	border-bottom: 6px solid orange;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
	.header {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.nav::before {
		width: 240px;
	}
	.nav::after {
		width: 240px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.filter__controls li {
		margin-right: 15px;
	}
	.nav::before {
		width: 125px;
	}
	.nav::after {
		width: 125px;
	}
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
	.filter__controls {
		text-align: left;
		margin-bottom: 40px;
	}
	.filter__controls li {
		margin-right: 20px;
	}
	.quantity {
		float: none;
		margin-right: 0;
	}
	.nav::before {
		display: none;
	}
	.nav::after {
		display: none;
	}
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.categories__item.categories__large__item {
		padding-left: 30px;
	}
	.filter__controls li {
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.footer__newslatter form {
		text-align: center;
	}
	.footer__newslatter form input {
		margin-bottom: 10px;
	}
	.footer__newslatter form button {
		position: relative;
		right: 0;
		top: 0;
	}
	.nav-item {
		margin-right: 20px;
	}
	.blog__details__item__title {
		margin-right: 30px;
	}
	.search-model-form input {
		width: 100%;
		font-size: 24px;
	}
}
.leader-profile {
	background: #ffffff;
	border-radius: 28px;
	box-shadow: 0 24px 48px rgba(17, 17, 17, 0.08);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 0;
	overflow: hidden;
	border: 1px solid rgba(38, 70, 83, 0.08);
}

.leader-profile__media {
	position: relative;
	background: #dfe7eb;
	aspect-ratio: 3 / 4;
	min-height: 360px;
}

.leader-profile__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
	display: block;
}

.leader-profile__body {
	padding: 34px 38px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.leader-profile__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.18em;
	font-size: 12px;
	font-weight: 600;
	color: rgba(42, 47, 54, 0.6);
}

.leader-profile__name {
	font-size: clamp(2.1rem, 4vw, 2.6rem);
	font-weight: 800;
	letter-spacing: -0.01em;
	margin: 0;
	color: var(--nbpac-stone);
}

.leader-profile__intro {
	font-size: 16px;
	line-height: 1.7;
	color: #3f4752;
}

.leader-profile__bio {
	font-size: 15px;
	line-height: 1.8;
	color: #3f4752;
}

.leader-profile__contact {
	margin-top: auto;
}

@media (max-width: 767.98px) {
	.leader-profile__body {
		padding: 26px;
	}
}

/* NBAPC Navigation */
.nbpac-nav {
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    color: #edf1ff;
    position: relative;
    z-index: 5000;
}

.nbpac-nav a {
    color: inherit;
    text-decoration: none;
}

.nbpac-nav__bar {
    background: #264653;
    backdrop-filter: blur(18px);
    position: sticky;
    top: 0;
    z-index: 5000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 60px rgba(2, 8, 20, 0.55);
    --nbpac-nav-height: 92px;
}

body.inner-page .nbpac-nav__bar {
    background: #264653;
}

.nbpac-nav__inner {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem clamp(1.25rem, 4vw, 3.25rem);
    min-height: var(--nbpac-nav-height, 86px);
}

.nbpac-nav__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
}

.nbpac-nav__brand img {
    width: 58px;
    height: auto;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.45));
}

.nbpac-nav__identity {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.nbpac-nav__eyebrow {
    font-size: 0.65rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.nbpac-nav__title {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #ffffff;
}

.nbpac-nav__links {
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: relative;
    z-index: 5001;
}

.nbpac-nav__drawer {
    display: none;
    flex-direction: column;
}

.nbpac-nav__menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    position: relative;
    z-index: 5002;
}

.nbpac-nav__item {
    position: relative;
}

.nbpac-nav__link {
    font-weight: 600;
    letter-spacing: 0.08em;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 0.25rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.nbpac-nav__link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.35rem;
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #47c0ff, #8a7bff);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

.nbpac-nav__link:hover,
.nbpac-nav__link:focus {
    color: #ffffff;
}

.nbpac-nav__link:hover::after,
.nbpac-nav__link:focus::after {
    transform: scaleX(1);
}

.nbpac-nav__item--has-sub:hover > .nbpac-nav__submenu,
.nbpac-nav__item--has-sub:focus-within > .nbpac-nav__submenu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.nbpac-nav__submenu::before {
    content: '';
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    height: 18px;
    background: transparent;
}

.nbpac-nav__submenu {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    min-width: 240px;
    padding: 1.15rem 1.25rem 1.35rem;
    border-radius: 0.95rem;
    background: #050c1c;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    margin-top: 0.35rem;
    padding-top: 1rem;
    z-index: 50;
}
.nbpac-nav__submenu::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    height: 22px;
    background: transparent;
}

.nbpac-nav__submenu a {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
    padding: 0.25rem 0;
}

.nbpac-nav__submenu a:hover {
    color: #ffffff;
}

.nbpac-nav__session {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nbpac-nav__session--drawer {
    width: 100%;
}

.nbpac-nav__session button {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.04);
    padding: 0.45rem 1.4rem;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    font-weight: 600;
    transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
}

.nbpac-nav__session button:hover {
    background: rgba(255, 255, 255, 0.15);
}

.nbpac-nav__session button:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.4);
    outline-offset: 3px;
}

.nbpac-nav__session .is-hidden {
    display: none !important;
}

.nbpac-nav__caret {
    width: 0.55rem;
    height: 0.55rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-left: 0.35rem;
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0.85;
}

.nbpac-nav__item--has-sub.is-open > .nbpac-nav__link .nbpac-nav__caret {
    transform: rotate(-135deg);
}

.nbpac-nav__toggle {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.nbpac-nav__toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.nbpac-nav__toggle:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}

.nbpac-nav__item--has-sub.is-open > .nbpac-nav__submenu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.nbpac-nav__pill {
    border-radius: 999px;
    padding: 0.4rem 1.05rem;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
}

.nbpac-nav__pill--primary {
    background: linear-gradient(120deg, #4ade80, #22d3ee);
    color: #031220;
}

.nbpac-nav__pill--primary:hover {
    filter: brightness(1.05);
}

.nbpac-nav__pill--ghost {
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
    background: transparent;
}

.nbpac-nav__pill--ghost:hover {
    border-color: #ffffff;
}

.nbpac-nav__halo {
    height: 1px;
    background: linear-gradient(90deg, rgba(71, 192, 255, 0.7), rgba(138, 123, 255, 0.7));
    opacity: 0.85;
}

body.nbpac-nav-mobile-open {
    overflow: hidden;
}

.nbpac-nav .session-status {
    font-size: 0.7rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}


.nbpac-nav .session-status__dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    margin-right: 0.35rem;
    background: #fb7185;
    box-shadow: 0 0 8px rgba(251, 113, 133, 0.6);
    display: inline-block;
}

.nbpac-nav .session-status--active .session-status__dot {
    background: #34d399;
    box-shadow: 0 0 8px rgba(52, 211, 153, 0.7);
}

@media (max-width: 640px) {
    .nbpac-nav__brand img {
        width: 48px;
    }
    .nbpac-nav__identity {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .page-hero {
        padding: 72px 0 48px;
    }
    .page-hero__title {
        font-size: 36px;
        line-height: 1.2;
    }
    .page-hero__actions {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .page-hero__actions .link-pill {
        width: 100%;
        justify-content: center;
    }
    .content-columns {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .page-shell {
        padding: 0 20px;
    }
    .categories .container-fluid {
        padding: 0 18px;
    }
    .categories__item {
        margin-right: 0;
    }
    .categories__item::after {
        inset: 8px;
    }
}

@media (max-width: 575.98px) {
    .info-grid,
    .resource-grid,
    .stat-grid,
    .contact-layout {
        grid-template-columns: 1fr;
    }
    .info-card,
    .resource-card,
    .contact-panel {
        padding: 20px;
    }
    .resource-card__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .resource-card__actions .link-pill {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .page-shell {
        padding: 0 16px;
    }
    .categories .container-fluid {
        padding: 0 18px;
    }
    .categories__item {
        margin-right: 0;
        min-height: 260px;
        height: auto;
    }
    .categories__item.categories__large__item {
        min-height: 360px;
        height: auto;
    }
}

@media (max-width: 991.98px) {
    .nbpac-nav__menu {
        gap: 1.1rem;
    }
    .nbpac-nav__toggle {
        display: inline-flex;
        margin-left: auto;
    }
    .nbpac-nav__inner {
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 1rem;
    }
    .nbpac-nav__links {
        display: none;
    }
    .nbpac-nav__drawer {
        display: none;
        position: fixed;
        top: var(--nbpac-nav-height, 92px);
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1.25rem clamp(1.25rem, 6vw, 2rem) 2.5rem;
        background: rgba(4, 12, 25, 0.97);
        z-index: 5002;
        overflow-y: auto;
        flex-direction: column;
        gap: 0;
    }
    .nbpac-nav__drawer .nbpac-nav__menu {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }
    .nbpac-nav--mobile-open .nbpac-nav__drawer {
        display: flex;
    }
    .nbpac-nav__item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding-bottom: 0.35rem;
    }
    .nbpac-nav__item:last-child {
        border-bottom: none;
    }
    .nbpac-nav__link {
        width: 100%;
        justify-content: space-between;
        padding: 0.75rem 0;
    }
    .nbpac-nav__link::after {
        display: none;
    }
    .nbpac-nav__submenu {
        position: static;
        top: auto;
        left: auto;
        min-width: 100%;
        padding: 0.75rem 1rem;
        margin-top: 0.35rem;
        border-radius: 0.75rem;
        background: rgba(4, 12, 25, 0.92);
        border: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: none;
        display: none;
        gap: 0.25rem;
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }
    .nbpac-nav__item--has-sub.is-open > .nbpac-nav__submenu {
        display: flex;
        flex-direction: column;
    }
    .nbpac-nav__session {
        display: none;
    }
    .nbpac-nav__session--drawer {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .nbpac-nav__session--drawer button {
        width: 100%;
        justify-content: center;
    }
}

.nbpac-nav__mask {
    position: fixed;
    top: var(--nbpac-nav-height, 86px);
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 9, 20, 0.6);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 4995;
    display: none;
}

.nbpac-nav--mobile-open .nbpac-nav__mask {
    opacity: 1;
    pointer-events: auto;
    display: block;
}

@media (min-width: 992px) {
    .nbpac-nav__mask {
        display: none !important;
    }
}
.page-hero,
.page-section,
.page-shell,
.info-grid,
.resource-grid,
.contact-layout,
.content-columns {
    position: relative;
    z-index: 0;
}

@media (min-width: 992px) {
    .nbpac-nav__drawer {
        display: none !important;
    }
}

/* Mobile best practices */
@media (max-width: 767.98px) {
	body {
		font-size: 16px;
		line-height: 1.6;
	}

	p {
		font-size: 16px;
		line-height: 1.7;
	}

	h1 {
		font-size: 40px;
		line-height: 1.2;
	}

	h2 {
		font-size: 30px;
		line-height: 1.25;
	}

	h3 {
		font-size: 24px;
		line-height: 1.3;
	}

	h4 {
		font-size: 20px;
		line-height: 1.35;
	}

	h5 {
		font-size: 18px;
		line-height: 1.4;
	}

	h6 {
		font-size: 16px;
		line-height: 1.4;
	}

	.site-btn,
	.link-pill,
	.pdf-link-btn,
	.nbpac-nav__pill {
		min-height: 44px;
		padding: 12px 20px;
	}

	input,
	select,
	textarea {
		font-size: 16px;
	}

	.footer__newslatter form input,
	.footer__newslatter form button {
		min-height: 44px;
	}
}
