 .my-100 {
    margin: 100px auto !important;
  }
  .gojek-clone-hero-section {
    background-image: url('https://whitelabelapps.ca/wp-content/themes/hello-elementor-child/assets/images/1.0Bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0 0;
    position: relative;
    overflow: hidden;
  }
  .gojek-clone-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;
  }
  .gojek-clone-hero-title span {
    color: #118BD7;
  }

  .gojek-clone-hero-description {
    max-width: 95%;
  }

  .gojek-clone-hero-list {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
  }

  .gojek-clone-hero-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
  }

  .gojek-clone-hero-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .gojek-clone-hero-list li:nth-child(1)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-.webp");
  }

  .gojek-clone-hero-list li:nth-child(2)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-2.webp");
  }

  .gojek-clone-hero-list li:nth-child(3)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-3.webp");
  }

  .gojek-clone-hero-list li:nth-child(4)::before {
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/01/bullet-point-4.webp");
  }

  .gojek-clone-hero-media {
    position: relative;
  }

  .gojek-clone-hero-image {
    width: 100%;
    max-width: 550px;
    height: auto;
    display: block;
    margin-left: auto;
  }
 .gojek-clone-services-section {
    padding: 50px 0 0 0;
    background: #ffffff;
  }

  .gojek-clone-services-header {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
  }

  .gojek-clone-services-header h2 {
    font-size: 38px;
    line-height: 1.3;
  }

  .gojek-clone-services-header h2 span {
    color: #118BD7;
  }

  .gojek-clone-services-header p {
    font-size: 16px;
    color: #555;
    margin-top: 12px;
  }

  .gojek-clone-services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
  }

  .gojek-service-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    text-align: center;
    transition: all .3s ease;

  }

  .gojek-service-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    transition: transform .4s ease;
  }

  .gojek-service-card h3 {
    font-size: 17px;
    font-weight: 600;
    padding: 18px 10px;
    margin: 0;
    color: #222222;
    border: 1px solid #000000ad;
    border-radius: 0px 0px 20px 20px;
    border-top: none;
  }

  .gojek-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);

  }

  .gojek-service-card:hover img {
    transform: scale(1.05);
  }
 .gojek-clone-cta-section {
    background-color: #060505;
    border-radius: 30px 5px 30px 5px;
    margin: 50px auto;
  }

  .gojek-clone-cta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .gojek-clone-cta-content {
    color: #ffffff;
    max-width: 565px;
    padding: 15px 20px;
  }

  .gojek-clone-cta-heading {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .gojek-clone-cta-content p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #e0e0e0;
  }

  .gojek-clone-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ff2d55;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }

  .gojek-clone-cta-button:hover {
    background-color: #e0264a;
    transform: translateY(-2px);
  }

  .gojek-clone-cta-image img {
    max-width: 500px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
  }
 .custom-process-section {
    padding: 50px 0;
    background: #2196f300;
    position: relative;
  }

  .custom-process-section .text-center {
    margin: 0 auto 20px;
  }

  .custom-process-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .custom-process-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-top: 2px dashed #d8d8d8;
    transform: translateY(-50%);
    z-index: 1;
  }

  .custom-process-item {
    position: relative;
    width: 20%;
    text-align: center;
    z-index: 2;
    padding-top: 330px;
    padding-bottom: 150px;
  }
  .custom-process-item.top .custom-process-content {
    position: absolute;
    top: 0;
    width: 100%;
  }

  .custom-process-item.bottom .custom-process-content {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .custom-process-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111;
  }

  .custom-process-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
  }

  .process-number {
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    margin-bottom: 10px;
    color: #fff;
  }

  .orange {
    background: #ff5c35;
  }

  .blue {
    background: #1e88e5;
  }

  .green {
    background: #1abc9c;
  }

  .purple {
    background: #7b3fe4;
  }

  .navy {
    background: #2c3e50;
  }

  .custom-process-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85px;
    height: 85px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
    z-index: 3;
  }

  .custom-process-icon img {
    width: 45px;
    height: auto;
  }

  .icon-orange {
    background: #ff5c35;
  }

  .icon-blue {
    background: #1e88e5;
  }

  .icon-green {
    background: #1abc9c;
  }

  .icon-purple {
    background: #7b3fe4;
  }

  .icon-navy {
    background: #2c3e50;
  }

   .gojek-clone-why-section {
    padding: 50px 0 10px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
  }

  .gojek-clone-why-section::before {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgb(33 150 243 / 28%) 0%, transparent 70%);
    top: -200px;
    left: -200px;
    z-index: 0;
  }

  .gojek-clone-why-section::after {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgb(33 150 243 / 24%) 0%, transparent 70%);
    bottom: -250px;
    right: -200px;
    z-index: 0;
  }

  .gojek-clone-why-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 90px;
    position: relative;
    z-index: 1;
  }

  .gojek-clone-why-left {
    width: 50%;
  }

  .gojek-clone-tag {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    background: #fff1f1;
    color: #ff3c3c;
    border-radius: 50px;
    margin-bottom: 18px;
  }

  .gojek-clone-heading {
    line-height: 1.4;
  }

  .gojek-clone-heading span {
    color: #2196F3;
  }

  .gojek-clone-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 45px;
  }

  .gojek-clone-features {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .gojek-clone-feature {
    display: flex;
    gap: 20px;
    padding-left: 18px;
    border-left: 3px solid #ff3c3c;
    transition: 0.3s ease;
  }

  .gojek-clone-feature:hover {
    transform: translateX(6px);
  }

  .gojek-clone-feature-icon {
    width: 50px;
    height: 50px;
    background: #fff6f6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gojek-clone-feature-icon img {
    width: 26px;
  }

  .gojek-clone-feature h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
  }

  .gojek-clone-feature p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
  }
  .gojek-clone-why-right {
    width: 50%;
  }

  .gojek-clone-image-wrapper {
    position: relative;
  }

  .gojek-clone-image-wrapper img {
    width: 100%;

  }
    /* HEADER */
  .gojek-addons-header {
    text-align: center;
    margin-bottom: 25px;
  }


  .section_heading span {
    color: #118BD7;
  }



  /* GRID */
  .gojek-addons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  /* CARD BASE */
  .addon-card {
    position: relative;
    padding: 35px 28px;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    transition: 0.4s ease;
    z-index: 1;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);

  }

  /* Hover Background Layer */
  .addon-card::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: currentColor;
    transition: 0.4s ease;
    z-index: -1;
  }

  /* Hover Effect */
  .addon-card:hover::before {
    height: 100%;
  }

  .addon-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  }

  /* Title */
  .addon-title {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    transition: 0.4s ease;
  }

  /* Icon */
  .addon-title img {
    width: 40px;
    height: 40px;
    transition: 0.4s ease;
  }

  /* Text */
  .addon-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    transition: 0.4s ease;
  }

  /* Hover Text White */
  .addon-card:hover .addon-title,
  .addon-card:hover p {
    color: #fff;
  }

  .addon-card:hover .addon-title img {
    filter: brightness(0) invert(1);
  }

  /* DIFFERENT BORDER COLORS */
  .a1 {
    color: #4A90E2;
    border-color: #4A90E2;
  }

  .a2 {
    color: #27AE60;
    border-color: #27AE60;
  }

  .a3 {
    color: #E91E63;
    border-color: #E91E63;
  }

  .a4 {
    color: #F39C12;
    border-color: #F39C12;
  }

  .a5 {
    color: #9B59B6;
    border-color: #9B59B6;
  }

  .a6 {
    color: #16A085;
    border-color: #16A085;
  }

  .a7 {
    color: #FF5722;
    border-color: #FF5722;
  }

  .a8 {
    color: #2C3E50;
    border-color: #2C3E50;
  }.gojek-clone-v2-cta-section {
    background-color: #060505;
    border-radius: 30px 5px 30px 5px;
    margin: 30px auto;
  }

  .gojek-clone-v2-cta-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }

  /* LEFT 60%, RIGHT 40% */
  .gojek-clone-v2-cta-content {
    width: 60%;
    color: #fff;
    padding: 20px 30px;
  }

  .gojek-clone-v2-cta-form {
    width: 40%;
  }

  /* Heading white */
  .section_heading-white {
    color: #ffffff !important;
  }

  /* Paragraph */
  .gojek-clone-v2-cta-content p {
    margin-bottom: 26px;
    line-height: 1.6;
  }

  /* Button */
  .gojek-clone-v2-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    border-radius: 8px;
    border: none;
    background-color: #ff2d55;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .gojek-clone-v2-cta-button:hover {
    background-color: #e0264a;
  }

  .gojek-clone-v2-form-bg {
    background: #ffffff;
    border-radius: 20px;
    padding: 14px 46px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
    text-align: center;
    border: 2px solid #2196F3;
    margin: -50px 0;
    margin-right: 30px;
  }

  .gojek-clone-v2-form-heading {
    font-size: 18px;
    font-family: "Impact";
    color: #111;
    margin-bottom: 8px;
  }

  .gojek-clone-v2-form-subtext {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
  }.gojek-header {
    text-align: center;
    /* max-width: 750px; */
    margin: 0 auto;
  }

  .mb-0 {
    margin-bottom: 0 !important;
  }

  .bg-one,
  .bg-two,
  .bg-three {
    padding: 50px;
    border-radius: 25px;
    margin: 20px auto;
  }

  .bg-one {
    background: #f1f1f191;
  }

  .bg-two {
    background: #ffc10717;
  }

  .bg-three {
    background: #f3eef078;
  }

  .feature-row {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
  }

  .feature-image {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .feature-content {
    flex: 1;
  }

  .feature-row.reverse .feature-image {
    order: 2;
  }

  .feature-row.reverse .feature-content {
    order: 1;
  }

  .feature-image img {
    width: 100%;
    max-height: 545px;
    object-fit: contain;
    transition: 0.3s ease;
    margin: 0 auto;
  }

  .feature-image img:hover {
    transform: translateY(-6px);
  }

  .feature-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
  }

  .feature-item {
    display: flex;
    gap: 18px;
    margin-bottom: 22px;
    align-items: flex-start;
  }

  .icon-image {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #ffffff;
    padding: 7px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
  }

  .icon-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .feature-item:hover .icon-image {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  }

  .feature-item h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
  }

  .feature-item p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
  }

  .blue_btn {
    padding: 1.25rem 2.5rem;
    border-radius: 4.0625rem;
    background: var(--blue-box-background-linear);
    box-shadow: var(--blue-box-shadow);
    line-height: 1;
    display: inline-block;
    text-decoration: none;
  }

  .blue_btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(33, 150, 243, 0.4);
  }
 .gojek-suite-section {
    padding: 50px 0 40px;
    background: linear-gradient(90deg, #00bfa524, #ff98001f, #2196f32b);

  }

  .gojek-suite-container {
    margin: auto;
    text-align: center;
  }

  .gojek-suite-tag {
    display: inline-block;
    background: #00bfa5;
    color: #ffffff;
    font-weight: 600;
    padding: 6px 30px;
    border-radius: 50px 20px;
    margin-bottom: 16px;
  }

  .gojek-suite-subtext {
    max-width: 750px;
    margin: 0 auto 30px;
    color: #1b1b1b;
    font-size: 16px;
    line-height: 1.6;
  }

  .gojek-suite-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr 1fr;
    align-items: center;
    gap: 40px;
  }

  .gojek-suite-card,
  .gojek-suite-center {
    padding: 20px;
    transition: 0.3s ease;
  }

  .gojek-suite-card img,
  .gojek-suite-center img {
    max-width: 100%;
    height: auto;
  }

  .gojek-suite-count {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #00bfa5;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin: 20px 0 12px;
  }

  .gojek-suite-card h3,
  .gojek-suite-center h3 {
    font-size: 20px;
    color: #0b1c12;
    margin-bottom: 10px;

  }

  .gojek-suite-card p,
  .gojek-suite-center p {
    color: #444;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 18px;
  }

  .gojek-suite-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    padding: 12px 24px;
    transition: 0.3s ease;
  }

  .gojek-suite-btn:hover {
    background: #009688;
  }

