/* VARIABLES */
:root, [data-bs-theme="light"] {
	--bs-body: #000000;
	--gemini-purple: #6639B7;
	--gemini-grey: #E0E1DD;
	--gemini-navy: #201C3E;
	--gemini-navy-m60: #A6A4B2;
	--gemini-aqua: #3AD6C5;
	--gemini-gold: #ECC200;
	--gemini-orange: #FF663F;
	--gemini-red: #C4262E;
	--scroll-track: rgba(32,28,62,0.08);
	--scroll-thumb: rgba(32,28,62,0.28);
	--scroll-thumb-hover: rgba(32,28,62,0.40);
}

/* UTILITY CLASSES */
.text-gemini-navy { color: var(--gemini-navy) !important; }
.text-gemini-aqua { color: var(--gemini-aqua) !important; }
.text-gemini-purple { color: var(--gemini-purple) !important; }

/* BUTTONS */
.btn-arrow::after { 
	content: '\f105';
	font-family: 'Font Awesome 7 Pro';
	font-weight: 400;
	margin-left: 16px;
}
.btn-gemini-purple {
	--bs-btn-bg: var(--gemini-purple);
	--bs-btn-color: white;
	--bs-btn-border-color: var(--gemini-purple);
	--bs-btn-hover-color: var(--gemini-navy);
	--bs-btn-hover-bg: var(--gemini-aqua);
	--bs-btn-hover-border-color: var(--gemini-aqua);
	--bs-btn-focus-shadow-rgb: 102, 57, 183;
	--bs-btn-active-color: white;
	--bs-btn-active-bg: var(--gemini-navy);
	--bs-btn-active-border-color: var(--gemini-navy);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.0125);
	--bs-btn-disabled-color: var(--gemini-navy);
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: var(--gemini-navy);
	--bs-gradient: none;
}
.btn-gemini-aqua {
	--bs-btn-bg: var(--gemini-aqua);
	--bs-btn-color: var(--gemini-navy);
	--bs-btn-border-color: var(--gemini-aqua);
	--bs-btn-hover-color: white;
	--bs-btn-hover-bg: var(--gemini-purple);
	--bs-btn-hover-border-color: var(--gemini-purple);
	--bs-btn-focus-shadow-rgb: 58, 214, 197;
	--bs-btn-active-color: white;
	--bs-btn-active-bg: var(--gemini-navy);
	--bs-btn-active-border-color: var(--gemini-navy);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.0125);
	--bs-btn-disabled-color: var(--gemini-navy);
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: var(--gemini-navy);
	--bs-gradient: none;
}
.btn-outline-gemini-purple { 
	--bs-btn-color: var(--gemini-purple);
	--bs-btn-border-color: var(--gemini-purple);
	--bs-btn-hover-color: white;
	--bs-btn-hover-bg: var(--gemini-purple);
	--bs-btn-hover-border-color: var(--gemini-purple);
	--bs-btn-focus-shadow-rgb: 102, 57, 183;
	--bs-btn-active-color: white;
	--bs-btn-active-bg: var(--gemini-purple);
	--bs-btn-active-border-color: var(--gemini-purple);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.0125);
	--bs-btn-disabled-color: var(--gemini-purple);
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: var(--gemini-purple);
	--bs-gradient: none;
}
.btn-outline-gemini-navy { 
	--bs-btn-color: var(--gemini-navy);
	--bs-btn-border-color: var(--gemini-navy);
	--bs-btn-hover-color: white;
	--bs-btn-hover-bg: var(--gemini-navy);
	--bs-btn-hover-border-color: var(--gemini-navy);
	--bs-btn-focus-shadow-rgb: 32, 28, 62;
	--bs-btn-active-color: white;
	--bs-btn-active-bg: var(--gemini-navy);
	--bs-btn-active-border-color: var(--gemini-navy);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.0125);
	--bs-btn-disabled-color: var(--gemini-navy);
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: var(--gemini-navy);
	--bs-gradient: none;
}
.btn-outline-gemini-navy-m60 { 
	--bs-btn-color: var(--gemini-navy);
	--bs-btn-border-color: var(--gemini-navy-m60);
	--bs-btn-hover-color: var(--gemini-navy);
	--bs-btn-hover-bg: var(--gemini-navy-m60);
	--bs-btn-hover-border-color: var(--gemini-navy-m60);
	--bs-btn-focus-shadow-rgb: 32, 28, 62;
	--bs-btn-active-color: var(--gemini-navy);
	--bs-btn-active-bg: var(--gemini-navy-m60);
	--bs-btn-active-border-color: var(--gemini-navy-m60);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,0.0125);
	--bs-btn-disabled-color: var(--gemini-navy);
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: var(--gemini-navy-m60);
	--bs-gradient: none;
}

/** FORM CLASSES */
.form-control:focus {
	border-color: var(--gemini-purple);
	box-shadow: 0 0 0 .25rem rgba(102, 57, 183, .4)
}
.form-select:focus {
	border-color: var(--gemini-purple);
	box-shadow: 0 0 0 .25rem rgba(102, 57, 183, .4)
}
.form-check-input:focus {
	border-color: var(--gemini-purple);
	box-shadow: 0 0 0 .25rem rgba(102, 57, 183, .4)
}
.form-check-input:checked {
	background-color: var(--gemini-purple);
	border-color: var(--gemini-purple);
}

/* GENERIC CLASSES */
@media (prefers-reduced-motion: reduce){html {scroll-behavior: auto;}}
html {
	scrollbar-width: thin;
	scrollbar-color: var(--scroll-thumb) var(--scroll-track);
	scroll-behavior: smooth;
}
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-track {
	background: var(--scroll-track);
}
::-webkit-scrollbar-thumb {
	background: var(--scroll-thumb);
	border-radius: 999px;
	border: 2px solid var(--scroll-track);
}
::-webkit-scrollbar-thumb:hover {
	background: var(--scroll-thumb-hover);
}
body {
  font-family: 'Source Sans 3';
  line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat';
	font-weight: bold;
}
h2 {
	color: var(--gemini-purple);
}

