@charset "UTF-8";
a:visited {
  color: inherit;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
}

.page {
  margin-bottom: 0px !important;
}

body.dark,
section.dark {
      background: url(graphic.png) #041770;
    background-size: cover;
}

body {
  background-color: #f4f4f4;
  font-family: tenon, sans-serif;
  font-weight: 100;
}

body.light {
  background-color: #ffffff;
}

.main-header {
  padding: 1rem 0;
}
.main-header .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.main-header .navbar-brand {
  padding: 0;
  margin: 0;
}
.main-header .navbar-brand img {
  height: 40px;
  display: block;
}
.main-header .navbar-toggler {
  border: none;
  padding: 0;
  margin: 0;
}
.main-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.main-header .ms-auto {
  display: flex;
  align-items: center;
}
.main-header .navbar-nav .nav-link,
.main-header .navbar-nav a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-align: right;
  margin-left: 1.5rem;
  transition: color 0.3s ease;
}
.main-header .navbar-nav .nav-link.active,
.main-header .navbar-nav .nav-link:hover,
.main-header .navbar-nav a:hover,
.main-header .navbar-nav .current-menu-item > a {
  color: #0056f7;
}
.main-header .dropdown-menu {
  padding: 20px 15px;
  background-color: #ffffff;
  border: 1px solid #9e24fb;
  border-radius: 20px;
}
.main-header .dropdown-menu a {
  color: #00196b !important;
  position: relative;
  display: inline;
}
.main-header .dropdown-menu a:hover::after {
  content: "";
  position: absolute;
  background-image: url(arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  right: -10px;
  width: 20px;
  height: 20px;
  top: 2px;
}
.main-header .dropdown-menu a {
  margin-bottom: 2px !important;
}
.main-header .navbar-nav a {
  letter-spacing: 0px;
  text-transform: initial;
  text-align: left !important;
  font-weight: 400;
  display: inline-block;
}

li.nav-item.dropend {
  margin-bottom: 4px;
}
li.nav-item.dropend a {
  display: inline !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent !important;
}

.main-header-white {
  background-color: #04176f;
  margin: 0 !important;
  padding: 1rem 0 !important;
}
.main-header-white .navbar-brand img {
  height: 40px;
}
.main-header-white .fc-burger span {
  background-color: #ffffff;
}

#mainMenu .nav-link:hover,
#mainMenu .dropdown-item:hover {
  color: #0056f7;
}

h1 {
  font-family: tenon, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #0056f7;
  font-size: clamp(2.5rem, 5vw + 1rem, 4.125rem);
  line-height: clamp(2.8rem, 5.2vw + 1rem, 4.3rem);
  letter-spacing: -0.02em;
}
h1 em {
  font-style: normal !important;
  color: #ffffff !important;
}

h2 {
  font-family: tenon, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 2vw + 1rem, 1.85rem);
  line-height: clamp(2rem, 2.2vw + 1rem, 2.125rem);
  color: #041670;
}
h2 em {
  font-style: normal;
  color: #0056f7;
}

.dark p {
  font-family: tenon, sans-serif !important;
  font-style: normal;
  font-weight: 100;
  font-size: clamp(1rem, 2vw + 1rem, 1.375rem);
  line-height: clamp(1.8rem, 2.2vw + 1rem, 2.1rem);
  color: #ffffff;
}

.homepage-hero {
  padding: 150px 0px;
}
.homepage-hero h1 {
  font-family: tenon, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(48px, 6vw, 97px);
  line-height: clamp(56px, 6.5vw, 110px);
  color: #ffffff;
}
.homepage-hero p {
  font-family: tenon, sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(16px, 2vw, 30px);
  line-height: clamp(22px, 2.4vw, 39px);
  color: #ffffff;
}

@keyframes arrow-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.arrow-bounce {
  display: inline-block;
  animation: arrow-bounce 2s ease-in-out infinite;
  margin-top: 2rem;
}

.homepage-feature h2 {
  font-family: tenon, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 2.3rem;
  color: #041670;
}
.homepage-feature h2 span {
  color: #0056f7;
}
.homepage-feature p {
  font-family: tenon, sans-serif !important;
  font-style: normal;
  font-weight: 100;
  font-size: clamp(1rem, 2vw + 1rem, 1.375rem);
  line-height: clamp(1.8rem, 2.2vw + 1rem, 2.1rem);
  color: #292929;
}
.homepage-feature p:first-of-type {
  font-weight: 400;
  font-size: clamp(1.125rem, 2vw + 1rem, 1.5rem);
  line-height: clamp(1.9rem, 2.2vw + 1rem, 2.35rem);
}

