/*
 * Custom Styles
 *
 */
 /* START - CSS Vars */
 :root {
	--nfd-white: #ffffff;
	--nfd-cream: #FFE2CB;
	--nfd-cream-light: #FEF5EE;
	--nfd-cream-dark: #DEC7B7;
	--nfd-dark_blue: #000080;
	--nfd-black: #3C3C3C;
	--nfd-cream-hover: #FFD6B5;
	--nfd-gradient-cream-white: linear-gradient(to top, var(--nfd-cream-light), var(--nfd-white));
	--nfd-aliceblue: #f6fbff;
}

.background-gradient_cream_white {
	background: var(--nfd-gradient-cream-white) !important;
}

.background-cream {
	background: var(--nfd-cream) !important;
}

.background-light_cream {
	background: var(--nfd-cream-light) !important;
}

.background-dark_blue {
	background: var(--nfd-dark_blue) !important;
}

.background-black {
	background: var(--nfd-black) !important;
}

.background-white {
	background: var(--nfd-white) !important;
}

.background-light_blue {
	background: var(--nfd-aliceblue) !important;
}

 /* END - CSS Vars */
 
 /* START - Custom Fonts */
/* Open Sans Variable Font */
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/open-sans/OpenSans-VariableFont_wdth,wght.woff2') format('woff2-variations'),
		url('../fonts/open-sans/OpenSans-VariableFont_wdth,wght.woff') format('woff-variations');
	font-weight: 300 800;
    font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/open-sans/OpenSans-Italic-VariableFont_wdth,wght.woff2') format('woff2-variations'),
		url('../fonts/open-sans/OpenSans-Italic-VariableFont_wdth,wght.woff') format('woff-variations');
	font-weight: 300 800;
    font-style: italic;
	font-display: swap;
}

 /* END - Custom Fonts */
 
 /* START - Imports and HTML overrides */
@import '../vendor/fontawesome-free-6.5.1-web/css/all.min.css';

html {
	width: 100%;
	overflow-x: hidden;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #3C3C3C;
	font-weight: 400;
	background-color: white;
	width: 100%;
	padding-top: 80px;
}

@media (max-width: 768px) {
	body {
		overflow-x: hidden;
	}

	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		padding-right: var(--bs-gutter-x, 1.75rem);
		padding-left: var(--bs-gutter-x, 1.75rem);
	}
}

/* When header is over hero, no padding needed */
body.header-over-hero {
	padding-top: 0;
}

body.menu-open {
	overflow: hidden;
}

body.admin-bar #wpadminbar {
	display: none;
}

strong {
	font-weight: 600;
}

ul li {
	line-height: 16px;
}

ul li.menu-item {
	line-height: 1em;
	display: flex;
}

ul,
ol {
	padding-left: 1rem;
}

a,
a:link,
a:visited,
a:active {
	text-decoration: none;
	transition: color .4s;
}

/* CSS for [hide_on_mobile] shortcode */
@media (max-width:767px) {
	.hide-on-mobile {
		display: none;
	}
}

 /* END - Imports and HTML overrides */
 
/****************************************** START - Default Global Styles ******************************************/
.pre-title {
	color: var(--nfd-dark_blue);
	font-style: italic;
	font-size: 2rem;
}

.title {
	font-size: 2.5rem;
	font-weight: 500;
	color: var(--nfd-black);
	margin-bottom: 1.5rem;
	line-height: 1.2;
}

@media (max-width: 768px) {
	.title {
		font-size: 2rem;
		font-weight: 600;
		color: var(--nfd-black);
		margin-bottom: 1.5rem;
		line-height: 1;
		margin-top: .4rem;
	}

	/* Invert order for two columns on mobile */
	.two-columns.invert-order-mobile .two-columns__content {
		display: flex !important;
		flex-direction: column-reverse !important;
	}
	
	/* Alternative selector for better compatibility */
	.invert-order-mobile .two-columns__content {
		display: flex !important;
		flex-direction: column-reverse !important;
	}
	
	/* Generic solution - apply to all two-columns sections that need inversion */
	.two-columns[data-invert="true"] .two-columns__content {
		display: flex !important;
		flex-direction: column-reverse !important;
	}
	
}

.mw-400 {
	max-width: 400px;
}

.mw-500 {
	max-width: 500px;
}

.mw-600 {
	max-width: 600px;
}

/****************************************** END - Default Global Styles ******************************************/




/****************************************** START - Menu Defaults ******************************************/
 header#main-header {
	position: relative;
	z-index: 10;
	padding: 1.5rem 1rem;
}

 #top-menu.nav {
	gap: 25px;
  }

  #top-menu.nav li a {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	display: block;
	line-height: 1;
}

  #top-menu.nav li a:after {
	display: block;
	height: 3px;
	width: 100%;
	background-color: var(--nfd-dark_blue);
	content: " ";
	margin-top: 20px;
	position: absolute;
	opacity: 0;
	transition: all .3s;
}

  #top-menu.nav li a:hover:after,
  #top-menu.nav li a:active:after {
	opacity: 1;
	margin-top: 8px;
  }

  @media (min-width:992px) {

	#mobile-menu,
	header#main-header a#mobileMenuClose {
		display: none;
	}

	#top-menu.nav {
		justify-content: flex-end;
	}
  }

  @media (max-width:991px) {
	  .menu-column {
		position: fixed;
		width: 100%;
		height: 100vh;
		background: #232323;
		top: 0;
		left: 0;
		opacity: 0;
		transform: translateX(100%);
		transition: transform 0s linear .5s, opacity .4s ease 0s;
	}

	  .menu-column.show {
		opacity: 1;
		transform: translateX(0);
		transition: transform 0s linear .0s, opacity .4s ease 0s;
	}

	  .menu-column .primary-menu-container #top-menu {
		padding: 40px 40px;
		flex-direction: column;
		gap: 36px;
	  }

	  .menu-column .primary-menu-container ul li.menu-item {
		line-height: 1.5em;
	  }

	  #top-menu.nav li a:after {
		opacity: 1;
		margin-top: 3px;
		position: relative;
	  }

	  #top-menu.nav li a:hover:after {
		margin-top: 3px;
		width: calc(100% + 2rem);
	  }
  }

  #mobileMenuClose {
	position: absolute;
	top: 36px;
    right: 2rem;
    font-size: 30px;
  }

  #mobileMenuToggle {
	font-size: 30px;
	line-height: 1;
    align-items: center;
    display: flex;
  }

  a#mobileMenuClose:hover,
  a#mobileMenuClose:active {
	color: var(--blue);
  }

  .mobile-and-search-menu {
	justify-content: flex-end;
    display: flex;
  }

/****************************************** END - Menu Defaults ******************************************/


/****************************************** START - NFD Header Component ******************************************/
.nfd-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 1rem 0;
	transition: all 0.3s ease;
}

.nfd-header-over-hero {
	position: absolute;
	top: 1rem;
	left: 0;
	right: 0;
	z-index: 1000;
	transition: all 0.3s ease;
	padding: 1% 3%;
}

.nfd-header-over-hero .nfd-logo-img {
	filter: brightness(0) invert(1);
	height: 90px;
}

.nfd-header-over-hero .nfd-nav-list a {
	color: var(--nfd-white);
}

.nfd-header-over-hero .nfd-nav-list a:hover {
	color: var(--nfd-cream);
}

.nfd-header-over-hero .nfd-nav-list a::after {
	background-color: var(--nfd-cream);
}

.nfd-header-over-hero .nfd-cta-text {
	color: var(--nfd-white);
	font-weight: 500;
}

.nfd-header-over-hero .nfd-phone-number {
	color: var(--nfd-white);
	font-weight: 700;
}

.nfd-header-over-hero .nfd-phone-number:hover {
	color: var(--nfd-cream);
}

.nfd-header-over-hero .nfd-right-menu-toggle {
	background: var(--nfd-cream-light);
	box-shadow: -1px 2px 6px 0px #0000005e;
}

.nfd-header-over-hero .nfd-right-menu-toggle span {
	background-color: var(--nfd-black);
}

.nfd-header.scrolled {
	background-color: rgba(255, 255, 255, 0.95);
	padding: 0.75rem 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 1rem 0;
	transition: all 0.3s ease;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	box-shadow: 0 2px 20px 0px #00000012;
}

.nfd-header.scrolled .nfd-logo-img {
	filter: brightness(1) invert(0);
	height: 90px;
}

.nfd-header.scrolled .nfd-nav-list a {
	color: var(--nfd-dark_blue);
}

.nfd-header.scrolled .nfd-nav-list a::after {
	background-color: var(--nfd-dark_blue);
}

.nfd-header.scrolled .nfd-logo-img {
	height: 50px;
}


.nfd-header.scrolled .nfd-cta-text {
	color: var(--nfd-black);
	font-weight: 500;
}

.nfd-header.scrolled .nfd-phone-number {
	color: var(--nfd-black);
	font-weight: 700;
}


.nfd-header-logo {
	display: flex;
	align-items: center;
}

.nfd-logo-img {
	height: 50px;
	width: auto;
	transition: height 0.3s ease;
}

.nfd-main-nav {
	display: flex;
	justify-content: center;
}

.nfd-nav-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 2rem;
}

.nfd-nav-list li {
	margin: 0;
}

.nfd-nav-list a {
	color: var(--nfd-white);
	text-decoration: none;
	font-weight: 500;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: color 0.3s ease;
	position: relative;
}

.nfd-nav-list a:hover {
	color: var(--nfd-cream);
}

.nfd-nav-list a::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--nfd-cream);
	transition: width 0.3s ease;
}

.nfd-nav-list a:hover::after {
	width: 100%;
}