/* HEADER/NAVBAR */
#header-container {
	padding: calc(0.75rem + 3px) 0;
	position: sticky;
	top: 0;
	z-index: 1030;
	background: #FFF;
	transition: box-shadow 200ms ease, backdrop-filter 200ms ease;
	width: 100%;
	backdrop-filter: blur(8px);
  background: rgba(255,255,255,0.85);
}
#header-container.is-scrolled {
	z-index: 1030 !important;
	box-shadow: 0 10px 30px rgba(31,33,65,0.06);
	border-bottom: 1px solid rgba(31,33,65,0.06);
}
#header-container::before {
	content: '';
	height: 3px;
	background: linear-gradient(90deg, #3ad6c5 0%, #ecc200 33.3%, #ff663f 66.6%, #c4262e 100%);
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0;
}
.navbar {
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}

.navbar-brand#header-logo {
  background: url("../img/logo-main.svg") no-repeat left;
  height: 50px;
  width: 156px;
  text-indent: -9999px;
}

.navbar-toggler i {
  font-size: 1.4rem;
}
.navbar-toggler:hover {
	color: var(--gemini-purple);
}

#header #header-btn {
	white-space: nowrap;
	font-family: 'Montserrat';
	font-weight: 600;
}
#offcanvasNavbar {
	background: var(--gemini-navy);
	height: 100vh;
	z-index: 9999;
	scrollbar-width: thin;
	scrollbar-color: rgba(255,255,255,0.35) rgba(255,255,255,0.10);
}
#offcanvasNavbar .offcanvas-body::-webkit-scrollbar {
	width: 10px;
}
#offcanvasNavbar .offcanvas-body::-webkit-scrollbar-track {
	background: rgba(255,255,255,0.08);
}
#offcanvasNavbar .offcanvas-body::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,0.30);
	border-radius: 999px;
	border: 2px solid rgba(255,255,255,0.08);
}
#offcanvasNavbar .offcanvas-body::-webkit-scrollbar-thumb:hover {
	background: rgba(255,255,255,0.45);
}
#offcanvasNavbar .offcanvas-body {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 0 !important;
}
#offcanvasNavbar .offcanvas-body > *:not(.offcanvas-cta) {
	padding-top: .25rem;
}
#offcanvasNavbar .offcanvas-header {
	border-bottom: 1px solid rgba(255,255,255,0.12);
}
#offcanvasNavbar .offcanvas-cta {
	position: sticky;
	bottom: 0 !important;
	background: var(--gemini-navy);
	padding: 1rem 0 .75rem;
	border-top: 1px solid rgba(255,255,255,0.12);
}
#offcanvasNavbar .offcanvas-header .btnClose {
	color: #FFF !important;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,0.2);
	color: #FFF;
}
#offcanvasNavbar .offcanvas-header .btnClose:hover {
	background: rgba(255,255,255,0.4) !important;
}
#offcanvasNavbar .offcanvas-title {
	color: #FFF;
	font-family: 'Montserrat';
	font-weight: 600;
}
#offcanvasNavbar .nav-link {
	color: rgba(255,255,255,0.8);
	font-size: 1.1rem;
	font-weight: 500;
	padding: 0.5rem 0;
	transition: all 200ms ease;
	position: relative;
}
#offcanvasNavbar .nav-link::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 0px;
	height: 2px;
	background: var(--gemini-purple);
	transition: width 200ms ease;
}
#offcanvasNavbar .nav-link:hover {
	color: #FFF;
	transform: translateX(6px);
}
#offcanvasNavbar .nav-link:hover::after {
	width: 24px;
}
#offcanvasNavbar hr {
	border-color: rgba(255,255,255,0.2) !important;
	margin: 1rem 0;
}
#offcanvasNavbar .nav-section-title {
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.6);
	margin-top: 1.5rem;
	margin-bottom: 0.5rem;
}
#offcanvasNavbar .list-group-item, #offcanvasNavbar .list-group-item-action {
	background-color: transparent !important;
	color: rgba(255,255,255,0.8);
	border: 0 !important;
}
#offcanvasNavbar .list-group-item:hover, #offcanvasNavbar .list-group-item-action:hover {
	background-color: transparent !important;
}
#offcanvasNavbar .list-group-item .small {
	color: rgba(255,255,255,0.6);
}
#offcanvasNavbar .service-link {
	border-radius: 12px;
	padding: 14px 12px !important;
	transition: background-color 180ms ease, transform 180ms ease;	
}
#offcanvasNavbar .service-link:hover {
	background-color: rgba(255,255,255,0.2);
	transform: translateX(6px);
}
#offcanvasNavbar .service-link .fa-arrow-right {
	transition: transform 180ms ease, opacity 180ms ease;
	opacity: .75;
}
#offcanvasNavbar .service-link:hover .fa-arrow-right {
	transform: translateX(4px);
	opacity: 1;
}
#offcanvasNavbar .offcanvas-contact {
	margin-bottom: 1.5rem;
}
#offcanvasNavbar .nav-contact {
	padding: 12px 12px;
	border-radius: 14px;
	background: rgba(255,255,255,0.04);
	border: 1px solid rgba(255,255,255,0.08);
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
	color: #FFF;
}
#offcanvasNavbar .nav-contact:hover {
	transform: translateX(6px);
	background: rgba(255,255,255,0.08);
	border-color: rgba(255,255,255,0.14);
}
#offcanvasNavbar .nav-contact-icon {
	width: 38px;
	height: 38px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(58,214,197,0.10);
	border: 1px solid rgba(58,214,197,0.18);
}
#offcanvasNavbar .nav-contact-icon i {
	font-size: 16px;
}
#offcanvasNavbar .nav-contact-text {
	display: flex;
	flex-direction: column;
	line-height: 1.15;
}
#offcanvasNavbar .nav-contact-label {
	font-size: 0.8rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255,255,255,.6);
}
#offcanvasNavbar .nav-contact-value {
	margin-top: 3px;
	font-weight: 600;
	color: rgba(255,255,255,0.8);
}
#offcanvasNavbar .nav-contact-arrow {
	opacity: .75;
	transition: transform 180ms ease, opacity 180ms ease;
}
#offcanvasNavbar .nav-contact:hover .nav-contact-arrow {
	transform: translateX(4px);
	opacity: 1;
}
#offcanvasNavbar #offcanvasCTA {
	transition: transform 160ms ease, box-shadow 160ms ease;
}
#offcanvasNavbar #offcanvasCTA:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}

