/*
Theme Name: Fastport-v02
Version: 2.0.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: fastport
*/

:root {
  /* neutrals */
  --white: #fff;
  --gray-1: #e6edf8;
  --gray-2: #9aa4b2;
  --dark-blue: #121926;

  /* primary */
  --main-blue: #327cb9;
  --light-blue: #d0def9;
  --mid-blue: #364461;

  /* secondary */
  --green: #00b67a;

  /* gradients */
  --linear-blue-20: linear-gradient(
    26deg,
    rgba(230, 237, 248, 1) 30.48%,
    rgba(83, 138, 252, 1) 73.23%
  );
  --linear-blue-100: linear-gradient(
    26deg,
    rgba(230, 237, 248, 1) 30.48%,
    rgba(83, 138, 252, 1) 73.23%
  );
  --linear-mockup: linear-gradient(90deg, #467ab4 0%, #275895 100%);
}
html {
  margin: 0;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body,
main {
  font-family: "Plus Jakarta Sans";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--primary-text);
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans";
}

main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

section {
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
}

@media (min-width: 992px) {
  section {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.section-container {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}

.btn {
  border: none;
  padding: 1.25rem 2rem;
  border-radius: 100px;
  font-weight: 600;
  font-size: 1.125rem;
  cursor: pointer;
  background-color: var(--main-blue);
  box-shadow: inset 0 0 0 1px rgba(10, 13, 18, 0.18),
    inset 0 -2px 0 0 rgba(10, 13, 18, 0.05), 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease, box-shadow 0.2s ease;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  position: relative;
  outline: none;
  color: white;
  text-align: center;
}

@media (min-width: 992px) {
  .btn {
    text-align: left;
  }
}

.btn:hover {
  color: var(--main-blue);
  background-color: white;
}

.black-btn {
  background-color: var(--primary-text);
  border: 1px solid var(--primary-text);
  color: var(--white);
}

a.arrow-btn {
  background-color: var(--main-blue);
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(10, 13, 18, 0.18),
    inset 0 -2px 0 0 rgba(10, 13, 18, 0.05), 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  transition: gap 0.2s ease;
  border-radius: 100px;
  gap: 0.75rem;
  padding: 0.375rem 0.375rem 0.375rem 1.25rem;
  margin-top: 30px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  a.arrow-btn {
    margin-top: 20px;
    padding: 0.375rem 0.375rem 0.375rem 2rem;
    gap: 1.5rem;
  }
}

a.arrow-btn .button-arrow {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--main-blue);
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  a.arrow-btn .button-arrow {
    font-size: 1.5rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}

a.arrow-btn:hover {
  gap: 2.5rem;
  background-color: var(--white);
  color: var(--main-blue);
}

a.arrow-btn:hover .button-arrow {
  transform: rotate(0deg);
  background-color: var(--main-blue);
  color: var(--white);
}

a.arrow-btn--white {
  background-color: var(--white);
  color: var(--main-blue);
}

a.arrow-btn--white:hover {
  background-color: var(--main-blue);
  color: var(--white);
}

a.arrow-btn--white:hover .button-arrow {
  background-color: var(--white);
  color: var(--main-blue);
}

a.arrow-btn--white .button-arrow {
  background-color: var(--main-blue);
  color: var(--white);
}

.section-wrapper {
  width: 100%;
  background: var(--gray-1);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.section-wrapper.blog-pages-container {
  max-width: 1300px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .show-mobile {
    display: none !important;
  }
}

.hide-mobile {
  display: none;
}

@media (min-width: 992px) {
  .hide-mobile {
    display: block;
  }
}

figure.intersect {
  position: absolute;
  min-height: 100%;
  top: 0;
  bottom: 0;
  left: auto;
  right: 8dvw;
}

figure.intersect img {
  mix-blend-mode: multiply;
}

.text-centered {
  text-align: center;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

body.no-scroll {
  overflow: hidden;
}

@media (min-width: 576px) {
  .show-mobile-navbar {
    display: none !important;
  }
}

.hide-mobile-navbar {
  display: none;
}

@media (min-width: 576px) {
  .hide-mobile-navbar {
    display: block;
  }
}

.main-nav {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 9999;
  height: 60px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  align-items: center;
  gap: 4vw;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.main-nav.sticky-navbar {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 10px;
}

@media (min-width: 1080px) {
  .main-nav {
    height: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.main-nav .left-nav {
  flex: 1;
}

@media (min-width: 1080px) {
  .main-nav .left-nav {
    flex: 0;
  }
}

.main-nav .left-nav .logo {
  height: 26px;
}

@media (min-width: 768px) {
  .main-nav .left-nav .logo {
    height: 36px;
  }
}

@media (min-width: 1080px) {
  .main-nav .left-nav .logo {
    height: 48px;
  }
}

.main-nav .middle-nav {
  display: none;
}

@media (min-width: 1080px) {
  .main-nav .middle-nav {
    display: block;
    flex: 1;
  }

  .main-nav .middle-nav .menu-items {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
  }

  .main-nav .middle-nav .menu-items .menu-item {
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: relative;
    transition: color 0.2s linear;
  }

  .main-nav .middle-nav .menu-items .menu-item:hover {
    color: var(--main-blue);
    cursor: pointer;
  }

  .main-nav .middle-nav .menu-items .menu-item img {
    height: 16px;
    width: 16px;
  }

  .main-nav .middle-nav .menu-items .menu-item .menu-link {
    text-decoration: none;
    color: inherit;
    font-weight: 500;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    transition: color 0.2s linear;
  }

  .main-nav .middle-nav .menu-items .menu-item .menu-link:hover {
    color: var(--main-blue);
  }

  .main-nav .middle-nav .menu-items .menu-item.has-dropdown .dropdown-toggle {
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    font: inherit;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
  }

  .main-nav
    .middle-nav
    .menu-items
    .menu-item.has-dropdown
    .dropdown-toggle:focus-visible {
    outline: 2px solid color-mix(in srgb, var(--main-blue) 70%, white 30%);
    outline-offset: 2px;
    border-radius: 6px;
  }

  .main-nav
    .middle-nav
    .menu-items
    .menu-item.has-dropdown
    .dropdown-toggle
    .dropdown-caret {
    height: 16px;
    width: 16px;
    transition: transform 0.2s ease;
  }

  .main-nav
    .middle-nav
    .menu-items
    .menu-item.has-dropdown.is-open
    .dropdown-caret {
    transform: rotate(180deg);
  }

  .main-nav .middle-nav .menu-items .menu-item.has-dropdown .dropdown-menu {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    min-width: 240px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.12);
    list-style: none;
    display: none;
    padding: 12px 0;
    z-index: 10000;
    opacity: 0;
    transform-origin: top left;
    transition: opacity 0.15s ease, transform 0.15s ease;
  }

  .main-nav
    .middle-nav
    .menu-items
    .menu-item.has-dropdown.is-open
    .dropdown-menu {
    display: block;
    opacity: 1;
    transform: scale(1);
  }

  .main-nav
    .middle-nav
    .menu-items
    .menu-item.has-dropdown
    .dropdown-menu
    > li
    a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: var(--mid-blue);
    font-weight: 500;
    line-height: 1.35;
    border-bottom: 1px solid var(--grayscale-200);
    transition: color 0.2s linear;
  }

  .main-nav
    .middle-nav
    .menu-items
    .menu-item.has-dropdown
    .dropdown-menu
    > li
    a:hover {
    background: var(--light-blue);
    color: var(--main-blue);
  }

  .main-nav
    .middle-nav
    .menu-items
    .menu-item.has-dropdown
    .dropdown-menu
    > li:last-child
    a {
    border-bottom: 0;
  }
}

.main-nav .right-nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media (min-width: 992px) {
  .main-nav .right-nav {
    gap: 24px;
  }
}

.main-nav .right-nav .login-button {
  display: none;
}

@media (min-width: 1080px) {
  .main-nav .right-nav .login-button {
    display: block;
    padding: 10px 18px;
    font-size: 14px;
    border: 1px solid var(--gray-1);
    box-shadow: inset 0 -2px 0 0 rgba(10, 13, 18, 0.05),
      0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: var(--dark-blue);
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 600;
  }

  .main-nav .right-nav .login-button:hover {
    background-color: var(--main-blue);
    color: #fff;
  }
}

.main-nav .right-nav .need-help {
  font-size: 14px;
  font-weight: 600;
  color: var(--main-blue);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 22px;
  border-radius: 8px;
}

.main-nav .right-nav .need-help:hover {
  background-color: var(--light-blue);
}

@media (min-width: 992px) {
  .main-nav .right-nav .need-help {
    font-size: 16px;
  }
}

.main-nav .right-nav .need-help .icon-wrapper {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  border-radius: 100%;
  position: relative;
  width: 25px;
  height: 25px;
  font-size: 14px;
  background-color: var(--main-blue);
  border: 1px solid color-mix(in srgb, var(--main-blue) 90%, black 10%);
  padding: 6px;
}

@media (min-width: 992px) {
  .main-nav .right-nav .need-help .icon-wrapper {
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}

.main-nav .right-nav .need-help .icon-wrapper svg {
  color: #fff;
}

.main-nav .right-nav .mobile-menu-button {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 17.6px;
  padding: 0;
}

@media (min-width: 1080px) {
  .main-nav .right-nav .mobile-menu-button {
    display: none;
  }
}

.main-nav .right-nav .mobile-menu-button .mobile-menu-bar {
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 1px;
  transition: all 0.3s ease;
}

/* Desktop dropdown hover cleanup */
@media (min-width: 1080px) {
  .main-nav
    .middle-nav
    .menu-items
    .menu-item.has-dropdown
    .dropdown-menu
    > li
    a {
    border: 0 !important;
    background: transparent !important;
  }

  .main-nav
    .middle-nav
    .menu-items
    .menu-item.has-dropdown
    .dropdown-menu
    > li
    a:hover {
    background: transparent !important;
    color: var(--main-blue) !important;
  }
}

/* Fullscreen mobile menu */
.mobile-menu {
  position: fixed !important;
  inset: 0 !important;
  top: 0 !important;
  width: 100vw;
  height: 100dvh;
  z-index: 10001 !important;
  background: #fff;
  border: 0 !important;
  box-shadow: none !important;
  transform: translateX(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 240ms ease, opacity 240ms ease;
}

.mobile-menu .mobile-list {
  list-style: none;
  padding: 16px 16px 24px;
}

.mobile-menu .mobile-item {
  border: 0 !important;
}

.mobile-menu .mobile-item a {
  display: block;
  padding: 14px 6px;
  text-decoration: none;
  color: var(--dark-blue);
  font-weight: 600;
}

.mobile-menu .mobile-item a:hover {
  color: var(--main-blue);
}

.mobile-menu .mobile-item.has-accordion .accordion-toggle {
  width: 100%;
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 4px;
  font: inherit;
  font-weight: 700;
  color: var(--dark-blue);
  cursor: pointer;
}

.mobile-menu .mobile-item.has-accordion .accordion-toggle:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--main-blue) 70%, white 30%);
  outline-offset: 2px;
  border-radius: 6px;
}

.mobile-menu .mobile-item.has-accordion .accordion-toggle .accordion-caret {
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.mobile-menu
  .mobile-item.has-accordion.is-open
  > .accordion-toggle
  .accordion-caret {
  transform: rotate(180deg);
}

.mobile-menu .mobile-item.has-accordion .accordion-panel {
  display: none;
  padding: 4px 0 10px 0;
}

.mobile-menu .mobile-item.has-accordion .accordion-panel li a {
  padding: 10px 4px;
  padding-left: 1em;
  font-weight: 500;
}

.mobile-menu .mobile-item.has-accordion.is-open > .accordion-panel {
  display: block;
  list-style: none;
}

.mobile-menu .mobile-close {
  position: relative;
  width: 100%;
  display: flex;
  padding: 1em 16px 0;
  background: transparent;
  border: none;
  font-size: 28px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1;
  color: var(--dark-blue);
  z-index: 10002;
  justify-content: flex-start;
}

.mobile-menu .mobile-close:hover {
  color: var(--main-blue);
}

.mobile-menu.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 1080px) {
  .mobile-menu {
    display: none !important;
  }
}

footer {
  margin: 24px 14px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
  border-radius: 24px;
  background-color: var(--dark-blue);
  overflow: hidden;
}

@media (min-width: 992px) {
  footer {
    margin: 24px;
  }
}

footer .footer-container {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 992px) {
  footer .footer-container {
    gap: 0;
    flex-direction: row;
  }
}

@media (min-width: 1080px) {
  footer .footer-container {
    gap: 32px;
  }
}

footer .footer-container .left-footer {
  display: flex;
  flex-direction: column;
  width: auto;
}

@media (min-width: 992px) {
  footer .footer-container .left-footer {
    width: 100%;
    gap: 52px;
  }
}

@media (min-width: 1080px) {
  footer .footer-container .left-footer {
    gap: 0;
  }
}

footer .footer-container .top-left-footer {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  gap: 20px;
}

@media (min-width: 1080px) {
  footer .footer-container .top-left-footer {
    padding: 64px 4% 64px 0;
    flex-direction: row;
    align-items: center;
    gap: 10%;
  }
}

footer .footer-container .top-left-footer .img-container {
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: start;
  color: white;
}

footer .footer-container .top-left-footer .img-container img {
  height: 58px;
}

footer .footer-container .top-left-footer .img-container p {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  max-width: 24ch;
  color: white;
}

@media (min-width: 768px) {
  footer .footer-container .top-left-footer .img-container p {
    display: block;
  }
}

footer .footer-container .top-left-footer .contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

@media (min-width: 768px) {
  footer .footer-container .top-left-footer .contact {
    width: auto;
    align-items: center;
  }
}

footer .footer-container .top-left-footer .contact .phone {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: var(--main-blue);
  text-decoration: none;
  display: flex;
  align-items: start;
  gap: 6px;
  color: white;
  transition: color 0.2s linear;
}

footer .footer-container .top-left-footer .contact .phone:hover {
  color: var(--main-blue);
}

@media (min-width: 768px) {
  footer .footer-container .top-left-footer .contact .phone {
    align-items: center;
    font-size: 18px;
  }
}

footer .footer-container .top-left-footer .contact .phone .phone-icon {
  display: none;
}

@media (min-width: 992px) {
  footer .footer-container .top-left-footer .contact .phone .phone-icon {
    display: block;
  }
}

@media (min-width: 992px) {
  footer .footer-container .top-left-footer .contact .phone .phone-blue-icon {
    display: none;
  }
}

footer .footer-container .top-left-footer .contact .phone img {
  color: var(--main-blue);
  transform: scaleX(-1);
}

footer .footer-container .top-left-footer .contact hr {
  width: 100%;
  height: 1px;
  border: none;
  background-color: white;
}

@media (min-width: 992px) {
  footer .footer-container .top-left-footer .contact hr {
    background-color: none;
  }
}

@media (min-width: 1080px) {
  footer .footer-container .top-left-footer .contact hr {
    background-color: white;
  }
}

footer .footer-container .top-left-footer .contact .social-buttons {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

@media (min-width: 768px) {
  footer .footer-container .top-left-footer .contact .social-buttons {
    display: flex;
  }
}

footer .footer-container .top-left-footer .contact .social-buttons a {
  font-size: 25px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: white;
  transition: color 0.3s ease, transform 0.3s ease;
}

footer .footer-container .top-left-footer .contact .social-buttons a:hover {
  color: var(--main-blue);
  transform: scale(1.1);
}

footer .footer-container .bottom-left-footer {
  color: white;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 24px;
}

@media (min-width: 992px) {
  footer .footer-container .bottom-left-footer {
    gap: 0;
    flex-direction: row;
    margin-bottom: 213px;
  }
}

@media (min-width: 1080px) {
  footer .footer-container .bottom-left-footer {
    margin-bottom: 269px;
  }
}

footer .footer-container .bottom-left-footer .col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

footer .footer-container .bottom-left-footer .col h5 {
  margin-bottom: 5px;
  color: white;
}

footer .footer-container .bottom-left-footer .col a {
  font-size: 13px;
  font-weight: 200;
  text-decoration: none;
  color: white;
  z-index: 99;
  transition: color 0.2s linear;
}

footer .footer-container .bottom-left-footer .col a:hover {
  color: var(--main-blue);
}

footer .footer-container .right-footer {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  footer .footer-container .right-footer {
    width: 62%;
    padding: 48px 1% 32px 4%;
  }
}

@media (min-width: 1080px) {
  footer .footer-container .right-footer {
    width: 41%;
  }
}

footer .footer-container .right-footer .footer-icon-wrapper {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: -20%;
  display: none;
}

@media (min-width: 992px) {
  footer .footer-container .right-footer .footer-icon-wrapper {
    display: flex;
  }
}

footer .footer-container .right-footer .footer-icon-wrapper img {
  width: 484px;
  height: 483px;
}

footer .footer-container .right-footer-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 40px;
}

footer .footer-container .right-footer-content span {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1;
}

footer .footer-container .right-footer-content .footer-subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: white;
}

@media (min-width: 768px) {
  footer .footer-container .right-footer-content .footer-subtitle {
    font-size: 16px;
  }
}

footer .footer-container .right-footer-content .footer-title {
  font-size: 25px;
  line-height: 125%;
  font-weight: 500;
  max-width: 20ch;
  margin-top: 4px;
  margin-bottom: 28px;
  color: white;
}

@media (min-width: 768px) {
  footer .footer-container .right-footer-content .footer-title {
    margin-bottom: 48px;
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  footer .footer-container .right-footer-content .footer-title {
    font-size: 25px;
  }
}

@media (min-width: 1200px) {
  footer .footer-container .right-footer-content .footer-title {
    font-size: 32px;
  }
}

footer .footer-container .right-footer-content .footer-btn {
  padding: 0;
  height: 58px;
  width: 250px;
  transition: 0.2s linear;
}

footer .footer-container .right-footer-content .footer-btn:hover {
  background-color: white;
  color: var(--main-blue);
}

footer .footer-container .start-application-desktop {
  display: none;
}

@media (min-width: 992px) {
  footer .footer-container .start-application-desktop {
    display: flex;
  }
}

footer .footer-container .start-application-mobile .footer-subtitle {
  color: var(--main-blue);
}

@media (min-width: 992px) {
  footer .footer-container .start-application-mobile {
    display: none;
  }
}

footer .mobile-divider {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  footer .mobile-divider {
    display: none;
  }
}
/* Alternative Hero */
section#alternative-hero {
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow-x: clip;
  height: 282px;
}

@media (min-width: 576px) {
  section#alternative-hero {
    height: 316px;
  }
}

@media (min-width: 768px) {
  section#alternative-hero {
    height: 345px;
  }
}

@media (min-width: 992px) {
  section#alternative-hero {
    height: 511px;
  }
}

@media (min-width: 1080px) {
  section#alternative-hero {
    height: 542px;
  }
}

