/*
-- Body
-- Navbar
-- Index
-- News
-- Contact
-- Account
-- Footer
*/
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@300;400;500;600;700;800;900&display=swap');

/* Body */
body {
	font-family: 'Red Hat Display', sans-serif;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #1b1b1b;
}
a:hover {
	color: #092A9E;
}
.btn {
	font-size: 14px;
	padding: 12px 30px !important;
	font-weight: 600;
}

.app-nav  a.nav-link.py-4 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    color: #092A9E;
    font-size: 15px;
}

.app-nav .navbar-nav .nav-link:hover {
    color: #092A9E;
}
.app-nav .navbar-nav .nav-link.active {
    color: #092A9E;
}

.app-nav .navbar-brand,
.app-nav .navbar-toggler,
.app-nav .navbar-toggler i,
.app-nav .site-brand i {
    color: #092A9E !important;
}

.hero-background {
	background-image: url(../img/bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.text-primary {
	color: #092A9E !important;
}

.bg-primary {
	background-color: #092A9E !important;
}
.bg-light {
  background-color: #F6F8FC !important;
}

.section-soft {
  background-color: #F9FAFB !important;
}

.section-white {
  background-color: #FFFFFF !important;
}

/* Index */
.icon {
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #092A9E;
}
.user-img {
	width: 40px;
}

/* News */
.admin-icon {
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #092A9E;
}

/* Contact */
.social-icon {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #092A9E;
}

/* Account */
.icon-sm {
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #092A9E;
}

/* Footer */
.footer-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #092A9E;
}

.session-booking-image {
	display: block;
	width: min(100%, 340px);
	margin: 1rem 0 0;
	border-radius: 14px;
	box-shadow: 0 22px 42px -28px rgba(12, 22, 53, 0.65);
}

.session-hero-visual {
	display: block;
	max-width: 420px;
	width: 100%;
	border-radius: 20px;
	box-shadow: 0 30px 60px -35px rgba(5, 24, 89, 0.55);
}

/* Session booking page */
.session-page {
	--session-primary: #092a9e;
	--session-dark: #0b1436;
	--session-soft: #f3f6ff;
	--session-gradient: linear-gradient(135deg, #0c1b4f 0%, #123a9e 55%, #2d7bff 100%);
	background: #f7f9fc;
	color: #0c1635;
	font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
	scroll-behavior: smooth;
}

.session-page section {
	scroll-margin-top: 112px;
}

.session-page #schedule-form {
	scroll-margin-top: 140px;
}

.session-page .session-hero {
	background: linear-gradient(135deg, #051859 0%, #07217d 55%, #092a9e 100%);
	color: #fff;
	margin-top: -80px;
	padding: 200px 0 140px;
	position: relative;
	overflow: hidden;
}

.session-page .session-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.18), transparent 55%),
		radial-gradient(circle at 78% 25%, rgba(255, 255, 255, 0.12), transparent 58%);
	pointer-events: none;
}

.session-page .session-hero .container {
	position: relative;
	z-index: 1;
}

.session-page .session-hero h1 {
	font-size: 1.125rem;
	line-height: 1.4;
	font-weight: 700;
}

.session-page .session-hero p.lead {
	font-size: 1.14rem;
	opacity: 0.92;
	max-width: 36rem;
}

.session-page .session-form-card {
	background: #fff;
	border-radius: 26px;
	padding: 2.4rem;
	box-shadow: 0 45px 75px -50px rgba(11, 20, 54, 0.45);
	border: 1px solid rgba(9, 42, 158, 0.12);
}

.session-page .session-form-card h5 {
	color: var(--session-dark);
}

.session-page .session-form-card .eyebrow {
	letter-spacing: 0.08em;
	color: var(--session-primary);
}

.session-page .session-form-card .hs-form-shell {
	min-height: 520px;
}

.session-page .session-form-card .form-note {
	color: #4a5670;
}

.session-page .session-bullets {
	list-style: none;
	padding-left: 0;
	margin-bottom: 2rem;
	display: grid;
	gap: 0.6rem;
}

