.customer-reviews-title {
    display: inline-block;
    padding: 12px 30px;
    font-size: 26px;
    font-weight: bold;
        letter-spacing: 0!important;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 30px;
}
  body {
    text-align: center;
        letter-spacing: 0!important;
}
.s-block__title {
    margin-bottom: 1rem;
    display: none;
    align-items: center;
    justify-content: space-between;
}
.button {
  background-color: #B71C1C;
  color: white; 
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #B71C1C;
  border-radius: 15px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase; 
  cursor: pointer; 
  display: inline-block; 
  text-decoration: none;
}
@media (max-width: 767px) {
    .elementor-3479 .elementor-element.elementor-element-30d3e30 {
        width: var(--container-widget-width, 210px);
        max-width: 210px;
        --container-widget-width: 210px;
        --container-widget-flex-grow: 0;
        text-align: center;
    }
}
.elementor-3479 .elementor-element.elementor-element-30d3e30 {
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.elementor-3479 .elementor-element.elementor-element-30d3e30 > .elementor-widget-container {
    background-color: var( --e-global-color-66dd5f5 );
    margin: 30px 0px 30px 0px;
    padding: 10px 9px 10px 11px;
    border-radius: 25px 25px 3px 03px;
}
  .customer-reviews-title {
    display: inline-block;
    padding: 7px 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0!important;
    text-align: center;
    background-color: #75a75b;
    color: #fff;
border-radius: 20px 0px 20px 0px;  }
.video-section .video-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.video-section .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 177.77%; 
  overflow: hidden;
  border-radius: 12px;
}

.video-section .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Tablet */
@media (max-width: 992px) {
  .video-section .video-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .video-section .video-grid {
    grid-template-columns: repeat(3, 1fr); 
  }
}
.vimeo-section {
  width: 100%;
}

.vimeo-section .video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.vimeo-section .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 177.78%;
  overflow: hidden;
  border-radius: 12px;
}

.vimeo-section .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#app.product-card-bg-on custom-salla-product-card {
    background-color: transparent;
    background-color: #ffffff;
}
body .testimonials-slider .testimonial {
    border-radius: 12px;
    background-color: #eaf5e5;
}
body.p-border-on custom-salla-product-card.product-block {
    border-color: #d1e2c7!important;
}
body custom-salla-product-card.product-block {
    --p-border-color: #e9f9e0;
    --brdr-w: 1px;
  }
.text-lg {
    font-size: 1rem;
}
.t-red {
    color: #dc362e!important;
}

.product-block .badge {
    background-color: #dc362e;
}
  .faqs-section .faq-item {
    border: 0px solid var(--border-color, #eee);
    border-radius: var(--radius, 0.5rem);
    background-color: #75a75b;
    color: #ffffff;
}
body:not(.cls-promotion1).product-single .sidebar .promotion-title {
    background-color: #dc362e;
}
.text-xl {
    font-size: 1.25rem;
    text-align: justify;
}