@media (min-width: 1200px) {
  section#alternative-hero {
    height: 612px;
  }
}

section#alternative-hero .alternative-hero__content {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 21px;
}

@media (min-width: 992px) {
  section#alternative-hero .alternative-hero__content {
    gap: 26px;
  }
}

.alternative-hero__introduction {
  font-weight: 700;
  font-size: 16px;
  line-height: 20.8px;
  z-index: 1;
}

@media (min-width: 992px) {
  .alternative-hero__introduction {
    font-size: 24px;
    line-height: 31.2px;
  }
}

.alternative-hero__heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 32.2px;
  z-index: 10;
  max-width: 815px;
}

@media (min-width: 992px) {
  .alternative-hero__heading {
    font-size: 64px;
    line-height: 73.6px;
  }
}

.alternative-hero__text {
  font-weight: 400;
  font-size: 10px;
  line-height: 13px;
  z-index: 1;
  max-width: 207px;
}

@media (min-width: 992px) {
  .alternative-hero__text {
    font-size: 16px;
    line-height: 24px;
    max-width: 540px;
  }
}

.alternative-hero__text span.sub-content {
  font-size: 12px;
}

.alternative-hero__img {
  position: absolute;
  z-index: 0;
}

/* --left-1 */
.alternative-hero__img--left-1 {
  width: 22.62%;
  min-width: 116px;
  max-width: 315px;
  top: 15px;
  left: -31px;
}

