/** Shopify CDN: Minification failed

Line 39:10 Expected identifier but found whitespace
Line 39:12 Unexpected "{"
Line 39:21 Expected ":"
Line 66:8 Expected identifier but found whitespace
Line 66:10 Unexpected "{"
Line 66:19 Expected ":"
Line 74:8 Expected identifier but found whitespace
Line 74:10 Unexpected "{"
Line 74:19 Expected ":"
Line 125:8 Expected identifier but found whitespace
... and 7 more hidden warnings

**/


/* CSS from section stylesheet tags */
.cta-section {
  position: relative;
  text-align: center; /* Center text horizontally */
  min-height: 570px; /* Adjust height as needed */
  display: flex;
  align-items: start; /* Center content vertically */
  justify-content: center; /* Center content horizontally */
  background-size: cover;
  background-position: center;
  width: 100%; /* Ensure section is full width */
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: {{ section.settings.overlay_opacity | divided_by: 100.0 }};
  z-index: 1;
}

.cta-section .cta-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  width: 100%;
  padding: 20px; /* Add padding for better spacing */
}

.cta-section h2 {
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #7b7b7b;
}

.cta-section h3 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.2em;
  font-weight: 800;
  color: {{ section.settings.text_color}};
  line-height: 1.4;
  margin: 5px 0;
}

.cta-section .description {
  font-family: 'Inter', sans-serif;
  font-size: 1em;
  color: {{ section.settings.text_color }};
  line-height: 1.6;
  margin-bottom: 30px;
}

.cta-section .cta-button {
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 20px;
  background-color: #fff;
  border: none;
  transition: background-color .3sease;
  font-family: 'Inter';
  font-weight: 600;
  text-decoration: none;
  color: #2c2c2c;
}

.cta-section .cta-button:hover {
  background-color: #2c2c2c;
  color: #fff;
}
.features-list-section {
  padding: 40px 20px;
  text-align: center;
  background: #f9f9f9; /* Light background for the section */
}
@media screen and (max-width: 749px) {
  .features-list-section {
    padding: 20px;
  }
}

.features-list-section h2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #333;
}

.features-grid {
  display: grid;
  gap: 20px;
  justify-content: center;
}

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

.feature-item img {
  width: {{ section.settings.icon_size }}px;
  height: auto;
  margin-bottom: 10px;
}

.feature-item h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  color: #555;
}
.hero-section {
  background-size: cover;
  background-position: center;
  padding: 30px 0; /* Reduced padding for mobile */
  color: #fff;
  text-align: center; /* Center content for mobile */
  max-width: 100%; /* Full width on mobile */
  margin: 0 20px;
  border-radius: 20px;
  box-shadow: 0 0 10px #0000001a;
  position: relative;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1;
}
.hero-section .container {
  max-width: 100%;
  padding: 0 15px; /* Reduced padding for mobile */
  position: relative;
  z-index: 2;
}
.hero-section .row {
  display: flex;
  flex-direction: column; /* Stack columns vertically on mobile */
  align-items: center;
}
.hero-section .col-md-6.content-column {
  padding: 0;
  width: 100%; /* Full width on mobile */
}
.hero-section .content-wrapper {
  max-width: 100%; /* Full width on mobile */
}
.hero-section h1 {
  font-family: Inter, sans-serif;
  font-weight: 900;
  font-size: 4em; /* Reduced font size for mobile */
  margin-bottom: 15px; /* Reduced margin for mobile */
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2em;
  text-align: center; /* Center title on mobile */
}
.hero-section .description,
.hero-section .stat,
.hero-section .stat small {
  font-family: 'Inter', sans-serif;
}
.hero-section .description {
  font-size: 1em; /* Reduced font size for mobile */
  margin-bottom: 20px; /* Reduced margin for mobile */
  line-height: 1.4;
  text-align: center; /* Center description on mobile */
}
.hero-section .btn {
  padding: 10px 20px;
  font-size: 1em;
  border-radius: 20px;
  background-color: #fff;
  border: none;
  transition: background-color .3s ease;
  font-family: 'Inter';
  font-weight: 600;
  text-decoration: none;
  color: #2c2c2c;
  width: 48%; /* 50% width for buttons on mobile */
  margin: 0 1%; /* Small margin between buttons */
  text-align: center; /* Center button text */
}
.hero-section .btn:hover {
  background-color: #2c2c2c;
  color: #fff;
}
.hero-section .btn-secondary {
  background-color: #2c2c2c;
  color: #fff;
}
.hero-section .btn-secondary:hover {
  background-color: #fff;
  color: #2c2c2c;
}
.hero-section .buttons-container {
  display: flex;
  justify-content: space-between; /* Side-by-side buttons on desktop */
  margin-bottom: 20px; /* Reduced margin for mobile */
  /* flex-direction: column; */
  width: 75%;
}
.hero-section .stats {
  margin-top: 20px; /* Reduced margin for mobile */
  display: flex;
  justify-content: space-between; /* Side-by-side stats on mobile */
  width: 100%; /* Full width for stats container */
}
.hero-section .stat {
  width: 32%; /* 33% width for each stat on mobile */
  font-size: 1.5em; /* Reduced font size for mobile */
  text-align: center; /* Center stat text */
}
.hero-section .stat small {
  display: block;
  font-size: 0.5em;
}

