/* ============================================================
   FASTINFO HUB - LOGO LANDING PAGE
   Custom design tokens, scoped under .fi-page so nothing here
   touches Bootstrap globally or any other existing page styles.
   ============================================================ */

.fi-page {
  --fi-navy-900: #0b0733;
  --fi-navy-700: #1a1147;
  --fi-blue: #2f6fed;
  --fi-blue-dark: #1a3a8f;
  --fi-orange: #e8963c;
  --fi-pink-bg: #fdeef1;
  --fi-pink-bg-soft: #fbeaf1;
  --fi-text-dark: #16172b;
  --fi-text-muted: #6b7280;
  --fi-border: #e7e4f2;
  --fi-btn-gradient: linear-gradient(90deg, #0c6cff, #00c7ff);
  --fi-section-gap: 96px;
  --fi-section-gap-mobile: 48px;
  font-family: "Poppins", sans-serif;
  /* color: var(--fi-text-dark); */
  overflow-x: hidden;
}
.new_popup_close_position {
  top: 1px;
}

body {
  background: #fff;
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif Caption", sans-serif;
}

.sec_title {
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0.01em;
  color: #001828;
}

@media (max-width: 991px) {
  .sec_title {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .sec_title {
    font-size: 22px;
    line-height: 32px;
  }
}
.fi-page img {
  max-width: 100%;
  height: auto;
}

.fi-page .page-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.fi-page .section-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--fi-text-dark);
}

.fi-page .section-subtitle {
  font-size: 16px;
  line-height: 1.6;
  color: var(--fi-text-muted);
}

.fi-page .fi-eyebrow-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 12px;
}

.fi-page .fi-eyebrow-divider .line {
  width: 60px;
  height: 1px;
  background: #c9c6de;
}

.fi-page .fi-eyebrow-divider .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fi-blue);
}

.fi-page .fi-section-heading {
  text-align: center;
  margin-bottom: 48px;
}

.fi-page .common-section-gap {
  margin-bottom: var(--fi-section-gap);
}

@media (max-width: 767px) {
  .fi-page .common-section-gap {
    margin-bottom: var(--fi-section-gap-mobile);
  }
  .fi-page .page-title {
    font-size: 30px;
  }
  .fi-page .section-title {
    font-size: 24px;
  }
}

.fi-page .fi-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--fi-btn-gradient);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.fi-page .fi-btn-primary:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(12, 108, 255, 0.25);
}

.fi-navbar {
  background: var(--fi-navy-900);
  padding: 16px 0;
}

.fi-navbar .navbar-brand img {
  height: 34px;
}

.fi-navbar .nav-link {
  color: #e7e6f2 !important;
  font-size: 15px;
  font-weight: 500;
  margin: 0 14px;
}

.fi-navbar .nav-link.active {
  color: #fff !important;
  border-bottom: 2px solid var(--fi-blue);
}

.common_padding {
  padding: 80px 0;
}

.fi-hero {
  background-image: url(https://www.fastinfohub.com/assets-new/images/logo-design/banner-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 72px 0 80px;
}

.page_title_span_one {
  display: block;
}

.page-title {
  font-size: 66px;
  color: #fff;
}

.page_title_span_one_color {
  color: #f6b731;
}

.page_title_span_one_color2 {
  color: #63a2ff;
  font-style: italic;
}

.page_title_span_one_color3 {
  display: inline-flex;
  flex-direction: column;
  font-style: italic;
}

.fi-hero .page-title {
  color: #fff;
  font-family: "PT Serif Caption", serif;
}

.body-text {
  color: #c7c7c7;
  font-size: 20px;
  line-height: 32px;
}

.body-text span {
  display: block;
}

.body-text a {
  color: #f87138 !important;
}

.fi-hero .page-title .accent-orange {
  color: var(--fi-orange);
}

.fi-hero .page-title .accent-blue {
  color: #6fa3ff;
}

.fi-hero .fi-stats-pill {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 40px;
  padding: 10px 22px;
  margin-top: 28px;
  color: #fff;
  font-size: 14px;
}

.fi-hero .fi-stats-pill .divider {
  width: 1px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
}

.fi-intro {
  background-color: #fcf4ff;
}

.flip_left_animation {
  padding: 62px 0 100px;
}

.flip_right_animation {
  margin-top: -200px;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.fi-intro .fi-intro-arrow {
  max-width: 140px;
  margin-top: 12px;
}

.flip-card {
  background-color: transparent;
  perspective: 1000px;
}

.why_choose_fastinfo_hub {
  background-image: url(https://www.fastinfohub.com/assets-new/images/logo-design/why-choose-sec-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-back {
  transform: rotateY(180deg);
}

.fi-features {
  background: #ffffff;
  padding: var(--fi-section-gap) 0;
}

.fi-features-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  position: relative;
}

.fi-features-row::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 8%;
  right: 8%;
  height: 1px;
  background-image: linear-gradient(to right, #c9c6de 50%, transparent 50%);
  background-size: 12px 1px;
  z-index: 0;
}

@media (max-width: 767px) {
  .fi-features-row::before {
    display: none;
  }

  .fi-features-row {
    flex-direction: column;
    gap: 32px;
  }
}

.fi-feature-item {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 8px;
}

.fi-feature-item .fi-feature-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 18px;
  border: 3px solid #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.fi-feature-item h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}

.fi-feature-item p {
  font-size: 14px;
  color: var(--fi-text-muted);
  line-height: 1.6;
}

.fi-disclaimer-box {
  border: 1px solid var(--fi-border);
  border-radius: 12px;
  padding: 20px 28px;
  margin-top: 56px;
  font-size: 13px;
  color: var(--fi-text-muted);
  text-align: center;
}

.fi-disclaimer-box strong {
  color: #d63384;
}

.fi-why-choose {
  background: var(--fi-navy-700);
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}

.fi-why-choose .section-title {
  color: #fff;
  font-size: 42px;
}

.fi-why-choose .section-title .accent-blue {
  color: #6fa3ff;
}

.fi-why-choose-image {
  border-radius: 20px;
  overflow: hidden;
}
.why_choose_fastinfo_hub {
  padding: 100px 0 140px 0;
}

.fi-btn-primary {
  margin-top: 15px !important;
  width: 181px;
  height: 45px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #2948d8 0%, #009ff0 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fi-btn-primary span {
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  margin-top: -2px;
}

.fi-btn-primary:hover {
  background: linear-gradient(90deg, #203bc0 0%, #008ed8 100%);
  transform: translateY(-1px);
}

.fi-btn-primary:active {
  transform: translateY(0);
}

.fi-check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 28px;
}

@media (max-width: 767px) {
  .workplace_img {
    padding: 0;
  }

  .fi-why-choose .section-title {
    font-size: 22px;
    line-height: 1.5;
  }
}

.fi-check-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #5c5c5c;
}

.fi-check-item {
  border-bottom: 3px solid #f35690;
  border-right: 3px solid #f35690;
}

.fi-clients {
  padding: 56px 0;
}

.fi-clients-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.fi-clients-track img {
  height: 56px;
  width: auto;
  filter: grayscale(0%);
}

.fi-trademark {
  background: var(--fi-pink-bg-soft);
  border-radius: 28px;
  padding: 56px;
}

@media (max-width: 767px) {
  .fi-trademark {
    padding: 32px 20px;
  }
  .fi-check-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }
}

