.elementor-1673 .elementor-element.elementor-element-84fab9e{--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;--padding-top:80px;--padding-bottom:38px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-50f69f5 */.downloads-section {
  padding: 60px 20px;
  text-align: center;
  background: #fff;
}

.downloads-section h2 {
  color: #005771;
  font-size: 32px;
  margin-bottom: 10px;
}

.downloads-section .subtitle {
  color: #666;
  font-size: 16px;
  margin-bottom: 40px;
}

.downloads-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
}

.download-card {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: transform 0.2s ease;
}

.download-card:hover {
  transform: translateY(-5px);
}

.download-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.download-card h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 12px;
}

.download-card a {
  background-color: #005771;
  color: #fff;
  padding: 8px 14px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.download-card a:hover {
  background-color: #003e53;
}
.download-card i {
  font-size: 40px;  /* increased from 40px to 40px */
  color: #005771;
  margin-bottom: 15px;
}/* End custom CSS */