@media (min-width: 992px) {
  .alternative-hero__img--left-1 {
    top: 106px;
    left: -50px;
  }
}

@media (min-width: 1200px) {
  .alternative-hero__img--left-1 {
    top: 95px;
    left: 3.37%;
  }
}

@media (min-width: 1440px) {
  .alternative-hero__img--left-1 {
    left: 7%;
  }
}

/* --left-2 */
.alternative-hero__img--left-2 {
  width: 7.9%;
  max-width: 110px;
  min-width: 40px;
  transform: translate(50%, 50%);
  transform-origin: 50% 50%;
  top: 45%;
  left: 0%;
}

@media (min-width: 992px) {
  .alternative-hero__img--left-2 {
    top: auto;
    bottom: 20%;
    left: 38px;
  }
}

@media (min-width: 1200px) {
  .alternative-hero__img--left-2 {
    top: 384px;
    left: 10.27%;
  }
}

/* --left-3 */
.alternative-hero__img--left-3 {
  width: 21.62%;
  max-width: 301px;
  min-width: 111px;
  bottom: 0;
  left: 8.46%;
  border-radius: 14.313px;
  box-shadow: 0 5.7px 6px rgba(9, 66, 179, 0.27);
}

@media (min-width: 992px) {
  .alternative-hero__img--left-3 {
    left: 212px;
  }
}