/* FOOTER */
#gemini-footer {
	background: var(--gemini-navy);
	color: #FFF;
	position: relative;
	margin-top: 80px;
}
#gemini-footer::before {
	content: '';
	position: absolute;
	left: 0;
	top: -6px;
	border-top: 6px solid var(--gemini-aqua);
	width: 50vw !important;
}
#gemini-footer .footer-top-inner {
	position: relative;
	right: calc(.5 * var(--bs-gutter-x)) !important;
}
#gemini-footer .footer-accent {
	content: '';
	position: absolute;
	left: 0;
	top: -6px;
	height: 6px;
	background: var(--gemini-aqua);
	width: 100% !important;
}
#gemini-footer .footer-top-inner::after {
	content: '';
	position: absolute;
	top: -55px;
	width: 130px;
	height: 88px;
	background-image: url("../img/ecg-footer.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	pointer-events: none;
	right: 0px;
}
#gemini-footer .footer-links li {
	margin-bottom: .5rem;
}
#gemini-footer .footer-link {
	color: rgba(255,255,255,0.8);
	text-decoration: none;
	transition: color 180ms, transform 180ms ease;
	display: inline-flex;
	align-items: center;
}
#gemini-footer .footer-link:hover {
	color: #FFF;
	transform: translateX(3px);
}
#gemini-footer .footer-social {
	width: 38px;
	height: 38px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: rgba(255,255,255,0.9);
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.10);
	transition: transform 180ms ease, background-color 180ms ease;
	text-decoration: none;
}
#gemini-footer .footer-social:hover {
	transform: translateY(-2px);
	background: rgba(255,255,255,0.14);
}
#gemini-footer .footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.10);
	background: rgba(0,0,0.0.08);
}

/* PLANNING MODAL */
#planningModal {
	z-index: 9999;
}
#planningModal .modal-header {
	background: #6639B7;
	color: #FFF;
}
#planningModal .btn-close {
	background: transparent !important;
	color: #FFF;
	width: 1em;
	height: 1em;
}
#planningModal .modal-header .modal-title-wrapper {
	display: flex;
	flex-direction: column;
}
#planningModal .modal-header p {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 0;
}
#planningModal .modal-header h1 {
	font-size: 22px;
	font-family: 'Montserrat';
	font-weight: bold;
}
#planningModal form.modal-body {
	margin-block-end: 0;
}
#planningModal [data-stepdot]{
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--gemini-purple);
}
#planningModal [data-stepdot].opacity-25{
  opacity: .25 !important;
}

/** HOMEPAGE CLASSES **/
/* HERO (CAROUSEL) */
#homepage #carousel-wrapper .carousel {
	height: 600px;
	border-radius: 6px;
	background: #242423;
	z-index: 500;
}
#homepage .carousel-inner {
	height: 600px;
	border-radius: 6px 6px 6px 6px;
}
#homepage .carousel-item {
	height: 490px;
	border-radius: 6px 6px 6px 6px;
}
#homepage .carousel-item img {
	object-fit: cover;
	object-position: center;
	border-radius: 6px;
	width: 100%;
}
#homepage .carousel-caption {
	position: absolute;
	left: 0;
	right: auto;
	bottom: auto;
	top: 50%;
	transform: translateY(-50%);
	text-align: left;
	padding: 0;
	max-width: 60%;
	margin-left: 40px;
	padding: 40px;
	background: rgba(255,255,255,0.6);
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
	border-radius: 6px;
	box-shadow: 0 20px 60px rgba(0,0,0,0.2), 0 4px 12px rgba(0,0,0,0.1);
}
#homepage .carousel-caption h1 {
	color: var(--gemini-purple);
	margin-bottom: 1.5rem;
	font-size: 3rem;
	line-height: 1.15;
}
#homepage .carousel-caption p:first-of-type {
	color: var(--bs-body);
	font-size: 1.35rem;
	margin-bottom: 2rem;
	line-height: 1.6;
	font-family: 'Montserrat';
}
#homepage .carousel-caption p:last-of-type {
	margin-bottom: 0;
}
#homepage .carousel-caption p:last-of-type a.btn-lg {
	margin-right: 1rem;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 1rem;
}
#homepage .carousel-caption p:last-of-type a.btn-lg:last-of-type {
	margin-right: 0;
}

/* CAROUSEL CTA BAR */
#homepage #carousel-bar-wrapper {
	position: relative;
	bottom: 110px;
}
#homepage #carousel-bar-wrapper .col-12.col-md-8 {
	border-radius: 0px 6px 0px 6px;
	height: 110px;
	background: #FFF;
	position: relative;
	padding-left: 0px;
}
#homepage #carousel-bar-wrapper .col-12.col-md-8::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0px;
	height: 12px;
	width: 12px;
	background: transparent;
	border-bottom-left-radius: 50%;
	box-shadow: 0 6px 0 0 white;
}
#homepage #carousel-bar-wrapper .col-12.col-md-8::after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: -12px;
	height: 12px;
	width: 12px;
	background: transparent;
	border-bottom-left-radius: 50%;
	box-shadow: 0 6px 0 0 white;
	z-index: 1;
	transform: scaleX(-1), scaleY(-1);
}
#homepage #carousel-bar-wrapper #carousel-cta-bar {
	margin: 10px 10px 0px 0px;
	background: #201C3E;
	border-radius: 6px;
	height: calc(100% - 10px);
	width: calc(100% + 2px);
	padding: 20px;
}
#homepage #carousel-bar-wrapper #carousel-cta-bar span {
	color: #FFF;
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
}
#homepage #carousel-bar-wrapper #carousel-cta-bar span em {
	font-weight: normal;
}
#homepage #carousel-bar-wrapper #carousel-cta-bar ul {
	line-height: 26px;
	font-size: 18px;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	display: flex;
	gap: 0;
	align-items: center;
	margin-top: 14px;
}
#homepage #carousel-bar-wrapper #carousel-cta-bar ul li {
	text-decoration: none;
	color: #E0D7F1;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	display: inline-block;
}
#homepage #carousel-bar-wrapper #carousel-cta-bar ul li::after {
	content: "";
	border-right: 1px solid #79778B;
	width: 1px;
	position: absolute;
	left: calc(100% + 20px);
	height: 18px;
	top: 50%;
	transform: translateY(-50%);
	transition: left 220ms ease;
	pointer-events: none;
}
#homepage #carousel-bar-wrapper #carousel-cta-bar ul li:first-of-type {
	margin-left: 0px;
}
#homepage #carousel-bar-wrapper #carousel-cta-bar ul li:last-of-type::after {
	margin-right: 0px;
	border-right: none;
}
#homepage #carousel-bar-wrapper #carousel-cta-bar ul li a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-right: 0;
	transition: padding-right 250ms ease;
	text-decoration: none;
	color: #E0D7F1;
}
#homepage #carousel-bar-wrapper #carousel-cta-bar ul li a::after {
	content: "\f061";
	font-family: "Font Awesome 7 Pro";
	font-weight: 300;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-6px, -50px);
	opacity: 0;
	transition: opacity 250ms ease, transform 250ms ease;
	pointer-events: none;
}
#homepage #carousel-bar-wrapper #carousel-cta-bar ul li:hover a {
	padding-right: 30px;
	color: #FFF;
}
#homepage #carousel-bar-wrapper #carousel-cta-bar ul li:hover a::after {
	opacity: 1;
	transform: translate(0, -50%);
}

#homepage #carousel-bar-wrapper .col-4 {
	border-radius: 0px 0px 6px 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#homepage #carousel-bar-wrapper .col-4 #carousel-controls {
	height: 32px;
	background: rgba(255,255,255,0.6);
	border-radius: 6px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	width: inherit;
}
#homepage #carousel-bar-wrapper .col-4 .carousel-indicators {
	margin-bottom: auto;
	position: relative;
	margin: 0px 10px;
}
#homepage #carousel-bar-wrapper .col-4 .carousel-indicators [data-bs-target] {
	height: 10px;
	width: 10px;
	border: 0px;
	border-radius: 10px;
	margin-right: 6px;
}
#homepage #carousel-bar-wrapper .col-4 .carousel-indicators [data-bs-target]:last-of-type {
	margin-right: 0px;
}
#homepage #carousel-bar-wrapper .col-4 .carousel-control-prev, #homepage #carousel-bar-wrapper .col-4 .carousel-control-next  {
	bottom: unset;
	top: unset;
	position: relative;
	width: inherit;
	color: #201C3E;
}
#homepage #carousel-bar-wrapper .col-4 .carousel-control-prev {
	margin-left: 10px;
}
#homepage #carousel-bar-wrapper .col-4 .carousel-control-next {
	margin-right: 10px;
}

/* PILLARS */
#homepage #home-pillars h2 {
	color: var(--gemini-purple);
}
#homepage .home-pillar-card {
	position: relative;
	border-radius: 16px;
	border: 1px solid rgba(32,28,62,0.08);
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
#homepage .home-pillar-card::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: var(--gemini-purple);
	opacity: 0.4;
}
#homepage .home-pillar-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 55px rgba(0,0,0,0.12) !important;
	border-color: rgba(102,57,183,0.2);
}
#homepage .home-pillar-card .pillar-eyebrow {
	display: flex !important;
	align-items: center !important;
	gap: 10px;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(32,28,62,0.6);
	margin-bottom: 12px;
}
#homepage .home-pillar-card .pillar-eyebrow .pillar-icon, .home-pillar-card .pillar-eyebrow div {
	display: flex;
	align-items: center;
	line-height: 1;
}
#homepage .home-pillar-card .pillar-eyebrow div {
	vertical-align: middle !important;
}
#homepage .home-pillar-card .pillar-icon {
	font-size: 16px;
	color: var(--gemini-purple);
	opacity: 0.8;
	line-height: 1;
	display: inline-flex;
	align-items: center;
}
#homepage .home-pillar-card h3 {
	margin-bottom: 10px;
}
#homepage .home-pillar-card p {
	color: var(--gemini-navy);
	opacity: 0.8;
}
#homepage .home-pillar-card .pillar-arrow {
	transition: transform 180ms ease, opacity 180ms ease;
	opacity: .7;
}
#homepage .home-pillar-card:hover .pillar-arrow {
	transform: translateX(6px);
	opacity: 1;
}

/* FRAMEWORK */
#homepage .framework-panel {
	background: rgba(32,28,62,0.04);
	border: 1px solid rgba(32,28,62,0.06);
	box-shadow: 0 18px 55px rgba(0,0,0,0.08);
}

#homepage #how-we-work .home-step {
	border-color: rgba(32,28,62,0.10) !important;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
#homepage #how-we-work .home-step:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 55px rgba(0,0,0,0.10);
	border-color: rgba(102,57,183,0.20) !important;
}
#homepage #how-we-work .home-step-icon {
	width: 44px;
	height: 44px;
	background: rgba(102,57,183,0.08);
	color: var(--gemini-purple);
}
#homepage #how-we-work .home-step-icon i {
	font-size: 18px;
	line-height: 1;
}

/* TESTIMONIALS */
#homepage #testimonial-strip .strip-chip {
	border-color: rgba(32,28,62,0.12) !important;
	color: rgba(32,28,62,0.8) !important;
	padding: .55rem .75rem;
	font-weight: 600;
}

/* RESPONSE HUB PREVIEW */
#homepage #response-hub .home-article {
	border-color: rgba(32,28,62,0.10) !important;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
#homepage #response-hub .home-article:hover {
	transform: translateY(-4px);
	box-shadow: 0 22px 60px rgba(0,0,0,0.10);
	border-color: rgba(102,57,183,0.20) !important;
}
#homepage #response-hub .article-image {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #eee;
}
#homepage #response-hub .article-image::after {
	content: '';
	position: absolute;
	inset: 0;
	background:linear-gradient(to bottom, rgba(32,28,62,0.05), rgba(32,28,62,0.15));
}
#homepage #response-hub .article-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 250ms ease;
}
#homepage #response-hub .home-article:hover .article-image img {
	transform: scale(1.05);
}
#homepage #response-hub .article-arrow {
	transition: transform 180ms ease, opacity 180ms ease;
	opacity: .7;
}
#homepage #response-hub .home-article:hover .article-arrow {
	transform: translateX(6px);
	opacity: 1;
}

