.elementor-5314 .elementor-element.elementor-element-13608b3 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-5314 .elementor-element.elementor-element-7cc55eb{width:100%;max-width:100%;grid-column:span 1;grid-row:span 1;}/* Start custom CSS for html, class: .elementor-element-3e0468f *//* PRICING SECTION */
.pricing-section h2 {
  display: block;
  text-align: center;
  font-size: 28px;
  color: var(--primary-dark-blue, #003366);
  margin-bottom: 15px;
  font-weight: 700;
}
.pricing-section p, .pricing-section ul {
  max-width: 850px;
  margin: 0 auto 20px auto;
  line-height: 1.8;
}
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  border-radius: 15px;
  overflow: hidden;
  margin: 30px auto 0;
}
.pricing-table thead tr {
  background-color: var(--primary-dark-blue);
  color: #fff;
}
.pricing-table th, .pricing-table td {
  padding: 18px 20px;
  text-align: right;
}
.pricing-table tbody tr {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
}
.pricing-table tbody tr:hover {
  background-color: #f1f1f1;
}
.price {
  font-weight: bold;
  color: var(--primary-dark-blue);
}
.pricing-note {
  margin-top: 20px;
  text-align: center;
  background-color: #f0f8ff;
  padding: 15px;
  border-radius: 8px;
  border: 1px dashed var(--primary-cyan);
  font-size: 0.9rem;
  color: #555;
}

/* GUARANTEE SECTION */
.guarantee-section {
  text-align: center;
  margin: 60px auto;
  max-width: 1100px;
}
.guarantee-section h2 {
  display: block !important;
  text-align: center;
  font-size: 28px;
  color: var(--primary-dark-blue, #003366);
  margin-bottom: 15px;
}
.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin-top: 40px;
}
.guarantee-item {
  background-color: var(--container-bg, #f9f9f9);
  border-radius: 12px;
  padding: 25px;
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 18px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.05);
}
.icon-placeholder {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--primary-cyan, #00bcd4);
  flex-shrink: 0;
}
.icon-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.guarantee-item h4 {
  margin-bottom: 8px;
  color: var(--primary-dark-blue);
  font-size: 17px;
}
.guarantee-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}
@media (max-width: 768px) {
  .guarantee-item {
    flex-direction: column;
    text-align: center;
  }
  .icon-placeholder {
    margin: 0 auto 10px auto;
  }
}/* End custom CSS */