@media (min-width: 1200px) {
  .alternative-hero__img--left-3 {
    left: 25.22%;
  }
}

/* --right-1 */
.alternative-hero__img--right-1 {
  width: 7.97%;
  min-width: 41px;
  max-width: 111px;
  top: 0;
  left: 73.33%;
}

@media (min-width: 992px) {
  .alternative-hero__img--right-1 {
    top: 88px;
    left: 774px;
  }
}

@media (min-width: 1200px) {
  .alternative-hero__img--right-1 {
    top: 45px;
    left: 68.1%;
  }
}

/* --right-2 */
.alternative-hero__img--right-2 {
  width: 7.9%;
  max-width: 110px;
  min-width: 40px;
  top: 59px;
  left: 83.59%;
}

@media (min-width: 992px) {
  .alternative-hero__img--right-2 {
    display: none;
  }
}

@media (min-width: 1200px) {
  .alternative-hero__img--right-2 {
    top: 120px;
    left: 80.31%;
    display: initial;
  }
}

/* --right-3 */
.alternative-hero__img--right-3 {
  width: 25.86%;
  max-width: 360px;
  min-width: 133px;
  top: 191px;
  left: 71.53%;
}

@media (min-width: 992px) {
  .alternative-hero__img--right-3 {
    top: 276px;
    left: 809px;
  }
}