/** SUB PAGES - COMMON **/
#mini-hero {
	background: radial-gradient(circle at top right, rgba(58,214,197,0.08), transparent 28%), radial-gradient(circle at bottom left, rgba(107, 79, 211, 0.10), transparent 32%), #201C3E;
	color: #FFF;
	padding: 5rem 0 4.5rem;
	position: relative;
	overflow: hidden;
}
.breadcrumb {
	background: transparent;
	font-size: 0.9rem;
}
.breadcrumb-item, .breadcrumb-item a {
	color: rgba(255,255,255,0.75);
	text-decoration: none;
}
.breadcrumb-item.active {
	color: rgba(255,255,255,0.95);
}
.breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255,255,255,0.45);
}
.mini-hero-eyebrow, .section-eyebrow {
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0.75rem;
	color: rgba(255,255,255,0.7);
}
#mini-hero h1 {
	font-size: clamp(2.2rem, 5vw, 4rem);
	line-height: 1.02;
	margin-bottom: 1.25rem;
	color: #FFF;
}
#mini-hero .mini-hero-copy {
	font-size: 1.15rem;
	line-height: 1.7;
	max-width: 760px;
	color: rgba(255,255,255,0.88);
	margin-bottom: 0;
}
#mini-hero .mini-hero-panel {
	padding: 2rem;
	border-radius: 18px;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.12);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
#mini-hero .mini-hero-panel-title {
	font-weight: 600;
	margin-bottom: 1rem;
	color: #FFF;
}
#mini-hero .mini-hero-panel ul {
	margin: 0;
	padding-left: 1.1rem;
	color: rgba(255,255,255,0.82);
	line-height: 1.8;
}

.section-intro {
	max-width: 760px;
	margin-bottom: 2.75rem;
}
.section-intro.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.section-intro .section-eyebrow {
	color: rgba(32,28,62,0.55);
	margin-bottom: 0.75rem;
}
.section-intro h2, #services-connection h2, #services-cta h2, #pillar-intro h2, #pillar-importance h2 {
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	line-height: 1.1;
	margin-bottom: 1rem;
	color: #201C3E;
}

.section-intro p, #services-connection p, #services-cta p, #pillar-intro p, #pillar-importance p {
	font-size: 1.1rem;
	line-height: 1.7;
	color: rgba(32,28,62,0.72);
	margin-bottom: 0;
}
.section-eyebrow {
	color: rgba(32,28,62,0.55);
}

/* SERVICES PAGE */
#services-grid {
	padding: 5rem 0;
	background: #f8f8fb;
}

#services-grid .service-pathway {
	display: block;
	height: 100%;
	color: inherit;
}

#services-grid .service-pathway-inner {
	height: 100%;
	padding: 2rem;
	border-radius: 20px;
	background: #FFF;
	border: 1px solid rgba(32,28,62,0.08);
	box-shadow: 0 12px 30px rgba(0,0,0,0.04);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
	position: relative;
	overflow: hidden;
}
#services-grid .service-pathway-inner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: rgba(107,79,211,0.28);
}

#services-grid .service-pathway-preparedness .service-pathway-inner::before {
	background: rgba(58,214,197,0.55);
}
#services-grid .service-pathway-education .service-pathway-inner::before {
	background: rgba(107,79,211,0.45);
}
#services-grid .service-pathway-governance .service-pathway-inner::before {
	background: rgba(32,28,62,0.35);
}
#services-grid .service-pathway-response .service-pathway-inner::before {
	background: rgba(196,38,46,0.35);
}

#services-grid .service-pathway:hover .service-pathway-inner {
	transform: translateY(-6px);
	box-shadow: 0 22px 60px rgba(0,0,0,0.09);
	border-color: rgba(107,79,211,0.18);
	background: rgba(255,255,255,0.98);
}

#services-grid .service-pathway-top {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.25rem;
}
#services-grid .service-pathway-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(32,28,62,0.55);
}
#services-grid .service-pathway-eyebrow i {
	font-size: 1rem;
	line-height: 1;
	color: var(--gemini-purple);
}
#services-grid .service-pathway-arrow {
	color: rgba(32,28,62,0.45);
	font-size: 1rem;
	transition: transform 180ms ease, opacity 180ms ease;
	opacity: 0.7;
}
#services-grid .service-pathway:hover .service-pathway-arrow {
	transform: translateX(6px);
	opacity: 1;
}

#services-grid .service-pathway h3 {
	font-size: 1.6rem;
	line-height: 1.15;
	margin-bottom: 1rem;
	color: #201C3E;
}
#services-grid .service-pathway p {
	color: rgba(32,28,62,0.72);
	line-height: 1.7;
	margin-bottom: 1.25rem;
}
#services-grid .service-pathway ul {
	margin: 0;
	padding-left: 1.1rem;
	color: rgba(32,28,62,0.72);
	line-height: 1.9;
}

#services-connection {
	padding: 5rem 0;
	background: #201C3E;
	text-align: center;
}
#services-connection h2 {
	color: #FFF;
}
#services-connection p {
	color: rgba(255,255,255,0.78);
	max-width: 760px;
	margin: 0 auto 2rem;
}
#services-connection .services-flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	color: rgba(255,255,255,0.88);
	font-weight: 600;
}
#services-connection .services-flow i {
	color: var(--gemini-aqua);
	opacity: 0.85;
}

#services-supported {
	padding: 5rem 0;
	background: #FFF;
}
#services-supported .support-chip {
	background: #F8F8FB;
	border: 1px solid rgba(32,28,62,0.08);
	border-radius: 14px;
	padding: 1rem 1.25rem;
	text-align: center;
	font-weight: 500;
	color: rgba(32,28,62,0.82);
	height: 100%;
}

