/** Shopify CDN: Minification failed

Line 12:21 Expected identifier but found whitespace
Line 12:23 Unexpected "{"
Line 12:32 Expected ":"

**/
/* FAQ Storefront */
 .faq {
    padding-bottom: 120px;
    /* margin-block: 120px; */
    background-color: {{ section.settings.bg-color }};
  }
  .Webg-Top-L2 .faq{
     padding-top: 120px;
     background: #F4F4F4;
  }

  @media screen and (max-width: 767px) {
    .client-card{
      padding: 20px;
    }
    span.quote-text{
      font-size: 16px;
    }
    .consultation-review-slider{
      margin-top: 15px;
    }
    span.right-quote img{
      margin-top: -4px !important;
    }
    .client-info img{
      width: 50px;
      height: 50px;
    }
    .stars img{
      width: 45px;
    }
    .faq-inner{
      gap: 10px;
    }
  }




/* flexible-storefront-liquid */
  .text-center.clr-pin h5 {
    color: #FE8A02;
}
.store.bg-gray {
    background: #000000;
}
.store h2.title {
    color: #fff;
    text-align: center;
}
        .cs_head {
    width: 100%;
  }
  .cs_head-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
  }
  .cs_left {
      width: 46%;
  }
  .cs_right {
      width: 50%;
  }
  .cs_left h2 {
      font-size: 46px;
      font-weight: 600;
      line-height: 1.3;
  }
 .check-icon .model_desc li:before{
  content: '';
  background-image: url('/cdn/shop/files/Group.png?v=1757339855');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
}
.models_sec .model_bx.has-engagment .check-icon .model_desc li:before {
    width: 12px;
    height: 12px;
}

.check-icon .model_desc li:before {
    content: '';
    background-image: url(/cdn/shop/files/Group.png?v=1757339855);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 4px;
}
  .cs_right h3 {
     font-size: 24px;
      font-weight: 600;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 10px;
       font-family: "General Sans" !important;
  }
  .cs_right h3 p {
     margin-block: 0px;
      font-weight: 600 !important;
      font-size: 24px;
  }
  .cs_right p{
      font-size: 20px;
      color: #000000;
      max-width: 100%;
      font-weight: 400 !important;
      line-height: 32px;
      font-family: Manrope !important;
          margin-block: 0px;
  }

  @media(max-width: 768px) {
    .cs_head-inner {
      flex-direction: column;
    }
    .cs_right h3 {
      font-size: 16px;
    }
    .case-common-content {
      width: 100%;
      padding-top: 0px;
  }
  .hero-expert-banner {
      padding: 0 !important;
  }
  .hero-overlay {
      padding: 40px 20px !important;
  }
  .hero-expert-banner h2 {
      font-size: 34px !important;
      width: 100% !important;
      line-height: 1.2 !important;
  }
  .hero-expert-banner h2 .highlight {
      font-size: 34px !important;
  }
  .hero-expert-banner .subheading {
      width: 100% !important;
  }
  .consultation-buttons a {
      margin-bottom: 20px;
  }
  .hero-expert-banner .features {
      margin-top: 20px !important;
  }
  }
  /* image-with-side-cotent */


/* 09-Sept-2025 Css */

.products-case-study-outer .section-header h2.title {
    text-transform: uppercase;
}