@media (min-width: 1200px) {
  .alternative-hero__img--right-3 {
    top: 282px;
    right: 3%;
    left: auto;
  }
}

@media (min-width: 1440px) {
  .alternative-hero__img--right-3 {
    right: 6%;
  }
}

/* Helpful resources */

section .section-wrapper {
  background: none !important;
  overflow: visible;
}

section .blog-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

@media (min-width: 992px) {
  section .blog-wrapper {
    gap: 64px;
    align-items: start;
  }
}

section .blog-wrapper .blog-inner-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
  position: relative;
}

@media (min-width: 992px) {
  section .blog-wrapper .blog-inner-body {
    flex-direction: row;
    gap: 52px;
  }
}

/* ASK A QUESTION BLOCK */
.ask-question-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--gray-1);
  border-radius: 24px;
  padding: 32px 45px;
  gap: 25px;
  flex-shrink: 0;
  gap: 22px;
  width: 100%;
}

@media (min-width: 992px) {
  .ask-question-block {
    width: auto;
    gap: 25px;
    width: 331px;
    padding: 64.999px 45px 65px 45px;
  }
}

@media (min-width: 1080px) {
  .ask-question-block {
    width: 394px;
  }
}

.ask-question-block .ask-question-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
}

@media (min-width: 992px) {
  .ask-question-block .ask-question-icon {
    font-size: 100px;
  }
}

