.elementor-1698 .elementor-element.elementor-element-c407ce0{--display:flex;}.elementor-1698 .elementor-element.elementor-element-74615fa{--display:flex;--margin-top:-116px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1698 .elementor-element.elementor-element-5bcb116{--display:flex;--margin-top:-82px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1698 .elementor-element.elementor-element-85f3ffe{--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;--margin-top:-90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:1024px){.elementor-1698 .elementor-element.elementor-element-74615fa{--margin-top:-73px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-1698 .elementor-element.elementor-element-c407ce0{--margin-top:-4px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1698 .elementor-element.elementor-element-74615fa{--margin-top:-81px;--margin-bottom:0px;--margin-left:-11px;--margin-right:0px;}.elementor-1698 .elementor-element.elementor-element-5df8df1 > .elementor-widget-container{margin:0px 150px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-a794b1e */.features-section {
  text-align: center;
  background: #fff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.section-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #111;
}

.section-subtitle {
  font-size: 16px;
  color: #555;
  max-width: 600px;
  margin: 0 auto 40px;
}

.features-container {
  position: relative;
  max-width: 950px;
  margin: auto;
  min-height: 550px;
}

.center-image {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f9f9f9;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.feature {
  width: 180px;
  text-align: center;
  position: absolute;
  padding: 10px;
  background: #fff;
}

.feature img {
  width: 36px;
  height: 36px;
  margin-bottom: 10px;
}

.feature h4 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #222;
}

.feature p {
  font-size: 13px;
  color: #444;
}

/* Positioning */
.feature-left-top {
  top: 10%;
  left: 5%;
}

.feature-left-bottom {
  bottom: 10%;
  left: 5%;
}

.feature-right-top {
  top: 10%;
  right: 5%;
}

.feature-right-bottom {
  bottom: 10%;
  right: 5%;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .features-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: auto;
  }

  .feature {
    position: static;
    margin: 20px 0;
    background: transparent;
  }

  .center-image {
    position: static;
    transform: none;
    margin: 30px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5df8df1 */.compare-section {
  padding: 50px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.compare-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.compare-left {
  flex: 1;
  min-width: 280px;
  max-width: 500px;
}

.compare-left h2 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #000;
}

.compare-left p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 25px;
}

.compare-btn {
  background-color: #000;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
}

.compare-btn:hover {
  background-color: #333;
}

.compare-right {
  flex: 1;
  min-width: 280px;
  max-width: 500px;
  margin-top: 30px;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.compare-table thead th {
  background-color: #fff;
  color: #333;
  text-align: left;
  padding: 14px;
  font-size: 14px;
}

.compare-table tbody td {
  padding: 14px;
  text-align: center;
  font-size: 16px;
}

.compare-table tbody td:first-child {
  background-color: #444c56;
  color: #fff;
  text-align: left;
  font-weight: bold;
}

.compare-table tbody td:nth-child(2) {
  color: green;
}

.compare-table tbody td:nth-child(3) {
  color: red;
}

@media (max-width: 768px) {
  .compare-container {
    flex-direction: column;
    text-align: center;
  }

  .compare-left,
  .compare-right {
    max-width: 100%;
  }

  .compare-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84691a0 */body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
  color: #333;
}

.reviews-section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
  text-align: center;
}

.stars {
  font-size: 1.2rem;
  color: gold;
}

.heading {
  font-size: 2rem;
  margin-bottom: 30px;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.review-card {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.name {
  font-weight: 600;
  margin-bottom: 8px;
}

.name span {
  font-weight: normal;
  font-size: 0.85rem;
  color: #666;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-823f526 */.footer {
  background-color: #ffffff;
  border-top: 1px solid #eee;
  padding: 30px 20px;
  text-align: center;
  margin-top: 60px;
}

.footer-content {
  max-width: 800px;
  margin: 0 auto;
  color: #777;
  font-size: 14px;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.5px;
}

.footer .brand-name {
  color: #222;
  font-weight: 600;
  font-style: italic;
}/* End custom CSS */