.homepage-feature-inner {
  background: url("line.svg") #fefbfb no-repeat 0px 204px;
  background-size: 100% 100%;
  border-radius: 20px;
  overflow: hidden;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section-heading h2 {
  font-size: 0.75rem;
  letter-spacing: 0.5rem;
  color: #999;
  margin: 0;
  white-space: nowrap;
}
.section-heading .line {
  flex-grow: 1;
  height: 1px;
  background-color: #ddd;
}

.client-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.client-logos img {
  width: 200px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  filter: grayscale(1) opacity(0.9);
}
@media (max-width: 1024px) {
  .client-logos {
    justify-content: space-around;
  }
  .client-logos img {
    width: 160px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .client-logos {
    justify-content: center;
  }
  .client-logos img {
    width: 140px;
    height: 70px;
  }
}
@media (max-width: 480px) {
  .client-logos {
    display: block;
    overflow: hidden;
  }
  .client-logos img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .client-logos .slick-list {
    overflow: hidden;
  }
  .client-logos .slick-track {
    display: flex;
    align-items: center;
  }
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.card {
  border: none;
  height: 350px !important;
  width: 100%;
  display: flex;
  justify-content: center;
}
.card a {
  text-decoration: none;
}
.card h3 {
  width: 100%;
  text-align: center;
  font-family: tenon, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.5rem, 2vw + 1rem, 1.85rem);
  line-height: clamp(2rem, 2.2vw + 1rem, 2.125rem);
  color: #ffffff;
}

.slick-slide > div {
  width: 100%;
}

.slick-two-column .blog-slide {
  padding: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .slick-two-column .blog-slide {
    padding: 2rem 0.5rem;
  }
}

@media (max-width: 767px) {
  .slick-two-column {
    overflow: hidden;
  }
  .slick-two-column .slick-list {
    overflow: hidden;
  }
}
.slick-two-column .slick-slide {
  height: auto;
  display: flex;
  align-items: stretch;
}
.slick-two-column .slick-slide > div {
  width: 100%;
}
.slick-two-column .blog-feature {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.slick-two-column .blog-feature__image {
  flex-shrink: 0;
}
.slick-two-column .blog-feature .mt-4 {
  flex: 1;
}

.custom-arrow {
  position: absolute;
  top: 0;
  background: none;
  border: none;
  padding: 0.5rem;
  z-index: 10;
}
.custom-arrow img {
  width: 55px;
  height: 55px;
  transition: filter 0.3s ease, transform 0.3s ease;
}
.custom-arrow:hover img {
  content: url("arrow-on.svg");
}

.slider-wrapper {
  position: relative;
  margin-top: 3rem;
}
.slider-wrapper h2 {
  max-width: 85%;
}
.slider-wrapper .slide h2 {
  color: #ffffff !important;
}
.slider-wrapper .slick-prev {
  right: 5.5rem;
  transform: rotate(180deg);
}
.slider-wrapper .slick-next {
  right: 1rem;
}
@media (max-width: 767px) {
  .slider-wrapper {
    margin-top: 2rem;
  }
}

.arrow-mobile {
  gap: 1rem;
}
.arrow-mobile .custom-arrow {
  position: static;
  padding: 0;
}
.arrow-mobile .custom-arrow img {
  width: 35px;
  height: 35px;
}
.arrow-mobile .slick-prev {
  transform: rotate(180deg);
}

.services h2 {
  color: #ffffff;
  font-size: clamp(1.8rem, 2vw + 1rem, 2.6rem);
  line-height: clamp(1.8rem, 2.2vw + 1rem, 3rem);
  letter-spacing: -0.01em;
}
.services h2 span {
  color: #0056f7;
}
.services .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 1rem;
}
.services .feature-box h5 {
  color: #ffffff;
  font-weight: 600;
}
.services .feature-box a {
  text-decoration: none;
  color: #ffffff;
}
.services .feature-box p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  color: #c0c0d0;
}

.callback-wrapper {
  margin: 40px auto;
}
.callback-wrapper h3 {
  font-size: clamp(1.8rem, 2vw + 1rem, 2.6rem);
  line-height: clamp(1.8rem, 2.2vw + 1rem, 4rem);
  color: #ffffff;
  font-weight: 600;
  font-family: tenon, sans-serif;
}
.callback-wrapper p {
  font-family: "tenon", sans-serif !important;
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.callback-wrapper h6 {
  position: relative;
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.callback-wrapper h6::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 10px;
  position: absolute;
  bottom: -19px;
}

.callback-wrapper-inner {
  border-radius: 20px;
}

.callback-section-full {
  background-color: #04176f;
  width: 100%;
  padding: 0;
}

body.light .callback-wrapper-inner {
  background-color: transparent;
  border-radius: 0;
}

.cta-section {
  border-radius: 20px;
}

.cta-section-inner {
  background: url(graphic.png) #04176f no-repeat top;
  background-size: cover;
  border-radius: 20px;
  color: #ffffff;
}
.cta-section-inner h4 {
  font-family: tenon, sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: #ffffff;
  font-size: 1.75rem;
  line-height: 2.2rem;
}
@media (min-width: 768px) {
  .cta-section-inner h4 {
    font-size: clamp(2rem, 5vw + 1rem, 3.75rem);
    line-height: 4.7rem;
  }
}
.cta-section-inner p {
  font-family: "tenon";
  font-style: normal;
  font-weight: light;
  letter-spacing: -0.01em;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .cta-section-inner p {
    font-size: 22px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  .cta-section {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .cta-section-inner {
    padding: 2rem 1.5rem !important;
  }
}
.callback-form {
  background: #fff;
  border-radius: 20px !important;
  color: #333;
  padding: 2rem;
}
@media (min-width: 768px) {
  .callback-form {
    padding: 3rem;
  }
}
.callback-form p {
  font-family: "tenon";
  font-style: normal;
  font-weight: 100;
  font-size: 18px;
  line-height: 24px;
  color: #484848;
}
.callback-form h4 {
  font-family: tenon, sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 40px;
  color: #0056f7;
}
.callback-form input,
.callback-form textarea {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding-left: 0;
  font-size: 0.95rem;
  background-color: transparent;
}
.callback-form input:focus,
.callback-form textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #5e5eea;
}
.callback-form button {
  background-color: #1d2cf0;
  border: none;
  color: #ffffff;
  border-radius: 30px;
  padding: 10px 30px;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}
.callback-form button:hover {
  background-color: #0813c2;
}
@media (max-width: 768px) {
  .callback-form {
    margin-top: 40px;
  }
}

.site-footer {
  background-color: #031258;
}
.footer-logo {
  height: 30px;
  width: auto;
}
.footer-brand-text {
  font-family: tenon, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: #fff;
}
.site-footer p,
.site-footer .footer-tagline {
  font-family: "tenon", sans-serif !important;
  font-style: normal;
  font-weight: 100;
  font-size: 16px !important;
  line-height: 24px;
  color: #ffffff;
}
.footer-tagline {
  max-width: 280px;
}
.footer-heading {
  font-family: "tenon", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ffffff;
  margin-bottom: 1rem;
}
.footer-nav,
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nav li {
  margin-bottom: 0.5rem;
}
.footer-nav a {
  font-family: "tenon", sans-serif !important;
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-nav a:hover {
  color: #fff;
}
.footer-contact {
  margin-bottom: 0.35rem;
}
.footer-contact a {
  font-family: "tenon", sans-serif !important;
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-contact a:hover {
  color: #fff;
}
.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.footer-social a {
  color: #ffffff;
  font-size: 1rem;
  transition: color 0.2s ease;
  text-decoration: none;
}
.footer-social a:hover {
  color: #fff;
}
.footer-badges-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
}
.footer-badges {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.footer-badges img {
  height: 40px;
  width: auto;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.footer-badges img:hover {
  opacity: 1;
}
.footer-sub {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.25rem 0;
  align-items: center;
}

/* Legal / registration block — sits above the copyright/links row */
.footer-legal-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.25rem 0 0.5rem;
}
.footer-legal-line {
  font-family: tenon, sans-serif;
  font-weight: 100;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}
.footer-legal-line:last-child {
  margin-bottom: 0;
}
.footer-legal-line .footer-legal__sep {
  display: inline-block;
  margin: 0 0.4rem;
  color: rgba(255, 255, 255, 0.3);
}
.site-footer .footer-copyright {
  font-family: "tenon", sans-serif !important;
  font-style: normal;
  font-weight: 100;
  font-size: 16px !important;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0;
}
.footer-legal {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}
.footer-legal a {
  font-family: "tenon", sans-serif !important;
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-legal a:hover {
  color: #fff;
}
.footer-legal__sep {
  color: #ffffff;
}
@media (max-width: 767px) {
  .footer-legal {
    justify-content: flex-start;
    margin-top: 0.5rem;
  }
}

.light .text-white {
  color: #1a1a2c !important;
}

.social-icons a {
  color: #ffffff;
  font-size: 1.2rem;
  margin-right: 12px;
  transition: 0.3s;
}
.social-icons a:hover {
  color: #ffffff;
}

.overlap-image {
  top: 36px;
  border-radius: 20px !important;
  z-index: 10;
  position: relative;
  margin-right: -10px !important;
  right: 40px;
}
@media (max-width: 992px) {
  .overlap-image {
    margin-top: 0;
    right: 0px;
    margin-bottom: 20px;
    top: 0px;
  }
}

.latest-updates {
  background: #fff;
  border-radius: 2rem;
  padding: 3rem;
  color: #1a1a2c;
}
.latest-updates .section-title {
  font-family: tenon, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #041670;
}
.latest-updates .post-card {
  color: #1a1a2c;
  transition: all 0.3s ease;
}
.latest-updates .post-card:hover .arrow {
  transform: translateX(5px);
}
.latest-updates .post-card .post-thumb img {
  border-radius: 2rem;
}
.latest-updates .post-card .post-title {
  font-family: tenon, sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 2vw + 1rem, 2.25rem);
  line-height: clamp(2rem, 2.2vw + 1rem, 2rem);
  margin-top: 20px;
  color: #041670;
}
.latest-updates .post-card .post-title .highlight {
  color: #9e24fb;
  font-weight: 400;
}
.latest-updates .post-card .post-title .arrow {
  font-weight: 600;
  display: inline-block;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .latest-updates {
    padding: 2rem;
    border-radius: 1.5rem;
  }
}
@media (max-width: 576px) {
  .latest-updates .section-title {
    font-size: 1.5rem;
  }
  .latest-updates .post-title {
    font-size: 1rem;
  }
}

.page-content-wrapper {
  position: relative;
  z-index: 0;
}

.cta-overlap-wrapper {
  margin-top: -100px;
  z-index: 2;
  position: relative;
}

.cta-overlap-container {
  margin-top: 0;
  margin-bottom: 60px;
  position: relative;
  z-index: 3;
}
.cta-overlap-wrap {
  margin-bottom: 60px;
}

.cta-overlap {
  background: url(graphic.png) no-repeat center / cover, linear-gradient(135deg, #041670 0%, rgb(68.5, 133.4352226721, 255) 100%);
  border-radius: 20px;
  margin: 0;
  overflow: hidden;
  z-index: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .cta-overlap {
    border-radius: 20px;
  }
}
.cta-overlap h4 {
  font-family: tenon, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.75rem, 3vw + 1rem, 3.75rem);
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cta-overlap__content {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .cta-overlap {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: auto auto;
    gap: 0 3rem;
    align-items: center;
  }
  .cta-overlap h4 {
    grid-row: 1 / -1;
    margin-bottom: 0;
  }
}
.cta-overlap p {
  font-family: "tenon";
  font-style: normal;
  font-weight: light;
  font-size: 22px;
  line-height: 34px;
  /* or 155% */
  letter-spacing: -0.01em;
  color: #ffffff;
}
.cta-overlap .btn-white {
  padding: 12px 30px;
  background: #fff;
  color: #041670;
  font-size: 14px;
  letter-spacing: 0.2em;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  font-weight: 700;
  z-index: 1;
  display: inline-block;
  width: auto;
  justify-self: start;
}
.cta-overlap .btn-white:hover {
  background-color: #e9e9e9;
  color: #7d1acc;
}

.header h1 {
  font-family: tenon, sans-serif;
  font-weight: 500;
  font-size: clamp(2rem, 2vw + 1rem, 3.6rem);
  line-height: clamp(2rem, 2.2vw + 1rem, 3.5rem);
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #041670 0%, rgb(68.5, 133.4352226721, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.header p {
  font-weight: lighter;
  font-size: clamp(1.125rem, 2vw + 1rem, 1.625rem);
  line-height: clamp(1.6rem, 2vw + 1rem, 2.25rem);
  text-align: center;
  color: #666;
  margin-bottom: 0;
}

.main-content {
  max-width: 100%;
  margin: 0px auto;
}
@media (min-width: 992px) {
  .main-content {
    max-width: 90%;
  }
}
.main-content h2 {
  font-family: tenon, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.5rem, 2vw + 1rem, 1.65rem);
  line-height: clamp(2rem, 2.2vw + 1rem, 2.125rem);
  color: #041670;
}
.main-content h2 em {
  font-style: normal;
  color: #0056f7;
}
.main-content h3 {
  font-family: tenon, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1rem, 2vw + 1rem, 1.475rem);
  line-height: clamp(1.5rem, 2.2vw + 1rem, 2rem);
  color: #041670;
}
.main-content .intro {
  font-family: "tenon";
  font-style: normal;
  font-size: clamp(1.25rem, 2vw + 1rem, 1.75rem);
  line-height: clamp(1.75rem, 2.2vw + 1rem, 2.5rem);
  font-weight: normal;
  letter-spacing: -0.04em;
}
.main-content .intro i {
  color: #0056f7;
  font-style: normal;
}
.main-content .intro {
  color: #041670;
}
.main-content p {
  font-size: clamp(1rem, 2vw + 1rem, 1.275rem);
  line-height: clamp(1.5rem, 2.2vw + 1rem, 2rem);
  font-family: tenon, sans-serif;
  font-weight: 100;
  margin-bottom: 1rem;
}
.main-content p:first-of-type {
  font-weight: 400;
  font-size: clamp(1.125rem, 2vw + 1rem, 1.45rem);
  line-height: clamp(1.7rem, 2.2vw + 1rem, 2.25rem);
}
.main-content td {
  font-size: clamp(1rem, 2vw + 1rem, 1.275rem);
  line-height: clamp(1.5rem, 2.2vw + 1rem, 2rem);
  font-family: tenon, sans-serif;
  font-weight: 200;
  margin-bottom: 1rem;
}
.main-content thead {
  background-color: #361c72;
  color: white;
}
.main-content thead th {
  padding: 10px 10px;
  border: 1px solid #dad5d5;
}
.main-content tbody td {
  padding: 10px 10px;
  border: 1px solid #dad5d5;
}
.main-content ul,
.main-content ol {
  margin-left: 0px;
  margin-bottom: 20px;
}
.main-content li {
  font-size: clamp(1rem, 2vw + 1rem, 1.275rem);
  line-height: clamp(1.5rem, 2.2vw + 1rem, 2rem);
  font-family: tenon, sans-serif;
  font-weight: 100;
}
.main-content a {
  text-decoration: none;
  color: #0056f7;
  border-bottom: 1px solid;
}

@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
    padding-right: 40px;
  }
  .navbar .dropdown-toggle::after {
    margin-left: 0.25rem;
    vertical-align: 0.1em;
  }
  /* Keep active item styled */
  .navbar .nav-item.active > .nav-link {
    color: var(--bs-primary);
  }
}
/* Nested submenu alignment tweaks (Bootstrap 5) */
.dropdown-submenu .dropdown-menu {
  margin-left: 0.25rem;
}

.dropdown-menu {
  left: -12px;
  background-color: #efefef;
}

.dropdown-menu a {
  margin-left: 0 !important;
}


.gform-theme--foundation .gform_fields {
  row-gap: 0px !important;
}

/* Disable Gravity Forms theme framework focus styles */
.form-control {
  border: none !important;
  padding: 5px 0px;
}

.gform_wrapper.gravity-theme .gfield textarea {
  height: 100px !important;
}

h2.gform_submission_error.hide_summary {
  font-size: clamp(1rem, 2vw + 1rem, 1.2rem);
  line-height: clamp(2rem, 2.2vw + 1rem, 1.125rem);
  border: 1px solid;
  padding: 10px 10px;
  background: #9f24fb;
  color: white;
  border-radius: 10px 10px;
  text-align: center;
}

span.gform-icon.gform-icon--circle-error,
.gfield_validation_message {
  display: none;
}

.blog-card {
  background-color: #1a1a2c; /* Bootstrap primary blue */
  transition: background-color 0.3s ease;
  color: #ffffff;
}
.blog-card h3,
.blog-card p {
  color: #ffffff !important;
}
.blog-card {
  border-radius: 2rem !important;
}
.blog-card a {
  text-decoration: none !important;
}

.blog-card:hover {
  background: linear-gradient(135deg, #b422f6 0%, #a32eff 100%);
}

.blue-link {
  color: #ffffff !important;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
main {
  background: #f4f4f4;
}

.blog-card:hover i.fa-gear-code {
  animation: spin 4s linear infinite;
}

/* ===== Mobile overlay (<= lg) ===== */
@media (max-width: 991.98px) {
  /* Stop Bootstrap's slide animation */
  #mainMenu.collapsing {
    height: auto !important;
    transition: none !important;
    opacity: 0; /* start transparent while opening */
  }
  .main-header .navbar-nav .nav-link,
  .main-header .navbar-nav a {
    text-align: center;
    color: #ffffff !important;
  }
  /* Use fade/visibility instead of height */
  #mainMenu.collapse {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: #0c0c1a;
    z-index: 9998; /* below toggler/logo */
    display: block !important; /* keep in flow for opacity transition */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /* centre the nav */
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
    padding-top: 80px; /* Account for fixed header space */
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  #mainMenu.collapse.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  /* Stack + centre items */
  #mainMenu .navbar-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  #mainMenu .nav-link {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff !important;
  }
  /* Submenu shown inline, centred */
  #mainMenu .dropdown-menu {
    position: static;
    background: transparent;
    border: 0;
    box-shadow: none;
    margin: 10px 0px;
    padding: 0;
    text-align: center;
    display: none;
  }
  #mainMenu .dropdown.show .dropdown-menu,
  #mainMenu .nav-item.dropdown .dropdown-menu[aria-expanded=true] {
    display: block;
  }
  #mainMenu .dropdown-item {
    color: #ffffff !important;
    font-size: 1rem;
    white-space: break-spaces;
    padding: 12px 0px;
  }
  /* Keep logo + toggler visible above overlay */
  .navbar .navbar-brand,
  .navbar .navbar-toggler {
    position: relative;
    z-index: 9999;
  }
  /* Place them nicely while menu is open */
  body.menu-open .navbar .navbar-brand {
    position: fixed;
    top: 1.5rem;
    left: 1rem;
  }
  body.menu-open .navbar .navbar-toggler {
    position: fixed;
    top: 1rem;
    right: 1rem;
  }
  /* Turn hamburger into an X when open */
  .navbar-toggler .navbar-toggler-icon {
    transition: transform 0.2s ease;
  }
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: none; /* hide default bars */
    width: 22px;
    height: 22px;
    position: relative;
  }
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before,
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: #fff;
  }
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
    transform: rotate(45deg);
  }
  .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
  }
}
/* Body lock to prevent background scroll */
body.menu-open {
  overflow: hidden;
}