.ask-question-block .ask-question-title {
  font-weight: 700;
  line-height: 125%;
  color: var(--mid-blue);
  font-size: 32px;
  max-width: 9ch !important;
  margin-top: 16px;
  margin-bottom: 16px;
}

.ask-question-block .ask-question-text {
  color: var(--dark-blue);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 24.807px;
}

@media (min-width: 992px) {
  .ask-question-block .ask-question-text {
    font-size: 18px;
    line-height: 27px;
  }
}

.ask-question-block .ask-question-button {
  width: auto;
}

.ask-question-block .ask-question-button:hover {
  background: white;
  color: var(--main-blue);
}

.ask-question-block .helpful-resources {
  text-align: left;
  width: 100%;
}

.ask-question-block .helpful-resources hr {
  margin: 30px 0;
  border: none;
  border-bottom: 1px solid var(--gray-2);
}

.ask-question-block .helpful-resources h4 {
  color: var(--mid-blue);
  font-weight: 700;
  margin-bottom: 14px;
  font-size: 11px;
}

@media (min-width: 992px) {
  .ask-question-block .helpful-resources h4 {
    font-size: 12px;
  }
}

.ask-question-block .helpful-resources h5 {
  color: var(--mid-blue);
  font-weight: 600;
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 19.294px;
  letter-spacing: -0.276px;
}

