/** Shopify CDN: Minification failed

Line 172:0 Unexpected "}"

**/
/* Tested Edge Section Styles */
.Nobl-test-hero-section {
  
  min-height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.Nobl-test-container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.Nobl-test-content-wrapper {
  display: flex;
  gap: 0px;
  align-items: center;
  flex-direction: row;
      padding-left: 20px;
    padding-right: 20px;
}

/* Left Content Styles */
.Nobl-test-left-content {
  color: white;
  width: 67%;
}

.Nobl-test-reviews {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  justify-content: center;
  margin-top: 14px;
  width: 100%;
  border-bottom: 1px solid white;
  padding: 10px;
      background: #054B48;
    margin-bottom: 0px;
}

.Nobl-test-stars {
  display: flex;
  gap: 4px;
}

.Nobl-test-star {
  width: 16px;
  height: 16px;
  color: #FFD700;
}

.Nobl-test-review-text {
     font-size: 18.8px;
    font-weight: 400;
    opacity: .9;
    font-family: Roboto;
    color: white;
    line-height: 26px;
}
.Nobl-test-review-text-2{
      font-family: Roboto;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    text-decoration: underline;
}


.Nobl-test-main-heading {
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    text-transform: capitalize;
    letter-spacing: normal;
    padding-bottom: 30px;
    color: white;
        margin-bottom: 0;
}


.Nobl-test-description {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 40px 0;
  opacity: 0.9;
  width: 72%;
}

.Nobl-test-description em {
  font-style: italic;
}

/* Features Styles */
.Nobl-test-features {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.Nobl-test-feature-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-direction: column;
      width: calc(50%);
}

.Nobl-test-feature-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Nobl-test-feature-icon svg {
  width: 40px;
  height: 40px;
  stroke: white;
  stroke-width: 1.5;
}

.Nobl-test-feature-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.Nobl-test-feature-content {
  flex: 1;
  width: 88%; 
}

.Nobl-test-feature-title {
display: block;
    font-size: 31.2px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.4px;
    text-transform: capitalize;
    width: 95%;
   
    color: white;
    margin-bottom: 0px;
}

.Nobl-test-feature-description {
    display: block;
    font-size: 16px;
    font-style: normal;
    
    line-height: 25.4px;
    text-transform: capitalize;
    
    padding-bottom: 20px;
    color: white;
}
}

/* Right Content Styles */
.Nobl-test-right-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Nobl-test-image-wrapper {
  position: relative;
  max-width: 100%;
}

.Nobl-test-hero-image {
  /* width: 100%;
  height: auto;
  max-width: 500px; */
  
}
.cst-padding-bot{
  padding-bottom: 40px;
}
/* Mobile Responsive Styles */
@media (max-width: 1000px) {
  .Nobl-test-hero-section {
    padding: 40px 16px;
  }
  .Nobl-test-review-text{
    font-size: 14px;
  }
  .Nobl-test-review-text-2{
    font-size: 14px;
    padding-right: 3px;
  }
  .Nobl-test-feature-description{
        line-height: 21px;
  }
  .Nobl-test-content-wrapper{
  flex-direction: column-reverse;
  padding-left: 0px;
    padding-right: 0px;
  }
  .Nobl-test-right-content{
    width: 100%;
  }
  .Nobl-test-image-wrapper img{
    max-width: 100%;
    width: 100%;
  }
  .Nobl-test-description{
    width: 100%;
  }
  .Nobl-test-main-heading{
    padding-bottom: 0px;
     font-size: 24px;
     margin-top: 0px;
     width: 67%;
     line-height: 27px;

    }
    .Nobl-test-feature-content{
      width: 100%;
    }
  .Nobl-test-description {
    font-size: 15px;
    margin-bottom: 30px;
    color: white;
    margin-top: 8px;
  }

  .Nobl-test-features {
    gap: 0px;
    text-align: left;
    flex-direction: column;
    padding-bottom: 30px; 
  }
 

  .Nobl-test-feature-item {
    gap: 8px;
    width: 100%;
    padding-top: 14px;

  }
  .Nobl-test-feature-title{
    margin-top: 0px;
    font-size: 24px;
  }
  .Nobl-test-feature-description{
    margin-top: 0px;
  }

  .Nobl-test-feature-icon {
    
    height: 80px;
  }

  .Nobl-test-feature-icon svg {
    width: 35px;
    height: 35px;
  }

  .Nobl-test-feature-icon img {
    /* width: 35px;
    height: 35px; */
  }

  .Nobl-test-feature-title {
    font-size: 24px;
    padding-bottom: 0px;
  }
  .Nobl-test-feature-description{
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .Nobl-test-feature-description {
    font-size: 14px;
  }

  .Nobl-test-hero-image {
    max-width: 400px;
  }

  .Nobl-test-reviews {
    justify-content: center;
    margin-top: 0px;
  }
  .Nobl-test-left-content{
    width: 100%;
  }
  .mobile-specific{
    
    padding-top: 10px;
  }
  .desk{
    display: none;
  }
}
@media(min-width: 1001px){
  .mobile-specific{
    display: none;
  }
  
}
@media (max-width: 600px) {
  .Nobl-test-hero-section {
    padding: 30px 12px;
  }

  .Nobl-test-main-heading {
    font-size: 24px;
    margin-top: 0px;
  }

  .Nobl-test-content-wrapper {
    gap: 0px;
  }

  .Nobl-test-features {
    gap: 0px;
  }

  .Nobl-test-feature-title {
    font-size: 24px;
    letter-spacing: 0.3px;
  }

  .Nobl-test-hero-image {
    max-width: 300px;
  }
}

@media (max-width: 400px) {
  .Nobl-test-main-heading {
    font-size: 24px;
  }

  .Nobl-test-hero-image {
    max-width: 250px;
  }
}