#services-cta {
	padding: 4rem 0;
	background: radial-gradient(circle at 20% 20%, rgba(107,79,211,.20), transparent 45%), radial-gradient(circle at 80% 60%, rgba(34,211,197,.14), transparent 45%), #201C3E;
	color: #FFF;
}
#services-cta h2 {
	color: #FFF;
	margin-bottom: 0.75rem;
}
#services-cta p {
	color: rgba(255,255,255,0.82);
}

/* PILLAR PAGES */
.mini-hero-eyebrow,
.section-eyebrow {
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0.75rem;
	color: rgba(255,255,255,0.7);
}
#pillar-intro {
	padding: 5rem 0;
}
#pillar-intro .section-eyebrow {
	color: rgba(32,28,62,0.55);
}
.pillar-side-panel {
	padding: 2rem;
	border-radius: 18px;
	background: rgba(32,28,62,0.04);
	border: 1px solid rgba(32,28,62,0.08);
}
.pillar-side-panel-title {
	font-weight: 600;
	margin-bottom: 1rem;
	color: 201C3E;
}
.pillar-side-panel ul {
	padding-left: 1.1rem;
	margin-bottom: 0;
	color: rgba(32,28,62,0.72);
	line-height: 1.8;
}

#preparedness-services {
	padding: 5rem 0;
	background: #F8F8FB;
}
.preparedness-service-card {
	display: block;
	height: 100%;
	color: inherit;
}
.preparedness-service-card-inner {
	height: 100%;
	padding: 1.75rem;
	border-radius: 18px;
	background: #FFF;
	border: 1px solid rgba(32,28,62,0.08);
	box-shadow: 0 12px 30px rgba(0,0,0,0.04);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	position: relative;
	overflow: hidden;
}
.preparedness-service-card-inner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: rgba(58,214,197,0.55);
}
.preparedness-service-card:hover .preparedness-service-card-inner {
	transform: translateY(-5px);
	box-shadow: 0 22px 60px rgba(0,0,0,0.08);
	border-color: rgba(58,214,197,0.24);
}
.preparedness-service-top {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}
.preparedness-service-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(32,28,62,0.55);
}
.preparedness-service-eyebrow i {
	color: var(--gemini-aqua);
	font-size: 1rem;
}
.preparedness-service-arrow {
	color: rgba(32,28,62,0.45);
	transition: transform 180ms ease, opacity 180ms ease;
	opacity: 0.7;
}
.preparedness-service-card:hover .preparedness-service-arrow {
	transform: translateX(6px);
	opacity: 1;
}
.preparedness-service-card h3 {
	font-size: 1.45rem;
	line-height: 1.2;
	margin-bottom: 0.75rem;
	color: #201C3E;
}
.preparedness-service-card p {
	margin-bottom: 0;
	color: rgba(32,28,62,0.72);
	line-height: 1.7;
}

#pillar-process {
	padding: 5rem 0;
}
#pillar-process .process-step {
	height: 100%;
	padding: 2rem;
	border-radius: 18px;
	border: 1px solid rgba(32,28,62,0.08);
	background: #FFF;
	box-shadow: 0 12px 30px rgba(0,0,0,0.03);
	transition: transform 180ms ease, box-shadow 180ms ease;
}
#pillar-process .process-step:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(0,0,0,0.06);
}
#pillar-process .process-step-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(58,214,197,0.12);
	color: var(--gemini-aqua);
	margin-bottom: 1rem;
}
#pillar-process .process-step-number {
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(32,28,62,0.45);
	margin-bottom: 0.75rem;
}
#pillar-process .process-step h3 {
	font-size: 1.2rem;
	margin-bottom: 0.75rem;
	color: #201C3E;
}
#pillar-process .process-step p {
	margin-bottom: 0;
	color: rgba(32,28,62,0.72);
	line-height: 1.7;
}

#pillar-audience {
	padding: 5rem 0;
	background: #F8F8FB;
}
#pillar-audience .audience-chip {
	background: #FFF;
	border: 1px solid rgba(32,28,62,0.08);
	border-radius: 14px;
	padding: 1rem 1.25rem;
	text-align: center;
	font-weight: 500;
	color: rgba(32,28,62,0.82);
	height: 100%;
}

#pillar-importance {
	padding: 5rem 0;
	background: #201C3E;
	text-align: center;
}
#pillar-importance h2 {
	color: #FFF;
}
#pillar-importance p {
	color: rgba(255,255,255,0.78);
	max-width: 760px;
	margin: 0 auto;
}
#pillar-insight {
	padding: 5rem 0;
}
.#pillar-insight .hub-card {
	display: block;
	height: 100%;
	color: inherit;
}
#pillar-insight .hub-card-inner {
	height: 100%;
	border-radius: 18px;
	overflow: hidden;
	background: #FFF;
	border: 1px solid rgba(32,28,62,0.08);
	box-shadow: 0 12px 30px rgba(0,0,0,0.04);
	transition: transform 180ms ease, box-shadow 180ms ease;
}
#pillar-insight .hub-card:hover .hub-card-inner {
	transform: translateY(-4px);
	box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
#pillar-insight .hub-card-image {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #DDD;
}
#pillar-insight .hub-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#pillar-insight .hub-card-meta {
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(32,28,62,0.45);
	margin-bottom: 0.75rem;
}
#pillar-insight .hub-card h3 {
	font-size: 1.25rem;
	line-height: 1.25;
	margin-bottom: 0.75rem;
	color: #201C3E;
}
#pillar-insight .hub-card p {
	margin-bottom: 0;
	color: rgba(32,28,62,0.72);
	line-height: 1.7;
}

#pillar-cta {
	padding: 4rem 0;
	background: radial-gradient(circle at 20% 20%, rgba(58,214,197,.16), transparent 45%), radial-gradient(circle at 80% 60%, rgba(107,79,211,.14), transparent 45%), #201C3E;
	color: #FFF;
}
#pillar-cta h2 {
	color: #FFF;
	margin-bottom: 0.75rem;
}
#pillar-cta p {
	color: rgba(255,255,255,0.82);
	margin-bottom: 0;
}

