/* Start custom CSS for text-editor, class: .elementor-element-6b1da56 */.toolheading {
  margin-top: 50px !important;
  margin-bottom: 30px !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1efbbe1 */.tool-choice {
  padding: 70px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #1f2937;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Header */
.intro {
  margin-bottom: 36px;
}

.pill {
  display: inline-block;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: linear-gradient(135deg, #6366f1, #3b82f6);
  border-radius: 999px;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
}

.intro h2 {
  font-size: 34px;
  margin: 8px 0 10px;
}

.intro p {
  font-size: 16px;
  color: #4b5563;
  max-width: 640px;
}

/* Cards */
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.card {
  background: linear-gradient(180deg, #ffffff, #f9fafb);
  border-radius: 16px;
  padding: 28px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.card--one {
  border-top: 4px solid #6366f1;
}

.card--two {
  border-top: 4px solid #10b981;
}

.card h3 {
  font-size: 20px;
  margin-bottom: 18px;
}

/* List */
.card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 14px;
  color: #374151;
  line-height: 1.45;
}

.card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #6b7280;
  font-weight: 700;
}

/* Footer */
.footer {
  margin-top: 20px;
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .cards {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-efac194 */.toolheading {
  margin-top: 50px !important;
  margin-bottom: 30px !important;
}/* End custom CSS */
/* Start custom CSS for column, class: .elementor-element-cc213e4 */img {
    width: 100%;
    height: auto;
    /* Forces the browser to prioritize sharpness over smooth blending */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
  
.imgexception {
    width: 420px !important;
  }
  


.discount-box {
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  margin-top: 20px;
}

.discount-box h4 {
  margin-top: 0;
    color: #5A5A5A;
    margin-bottom: 25px;
    margin-right:50px;
    font-size: 26px;
    line-height: 1.4;
}

.discount-button {
    border-radius: 6px !important;
}


/* Mobile styles */
@media (max-width: 736px) {
    .content-section h4 {
        margin-right: 0 !important;
        margin-bottom: 40px;
    }
}/* End custom CSS */