:root {
  --_font-family---primary-font: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

[data-wf-cart-type],
[data-open-product],
.w-commerce-commercecartwrapper,
.w-commerce-commercecartopenlink,
a[href="/pricing"],
a[href="/career"],
a[href="/checkout"],
a[href*="/product/"],
a[href*="/career/seo-specialist"],
a[href="https://scalient.webflow.io/product/professional"],
a[href="https://scalient.webflow.io/product/beginners"],
a[href="https://scalient.webflow.io/career/seo-specialist"] {
  display: none !important;
}

.plan-single-card-wrap {
  display: none !important;
}

body .navbar .nav-menu-wrap .dropdown.w-dropdown {
  display: none !important;
}

.section.hero {
  background-image:
    linear-gradient(180deg, rgba(3, 8, 18, 0.18), rgba(3, 8, 18, 0.18)),
    url("../images/frame-75.webp") !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (min-width: 767px){
p.inner-details.sub-text{
 width: 50% !important;   
}}

.section.plan,
.section.blog-v1,
.w-webflow-badge,
.w-webflow-badge *,
.navbar .nav-menu a[href="/blog"],
.navbar .dd-navigation a[href="/blog"] {
  display: none !important;
}
a[href*="x.com"].social-icon-wrap .social-icon + .social-icon {
  display: none;
}

.footer-brand-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.footer-brand-logo {
  width: 200px;
  max-width: 100%;
  height: auto;
}

.footer-brand-summary {
  max-width: 430px;
  margin-bottom: 0;
}

.footer-logo-wrap,
.footer-right-wrap .footer-single-wrap:nth-child(3) {
  display: none !important;
}

body.is-menu-open,
body.is-modal-open {
  overflow: hidden;
}

:root {
  --g-reveal-distance: clamp(18px, 2vw, 38px);
  --g-reveal-opacity-duration: 620ms;
  --g-reveal-transform-duration: 820ms;
  --g-reveal-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

html.gofersi-motion-pending .g-section-reveal,
html.gofersi-motion-active .g-section-reveal:not(.is-visible) {
  opacity: 0;
  transform: translate3d(0, var(--g-reveal-distance), 0) scale(0.985);
  filter: blur(10px);
  pointer-events: none;
}

html.gofersi-motion-active .g-section-reveal {
  transition:
    opacity var(--g-reveal-opacity-duration) var(--g-reveal-ease),
    transform var(--g-reveal-transform-duration) var(--g-reveal-ease),
    filter var(--g-reveal-opacity-duration) var(--g-reveal-ease);
  transition-delay: var(--g-reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

html.gofersi-motion-active .g-section-reveal.is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
  pointer-events: auto;
}

.g-reveal-fast {
  --g-reveal-distance: 16px;
  --g-reveal-opacity-duration: 520ms;
  --g-reveal-transform-duration: 680ms;
}

.g-reveal-hero {
  --g-reveal-distance: 26px;
  --g-reveal-opacity-duration: 680ms;
  --g-reveal-transform-duration: 900ms;
}

.g-reveal-early {
  --g-reveal-distance: clamp(10px, 1.4vw, 20px);
  --g-reveal-opacity-duration: 360ms;
  --g-reveal-transform-duration: 500ms;
}

.growth-card-wrap {
  transition: background-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease !important;
}

.growth-card-wrap:hover,
.growth-card-wrap:focus-within {
  background-color: #90ff4b !important;
}

.growth-card-wrap:hover .growth-card-title,
.growth-card-wrap:hover .growth-card-details,
.growth-card-wrap:focus-within .growth-card-title,
.growth-card-wrap:focus-within .growth-card-details {
  color: #021135 !important;
}

.watch-btn-bg {
  background-color: #1cf794 !important;
}

.menu-button {
  color: #fff;
}

.hamburger {
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  display: block;
  margin: 19px auto;
  position: relative;
  transition: background-color 0.2s ease;
}

.hamburger::before,
.hamburger::after {
  content: "";
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  position: absolute;
  left: 0;
  transition: top 0.2s ease, transform 0.2s ease;
}

.hamburger::before {
  top: -7px;
}

.hamburger::after {
  top: 7px;
}

.menu-button.w--open .hamburger {
  background-color: transparent;
}

.menu-button.w--open .hamburger::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-button.w--open .hamburger::after {
  top: 0;
  transform: rotate(-45deg);
}

.gofersi-lead-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(3, 8, 18, 0.72);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.gofersi-lead-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.gofersi-lead-modal__dialog {
  width: min(100%, 860px);
  height: min(88vh, 860px);
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background: #07143b;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.35);
}

.gofersi-lead-modal__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
}

.gofersi-lead-modal__close {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  font-size: 26px;
  line-height: 1;
}

.hero-location-wrap,
.hero-partner-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.hero-location-wrap {
  background-image: url("../images/gofersi.webp") !important;
}

.hero-trust-wrap {
  background-image: url("../images/Frame.svg") !important;
}

.hero-partner-wrap .future-v3-number-wrap,
.hero-location-wrap .future-v3-number-wrap,
.hero-location-wrap .hero-map-wrap {
  display: none !important;
}

.hero-partner-wrap .hero-partner-text {
  width: 100%;
  max-width: none;
  padding: 90px 20px 24px;
  font-size: 16px;
  line-height: 1.45;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-location-wrap .hero-local-text {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  z-index: 2;
  max-width: none;
  font-size: 16px;
  line-height: 1.45;
  color: #272727;
  text-align: center;
}

.hero-location-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes hero-mobile-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-1 * var(--hero-marquee-distance, 0px)), 0, 0);
  }
}

