.elementor-6979 .elementor-element.elementor-element-0ba13f7{--display:flex;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-6979 .elementor-element.elementor-element-0ba13f7{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-0a4eeda *//* =========================================================
   IONGYMTECH EXERCISE BIKE REPAIR
   PREMIUM MASTER TEMPLATE
   ========================================================= */

.igt-bike-page {
  --igt-navy: #071827;
  --igt-deep-navy: #04131f;
  --igt-blue: #102b3d;
  --igt-charcoal: #11191e;
  --igt-green: #8cc63f;
  --igt-green-dark: #6fa72d;
  --igt-white: #ffffff;
  --igt-cream: #eef1ed;
  --igt-soft: #e7ece9;
  --igt-text: #253744;
  --igt-muted: #64737b;
  --igt-border: rgba(7, 24, 39, 0.12);
  --igt-shadow: 0 24px 70px rgba(3, 20, 31, 0.16);

  width: 100%;
  overflow: hidden;
  color: var(--igt-text);
  background: var(--igt-cream);
  font-family: inherit;
}

.igt-bike-page *,
.igt-bike-page *::before,
.igt-bike-page *::after {
  box-sizing: border-box;
}

.igt-bike-page img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.igt-br-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.igt-br-section {
  position: relative;
  padding: 96px 0;
}

.igt-br-kicker,
.igt-br-eyebrow {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--igt-green);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.igt-br-section h2,
.igt-br-audience h2,
.igt-br-why h2 {
  margin: 0;
  color: var(--igt-navy);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 850;
  line-height: 1.06;
  letter-spacing: -1.7px;
}

.igt-br-section p,
.igt-br-audience p,
.igt-br-why p {
  color: var(--igt-muted);
  font-size: 17px;
  line-height: 1.75;
}

.igt-br-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: 0.2s ease;
}

.igt-br-btn:hover,
.igt-br-small-btn:hover {
  transform: translateY(-2px);
}

.igt-br-btn-primary {
  color: var(--igt-navy);
  background: var(--igt-green);
}

.igt-br-btn-primary:hover {
  color: var(--igt-navy);
  background: #9cd54b;
}

.igt-br-btn-outline {
  color: var(--igt-white);
  border-color: rgba(255, 255, 255, 0.45);
}

.igt-br-btn-outline:hover {
  color: var(--igt-navy);
  background: var(--igt-white);
}

/* HERO */

.igt-br-hero {
  position: relative;
  padding: 105px 0 90px;
  overflow: hidden;
  background:
    linear-gradient(
      115deg,
      #03131f 0%,
      #082438 58%,
      #123b46 100%
    );
}

.igt-br-hero::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -140px;
  width: 570px;
  height: 570px;
  border-radius: 50%;
  background: rgba(140, 198, 63, 0.1);
  filter: blur(30px);
}

.igt-br-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 72px;
  align-items: center;
}

.igt-br-hero-copy h1 {
  max-width: 720px;
  margin: 0;
  color: var(--igt-white);
  font-size: clamp(49px, 4vw, 75px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -1px;
}

.igt-br-hero-copy > p {
  max-width: 680px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: 18px;
  line-height: 1.7;
}

.igt-br-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.igt-br-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-top: 29px;
}

.igt-br-hero-meta span {
  position: relative;
  padding-left: 17px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 800;
}

.igt-br-hero-meta span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--igt-green);
  transform: translateY(-50%);
}

.igt-br-hero-visual {
  position: relative;
  min-height: 565px;
}

.igt-br-hero-visual img {
  width: 100%;
  height: 565px;
  border-radius: 4px;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
}

.igt-br-hero-image-note {
  position: absolute;
  right: -25px;
  bottom: 30px;
  width: min(330px, 85%);
  padding: 22px 24px;
  border-left: 4px solid var(--igt-green);
  background: rgba(4, 19, 31, 0.94);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}

.igt-br-hero-image-note strong {
  display: block;
  color: var(--igt-white);
  font-size: 16px;
}

.igt-br-hero-image-note span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 13px;
  line-height: 1.55;
}

/* MACHINE STRIP */