.session-page .session-bullets li {
	display: flex;
	gap: 0.6rem;
	align-items: flex-start;
	font-size: 0.98rem;
	color: rgba(255, 255, 255, 0.92);
}

.session-page .session-bullets li i {
	font-size: 1.2rem;
	color: #ffffff;
	margin-top: 0.1rem;
}

header.hero-section {
	margin-top: -230px;
	padding: 240px 0 140px;
}

header.hero-section .container {
	padding-top: 0;
	padding-bottom: 4rem;
}

.session-page .session-metric-grid {
	background: rgba(11, 20, 54, 0.45);
	border-radius: 24px;
	padding: 2.4rem;
	backdrop-filter: blur(12px);
	margin-top: 4rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1.6rem;
}

.session-page .session-metric-grid .metric-card {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	padding: 1.4rem 1.6rem;
}

.session-page .metric-card h3 {
	font-size: 2.15rem;
	font-weight: 700;
	margin-bottom: 0.4rem;
	color: #fff;
}

.session-page .metric-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.96rem;
}

.session-page .metric-card small {
	display: block;
	margin-top: 0.6rem;
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.78rem;
	letter-spacing: 0.02em;
}

.session-page .session-section {
	padding: 100px 0;
}

.session-page .section-title {
	font-weight: 700;
	font-size: clamp(1.8rem, 2vw + 1rem, 2.4rem);
	color: var(--session-dark);
}

.session-page .section-subtitle {
	max-width: 38rem;
	margin: 0 auto;
	color: #525f7b;
	font-size: 1.05rem;
}