.fi-trademark .fi-list-heading {
  color: var(--fi-blue);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}

.fi-trademark ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.fi-trademark ul li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  color: #4b4c5e;
  margin-bottom: 8px;
}

.fi-trademark ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--fi-blue);
}

.fi-trademark-image {
  border-radius: 18px;
  overflow: hidden;
}

.fi-trademark-note {
  font-size: 13px;
  color: var(--fi-text-muted);
  text-align: center;
  max-width: 780px;
  margin: 32px auto 0;
}

.fi-trademark-note a {
  color: var(--fi-blue);
}

.fi-how-it-works {
  padding: var(--fi-section-gap) 0;
}

.fi-steps-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  margin-bottom: 48px;
}

.fi-steps-row::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 8%;
  right: 8%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    var(--fi-orange) 50%,
    transparent 50%
  );
  background-size: 10px 1px;
  z-index: 0;
}

@media (max-width: 767px) {
  .fi-steps-row {
    flex-direction: column;
    gap: 32px;
  }

  .fi-steps-row::before {
    display: none;
  }
}

.fi-step-item {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 8px;
}

.fi-step-item .fi-step-icon-wrap {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
}

.fi-step-item .fi-step-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.fi-step-item .fi-step-number {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--fi-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fi-step-item h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.fi-step-item p {
  font-size: 13px;
  color: var(--fi-text-muted);
  line-height: 1.6;
}

.client-strip-section {
  width: 100%;
  overflow: hidden;
}

.client_strip_section_logo {
  margin-top: 30px;
}

.client_strip_section_logo .fib_holder img {
  height: unset;
}

.fi-stats-pill_block {
  margin-top: 30px;
}
.fi-hero .fi-stats-pill_block {
  margin-top: 50px;
}
.fi-hero .fi-btn-primary {
  margin-top: 36px !important;
}
.scroll-wrapper {
  width: 100%;
  overflow: hidden;
}

.scroll-content {
  display: flex;
  align-items: center;
  width: max-content;
  animation: logoMarquee 25s linear infinite;
}

.fib_holder {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
}

.fib_holder img {
  width: auto;
  height: 55px;
  object-fit: contain;
  display: block;
}

@keyframes logoMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.scroll-wrapper:hover .scroll-content {
  animation-play-state: paused;
}

.hub_span {
  color: #009eff;
}

.body-text90 {
  color: #505050;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.body-text90 a {
  color: #f87138;
}

@media (max-width: 767px) {
  .scroll-content {
    animation-duration: 18s;
  }

  .fib_holder {
    margin-right: 30px;
  }

  .fib_holder img {
    height: 42px;
  }
}

.fih-logo-design-showcase {
  width: 100%;
  padding: 45px 20px 50px;
  background: #ffffff;
  overflow: hidden;
}

.fih-logo-design-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.fih-logo-design-star {
  color: #2450c5;
  font-size: 17px;
  vertical-align: middle;
  margin: 0 5px;
}

.fih-logo-design-heading-line {
  width: 125px;
  height: 1px;
  background: #6b8edc;
  flex-shrink: 0;
}

.fih-logo-design-subtitle {
  margin: 20px auto 40px;
  padding: 0;
  color: #5c5c5c;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

.border_Wrap {
  border: 0.4px solid #717171;
  border-radius: 20px;
  padding: 38px 75px;
}

.fih-logo-design-visual {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fih-logo-design-visual img {
  display: block;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .fih-logo-design-showcase {
    padding: 52px 0 40px;
  }

  .fih-logo-design-heading {
    gap: 10px;
    flex-direction: column;
  }

  .fih-logo-design-heading-line {
    width: 80px;
  }

  .fih-logo-design-subtitle {
    margin-top: 10px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .fih-logo-design-showcase {
    padding: 32px 15px 35px;
  }

  .fih-logo-design-heading {
    gap: 7px;
  }

  .fih-logo-design-star {
    font-size: 12px;
    margin: 0 2px;
  }

  .fih-logo-design-heading-line {
    width: 35px;
  }

  .fih-logo-design-visual img {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .fih-logo-design-showcase {
    padding: 28px 12px 30px;
  }

  .fih-logo-design-heading-line {
    width: 25px;
  }
}

.fih-astrology-disclaimer-section {
  width: 100%;
  padding: 10px 20px 60px;
  background: #ffffff;
}

.workplace_img {
  padding-right: 45px;
}

.fih-astrology-disclaimer-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 35px;
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  background: #ffffff;
  box-sizing: border-box;
}

.fih-astrology-disclaimer-text {
  margin: 0;
  padding: 0;
  color: #555555;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}

.fih-astrology-disclaimer-label {
  color: #ff0000;
  font-weight: 400;
}

.tab_img {
  display: none !important;
}

@media (max-width: 991px) {
  .fih-astrology-disclaimer-section {
    padding: 10px 0 50px;
  }

  .border_Wrap {
    padding: 18px;
  }

  .desk_img {
    display: none !important;
  }

  .tab_img {
    display: block;
  }
}

@media (max-width: 767px) {
  .fih-astrology-disclaimer-container {
    min-height: auto;
    padding: 16px 18px;
    border-radius: 12px;
  }

  .fih-astrology-disclaimer-text {
    font-size: 16px;
    line-height: 25px;
  }

  .why_choose_fastinfo_hub {
    padding: 50px 0 20px;
  }
}

@media (max-width: 480px) {
  .fih-astrology-disclaimer-container {
    padding: 14px 15px;
    border-radius: 10px;
  }
}

.fih-trademark-section {
  width: 100%;
  padding: 55px 0 50px;
  background-image: url("https://www.fastinfohub.com/assets-new/images/logo-design/design-with-trademark-sec-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.fih-trademark-section .row {
  min-height: 440px;
}

.fih-trademark-content {
  width: 100%;
  padding: 5px 0;
}

.fih-trademark-content .sec_title {
  margin: 0 0 16px;
}

.fih-trademark-description {
  margin: 0 0 30px;
  padding: 0;
  color: #5c5c5c;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.fih-trademark-guidance {
  padding: 0;
}

.fih-trademark-guidance-title {
  margin: 0 0 10px;
  padding: 0;
  color: #e2004a;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.fih-trademark-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.55;
}

.fih-trademark-list li {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  margin: 0 0 5px 0;
  padding: 0 0 0 8px;
  color: #5c5c5c;
}

.fih-trademark-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

.fih-trademark-button {
  width: 262px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 32px 0 24px 0;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(90deg, #009eff 100%, #2347cf 100%);
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  line-height: 32px;
  transition: all 0.25s ease;
}

.fih-trademark-button:hover {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 6px 15px rgba(41, 72, 216, 0.18);
}

.fih-trademark-arrow {
  display: inline-block;
  font-size: 23px;
  font-weight: 300;
  line-height: 1;
  margin-top: -2px;
}

.fih-trademark-note {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #5c5c5c;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.fih-trademark-visual {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.fih-trademark-visual img {
  display: block;
  width: 100%;
  max-width: 535px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

@media (min-width: 1200px) {
  .fih-trademark-section {
    padding: 55px 0 50px;
  }

  .fih-trademark-section .row {
    min-height: 445px;
  }

  .fih-trademark-content {
    padding-left: 0;
  }

  .fih-trademark-visual img {
    max-width: 550px;
  }
}

@media (max-width: 991px) {
  .fih-trademark-section {
    padding: 45px 0;
  }

  .fih-trademark-section .row {
    min-height: auto;
  }

  .fih-trademark-content {
    max-width: 100%;
    padding: 0;
  }

  .fih-trademark-description {
    max-width: 100%;
  }

  .fih-trademark-note {
    max-width: 100%;
  }

  .fih-trademark-visual {
    padding: 15px 0;
  }

  .fih-trademark-visual img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .fih-trademark-section {
    padding: 52px 0;
  }

  .fih-trademark-content {
    padding: 0;
    margin-bottom: 25px;
  }

  .fih-trademark-description {
    margin: 0 0 20px;
  }
  .fih-trademark-list {
    font-size: 11.5px;
    line-height: 1.6;
  }

  .fih-trademark-button {
    width: 100%;
    max-width: 450px;
    height: 60px;
  }

  .fih-trademark-list li {
    font-weight: 400;
  }

  .fih-trademark-note {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }

  .fih-trademark-visual {
    padding: 0;
  }

  .fih-trademark-visual img {
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width: 480px) {
  .fih-trademark-content {
    margin-bottom: 20px;
  }

  .fih-trademark-list {
    font-size: 11px;
  }

  .fih-trademark-visual img {
    width: 100%;
  }
}

.fi-note-section {
  width: 100%;
  padding: 62px 0;
  box-sizing: border-box;
  background: #ffffff;
}

.fi-note-text {
  margin: 0 auto;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: #5c5c5c;
}

.fi-note-label {
  color: #001828;
  font-weight: 800;
}

.fi-note-link {
  color: #0272ce;
  font-weight: 600;
  text-decoration: none;
}

.fi-note-link:hover {
  text-decoration: underline;
}

.fi-note-break {
  display: block;
}

@media (max-width: 768px) {
  .fi-note-break {
    display: none;
  }
}

@media (max-width: 480px) {
  .fi-note-section {
    padding: 14px 15px;
  }
}

.fih-how-works-section {
  width: 100%;
  background: #ffffff;
  padding: 10px 0 35px;
}

.fih-how-works-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin-bottom: 20px;
}

.fih-how-works-star {
  color: #0d4fc4;
  font-size: 14px;
  line-height: 1;
}

.fih-how-works-line {
  width: 105px;
  height: 1px;
  background: #4f83d1;
  display: block;
}

.fih-how-works-visual {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fih-how-works-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media (min-width: 992px) {
  .fih-how-works-section {
    padding: 0px 0 80px;
  }

  .fih-how-works-heading {
    margin-bottom: 18px;
  }
  .fih-build-logo-review-section {
    padding: 52px 0;
  }
}

@media (max-width: 576px) {
  .fih-how-works-section {
    padding: 10px 0 20px;
  }

  .fih-how-works-heading {
    gap: 7px;
    margin-bottom: 12px;
  }

  .fih-how-works-star {
    font-size: 11px;
  }

  .fih-how-works-line {
    width: 45px;
  }

  .fih-how-works-image {
    width: 100%;
  }
}

.fi-logo-redesign-section {
  position: relative;
  width: 100%;
  padding: 62px 0;
  background-image: url("https://www.fastinfohub.com/assets-new/images/logo-design/already-have-logo-bg.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.fi-logo-redesign-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.fi-logo-redesign-row {
  display: flex;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}

.fi-logo-redesign-left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.fi-logo-redesign-image-wrap {
  position: relative;
  padding-right: 40px;
  width: 100%;
  img {
    width: 100%;
    height: auto;
  }
}

.fi-logo-redesign-right {
  padding-left: 15px;
  padding-right: 15px;
}

.fi-logo-redesign-description {
  margin: 0 0 30px;
  color: #c7c7c7;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.fi-logo-redesign-subtitle {
  margin: 0 0 12px;
  color: #f06b62;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}
.fi-logo-redesign-check-item-impro {
  font-family: "PT Serif Caption", serif;
  font-size: 18px;
  line-height: 25px;
}

.fi-logo-redesign-check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 24px;
  margin-bottom: 40px;
}
.cmn_btn {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  background: linear-gradient(270deg, #009eff 0%, #2347cf 104.09%);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  width: max-content;
  border: 1px solid #2347cf !important;
  gap: 8px;
  transition: all 0.25s ease;
  &:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(41, 72, 216, 0.18);
  }
  .fi-logo-redesign-button-arrow {
    margin-top: -7px;
    margin-left: 0;
  }
}

.fi-logo-redesign-check-item {
  display: flex;
  align-items: center;
  color: #ffffff;
}

.fi-logo-redesign-check-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin-right: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fi-logo-redesign-check-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fi-logo-redesign-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 178px;
  height: 40px;
  padding: 0 13px 0 21px;
  border-radius: 7px;
  background: linear-gradient(90deg, #3152d8 0%, #079de9 100%);
  color: #ffffff !important;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.fi-logo-redesign-button:hover {
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.fi-logo-redesign-button-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 17px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
}

.branding-features-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.branding-features-list li {
  width: 25%;
  padding: 0 35px;
  text-align: center;
}

.branding-features-list li img {
  width: 135px;
  height: 135px;
  object-fit: cover;
  border-radius: 40px;
  box-shadow: 0px 4px 4px 0px #00000040;
  margin-inline: auto;
}

.branding-features-list li h3 {
  margin: 12px 0 16px;
  color: #001828;
  font-family: "PT Serif Caption", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1%;
  text-align: center;
}

.branding-features-list li p {
  margin: 0;
  color: #5c5c5c;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}
.branding-features-list li {
  position: relative;
}

.branding-features-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 48px;
  right: -27%;
  width: 175px;
  height: 36px;
  background: url("https://www.fastinfohub.com/assets-new/images/logo-design/more-sec-curve.webp")
    no-repeat center;
  background-size: contain;
}

.fih-how-works-image.tab-img {
  display: none;
}
@media (max-width: 991px) {
  .branding-features-list {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .branding-features-list li {
    width: 50%;
    padding: 0 20px;
    text-align: center;
  }
  .branding-features-list li:nth-child(2)::after {
    content: normal;
  }
  .branding-features-list li h3 {
    margin: 12px 0 12px;
    font-size: 18px;
    line-height: 25px;
    br {
      display: none;
    }
  }
  .fi-logo-redesign-section {
    min-height: auto;
    display: block;
  }
  .fi-note-section {
    padding: 50px 0;
  }
  .fi-logo-redesign-container {
    padding: 55px 25px;
  }

  .fih-how-works-image.tab-img {
    display: block;
  }
  .fih-how-works-image.desk-img {
    display: none;
  }

  .fi-logo-redesign-check-list {
    column-gap: 20px;
  }

  .fi-logo-redesign-check-item {
    font-size: 12px;
  }

  .fi-logo-redesign-image-wrap {
    padding-right: 0;
    margin-bottom: 32px;
  }
  .why_choose_fastinfo_hub {
    padding: 62px 0;
  }
}
.span_arr {
  width: 100%;
  max-width: 361px;
  margin-left: auto;
  margin-top: 33px;
  img {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .branding-features-list li {
    width: 100%;
  }
  .fi-logo-redesign-section {
    background-position: center center;
    background-size: cover;
    display: block;
  }
  .span_arr {
    width: 100%;
    display: block;
    max-width: calc(360px - 99px);
    margin-left: auto;
    margin-top: 33px;
  }

  .fi-logo-redesign-container {
    padding: 45px 20px;
  }

  .branding-features-list {
    row-gap: 83px;
  }
  .fi-logo-redesign-row {
    display: block;
  }
  .branding-features-list li:not(:last-child)::after {
    background: url(https://www.fastinfohub.com/assets-new/images/logo-design/straight_curve.webp)
      no-repeat center;
    background-size: contain;
    height: 59px;
    width: 12px;
    right: unset;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
  }
  .branding-features-list li:nth-child(2)::after {
    content: "";
  }

  .fi-logo-redesign-left {
    width: 100%;
    margin-bottom: 35px;
  }

  .fi-logo-redesign-image-wrap {
    max-width: 430px;
    margin: 0 auto;
  }

  .fi-logo-redesign-main-image {
    width: 100%;
    max-width: 430px;
  }

  .fi-logo-redesign-right {
    width: 100%;
  }

  .fi-logo-redesign-content {
    max-width: 100%;
    margin: 0 auto;
  }

  .fi-logo-redesign-check-list {
    grid-template-columns: 1fr;
    row-gap: 16px;
    column-gap: 0;
  }

  .fi-logo-redesign-check-item {
    font-size: 13px;
  }

  .fi-logo-redesign-button {
    margin-top: 5px;
  }

  .fi-logo-redesign-desktop-break {
    display: none;
  }
  .border_Wrap {
    padding: 16px;
  }
}

@media (max-width: 480px) {
  .fi-logo-redesign-container {
    padding: 35px 16px;
  }

  .fi-logo-redesign-left {
    margin-bottom: 28px;
  }

  .fi-logo-redesign-check-item {
    font-size: 12px;
  }

  .fi-logo-redesign-button {
    min-width: 175px;
    height: 40px;
  }
}

@media (max-width: 390.99px) {
  .branding-features-list li {
    padding: 0 10px;
  }
  .fih-astrology-disclaimer-text {
    font-size: 14px;
    line-height: 18px;
  }
}

.fih-build-logo-review-section {
  position: relative;
  width: 100%;
  padding: 62px 0;
  overflow: hidden;
  background-image: url("https://www.fastinfohub.com/assets-new/images/logo-design/build-logo-sec-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: flex-start;
}

.fih-build-logo-review-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.fih-build-logo-review-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
.fih-build-logo-review-heading h2 {
  position: relative;
  margin: 0;
  color: #001828;
  font-family: "PT Serif Caption", sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.fih-build-logo-review-heading-line {
  position: relative;
  width: 110px;
  height: 1px;
  flex-shrink: 0;
  background: #1854b3;
}

.fih-build-logo-review-heading-line:first-child::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #1854b3;
  transform: translateY(-50%) rotate(45deg);
}

.fih-build-logo-review-heading-line:last-child::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #1854b3;
  transform: translateY(-50%) rotate(45deg);
}

.fih-build-logo-review-star {
  display: inline-block;
  margin: 0 7px;
  color: #1555b5;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}

.fih-build-logo-review-subtitle {
  max-width: 720px;
  margin: 15px auto 21px;
  color: #5c5c5c;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}

.fih-build-logo-review-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  height: 60px;
  padding: 0 13px 0 26px;
  border: none;
  border-radius: 7px;
  background: linear-gradient(90deg, #2850d7 0%, #079fe9 100%);
  color: #ffffff !important;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none !important;
  box-shadow: none;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.fih-build-logo-review-button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 7px 18px rgba(30, 80, 190, 0.25);
}

.fih-build-logo-review-button:focus {
  color: #ffffff !important;
  text-decoration: none !important;
  outline: none;
}

.fih-build-logo-review-button-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}

.fih-build-logo-review-visual {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 59px;
  margin: 30px auto 0;
}

.fih-build-logo-review-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.fih-build-logo-review-service-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 269px;
  height: 63px;
  margin-bottom: 16px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.13);
  text-decoration: none !important;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.fih-build-logo-review-service-image:hover {
  text-decoration: none !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
}

.fih-build-logo-review-service-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fih-build-logo-review-service-title {
  display: block;
  margin: 0;
  color: #006fff !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.fih-build-logo-review-service-title:hover {
  color: #0052ad !important;
  text-decoration: none !important;
}

.fih-build-logo-review-service-image:focus,
.fih-build-logo-review-service-title:focus {
  outline: none;
  text-decoration: none !important;
}

.fi-check-more {
  display: none;
  text-align: center;
  margin-top: 20px;
}

.fi-check-more button {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Roboto";
}

.fi-check-more button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: 8px;
  border-radius: 50%;
  background: #fff;
  color: #001828;
  font-size: 20px;
  line-height: 20px;
}

.flip_right_animation .flip-card.is-flipped:hover .flip-card-inner {
  transform: rotateY(0deg);
}
@media (hover: hover) {
  .flip-card:hover .flip-inner {
    transform: rotateY(180deg) scale(1.03);
  }
}

@media (max-width: 767px) {
  .fi-check-more {
    display: block;
  }

  .fi-check-list .fi-check-item:nth-child(n + 5) {
    display: none;
  }

  .fi-check-list.show-all .fi-check-item {
    display: flex;
  }

  .fi-check-list.show-all + .fi-check-more button span {
    transform: rotate(180deg);
  }
}

@media (max-width: 991px) {
  .fih-build-logo-review-heading {
    gap: 10px;
    flex-direction: column;
  }

  .fih-build-logo-review-heading-line {
    width: 75px;
  }

  .client-strip-section {
    margin: 15px 0;
  }
  .workplace_img {
    padding: 0 35px;
  }
  .fi-why-choose .section-title {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 8px;
  }
  .fih-build-logo-review-heading h2 {
    font-size: 28px;
    line-height: 1.25;
  }

  .fih-build-logo-review-subtitle {
    margin-top: 14px;
  }

  .fih-build-logo-review-visual {
    gap: 52px;
    margin-top: 0;
  }
  .fih-how-works-heading {
    flex-direction: column;
  }
  html {
    overflow-x: hidden;
  }
}

@media (max-width: 767px) {
  .fih-build-logo-review-section {
    min-height: auto;
    background-position: center center;
    background-size: cover;
    background-image: url(https://www.fastinfohub.com/assets-new/images/logo-design/build-a-logo-mobile-new.webp);
  }

  .fih-build-logo-review-container {
    padding: 35px 16px 0;
  }

  .fih-build-logo-review-heading {
    gap: 8px;
    width: 100%;
  }

  .fih-build-logo-review-heading-line {
    width: 35px;
  }

  .fih-build-logo-review-heading-line:first-child::after,
  .fih-build-logo-review-heading-line:last-child::before {
    display: none;
  }

  .fih-build-logo-review-heading h2 {
    font-size: 24px;
    line-height: 1.15;
    white-space: normal;
  }

  .fih-build-logo-review-star {
    margin: 0 3px;
    font-size: 10px;
  }

  .fih-build-logo-review-button {
    min-width: 205px;
    height: 40px;
    padding-left: 22px;
  }

  .fih-build-logo-review-visual {
    flex-wrap: wrap;
    gap: 18px;
  }
}

@media (max-width: 575px) {
  .fih-build-logo-review-container {
    padding: 32px 14px 0;
  }
  .fih-build-logo-review-service-image {
    width: 100%;
    max-width: 235px;
    margin-inline: auto;
  }

  .fih-build-logo-review-heading {
    gap: 6px;
  }

  .fih-build-logo-review-heading-line {
    width: 25px;
  }

  .fih-build-logo-review-heading h2 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .fih-build-logo-review-container {
    padding: 30px 12px 0;
  }
  .fih-build-logo-review-heading {
    gap: 5px;
  }

  .fih-build-logo-review-heading-line {
    width: 22px;
  }

  .fih-build-logo-review-star {
    font-size: 9px;
    margin: 0 2px;
  }
}

.fih-build-logo-review-section *,
.fih-build-logo-review-section *::before,
.fih-build-logo-review-section *::after {
  box-sizing: border-box;
}

.fih-build-logo-review-section img {
  max-width: 100%;
}
.fih-build-logo-review-section a:hover,
.fih-build-logo-review-section a:focus,
.fih-build-logo-review-section a:active {
  text-decoration: none;
}

.fih-faq-v2-section {
  position: relative;
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  padding: 62px 0;
}

.fih-faq-v2-heading-wrap {
  width: 100%;
  text-align: center;
  padding-top: 22px;
  margin-bottom: 13px;
}

.fih-faq-v2-accordion {
  width: 100%;
  margin: 0;
  padding: 0;
}

.fih-faq-v2-item {
  width: 100%;
  margin: 0 0 25px;
  padding: 0 0 25px;
  border-bottom: 1px solid #dedede;

  &:last-child {
    margin: 0;
    border-bottom: 0;
    padding: 0;
  }
}

.fih-faq-v2-question {
  margin: 0;
  padding: 0;
}

.fih-faq-v2-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  padding: 8px 4px 7px 0;
  margin: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #001828 !important;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
}

.fih-faq-v2-button:not(.collapsed) {
  color: #006fff !important;
  background: transparent !important;
  box-shadow: none !important;
}

.fih-faq-v2-button:hover {
  color: #006fff !important;

  background: transparent !important;
}

/* =========================================================
   QUESTION TEXT
   ========================================================= */

.fih-faq-v2-question-text {
  display: block;
  padding-right: 36px;
  font-size: 22px;
  line-height: 32px;
  flex: 1;
  color: #001828;
}
.fih-faq-v2-button[aria-expanded="true"] .fih-faq-v2-question-text {
  color: #0a83f0;
}

/* =========================================================
   CUSTOM ARROW
   ========================================================= */

.fih-faq-v2-arrow {
  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 16px;

  height: 16px;

  flex: 0 0 16px;

  margin-right: 0;
}

/* Arrow line 1 */

.fih-faq-v2-arrow::before {
  content: "";

  position: absolute;

  width: 7px;

  height: 1px;

  background: #555555;

  top: 8px;

  left: 2px;

  transform: rotate(45deg);

  transition: transform 0.2s ease;
}

/* Arrow line 2 */

.fih-faq-v2-arrow::after {
  content: "";

  position: absolute;

  width: 7px;

  height: 1px;

  background: #555555;

  top: 8px;

  right: 2px;

  transform: rotate(-45deg);

  transition: transform 0.2s ease;
}

/* =========================================================
   CLOSED ARROW
   ========================================================= */

.fih-faq-v2-button.collapsed .fih-faq-v2-arrow::before {
  transform: rotate(-45deg);
}

.fih-faq-v2-button.collapsed .fih-faq-v2-arrow::after {
  transform: rotate(45deg);
}

/* =========================================================
   OPEN ARROW
   ========================================================= */

.fih-faq-v2-button:not(.collapsed) .fih-faq-v2-arrow::before {
  transform: rotate(45deg);
}

.fih-faq-v2-button:not(.collapsed) .fih-faq-v2-arrow::after {
  transform: rotate(-45deg);
}

/* =========================================================
   ANSWER
   ========================================================= */

.fih-faq-v2-answer {
  width: 100%;

  background: transparent;
}

/* =========================================================
   ANSWER INNER
   ========================================================= */

.fih-faq-v2-answer-inner {
  width: 100%;

  padding: 0 30px 10px 0;
}

/* =========================================================
   ANSWER TEXT
   ========================================================= */

.fih-faq-v2-answer-inner p {
  margin: 0;

  padding: 0;

  color: #5c5c5c;

  font-family: "Roboto", sans-serif;

  font-size: 16px;

  font-weight: 400;

  line-height: 24px;

  text-align: left;
}

.fih-faq-v2-section .accordion-button::after {
  display: none !important;
}

.fih-faq-v2-section .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.fih-faq-v2-section .accordion-item {
  border: 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .page-title {
    font-size: 52px;
  }
  .fi-why-choose .section-title {
    color: #fff;
    font-size: 36px;
  }

  .fi-logo-redesign-check-item-impro {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .fih-how-works-section {
    padding: 0 0 30px;
  }
  .fih-trademark-content .sec_title br {
    display: none;
  }
  .fib_holder {
    padding: 10px 30px;
    margin-right: 30px;
  }
  .span_border_img {
    width: 100%;
    max-width: 88px;
  }

  .fih-build-logo-review-heading {
    position: relative;
    height: 59px;
  }
  .fih-build-logo-review-heading h2 br {
    display: none;
  }
  .fih-how-works-line {
    width: 80px;
  }
  .fih-build-logo-review-heading-line:first-child::after {
    right: -20px;
    width: 12px;
    height: 12px;
  }
  .fih-build-logo-review-heading-line {
    width: 83px;
    position: absolute;
    left: 36%;
    bottom: 0;
    right: auto;
    &.right {
      left: auto;
      right: 36%;
      &::before {
        content: normal;
      }
    }
  }
  .fih-build-logo-review-button {
    margin: 30px 0;
  }
  .page-title {
    font-size: 42px;
    text-align: center;
  }
  .body-text {
    text-align: center;
  }
  .body-text span {
    display: unset;
  }
  .page_title_span_one {
    display: inline;
  }
  .fih-faq-v2-heading-wrap {
    padding-top: 25px;

    margin-bottom: 14px;
  }

  .fih-faq-v2-button {
    min-height: 44px;

    font-size: 11px;
  }

  .fih-faq-v2-answer-inner {
    padding-bottom: 11px;
  }

  .fih-build-logo-review-subtitle {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .fih-faq-v2-section {
    padding: 52px 0;
  }
  .flip_left_animation {
    padding: 62px 0 50px;
  }
  .fi-intro.flip_content .row {
    flex-direction: column-reverse;
  }
  img.decorative_image {
    margin-inline: auto;
    max-width: 569px;
  }
  .fi-hero {
    min-height: 700px;
    padding-top: 32px;
  }
  .flip_right_animation {
    margin-top: -320px;
    width: 450px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .fi-hero .fi-btn-primary {
    display: block;
    margin-inline: auto;
    margin-top: 32px !important;
    width: 400px;
  }
  .fi-hero .fi-stats-pill_block {
    margin-top: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .flip_right_animation img {
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .fih-faq-v2-section > .container {
    padding-left: 18px;

    padding-right: 18px;
  }
  .fi-hero {
    min-height: 730px;
    padding-top: 32px;
  }
  .fih-faq-v2-question-text {
    font-size: 18px;
    line-height: 1.3;
  }
  .page-title {
    font-size: 28px;
    text-align: center;
  }
  .body-text {
    font-size: 14px;
    line-height: 18px;
  }
  .fib_holder {
    padding: 10px 20px;
  }
  .fib_holder img {
    height: 42px !important;
  }
  .fi-hero .fi-btn-primary {
    width: 100%;
    height: 48px;
    max-width: 480px;
  }
  img.decorative_image {
    max-width: 288px;
    margin-top: 20px;
  }
  .body-text90 {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }
  .flip_left_animation {
    padding: 62px 0 40px;
  }
  .fih-faq-v2-heading-wrap {
    padding-top: 27px;
    margin-bottom: 15px;
  }

  .fih-faq-v2-button {
    min-height: 48px;
    padding: 9px 2px 8px 0;
    font-size: 11px;
    line-height: 1.45;
  }

  .fih-faq-v2-question-text {
    padding-right: 15px;
  }

  .fih-faq-v2-answer-inner {
    padding-right: 20px;
    padding-bottom: 12px;
  }
  .fih-faq-v2-answer-inner p {
    font-size: 14px;
    line-height: 1.5;
  }
  .fih-faq-v2-item {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
  .fih-faq-v2-section {
    padding: 40px 0;
  }
}
@media (max-width: 575.99px) {
  .flip_right_animation {
    margin-top: -225px;
    width: 270px;
    height: 415px;
  }
}

@media (max-width: 480px) {
  .fih-faq-v2-section > .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fih-faq-v2-heading-wrap {
    padding-top: 25px;
    margin-bottom: 13px;
  }

  .fih-faq-v2-button {
    min-height: 49px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 10.5px;
  }

  .fih-faq-v2-question-text {
    padding-right: 12px;
  }

  .fih-faq-v2-answer-inner {
    padding-right: 10px;
    padding-bottom: 11px;
  }
}

@media (max-width: 350px) {
  .flip_right_animation {
    margin-top: -185px;
    width: 230px;
    height: 350px;
  }
}

@media (min-width: 1500px) {
  .why_choose_fastinfo_hub {
    background-position: bottom center;
  }
}

.logo-process {
  width: 100%;
  position: relative;
  padding-top: 16px;
}

.logo-process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 90px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.logo-process-item {
  position: relative;
  padding: 0 25px;
  text-align: center;
}

.logo-process-image {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border: 3px solid #009eff;
  border-top: 0;
  border-left: 0;
  border-radius: 12px;
}

.logo-process-image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
}

.logo-process-number {
  position: absolute;
  top: -16px;
  left: -15px;
  z-index: 2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: #1f4dd2;
  box-shadow: 0px 2px 1px 0px #ffffff80 inset;
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.logo-process-item h3 {
  margin: 10px 0 8px;

  font-family: "PT Serif Caption", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

.logo-process-item p {
  /* max-width: 280px; */
  margin: 0 auto;

  color: #001828;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
}

.title-blue {
  color: #006fff;
}

.title-orange {
  color: #e37100;
}

.title-green {
  color: #0b8300;
}

.title-violet {
  color: #006e92;
}

.title-pink {
  color: #eb2965;
}

/* @media (min-width: 768px) {

    .logo-process-item:nth-child(1)::after,
    .logo-process-item:nth-child(2)::after,
    .logo-process-item:nth-child(5)::after,
    .logo-process-item:nth-child(6)::after {
        content: "";
        position: absolute;
        top: 40px;
        width: 100px;
        border-top: 2px dotted #FA523C;
    }

    .logo-process-item:nth-child(1)::after,
    .logo-process-item:nth-child(2)::after {
        right: -50px;
    }

    .logo-process-item:nth-child(5)::after,
    .logo-process-item:nth-child(6)::after {
        right: -50px;
    }

    .logo-process-item:nth-child(3)::after {
        content: "";
        position: absolute;
        top: 40px;
        right: -1px;
        height: 165px;
        border-right: 2px dotted #FA523C;
    }
} */
.logo-process-wrapper {
  position: relative;
}

.logo-process-line {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  left: auto;
  right: 0;
  top: 70px;
}

.logo-process-list {
  position: relative;
  z-index: 1;
}
.logo-process-line.tab-line,
.logo-process-line.mobile-line {
  display: none;
}
@media (max-width: 1200px) {
  .logo-process-list {
    width: 100%;
    max-width: 671px;
    margin-inline: auto;
  }
  .logo-process-line.tab-line {
    display: block;
    right: 230px;
  }
  .logo-process-line.desktop-line {
    display: none;
  }
  .logo-process-item {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .logo-process-line.tab-line {
    display: block;
    right: 100px;
  }
  .logo-process-item {
    padding: 0 15px;
  }
  .logo-process-item p {
    font-size: 14px;
    line-height: 18px;
  }
  .logo-process-item h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .logo-process-line.desktop-line {
    display: none;
  }
  .logo-process-list {
    row-gap: 110px;
  }
}
@media (max-width: 575px) {
  .logo-process-item h3 {
    font-size: 16px;
  }
  .logo-process-item p {
    font-size: 12px;
    line-height: 15px;
  }
  .logo-process-number {
    top: -10px;
    left: -10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 15px;
  }
  .logo-process-image img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 12px;
  }
  .logo-process-image {
    width: 75px;
    height: 75px;
  }
  .logo-process-item {
    padding: 0;
  }
  .logo-process-line.tab-line {
    display: none;
  }
  .logo-process-line.mobile-line {
    display: block;
    top: 0;
    width: 100%;
    max-width: 288px;
    left: 50%;
    transform: translateX(-50%);
  }
  .logo-process-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 29px 26px;
    width: 100%;
    max-width: 288px;
    margin-inline: auto;
  }
  .logo-process-item.step-1 {
    order: 1;
  }
  .logo-process-item.step-2 {
    order: 2;
  }
  .logo-process-item.step-3 {
    order: 4;
  }
  .logo-process-item.step-4 {
    order: 3;
  }
  .logo-process-item.step-5 {
    order: 5;
  }
  .logo-process-item.step-6 {
    order: 6;
  }
}