.nfd-header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
}

.nfd-header-cta {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.nfd-cta-text {
	color: var(--nfd-white);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
}

.nfd-phone-number {
	color: var(--nfd-white);
	font-size: 1.125rem;
	font-weight: 700;
	text-decoration: none;
	line-height: 1;
	transition: color 0.3s ease;
}

.nfd-phone-number:hover {
	color: var(--nfd-cream);
}

.nfd-right-menu-toggle {
	background: var(--nfd-cream);
	border: solid 1px transparent;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: none;  /* Hidden by default on desktop */
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 5px;
	cursor: pointer;
	transition: all 0.6s ease;
}

/* Show toggle button below 1540px */
@media (max-width: 1540px) {
	.nfd-right-menu-toggle {
		display: flex;
	}
	
	.nfd-main-nav {
		display: none;
	}
	
	/* Hide the entire column to prevent layout breaking */
	.nfd-main-nav-wrapper {
		display: none !important;
	}
}

.nfd-header-over-hero .nfd-right-menu-toggle:hover:not(.scrolled) {
	background: transparent;
	backdrop-filter: blur(5px);
	border-color: var(--nfd-cream);
}

.nfd-header-over-hero .nfd-right-menu-toggle:hover:not(.scrolled) span {
	background-color: var(--nfd-cream);
}


.nfd-header-over-hero.scrolled .nfd-right-menu-toggle:hover {
	background: var(--nfd-cream);
	backdrop-filter: blur(5px);
	transform: scale(1);
}

.nfd-header-over-hero.scrolled .nfd-right-menu-toggle:hover span {
	background-color: var(--nfd-black);
	transform: translate(-1px, 0px);
}

.nfd-header-over-hero.scrolled .nfd-right-menu-toggle:hover span:nth-child(2) {
	transform: translate(4px, 0px);
}

.nfd-header-over-hero .nfd-right-menu-toggle:hover span {
	transform: translate(-1px, 0px);
}

.nfd-header-over-hero .nfd-right-menu-toggle:hover span:nth-child(2) {
	transform: translate(4px, 0px);
}


.nfd-right-menu-toggle span {
	width: 20px;
	height: 2px;
	background-color: var(--nfd-dark_blue);
	transition: all 0.3s ease;
}

.nfd-right-menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}

.nfd-right-menu-toggle.active span:nth-child(2) {
	opacity: 0;
}

.nfd-right-menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg) translate(7px, -6px);
}

.nfd-right-menu {
	position: fixed;
	top: 0;
	right: -400px;
	width: 440px;
	height: 100vh;
	background-color: var(--nfd-cream-light);
	z-index: 1001;
	transition: right 0.3s ease;
	overflow-y: auto;
}

body:has(.nfd-right-menu.open) #main-content { 
	overflow: hidden;
	position: relative;
	transition: 0.5s;
    transform: translate3d(-20%, 0%, 0);
    transform-origin: 100% 50%;
    transform-style: flat;
}

#main-content {
	transition: 0.5s;
}



.nfd-right-menu.open {
	right: 0;
}

.nfd-right-menu-content {
	padding: 2rem;
	height: 100%;
	position: relative;
}

.nfd-right-menu-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: none;
	border: none;
	color: var(--nfd-white);
	font-size: 1.5rem;
	cursor: pointer;
	transition: color 0.3s ease;
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#nfdRightMenuClose i {
	color: var(--nfd-black);
}

.nfd-right-menu-close:hover {
	color: var(--nfd-cream);
}

.nfd-right-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 3rem;
	gap: 1rem;
	display: flex;
	flex-direction: column;
}

.nfd-right-nav-list li {
	margin-bottom: 1rem;
}

.nfd-right-nav-list a {
	color: var(--nfd-black);
	text-decoration: none;
	font-size: 1.25rem;
	font-weight: 500;
	transition: color 0.3s ease;
	text-transform: uppercase;
}

.nfd-right-nav-list a:hover {
	color: var(--nfd-dark_blue);
}

@media (max-width: 768px) {

	.nfd-header-over-hero .nfd-logo-img{
		height: 70px;
	}

	.nfd-header {
		padding: 0.75rem 0;
	}

	.nfd-logo-img {
		height: 40px;
	}

	.nfd-header.scrolled .nfd-logo-img {
		height: 35px;
	}

	.nfd-nav-list {
		gap: 1rem;
	}

	.nfd-nav-list a {
		font-size: 0.875rem;
	}

	.nfd-header-cta {
		display: none;
	}

	.nfd-right-menu {
		width: 100%;
		right: -100%;
	}

	.nfd-right-menu-toggle {
		width: 45px;
		height: 45px;
	}

	.nfd-right-menu-toggle span {
		width: 18px;
	}

	.nfd-header .row.align-items-center {
		align-items: center;
	}
}

@media (max-width: 576px) {
	.nfd-header .container,
	.nfd-header .container-fluid {
		padding: 0 2rem;
	}

	.nfd-header .row {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin: 0;
	}

	.nfd-header .col-md-3,
	.nfd-header .col-md-6 {
		display: block;
		flex: none;
		max-width: none;
		width: auto;
		padding: 0;
		margin: 0;
	}

	.nfd-header .col-md-3:first-child {
		order: 1;
		flex: 1 1 auto;
	}

	.nfd-header .col-md-3:last-child {
		order: 2;
		flex: 0 0 auto;
	}

	.nfd-header-right {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: auto;
	}

	.nfd-header-logo {
		display: flex;
		align-items: center;
		width: auto;
	}

	/* Clean up any Bootstrap grid artifacts */
	.nfd-header .row > * {
		float: none;
		clear: none;
	}

	.nfd-header .col-md-3:first-child,
	.nfd-header .col-md-3:last-child {
		position: relative;
		top: 0;
		bottom: auto;
		transform: none;
	}
}

/****************************************** END - NFD Header Component ******************************************/

/****************************************** START - Right Side Menu ******************************************/
.nfd-right-menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgb(0 0 0 / 62%);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	pointer-events: none;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.nfd-right-menu-overlay.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.nfd-right-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 350px;
	height: 100vh;
	background: var(--nfd-cream-light);
	z-index: 1001;
	transition: right 0.3s ease;
	box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

.nfd-right-menu.open {
	right: 0;
}

.nfd-right-menu-content {
	padding: 2rem 1.5rem;
	height: 100%;
	overflow-y: auto;
}

.nfd-right-menu-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: none;
	border: none;
	font-size: 1.5rem;
	color: var(--nfd-dark_blue);
	cursor: pointer;
	padding: 0.5rem;
	border-radius: 50%;
	transition: background-color 0.2s ease;
}

.nfd-right-menu-close:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.nfd-right-nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 2rem;
}

.nfd-right-nav-list li {
	margin-bottom: 0.5rem;
}

.nfd-menu-item-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nfd-menu-link {
	color: var(--nfd-dark_blue);
	text-decoration: none;
	font-weight: 500;
	font-size: 1.1rem;
	flex: 1;
	padding: 0.5rem 0;
	transition: color 0.2s ease;
}

.nfd-menu-link:hover {
	color: var(--nfd-dark_blue);
	text-decoration: none;
}

.nfd-submenu-toggle {
	background: none;
	border: none;
	color: var(--nfd-dark_blue);
	font-size: 0.9rem;
	cursor: pointer;
	padding: 0.5rem;
	border-radius: 50%;
	transition: all 0.2s ease;
	margin-left: 1rem;
}

.nfd-submenu-toggle:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.nfd-submenu-toggle.active {
	transform: rotate(180deg);
}

.nfd-submenu {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0.5rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.nfd-submenu.open {
	max-height: 500px;
	padding: 0.5rem 0;
	gap: .5rem;
    display: flex;
    flex-direction: column;
}

.nfd-submenu li {
	margin-bottom: 0;
}

.nfd-submenu .nfd-menu-link {
    font-size: 0.95rem;
    font-weight: 400;
    padding: 0.5rem 0;
    color: var(--nfd-black);
    opacity: 0.9;
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    transition: color 0.3s ease;
    margin-left: 1rem;
}

.nfd-submenu .nfd-menu-link:hover {
    color: var(--nfd-primary);
}

.nfd-submenu .nfd-menu-link:before {
	content: '';
    margin-right: 0.2rem;
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: var(--nfd-black);
    border-radius: 50%;
    position: relative;
    top: 0;
    transition: all 0.3s ease 0.35s;
    left: -3px;
}

.nfd-submenu .nfd-menu-link:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--nfd-black);
    transition: all 0.2s ease 0.15s;
}

.nfd-submenu .nfd-menu-link:hover:before {
	transform: translateY(10px);
    opacity: 1;
    height: 0px;
    transition: all 0.2s ease;
}

.nfd-submenu .nfd-menu-link:hover:after {
	width: 100%;
    transition: all 0.2s ease 0.15s;
    left: 2%;
}



.nfd-right-menu-nav ul li.menu-item {
	line-height: 1em;
	display: flex;
	flex-direction: column;
}

/* Mobile Responsive for Right Menu */
@media (max-width: 768px) {
	.nfd-right-menu {
		width: 100%;
	}

	.nfd-right-menu-content {
		padding: 1.5rem 1rem;
	}

	.nfd-menu-link {
		font-size: 1rem;
	}

	.nfd-submenu .nfd-menu-link {
		font-size: 0.9rem;
		padding: 0.4rem 0.8rem;
	}
}

/****************************************** END - Right Side Menu ******************************************/


/****************************************** START - Home Hero Component ******************************************/
.home-hero {
	position: relative;
	min-height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	z-index: 1;
	padding-top: 0;
	margin: 1rem;
	border-radius: 1rem;
	padding-bottom: 1rem;
}