/* Optional nicer hover */
#mainMenu .nav-link:hover,
#mainMenu .dropdown-item:hover {
  opacity: 0.9;
  text-decoration: none;
}

:root {
  --cta-purple: #0056f7;
  --image-outline: #34b1ff; /* tweak to taste */
}

.blog-feature {
  font-family: "DM Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.blog-feature a {
  text-decoration: none !important;
  border-bottom: none !important;
}

.blog-feature__image {
  border-radius: 30px;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .blog-feature__image {
    height: 220px;
  }
}

.blog-feature__crumb {
  letter-spacing: -0.02em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .blog-feature__crumb {
    font-size: 12px;
  }
}

.blog-feature__title a {
  font-family: tenon, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 2.3rem;
  letter-spacing: -0.04em;
  color: #0056f7;
}
@media (max-width: 767px) {
  .blog-feature__title a {
    font-size: 24px;
    line-height: 30px;
  }
}

.blog-feature__title a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 10px;
  background: url("blog-arrow.png") no-repeat bottom;
  background-size: contain;
}

.btn-view-more {
  display: inline-block;
  padding: 12px 30px;
  background-color: #0056f7;
  color: #ffffff;
  text-decoration: none;
  border-radius: 30px;
  font-family: tenon, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
.btn-view-more:hover {
  background-color: #04176f;
  color: #ffffff;
  transform: translateY(-2px);
}
.btn-view-more:visited {
  color: #ffffff;
}

/* optional: tighten spacing on small screens */
@media (max-width: 576px) {
  .blog-feature__image {
    box-shadow: 0 0 0 2px var(--image-outline) inset, 0 0 0 2px var(--image-outline);
  }
}
.testimonial p {
  font-size: clamp(1.75rem, 2vw + 1rem, 1.875rem);
  line-height: clamp(2rem, 2.2vw + 1rem, 2.5rem);
  font-family: "Tenon";
  font-style: normal;
  font-weight: 100;
  text-align: center;
  margin: 0;
  color: #ffffff;
}
.testimonial p.sub {
  margin-top: 20px;
  font-size: 18px;
  font-family: "Tenon";
  font-style: normal;
  font-weight: 100;
  text-align: center;
  margin: 0;
  color: #7eaafd;
}

.testimonial-inner {
  border: 3px solid #0056f7;
  border-radius: 20px;
}

@media (max-width: 767px) {
  /* ========== Unified mobile type scale ==========
     H1:        2.125rem (34px)
     H2:        1.625rem (26px)
     H3 / h4:   1.25rem (20px)
     Lead p:    1.1875rem (19px)
     Body p:    1.0625rem (17px) — line-height 1.65rem
     Sub/cap:   0.875rem (14px)
     ============================================== */

  /* Homepage hero */
  .homepage-hero {
    padding: 60px 0px;
  }
  .homepage-hero h1 {
    font-size: clamp(32px, 8vw, 48px);
    line-height: clamp(38px, 8.5vw, 56px);
  }
  .homepage-hero p {
    font-size: 1.0625rem;
    line-height: 1.65rem;
  }

  /* Homepage feature (white card) */
  .homepage-feature {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .homepage-feature-inner {
    padding: 20px 18px !important;
  }
  .homepage-feature h2 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .homepage-feature p {
    font-size: 1.0625rem !important;
    line-height: 1.65rem !important;
  }
  .homepage-feature p:first-of-type {
    font-size: 1.1875rem !important;
    line-height: 1.7rem !important;
  }

  /* Section heading eyebrow */
  .client-logos {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .section-heading h2 {
    font-size: 0.75rem;
    letter-spacing: 0.3rem;
  }

  /* Blog slider */
  .slider-wrapper {
    margin-top: 1.5rem;
  }
  .slider-wrapper h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .blog-feature__title a {
    font-size: 1.25rem !important;
    line-height: 1.55rem !important;
  }
  .blog-feature {
    padding-bottom: 0.5rem !important;
  }
  .blog-feature__image {
    height: 180px;
    border-radius: 15px;
  }
  .blog-feature .mt-4 {
    margin-top: 0.75rem !important;
  }
  .blog-feature__crumb {
    font-size: 0.8125rem;
  }
  .blog-feature__title {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .page-content .row.g-4 {
    --bs-gutter-y: 1rem;
  }
  .page-content .container {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  /* Services */
  .services .row.g-5 {
    --bs-gutter-y: 1.5rem;
    --bs-gutter-x: 1rem;
  }
  .services h2 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .services .feature-box p {
    font-size: 1.0625rem;
    line-height: 1.65rem;
  }
  .services .feature-box h5 {
    font-size: 1.25rem;
  }

  /* Testimonial */
  .testimonial {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .testimonial p {
    font-size: 1.25rem !important;
    line-height: 1.8rem !important;
  }
  .testimonial p.sub {
    font-size: 0.9375rem;
  }
  .testimonial-inner {
    padding: 1.5rem !important;
  }

  /* Callback / contact form */
  .callback-wrapper {
    margin: 20px auto;
  }
  .callback-wrapper-inner {
    padding: 1.25rem !important;
  }
  .callback-wrapper-inner .col-lg-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .callback-wrapper h3 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .callback-form {
    padding: 1.5rem !important;
  }
  .callback-form h4 {
    font-size: 1.625rem;
    line-height: 2rem;
  }

  /* Projects */
  .projects-section {
    padding: 1rem 0;
  }
  .projects-section .services h2 {
    font-size: 1.4rem;
    line-height: 1.85rem;
  }
  .page-content-wrapper {
    padding-bottom: 0 !important;
  }

  /* Inner-page header (cyber security, concierge, etc.) */
  .header h1 {
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
  .header p {
    font-size: 1.25rem;
    line-height: 1.8rem;
  }
  .page-content .header,
  .post-type-archive .header {
    padding: 1.5rem 1rem;
  }
  .page-content .header-row {
    margin-bottom: 2rem;
  }

  /* .main-content body type — same scale across all inner pages */
  .main-content h2 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .main-content h3 {
    font-size: 1.25rem;
    line-height: 1.65rem;
  }
  .main-content .intro {
    font-size: 1.1875rem;
    line-height: 1.7rem;
  }
  .main-content p {
    font-size: 1.0625rem;
    line-height: 1.65rem;
  }
  .main-content p:first-of-type {
    font-size: 1.1875rem;
    line-height: 1.7rem;
  }
  .main-content li {
    font-size: 1.0625rem;
    line-height: 1.65rem;
  }

  /* CTA overlap */
  .cta-overlap h4 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .cta-overlap p {
    font-size: 1.0625rem;
    line-height: 1.65rem;
  }

  /* ========== Concierge-page specific ========== */
  .concierge-band {
    padding: 3rem 0;
  }
  .concierge-band--hero {
    padding: 3.5rem 0 3rem;
  }
  .concierge-feature,
  .concierge-step {
    padding: 1.75rem 0;
  }
  .concierge-feature-grid,
  .concierge-step-grid {
    margin-top: 2rem;
  }
  .concierge-feature__title,
  .concierge-step__title {
    font-size: 1.25rem;
    line-height: 1.55rem;
  }
  .concierge-feature__body,
  .concierge-step__body,
  .concierge-bullets li {
    font-size: 1.0625rem !important;
    line-height: 1.65rem !important;
  }
  .concierge-step__num {
    font-size: 2rem;
  }
  .concierge-toggle {
    font-size: 1.0625rem !important;
    line-height: 1.65rem !important;
  }
  .concierge-fineprint {
    font-size: 1.0625rem !important;
    line-height: 1.65rem !important;
    max-width: 100%;
  }
  .concierge-hero-cta {
    margin: 1.75rem 0 0;
  }
  .concierge-fineprint {
    margin-top: 1.75rem !important;
  }
  .concierge-cta {
    font-size: 1rem;
    padding: 14px 28px;
  }
  /* Ten-client big numeral — scale down for mobile */
  .concierge-bignum {
    font-size: 5rem;
    line-height: 1;
  }
  .concierge-dark__title {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  /* Footer */
  .site-footer {
    padding: 2rem 1rem 1rem;
  }
  .site-footer .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .footer-badges-row {
    padding: 1.25rem 0;
  }
  .footer-badges {
    gap: 1.25rem;
    justify-content: center;
  }
  .footer-sub {
    padding: 1rem 0;
  }
}
.page-content-wrapper {
  padding-top: 0 !important;
}

.page-content-wrapper .container {
  padding-top: 0 !important;
}

.page-content, .entry-content, .entry-summary {
  margin-top: 0 !important;
}

.page-content .header-row {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  background-color: #f5f5f5;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .page-content .header-row {
    margin-bottom: 4rem;
  }
}

.page-content .header, .post-type-archive .header {
  padding: 2rem 1.5rem;
}
@media (min-width: 768px) {
  .page-content .header, .post-type-archive .header {
    padding: 3rem 2rem;
  }
}

.feature-boxes-section {
  padding: 1rem;
}
@media (min-width: 768px) {
  .feature-boxes-section {
    padding: 0;
  }
}
.feature-boxes-section .row {
  display: flex;
  flex-wrap: wrap;
}
.feature-boxes-section .col-12,
.feature-boxes-section .col-md-4 {
  display: flex;
}
.feature-boxes-section .row > [class*="col"] {
  display: flex;
}
.feature-boxes-section .feature-box,
.feature-boxes-section .sidebar-image-box {
  position: relative;
  margin-bottom: 0;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 340px;
  overflow: hidden;
  border-radius: 20px;
}
.feature-boxes-section .feature-box:hover,
.feature-boxes-section .sidebar-image-box:hover {
  transform: translateY(-4px);
}
.feature-boxes-section .feature-box__image {
  overflow: hidden;
  height: 55%;
  flex-shrink: 0;
}
.feature-boxes-section .feature-box__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Icon variant — SVG centered inside the image area, sized by modifier class.
   `color` is set via inline style (cta_icon_color) and inherited by the SVG
   via currentColor, so the line / fill recolors automatically. */
.feature-boxes-section .feature-box__image--icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0056f7;
  background-color: #f4f6fb;
  background-image:
    radial-gradient(circle at center, rgba(0, 86, 247, 0.12) 0%, rgba(0, 86, 247, 0) 55%),
    radial-gradient(rgba(4, 22, 112, 0.18) 1px, transparent 1.4px);
  background-size: 100% 100%, 18px 18px;
  background-position: center, 0 0;
  overflow: hidden;
}
.feature-boxes-section .feature-box__image--icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62%;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, currentColor 0%, rgba(255, 255, 255, 0) 70%);
  opacity: 0.18;
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
}
.feature-boxes-section .feature-box:hover .feature-box__image--icon::before {
  transform: translate(-50%, -50%) scale(1.08);
  opacity: 0.28;
}
.feature-boxes-section .feature-box__image--icon .feature-box__svg {
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 80%;
  transition: transform 0.4s ease;
  filter: drop-shadow(0 6px 14px rgba(4, 22, 112, 0.18));
}
.feature-boxes-section .feature-box:hover .feature-box__image--icon .feature-box__svg {
  transform: scale(1.06) rotate(-1.5deg);
}
.feature-boxes-section .feature-box__image--small .feature-box__svg {
  max-width: 110px;
  max-height: 110px;
}
.feature-boxes-section .feature-box__image--medium .feature-box__svg {
  max-width: 180px;
  max-height: 180px;
}
.feature-boxes-section .feature-box__image--large .feature-box__svg {
  max-width: 240px;
  max-height: 240px;
}
.feature-boxes-section .feature-box__content {
  background-color: #04176f;
  color: #ffffff;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem;
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .feature-boxes-section .feature-box__content {
    padding: 1.5rem 4rem 1.5rem 2rem;
  }
}
.feature-boxes-section .feature-box__content::before {
  content: "→";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #ffffff;
  font-weight: bold;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .feature-boxes-section .feature-box__content::before {
    right: 1.5rem;
    font-size: 2.5rem;
  }
}
.feature-boxes-section .feature-box__content h3 {
  font-family: tenon, sans-serif;
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1.6rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .feature-boxes-section .feature-box__content h3 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
.feature-boxes-section .feature-box__content p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0.75rem;
  color: #ffffff;
  opacity: 0.9;
  flex: 1;
}
.feature-boxes-section .feature-box:hover .feature-box__content::before {
  transform: translateY(-50%) translateX(5px);
}
.feature-boxes-section .feature-box__link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  transition: opacity 0.3s ease;
  margin-top: auto;
}
.feature-boxes-section .feature-box__link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.sidebar-content .sidebar-cta-box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.sidebar-content .sidebar-cta-box__image {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  flex-shrink: 0;
}
.sidebar-content .sidebar-cta-box__image img {
  display: block;
  width: 100%;
  height: auto;
}
.sidebar-content .sidebar-cta-box__content {
  background-color: #04176f;
  color: #ffffff;
  padding: 1.5rem 2.5rem 1.5rem 1.25rem;
  margin-top: -2rem;
  position: relative;
  z-index: 1;
  border-radius: 0 0 20px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sidebar-content .sidebar-cta-box__content::before {
  content: '→';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: bold;
  transition: transform 0.3s ease;
}
.sidebar-content .sidebar-cta-box:hover .sidebar-cta-box__content::before {
  transform: translateY(-50%) translateX(5px);
}
.sidebar-content .sidebar-cta-box__content h4 {
  font-family: tenon, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.sidebar-content .sidebar-cta-box__content p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0.75rem;
  color: #ffffff;
  opacity: 0.9;
  flex: 1;
}
.sidebar-content .sidebar-cta-box__link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  transition: opacity 0.3s ease;
  margin-top: auto;
}
.sidebar-content .sidebar-cta-box__link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.page-template-page-sidebar .page-content .header-row,
.post-type-archive .page-content .header-row {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #f5f5f5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-template-page-sidebar .page-content .header-row,
  .post-type-archive .page-content .header-row {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
/* Sidebar page & archive – mobile alignment */
@media (max-width: 991px) {
  .page-template-page-sidebar .sidebar-content,
  .post-type-archive .sidebar-content {
    margin-top: 1rem;
  }
  .page-template-page-sidebar .sidebar-content .sidebar-cta-box,
  .page-template-page-sidebar .sidebar-content .sidebar-email-signup,
  .post-type-archive .sidebar-content .sidebar-cta-box,
  .post-type-archive .sidebar-content .sidebar-email-signup {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .page-template-page-sidebar .page-content > .row.g-4,
  .post-type-archive .page-content > .row.g-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .page-template-page-sidebar .sidebar-content,
  .post-type-archive .sidebar-content {
    padding: 0 0.25rem;
  }
  .page-template-page-sidebar .sidebar-content .sidebar-cta-box,
  .page-template-page-sidebar .sidebar-content .sidebar-email-signup,
  .post-type-archive .sidebar-content .sidebar-cta-box,
  .post-type-archive .sidebar-content .sidebar-email-signup {
    max-width: 100%;
  }
}

/* CTA section on sidebar page & archive */
.page-template-page-sidebar .callback-section-full,
.post-type-archive .callback-section-full {
  display: block;
  overflow: hidden;
  padding: 3rem 0;
}
.page-template-page-sidebar .callback-section-full .callback-wrapper,
.post-type-archive .callback-section-full .callback-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

/* Sidebar image overlay box */
.sidebar-image-box {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  min-height: 260px;
}
.sidebar-image-box__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}
.sidebar-image-box:hover .sidebar-image-box__bg {
  transform: scale(1.05);
}
.sidebar-image-box__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 23, 111, 0.85) 0%, rgba(4, 23, 111, 0.3) 60%, transparent 100%);
}
.sidebar-image-box__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: 260px;
  padding: 1.5rem;
}
.sidebar-image-box__content h4 {
  font-family: tenon, sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0.4rem;
  color: #ffffff;
}
.sidebar-image-box__content p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.9;
  margin-bottom: 0;
}
.sidebar-image-box__arrow {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 0.9rem;
  transition: background 0.3s ease, transform 0.3s ease;
  z-index: 1;
}
.sidebar-image-box:hover .sidebar-image-box__arrow {
  background: rgba(255, 255, 255, 0.35);
  transform: translateX(3px);
}

