@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;
  }
}
body.dark,
section.dark {
  background: url("graphic.png") #04176f no-repeat top;
}

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

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: #351c72;
}
h2 em {
  font-style: normal;
  color: #0056f7;
}

.dark p {
  font-family: tenon, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  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, 24px);
  line-height: clamp(22px, 2.4vw, 32px);
  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: clamp(1.5rem, 2vw + 1rem, 2rem);
  line-height: clamp(2rem, 2.2vw + 1rem, 2.325rem);
  color: #351c72;
}
.homepage-feature h2 span {
  color: #0056f7;
}
.homepage-feature p {
  font-family: tenon, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1rem, 2vw + 1rem, 1.375rem);
  line-height: clamp(1.8rem, 2.2vw + 1rem, 2.1rem);
  color: #292929;
}

.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: 400;
  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: 400;
  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: #3840f4;
}
.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;
  font-size: 0.9rem !important;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}
.footer-tagline {
  max-width: 280px;
}
.footer-heading {
  font-family: tenon, sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  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;
  font-size: 0.85rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s ease;
  letter-spacing: 0.01em;
}
.footer-nav a:hover {
  color: #fff;
}
.footer-contact {
  margin-bottom: 0.35rem;
}
.footer-contact a {
  font-family: tenon, sans-serif;
  font-size: 0.9rem;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.6);
  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: rgba(255, 255, 255, 0.5);
  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;
}
.site-footer .footer-copyright {
  font-family: tenon, sans-serif;
  font-size: 0.7rem !important;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 0;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.footer-legal {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}
.footer-legal a {
  font-family: tenon, sans-serif;
  font-size: 0.8rem;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-legal a:hover {
  color: #fff;
}
.footer-legal__sep {
  color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .footer-legal {
    justify-content: flex-start;
    margin-top: 0.5rem;
  }
}

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

.social-icons a {
  color: #5cf6ff;
  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: #351c72;
}
.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: #351c72;
}
.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: #351c72;
  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.8rem, 2.2vw + 1rem, 2.875rem);
  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: #351c72;
}
.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: #351c72;
}
.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: #351c74;
}
.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: 200;
  margin-bottom: 1rem;
}
.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: 200;
}
.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: 36px;
  line-height: 44px;
  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: rgb(0, 68.2429149798, 196);
  color: #ffffff;
  transform: translateY(-2px);
}

/* 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: 400;
  text-align: center;
  margin: 0;
  color: #ffffff;
}
.testimonial p.sub {
  margin-top: 20px;
  font-size: 18px;
  font-family: "Tenon";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin: 0;
  color: #7eaafd;
}

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

@media (max-width: 767px) {
  .homepage-feature {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .homepage-feature-inner {
    padding: 25px 25px !important;
  }
  .testimonial {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .callback-wrapper-inner .col-lg-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .page-content-wrapper {
    padding-bottom: 0 !important;
  }
}
.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: 420px;
  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;
}
.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: #351c72;
  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: #351c72;
  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: clamp(1.5rem, 2vw + 1rem, 1.85rem);
  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: #351c72;
  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;
}