.home-hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}


.home-hero-background:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(278deg, #00000000 0%, #00000000 30%, #0000006b 74%, #000000b0 91%);
	opacity: .5;
}

.home-hero-bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-hero-content {
	position: relative;
	z-index: 2;
	padding: 2rem 0;
}

body.header-over-hero .home-hero-content {
	max-width: 700px;
}

body.menu-open {
	overflow: hidden;
}

.home-hero-title {
	font-weight: 800;
	font-size: 3.5rem;
	color: var(--nfd-white);
	margin-bottom: 1.5rem;
	line-height: 1.05;
	text-transform: uppercase;
	letter-spacing: -.03em;
	text-shadow: 0 3px 26px rgb(61 108 122);
}

.home-hero-text {
	font-size: 1.25rem;
	color: var(--nfd-cream-light);
	margin-bottom: 2rem;
	line-height: 1.6;
	border-left: solid 1px var(--nfd-cream-light);
	padding-left: .6rem;
}

.home-hero-text p {
	margin-bottom: 1rem;
}

.home-hero-buttons {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.home-hero-button-wrapper {
	flex: 0 0 auto;
}

.home-hero-bottom-cta {
	position: relative;
	margin-bottom: 1.5rem;
	z-index: 2;
}

.home-hero-cta-text {
	display: block;
}

.home-hero-cta-text a {
	font-size: 2rem;
	color: var(--nfd-white);
	font-weight: 700;
	text-decoration: none;
}

.home-hero-cta-text a:hover {
	color: #f0f0f0;
}

.home-hero-bottom-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 2;
    background: linear-gradient(to top, #00000096, #00000000);
    z-index: 1;
}

/* Hero background images responsive control */
.home-hero-bg-mobile {
	display: none;
}

.home-hero-bg-desktop {
	display: block;
}


@media (max-height: 1000px) and (max-width: 1320px) {
	.home-hero-title {
		font-size: 2.5rem;
	}
}


@media (min-width: 1300px) and (max-width: 1800px) {
	.home-hero-title {
		font-size: 3rem;
	}
}

@media (min-width: 992px) and (max-width: 1179px) {
	.home-hero-title {
		font-size: 2rem;
	}
}



@media (max-width: 768px) {
	.home-hero {
		min-height: 70vh;
		margin: 0;
		border-radius: 0;
		padding-bottom: 2rem;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	body.header-over-hero .home-hero {
		padding-top: 6rem;
		/* min-height: 100vh; */
	}

	.home-hero-background:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to top, #00000000 0%, #00000000 40%, #0000006b 44%, #000000b0 51%);
		opacity: .2;
	}

	.home-hero-title {
		font-size: 2rem;
		line-height: 1.15;
		margin-bottom: 1rem;
		margin-top: 0;
		padding-top: 0;
	}

	.home-hero-bg-mobile {
		display: block;
	}

	.home-hero-bg-desktop {
		display: none;
	}

	.home-hero-text {
		font-size: 1rem;
		margin-bottom: 1.5rem;
		border-left: solid 2px var(--nfd-cream-light);
		padding-left: 0.8rem;
	}

	.home-hero-buttons {
		flex-direction: column;
		gap: 0.75rem;
		align-items: stretch;
		margin-bottom: 1rem;
		width: 100%;
	}

	.home-hero-bottom-cta {
		position: relative;
		margin-bottom: 1.5rem;
		text-align: center;
	}

	.home-hero-cta-text a {
		position: relative;
		font-size: 1.5rem;
		top: 0;
		text-shadow: 2px 4px 7px #00000033, -3px -2px 7px #00000036, 3px -3px 7px #0000003d, -3px 1px 7px #0000002e;
	}

	body.header-over-hero .home-hero-content {
		max-width: 100%;
		padding-top: 4rem;
	}

	.home-hero-content {
		display: flex;
		flex-direction: column;
		padding: 2rem 1rem 3rem;
		position: relative;
		z-index: 2;
		width: 100%;
		max-width: 100%;
	}
	
	.home-hero-text p {
		margin-bottom: 0.5rem;
		font-weight: 700;
	}

	.home-hero-button-wrapper {
		width: 100%;
	}

	.home-hero-button-wrapper .nfd-btn {
		width: 100%;
		justify-content: center;
	}

	/* Container adjustments for mobile */
	.home-hero .container {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		max-width: 100%;
	}

	.home-hero .row {
		margin-left: 0;
		margin-right: 0;
	}

	.home-hero .col-lg-6 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.home-hero-title {
		font-size: 1.75rem;
		line-height: 1.2;
		margin-bottom: 0.875rem;
	}

	.home-hero-text {
		font-size: 0.9rem;
		margin-bottom: 1.25rem;
	}

	.home-hero-cta-text a {
		font-size: 1.3rem;
	}

	.home-hero-content {
		padding: 1.5rem 0.75rem 2.5rem;
	}

	body.header-over-hero .home-hero {
		padding-top: 5.5rem;
	}

	.home-hero-buttons {
		margin-bottom: 0.875rem;
		gap: 0.625rem;
	}

	.home-hero-bottom-cta {
		margin-bottom: 1.25rem;
	}
}

@media (max-width: 360px) {
	.home-hero-title {
		font-size: 1.5rem;
		line-height: 1.25;
		margin-bottom: 0.75rem;
	}

	.home-hero-text {
		font-size: 0.85rem;
		margin-bottom: 1rem;
	}

	.home-hero-cta-text a {
		font-size: 1.1rem;
	}

	body.header-over-hero .home-hero {
		padding-top: 5rem;
	}

	.home-hero-content {
		padding: 1.25rem 0.75rem 2rem;
	}

	.home-hero-buttons {
		margin-bottom: 0.75rem;
		gap: 0.5rem;
	}

	.home-hero-bottom-cta {
		margin-bottom: 1rem;
	}
}

@media (max-height: 680px) and (max-width: 768px){
	body.header-over-hero .home-hero {
		padding-top: 5rem;
	}

	.home-hero-title {
		font-size: 1.5rem;
		line-height: 1.2;
		margin-bottom: 0.75rem;
	}

	.home-hero-text {
		font-size: 0.875rem;
		margin-bottom: 1rem;
	}

	.home-hero-content {
		padding: 1.25rem 1rem 2rem;
	}

	.home-hero-buttons {
		margin-bottom: 0.75rem;
		gap: 0.5rem;
	}

	.home-hero-bottom-cta {
		margin-bottom: 1rem;
	}

	.home-hero-cta-text a {
		font-size: 1.2rem;
	}
}

@media (max-width: 768px){
	.home-hero-title {
		text-shadow: 2px 2px 14px #172b43;
	}
	body.header-over-hero .home-hero-content {
        max-width: 100%;
        padding-top: 4rem;
    }
	.home-hero {
        min-height: 92vh;
	}
	body.header-over-hero .home-hero-content {
        padding-bottom: 0;
    }
}

/****************************************** END - Home Hero Component ******************************************/

/****************************************** START - NFD Button Component ******************************************/
.nfd-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	padding: 0 1.75rem 0 1.5rem;
	border-radius: 100px;
	font-weight: 500;
	font-size: 1rem;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	border: 2px solid transparent;
	min-height: 48px;
}

.nfd-btn span {
	display: inline-block;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    font-weight: 700;
}

@media (max-width: 500px) {
	.nfd-btn span{
		font-size: .85rem;
	}
}

/* Button text mobile/desktop visibility */
.nfd-btn .nfd-btn-text-desktop,
.nfd-btn-icon-wrapper .nfd-btn-text-desktop {
	display: inline-block !important;
}

.nfd-btn .nfd-btn-text-mobile,
.nfd-btn-icon-wrapper .nfd-btn-text-mobile {
	display: none !important;
}

@media (max-width: 430px) {
	.nfd-btn .nfd-btn-text-desktop,
	.nfd-btn-icon-wrapper .nfd-btn-text-desktop {
		display: none !important;
	}
	
	.nfd-btn .nfd-btn-text-mobile,
	.nfd-btn-icon-wrapper .nfd-btn-text-mobile {
		display: inline-block !important;
	}
}

.nfd-btn-filled {
	background-color: var(--button-bg-color);
	color: var(--button-text-color);
	border-color: var(--button-bg-color);
}

.nfd-btn-outline {
	background-color: transparent;
	color: var(--button-text-color);
	border-color: var(--button-text-color);
}

.nfd-btn-filled:hover {
	background-color: var(--button-hover-bg-color);
	border-color: var(--button-hover-bg-color);
	color: var(--button-hover-text-color);
}

.nfd-btn-outline:hover {
	background-color: var(--button-text-color);
	color: var(--button-bg-color);
}

.nfd-btn-cream {
	--button-bg-color: var(--nfd-cream-hover);
	--button-text-color: var(--nfd-black);
	--button-hover-bg-color: var(--nfd-cream);
	--button-hover-text-color: var(--nfd-black);
}

.nfd-btn-white {
	--button-bg-color: var(--nfd-white);
	--button-text-color: var(--nfd-black);
	--button-hover-bg-color: #ffffff;
	--button-hover-text-color: var(--nfd-black);
}

.nfd-btn-dark_blue {
	--button-bg-color: var(--nfd-dark_blue);
	--button-text-color: var(--nfd-white);
	--button-hover-bg-color: #000066;
	--button-hover-text-color: var(--nfd-white);
}

.nfd-btn-text-white {
	--button-text-color: var(--nfd-white);
}

.nfd-btn-text-black {
	--button-text-color: #000000;
}