/* Email signup sidebar box */
.sidebar-email-signup__inner {
  background: linear-gradient(135deg, #04176f 0%, #0056f7 100%);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  color: #ffffff;
}
.sidebar-email-signup__icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  color: #ffffff;
}
.sidebar-email-signup__inner h4 {
  font-family: tenon, sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.sidebar-email-signup__inner p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.9;
  margin-bottom: 1.25rem;
}
.sidebar-email-signup__form input[type="email"] {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: tenon, sans-serif;
  font-size: 14px;
  outline: none;
  margin-bottom: 0.75rem;
  transition: border-color 0.3s ease;
}
.sidebar-email-signup__form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.sidebar-email-signup__form input[type="email"]:focus {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.15);
}
.sidebar-email-signup__form button {
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 25px;
  background: #ffffff;
  color: #0056f7;
  font-family: tenon, sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.sidebar-email-signup__form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.sidebar-email-signup__form .sidebar-email-privacy {
  font-size: 11px;
  opacity: 0.7;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

/* Product cards */
.product-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}
.product-card__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background-color: #f5f5f5;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__content h3 {
  font-family: tenon, sans-serif;
  font-weight: 500;
  font-size: 1.35rem;
  color: #04176f;
  margin-bottom: 0.5rem;
}
.product-card__content p {
  font-family: tenon, sans-serif;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.product-card__tech {
  font-family: tenon, sans-serif;
  font-size: 0.85rem;
}

/* Product sidebar */
.product-sidebar {
  background: #f8f8fa;
  border-radius: 20px;
  padding: 2rem;
}
.product-sidebar .fw-semibold {
  color: #04176f;
  font-family: tenon, sans-serif;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Product gallery */
.product-gallery h3 {
  font-family: tenon, sans-serif;
  font-weight: 500;
  color: #04176f;
}
.product-gallery img {
  transition: transform 0.3s ease;
}
.product-gallery img:hover {
  transform: scale(1.02);
}

/* Hosting pricing cards */
.hosting-card {
  background: #fff;
  border: 1px solid #e8e8ef;
  border-radius: 20px;
  padding: 2rem;
  padding-top: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.hosting-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}
.hosting-card--featured {
  border: 2px solid #041670;
}
.hosting-card__badge {
  position: absolute;
  top: 0;
  right: 2rem;
  background: #041670;
  color: #fff;
  font-family: tenon, sans-serif;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.4rem 0.85rem;
  border-radius: 0 0 10px 10px;
}
.hosting-card__title {
  font-family: tenon, sans-serif;
  font-weight: 600;
  font-size: 1.35rem;
  color: #04176f;
  margin-bottom: 0.35rem;
}
.hosting-card__subtitle {
  font-family: tenon, sans-serif;
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.25rem;
  line-height: 1.5;
  font-weight: 200;
}
.hosting-card__price {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.hosting-card__currency {
  font-family: tenon, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #04176f;
}
.hosting-card__amount {
  font-family: tenon, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #04176f;
  line-height: 1;
}
.hosting-card__amount--text {
  font-size: 1.5rem;
}
.hosting-card__period {
  font-family: tenon, sans-serif;
  font-size: 0.85rem;
  color: #888;
  margin-left: 3px;
}
.hosting-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  flex-grow: 1;
}
.hosting-card__features li {
  font-family: tenon, sans-serif;
  font-size: 1rem;
  padding: 0.35rem 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #444;
}
.hosting-card__features li i {
  color: #0056f7;
  font-size: 0.7rem;
  min-width: 14px;
}
.hosting-card__btn {
  font-family: tenon, sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  padding: 0.65rem 1.25rem;
  background: #fff;
  color: #04176f;
  border: 2px solid #04176f;
  transition: all 0.2s ease;
}
.hosting-card__btn:hover {
  background: #04176f;
  color: #fff;
}
.hosting-card__btn--featured {
  background: #041670;
  color: #fff;
  border-color: #041670;
}
.hosting-card__btn--featured:hover {
  background: #031258;
  border-color: #031258;
  color: #fff;
}
.hosting-card__note {
  font-family: tenon, sans-serif;
  font-size: 0.85rem;
  color: #888;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0;
}


/* Add-ons section */
.hosting-addons {
  background: #f8f9fc;
  border-radius: 20px;
  padding: 3rem;
}
@media (max-width: 767px) {
  .hosting-addons {
    padding: 1.5rem;
    border-radius: 30px;
  }
}
.hosting-addons__title {
  font-family: tenon, sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 2vw + 1rem, 1.85rem);
  line-height: clamp(2rem, 2.2vw + 1rem, 2.125rem);
  color: #041670;
  margin-bottom: 0.5rem;
  text-align: center;
}
.hosting-addons__intro {
  font-family: tenon, sans-serif;
  font-size: clamp(1rem, 2vw + 1rem, 1.275rem);
  line-height: clamp(1.5rem, 2.2vw + 1rem, 2rem);
  font-weight: 200;
  color: #666;
  margin-bottom: 2.5rem;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.hosting-addon-group {
  margin-bottom: 2.5rem;
}
.hosting-addon-group:last-child {
  margin-bottom: 0;
}
.hosting-addon-group__title {
  font-family: tenon, sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 2vw + 0.5rem, 1.5rem);
  line-height: clamp(1.75rem, 2.2vw + 0.5rem, 2rem);
  color: #041670;
  margin-bottom: 0.25rem;
  text-align: center;
}
.hosting-addon-group__desc {
  font-family: tenon, sans-serif;
  font-size: clamp(1rem, 2vw + 1rem, 1.15rem);
  line-height: clamp(1.5rem, 2.2vw + 1rem, 1.75rem);
  font-weight: 200;
  color: #666;
  margin-bottom: 1.5rem;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

/* Add-on wide cards */
.hosting-addon-wide {
  background: #fff;
  border: 1px solid #e8e8ef;
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 1rem;
}
.hosting-addon-wide__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f0f0f0;
}
.hosting-addon-wide__name {
  font-family: tenon, sans-serif;
  font-weight: 600;
  font-size: 1.35rem;
  color: #04176f;
  margin-bottom: 0.2rem;
}
.hosting-addon-wide__subtitle {
  font-family: tenon, sans-serif;
  font-size: 1rem;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5;
  font-weight: 200;
}
.hosting-addon-wide__price {
  text-align: right;
  white-space: nowrap;
}
.hosting-addon-wide__amount {
  font-family: tenon, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #04176f;
  line-height: 1;
}
.hosting-addon-wide__period {
  font-family: tenon, sans-serif;
  font-size: 0.8rem;
  color: #888;
  margin-left: 2px;
}
.hosting-addon-wide__features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  columns: 3;
  column-gap: 1.5rem;
}
@media (max-width: 991px) {
  .hosting-addon-wide__features {
    columns: 2;
  }
}
@media (max-width: 576px) {
  .hosting-addon-wide__features {
    columns: 1;
  }
}
.hosting-addon-wide__features li {
  font-family: tenon, sans-serif;
  font-size: 1rem;
  padding: 0.35rem 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #444;
  break-inside: avoid;
}
.hosting-addon-wide__features li i {
  color: #0056f7;
  font-size: 0.7rem;
  min-width: 14px;
}
.hosting-addon__btn {
  font-family: tenon, sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 0.6rem 1.5rem;
  background: #fff;
  color: #04176f;
  border: 2px solid #04176f;
  transition: all 0.2s ease;
}
.hosting-addon__btn:hover {
  background: #04176f;
  color: #fff;
}

