/** Shopify CDN: Minification failed

Line 152:0 Unexpected "<"
Line 166:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:calendly-popup-text (INDEX:8) */
.calendly-popup-text-section {
    text-align: center;
    padding: 20px;
  }
  .calendly-popup-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
  }
  .calendly-popup-link:hover {
    background-color: #333333;
  }
  /* Ensure default Calendly close button is visible */
  .calendly-overlay .calendly-popup-close,
  .calendly-overlay .calendly-close-overlay {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10000 !important;
    background: #000000 !important;
    color: #ffffff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
  /* Style for custom close button */
  .custom-calendly-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 10001;
    display: none; /* Hidden until popup opens */
  }
  .custom-calendly-close:hover {
    background: #333333;
  }
/* END_SECTION:calendly-popup-text */

/* START_SECTION:custom-reviewzz (INDEX:22) */
.custom-testimonial-section {
  max-width: 600px;
  margin: 20px auto;
  padding: 15px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}
.testimonial-container {
  text-align: left;
}
.testimonial-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.testimonial-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.reviewer-avatar {
  width: 30px;
  height: 30px;
  background-color: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-weight: bold;
  color: #333;
}
.reviewer-info {
  display: flex;
  flex-direction: column;
}
.reviewer-name {
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.reviewer-location {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
}
.flag-icon {
  margin-right: 5px; /* Adds a 5px gap between the flag and country name */
}
.testimonial-rating {
  margin-bottom: 10px;
}
.star {
  color: #ccc;
  font-size: 16px;
}
.star.filled {
  color: #ffd700;
}
.rating-score {
  margin-left: 5px;
  font-size: 14px;
  color: #333;
}
.review-date {
  font-size: 12px;
  color: #666;
  margin-left: 10px;
}
.testimonial-content {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
/* END_SECTION:custom-reviewzz */

/* START_SECTION:customer-reviews (INDEX:25) */
<style>
  .customer-reviews-section .rating-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    white-space: nowrap;
  }
  .customer-reviews-section .rating-score {
    font-weight: bold;
  }
  .customer-reviews-section .review-count {
    color: #666;
  }
</style>
/* END_SECTION:customer-reviews */