.nfd-btn-text-cream {
	--button-text-color: var(--nfd-cream);
}

.nfd-btn-text-dark_blue {
	--button-text-color: var(--nfd-dark_blue);
}

.nfd-btn-icon-wrapper {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.nfd-btn-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	font-size: 1.25rem;
	width: 1.1em;
	height: 1.1em;
	transition: filter 0.2s;
}

.nfd-btn-icon--original,
.nfd-btn-icon--hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
	backface-visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1px;
}

.nfd-btn-icon img {
	width: 1em;
	height: 1em;
	display: block;
}

.nfd-btn-icon.color-white img {
	filter: invert(1) brightness(2);
}

.nfd-btn-icon.color-black img,
.nfd-btn-icon.color-cream img,
.nfd-btn-icon.color-dark_blue img {
	filter: none;
}

.nfd-btn__icon-img--arrown_top_right,
.nfd-btn__icon-img--arrown_right {
	max-height: 14px;
}

.nfd-btn__icon-img--calendar,
.nfd-btn__icon-img--directions,
.nfd-btn__icon-img--phone {
	max-height: 18px;
}

.nfd-btn.anima-btn-left_to_right .nfd-btn-icon--hover {
	transform: translateX(-105%);
}

.nfd-btn.anima-btn-left_to_right:hover .nfd-btn-icon--original {
	transform: translateX(105%);
}

.nfd-btn.anima-btn-left_to_right:hover .nfd-btn-icon--hover {
	transform: translateX(0);
}

.nfd-btn.anima-btn-bottom_to_top .nfd-btn-icon--hover {
	transform: translateY(105%);
}

.nfd-btn.anima-btn-bottom_to_top:hover .nfd-btn-icon--original {
	transform: translateY(-105%);
}

.nfd-btn.anima-btn-bottom_to_top:hover .nfd-btn-icon--hover {
	transform: translateY(0);
}

.nfd-btn.anima-btn-diagonal_top_right .nfd-btn-icon--hover {
	transform: translate(-105%, 105%);
}

.nfd-btn.anima-btn-diagonal_top_right:hover .nfd-btn-icon--original {
	transform: translate(105%, -105%);
}

.nfd-btn.anima-btn-diagonal_top_right:hover .nfd-btn-icon--hover {
	transform: translate(0, 0);
}

@media (max-width: 600px) {
	.nfd-btn {
		min-height: 44px;
		font-size: 0.9rem;
		padding: 0.625rem 1.25rem;
	}
}
/****************************************** END - NFD Button Component ******************************************/

/****************************************** START - Highlights About Component ******************************************/
.highlights-about {
	padding: 4rem 0;
}

.highlights-about__content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
	margin-bottom: 4rem;
}

.highlights-about__text {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #333;
}

.highlights-about__images {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: flex-end;
}

.highlights-about__image {
	position: relative;
	border-radius: 8px;
}

.highlights-about__image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 1rem;
}

.highlights-about__highlights {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	max-width: 90%;
	margin: 0 auto;
}

.highlights-about__highlight {
	text-align: left;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.highlights-about__highlight-icon {
	margin-bottom: 0;
	background: var(--nfd-cream-light);
	border-radius: 8px;
	padding: 1rem;
	border: 1px solid var(--nfd-cream-dark);
	flex-shrink: 0;
}

.highlights-about__highlight-icon img {
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.highlights-about__highlight-content {
	flex: 1;
}

.highlights-about__highlight-title {
	font-size: 2.2rem;
	font-weight: 600;
	color: var(--nfd-dark_blue);
	margin-bottom: 0;
}

.highlights-about__highlight-description {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.3;
	font-style: italic;
}

/* Number Animation Styles */
.highlights-about__highlight-title {
	transition: all 0.3s ease;
}

.highlights-about__highlight-title.animating {
	animation: numberPulse 0.1s ease-in-out;
}

@keyframes numberPulse {
	0% { transform: scale(1); }
	50% { transform: scale(1.05); }
	100% { transform: scale(1); }
}

.highlights-about__highlight-title.bounce-complete {
	animation: numberBounce 1s ease-out;
}

@keyframes numberBounce {
	0% { transform: scale(1); }
	20% { transform: scale(1.1); }
	40% { transform: scale(0.95); }
	60% { transform: scale(1.05); }
	80% { transform: scale(0.98); }
	100% { transform: scale(1); }
}

@media (max-width: 768px) {
	.highlights-about {
		padding: 2rem 0;
	}

	.highlights-about__content {
		grid-template-columns: 1fr;
		gap: 2rem;
		text-align: center;
		margin-bottom: 0;
	}

	.highlights-about__title {
		font-size: 2rem;
	}

	.highlights-about__highlights {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
		width: 100%;
	}

	.highlights-about__highlight {
		padding: 1rem;
		gap: 0.75rem;
		flex-direction: column;
	}

	.highlights-about__highlight-icon {
		padding: 1rem;
	}

	.highlights-about__highlight-icon img {
        width: 44px;
        height: 44px;
    }

	.highlights-about__highlight-title {
        font-size: 1.3rem;
        text-align: center;
	}

	.highlights-about__highlight-description {
		text-align: center;
	}
}

@media (max-width: 480px) {
	.highlights-about__highlights {
		grid-template-columns: 1fr 1fr;
	}

	.highlights-about__images {
		flex-direction: column;
		align-items: center;
	}

	.highlights-about__image:nth-child(1) {
		max-width: 200px;
		position: relative;
        left: -40px;
	}
	
	.highlights-about__image:nth-child(2) {
		max-width: 260px;
        position: relative;
        left: 30px;
        top: -50px;
        box-shadow: -10px -6px 20px 10px #0000006b;
        border-radius: 20px;
	}
}
/****************************************** END - Highlights About Component ******************************************/

/****************************************** START - Grid Two Columns Component ******************************************/
.grid-two-columns {
	position: relative;
	padding: 4rem 0;
}

.grid-two-columns .grid-two-columns__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.grid-two-columns .grid-two-columns__bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
}

.grid-two-columns .grid-two-columns__header {
	text-align: center;
	margin-bottom: 3rem;
	position: relative;
	z-index: 2;
}

.grid-two-columns .grid-two-columns__cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	position: relative;
	z-index: 2;
}

.grid-two-columns .grid-two-columns__card {
	position: relative;
	height: 400px;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.4s ease;
}

.grid-two-columns .grid-two-columns__card-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.grid-two-columns .grid-two-columns__card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.grid-two-columns .grid-two-columns__card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
	z-index: 2;
	display: flex;
	align-items: flex-end;
	padding: 2rem;
	transition: all 0.6s ease;
}

.grid-two-columns .grid-two-columns__card-overlay::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
	opacity: 0;
	transition: opacity 0.6s ease;
	z-index: -1;
}

.grid-two-columns .grid-two-columns__card:hover .grid-two-columns__card-overlay::before {
	opacity: 1;
}

.grid-two-columns .grid-two-columns__card-content {
	width: 100%;
	color: white;
	transform: translateY(60px);
	transition: all 0.6s ease;
}

.grid-two-columns .grid-two-columns__card-title {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 0;
	transition: all 0.6s ease;
}

.grid-two-columns .grid-two-columns__card-text {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1rem;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.6s ease;
	max-height: 0;
	overflow: hidden;
}

.grid-two-columns .grid-two-columns__card-button {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.6s ease;
}

.grid-two-columns .grid-two-columns__card:hover .grid-two-columns__card-title {
	transform: translateY(-20px);
}

.grid-two-columns .grid-two-columns__card:hover .grid-two-columns__card-content {
	transform: translateY(0);
}

.grid-two-columns .grid-two-columns__card:hover .grid-two-columns__card-text {
	opacity: 1;
	transform: translateY(0);
	max-height: 200px;
}

.grid-two-columns .grid-two-columns__card:hover .grid-two-columns__card-button {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 768px) {
	.grid-two-columns .grid-two-columns {
		padding: 2rem 0;
	}

	.grid-two-columns .grid-two-columns__cards {
		grid-template-columns: 1fr;
		gap: 1.5rem;
	}

	.grid-two-columns .grid-two-columns__card {
		height: 330px;
	}

	.grid-two-columns .grid-two-columns__card-overlay {
		padding: 1.5rem;
	}

	.grid-two-columns .grid-two-columns__card-title {
		font-size: 1.3rem;
	}

	.grid-two-columns .grid-two-columns__card-text {
		font-size: 0.9rem;
	}
}

@media (max-width: 480px) {
	.grid-two-columns .grid-two-columns__card-overlay {
		padding: 1rem;
	}

	.grid-two-columns .grid-two-columns__card-title {
		font-size: 1.2rem;
	}
}

/****************************************** END - Grid Two Columns Component ******************************************/

/****************************************** START - Two Columns Component ******************************************/
.two-columns {
	padding: 4rem 0;
	overflow-x: hidden;
}

.two-columns .two-columns__content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: center;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}
.two-columns.grid-template-columns-2-3 .two-columns__content {
    grid-template-columns: 2fr 3fr;
}


.two-columns .two-columns__column {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	box-sizing: border-box;
}

.two-columns .two-columns__image {
	width: 100%;
	position: relative;
	max-width: 100%;
	box-sizing: border-box;
}

.two-columns.img-center .two-columns__image {
	display: flex;
	justify-content: center;
}
.two-columns.img-center .two-columns__img {
    height: auto;
    width: auto;
    max-width: 100%;
}

.two-columns .two-columns__img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
	object-fit: cover;
	box-sizing: border-box;
}