/* Hosting sidebar (single page) */
.hosting-sidebar-card {
  background: #f8f8fa;
  border-radius: 20px;
  padding: 2rem;
}
.hosting-sidebar-card__price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e8e8e8;
}
.hosting-single__icon {
  font-size: 2.5rem;
  color: #0056f7;
}

/* Related packages */
.hosting-related h6 {
  font-family: tenon, sans-serif;
  font-weight: 600;
  color: #04176f;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}
.hosting-related__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  background: #f8f8fa;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  text-decoration: none;
  color: #04176f;
  font-family: tenon, sans-serif;
  font-size: 0.95rem;
  transition: background 0.2s ease;
}
.hosting-related__item:hover {
  background: #eef0f8;
  color: #0056f7;
}
.hosting-related__item i {
  font-size: 0.8rem;
  color: #0056f7;
}

/* Hosting enquiry modal */
.hosting-modal {
  border-radius: 30px;
  border: none;
  overflow: hidden;
}
.hosting-modal__header {
  background: #04176f;
  color: #fff;
  border-bottom: none;
  padding: 2rem 2rem 1.5rem;
}
.hosting-modal__header h4 {
  font-family: tenon, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 0.25rem;
}
.hosting-modal__subtitle {
  font-family: tenon, sans-serif;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.hosting-modal .modal-body {
  padding: 2rem;
}
.hosting-enquiry-form .form-label {
  font-family: tenon, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #04176f;
}
.hosting-enquiry-form .form-control,
.hosting-enquiry-form .form-select {
  border: 1px solid #ccc !important;
  border-radius: 10px;
  padding: 0.7rem 1rem;
  font-family: tenon, sans-serif;
  font-size: 0.95rem;
  background-color: #fff;
}
.hosting-enquiry-form .form-control:focus,
.hosting-enquiry-form .form-select:focus {
  border-color: #0056f7 !important;
  box-shadow: 0 0 0 2px rgba(0, 86, 247, 0.15);
}
.hosting-enquiry-form__footer {
  text-align: center;
}

/* Hosting logos strip */
.hosting-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.hosting-logos img {
  height: 50px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1) opacity(0.6);
  transition: filter 0.3s ease;
}
.hosting-logos img:hover {
  filter: grayscale(0) opacity(1);
}