/* GOVERNANCE PILLAR */
#governance-services {
	padding: 5rem 0;
	background: #F8F8FB;
}
#governance-services .governance-service-card {
	display: block;
	height: 100%;
	color: inherit;
}
#governance-services .governance-service-card-inner {
	height: 100%;
	padding: 1.75rem;
	border-radius: 18px;
	background: #FFF;
	border: 1px solid rgba(32,28,62,0.08);
	box-shadow: 0 12px 30px rgba(0,0,0,0.04);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	position: relative;
	overflow: hidden;
}
#governance-services .governance-service-card-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: rgba(32,28,62,0.35);
}
#governance-services .governance-service-card:hover .governance-service-card-inner {
	transform: translateY(-5px);
	box-shadow: 0 22px 60px rgba(0,0,0,0.08);
	border-color: rgba(32,28,62,0.18);
}
.governance-service-top {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}
.governance-service-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(32,28,62,0.55);
}
.governance-service-eyebrow i {
	color: var(--gemini-purple);
	font-size: 1rem;
}
.governance-service-arrow {
	color: rgba(32,28,62,0.45);
	transition: transform 180ms ease, opacity 180ms ease;
	opacity: 0.7;
}
.governance-service-card:hover .governance-service-arrow {
	transform: translateX(6px);
	opacity: 1;
}
.governance-service-card h3 {
	font-size: 1.45rem;
	line-height: 1.2;
	margin-bottom: 0.75rem;
	color: #201C3E;
}
.governance-service-card p {
	margin-bottom: 0;
	color: rgba(32,28,62,0.72);
	line-height: 1.7;
}

/* EDUCATION PILLAR */
#education-services {
	padding: 5rem 0;
	background: #F8F8FB;
}
#education-services .education-service-card {
	display: block;
	height: 100%;
	color: inherit;
}
#education-services .education-service-card-inner {
	height: 100%;
	padding: 1.75rem;
	border-radius: 18px;
	background: #FFF;
	border: 1px solid rgba(32,28,62,0.08);
	box-shadow: 0 12px 30px rgba(0,0,0,0.04);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	position: relative;
	overflow: hidden;
}
#education-services .education-service-card-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: rgba(107,79,211,0.45);
}
#education-services .education-service-card:hover .education-service-card-inner {
	transform: translateY(-5px);
	box-shadow: 0 22px 60px rgba(0,0,0,0.08);
	border-color: rgba(107,79,211,0.20);
}
.education-service-top {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}
.education-service-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(32,28,62,0.55);
}
.education-service-eyebrow i {
	color: var(--gemini-purple);
	font-size: 1rem;
}
.education-service-arrow {
	color: rgba(32,28,62,0.45);
	transition: transform 180ms ease, opacity 180ms ease;
	opacity: 0.7;
}
.education-service-card:hover .education-service-arrow {
	transform: translateX(6px);
	opacity: 1;
}
.education-service-card h3 {
	font-size: 1.45rem;
	line-height: 1.2;
	margin-bottom: 0.75rem;
	color: #201C3E;
}
.education-service-card p {
	margin-bottom: 0;
	color: rgba(32,28,62,0.72);
	line-height: 1.7;
}

#education-delivery {
	padding: 5rem 0;
	background: #FFF;
}
.delivery-step {
	height: 100%;
	padding: 2rem;
	border-radius: 18px;
	border: 1px solid rgba(32,28,62,0.08);
	background: #FFF;
	box-shadow: 0 12px 30px rgba(0,0,0,0.03);
	transition: transform 180ms ease, box-shadow 180ms ease;
}
.delivery-step:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(0,0,0,0.06);
}
.delivery-step-icon {
	width: 48px;
	height: 48px;
	border-radius: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(107,79,211,0.10);
	color: var(--gemini-purple);
	margin-bottom: 1rem;
}
.delivery-step h3 {
	font-size: 1.2rem;
	margin-bottom: 0.75rem;
	color: #201C3E;
}
.delivery-step p {
	margin-bottom: 0;
	color: rgba(32,28,62,0.72);
	line-height: 1.7;
}

/* MEDICAL RESPONSE PILLAR */
#response-services {
	padding: 5rem 0;
	background: #F8F8FB;
}
#response-services .response-service-card {
	display: block;
	height: 100%;
	color: inherit;
}
#response-services .response-service-card-inner {
	height: 100%;
	padding: 1.75rem;
	border-radius: 18px;
	background: #FFF;
	border: 1px solid rgba(32,28,62,0.08);
	box-shadow: 0 12px 30px rgba(0,0,0,0.04);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	position: relative;
	overflow: hidden;
}
#response-services .response-service-card-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: rgba(196,38,46,0.35);
}
#response-services .response-service-card:hover .response-service-card-inner {
	transform: translateY(-5px);
	box-shadow: 0 22px 60px rgba(0,0,0,0.08);
	border-color: rgba(107,79,211,0.20);
}
.response-service-top {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}
.response-service-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(32,28,62,0.55);
}
.response-service-eyebrow i {
	color: var(--gemini-red);
	font-size: 1rem;
}
.response-service-arrow {
	color: rgba(32,28,62,0.45);
	transition: transform 180ms ease, opacity 180ms ease;
	opacity: 0.7;
}
.response-service-card:hover .response-service-arrow {
	transform: translateX(6px);
	opacity: 1;
}
.response-service-card h3 {
	font-size: 1.45rem;
	line-height: 1.2;
	margin-bottom: 0.75rem;
	color: #201C3E;
}
.response-service-card p {
	margin-bottom: 0;
	color: rgba(32,28,62,0.72);
	line-height: 1.7;
}

#response-delivery {
	padding: 5rem 0;
	background: #FFF;
}