.two-columns .two-columns__text {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.two-columns .two-columns__text .pre-title {
	width: 100%;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}

.two-columns .two-columns__text .title {
	width: 100%;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
	box-sizing: border-box;
	font-size: clamp(1.5rem, 4vw, 2.5rem);
	line-height: 1.2;
}

.two-columns .two-columns__text-content {
	line-height: 1.6;
	color: #333;
	width: 100%;
	max-width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
	box-sizing: border-box;
}

.two-columns .two-columns__text-content p {
	margin-bottom: 1rem;
	word-wrap: break-word;
	overflow-wrap: break-word;
	max-width: 100%;
}

.two-columns .two-columns__text-content p:last-child {
	margin-bottom: 0;
}

.two-columns .two-columns__text-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.two-columns .two-columns__text-content li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1.3rem;
	line-height: 1.5;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
	max-width: 100%;
	box-sizing: border-box;
}

.two-columns .two-columns__text-content li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.2rem;
	width: 20px;
	height: 20px;
	background-image: url('../../images/nfd-icon-blue-checkmark.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}

.two-columns .two-columns__button {
	margin-top: 1rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.two-columns {
		padding: 2rem 0;
	}

	.two-columns .container {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}

	.two-columns .two-columns__content {
		grid-template-columns: 1fr;
		gap: 2rem;
		padding: 0;
	}

	.two-columns.grid-template-columns-2-3 .two-columns__content {
		grid-template-columns: 1fr;
	}

	.two-columns .two-columns__text {
		gap: 1rem;
	}

	.two-columns .two-columns__text .title {
		font-size: clamp(1.25rem, 5vw, 1.75rem);
		line-height: 1.3;
	}

	.two-columns .two-columns__text-content li {
		padding-left: 1.75rem;
		margin-bottom: 1rem;
		font-size: 0.95rem;
	}

	.two-columns .two-columns__text-content li::before {
		width: 18px;
		height: 18px;
		top: 0.15rem;
	}
}

@media (max-width: 480px) {
	.two-columns {
		padding: 1.5rem 0;
	}

	.two-columns .two-columns__content {
		gap: 1.5rem;
	}

	.two-columns .two-columns__text .title {
		font-size: clamp(1.1rem, 6vw, 1.5rem);
	}

	.two-columns .two-columns__text-content {
		font-size: 0.9rem;
	}

	.two-columns .two-columns__text-content li {
		padding-left: 1.5rem;
		font-size: 0.875rem;
		margin-bottom: 0.875rem;
	}

	.two-columns .two-columns__text-content li::before {
		width: 16px;
		height: 16px;
		top: 0.1rem;
	}
}

@media (max-width: 360px) {
	.two-columns .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.two-columns .two-columns__text .title {
		font-size: clamp(1rem, 7vw, 1.3rem);
	}

	.two-columns .two-columns__text-content {
		font-size: 0.85rem;
	}

	.two-columns .two-columns__text-content li {
		padding-left: 1.25rem;
		font-size: 0.8rem;
	}

	.two-columns .two-columns__text-content li::before {
		width: 14px;
		height: 14px;
	}
}

/* Video Support */
.two-columns .two-columns__video {
	width: 100%;
	position: relative;
	max-height: 860px;
	min-height: 400px;
	overflow: hidden;
	border-radius: 12px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}

.two-columns .two-columns__video-element {
	width: 100%;
	height: auto;
	max-height: 860px;
	display: block;
	border-radius: 12px;
	object-fit: contain;
	cursor: pointer;
	background: #000;
}

/* Ensure video poster/first frame is visible */
.two-columns .two-columns__video-element::-webkit-media-controls-panel {
	display: none !important;
	opacity: 1 !important;
}

.two-columns .two-columns__video-element::-webkit-media-controls-play-button {
	display: none !important;
}

.two-columns .two-columns__video-element::-webkit-media-controls-start-playback-button {
	display: none !important;
}

.two-columns .two-columns__video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: rgb(0 0 128 / 14%);
    border: 4px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.two-columns .two-columns__video-play-btn:hover {
	background: rgba(0, 0, 128, 1);
	transform: translate(-50%, -50%) scale(1.1);
	box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4);
}

.two-columns .two-columns__video-play-btn i {
	color: white;
	font-size: 28px;
	margin-left: 4px;
}

.two-columns .two-columns__video-play-btn i.fa-pause {
	margin-left: 0;
}

.two-columns .two-columns__video.playing .two-columns__video-play-btn {
	opacity: 0;
	pointer-events: none;
}

.two-columns .two-columns__video:hover .two-columns__video-play-btn {
	opacity: 1;
	pointer-events: all;
}

@media (max-width: 768px) {
	.two-columns .two-columns__video {
		/* max-height: 500px; */
		min-height: 300px;
		aspect-ratio: 9 / 16;
	}

	.two-columns .two-columns__video-element {
		/* max-height: 500px; */
		min-height: 300px;
		width: 100%;
		object-fit: contain;
	}

	.two-columns .two-columns__video-play-btn {
		width: 60px;
		height: 60px;
		border: 3px solid rgba(255, 255, 255, 0.9);
	}

	.two-columns .two-columns__video-play-btn i {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.two-columns .two-columns__video {
		/* max-height: 400px; */
		min-height: 250px;
		aspect-ratio: 5 / 8;
	}

	.two-columns .two-columns__video-element {
		/* max-height: 400px; */
		min-height: 250px;
		width: 100%;
		object-fit: contain;
		aspect-ratio: 9 / 16;
	}

	.two-columns .two-columns__video-play-btn {
		width: 50px;
		height: 50px;
		border: 2px solid rgba(255, 255, 255, 0.9);
	}

	.two-columns .two-columns__video-play-btn i {
		font-size: 18px;
		margin-left: 3px;
	}
}
/****************************************** END - Two Columns Component ******************************************/


/****************************************** START - CTA Content Center Component ******************************************/
.cta-content-center {
	position: relative;
	padding: 4rem 0;
}

.cta-content-center .cta-content-center__card {
	border-radius: 16px;
	padding: 4rem 8rem 2rem 8rem;
	max-width: 1100px;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	position: relative;
}

.cta-content-center .cta-content-center__card .title {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-style: italic;
}

.cta-content-center .cta-content-center__card .nfd-btn {
	position: absolute;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, 20%);
	width: max-content;
}

@media (max-width: 500px) {
	.cta-content-center .cta-content-center__card .nfd-btn {
		width: max-content;
	}
}

.cta-content-center .cta-content-center__card::before {
	content: '';
	border-radius: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: var(--card-bg-image);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: 1;
}

.cta-content-center .cta-content-center__card {
	background: transparent !important;
}

.cta-content-center .cta-content-center__card>* {
	position: relative;
	z-index: 2;
}

.cta-content-center .cta-content-center__content {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cta-content-center .cta-content-center__text {
	font-size: 1.5rem;
	line-height: 1.6;
	color: #333;
}

.cta-content-center .cta-content-center__text p {
	margin-bottom: 1rem;
}

.cta-content-center .cta-content-center__text p:last-child {
	margin-bottom: 0;
}

.cta-content-center .cta-content-center__image {
	margin: 1rem 0;
}

.cta-content-center .cta-content-center__img {
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
}

.cta-content-center .cta-content-center__button {
	margin-top: 1rem;
}

@media (max-width: 768px) {
	.cta-content-center {
		padding: 2rem 0;
	}

	.cta-content-center .cta-content-center__content {
		min-height: 50vh;
	}

	.cta-content-center .cta-content-center__card {
		padding: 2rem;
		max-width: 100%;
		padding: 2.5rem;
        margin: 0;
		gap: 1rem;
	}

	.cta-content-center .cta-content-center__text {
		font-size: 1rem;
	}

	.cta-content-center .cta-content-center__img {
		max-width: 150px;
	}
}
/****************************************** END - CTA Content Center Component ******************************************/

/****************************************** START - Before and After Slider Component ******************************************/
.before-and-after-slider {
	position: relative;
	padding: 4rem 0;
}

.before-and-after-slider .before-and-after-slider__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.before-and-after-slider .before-and-after-slider__bg-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.before-and-after-slider .before-and-after-slider__header {
	text-align: center;
	margin-bottom: 2rem;
	position: relative;
	z-index: 2;
}

.before-and-after-slider .before-and-after-slider__container {
	position: relative;
	z-index: 2;
	margin-bottom: 2rem;
	/* overflow: hidden; */
}

.before-and-after-slider .before-and-after-slider__text {
	font-size: 1.2rem;
}

@media (max-width: 768px) {
	.before-and-after-slider .before-and-after-slider__text {
		font-size: 1rem;
	}
}

.before-and-after-slider .splide {
	padding: 0;
}

.before-and-after-slider .splide__track {
	overflow: visible;
}

.before-and-after-slider .splide__list {
	display: flex;
	align-items: stretch;
}

.before-and-after-slider .splide__slide {
	display: flex;
	justify-content: center;
	padding: 0 1rem;
}

.before-and-after-slider .before-and-after-slider__item {
	border-radius: 16px;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	max-width: 800px;
	width: 100%;
}

.before-and-after-slider .comparison-slider {
	position: relative;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	cursor: grab;
	height: 370px;
}

.before-and-after-slider .comparison-slider:active {
	cursor: grabbing;
}

.before-and-after-slider .comparison-before,
.before-and-after-slider .comparison-after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.before-and-after-slider .comparison-before {
	z-index: 1;
}

.before-and-after-slider .comparison-after {
	z-index: 2;
	clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.before-and-after-slider .before-img,
.before-and-after-slider .after-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.before-and-after-slider .before-label,
.before-and-after-slider .after-label {
	position: absolute;
	bottom: 1rem;
	padding: 0.5rem 1rem;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	font-size: 0.9rem;
	font-weight: 600;
	border-radius: 4px;
	z-index: 3;
}

.before-and-after-slider .before-label {
	left: 1rem;
}

.before-and-after-slider .after-label {
	right: 1rem;
}

.before-and-after-slider .comparison-handle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	pointer-events: none;
}

.before-and-after-slider .handle-circle {
	width: 85px;
	height: 418px;
	/* background: url('../../images/bea-drag-and-drop.svg') no-repeat center; */
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: grab;
	pointer-events: all;
	position: relative;
	z-index: 2;
}

.before-and-after-slider .handle-circle:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
    height: 80px;
    background: #00000066;
    border-radius: 100px;
	z-index: -1;
}