/* Projects section */
.projects-section {
  padding: 2rem 0;
}
.projects-section__heading {
  font-family: tenon, sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 2.3rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.projects-section__intro {
  font-family: tenon, sans-serif;
  font-size: clamp(1rem, 2vw + 1rem, 1.15rem);
  font-weight: 200;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.slick-projects .slick-slide {
  padding: 0 0.75rem;
}
.project-slide {
  outline: none;
}
.project-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(4, 22, 112, 0.1);
  color: inherit;
  text-decoration: none;
}
.project-card__image {
  aspect-ratio: 16 / 10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eee;
  position: relative;
}
.project-card__pills {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.project-card__pill {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  background: rgba(4, 22, 112, 0.85);
  color: #fff;
  font-family: tenon, sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  border-radius: 20px;
  letter-spacing: 0.02em;
  backdrop-filter: blur(4px);
}
.project-card__content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.project-card__content h3 {
  font-family: tenon, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: #041670;
  margin-bottom: 0.35rem;
  line-height: 1.3;
}
.project-card__subtitle {
  font-family: tenon, sans-serif;
  font-size: 0.9rem;
  font-weight: 200;
  color: #666;
  display: block;
  line-height: 1.4;
  flex: 1;
}
.project-card__tech {
  font-family: tenon, sans-serif;
  font-size: 0.85rem;
  color: #0056f7;
  font-weight: 400;
}

/* Contact page */
.contact-detail-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.5rem 2rem;
  background: #fff;
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}
a.contact-detail-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(4, 22, 112, 0.1);
  color: inherit;
  text-decoration: none;
}
.contact-detail-box__icon {
  width: 64px;
  height: 64px;
  background: #041670;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.contact-detail-box__icon i {
  font-size: 1.5rem;
  color: #fff;
}
.contact-detail-box__label {
  font-family: tenon, sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
  margin-bottom: 0.35rem;
}
.contact-detail-box__value {
  font-family: tenon, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #041670;
  word-break: break-word;
}