.session-page .benefit-card {
	background: #fff;
	border-radius: 20px;
	padding: 2.2rem;
	height: 100%;
	box-shadow: 0 40px 60px -35px rgba(11, 20, 54, 0.3);
	border: 1px solid rgba(9, 42, 158, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.session-page .benefit-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 45px 70px -45px rgba(9, 42, 158, 0.35);
}

.session-page .benefit-card i {
	font-size: 1.8rem;
	color: var(--session-primary);
	background: rgba(9, 42, 158, 0.08);
	border-radius: 16px;
	padding: 0.8rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.session-page .benefit-card h5 {
	margin-top: 1.4rem;
	font-weight: 600;
	color: var(--session-dark);
}

.session-page .benefit-card p {
	color: #4a5670;
	margin-bottom: 0;
}

.session-page .stat-grid {
	display: grid;
	gap: 1.2rem;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	margin-top: 2.5rem;
}

.session-page .stat-card {
	background: #fff;
	border-radius: 18px;
	padding: 1.8rem;
	border: 1px solid rgba(9, 42, 158, 0.08);
	box-shadow: 0 24px 44px -32px rgba(11, 20, 54, 0.3);
}

.session-page .stat-card h3 {
	font-size: 1.9rem;
	font-weight: 700;
	color: var(--session-primary);
}

.session-page .stat-card p {
	margin: 0;
	color: #4a5670;
	font-size: 0.95rem;
}

.session-page .timeline {
	position: relative;
	padding-left: 1.4rem;
	margin-top: 2.5rem;
}

.session-page .timeline::before {
	content: "";
	position: absolute;
	left: 1.25rem;
	top: 0.2rem;
	bottom: 0.2rem;
	width: 2px;
	background: linear-gradient(180deg, rgba(9, 42, 158, 0.15), rgba(9, 42, 158, 0.5));
}

.session-page .timeline-step {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	margin-bottom: 2.4rem;
}

.session-page .timeline-step:last-child {
	margin-bottom: 0;
}

.session-page .timeline-index {
	flex-shrink: 0;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	background: #fff;
	border: 2px solid rgba(9, 42, 158, 0.4);
	color: var(--session-primary);
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 12px 22px -18px rgba(9, 42, 158, 0.6);
	position: relative;
	z-index: 2;
}

.session-page .timeline-copy h6 {
	font-weight: 600;
	color: var(--session-dark);
	margin: 0 0 0.35rem;
}

.session-page .timeline-copy p {
	margin-bottom: 0;
	color: #4a5670;
}

.session-page .session-fit {
	background: var(--session-soft);
	border-radius: 28px;
	padding: 3.4rem;
}

.session-page .session-fit ul {
	list-style: none;
	padding-left: 0;
	display: grid;
	gap: 0.8rem;
}

.session-page .session-fit li {
	display: flex;
	gap: 0.7rem;
	align-items: flex-start;
	color: #2c3654;
	font-size: 0.98rem;
}

.session-page .session-fit i {
	color: var(--session-primary);
	font-size: 1.1rem;
	margin-top: 0.1rem;
}

.session-page .testimonials {
	display: grid;
	gap: 1.4rem;
	margin-top: 2.4rem;
}

.session-page .testimonial-card {
	background: #fff;
	border-radius: 20px;
	padding: 1.8rem;
	border: 1px solid rgba(9, 42, 158, 0.08);
	box-shadow: 0 24px 44px -32px rgba(11, 20, 54, 0.3);
}

.session-page .testimonial-card p {
	color: #2c3654;
	font-size: 0.98rem;
}

.session-page .testimonial-card span {
	display: inline-block;
	margin-top: 0.5rem;
	font-weight: 600;
	color: var(--session-primary);
}

.session-page .testimonial-card small {
	color: #6c7795;
	display: block;
	margin-top: 0.25rem;
}

.session-page .faq-details {
	max-width: 760px;
	margin: 0 auto;
	text-align: left;
	display: grid;
	gap: 1rem;
}

.session-page .faq-details details {
	background: #fff;
	border-radius: 16px;
	padding: 1.2rem 1.4rem;
	border: 1px solid rgba(9, 42, 158, 0.12);
	box-shadow: 0 20px 40px -28px rgba(11, 20, 54, 0.25);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.session-page .faq-details details[open] {
	border-color: rgba(9, 42, 158, 0.28);
	box-shadow: 0 28px 50px -30px rgba(9, 42, 158, 0.28);
}

.session-page .faq-details summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	cursor: pointer;
	font-weight: 600;
	color: var(--session-dark);
	list-style: none;
}

.session-page .faq-details summary::-webkit-details-marker {
	display: none;
}

.session-page .faq-details summary i {
	font-size: 1.2rem;
	color: var(--session-primary);
	transition: transform 0.2s ease;
}

.session-page .faq-details details[open] summary i {
	transform: rotate(90deg);
}

.session-page .faq-details p {
	margin: 1rem 0 0;
	color: #4a5670;
}

.session-page .footer-text {
	font-size: 0.8rem !important;
	font-weight: 400;
	line-height: 1.4;
}

.session-page .footer-link {
	color: #adb5bd !important;
	text-decoration: underline !important;
	font-size: 0.8rem !important;
}

.session-page .footer-link:hover {
	color: #adb5bd !important;
	text-decoration: underline !important;
}

.session-page .footer-form input::placeholder {
	color: #6c757d;
	opacity: 0.8;
}

.session-page .footer-form button:hover {
	background: #fff !important;
	color: #000 !important;
}

.metrics-section {
	padding: 4rem 0;
	background: linear-gradient(180deg, #f5f7fb 0%, #ffffff 100%);
}

.metrics-eyebrow {
	letter-spacing: 0.14em;
	font-size: 0.68rem;
	font-weight: 600;
	color: rgba(9, 42, 158, 0.6);
}

.metrics-title {
	font-size: 1.4rem;
	font-weight: 700;
	color: #0b1436;
}

.metrics-section .metric-card {
	background: #fff;
	border: 1px solid rgba(9, 42, 158, 0.08);
	border-radius: 18px;
	padding: 1.6rem 1.8rem;
	box-shadow: 0 28px 48px -36px rgba(15, 23, 42, 0.25);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	color: #0b1436;
}

.metrics-section .metric-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 36px 60px -40px rgba(15, 23, 42, 0.28);
}

.metrics-section .metric-value {
	font-size: 2rem;
	font-weight: 700;
	color: #092a9e;
	margin-bottom: 0.35rem;
}

.metrics-section .metric-title {
	font-size: 0.83rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #0b1436;
}

.metrics-section .metric-copy {
	font-size: 0.9rem;
	color: #0b1436;
}

.client-trust {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
	background: #ffffff;
}

.trust-eyebrow {
	letter-spacing: 0.16em;
	font-size: 0.68rem;
	font-weight: 600;
	color: rgba(9, 42, 158, 0.6);
}

.trust-logos {
	margin-top: 1.5rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 24px;
	align-items: center;
	justify-items: center;
}

.trust-logo {
	height: 48px;
	width: auto;
	opacity: 0.75;
	filter: grayscale(1);
	transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
}

.trust-logo:hover {
	opacity: 1;
	filter: grayscale(0);
	transform: translateY(-4px);
}

@media (max-width: 992px) {
	.session-page .session-hero {
		margin-top: -72px;
		padding: 180px 0 110px;
	}
	.session-page .session-metric-grid {
		padding: 2rem;
	}
	header.hero-section {
		margin-top: -120px;
		padding: 210px 0 130px;
	}
	header.hero-section .container {
		padding-bottom: 3.2rem;
	}
}

@media (max-width: 768px) {
	.session-page .session-hero {
		text-align: left;
	}
	.session-page .benefit-card,
	.session-page .stat-card,
	.session-page .testimonial-card {
		padding: 1.8rem;
	}
}

@media (max-width: 576px) {
	.session-page .session-section {
		padding: 72px 0;
	}
	.session-page .session-fit {
		padding: 2.2rem;
	}
	.session-page .session-metric-grid {
		grid-template-columns: 1fr;
	}
	.session-page .session-metric-grid .metric-card {
		text-align: center;
	}
	.session-page .session-hero {
		margin-top: -64px;
		padding: 160px 0 90px;
	}
	header.hero-section {
		margin-top: -90px;
		padding: 190px 0 110px;
	}
	header.hero-section .container {
		padding-bottom: 2.6rem;
	}
	.metrics-section {
		padding: 3.2rem 0;
	}
	.metrics-section .metric-card {
		padding: 1.4rem 1.5rem;
	}
	.metrics-section .metric-value {
		font-size: 1.8rem;
	}
	.trust-logo {
		height: 40px;
	}
	.session-page .session-fit ul {
		gap: 0.6rem;
	}
	.session-page .session-booking-image {
		width: 100%;
	}
	.session-page .footer-form {
		flex-direction: column !important;
	}
	.session-page .footer-form button {
		width: 100%;
		min-width: unset;
	}
}

@media (max-width: 420px) {
	.session-page .session-form-card {
		padding: 2rem;
	}
}

.hero-bg {
  position: relative;
  background: #0B0A1C;  
  color: #fff;
  overflow: hidden;
}

.hero-bg .container {
  position: relative;
  z-index: 2;
}

.hero-overlay {
  position: relative;
  min-height: 100vh;
  background: url("img/hero.jpg") no-repeat center center/cover;
  color: #fff;
  overflow: hidden;
}

.hero-overlay::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(10, 5, 25, 0.65);
  z-index: 1;
}

.hero-overlay .container {
  position: relative;
  z-index: 2;
}

.text-shade {
  background: rgba(15, 10, 35, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 12px;
  padding: 1.5rem;
}

/* === CTA + BUTTON OVERRIDES === */
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-purple,
button[type="submit"] {
  background: linear-gradient(90deg, #051859 0%, #07217D 50%, #092A9E 100%) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: none !important;
  transition: all 0.3s ease;
}

.btn-primary:hover,
.btn-purple:hover,
button[type="submit"]:hover {
  background: linear-gradient(90deg, #07217D 0%, #092A9E 100%) !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(9, 42, 158, 0.35) !important;
}

.btn-outline-primary,
.btn-link {
  color: #092A9E !important;
  border-color: #092A9E !important;
}

.btn-outline-primary:hover {
  background: #092A9E !important;
  color: #fff !important;
}

/* Steps badge numbers */
.badge,
.badge.bg-primary,
.badge.btn-primary {
  background: linear-gradient(90deg, #051859 0%, #07217D 50%, #092A9E 100%) !important;
  color: #fff !important;
  border: none !important;
}

/* Pricing Highlight Card */
.pricing-highlight {
  background: linear-gradient(135deg, #051859 0%, #07217D 50%, #092A9E 100%) !important;
  color: #fff;
  border: none;
  box-shadow: 0 10px 30px rgba(9, 42, 158, 0.35);
}

.pricing-highlight .btn {
  background: #fff !important;
  color: #051859 !important;
}

.pricing-highlight .btn:hover {
  background: #e6f0ff !important;
}

/* Navbar styles with scroll and hide functionality */
body {
  padding-top: 90px;
}

#mainNav {
  background: white;
  transition: all 0.4s ease, transform 0.3s ease-in-out;
  box-shadow: none;
}

#mainNav.scrolled {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  padding: 0.5rem 0 !important;
}

#mainNav.hide {
  transform: translateY(-100%);
}

#mainNav .navbar-brand {
  font-size: 1.5rem;
  transition: font-size 0.3s ease, transform 0.3s ease;
}

#mainNav.scrolled .navbar-brand {
  font-size: 1.2rem;
  transform: translateY(-2px);
}

.hero-img-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.body-color {
  background: linear-gradient(135deg, #0E0F14, #2A2E35);
  color: #fff;
}



/* === HERO SPLIT SECTION === */
.hero-split {
  background: linear-gradient(180deg, #F6F8FC 0%, #FFFFFF 100%);
  padding: 100px 0;
}

.hero-split h1 {
  font-size: 3rem;
  line-height: 1.2;
}

.hero-split p.lead {
  font-size: 1.25rem;
  color: #4A5568;
}

.hero-form input {
  max-width: 380px;
}

.hero-visual {
  max-width: 500px;
  width: 100%;
  filter: drop-shadow(0px 12px 24px rgba(9, 42, 158, 0.1));
}

@media (max-width: 992px) {
  .hero-split h1 {
    font-size: 2.5rem;
    text-align: center;
  }
  .hero-split p.lead {
    text-align: center;
  }
  .hero-form {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .hero-form input {
    width: 100%;
    max-width: none;
  }
  .hero-visual {
    margin-top: 40px;
  }
}



/* Fix text flow in channel cards on medium screens */
@media (max-width: 991.98px) and (min-width: 768px) {
  #channels .p-4 {
    padding: 28px 20px;
  }
  #channels h5 {
    font-size: 1.1rem;
  }
  #channels p {
    font-size: 0.9rem;
    line-height: 1.45;
  }
  #channels .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}


#contact .btn-primary {
  background: #ffffff !important;      /* pure white background */
  background-image: none !important;   /* remove gradient only here */
  color: #092A9E !important;           /* dark blue text */
  border: none !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: background 0.3s ease, color 0.3s ease;
}

#contact .btn-primary:hover {
  background: #f4f6ff !important;      /* soft light hover */
  color: #051859 !important;
}


/* Default (desktop): grid layout */
.systems-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.svc-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.svc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(9,42,158,0.25);
}

.svc-card h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #051859;
  margin-bottom: 10px;
}

.svc-card p {
  font-size: 1rem;
  color: #4B5563;
  line-height: 1.5;
}

/* Mobile: horizontal scroll */
@media (max-width: 767.98px) {
  .systems-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
    gap: 16px;
  }

  .svc-card {
    min-width: 80vw;
    max-width: 80vw;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  /* Progress bar visible only on mobile */
  .pbk-progress {
    display: block;
    height: 4px;
    width: 90%;
    margin: 0 auto;
    background: rgba(5,24,89,0.15);
    border-radius: 99px;
    overflow: hidden;
  }

  .pbk-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #051859, #07217D, #092A9E);
    border-radius: 99px;
    transition: width 0.2s ease;
  }
}

/* Hide progress bar on desktop */
@media (min-width: 768px) {
  .pbk-progress {
    display: none;
  }
}