.before-and-after-slider .handle-circle:active {
	cursor: grabbing;
}

.before-and-after-slider .splide__arrows {
	position: absolute;
    bottom: 0px;
    width: 7%;
    top: 105%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 10;
}

.before-and-after-slider .splide__pagination {
    bottom: 0;
}

@media (max-width: 500px) {
	.before-and-after-slider .splide__pagination {
		bottom: 0;
	}

	.before-and-after-slider .splide__arrows {
		bottom: unset;
		left: 50%;
		transform: translate(-50%, 50%);
		z-index: 999999;
		top: 70%;
		width: 100%;
	}

	.before-and-after-slider .splide__arrow--next {
		right: .6em;
	}

	.before-and-after-slider .splide__arrow--prev {
		left: .6em;
	}

	.before-and-after-slider .splide__arrow {
		background: #333333;
		opacity: 1;
	}
	.before-and-after-slider .splide__arrow svg {
		fill: #ffffff;
	}
	.before-and-after-slider .splide__slide img {
		height: 100%;
	}
	.before-and-after-slider .handle-circle:before {
		width: 50px;
		height: 50px;
	}

    .before-and-after-slider .before-and-after-slider__testimonial {
        font-size: 0.9rem;
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 1rem;
    }

	.before-and-after-slider .splide__pagination__page.is-active {
		background: var(--nfd-dark_blue)!important;
	}
}

.before-and-after-slider .before-and-after-slider__content {
	text-align: center;
}

.before-and-after-slider .before-and-after-slider__patient-name {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--nfd-dark_blue);
	margin-bottom: 1rem;
	font-style: italic;
}

.before-and-after-slider .before-and-after-slider__testimonial {
	font-size: .9rem;
    line-height: 1.5;
    color: #333;
    font-style: italic;
}

.before-and-after-slider .before-and-after-slider__testimonial p {
	margin-bottom: 1rem;
}

.before-and-after-slider .before-and-after-slider__testimonial p:last-child {
	margin-bottom: 0;
}

.before-and-after-slider .before-and-after-slider__pagination {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-bottom: 2rem;
}

.before-and-after-slider .before-and-after-slider__pagination-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	background: #ddd;
	cursor: pointer;
	transition: background 0.3s ease;
}

.before-and-after-slider .before-and-after-slider__pagination-dot.active {
	background: var(--nfd-cream);
}

.before-and-after-slider .before-and-after-slider__pagination-dot:hover {
	background: var(--nfd-cream-hover);
}

.before-and-after-slider .before-and-after-slider__button {
	text-align: center;
	position: relative;
	z-index: 2;
	margin-top: 6rem;
}

@media (max-width: 768px) {
	.before-and-after-slider {
		padding: 3rem 0;
	}
	
	.before-and-after-slider .before-and-after-slider__header {
		margin-bottom: 1rem;
	}
	
	.before-and-after-slider .before-and-after-slider__item {
		padding: 1rem;
		gap: 1rem;
		max-width: 100%;
	}
	
	.before-and-after-slider .comparison-slider {
		height: 250px;
	}
	
	.before-and-after-slider .handle-circle {
		width: 68px;
		height: 334px;
	}
		
	.before-and-after-slider .before-and-after-slider__patient-name {
		font-size: 1.1rem;
	}
	
	.before-and-after-slider .before-and-after-slider__testimonial {
		font-size: 0.9rem;
	}
	.before-and-after-slider .before-and-after-slider__button {
		margin-top: 2rem;
	}
}

@media (max-width: 480px) {
	.before-and-after-slider .before-and-after-slider__item {
		padding: 0.75rem;
		gap: 0.75rem;
	}
	
	.before-and-after-slider .comparison-slider {
		height: 200px;
	}
	
	.before-and-after-slider .before-label,
	.before-and-after-slider .after-label {
		font-size: 0.8rem;
		padding: 0.4rem 0.8rem;
	}
	
	.before-and-after-slider .handle-circle {
		width: 60px;
		height: 295px;
	}
	
}
/****************************************** END - Before and After Slider Component ******************************************/

/****************************************** Reviews Slider Component ******************************************/
.reviews-slider {
	padding: 4rem 0;
}

.reviews-slider .reviews-slider-header {
	margin-bottom: 3rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2rem;
}

.reviews-slider .reviews-header-left {
	flex: 1;
}

.reviews-slider .reviews-header-right {
	flex: 0 0 auto;
	text-align: right;
}

.reviews-slider .reviews-summary {
	margin-bottom: 0;
}

.reviews-slider .rating-display {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
}

.reviews-slider .rating-display .stars {
	display: flex;
	gap: 0.2rem;
}

.reviews-slider .rating-display .star-icon {
	width: 24px;
	height: 24px;
}

.reviews-slider .rating-number {
	font-size: 2.5rem;
	font-weight: 400;
	color: var(--nfd-black);
}

.reviews-slider .total-reviews {
	font-size: 1rem;
	font-weight: 500;
	color: var(--nfd-black);
}

.reviews-slider .rating-text {
	font-size: 0.9rem;
	color: var(--nfd-black);
	font-weight: 500;
}

.reviews-slider .text-under-reviews {
	font-size: .8rem;
    color: var(--nfd-black);
    text-align: right;
    text-align: center;
}

.reviews-slider .reviews-slider-container {
	overflow: hidden;
	margin-bottom: 3rem;
}

.reviews-slider .reviews-row {
	padding: 2rem 0;
}
@media (max-width: 500px) {
	.reviews-slider .reviews-row {
		padding: .5rem 0;
	}
}

.reviews-slider .splide-reviews-1,
.reviews-slider .splide-reviews-2 {
	overflow: visible;
}

.reviews-slider .splide-reviews-1 .splide__track,
.reviews-slider .splide-reviews-2 .splide__track {
	overflow: visible;
}

.reviews-slider .splide-reviews-1 .splide__list,
.reviews-slider .splide-reviews-2 .splide__list {
	display: flex;
	gap: .5rem;
}

.reviews-slider .splide-reviews-1 .splide__slide,
.reviews-slider .splide-reviews-2 .splide__slide {
	flex-shrink: 0;
}

.reviews-slider .review-card {
	background: white;
	border-radius: 12px;
	padding: 3rem;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	width: auto;
	flex-shrink: 0;
	position: relative;
	min-height: 260px;
}

.reviews-slider .reviewer-info {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	margin-bottom: 1rem;
}

.reviews-slider .reviewer-image {
	flex-shrink: 0;
}

.reviews-slider .user-photo {
	width: 50px;
	height: 50px;
	object-fit: cover;
}

.reviews-slider .reviewer-details {
	flex: 1;
}

.reviews-slider .reviewer-name {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--nfd-dark_blue);
	margin-bottom: 0.5rem;
}

.reviews-slider .review-stars {
	display: flex;
	gap: 0.2rem;
}

.reviews-slider .review-stars .star-icon {
	width: 16px;
	height: 16px;
}

.reviews-slider .review-stars .star-icon.filled {
	opacity: 1;
}

.reviews-slider .review-stars .star-icon.empty {
	opacity: 0.7;
    filter: grayscale(100%);
}

.reviews-slider .review-text-wrapper {
	position: relative;
}

.reviews-slider .review-text,
.reviews-slider .review-text-full {
	font-size: 0.9rem;
	line-height: 1.5;
	color: var(--nfd-dark_blue);
	margin-bottom: 0.5rem;
}

.reviews-slider .review-more,
.reviews-slider .review-less {
	background: none;
	border: none;
	color: var(--nfd-purple);
	font-size: 0.85rem;
	font-weight: 500;
	cursor: pointer;
	text-decoration: underline;
	padding: 0;
}

.reviews-slider .review-more:hover,
.reviews-slider .review-less:hover {
	color: var(--nfd-dark_blue);
}

.reviews-slider .google-icon {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
}

.reviews-slider .google-icon img {
	width: 20px;
	height: 20px;
}

.reviews-slider .reviews-slider-button {
	margin-top: 2rem;
}

@media (max-width: 768px) {
	.reviews-slider {
		padding: 3rem 0;
	}
	
	.reviews-slider-header {
		flex-direction: column;
		gap: 1.5rem;
	}
	
	.reviews-slider .reviews-header-right {
		text-align: left;
	}
	
	.reviews-slider .rating-display {
		justify-content: flex-start;
	}
	
	.reviews-slider .text-under-reviews {
		text-align: left;
	}
	
	.reviews-slider .reviews-slider-header .title {
		font-size: 2rem;
	}
	
	.reviews-slider .review-card {
		min-width: 280px;
		padding: 1.25rem;
	}
	
	.reviews-slider .reviews-track {
		gap: 1rem;
	}
}

@media (max-width: 480px) {
	.reviews-slider .reviews-slider-header .title {
		font-size: 1.75rem;
	}
	
	.reviews-slider .review-card {
		min-width: 260px;
		padding: 1rem;
	}
	
	.reviews-slider .user-photo {
		width: 50px;
		height: 50px;
	}
}