/* Contact form section */
.contact-form-section {
  background: #f5f5f5;
}
.contact-form-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem;
}
@media (min-width: 768px) {
  .contact-form-card {
    padding: 3rem;
  }
}
.contact-form-card h3 {
  font-family: tenon, sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 2vw + 1rem, 1.85rem);
  color: #041670;
  margin-bottom: 0.25rem;
  text-align: center;
}
.contact-form-card > p {
  font-family: tenon, sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  color: #666;
  text-align: center;
  margin-bottom: 2rem;
}

/* Multi-step type selector */
.contact-type-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 576px) {
  .contact-type-grid {
    grid-template-columns: 1fr;
  }
}
.contact-type-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 2rem 1.5rem;
  background: #f8f9fc;
  border: 2px solid transparent;
  border-radius: 16px;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.contact-type-btn:hover {
  border-color: #041670;
  transform: translateY(-2px);
  background: #fff;
}
.contact-type-btn i {
  font-size: 2rem;
  color: #041670;
}
.contact-type-btn span {
  font-family: tenon, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #041670;
}

/* Step 2 form fields */
.contact-multi-form input,
.contact-multi-form textarea,
.contact-multi-form select {
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 12px !important;
  padding: 0.85rem 1.25rem !important;
  font-size: 1rem;
  font-family: tenon, sans-serif;
  width: 100%;
  transition: border-color 0.2s ease;
}
.contact-multi-form input:focus,
.contact-multi-form textarea:focus,
.contact-multi-form select:focus {
  outline: none;
  border-color: #041670 !important;
  box-shadow: 0 0 0 2px rgba(4, 22, 112, 0.1);
}
.contact-multi-form textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-submit-btn {
  background: #041670;
  color: #fff;
  border: none;
  padding: 0.75rem 2.5rem;
  font-family: tenon, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.04em;
  transition: background 0.2s ease;
}
.contact-submit-btn:hover {
  background: #031258;
  color: #fff;
}
#contactBack {
  font-family: tenon, sans-serif;
  font-size: 0.9rem;
  color: #041670;
}
#contactBack:hover {
  color: #0056f7;
}

