:root {
  --navy: #113f79;
  --navy-deep: #0b2d62;
  --navy-soft: #144782;
  --accent: #6daeff;
  --accent-strong: #5f9eff;
  --accent-pale: #dfe8ff;
  --page-bg: #f4f5ff;
  --text-main: #22314f;
  --text-soft: #5d6d8d;
  --line: #c8d8ff;
  --white: #ffffff;
  --shadow-soft: 0 18px 45px rgba(19, 43, 89, 0.08);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: var(--text-main);
  background: var(--page-bg);
}

a {
  text-decoration: none;
}

.site-container {
  width: 80% !important;
  max-width: none !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.site-container-wide {
  width: 90% !important;
  max-width: none !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.btn-pill {
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.95rem 2rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  width: 100%;
  background: var(--navy);
}

.navbar {
  padding: 0;
  min-height: 86px;
}

.brand-mark img {
  width: 144px;
  height: auto;
  display: block;
}

.nav-link {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 600;
  padding: 2rem 0 1.85rem !important;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--accent);
  border-color: var(--accent);
}

.nav-link:focus,
.nav-link:visited {
  color: rgba(255, 255, 255, 0.78);
}

.nav-link.active:focus,
.nav-link.active:visited {
  color: var(--accent);
}

.header-cta {
  border-radius: 999px;
  background: linear-gradient(180deg, #7ab7ff 0%, #68a4fa 100%);
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 600;
  padding: 0.9rem 1.7rem;
}

.header-cta:hover {
  color: var(--white);
  background: linear-gradient(180deg, #89c0ff 0%, #5d9efc 100%);
}

.hero-section {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  background: var(--navy-deep);
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item,
.hero-slide {
  min-height: 660px;
}

.hero-slide {
  position: relative;
  display: flex;
  align-items: stretch;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 49, 92, 0.92) 0%, rgba(17, 49, 92, 0.82) 30%, rgba(17, 49, 92, 0.54) 58%, rgba(255, 255, 255, 0.2) 100%);
}

.hero-slide-1 {
  background-image: url("assets/images/hero-slide-1.jpg");
}

.hero-slide-2 {
  background-image: url("assets/images/hero-slide-2.jpg");
}

.hero-slide-3 {
  background-image: url("assets/images/hero-slide-3.jpg");
}

.hero-carousel .carousel-item {
  transition: transform 0.8s ease-in-out;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 660px;
  padding-top: 110px;
  padding-bottom: 95px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.38rem 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.11em;
}

.hero-section h1 {
  margin: 0 0 1.25rem;
  color: var(--white);
  font-size: clamp(2.9rem, 5vw, 4.6rem);
  line-height: 1.15;
  font-weight: 700;
}

.hero-section p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.65rem;
}

.hero-actions .btn-primary {
  background: linear-gradient(180deg, #76b6ff 0%, #5d9efa 100%);
  border: none;
  box-shadow: 0 14px 28px rgba(95, 158, 250, 0.25);
}

.hero-actions .btn-outline-light {
  border-width: 1.5px;
}

.hero-stats {
  display: inline-flex;
  gap: 2.8rem;
  margin-top: 2.25rem;
  padding: 1.35rem 2rem;
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.hero-control {
  width: 8%;
  opacity: 1;
}

.hero-control-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(17, 63, 121, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: var(--white);
  font-size: 1.35rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-control:hover .hero-control-icon {
  background: rgba(95, 158, 250, 0.85);
  transform: scale(1.04);
}

.hero-indicators {
  margin-bottom: 2rem;
}

.hero-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}

.hero-indicators .active {
  background-color: var(--accent);
}

.stat-item {
  position: relative;
  text-align: center;
  min-width: 100px;
}

.stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0.3rem;
  right: -1.4rem;
  width: 1px;
  height: calc(100% - 0.6rem);
  background: #dfe7fb;
}

.stat-item strong {
  display: block;
  color: #396de0;
  font-size: 1.25rem;
  font-weight: 700;
}

.stat-item span {
  display: block;
  margin-top: 0.2rem;
  color: #4f6a98;
  font-size: 0.8rem;
  font-weight: 600;
}

.section-light {
  background: var(--page-bg);
}

.services-section,
.choose-section,
.contact-section {
  padding: 64px 0;
}

.section-heading {
  margin-bottom: 2.3rem;
}

.section-heading h2 {
  margin: 0 0 0.85rem;
  color: #0e447f;
  font-size: clamp(2rem, 3.2vw, 2.6rem);
  font-weight: 700;
}

.section-heading p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.8;
}

.services-grid {
  width: 100%;
  max-width: none;
  margin: 0;
}

.service-card {
  height: 100%;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid rgba(96, 135, 212, 0.14);
  box-shadow: var(--shadow-soft);
}

.service-card .icon {
  display: inline-flex;
  margin-bottom: 1.3rem;
  color: #3f86ff;
  font-size: 1.35rem;
}

.service-card h3 {
  margin: 0 0 1rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2b3657;
}

.service-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.75;
}

