.elementor-600 .elementor-element.elementor-element-2a40cec7{--display:flex;--min-height:119px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-600 .elementor-element.elementor-element-67dc9c26{--spacer-size:555px;width:100%;max-width:100%;}.elementor-600 .elementor-element.elementor-element-3817091f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-600 .elementor-element.elementor-element-5bb70704{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-5bb70704 */.loan-main-section {
  padding: 70px 20px;
  background: #f4f7fb;
  font-family: 'Poppins', sans-serif;
}

.loan-main-container {
  max-width: 1200px;
  margin: auto;
}

.loan-main-container h1 {
  text-align: center;
  font-size: 38px;
  color: #0a2a66;
  margin-bottom: 15px;
}

.loan-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 16px;
  color: #444;
  line-height: 1.8;
}

.loan-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.loan-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.loan-card:hover {
  transform: translateY(-8px);
}

.loan-card h2 {
  color: #143c8a;
  margin-bottom: 15px;
}

.loan-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.loan-card ul {
  margin: 20px 0;
  padding-left: 18px;
}

.loan-card ul li {
  font-size: 14px;
  margin-bottom: 8px;
}

.loan-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #0a2a66;
  color: #ffffff;
  text-decoration: none;
  border-radius: 25px;
  font-size: 14px;
  transition: 0.3s;
}

.loan-btn:hover {
  background: #143c8a;
}

.loan-bottom-content {
  margin-top: 60px;
  text-align: center;
}

.loan-bottom-content h2 {
  color: #0a2a66;
  margin-bottom: 20px;
}

.loan-bottom-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.loan-bottom-content ul li {
  font-size: 15px;
  margin-bottom: 10px;
}

.main-apply-btn {
  display: inline-block;
  padding: 15px 40px;
  background: #143c8a;
  color: #fff;
  text-decoration: none;
  border-radius: 35px;
  font-size: 16px;
}

.main-apply-btn:hover {
  background: #0a2a66;
}/* End custom CSS */