.workflow-section {
    overflow: hidden;
  }

  .workflow-section .badge {
    background: #e8f5e9;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    color: #2e7d32;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
  }

  .workflow-slider-wrapper {
    overflow: hidden;
    margin: 30px;
  }

  .workflow-track {
    display: flex;
    transition: transform 0.6s ease;
  }

  .workflow-slide {
    flex: 0 0 20%;
    display: flex;
    justify-content: center;
    opacity: 0.3;
    transform: scale(0.8);
    filter: grayscale(100%);
    transition: 0.4s;
  }

  .workflow-slide img {
    width: 240px;
    border-radius: 20px;
  }

  .workflow-slide.active {
    opacity: 1;
    transform: scale(1);
    filter: grayscale(0%);
  }

  .workflow-steps {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .workflow-steps::-webkit-scrollbar {
    display: none;
  }

  .step {
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    padding: 10px;
  }

  .step img {
    width: 30px;
    margin-bottom: 8px !important;
    margin: 0 auto;
  }


  .step.active {
    border: 2px solid #2e7d32;
    border-radius: 10px;
    background: #f8fff8;
  }

  .step p {
    font-size: 10px;
    font-weight: 600;
    margin: 0;
  }


  .service-card-link {
    text-decoration: none;
    display: block;
    color: inherit;
  }

  .service-card-link:hover {
    text-decoration: none;
  }
  @media (max-width: 768px) {
    .gojek-clone-hero-section {
      padding: 70px 0 10px;
    }

    .gojek-clone-hero-grid {
      grid-template-columns: 1fr;
      gap: 0px;
    }

    .gojek-clone-hero-media {
      order: -1;
      text-align: center;
    }

    .gojek-clone-hero-image {
      margin: 20px auto 0px;
      max-width: 420px;
    }

    .gojek-clone-hero-content {
      text-align: left;
    }

    .gojek-clone-hero-description {
      max-width: 100%;
    }

    .gojek-clone-hero-list {
      text-align: left;
    }

    .gojek-clone-hero-title {
      font-size: 32px;
      line-height: 1.3;
    }.gojek-clone-services-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
    }

    .gojek-service-card img {
      height: 130px;
    }

    .gojek-clone-services-header h2 {
      font-size: 28px;
    }

    .gojek-service-card h3 {
      font-size: 15px;
      padding: 14px 8px;
    } .gojek-clone-cta-container {
      flex-direction: column;
      gap: 0;
    }

    .gojek-clone-cta-image {
      order: -1;
      margin-bottom: 25px;
    }

    .gojek-clone-cta-content {
      max-width: 100%;
    }

    .gojek-clone-cta-heading {
      font-size: 24px;
    }

    .gojek-clone-cta-content p {
      font-size: 15px;
    }

    .gojek-clone-cta-button {
      width: 100%;
      justify-content: center;
    }
   .gojek-addons-grid {
      grid-template-columns: 1fr;
    }

    .section_heading {
      font-size: 28px;
    }

    .addon-card {
      padding: 25px 20px;
    }

    .addon-title {
      font-size: 16px;
    }

    .addon-title img {
      width: 32px;
      height: 32px;
    }

    .addon-card p {
      font-size: 14px;
    } .gojek-clone-v2-cta-hide-mobile {
      display: none !important;
    }

    .gojek-clone-v2-cta-container {
      flex-direction: column;
      gap: 0;
    }

    .gojek-clone-v2-cta-content p {
      margin-bottom: 0;

    }

    .gojek-clone-v2-cta-content {
      padding: 38px 0;
    }

    .gojek-clone-v2-cta-content,
    .gojek-clone-v2-cta-form {
      width: 100%;
    }

    .gojek-clone-v2-form-bg {
      width: 100%;
      margin: 0 0 30PX 0;
    }
 
 .gojek-suite-section {
      padding: 40px 0;
    }

    .gojek-suite-grid {
      grid-template-columns: 1fr;
      gap: 0px;
    }



    .gojek-suite-subtext {
      font-size: 15px;
      padding: 0 15px;
    }

    .gojek-suite-card,
    .gojek-suite-center {
      padding: 10px 20px;
    }

    .gojek-suite-btn {
      font-size: 16px;
      padding: 12px 20px;
    }
.workflow-steps {
      flex-wrap: nowrap;
      overflow-x: auto;
      justify-content: flex-start;
      gap: 12px;
      padding-bottom: 10px;
    }

    .workflow-steps::-webkit-scrollbar {
      display: none;
    }

    .step {
      width: 10%;
      min-width: 10%;
      text-align: center;
      padding: 6px 0;
    }


    .step img {
      width: 22px;
      height: 22px;
      margin-bottom: 0;
    }

    .step p {
      display: none;
    }

    .step.active {
      border: 2px solid #2e7d32;
      border-radius: 10px;
      background: #f8fff8;
    }

}

  @media (max-width: 991px) {

    .custom-process-wrapper {
      flex-direction: column;
      position: relative;
      padding-left: 7px;
    }

    .my-100 {
      margin: 50px auto !important;
    }

    .custom-process-wrapper::before {
      display: block;
      top: 0;
      left: 43px;
      width: 2px;
      height: 87%;
      border-top: none;
      border-left: 2px dashed #d8d8d8;
      transform: none;
    }

    .custom-process-item {
      width: 100%;
      padding: 0 0 15px 0;
      position: relative;
      text-align: left;
    }

    .custom-process-content {
      position: relative !important;
      top: auto !important;
      bottom: auto !important;
      padding-left: 80px;
    }

    .custom-process-icon {
      position: absolute;
      top: 0;
      left: 0;
      transform: none;
      margin: 0;
      width: 70px;
      height: 70px;
      border-radius: 18px;
    }

    .custom-process-icon img {
      width: 35px;
    }

    .process-number {
      margin-bottom: 6px;
    }

    .custom-process-content h3 {
      font-size: 17px;
    }

    .custom-process-content p {
      font-size: 14px;
    }
      .gojek-clone-why-wrapper {
      flex-direction: column-reverse;
      gap: 30px;
    }

    .gojek-clone-why-left,
    .gojek-clone-why-right {
      width: 100%;
    }
  .feature-row {
      flex-direction: column;
      gap: 40px;
    }

    .feature-image,
    .feature-content {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .feature-image img {
      width: 100%;
      max-height: none;
    }

    .feature-content {
      text-align: center;
    }

    .feature-item {
      text-align: left;
    }

    .feature-row.reverse .feature-image,
    .feature-row.reverse .feature-content {
      order: unset;
    }

    .bg-one,
    .bg-two,
    .bg-three {
      padding: 30px;
    }
  .workflow-slide {
      flex: 0 0 33.33%;
    }}