.service-card-feature {
  position: relative;
  min-height: 360px;
  padding-top: 2.2rem;
}

.service-card-feature::before,
.service-card-small::before,
.service-card-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 18px 18px 0 0;
  background: #3285ff;
}

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.service-tags span {
  border-radius: 999px;
  background: #eef3ff;
  color: #4e74b6;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.35rem 0.8rem;
}

.service-card-dark {
  background: #0f447e;
  color: var(--white);
  min-height: 360px;
  box-shadow: none;
}

.service-card-dark::before {
  background: transparent;
}

.service-card-dark .icon,
.service-card-dark h3,
.service-card-dark p,
.service-card-dark .text-link {
  color: var(--white);
}

.service-card-dark p {
  color: rgba(255, 255, 255, 0.76);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 2rem;
  font-size: 0.86rem;
  font-weight: 500;
}

.service-card-small,
.service-card-tinted {
  min-height: 285px;
}

.service-card-small h3,
.service-card-tinted h3 {
  font-size: 1.65rem;
}

.service-card-tinted {
  background: #dfe7ff;
}

.view-services {
  margin-top: 2.1rem;
  border-width: 1.5px;
  padding-inline: 2.2rem;
  color: #5c91ea;
  border-color: #8cb3f6;
}

.choose-section {
  padding-top: 0;
}

.choose-card {
  height: 100%;
  padding: 2.25rem 1.8rem;
  text-align: center;
  border: 1px solid #b9d0ff;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.55);
}

.choose-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.35rem;
  border-radius: 50%;
  background: #edf4ff;
  color: #5094ff;
  font-size: 1.4rem;
}

.choose-card h3 {
  margin: 0 0 0.9rem;
  font-size: 1.65rem;
  font-weight: 600;
  color: #2b3657;
}

.choose-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.75;
}

.founder-section {
  position: relative;
  overflow: hidden;
  background: var(--navy-deep);
  padding: 62px 0;
}

.founder-section::before,
.founder-section::after,
.cta-banner::before,
.cta-banner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(129, 178, 255, 0.16);
}

.founder-section::before {
  width: 196px;
  height: 196px;
  left: -22px;
  top: 48px;
}

.founder-section::after {
  width: 94px;
  height: 94px;
  left: 48px;
  bottom: 38px;
}

.founder-shell {
  position: relative;
}

.founder-shell::before,
.founder-shell::after {
  content: "";
  position: absolute;
  left: -12px;
  border-radius: 50%;
  background: rgba(122, 180, 255, 0.12);
}

.founder-shell::before {
  width: 28px;
  height: 28px;
  top: 112px;
}

.founder-shell::after {
  width: 40px;
  height: 40px;
  bottom: 74px;
}

.founder-photo-wrap {
  position: relative;
  max-width: 500px;
}

.founder-photo {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  min-height: 540px;
}

.founder-badge {
  position: absolute;
  right: 0;
  bottom: -10px;
  padding: 1rem 1.2rem;
  border-radius: 4px 4px 10px 10px;
  background: var(--white);
  color: #2e5de2;
  text-align: center;
  min-width: 158px;
}

.founder-badge strong,
.founder-badge span {
  display: block;
  font-weight: 700;
}

.founder-badge span {
  margin-top: 0.35rem;
}

.founder-photo-credit,
.story-photo-credit {
  margin: 0.85rem 0 0;
  font-size: 0.78rem;
  font-style: italic;
  letter-spacing: 0.02em;
}

.founder-photo-credit {
  color: rgba(255, 255, 255, 0.62);
}

.story-photo-credit {
  color: rgba(93, 109, 141, 0.82);
}

.founder-section h2 {
  margin: 0 0 1rem;
  color: var(--white);
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  font-weight: 700;
}

.founder-section p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.9;
  margin-bottom: 1.5rem;
}

.mission-callout {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  margin-bottom: 1.75rem;
  color: rgba(255, 255, 255, 0.82);
}

.mission-callout i {
  color: #8bc0ff;
  font-size: 1.1rem;
  margin-top: 0.2rem;
}

.mission-callout strong,
.mission-callout span {
  display: block;
}

.mission-callout strong {
  margin-bottom: 0.25rem;
  color: var(--white);
}

.quote-card {
  margin: 0 0 1.75rem;
  padding: 1.35rem 1.5rem;
  border-radius: 6px;
  background: var(--white);
  color: #526485;
  font-size: 0.94rem;
  line-height: 1.8;
  border-left: 4px solid #6faaff;
}

.quote-card cite {
  display: block;
  margin-top: 0.8rem;
  color: var(--navy-deep);
  font-style: normal;
  font-weight: 700;
}

.founder-btn {
  border-width: 1.5px;
}

.contact-section {
  padding-top: 20px;
}

.enquiry-card {
  overflow: hidden;
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.enquiry-info {
  height: 100%;
  padding: 3.2rem 2.8rem;
  background: #103f79;
  color: var(--white);
}

.enquiry-info h2 {
  margin: 0 0 1.4rem;
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 700;
}

.enquiry-info p {
  max-width: 340px;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.8;
  margin-bottom: 2.8rem;
}

.contact-list li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.contact-list li + li {
  margin-top: 1.8rem;
}

.contact-list i {
  color: #8cc0ff;
  font-size: 0.95rem;
  margin-top: 0.25rem;
}

.contact-list strong,
.contact-list span {
  display: block;
}

.contact-list strong {
  margin-bottom: 0.25rem;
}

.contact-list span {
  color: rgba(255, 255, 255, 0.72);
}

.enquiry-form-wrap {
  padding: 2.25rem 2.5rem;
}

.form-label {
  margin-bottom: 0.45rem;
  color: #65748f;
  font-size: 0.82rem;
  font-weight: 500;
}

.form-control,
.form-select {
  border: 1px solid #d8e1f5;
  border-radius: 8px;
  min-height: 48px;
  color: #41516d;
  font-size: 0.88rem;
  padding-inline: 0.95rem;
  box-shadow: none;
}

textarea.form-control {
  min-height: 120px;
  padding-top: 0.85rem;
}

.form-control:focus,
.form-select:focus {
  border-color: #7eb2ff;
  box-shadow: 0 0 0 0.2rem rgba(109, 174, 255, 0.18);
}

.send-btn {
  margin-top: 0.35rem;
  background: linear-gradient(180deg, #76b7ff 0%, #5e9ef9 100%);
  border: none;
}

.cta-banner {
  position: relative;
  overflow: hidden;
  margin: 38px auto 0;
  padding: 2.4rem 1.5rem;
  border-radius: 18px;
  background: #103f79;
  color: var(--white);
  text-align: center;
}

.cta-banner::before {
  width: 220px;
  height: 220px;
  left: -46px;
  top: -24px;
}

.cta-banner::after {
  width: 112px;
  height: 112px;
  right: -26px;
  top: -10px;
}

.cta-banner h2 {
  position: relative;
  margin: 0 0 0.8rem;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
}

.cta-banner p {
  position: relative;
  margin: 0 0 1.7rem;
  color: rgba(255, 255, 255, 0.76);
}

.cta-btn {
  position: relative;
  border-radius: 999px;
  background: var(--white);
  color: #5e98e4;
  font-weight: 600;
  padding: 0.95rem 1.8rem;
}

.cta-btn:hover {
  color: #4e87d5;
  background: #f7fbff;
}

.site-footer {
  background: #103f79;
  color: rgba(255, 255, 255, 0.76);
  padding-top: 52px;
}

.footer-top {
  align-items: flex-start;
  padding-bottom: 30px;
}

.footer-logo {
  width: 150px;
  display: block;
  margin-bottom: 1.5rem;
}

.site-footer p,
.footer-links a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  line-height: 1.8;
}

.site-footer h3 {
  margin: 0 0 1rem;
  color: var(--white);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.footer-links li + li {
  margin-top: 0.35rem;
}

.footer-links a:hover,
.social-links a:hover {
  color: var(--white);
}

.social-title {
  margin-top: 1.4rem !important;
}

.social-links {
  display: flex;
  gap: 0.65rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 0.9rem;
}

.footer-bottom {
  padding: 0.95rem 0 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.78rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 105px 0 62px;
  background: var(--navy-deep);
}

.page-hero-about {
  display: flex;
  align-items: center;
  min-height: 420px;
  padding: 148px 0 108px;
}

.page-hero-about .container {
  width: 100%;
}

.page-hero-about h1 {
  font-size: clamp(2.8rem, 5vw, 4.6rem);
  max-width: 900px;
}

.page-hero-about p {
  max-width: 820px;
  font-size: 1.08rem;
  line-height: 1.9;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 37, 78, 0.9) 0%, rgba(10, 37, 78, 0.76) 40%, rgba(10, 37, 78, 0.38) 100%),
    var(--page-hero-image, url("assets/images/hero-slide-1.jpg")) center/cover no-repeat;
  filter: saturate(0.9);
}

.page-hero-services::before {
  background:
    linear-gradient(90deg, rgba(10, 37, 78, 0.9) 0%, rgba(10, 37, 78, 0.76) 40%, rgba(10, 37, 78, 0.38) 100%),
    var(--page-hero-image, url("assets/images/hero-slide-2.jpg")) center/cover no-repeat;
}

.page-hero-travel::before,
.page-hero-contact::before {
  background:
    linear-gradient(90deg, rgba(10, 37, 78, 0.9) 0%, rgba(10, 37, 78, 0.76) 40%, rgba(10, 37, 78, 0.38) 100%),
    var(--page-hero-image, url("assets/images/hero-slide-3.jpg")) center/cover no-repeat;
}

.page-hero-content {
  position: relative;
  z-index: 1;
}

.page-breadcrumb {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1.15rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.82rem;
  font-weight: 500;
}

.page-breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
}

.page-hero h1 {
  margin: 0 0 1rem;
  color: var(--white);
  font-size: clamp(2.6rem, 4.8vw, 4.2rem);
  line-height: 1.12;
  font-weight: 700;
}

.page-hero p {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.85;
}

.page-section {
  padding: 64px 0;
}

.page-section-tight {
  padding: 44px 0;
}

.surface-card {
  height: 100%;
  padding: 2rem;
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid rgba(96, 135, 212, 0.14);
  box-shadow: var(--shadow-soft);
}

.surface-card h3,
.surface-card h4 {
  margin: 0 0 0.9rem;
  color: #22365f;
  font-weight: 600;
}

.surface-card p:last-child {
  margin-bottom: 0;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: #4c89e7;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.text-soft {
  color: var(--text-soft);
}

.metrics-row {
  margin-top: 2rem;
}

.metric-card {
  padding: 1.7rem 1.4rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #d6e2ff;
  text-align: center;
}

.metric-card strong {
  display: block;
  margin-bottom: 0.45rem;
  color: #215fca;
  font-size: 2rem;
  font-weight: 700;
}

.metric-card span {
  color: #5f7091;
  font-size: 0.92rem;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  position: relative;
  padding-left: 1.8rem;
  color: var(--text-soft);
  line-height: 1.8;
}

.check-list li + li {
  margin-top: 0.75rem;
}

.check-list li::before {
  content: "\F26E";
  position: absolute;
  top: 0.1rem;
  left: 0;
  font-family: bootstrap-icons;
  color: #4f97ff;
}

.dark-panel {
  position: relative;
  overflow: hidden;
  padding: 2.4rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #103f79 0%, #0b2d62 100%);
  color: var(--white);
}

.dark-panel::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -40px;
  top: -30px;
  border-radius: 50%;
  background: rgba(137, 185, 255, 0.12);
}

.dark-panel h3,
.dark-panel h4,
.dark-panel p,
.dark-panel li {
  position: relative;
}

.dark-panel p,
.dark-panel li {
  color: rgba(255, 255, 255, 0.78);
}

.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  width: 2px;
  background: #d5e4ff;
}

.timeline-item {
  position: relative;
  padding-left: 3.4rem;
}

.timeline-item + .timeline-item {
  margin-top: 2rem;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.55rem;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #66a5ff;
  border: 4px solid #e9f2ff;
}

.timeline-item h4 {
  margin-bottom: 0.55rem;
}

.icon-card {
  height: 100%;
  padding: 2rem;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid #d7e4ff;
  box-shadow: var(--shadow-soft);
}