/* Stack buttons on mobile */
@media screen and (max-width: 767px) {
  .hero-section .buttons-container {
    flex-direction: column; /* Stack buttons vertically on mobile */
    gap: 10px; /* Add space between stacked buttons */
    margin: 0 auto;
  }
  .hero-section {
    padding: 0 0 20px;
  }
  .hero-section h1 {
    font-size: 3em;
  }
  .hero-section .btn {
    width: 100%; /* Full width for buttons on mobile */
    margin: 0; /* Remove margin between buttons */
  }
}

/* Media query for larger screens */
@media screen and (min-width: 768px) {
  .hero-section {
    padding: 50px 0;
    max-width: 1124px;
    margin: 0 auto;
    text-align: left; /* Left-align content on desktop */
  }
  .hero-section .row {
    flex-direction: row; /* Side-by-side columns on larger screens */
  }
  .hero-section .col-md-6.content-column {
    padding: 0 15px;
    width: 70%; /* Half width on larger screens */
  }
  .hero-section .content-wrapper {
    max-width: 80%;
  }
  .hero-section h1 {
    font-size: 5em; /* Larger font size for desktop */
    margin: 0;
    text-align: left; /* Left-align title on desktop */
  }
  .hero-section .description {
    font-size: 1.2em; /* Larger font size for desktop */
    margin-bottom: 30px;
    text-align: left; /* Left-align description on desktop */
  }
  .hero-section .btn {
    width: auto; /* Auto width for buttons on desktop */
    margin: 0 10px 0 0; /* Space between buttons */
  }
  .hero-section .buttons-container {
    justify-content: flex-start; /* Left-align buttons on desktop */
  }
  .hero-section .stats {
    justify-content: flex-start; /* Left-align stats on desktop */
  }
  .hero-section .stat {
    width: auto; /* Auto width for stats on desktop */
    margin-right: 20px;
    font-size: 2em;
  }
}
.section-title {
  padding: 30px 0;
}

.section-header {
  text-align: center;
}

.badge {
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  color: #000;
  display: inline-block;
  margin-bottom: 10px;
}

.section-title h2 {
  font-family: 'DM Sans', sans-serif;
  font-weight: bold;
  font-size: 2em;
  text-transform: uppercase;
  color: #000;
  margin: 0 15px;
}
.testimonial-carousel-section {
  padding: 0 20px 30px;
  text-align: center;
}
.testimonial-carousel {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
.testimonial-card {
text-align: center;
padding: 24px;
border: 1px solid #e0e0e0;
border-radius: 15px;
background: #fff; / White background for cards /
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); / Subtle shadow /
margin: 0 10px;
}
.testimonial-card img {
width: 80px;
height: 80px;
border-radius: 50%;
border: 3px solid #fff;
box-shadow: 0 4px 12px #0000001a;
}
.testimonial-card h3 {
font-family: DM Sans, sans-serif;
font-size: 20px;
font-weight: 900;
margin: 10px 0 0px;
color: #333;
}
.testimonial-card .title {
font-family: Inter, sans-serif;
font-size: 14px;
color: #777;
margin-bottom: 15px;
margin-top: 0;
}
.testimonial-card .review {
font-family: 'Inter', sans-serif;
font-size: 13px;
color: #555; / Dark gray for the review /
line-height: 1.6;
}
.stars {
display: flex;
justify-content: center;
gap: 5px;
}
.stars span {
color: #ffd700; / Gold color for stars */
font-size: 24px;
}
.swiper-pagination {
position: relative;
margin-top: 30px;
}
.swiper-pagination-bullet {
background: #ccc;
opacity: 1;
width: 10px;
height: 10px;
}
.swiper-pagination-bullet-active {
background: #000;
}