.review-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.review-modal .review-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

.review-modal .review-modal-content {
	background: white;
	border-radius: 16px;
	max-width: 600px;
	width: 100%;
	max-height: 80vh;
	overflow-y: auto;
	position: relative;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.review-modal .review-modal-close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background: none;
	border: none;
	font-size: 2rem;
	color: var(--nfd-dark_blue);
	cursor: pointer;
	z-index: 10;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: background-color 0.3s ease;
}

.review-modal .review-modal-close:hover {
	background: rgba(0, 0, 0, 0.1);
}

.review-modal .review-modal-body {
	padding: 2rem;
}

.review-modal .review-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #eee;
}

.review-modal .review-modal-user {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	flex: 1;
}

.review-modal .review-modal-avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.review-modal .review-modal-user-info {
	flex: 1;
}

.review-modal .review-modal-name {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--nfd-dark_blue);
	margin: 0 0 0.5rem 0;
}

.review-modal .review-modal-stars {
	display: flex;
	gap: 0.2rem;
}

.review-modal .review-modal-stars .star-icon {
	width: 18px;
	height: 18px;
}

.review-modal .review-modal-stars .star-icon.empty {
	opacity: 0.7;
	filter: grayscale(100%);
}

.review-modal .review-modal-google-icon {
	flex-shrink: 0;
    background: #fff;
    padding: 6px;
    border-radius: 100px;
    position: absolute;
    top: 72px;
    left: 28px;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px -1px #000000a1;
}

.review-modal .review-modal-google-icon img {
	width: 18px;
	height: 18px;
}

.review-modal .review-modal-text {
	font-size: 1rem;
	line-height: 1.6;
	color: var(--nfd-dark_blue);
}

@media (max-width: 768px) {
	.review-modal .review-modal-overlay {
		padding: 1rem;
	}
	
	.review-modal .review-modal-content {
		max-height: 90vh;
	}
	
	.review-modal .review-modal-body {
		padding: 1.5rem;
	}
	
	.review-modal .review-modal-header {
		flex-direction: column;
		gap: 1rem;
		margin-bottom: 1.5rem;
	}
	
	.review-modal .review-modal-user {
		width: 100%;
	}
	
	.review-modal .review-modal-avatar {
		width: 50px;
		height: 50px;
	}
	
	.review-modal .review-modal-name {
		font-size: 1.1rem;
	}
	
	.review-modal .review-modal-text {
		font-size: 0.95rem;
	}
}
/****************************************** END - Reviews Slider Component ******************************************/

/****************************************** FAQ Component ******************************************/
.faq {
	padding: 4rem 0;
}

.faq .faq-header {
	margin-bottom: 3rem;
}

.faq .faq-accordion {
	max-width: 800px;
	margin: 0 auto;
}

.faq .faq-item {
	background: white;
	border-radius: 12px;
	margin-bottom: 1rem;
	overflow: hidden;
	transition: all 0.3s ease;
}

.faq .faq-item:hover {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.faq .faq-item.active {
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.faq .faq-question {
	padding: 1.5rem 2rem;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.4s ease;
	background: var(--nfd-cream-light);
}

.faq .faq-item.active .faq-question {
	background: var(--nfd-cream-light);
}

.faq .faq-question h3 {
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0;
	color: var(--nfd-black);
	transition: color 0.4s ease;
}

.faq .faq-item.active .faq-question h3 {
	color: var(--nfd-dark_blue);
}

.faq .faq-icon {
	transition: all 0.4s ease;
	flex-shrink: 0;
	margin-left: 1rem;
}

.faq .faq-item.active .faq-icon {
	transform: rotate(180deg);
}

.faq .faq-icon svg {
	width: 20px;
	height: 20px;
	color: var(--nfd-dark_blue);
	transition: color 0.4s ease;
}

.faq .faq-answer {
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	max-height: 0;
	opacity: 1;
}

.faq .faq-item.active .faq-answer {
	max-height: 500px;
	opacity: 1;
}

.faq .faq-answer-content {
	padding: 0 2rem 2rem 2rem;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--nfd-black);
	background: var(--nfd-cream-light);
}

.faq .faq-answer-content p {
	margin-bottom: 1rem;
}

.faq .faq-answer-content p:last-child {
	margin-bottom: 0;
}

.faq .faq-answer-content ul,
.faq .faq-answer-content ol {
	margin-bottom: 1rem;
	padding-left: 1.5rem;
}

.faq .faq-answer-content li {
	margin-bottom: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
	.faq {
		padding: 3rem 0;
	}
	
	.faq .title {
		font-size: 2rem;
	}
	
	.faq .faq-question {
		padding: 1.25rem 1.5rem;
	}
	
	.faq .faq-question h3 {
		font-size: 1rem;
	}
	
	.faq .faq-answer-content {
		padding: 1.5rem;
		font-size: 0.95rem;
	}
	
	.faq .faq-icon svg {
		width: 18px;
		height: 18px;
	}
}

@media (max-width: 480px) {
	.faq .title {
		font-size: 1.8rem;
	}
	
	.faq .faq-question {
		padding: 1rem 1.25rem;
	}
	
	.faq .faq-question h3 {
		font-size: 0.95rem;
	}
	
	.faq .faq-answer-content {
		padding: 1.25rem;
		font-size: 0.9rem;
	}
}
/****************************************** END - FAQ Component ******************************************/

/****************************************** Team Members Component ******************************************/
.team-members {
	padding: 4rem 0;
}

.team-members .team-members-header {
	margin-bottom: 3rem;
}

.team-members .team-members-grid {
    display: flex;
    gap: 4rem;
    max-width: 100%;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center;
}

.team-members .team-member-card {
	text-align: center;
	padding: 0;
	transition: all 0.3s ease-in-out;
	position: relative;
	overflow: hidden;
}

.team-members .team-member-image {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.team-members .team-member-image img {
	width: auto;
	height: auto;
	max-height: 400px;
	max-width: 100%;
	object-fit: contain;
	transition: all 0.3s ease-in-out;
}

.team-members .team-member-card:hover .team-member-image img {
	transform: scale(1.03);
}

.team-members .team-member-info {
	margin-top: 1rem;
}

.team-members .team-member-name {
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--nfd-dark_blue);
	margin: 0 0 0.5rem 0;
	line-height: 1;
}

.team-members .team-member-position {
    font-size: 0.9rem;
    color: var(--nfd-black);
    margin: 0;
    line-height: 1;
    font-weight: 400;
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
	.team-members {
		padding: 3rem 0;
	}
	
	.team-members .title {
		font-size: 2rem;
	}
	
	.team-members .team-members-grid {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
		gap: 1.5rem;
	}
	
	.team-members .team-member-card {
		order: var(--mobile-order) !important;
	}
	
	.team-members .team-member-image img {
		max-height: 300px;
	}
	
	.team-members .team-member-info {
		padding: 1.25rem;
	}
	
	.team-members .team-member-name {
		font-size: 1.1rem;
	}
	
	.team-members .team-member-position {
		font-size: 0.9rem;
	}
	.team-members .team-member-info {
		margin-top: 0rem;
		margin-bottom: 1rem;
	}
	.team-members .team-member-info:last-child {
		margin-bottom: 0rem;
	}
	.team-members .team-member-info {
        padding: 1rem 1rem 1rem 1rem;
    }

	.team-members .team-member-info:last-child {
        padding: 1rem 1rem 0rem 1rem;
    }
}

@media (max-width: 480px) {
	.team-members .title {
		font-size: 1.8rem;
	}
	
	.team-members .team-members-grid {
		flex-direction: column;
	}
		
	.team-members .team-member-info {
		padding: 1rem;
	}
	
	.team-members .team-member-name {
		font-size: 1rem;
	}
	
	.team-members .team-member-position {
		font-size: 0.85rem;
	}
}
/****************************************** END - Team Members Component ******************************************/

/****************************************** Location Component ******************************************/
.location {
	padding: 4rem 0;
}

.location .location-header {
	margin-bottom: 3rem;
}

.location .address-text {
	font-size: 1.1rem;
	color: var(--nfd-black);
	font-weight: 500;
	margin-bottom: 0;
}

.location .location-map {
	margin-bottom: 2rem;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	max-width: 800px;
}

.location .location-map iframe {
	width: 100%;
	max-width: 800px;
	height: 400px;
	border: none;
	display: block;
	outline: 22px solid #00000010;
    outline-offset: -10px;
}

.location .location-button {
	margin-top: 2rem;
}

/* Responsive */
@media (max-width: 768px) {
	.location {
		padding: 3rem 0;
	}
	
	.location .title {
		font-size: 2rem;
	}
	
	.location .address-text {
		font-size: 1rem;
	}
	
	.location .location-map iframe {
		height: 300px;
	}
}

@media (max-width: 480px) {
	.location .title {
		font-size: 1.8rem;
	}
	
	.location .address-text {
		font-size: 0.95rem;
	}
	
	.location .location-map iframe {
		height: 250px;
	}
}

/* ========================================
   FOOTER STYLES
======================================== */

.footer {
    background-color: var(--nfd-cream-light);
    padding: 3rem 0 1rem;
    margin-top: auto;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 15%;
    margin-bottom: 2rem;
    align-items: center;
}

.footer-content-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

/* Column 1: Contact Info - Takes more space naturally */
.footer-contact {
    grid-column: span 1;
    max-width: 100%;
}

/* Columns 2, 3, 4: Menu Columns - Equal space */
.footer-quick-links,
.footer-services,
.footer-help {
    grid-column: span 1;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.footer-logo-img {
    width: 260px;
    height: auto;
    object-fit: contain;
}

.footer-logo-text {
    flex: 1;
}

.logo-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--nfd-dark-blue);
    margin-bottom: 0.25rem;
}

