.elementor-2802 .elementor-element.elementor-element-042816c{--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;--margin-top:170px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2802 .elementor-element.elementor-element-b389f40.xpro-widget-bg-overlay:before{transition:background 0.3s;}/* Start custom CSS for html, class: .elementor-element-b389f40 */.documents-section {
  padding: 60px 20px;
  background: #f9f9f9;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.documents-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #222;
}

.documents-section h2 i {
  color: #0066cc;
  margin-right: 10px;
}

.subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.docs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.doc-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.doc-card:hover {
  transform: translateY(-5px);
}

.doc-card i {
  font-size: 40px;
  color: #0073e6;
  margin-bottom: 15px;
}

.doc-card h4 {
  font-size: 18px;
  color: #222;
  margin-bottom: 10px;
}

.download-btn {
  text-decoration: none;
  background-color: #0073e6;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 10px;
  transition: background 0.3s ease;
}

.download-btn:hover {
  background-color: #005bb5;
}/* End custom CSS */