/* Start custom CSS for section, class: .elementor-element-31a26441 */.case-study {
  max-width: 860px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.7;
  color: #333;
}

.case-study h1, 
.case-study h2, 
.case-study h3 {
  color: #004d80;
  margin-top: 25px;
  margin-bottom: 15px;
}

.case-study .intro {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.case-study ul, 
.case-study ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.case-study .comparison {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.case-study .comparison th,
.case-study .comparison td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.case-study .comparison th {
  background: #f5f5f5;
  font-weight: bold;
}

.case-study .cta {
  text-align: center;
  margin: 50px 30px;
}

.case-study .btn-cta {
  display: inline-block;
  padding: 12px 24px;
  background:#3c5f88;
  color: #fff!important;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.case-study .btn-cta:hover {
  background: #3c5f88;
}

.case-study .faq h3 {
  margin: 15px 0 5px;
  font-size: 1rem;
  color: #222;
}/* End custom CSS */