.logo-subtitle {
    font-size: 0.9rem;
    color: var(--nfd-dark-blue);
    font-style: italic;
    opacity: 0.8;
}

.footer-address,
.footer-phone {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: var(--nfd-dark-blue);
}

.footer-address i,
.footer-phone i {
    color: var(--nfd-primary);
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.address-text {
    line-height: 1.5;
}

.footer-phone a {
    color: inherit;
    text-decoration: none;
}

.footer-phone a:hover {
    color: var(--nfd-primary);
}

.footer-social {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--nfd-black);
    color: white;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: #000000;
	color: var(--nfd-white);
}


/* Columns 2, 3, 4: Menu Columns */
.footer-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--nfd-black);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #3c3c3c30;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-services .footer-menu {
	column-count: 2;
	column-gap: 1.5rem;
	column-fill: balance;
}

.footer-menu li {
    margin-bottom: 0.5rem;
    break-inside: avoid;
    page-break-inside: avoid;
	position: relative;
    left: -10px;
}

.footer-menu a {
    color: var(--nfd-dark-blue);
    text-decoration: none;
    font-size: 0.95rem;
    display: block;
    padding: 0.25rem 0;
    line-height: 1.4;
    position: relative;
	width: fit-content;
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: var(--nfd-primary);
}

.footer-menu a:before {
    content: '';
    margin-right: 0.2rem;
    display: inline-block;
    width: 2px;
    height: 2px;
    background-color: #dfa938;
    border-radius: 50%;
    position: relative;
    top: -2px;
    transition: all 0.3s ease 0.35s;
    opacity: 1;
}

.footer-menu a:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--nfd-black);
    transition: all 0.2s ease 0.15s;
	opacity: 0;
}

.footer-menu a:hover:before {
	transform: translateY(10px);
    opacity: 1;
    height: 0px;
    transition: all 0.2s ease;
	opacity: 1;
}

.footer-menu a:hover:after {
    width: 96%;
    transition: all 0.2s ease 0.15s;
    left: 6%;
	opacity: 1;
}

.no-menu {
    color: #999;
    font-style: italic;
    font-size: 0.9rem;
    margin: 0;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 1px solid #ddd;
    font-size: 0.85rem;
    color: var(--nfd-dark-blue);
}

.footer-copyright {
    flex: 1;
}

.footer-design-credit,
.footer-design-credit a {
    color: var(--nfd-black);
}

.footer-design-credit img {
	position: relative;
    top: -4px;
    margin-left: 3px;
    max-height: 17px;
}

.footer-design-credit strong {
    color: var(--nfd-primary);
    font-weight: 600;
}

/* Footer Responsive Design */
@media (max-width: 1200px) {
    .footer-content {
        gap: 1.5rem;
    }
}

@media (max-width: 992px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

	.footer-title {
		border-bottom: none;
	}
    
    .footer-contact {
        grid-column: span 2;
        order: 1;
        margin-bottom: 1rem;
    }
    
    .footer-quick-links {
        order: 2;
    }
    
    .footer-services {
        order: 3;
    }
    
    .footer-help {
        order: 4;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 2rem 0 1rem;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .footer-contact {
        grid-column: span 1;
        order: 1;
    }
    
    .footer-quick-links {
        order: 2;
    }
    
    .footer-services {
        order: 3;
    }
    
    .footer-help {
        order: 4;
    }
    
    .footer-logo {
        justify-content: center;
        text-align: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
    }

	.footer-content {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}

	.footer-content-columns {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
    }

	.footer-menu a {
		text-align: center;
		width: 100%;
	}

	.footer-column:not(:first-child) {
		margin: 1rem 0;
		border-top: solid 1px #3c3c3c47;
    	padding-top: 2rem;
	}
    
    /* Services column becomes single column on mobile */
    .footer-services .footer-menu {
        column-count: 1;
    }
}

@media (max-width: 576px) {
    .footer-logo {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-logo-img {
        width: 200px;
        height: auto;
    }
    
    .logo-title {
        font-size: 1.1rem;
    }
    
    .logo-subtitle {
        font-size: 0.85rem;
    }
    
    .footer-content {
        gap: 1rem;
    }
}
/****************************************** END - Location Component ******************************************/

/* ========================================
   APPOINTMENT WIDGET
======================================== */

.nfd-appointment-widget {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display: inline-flex;
    align-items: center;
    background: var(--nfd-white);
    border-radius: 50px;
    padding: 0.45rem 1.75rem 0.45rem 0.75rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    text-decoration: none;
    z-index: 999;
    transition: all 0.3s ease;
    max-width: 90vw;
    height: auto;
	border: solid 2px #933032;
}

.nfd-appointment-widget:hover .nfd-appointment-widget-icon {
    outline: 2px solid #a32c30;
    transition: all 0.1s ease-in-out;
    outline-offset: 0px;
    border: solid 4px #FFF;
	transform: scale(1.08) translate(0%, -50%);
}

.nfd-appointment-widget-text {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--nfd-black);
    white-space: normal;
    display: block;
    line-height: 1.2;
    margin: 0;
    margin-right: 0.75rem;
    text-align: center;
    max-width: 120px;
}

.nfd-appointment-widget-icon {
    width: 60px;
    height: 60px;
    background-color: #a32c30;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    outline: 2px solid transparent;
    outline-offset: 0;
    transition: all 0.1s ease-in-out;
}

.nfd-appointment-widget-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}

.nfd-appointment-widget-icon svg {
    fill: #fff;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .nfd-appointment-widget {
        bottom: 1.5rem;
        right: 1rem;
        padding: 0.6rem 1.5rem 0.6rem 1rem;
    }
    
    .nfd-appointment-widget-text {
        font-size: 0.75rem;
        margin-right: 0.6rem;
        max-width: 130px;
    }
    
    .nfd-appointment-widget-icon {
        width: 55px;
        height: 55px;
        right: -12px;
    }
    
    .nfd-appointment-widget-icon img {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 576px) {
    .nfd-appointment-widget {
        bottom: 1rem;
        right: 0.75rem;
        padding: 0.5rem 1.3rem 0.5rem 0.75rem;
    }
    
    .nfd-appointment-widget-text {
        font-size: 0.7rem;
        margin-right: 0.5rem;
        max-width: 110px;
    }
    
    .nfd-appointment-widget-icon {
        width: 50px;
        height: 50px;
        right: -10px;
    }
    
    .nfd-appointment-widget-icon img {
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 480px) {
    .nfd-appointment-widget-text {
        display: none;
    }
    
    .nfd-appointment-widget {
        padding: 0;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        justify-content: center;
        bottom: 1rem;
        right: 1rem;
    }
    
    .nfd-appointment-widget-icon {
        width: 60px;
        height: 60px;
        position: static;
        transform: none;
    }
    
    .nfd-appointment-widget-icon img {
        width: 30px;
        height: 30px;
    }
}

/****************************************** END - Appointment Widget ******************************************/


/****************************************** START - Small Quote Texts Slider ******************************************/
.small-quote-texts-slider-wrapper {
	width: 100%;
	margin-bottom: 1.5rem;
}

.small-quote-texts-slider-wrapper .splide {
	padding: 0;
}

.small-quote-texts-slider-wrapper .splide__track {
	overflow: hidden;
}

.small-quote-texts-slider-wrapper .splide__list {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}

.small-quote-texts-slider-wrapper .splide__slide {
	display: flex;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
}

.small-quote-text-item {
	width: 100%;
    padding: 1.5rem;
    background: #fff;
    border-radius: 12px;
    border-left: 4px solid var(--nfd-dark_blue, #003d5c);
    display: flex;
    align-items: center;
}

.small-quote-text-item .quote-text {
	font-size: 1rem;
	line-height: 1.6;
	color: #333;
	font-style: italic;
	margin: 0;
	position: relative;
	padding-left: 2rem;
}

/* .small-quote-text-item .quote-text::before {
	content: '"';
	position: absolute;
	left: 0;
	top: -0.5rem;
	font-size: 3rem;
	color: var(--nfd-dark_blue, #003d5c);
	opacity: 0.3;
	line-height: 1;
	font-family: Georgia, serif;
}

.small-quote-text-item .quote-text::after {
	content: '"';
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 3rem;
	color: var(--nfd-dark_blue, #003d5c);
	opacity: 0.3;
} */

@media (max-width: 768px) {
	.small-quote-texts-slider-wrapper {
		padding: 1.5rem 0;
	}

	.small-quote-texts-slider-wrapper .splide__slide {
		padding: 0;
	}

	.small-quote-text-item {
		padding: 1.5rem 1rem;
		min-height: 100px;
	}

	.small-quote-text-item .quote-text {
		font-size: 1rem;
		padding-left: 1.25rem;
	}

	.small-quote-text-item .quote-text::before {
		font-size: 2.5rem;
		top: -0.3rem;
	}
}

@media (max-width: 480px) {
	.small-quote-texts-slider-wrapper {
		padding: 1rem 0;
	}

	.small-quote-texts-slider-wrapper .splide__slide {
		padding: 0;
	}

	.small-quote-text-item {
		padding: 1.25rem 0.875rem;
		min-height: 90px;
	}

	.small-quote-text-item .quote-text {
		font-size: 0.95rem;
		padding-left: 1rem;
	}

	.small-quote-text-item .quote-text::before {
		font-size: 2rem;
		top: -0.2rem;
	}
}

/****************************************** END - Small Quote Texts Slider ******************************************/