.gofersi-feedback-title {
  font-size: 32px;
  line-height: 1.08;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
  max-width: 14ch;
}

.gofersi-feedback-copy {
  font-size: 16px;
  line-height: 1.55;
  color: #a7b0b8;
  max-width: 30ch;
}

.trusted-wrap {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 10%, #000 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 10%, #000 90%, transparent 100%);
}

.trusted-flex-wrap {
  display: inline-flex !important;
  width: max-content;
  min-width: max-content;
  align-items: center;
  will-change: transform;
  animation: trusted-marquee 26s linear infinite;
}

.trusted-single-wrap {
  flex: 0 0 auto;
}

.trusted-single-img {
  width: clamp(112px, 10vw, 148px);
  height: auto;
  object-fit: contain;
}

.section.cta .cta-wrapper,
.section.cta .cta-single-wrap {
  overflow: hidden;
}

.section.cta .cta-flex-wrap {
  display: inline-flex !important;
  width: max-content;
  min-width: max-content;
  flex-wrap: nowrap;
  will-change: transform;
}

.section.cta .cta-single-wrap._01 .cta-flex-wrap.is-marquee-ready {
  animation: cta-marquee-forward var(--cta-marquee-duration, 28s) linear infinite;
}

.section.cta .cta-single-wrap._02 .cta-flex-wrap.is-marquee-ready {
  animation: cta-marquee-reverse var(--cta-marquee-duration, 32s) linear infinite;
}

@keyframes cta-marquee-forward {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-1 * var(--cta-marquee-distance, 0px)), 0, 0);
  }
}

@keyframes cta-marquee-reverse {
  from {
    transform: translate3d(calc(-1 * var(--cta-marquee-distance, 0px)), 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes trusted-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-33.3333%, 0, 0);
  }
}

.work-animated-img-wrap {
  isolation: isolate;
}

.work-animated-img {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 0 !important;
}

.work-animated-img.is-active {
  opacity: 1;
  z-index: 1 !important;
}

.work-title-img-wrap {
  display: block !important;
  flex: 0 0 clamp(220px, 24vw, 360px);
  width: clamp(220px, 24vw, 360px) !important;
  min-width: 220px;
  max-width: 360px;
  margin: 0 8px;
  overflow: visible;
}

@media (hover: hover) and (pointer: fine) {
  .work-card-img-wrap {
    cursor: none;
  }

  .work-card-img-wrap .work-card-img {
    transition: transform 0.35s ease, filter 0.35s ease;
  }

  .work-card-img-wrap.is-hovered .work-card-img,
  .work-card-img-wrap:focus-visible .work-card-img {
    transform: scale(1.035);
    filter: brightness(0.74);
  }

  .work-card-img-wrap .work-view-btn {
    top: var(--work-cursor-y, 50%);
    left: var(--work-cursor-x, 50%);
    z-index: 2;
    opacity: 0 !important;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.76) !important;
    transform-origin: center;
    transition: opacity 0.18s ease, transform 0.22s ease, top 0.16s ease, left 0.16s ease;
    box-shadow: 0 18px 44px rgba(5, 18, 55, 0.22);
    will-change: top, left, transform, opacity;
  }

  .work-card-img-wrap.is-hovered .work-view-btn,
  .work-card-img-wrap:focus-visible .work-view-btn {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1) !important;
  }

  .work-card-img-wrap .work-btn-text {
    max-width: 88px;
    color: #0d2d6c;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.15;
    user-select: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-tab-wrap .hero-flex-wrap {
    animation: none !important;
    transform: none !important;
  }

  .section.cta .cta-flex-wrap {
    animation: none !important;
    transform: none !important;
  }

  .trusted-flex-wrap {
    animation: none;
    transform: none;
  }

  html.gofersi-motion-pending .g-section-reveal,
  html.gofersi-motion-active .g-section-reveal,
  html.gofersi-motion-active .g-section-reveal:not(.is-visible) {
    opacity: 1;
    transform: none;
    filter: none;
    pointer-events: auto;
    transition: none;
  }

}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 8px;
  }

  .nav-wrapper {
    justify-content: center;
    padding: 8px 0;
    background: transparent;
    box-shadow: none;
  }

  .navbar-left-wrap {
    width: 100%;
    justify-content: center;
    gap: 0;
  }

  .nav-buttton-wrap,
  .menu-button,
  .nav-menu {
    display: none !important;
  }

  .brand-logo {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
    max-width: 200px;
    margin: 0 auto;
  }

  .brand-image {
    margin: 0 auto;
  }

  .section.hero {
    padding-top: 88px !important;
  }

  .section.hero .watch-button {
    display: none !important;
  }

  .sub-title-wrap {
    display: none !important;
  }

  .inner-top-wrap {
    gap: 0;
  }

  .inner-title {
    margin-top: 0 !important;
  }

  .hero-tab-wrap {
    width: 100%;
    overflow: hidden;
  }

  .hero-tab-wrap .hero-flex-wrap {
    display: inline-flex !important;
    width: max-content;
    min-width: max-content;
    flex-wrap: nowrap;
    align-items: stretch;
    will-change: transform;
  }

  .hero-tab-wrap .hero-flex-wrap.is-hero-marquee-ready {
    animation: hero-mobile-marquee var(--hero-marquee-duration, 28s) linear infinite;
  }

  .hero-tab-wrap .hero-single-wrap.tab {
    flex: 0 0 auto;
  }

  .trusted-flex-wrap {
    animation-duration: 20s;
  }

  .trusted-single-img {
    width: clamp(92px, 24vw, 126px);
  }
}

@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) {
  .work-card-img-wrap .work-view-btn {
    display: none !important;
  }
}

.feedback-card-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.feedback-card-wrap:nth-of-type(1) {
  background: #000 !important;
}

.feedback-card-wrap:nth-of-type(2) {
  background: #8afe4e !important;
}

.feedback-card-wrap:nth-of-type(3) {
  background: #0e609a !important;
}

.feedback-card-wrap:nth-of-type(4) {
  background: #8afe4e !important;
}

.feedback-card-wrap:nth-of-type(5) {
  background: #1cf794 !important;
}

.feedback-card-wrap:nth-of-type(2) .gofersi-feedback-title,
.feedback-card-wrap:nth-of-type(2) .gofersi-feedback-copy,
.feedback-card-wrap:nth-of-type(4) .gofersi-feedback-title,
.feedback-card-wrap:nth-of-type(4) .gofersi-feedback-copy {
  color: #272727 !important;
}

.feedback-card-wrap:nth-of-type(5) .gofersi-feedback-title,
.feedback-card-wrap:nth-of-type(5) .gofersi-feedback-copy {
  color: #111616 !important;
}

@media screen and (min-width: 768px) {
  .section.work,
  .section.trusted,
  .section.growth,
  .section.plan,
  .section.feedback,
  .section.blog-v1,
  .section.cta,
  .section.footer {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
  }
}

@media screen and (min-width: 992px) {
  .inner-title {
    max-width: 977px;
  }
}

@media screen and (max-width: 479px) {
  .work-btm-title-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .work-title-img-wrap {
    display: block !important;
    width: 170px !important;
    min-width: 170px;
    max-width: 170px;
    margin: 0 auto;
    overflow: visible;
  }

  .work-animated-img-wrap {
    width: 100%;
    max-width: 170px;
    height: 58px;
    border-radius: 14px;
    overflow: hidden;
  }

  .work-animated-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 991px) {
  .nav-wrapper {
    position: relative;
  }

  .nav-menu {
    display: none;
    width: 100%;
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    z-index: 40;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(3, 8, 18, 0.96);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
  }

  .nav-menu.is-open {
    display: block !important;
  }

  .nav-menu-wrap {
    padding: 24px;
    background: transparent;
    gap: 18px;
  }

  .nav-menu .nav-link {
    width: 100%;
    height: auto;
  }

  .gofersi-lead-modal {
    padding: 10px;
  }

  .gofersi-lead-modal__dialog {
    width: 100%;
    height: min(90vh, 760px);
    border-radius: 22px;
  }

  .hero-location-wrap .hero-local-text {
    top: 20px;
    left: 20px;
    right: 20px;
    font-size: 15px;
  }

  .gofersi-feedback-title {
    font-size: 24px;
  }

  .gofersi-feedback-copy {
    font-size: 15px;
  }
}
