.elementor-11101 .elementor-element.elementor-element-b2b4718{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-496620b *//* WHY CHOOSE FRY PAGE */

.fry-page-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

.fry-page-section h1 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.fry-page-section h2 {
  font-size: 34px;
  line-height: 1.2;
  margin: 0 0 25px;
}

.fry-page-section h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.fry-page-section p,
.fry-page-section li {
  font-size: 18px;
  line-height: 1.7;
}

.fry-content-block {
  margin: 60px 0;
}

.fry-eyebrow {
  display: inline-block;
  color: #1C978C;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 12px;
}

.fry-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.fry-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
  height: 100%;
}

.fry-card h3 {
  color: #1C978C;
}

.fry-highlight-block {
  background: #f5faf9;
  border-left: 5px solid #1C978C;
  padding: 40px;
  border-radius: 12px;
}

.fry-page-section blockquote {
  background: #f7f7f7;
  border-left: 5px solid #1C978C;
  padding: 25px 30px;
  margin: 35px 0;
  font-size: 22px;
  font-style: italic;
  border-radius: 8px;
}

.fry-page-section blockquote cite {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.fry-testimonial-grid {
  display: grid;
  gap: 25px;
  margin-top: 30px;
}

.fry-testimonial {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
}

.fry-testimonial p {
  margin-bottom: 15px;
}

.fry-testimonial cite {
  font-weight: 700;
  color: #1C978C;
}

.fry-check-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.fry-check-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 15px;
}

.fry-check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #1C978C;
  font-weight: bold;
}

.fry-cta-block {
  text-align: center;
  background: #1C978C;
  color: #fff;
  padding: 60px 40px;
  border-radius: 16px;
  margin-top: 70px;
}

.fry-cta-block h2,
.fry-cta-block p {
  color: #fff;
}

.fry-button {
  display: inline-block;
  margin-top: 20px;
  background: #fff;
  color: #1C978C;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  transition: .3s ease;
}

.fry-button:hover {
  transform: translateY(-2px);
  opacity: .9;
}

@media (max-width: 768px) {

  .fry-page-section h1 {
    font-size: 36px;
  }

  .fry-page-section h2 {
    font-size: 28px;
  }

  .fry-highlight-block,
  .fry-card,
  .fry-testimonial {
    padding: 25px;
  }

  .fry-cta-block {
    padding: 40px 25px;
  }
}/* End custom CSS */