.igt-br-machine-strip {
  background: var(--igt-charcoal);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.igt-br-machine-strip .igt-br-container {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: stretch;
}

.igt-br-machine-strip-heading {
  display: flex;
  align-items: center;
  padding: 26px 30px 26px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.igt-br-machine-strip-heading span {
  color: var(--igt-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.igt-br-machine-strip-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px 28px;
  padding: 24px 0 24px 35px;
}

.igt-br-machine-strip-list span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 750;
}

/* =========================================================
   PREMIUM EXERCISE BIKE INTRO
   ========================================================= */

.igt-br-intro-premium {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      #edf1ed 0%,
      #f7f9f7 52%,
      #e7eeea 100%
    );
}

.igt-br-intro-premium::before {
  content: "";
  position: absolute;
  top: -210px;
  right: -160px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: rgba(140, 198, 63, 0.08);
  filter: blur(5px);
}

.igt-br-intro-premium::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36%;
  height: 5px;
  background: var(--igt-green);
}

.igt-br-intro-premium-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(0, 1.1fr);
  gap: 95px;
  align-items: center;
}

/* LEFT COPY */

.igt-br-intro-premium-copy {
  max-width: 570px;
}

.igt-br-intro-premium-copy h2 {
  max-width: 560px;
  margin: 0;
  color: var(--igt-navy);
  font-size: clamp(40px, 4.7vw, 62px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -2px;
}

.igt-br-intro-premium-lead {
  margin: 27px 0 0;
  color: var(--igt-navy) !important;
  font-size: 20px !important;
  font-weight: 650;
  line-height: 1.65 !important;
}

.igt-br-intro-premium-copy > p:not(.igt-br-intro-premium-lead) {
  margin: 18px 0 0;
  color: var(--igt-muted);
  font-size: 16px;
  line-height: 1.75;
}

.igt-br-intro-btn {
  display: inline-flex;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  margin-top: 29px;
  padding: 11px 17px;
  border: 1px solid var(--igt-green);
  border-radius: 4px;
  color: var(--igt-navy);
  background: var(--igt-green);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.igt-br-intro-btn::after {
  content: " →";
  margin-left: 6px;
}

.igt-br-intro-btn:hover {
  color: var(--igt-navy);
  background: #9ed84c;
  transform: translateY(-2px);
}

/* RIGHT DETAILS */

.igt-br-intro-premium-details {
  border-top: 1px solid rgba(7, 24, 39, 0.14);
}

.igt-br-intro-feature {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 25px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(7, 24, 39, 0.14);
}

.igt-br-intro-feature-number {
  padding-top: 2px;
  color: var(--igt-green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
}

.igt-br-intro-feature strong {
  display: block;
  color: var(--igt-navy);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.3;
}

.igt-br-intro-feature p {
  max-width: 610px;
  margin: 8px 0 0;
  color: var(--igt-muted);
  font-size: 15px;
  line-height: 1.65;
}

/* BOTTOM SERVICE NOTE */

.igt-br-intro-service-note {
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 28px;
  margin-top: 28px;
  padding: 23px 26px;
  border-left: 4px solid var(--igt-green);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 14px 40px rgba(7, 24, 39, 0.06);
}

.igt-br-intro-service-note strong {
  color: var(--igt-navy);
  font-size: 14px;
  line-height: 1.5;
}

.igt-br-intro-service-note span {
  color: var(--igt-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* TABLET */

@media (max-width: 1024px) {
  .igt-br-intro-premium-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .igt-br-intro-premium-copy {
    max-width: 760px;
  }

  .igt-br-intro-premium-copy h2 {
    max-width: 720px;
  }

  .igt-br-intro-premium-details {
    max-width: 820px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .igt-br-intro-premium {
    padding: 72px 0;
  }

  .igt-br-intro-premium-grid {
    gap: 42px;
  }

  .igt-br-intro-premium-copy h2 {
    font-size: 39px;
    letter-spacing: -1.2px;
  }

  .igt-br-intro-premium-lead {
    font-size: 18px !important;
  }

  .igt-br-intro-feature {
    grid-template-columns: 38px 1fr;
    gap: 16px;
    padding: 23px 0;
  }

  .igt-br-intro-feature strong {
    font-size: 18px;
  }

  .igt-br-intro-service-note {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 20px;
  }
}

/* PROBLEMS */

.igt-br-problems {
  background: #111a20;
}

.igt-br-problems-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.75fr);
  gap: 80px;
  align-items: end;
  margin-bottom: 48px;
}

.igt-br-problems-heading h2 {
  color: var(--igt-white);
}

.igt-br-problems-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}

.igt-br-problem-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.igt-br-problem-row {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 20px;
  min-height: 180px;
  padding: 32px 38px 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.igt-br-problem-row:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.igt-br-problem-row:nth-child(even) {
  padding-left: 38px;
}

.igt-br-problem-number {
  color: var(--igt-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
}

.igt-br-problem-row h3 {
  margin: 0;
  color: var(--igt-white);
  font-size: 20px;
  font-weight: 800;
}

.igt-br-problem-row p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.57);
  font-size: 14px;
  line-height: 1.65;
}

/* AUDIENCE */

.igt-br-audience {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.igt-br-audience-panel {
  min-height: 635px;
  display: flex;
  align-items: center;
  padding: 85px max(45px, calc((100vw - 1180px) / 2));
}

.igt-br-audience-residential {
  color: var(--igt-white);
  background:
    linear-gradient(
      145deg,
      #092237 0%,
      #071827 100%
    );
}

.igt-br-audience-commercial {
  background:
    linear-gradient(
      145deg,
      #dfe8dc 0%,
      #f0f3ed 100%
    );
}

.igt-br-audience-inner {
  width: min(500px, 100%);
}

.igt-bike-page .igt-br-audience-residential h2 {
  color: var(--igt-white) !important;
}

.igt-bike-page .igt-br-audience-residential p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.igt-bike-page .igt-br-audience-residential ul li {
  color: rgba(255, 255, 255, 0.82) !important;
}

.igt-bike-page .igt-br-audience-residential ul li::before {
  color: var(--igt-green) !important;
}

.igt-br-audience ul {
  display: grid;
  gap: 13px;
  margin: 29px 0 31px;
  padding: 0;
  list-style: none;
}

.igt-br-audience li {
  position: relative;
  padding-left: 25px;
  color: var(--igt-text);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.igt-br-audience li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--igt-green);
  font-weight: 900;
}

.igt-br-small-btn {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  border-radius: 4px;
  color: var(--igt-navy);
  background: var(--igt-green);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  transition: 0.2s ease;
}

/* BRANDS */

.igt-br-brands {
  background: #173147;
}

.igt-br-brands-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 90px;
  align-items: center;
}

.igt-br-brands-heading h2 {
  color: var(--igt-white);
}

.igt-br-brands-heading p {
  color: rgba(255, 255, 255, 0.61);
}

.igt-br-inline-link {
  display: inline-block;
  margin-top: 13px;
  color: var(--igt-green);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.igt-br-inline-link::after {
  content: " →";
}

.igt-br-brand-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.igt-br-brand-directory span {
  display: flex;
  min-height: 67px;
  align-items: center;
  justify-content: center;
  padding: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

/* PROCESS */

.igt-br-process {
  background: var(--igt-soft);
}

.igt-br-process-heading {
  max-width: 680px;
  margin-bottom: 55px;
}

.igt-br-process-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.igt-br-process-line::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 5%;
  width: 90%;
  height: 1px;
  background: rgba(7, 24, 39, 0.2);
}

.igt-br-process-item {
  position: relative;
  padding-top: 62px;
}

.igt-br-process-item > span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border: 7px solid var(--igt-soft);
  border-radius: 50%;
  color: var(--igt-navy);
  background: var(--igt-green);
  font-size: 11px;
  font-weight: 900;
}

.igt-br-process-item h3 {
  margin: 0;
  color: var(--igt-navy);
  font-size: 19px;
}

.igt-br-process-item p {
  margin: 11px 0 0;
  font-size: 14px;
  line-height: 1.6;
}

/* WHY */

.igt-br-why {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  min-height: 760px;
  background: var(--igt-navy);
}

.igt-br-why-image {
  min-height: 760px;
}

.igt-br-why-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.igt-br-why-content {
  display: flex;
  align-items: center;
  padding: 85px max(45px, calc((100vw - 1180px) / 2)) 85px 75px;
}

.igt-br-why-content-inner {
  max-width: 580px;
}

.igt-br-why-content h2 {
  color: var(--igt-white);
}

.igt-br-why-content > div > p {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.65);
}

.igt-br-why-points {
  display: grid;
  gap: 0;
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.igt-br-why-points > div {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.igt-br-why-points strong {
  display: block;
  color: var(--igt-white);
  font-size: 15px;
}

.igt-br-why-points span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  line-height: 1.55;
}

/* SERVICE AREA */

.igt-br-service-area {
  background: #13294b;
}

.igt-br-service-heading {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.igt-br-service-heading h2 {
  color: var(--igt-white);
}

.igt-br-service-heading p {
  max-width: 680px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
}

.igt-br-service-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 17px;
}

.igt-br-service-links a {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  padding: 17px 25px;
  border-radius: 10px;
  color: var(--igt-white);
  background: rgba(5, 20, 45, 0.24);
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  transition: 0.2s ease;
}

.igt-br-service-links a:hover {
  background: rgba(140, 198, 63, 0.1);
}

.igt-br-service-links a span:last-child {
  color: var(--igt-green);
  font-size: 25px;
}

.igt-br-additional-areas {
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.igt-br-additional-areas strong {
  display: block;
  margin-bottom: 10px;
  color: var(--igt-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.igt-br-additional-areas p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

/* =========================================================
   CONTACT SECTION
   Light premium SaaS-style layout
   ========================================================= */

.igt-br-contact {
  position: relative;
  padding: 105px 0;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 8% 15%,
      rgba(140, 198, 63, 0.14),
      transparent 30%
    ),
    radial-gradient(
      circle at 92% 85%,
      rgba(24, 70, 94, 0.1),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #edf3ee 0%,
      #f7f9f7 48%,
      #e8f0f2 100%
    );
}

.igt-br-contact::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -130px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(7, 24, 39, 0.06);
  border-radius: 50%;
}

.igt-br-contact::after {
  content: "";
  position: absolute;
  bottom: -210px;
  left: -150px;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: rgba(140, 198, 63, 0.06);
  filter: blur(5px);
}

.igt-br-contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  gap: 65px;
  align-items: center;
}

/* LEFT CONTENT */

.igt-br-contact-copy {
  max-width: 530px;
}

.igt-br-contact-copy .igt-br-kicker {
  color: var(--igt-green-dark);
}

.igt-br-contact-copy h2 {
  margin: 0;
  color: var(--igt-navy) !important;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -2.2px;
}

.igt-br-contact-copy > p {
  max-width: 500px;
  margin: 24px 0 0;
  color: var(--igt-muted) !important;
  font-size: 17px;
  line-height: 1.75;
}

/* PHONE CALLOUT */

.igt-br-contact-callout {
  position: relative;
  display: flex;
  max-width: 395px;
  flex-direction: column;
  gap: 5px;
  margin-top: 32px;
  padding: 21px 24px 21px 27px;
  overflow: hidden;
  border: 1px solid rgba(7, 24, 39, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 40px rgba(7, 24, 39, 0.07);
  backdrop-filter: blur(8px);
}

.igt-br-contact-callout::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--igt-green);
}

.igt-br-contact-callout span {
  color: var(--igt-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.igt-br-contact-callout a {
  color: var(--igt-navy) !important;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.igt-br-contact-callout a:hover {
  color: var(--igt-green-dark) !important;
}

/* FORM CARD */

.igt-br-form-wrap {
  position: relative;
  padding: 42px !important;
  overflow: hidden;
  border: 1px solid rgba(7, 24, 39, 0.09) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(250, 252, 251, 0.9)
    ) !important;
  box-shadow:
    0 28px 75px rgba(7, 24, 39, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(14px);
}

.igt-br-form-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background:
    linear-gradient(
      90deg,
      var(--igt-green) 0%,
      #9fd654 42%,
      #1c5368 100%
    );
}

/* FLUENT FORM RESET */

.igt-br-form-wrap .fluentform,
.igt-br-form-wrap .frm-fluent-form,
.igt-br-form-wrap form {
  margin: 0 !important;
  padding: 0 !important;
}

.igt-br-form-wrap .ff-el-group {
  margin-bottom: 17px !important;
}

/* LABELS */

.igt-br-form-wrap label,
.igt-br-form-wrap .ff-el-input--label label {
  display: block;
  margin-bottom: 7px !important;
  color: var(--igt-navy) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.35;
}

/* INPUTS */

.igt-br-form-wrap .ff-el-form-control,
.igt-br-form-wrap input[type="text"],
.igt-br-form-wrap input[type="email"],
.igt-br-form-wrap input[type="tel"],
.igt-br-form-wrap input[type="number"],
.igt-br-form-wrap select,
.igt-br-form-wrap textarea {
  width: 100% !important;
  min-height: 53px !important;
  padding: 14px 16px !important;
  border: 1px solid #d6dee1 !important;
  border-radius: 7px !important;
  color: var(--igt-navy) !important;
  background: #f8faf9 !important;
  box-shadow:
    inset 0 1px 2px rgba(7, 24, 39, 0.025) !important;
  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease !important;
}

.igt-br-form-wrap textarea.ff-el-form-control,
.igt-br-form-wrap textarea {
  min-height: 145px !important;
  resize: vertical;
}

/* PLACEHOLDERS */

.igt-br-form-wrap .ff-el-form-control::placeholder,
.igt-br-form-wrap input::placeholder,
.igt-br-form-wrap textarea::placeholder {
  color: #87969d !important;
  opacity: 1 !important;
}

/* INPUT FOCUS */

.igt-br-form-wrap .ff-el-form-control:focus,
.igt-br-form-wrap input:focus,
.igt-br-form-wrap select:focus,
.igt-br-form-wrap textarea:focus {
  border-color: var(--igt-green) !important;
  background: #ffffff !important;
  box-shadow:
    0 0 0 4px rgba(140, 198, 63, 0.12) !important;
  outline: none !important;
}

/* REQUIRED ASTERISKS */

.igt-br-form-wrap .text-danger,
.igt-br-form-wrap .ff-el-input--label .text-danger {
  color: var(--igt-green-dark) !important;
}

/* CAPTCHA */

.igt-br-form-wrap .ff-el-recaptcha,
.igt-br-form-wrap .g-recaptcha {
  margin: 8px 0 19px !important;
}

.igt-br-form-wrap iframe {
  max-width: 100% !important;
}

/* SUBMIT BUTTON */

.igt-br-form-wrap .ff-btn-submit,
.igt-br-form-wrap button[type="submit"],
.igt-br-form-wrap input[type="submit"] {
  width: 100% !important;
  min-height: 52px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 4px !important;
  padding: 13px 24px !important;
  border: 1px solid var(--igt-green) !important;
  border-radius: 7px !important;
  color: var(--igt-navy) !important;
  background:
    linear-gradient(
      135deg,
      #92ca43 0%,
      #a2da53 100%
    ) !important;
  box-shadow:
    0 10px 24px rgba(111, 167, 45, 0.2) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: none !important;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease !important;
}

.igt-br-form-wrap .ff-btn-submit:hover,
.igt-br-form-wrap button[type="submit"]:hover,
.igt-br-form-wrap input[type="submit"]:hover {
  color: var(--igt-navy) !important;
  background:
    linear-gradient(
      135deg,
      #9fd64d 0%,
      #afe363 100%
    ) !important;
  box-shadow:
    0 14px 30px rgba(111, 167, 45, 0.26) !important;
  transform: translateY(-2px);
}

/* VALIDATION */

.igt-br-form-wrap .ff-el-is-error .ff-el-form-control {
  border-color: #d85d5d !important;
}

.igt-br-form-wrap .error,
.igt-br-form-wrap .ff-el-is-error .text-danger {
  color: #bd4848 !important;
  font-size: 12px !important;
}

/* TABLET */

@media (max-width: 1024px) {
  .igt-br-contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .igt-br-contact-copy {
    max-width: 700px;
  }

  .igt-br-form-wrap {
    max-width: 760px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .igt-br-contact {
    padding: 70px 0;
  }

  .igt-br-contact-grid {
    gap: 38px;
  }

  .igt-br-contact-copy h2 {
    font-size: 39px;
    letter-spacing: -1.2px;
  }

  .igt-br-contact-copy > p {
    font-size: 16px;
  }

  .igt-br-form-wrap {
    padding: 27px 19px !important;
    border-radius: 11px !important;
  }

  .igt-br-form-wrap .ff-el-form-control,
  .igt-br-form-wrap input,
  .igt-br-form-wrap select {
    min-height: 51px !important;
  }
}

/* TABLET */

@media (max-width: 1024px) {
  .igt-br-contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .igt-br-contact-copy {
    max-width: 700px;
  }

  .igt-br-form-wrap {
    max-width: 760px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .igt-br-contact {
    padding: 68px 0;
  }

  .igt-br-contact-grid {
    gap: 38px;
  }

  .igt-br-contact-copy h2 {
    font-size: 39px;
    letter-spacing: -1.3px;
  }

  .igt-br-form-wrap {
    padding: 25px 18px !important;
    border-radius: 8px !important;
  }

  .igt-br-form-wrap .ff-el-form-control,
  .igt-br-form-wrap input,
  .igt-br-form-wrap select {
    min-height: 51px !important;
  }

  .igt-br-form-wrap .ff-btn-submit,
  .igt-br-form-wrap button[type="submit"],
  .igt-br-form-wrap input[type="submit"] {
    width: 100% !important;
  }
}

/* TABLET */

@media (max-width: 1024px) {
  .igt-br-hero-grid,
  .igt-br-intro-grid,
  .igt-br-problems-heading,
  .igt-br-brands-grid,
  .igt-br-contact-grid {
    grid-template-columns: 1fr;
  }

  .igt-br-hero-visual {
    max-width: 760px;
  }

  .igt-br-machine-strip .igt-br-container {
    grid-template-columns: 1fr;
  }

  .igt-br-machine-strip-heading {
    padding: 22px 0 10px;
    border-right: 0;
  }

  .igt-br-machine-strip-list {
    padding: 10px 0 24px;
  }

  .igt-br-problem-list,
  .igt-br-audience,
  .igt-br-why {
    grid-template-columns: 1fr;
  }

  .igt-br-problem-row:nth-child(odd) {
    border-right: 0;
  }

  .igt-br-problem-row:nth-child(even) {
    padding-left: 0;
  }

  .igt-br-audience-panel {
    min-height: auto;
    padding: 75px 45px;
  }

  .igt-br-process-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 50px;
  }

  .igt-br-process-line::before {
    display: none;
  }

  .igt-br-why-image {
    min-height: 600px;
  }

  .igt-br-why-content {
    padding: 75px 45px;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .igt-br-container {
    width: min(100% - 30px, 1180px);
  }

  .igt-br-section {
    padding: 68px 0;
  }

  .igt-br-section h2,
  .igt-br-audience h2,
  .igt-br-why h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .igt-br-hero {
    padding: 72px 0 65px;
  }

  .igt-br-hero-grid {
    gap: 42px;
  }

  .igt-br-hero-copy h1 {
    font-size: 44px;
    letter-spacing: -1.8px;
  }

  .igt-br-hero-actions {
    flex-direction: column;
  }

  .igt-br-btn {
    width: 100%;
  }

  .igt-br-hero-visual,
  .igt-br-hero-visual img {
    min-height: 0;
    height: 390px;
  }

  .igt-br-hero-image-note {
    right: 12px;
    bottom: 15px;
  }

  .igt-br-machine-strip-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .igt-br-intro-detail {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .igt-br-problem-list,
  .igt-br-brand-directory,
  .igt-br-process-line,
  .igt-br-service-links {
    grid-template-columns: 1fr;
  }

  .igt-br-problem-row {
    min-height: auto;
    padding: 26px 0;
  }

  .igt-br-audience-panel {
    padding: 65px 25px;
  }

  .igt-br-brand-directory {
    border-left: 0;
  }

  .igt-br-brand-directory span {
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }

  .igt-br-process-item {
    padding-top: 58px;
  }

  .igt-br-why-image {
    min-height: 430px;
  }

  .igt-br-why-content {
    padding: 65px 25px;
  }

  .igt-br-additional-areas {
    text-align: left;
  }

  .igt-br-contact-grid {
    gap: 40px;
  }

  .igt-br-form-wrap {
    padding: 24px 18px;
  }
}

@media (max-width: 420px) {
  .igt-br-hero-copy h1 {
    font-size: 39px;
  }

  .igt-br-machine-strip-list {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */