.short-teg-wrap {
  overflow: hidden;
}

.success-rate-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.counter-number {
  color: var(--primary);
  letter-spacing: var(--2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 140%;
}

.text-linear {
  -webkit-text-fill-color: transparent;
  background: var(--primary-900);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}

.tech-stack-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-name-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.cta-button {
  z-index: 1;
  background-image: linear-gradient(var(--secondary-900), var(--secondary-900));
  border: 0 solid var(--secondary-900);
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  padding: 15px 36px 15px 37px;
  text-decoration: none;
  transition: background-color 0.9s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 2px 5px var(--white);
}

.cta-button:hover {
  background-image: none;
}

.icon {
  background-color: var(--transparent);
}

.form {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: stretch;
  width: 529px;
  max-width: 100%;
  height: 62px;
  display: flex;
}

.form-submit-button {
  background-color: var(--transparent);
  background-image: linear-gradient(
    187deg,
    var(--secondary-900),
    var(--secondary-900)
  );
  border-radius: 200px;
  padding: 15px 38px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  transition: background-color 0.5s;
  box-shadow:
    0 0 0 1px var(--secondary-900),
    inset -1px 1px 0.25px rgba(255, 255, 255, 0.12),
    inset 1px 1px 0.25px rgba(255, 255, 255, 0.12),
    0 4px 53.7px 7px rgba(255, 47, 47, 0.25);
}

.form-submit-button:hover {
  background-color: #f0371224;
  background-image: none;
}

.form-success-message {
  border: 1px solid var(--primary);
  background-color: var(--transparent);
  border-radius: 8px;
}

.form-error-message {
  background-color: var(--transparent);
}

.trusted {
  background-image: url("https://cdn.prod.website-files.com/6840859dc0e82803d10f5190/6856c30a05376b450f18169d_Trusted%20BG.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.integration {
  background-image: url("https://ik.imagekit.io/qc9guu8hf/abstract_banner_with_flowing_orange_waves_design_0407.jpg?updatedAt=1755079814522");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.processed {
  margin-top: var(--_responsive---margin-160-px);
}

.event {
  margin-top: 142px;
  margin-bottom: var(--_responsive---margin-160-px);
}

.solutions {
  margin-top: var(--_responsive---margin-160-px);
  margin-bottom: var(--_responsive---margin-160-px);
  background-image: url("https://cdn.prod.website-files.com/6840859dc0e82803d10f5190/685adbae163c02daf4bcdb5a_Solutions%20BG.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}

.blog {
  margin-top: var(--_responsive---margin-160-px);
  margin-bottom: var(--_responsive---margin-160-px);
}

.positions {
  margin-top: 106px;
}

.benefits {
  margin-top: var(--_responsive---margin-160-px);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.contact {
  margin-top: 134px;
  margin-bottom: 100px;
}

.contact-bottom {
  max-width: 800px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-field-v5 {
  width: var(--100);
  max-width: var(--100);
  color: var(--white);
  background-color: rgba(255, 255, 255, 0.08);
  border: 0 solid var(--black);
  border-radius: 6px;
  height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 500;
}

.text-field-v5:focus {
  border-width: 1px;
  border-color: var(--primary);
}

.text-field-v5::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.text-field-v5._01 {
  height: 146px;
}

.mission {
  margin-top: 273px;
}

.companies {
  margin-top: var(--_responsive---margin-160-px);
}

@media screen and (max-width: 991px) {
  body {
    --_responsive---margin-160-px: 100px;
    --_responsive---padding-140-px: 100px;
    --_responsive---margin-80-px: 70px;
    --_responsive---padding-211-px: 140px;
  }

  h2 {
    font-size: 44px;
  }

  h3 {
    font-size: 38px;
  }

  li {
    font-size: 16px;
    line-height: 28px;
  }

  .h1 {
    font-size: 52px;
  }

  .h2 {
    font-size: 46px;
  }

  .h3 {
    font-size: 38px;
  }

  .h4 {
    font-size: 27px;
  }

  .button-02 {
    padding: 12px 30px 12px 26px;
  }

  .hero {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .home-hero-v1 {
    padding-bottom: 100px;
  }

  .home-hero-v1-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    align-items: center;
  }

  .hero-v1-title-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .success-rate-bottom {
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
  }

  .counter-number {
    font-size: 38px;
  }

  .cta-button {
    padding: 12px 30px 12px 26px;
  }

  .form {
    height: 60px;
  }

  .form-submit-button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .trusted {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .integration {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .event {
    margin-top: 100px;
  }

  .solutions {
    padding-top: 80px;
  }

  .positions {
    margin-top: 80px;
  }

  .benefits {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .contact {
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .contact-bottom {
    width: var(--100);
  }

  .mission {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_responsive---margin-160-px: 80px;
    --_responsive---padding-140-px: 80px;
    --_responsive---margin-80-px: 60px;
    --_responsive---padding-211-px: 100px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  li {
    margin-top: 12px;
    margin-bottom: 4px;
  }

  .h1 {
    font-size: 44px;
  }

  .h1.hero-heading {
    font-size: 48px;
  }

  .h2 {
    font-size: 40px;
  }

  .h3 {
    font-size: 34px;
  }

  .h4 {
    font-size: 26px;
  }

  .p-text-01 {
    font-size: 17px;
    line-height: 28px;
  }

  .p-text-02 {
    font-size: 16px;
  }

  .p-text-03 {
    font-size: 14px;
  }

  .hero {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .heading-wrap.hero-v1-heading {
    text-align: center;
  }

  .home-hero-v1 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .home-hero-v1-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .hero-v1-title-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .success-rate-bottom {
    grid-column-gap: 20px;
    margin-top: 35px;
  }

  .counter-number {
    font-size: 34px;
  }

  .form {
    flex-flow: row;
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .form-submit-button {
    padding: 12px 34px;
  }

  .trusted {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .integration {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .event {
    margin-top: 80px;
  }

  .solutions {
    padding-top: 60px;
  }

  .positions {
    margin-top: 60px;
  }

  .benefits {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .contact {
    margin-top: 80px;
    margin-bottom: 60px;
  }

  .mission {
    margin-top: 70px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_responsive---margin-160-px: 60px;
    --_responsive---padding-140-px: 60px;
    --_responsive---margin-80-px: 40px;
    --_responsive---padding-211-px: 80px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  li {
    margin-top: 10px;
    padding-left: 5px;
    font-size: 14px;
  }

  .h1 {
    font-size: 38px;
  }

  .h2 {
    font-size: 36px;
    line-height: 140%;
  }

  .h3 {
    font-size: 30px;
  }

  .h4 {
    font-size: 24px;
  }

  .p-text-01 {
    font-size: 16px;
    line-height: 26px;
  }

  .p-text-02 {
    font-size: 15px;
  }

  .p-text-03.text-white-60 {
    text-align: left;
    font-size: 16px;
  }

  .button-02 {
    padding: 10px 18px;
  }

  .menu-button {
    width: 28px;
    height: 28px;
  }

  .success-rate-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    margin-top: 26px;
  }

  .counter-number {
    font-size: 30px;
  }

  .client-name-wrap {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .cta-button {
    padding: 10px 26px 10px 21px;
  }

  .form {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .form-submit-button {
    padding: 8px 26px;
  }

  .trusted {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .integration {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .event {
    margin-top: 60px;
  }

  .solutions {
    padding-top: 30px;
  }

  .positions {
    margin-top: 30px;
  }

  .benefits {
    margin-top: 10px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .contact {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .contact-form-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-field-v5 {
    height: 45px;
  }

  .text-field-v5._01 {
    height: 120px;
  }

  .mission {
    margin-top: 60px;
  }
}

@keyframes blurFadeIn {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

@keyframes spin-clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes counter-spin-clockwise {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@media screen and (max-width: 767px) {
  .home-hero-v1-wrap {
    flex-direction: column-reverse;
    gap: 40px;
    text-align: center;
  }

  .hero-v1-title-wrap {
    align-items: center;
  }

  .heading-wrap.hero-v1-heading {
    text-align: center;
  }

  .success-rate-bottom {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.section-animate {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.section-animate.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 991px) {
  .hero-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {

  .hero-description {
    font-size: 16px;
  }
}
h1 {
  font-size: clamp(24px, calc(1.35rem + 1.2vw), 48px);
}

h2 {
  font-size: clamp(20px, calc(1.15rem + 1vw), 36px);
}

h3 {
  font-size: clamp(18px, calc(1rem + 0.6vw), 28px);
}

p,
li,
button {
  font-size: clamp(13px, calc(0.95rem + 0.2vw), 16px);
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  align-items: flex-start;
}

.card {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border-radius: var(--radius);
  background: var(--white);
}

/* Offerings (types of video services) */
.offerings-section {
  padding: 48px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}
.offerings-container {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
.offerings-headline {
  font-size: 48px;
  font-weight: 800;
  color: var(--primary-900, #044bab);
  margin-bottom: 8px;
}
.offerings-sub {
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 20px;
}
.offerings-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 14px;
}
.offer-card {
  background: #fff;
  border: 1px solid rgba(4, 75, 171, 0.06);
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow: 0 6px 18px rgba(4, 75, 171, 0.04);
}
.offer-icon {
  font-size: 28px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(4, 75, 171, 0.06);
  color: #044bab;
  flex-shrink: 0;
}
.offer-title {
  font-weight: 700;
  color: #042a5f;
  margin-bottom: 6px;
}
.offer-desc {
  color: rgba(0, 0, 0, 0.72);
  font-size: 0.95rem;
}

.offer-keywords {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 8px;
}
.offer-actions {
  margin-top: 10px;
}
.offer-button {
  display: inline-block;
  background: #044bab;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
}

@media (min-width: 640px) {
  .offer-button {
    padding: 10px 14px;
  }
}

@media (min-width: 640px) {
  .offerings-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .offerings-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .offer-card {
    padding: 18px;
  }
  .offerings-headline {
    font-size: 62px;
  }
}
/* CONTAINER */
#reels-slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  overflow: hidden;
  width: 100%;
  padding: 80px 0;
}

.reel-card {
  position: absolute;
  width: 260px;
  height: 380px;
  border-radius: 16px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform-origin: bottom center;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.4, 1);
  z-index: calc(10 - var(--abs, 0));
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.reels-slider {
  position: relative;
  width: 100%;
  max-width: 1300px;
  height: 560px;
}

/* CENTER CARD */

/* SIDE CARDS — light gray like Image 2, NOT near-black */
.reel-card:not([style*="--offset: 0"]) img {
  filter: grayscale(100%) brightness(0.95); /* was 0.4 — this is the main fix */
  opacity: 1; /* was 0.85 */
}

/* HIDE FAR CARDS */

/* MAKE SLIDER TALLER to fit the wider arc */
.reels-slider {
  height: 560px;
}
/* IMAGE BASE */
.reel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
  display: block;
}

/* FAQ (copied from pricing.css) */
.faq-section {
  padding: 40px 20px;
  background: transparent;
}
.faq-container {
  max-width: 1100px;
  margin: 0 auto;
}
.faq-headline {
  font-size: 46px;
  font-weight: 400;
  color: var(--primary-900, #044bab);
  text-align: center;
  margin-bottom: 8px;
}
.faq-sub {
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
  max-width: 820px;
  margin: 0 auto 20px;
}
.faq-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.faq-item {
  background: #fff;
  border: 1px solid rgba(4, 75, 171, 0.06);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(4, 75, 171, 0.04);
}
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  font-weight: 700;
  color: #042a5f;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
}
.faq-answer {
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.6;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.28s ease,
    padding 0.22s ease;
}
.faq-item[aria-expanded="true"] .faq-answer {
  padding: 12px 16px 18px;
  max-height: 800px;
}
.faq-item[aria-expanded="false"] .faq-answer {
  padding: 0 16px;
  max-height: 0;
}

@media (min-width: 768px) {
  .faq-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .faq-headline {
    font-size: 69px;
  }
}

.visit-button {
  flex: 1;
  padding: 10px 12px;
  background: #044bab;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  display: block;
}

.visit-button:disabled {
  background: rgba(4, 75, 171, 0.18);
  cursor: default;
  opacity: 0.7;
}

.details-button {
  flex: 1;
  padding: 10px 12px;
  background: transparent;
  color: #044bab;
  border: 2px solid rgba(4, 75, 171, 0.12);
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  display: block;
}

.details-button:hover {
  background: rgba(4, 75, 171, 0.04);
}

.details-button:disabled {
  opacity: 0.6;
  cursor: default;
}