/* EDUCATION - COURSE PAGE */
#course-hero {
	background: radial-gradient(circle at top right, rgba(107,79,211,0.16), transparent 28%), radial-gradient(circle at bottom left, rgba(58,214,197,0.08), transparent 32%), #201C3E;
	color: #FFF;
	padding: 4.5rem 0 4rem;
	position: relative;
	overflow: hidden;
}
.course-hero-eyebrow {
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0.75rem;
	color: rgba(255,255,255,0.7);
}
#course-hero h1 {
	font-size: clamp(2rem, 4vw, 3.2rem);
	line-height: 1.05;
	margin-bottom: 1rem;
	color: #FFF;
}
.course-hero-copy {
	font-size: 1.1rem;
	line-height: 1.7;
	max-width: 760px;
	color: rgba(255,255,255,0.88);
	margin-bottom: 0;
}
.course-hero-panel {
	padding: 1.75rem;
	border-radius: 18px;
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.12);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
.course-hero-panel ul {
	margin: 0;
	padding-left: 1.1rem;
	color: rgba(255,255,255,0.82);
	line-height: 1.8;
}

#course-facts {
	padding: 2rem 0;
}
.course-fact {
	height: 100%;
	padding: 1rem 1.25rem;
	border-radius: 14px;
	background: #F8F8FB;
	border: 1px solid rgba(32,28,62,0.08);
}
.course-fact-label {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: rgba(32,28,62,0.45);
	margin-bottom: 0.5rem;
}
.course-fact-value {
	font-weight: 600;
	color: #201C3E;
	line-height: 1.4;
}

/** RESPONSIVE CLASSES **/
@media (max-width: 991.98px){
	#services-hero {
		padding: 4rem 0 3.5rem;
	}
	#services-hero .services-hero-panel {
		padding: 1.5rem;
	}
	#services-grid, #services-connection, #services-supported {
		padding: 4rem 0;
	}
	#mini-hero, #pillar-intro, #preparedness-services, #pillar-process, #pillar-audience, #pillar-importance, #pillar-insight, #governance-services, #education-services, #education-delivery, #response-services, #response-delivery {
		padding: 4rem 0;
	}
	.mini-hero-panel, .pillar-side-panel {
		padding: 1.5rem;
	}
}
@media (max-width: 576px){
	html, body {
		overflow-x: hidden;
	}
	#homepage #carousel-wrapper, #carousel-wrapper .carousel, #homepage #carousel-wrapper .carousel-inner, #homepage #carousel-wrapper .carousel-item {
		min-height: auto;
		height: auto;
		border-radius: 6px !important;
	}
	#homepage .carousel-item img {
		height: 360px;
		border-radius: 6px !important;
	}
	#homepage .carousel-caption {
		left: 12px;
		right: 12px;
		top: 12px;
		bottom: auto;
		transform: none;
		max-width: none;
		margin-left: 0;
		padding: 16px;
		background: rgba(255,255,255,0.78);
		backdrop-filter: blur(3px);
		-webkit-backdrop-filter: blur(3px);
	}
	#homepage .carousel-caption h1 {
		font-size: clamp(1.6rem, 7vw, 2.1rem);
		line-height: 1.05;
		margin-bottom: 0.75rem;
	}
	#homepage .carousel-caption p:first-of-type {
		font-size: 1rem;
		line-height: 1.45;
		margin-bottom: 1rem;
	}
	#homepage .carousel-caption p:last-of-type {
		text-align: left !important;
		display: grid;
		gap: 10px;
	}
	#homepage .carousel-caption p:last-of-type a.btn-lg {
		width: 100%;
		margin-right: 0;
		justify-content: center;
	}
	#homepage #carousel-bar-wrapper {
		bottom: 0;
	}
	#homepage #carousel-bar-wrapper .col-12 {
		padding-left: 0;
		padding-right: 0;
	}
	#homepage #carousel-bar-wrapper .col-md-8 {
		height: auto !important;
		background: transparent;
		border-radius: 0 !important;
	}
	#homepage #carousel-bar-wrapper .col-md-8::before, #homepage #carousel-bar-wrapper .col-md-8::after {
		display: none;
	}
	#homepage #carousel-bar-wrapper #carousel-cta-bar {
		width: 100%;
		height: auto;
		padding: 16px;
		border-radius: 6px;
		margin: 10px 0px 0px 0px !important;
	}
	#homepage #carousel-bar-wrapper #carousel-cta-bar span {
		display: block;
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	#homepage #carousel-bar-wrapper #carousel-cta-bar ul {
		flex-wrap: wrap;
		row-gap: 10px;
		column-gap: 14px;
		margin-top: 10p;overflow-x: font-size: 16px;
		line-height: 1.2;
	}
	#homepage #carousel-bar-wrapper #carousel-cta-bar ul li {
		margin: 0;
	}
	#homepage #carousel-bar-wrapper #carousel-cta-bar ul li::after {
		display: none;
	}
	#homepage #carousel-bar-wrapper #carousel-cta-bar ul li a {
		padding: 10px 12px;
		border-radius: 10px;
		background: rgba(255,255,255,0.06);
		border: 1px solid rgba(255,255,255,0.10);
	}
	#homepage #carousel-bar-wrapper #carousel-cta-bar ul li a:hover {
		padding-right: 12px;
	}
	#homepage #carousel-bar-wrapper #carousel-cta-bar ul li a::after {
		display: none;
	}
	#homepage #carousel-bar-wrapper #carousel-cta-bar ul li a::after:hover {
		display: none;
	}
}
@media (max-width: 767.98px){
	 .row.g-5{
		--bs-gutter-x: 1.25rem;
		--bs-gutter-y: 1.25rem;
	 }
	#mini-hero h1 {
		font-size: 2.4rem;
	}
	#mini-hero .mini-hero-copy, .services-section-intro p, #services-connection p, #services-cta p, #pillar-intro p, #pillar-importance p, #pillar-cta p {
		font-size: 1rem;
	}
	#services-grid .service-pathway-inner {
		padding: 1.5rem;
	}
	#services-grid .service-pathway h3 {
		font-size: 1.35rem;
	}
	#services-connection .services-flow {
		flex-direction: column;
		gap: 0.75rem;
	}
	#services-connection .services-flow i {
		transform: rotate(90deg);
	}
	.preparedness-service-card-inner, .process-step, .governance-service-card-inner, .education-service-card-inner, .delivery-step, .response-service-card-inner {
		padding: 1.5rem;
	}
	.preparedness-service-card h3, .governance-service-card h3, .education-service-card h3, .response-service-card h3 {
		font-size: 1.3rem;
	}
	
}