/* Thank you step */
.contact-thankyou__icon {
  width: 80px;
  height: 80px;
  background: #041670;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}
.contact-thankyou__icon i {
  font-size: 2rem;
  color: #fff;
}
.contact-thankyou h3 {
  font-family: tenon, sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  color: #041670;
  margin-bottom: 0.5rem;
}
.contact-thankyou p {
  font-family: tenon, sans-serif;
  font-size: 1.05rem;
  font-weight: 200;
  color: #555;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

/* Contact page intro text */
.contact-page-intro {
  text-align: center;
}
.contact-page-intro p {
  text-align: center;
}
.contact-form-section__form input,
.contact-form-section__form textarea,
.contact-form-section__form select {
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 12px !important;
  padding: 0.85rem 1.25rem !important;
  font-size: 1rem;
  font-family: tenon, sans-serif;
  width: 100%;
  transition: border-color 0.2s ease;
}
.contact-form-section__form input:focus,
.contact-form-section__form textarea:focus,
.contact-form-section__form select:focus {
  outline: none;
  border-color: #041670 !important;
  box-shadow: 0 0 0 2px rgba(4, 22, 112, 0.1);
}
.contact-form-section__form textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form-section__form button,
.contact-form-section__form input[type="submit"] {
  background-color: #041670;
  border: none !important;
  color: #fff;
  border-radius: 30px !important;
  padding: 12px 40px !important;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 2px;
  transition: all 0.3s ease;
  display: block;
  margin: 1rem auto 0;
}
.contact-form-section__form button:hover,
.contact-form-section__form input[type="submit"]:hover {
  background-color: #031258;
}

/* ============================
   Concierge page
   See .impeccable.md for the design context.
   ============================ */

/* Section bands give the page rhythm */
.concierge-band {
  padding: clamp(4rem, 7vw, 8rem) 0;
}
.concierge-band--hero {
  background: #f5f5f5;
  padding: clamp(5rem, 8vw, 8rem) 0 clamp(4rem, 7vw, 7rem);
}
.concierge-band--white {
  background: #ffffff;
}
.concierge-band--cream {
  background: #f8f9fc;
}
.concierge-band--dark {
  background: url("graphic.png") no-repeat center / cover, linear-gradient(135deg, #04176f 0%, #0056f7 100%);
  color: #ffffff;
}

/* H2 spacing in concierge bands */
.concierge-band .main-content h2 {
  margin-bottom: 1.5rem;
}

/* Hero CTA + fineprint */
.concierge-hero-cta {
  margin: 2.5rem 0 0;
}
.concierge-fineprint {
  font-family: tenon, sans-serif !important;
  font-weight: 100;
  font-size: clamp(1rem, 2vw + 1rem, 1.275rem) !important;
  line-height: clamp(1.5rem, 2.2vw + 1rem, 2rem) !important;
  color: #888 !important;
  max-width: 640px;
  margin: 2.5rem auto 0 !important;
}

/* "Read more" toggle for inclusion cards */
.concierge-toggle {
  background: none;
  border: 0;
  padding: 0;
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: tenon, sans-serif;
  font-weight: 100;
  font-size: clamp(1rem, 2vw + 1rem, 1.275rem);
  line-height: clamp(1.5rem, 2.2vw + 1rem, 2rem);
  letter-spacing: 0;
  color: #041670;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s ease;
  align-self: flex-start;
}
.concierge-toggle:hover,
.concierge-toggle:focus {
  color: #0056f7;
  outline: none;
}
.concierge-toggle__icon {
  font-size: 0.7em;
  color: #0056f7;
  transition: transform 0.25s ease;
}
.concierge-feature.is-expanded .concierge-toggle__icon {
  transform: rotate(180deg);
}

/* Clamp body text in inclusion cards */
.concierge-feature.is-clamped .concierge-feature__body {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Plain "—" bulleted list (for "What is not included") */
.concierge-bullets {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem 2rem;
}
@media (min-width: 768px) {
  .concierge-bullets {
    grid-template-columns: 1fr 1fr;
  }
}
.concierge-bullets li {
  position: relative;
  padding-left: 1.75rem;
  font-family: tenon, sans-serif;
  font-weight: 100;
  font-size: clamp(1rem, 2vw + 1rem, 1.275rem);
  line-height: clamp(1.5rem, 2.2vw + 1rem, 2rem);
  color: #333;
}
.concierge-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 14px;
  height: 1px;
  background: #0056f7;
}

/* Ten-client big numeral */
.concierge-bignum {
  font-family: tenon, sans-serif;
  font-weight: 500;
  font-size: clamp(7rem, 14vw, 12rem);
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: #ffffff;
}
.concierge-bignum__label {
  font-family: tenon, sans-serif;
  font-weight: 100;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.75rem;
}
.concierge-dark__title {
  font-family: tenon, sans-serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 2vw + 1rem, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 1.25rem;
}
.concierge-dark__body p {
  font-family: tenon, sans-serif !important;
  font-weight: 100;
  font-size: clamp(1rem, 0.5vw + 0.9rem, 1.15rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1rem;
}
.concierge-dark__body p:last-child {
  margin-bottom: 0;
}

/* Feature grid — subtle inner grid lines (no outside borders) */
.concierge-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .concierge-feature-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .concierge-feature-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.concierge-feature {
  display: flex;
  flex-direction: column;
  color: #0056f7; /* sets currentColor for the SVG inside */
  padding: 2.5rem 2rem;
  border-right: 1px solid rgba(4, 22, 112, 0.1);
  border-bottom: 1px solid rgba(4, 22, 112, 0.1);
}
/* Last column: drop the right border */
@media (min-width: 992px) {
  .concierge-feature:nth-child(3n) {
    border-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .concierge-feature:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 767.98px) {
  .concierge-feature {
    border-right: 0;
  }
}
/* Last row: drop the bottom border */
@media (min-width: 992px) {
  .concierge-feature:nth-last-child(-n+3):nth-child(3n+1),
  .concierge-feature:nth-last-child(-n+3):nth-child(3n+1) ~ .concierge-feature {
    border-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .concierge-feature:nth-last-child(-n+2):nth-child(2n+1),
  .concierge-feature:nth-last-child(-n+2):nth-child(2n+1) ~ .concierge-feature {
    border-bottom: 0;
  }
}
.concierge-feature:last-child {
  border-bottom: 0;
}
.concierge-feature__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 1.75rem;
  color: #0056f7;
}
.concierge-feature__svg {
  width: 100%;
  height: 100%;
  display: block;
}
.concierge-feature__title {
  font-family: tenon, sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.35;
  color: #041670;
  margin: 0 0 0.75rem;
  letter-spacing: -0.015em;
}
.concierge-feature__body {
  font-family: tenon, sans-serif !important;
  font-weight: 100;
  font-size: clamp(1rem, 2vw + 1rem, 1.275rem);
  line-height: clamp(1.5rem, 2.2vw + 1rem, 2rem);
  color: #444;
  margin: 0;
}

/* Step grid — same subtle inner-line treatment as feature grid */
.concierge-step-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .concierge-step-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .concierge-step-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.concierge-step {
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2rem;
  border-right: 1px solid rgba(4, 22, 112, 0.1);
  border-bottom: 1px solid rgba(4, 22, 112, 0.1);
}
/* Drop right border on the last column at each breakpoint */
@media (min-width: 992px) {
  .concierge-step:nth-child(4n) {
    border-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .concierge-step:nth-child(2n) {
    border-right: 0;
  }
}
@media (max-width: 767.98px) {
  .concierge-step {
    border-right: 0;
  }
}
/* Drop bottom border on the last row */
@media (min-width: 992px) {
  .concierge-step:nth-last-child(-n+4):nth-child(4n+1),
  .concierge-step:nth-last-child(-n+4):nth-child(4n+1) ~ .concierge-step {
    border-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .concierge-step:nth-last-child(-n+2):nth-child(2n+1),
  .concierge-step:nth-last-child(-n+2):nth-child(2n+1) ~ .concierge-step {
    border-bottom: 0;
  }
}
.concierge-step:last-child {
  border-bottom: 0;
}
.concierge-step__num {
  font-family: tenon, sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #0056f7;
  margin-bottom: 1.25rem;
  display: block;
}
.concierge-step__title {
  font-family: tenon, sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.35;
  color: #041670;
  margin: 0 0 0.75rem;
  letter-spacing: -0.015em;
}
.concierge-step__body {
  font-family: tenon, sans-serif !important;
  font-weight: 100;
  font-size: clamp(1rem, 2vw + 1rem, 1.275rem);
  line-height: clamp(1.5rem, 2.2vw + 1rem, 2rem);
  color: #444;
  margin: 0;
}

/* ============================
   Unified concierge button — every "Request a call" / hero CTA / pricing
   button on the page uses .concierge-cta. Three colour variants:
     (default)             — solid blue, for light backgrounds
     .concierge-cta--dark  — solid navy, for the featured pricing card
     .concierge-cta--light — white pill, for dark band backgrounds
   All identical size, weight, padding, radius and letter-spacing.
   ============================ */
.concierge-cta {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 30px;
  font-family: tenon, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  border: none;
  cursor: pointer;
  background: #0056f7;
  color: #ffffff;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.concierge-cta:hover,
.concierge-cta:focus {
  background: #04176f;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}
.concierge-cta:visited {
  color: #ffffff;
}

.concierge-cta--dark {
  background: #04176f;
  color: #ffffff;
}
.concierge-cta--dark:hover,
.concierge-cta--dark:focus {
  background: #031258;
  color: #ffffff;
}

.concierge-cta--light {
  background: #ffffff;
  color: #041670;
}
.concierge-cta--light:hover,
.concierge-cta--light:focus,
.concierge-cta--light:visited {
  background: #e9e9e9;
  color: #041670;
}

@media (max-width: 767px) {
  .concierge-band {
    padding: 2.5rem 0;
  }
  .concierge-band--hero {
    padding: 3rem 0 2.5rem;
  }
  .concierge-feature__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 1.25rem;
  }
  .concierge-feature-grid,
  .concierge-step-grid {
    margin-top: 2.5rem;
  }
}

/* ============================
   Header — static "All systems active" indicator + Slack chat chip + phone
   ============================ */

/* Three meta items wrapper. Sits inline with the burger on desktop;
   drops to a second row below the logo + burger on mobile. */
.fc-meta-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto; /* push to the right on desktop */
}
.main-header .navbar {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap;
}
.main-header .navbar .fc-burger {
  margin-left: 1.75rem;
}

@media (max-width: 767.98px) {
  .main-header .navbar {
    flex-wrap: wrap;
    row-gap: 0.85rem;
  }
  .main-header .navbar-brand {
    order: 1;
  }
  .main-header .navbar .fc-burger {
    order: 2;
    margin-left: auto;
  }
  .fc-meta-row {
    order: 3;
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
    gap: 0.5rem 0.875rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  /* Smaller, tighter meta items on mobile so they fit on one row */
  .fc-meta-row .fc-status,
  .fc-meta-row .fc-header-phone {
    font-size: 0.875rem !important;
    gap: 0.4rem;
  }
  .fc-meta-row [data-slack-chat-status][data-slack-chat-status],
  .fc-meta-row [data-slack-chat-status][data-slack-chat-status] *,
  .fc-meta-row [data-slack-chat-status][data-slack-chat-status] span,
  .fc-meta-row [data-slack-chat-status][data-slack-chat-status] div {
    font: 100 0.875rem/1.2 tenon, sans-serif !important;
  }
  .fc-meta-row .fc-status__dot {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 380px) {
  /* On the very smallest screens, drop the static label to make room */
  .fc-meta-row .fc-status__text {
    display: none;
  }
}

/* Static "All systems active" — links to /status, driven by /api/health */
.fc-status {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: tenon, sans-serif;
  font-weight: 100;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.fc-status:hover,
.fc-status:focus,
.fc-status:visited {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.fc-status:hover {
  opacity: 0.85;
}
.fc-status__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  position: relative;
  flex-shrink: 0;
}
.fc-status--online .fc-status__dot {
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
  animation: fc-status-pulse 2s ease-out infinite;
}
.fc-status--offline .fc-status__dot {
  background: #ef4444;
  animation: none;
}
@keyframes fc-status-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.6); }
  70%  { box-shadow: 0 0 0 9px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .fc-status--online .fc-status__dot {
    animation: none;
  }
}

/* Slack chat status chip — rendered by status.js with .scs-chip + .scs-dot. */
[data-slack-chat-status] .scs-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #fff;
  font-family: tenon, sans-serif;
  font-size: 1rem;
  font-weight: 100;
  cursor: pointer;
}

[data-slack-chat-status] .scs-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34c759;
  flex-shrink: 0;
}
[data-slack-chat-status] .scs-dot[data-state="away"] {
  background: #ff9500;
}
[data-slack-chat-status] .scs-dot[data-state="offline"] {
  background: #8e8e93;
}

/* Thin vertical separators between the three meta items.
   Hide automatically on mobile when items wrap onto a new line. */
.fc-status + [data-slack-chat-status]::before,
[data-slack-chat-status] + .fc-header-phone::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.25);
  vertical-align: middle;
  flex-shrink: 0;
}
.fc-status + [data-slack-chat-status]::before {
  margin-right: 1rem;
}
[data-slack-chat-status] + .fc-header-phone::before {
  margin-right: 0.5rem;
}
@media (max-width: 767.98px) {
  .fc-status + [data-slack-chat-status]::before,
  [data-slack-chat-status] + .fc-header-phone::before {
    display: none;
  }
}

.fc-header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: tenon, sans-serif;
  font-weight: 100;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.fc-header-phone:hover,
.fc-header-phone:focus,
.fc-header-phone:visited {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.85;
}
.fc-header-phone__icon {
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.7);
}