@media (min-width: 992px) {
  .ask-question-block .helpful-resources h5 {
    letter-spacing: -0.3px;
    line-height: 21px;
    font-size: 15px;
  }
}

.ask-question-block .helpful-resources ul {
  list-style: none;
}

.ask-question-block .helpful-resources ul li a {
  color: var(--main-blue);
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  font-size: 13.782px;
  line-height: 19.294px;
  letter-spacing: -0.276px;
}

@media (min-width: 992px) {
  .ask-question-block .helpful-resources ul li a {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
  }
}

/* HOME */

.blog-posts-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 24px;
}
.featured-post-card {
  position: relative;
  max-height: 391px;
  border-radius: 10px;
  overflow: hidden;
}

.featured-post-card__img {
  height: 391px;
  width: 100%;
  box-shadow: 0 5.73px 6.01px 0 rgba(9, 66, 179, 0.27);
}
.featured-post-card__body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}

.featured-post-card__title a {
  color: #fff;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-decoration: none;
  font-size: 20px;
}

.featured-post-card__more {
  border-radius: 41px;
  border: 1px solid #fff;

  background: #fff;
  display: flex;
  width: 222px;
  height: 50.48px;
  padding: 16px 70.195px 16.48px 70.5px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #327cb9;

  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.49px; /* 173% */
  text-decoration: none;
}
@media (min-width: 992px) {
  .featured-post-card__body {
    gap: 19px;
  }
  .featured-post-card__title a {
    font-size: 30px;
  }
}

.post-card {
  display: flex;
  border-radius: 16px;
  background: var(--White, #fff);
  box-shadow: 0 5.73px 6.01px 0 rgba(9, 66, 179, 0.27);
  padding: 17px 11px 28px 11px;
  gap: 18px;
  flex-direction: column;
  min-height: 471px;
}
.post-card__thumb {
  text-align: center;
}
.post-card__img {
  width: auto;
  max-width: 100%;
  max-height: 235px;
  border-radius: 20px;
}
.post-card__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  height: 100%;
  padding: 0 16px;
}

.post-card__title a {
  color: #121926;
  margin-top: 12px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  text-decoration: none;

  font-size: 16px;
  line-height: 24px;
}

.post-card__excerpt {
  color: #364461;
  font-family: "Plus Jakarta Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}

.post-card__more {
  color: #327cb9;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}
.blog-sidebar__inner {
  width: 100%;
}

.search-form {
  display: flex;
  position: relative;
}
.search-desktop {
  margin-bottom: 31px;
  display: none;
}
.search-form__label {
  flex: 1;
}
.search-form__input {
  padding: 6px 64px 8px 15px;
  border-radius: 10px;
  border: 2px solid #327cb9;
  width: 100%;
  font-family: "Plus Jakarta Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  height: 56px;
}
.search-form__submit {
  position: absolute;
  right: 32px;
  border: none;
  background: none;
  top: 15px;
  cursor: pointer;
}
.search-form__submit img {
  height: 25px;
  width: auto;
}

.search-form__input::-webkit-search-decoration,
.search-form__input::-webkit-search-cancel-button,
.search-form__input::-webkit-search-results-button,
.search-form__input::-webkit-search-results-decoration {
  display: none;
}

.screen-reader-text {
  display: none !important;
}

.pagination {
  text-align: center;
}
.pagination a,
.pagination span {
  color: #121926;
  font-family: "Plus Jakarta Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
  text-decoration: none;
}
.nav-links .current {
  color: #327cb9;
  text-decoration: underline;
}
.nav-links .prev {
  margin-right: 28px;
}

.page-numbers {
  margin: 5px;
}
.navigation.pagination {
  margin-top: 18px;
  margin-bottom: 18px;
}

.blog-home__single {
  margin-top: 47px;
}
.single-thumbnail img {
  width: 100%;
  height: 362px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 37px;
}
.single-back-btn {
  color: #1a63fb;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.25px;
  text-decoration: none;
}
.single-title {
  color: #1a63fb;

  font-family: "Plus Jakarta Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  margin-top: 14px;
  margin-bottom: 33px;
}
.single-body {
  color: #6b6b6b;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.single-body a {
  color: #1a63fb;
  font-family: "Open Sans";
  text-decoration: none;
}
.single-body a.btn {
  color: white;
  display: inline-block;
  margin-top:20px;
  &:hover {
    color: var(--main-blue);
  }
}
.single-body p,
.single-body h2 {
  margin-bottom: 15px;
}
.single-body h3 {
  font-size: 18px;
}
.single-body ol,
.single-body ul {
  color: #6b6b6b;

  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-left: 47px;
  margin-bottom: 76px;
}
@media (min-width: 992px) {
  .single-body h3 {
    margin-bottom: 18.89px;
  }
  .single-body p {
    margin-bottom: 34px;
  }
  .single-thumbnail img {
    margin-bottom: 63px;
  }
  .navigation.pagination {
    margin-top: 67px;
    margin-bottom: 40px;
  }

  .blog-sidebar__inner {
    width: auto;
  }
  .search-desktop {
    display: block;
  }
  .search-mobile {
    display: none;
  }
  .post-card {
    flex-direction: row;
    gap: 49px;
    height: 361px;
    min-height: auto;
    padding: 32px 56px 32px 41px;
  }
  .post-card__img {
    width: 336px;
    height: 100%;
    object-fit: cover;
    max-width: none;
    max-height: none;
  }

  .post-card__body {
    justify-content: space-around;
    padding: 0;
  }
  .post-card__excerpt {
    color: #6b6b6b;
    font-family: "Open Sans";
    font-size: 15px;
    line-height: 22px;
  }

  .post-card__title a {
    color: #327cb9;
    font-size: 24px;
    line-height: 30px; /* 125% */
  }
}

/* passport-expedited-on-time-section */
.passport-expedited-on-time-section {
  padding: 62px 0 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  background: #e6edf8;
  max-width: 1392px;
  margin: auto;
}

.passport-expedited-on-time-section h2 {
  margin-bottom: 48px;
  color: #121926;
  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 120% */
  max-width: 651px;
}
.passport-expedited-on-time-section h2 span {
  color: #327cb9;
}
.passport-expedited-on-time-section h3 {
  color: #364461;

  text-align: center;
  font-family: "Plus Jakarta Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.25px;
  margin-bottom: 23px;
}
.certified-imgs-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

.passport-expedited-on-time-section .btn {
  margin: 0;
  margin-bottom: 41px;
}
@media (min-width: 992px) {
  .passport-expedited-on-time-section h2 {
  }
}

.passport-expedited-on-time-section h3 {
}
