.elementor-568 .elementor-element.elementor-element-4aa51df{--display:flex;}.elementor-568 .elementor-element.elementor-element-e84e51e{--display:flex;}.elementor-568 .elementor-element.elementor-element-0c452b7{--display:flex;}.elementor-568 .elementor-element.elementor-element-e5b581f{--display:flex;}.elementor-568 .elementor-element.elementor-global-737{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-51f7627 */:root {
  --dv-blue: #7ECEFF;
}

body {
  font-family: Georgia, serif;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.hero-image {
  flex: 1 1 400px;
  text-align: center;
}

.hero-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}

.hero-text {
  flex: 1 1 400px;
  max-width: 600px;
  text-align: left;
}

.hero-title {
  font-size: 2.5em;
  color: var(--dv-blue);
  font-weight: bold;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: 1.5em;
  color: var(--dv-blue);
  font-weight: bold;
  margin-top: 20px;
}

.hero-description {
  font-size: 17px;
  color: #555;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.btn {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  min-width: 160px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-blue {
  background-color: var(--dv-blue);
  color: #fff !important;
  border: none;
}

.btn-blue:hover {
  background-color: #56bfff;
  box-shadow: 0 4px 12px rgba(126, 206, 255, 0.3);
}

.btn-white {
  background-color/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1138ee8 */:root {
  --dv-blue: #7ECEFF;
}

body {
  font-family: Georgia, serif;
  color: #333;
  margin: 0;
  padding: 20px;
  background-color: #ffffff;
}

.section-title {
  font-size: 36px;
  color: var(--dv-blue);
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
}

.title-underline {
  width: 80px;
  height: 4px;
  background-color: var(--dv-blue);
  margin: 0 auto 25px;
  border-radius: 2px;
}

.section-description {
  font-size: 17px;
  color: #555;
  margin-bottom: 30px;
  max-width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.thoughts-section {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 25px;
  margin: 30px auto;
  border-left: 3px solid var(--dv-blue);
  max-width: 900px;
}

.benefits-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px auto;
  max-width: 1100px;
}

.benefit-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 25px;
  flex: 1 1 250px;
  max-width: 320px;
  border-left: 3px solid var(--dv-blue);
  text-align: center;
}

.benefit-title {
  font-size: 22px;
  color: #333;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
}

.benefit-description {
  font-size: 16px;
  color: #555;
  margin: 0;
}

/* Mobile Responsive*/* End custom CSS */