.icon-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  background: #edf4ff;
  color: #4e93ff;
  font-size: 1.35rem;
}

.feature-split-image {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  min-height: 100%;
  box-shadow: var(--shadow-soft);
}

.process-card {
  height: 100%;
  padding: 2rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(239, 244, 255, 0.94) 100%);
  border: 1px solid #d9e6ff;
}

.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: #0f447e;
  color: var(--white);
  font-weight: 700;
}

.pricing-card {
  height: 100%;
  padding: 2.2rem;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid #d9e6ff;
  box-shadow: var(--shadow-soft);
}

.pricing-card-featured {
  background: linear-gradient(180deg, #0f447e 0%, #0b2d62 100%);
  color: var(--white);
}

.pricing-card-featured p,
.pricing-card-featured li,
.pricing-card-featured .price-tag small {
  color: rgba(255, 255, 255, 0.8);
}

.price-tag {
  margin: 1rem 0 1.3rem;
}

.price-tag strong {
  font-size: 2.2rem;
  color: inherit;
}

.price-tag small {
  color: #6e7e9f;
}

.faq-item {
  padding: 1.7rem;
  border-radius: 18px;
  background: var(--white);
  border: 1px solid #d9e6ff;
  box-shadow: var(--shadow-soft);
}

.faq-item + .faq-item {
  margin-top: 1rem;
}

.contact-strip {
  padding: 2rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #11407a 0%, #2f63b3 100%);
  color: var(--white);
}

.contact-strip h3,
.contact-strip p,
.contact-strip a {
  color: var(--white);
}

.contact-strip a {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.4);
}

.mini-stat {
  padding: 1.5rem;
  border-radius: 16px;
  background: #edf4ff;
}

.mini-stat strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #1f60ca;
  font-size: 1.6rem;
}

@media (max-width: 1199.98px) {
  .page-hero {
    padding-top: 92px;
  }

  .page-hero-about {
    min-height: 360px;
    padding: 120px 0 88px;
  }

  .hero-section {
    min-height: auto;
  }

  .hero-carousel,
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item,
  .hero-slide,
  .hero-content {
    min-height: auto;
  }

  .hero-content {
    padding-top: 92px;
    padding-bottom: 78px;
  }

  .hero-stats {
    gap: 2rem;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 1rem 0;
  }

  .nav-link {
    padding: 0.7rem 0 !important;
    border-bottom: 0;
  }

  .nav-link:hover,
  .nav-link.active {
    color: var(--accent);
  }

  .header-cta {
    display: inline-flex;
    margin-top: 0.9rem;
  }

  .hero-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .hero-section h1 {
    font-size: 2.7rem;
  }

  .hero-control {
    width: 10%;
  }

  .hero-stats {
    width: 100%;
    justify-content: space-between;
  }

  .service-card-feature,
  .service-card-dark,
  .service-card-small,
  .service-card-tinted {
    min-height: auto;
  }

  .founder-photo {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .page-hero {
    padding: 86px 0 50px;
  }

  .page-hero-about {
    min-height: 300px;
    padding: 104px 0 72px;
  }

  .page-hero-about p {
    font-size: 1rem;
  }

  .page-hero h1 {
    font-size: 2.2rem;
  }

  .hero-content {
    padding-top: 70px;
    padding-bottom: 62px;
  }

  .hero-section h1 {
    font-size: 2.25rem;
  }

  .site-container,
  .site-container-wide {
    width: calc(100% - 24px);
  }

  .hero-section p,
  .section-heading p,
  .service-card p,
  .choose-card p,
  .founder-section p,
  .enquiry-info p {
    font-size: 0.92rem;
  }

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.15rem;
  }

  .hero-control {
    width: 14%;
  }

  .hero-control-icon {
    width: 46px;
    height: 46px;
    font-size: 1.05rem;
  }

  .stat-item:not(:last-child)::after {
    display: none;
  }

  .services-section,
  .choose-section,
  .founder-section,
  .contact-section {
    padding: 52px 0;
  }

  .service-card,
  .choose-card,
  .surface-card,
  .icon-card,
  .process-card,
  .pricing-card,
  .contact-strip,
  .dark-panel,
  .faq-item,
  .enquiry-info,
  .enquiry-form-wrap,
  .cta-banner {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .cta-banner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .founder-badge {
    position: static;
    margin-top: 1rem;
  }
}
