/* Start custom CSS for html, class: .elementor-element-f0b90c8 */.container{
max-width:900px;
margin:auto;
padding:40px 20px;
}

h1{
font-size:40px;
margin-bottom:10px;
text-align:center;
}

.btns a {
    width: 190px;
}


.subtitle{
text-align:center;
color:#666;
margin-bottom:40px;
font-size:18px;
}

.brochure{
background:white;
padding:20px;
border-radius:14px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.brochure img{
width:100%;
border-radius:10px;
}

.section{
margin-top:40px;
}

.section h2{
font-size:24px;
margin-bottom:12px;
}

.section p{
color:#555;
font-size: 16px;
}

.btns{
margin-top:25px;
display:flex;
gap:15px;
flex-wrap:wrap;
  align-items: center;
  justify-content: center;
}

.btn{
padding:12px 20px;
border-radius:8px;
font-weight:bold;
text-decoration:none;
}

.btn-download{
background:#e31e24;
color:white;
}

.btn-whatsapp{
background:#25D366;
color:white;
}

.back-btn{
display: block;
position:relative;
margin: 0 auto;
gap:8px;
margin-bottom:25px;
padding:10px 18px;
font-size:14px;
font-weight:600;
color:#333;
background:#ffffff;
border:1px solid #e4e4e4;
border-radius:8px;
box-shadow:0 2px 6px rgba(0,0,0,0.05);
transition:all 0.25s ease;
cursor:pointer;
text-align: center;
}

.back-btn:hover{
background:#e31e24;
color:#fff;
border-color:#e31e24;
transform:translateY(-1px);
box-shadow:0 4px 10px rgba(0,0,0,0.15);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-964c1d6 */.pressure-test-section {
  width: 100%;
  padding: 30px 20px;
  box-sizing: border-box;
}

.pressure-test-wrap {
  max-width: 1400px; /* wider for desktop */
  margin: 0 auto;
  background: #f4f4f4;
  border: 1px solid #cfd9d0;
  border-radius: 24px;
  padding: 42px 48px;
  box-sizing: border-box;
}

.pressure-test-head {
  margin-bottom: 28px;
}

.pressure-test-title-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.pressure-test-icon {
  font-size: 42px;
  line-height: 1;
}

.pressure-test-title-row h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 800;
  color: #1f2328;
}

.pressure-test-badge {
  display: inline-block;
  background: #dbe7dc;
  color: #0b6a57;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 22px;
  border-radius: 999px;
  font-family: Arial, sans-serif;
}

.pressure-test-intro,
.pressure-test-body {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #16202a;
  font-family: Arial, sans-serif;
}

.pressure-test-intro {
  max-width: 1200px;
  margin-bottom: 34px;
}

.pressure-test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 34px;
}

.pressure-test-card {
  background: #f8f8f8;
  border: 1px solid #d6ddd7;
  border-radius: 22px;
  padding: 34px 28px;
  min-height: 240px;
  box-sizing: border-box;
  text-align: center;
}

.pressure-test-card-icon {
  font-size: 34px;
  line-height: 1;
  margin-bottom: 22px;
}

.pressure-test-card-label {
  font-size: 20px;
  color: #5d6772;
  margin-bottom: 12px;
  font-family: Arial, sans-serif;
}

.pressure-test-card-value {
  font-size: 30px;
  line-height: 1.45;
  font-weight: 800;
  color: #16202a;
  font-family: Arial, sans-serif;
}

.pressure-test-body {
  max-width: 1220px;
  margin-bottom: 34px;
}

.pressure-test-note {
  background: #f8f8f8;
  border-left: 6px solid #2ebd59;
  border-radius: 18px;
  padding: 26px 26px 26px 24px;
  font-size: 20px;
  line-height: 1.8;
  color: #16202a;
  font-family: Arial, sans-serif;
}

/* Tablet */
@media (max-width: 1024px) {
  .pressure-test-wrap {
    padding: 34px 30px;
  }

  .pressure-test-title-row h2 {
    font-size: 44px;
  }

  .pressure-test-intro,
  .pressure-test-body {
    font-size: 20px;
    line-height: 1.8;
  }

  .pressure-test-card {
    min-height: 220px;
    padding: 28px 20px;
  }

  .pressure-test-card-value {
    font-size: 26px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .pressure-test-section {
    padding: 18px 12px;
  }

  .pressure-test-wrap {
    padding: 24px 18px;
    border-radius: 18px;
  }

  .pressure-test-title-row {
    gap: 12px;
    margin-bottom: 16px;
  }

  .pressure-test-icon {
    font-size: 28px;
  }

  .pressure-test-title-row h2 {
    font-size: 34px;
    line-height: 1.15;
  }

  .pressure-test-badge {
    font-size: 14px;
    padding: 13px 16px;
  }

  .pressure-test-intro,
  .pressure-test-body,
  .pressure-test-note {
    font-size: 16px;
    line-height: 1.75;
  }

  .pressure-test-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pressure-test-card {
    min-height: auto;
    padding: 24px 18px;
    border-radius: 18px;
  }

  .pressure-test-card-icon {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .pressure-test-card-label {
    font-size: 17px;
  }

  .pressure-test-card-value {
    font-size: 24px;
  }

  .pressure-test-note {
    padding: 20px 18px;
  }
}/* End custom CSS */