.elementor-3388 .elementor-element.elementor-element-6305f80{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3f08ef8 */.flimas-payments-section {
  padding: 80px 20px;

}

.flimas-container {
  max-width: 1100px;
  margin: 0 auto;
}

.flimas-payments-header {
  text-align: center;
  margin-bottom: 50px;
}

.flimas-payments-header h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.flimas-payments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.flimas-payment-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.flimas-payment-card h3 {
  margin-bottom: 15px;
}

.flimas-payment-card ul {
  list-style: none;
  padding: 0;
}

.flimas-payment-card li {
  margin-bottom: 8px;
  font-size: 14px;
}

/* Highlight card border */
.flimas-payment-card.highlight {
  border: 2px solid #d42c4c;
}

/* Paynow Button */
.flimas-paynow-btn {
  display: inline-block;
  margin-top: 15px;
  background: #d42c4c;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.flimas-paynow-btn:hover {
  background: #b8223f; /* slightly darker for hover */
}

.flimas-payment-card.highlight h3 {
  color: #d42c4c;
}

.flimas-bank-group {
  margin-bottom: 20px;
}

.flimas-bank-group h4 {
  margin: 12px 0 6px;
  font-size: 15px;
  color: #d42c4c;
}

/* Make cards feel more like tiles */
.flimas-payment-card {
  transition: all 0.3s ease;
  border: 1px solid #f1f1f1;
}

.flimas-payment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* Better spacing inside tiles */
.flimas-payment-card ul {
  margin-top: 10px;
}

.flimas-payment-card li {
  padding: 6px 0;
  border-bottom: 1px solid #f5f5f5;
}

.flimas-payment-card li:last-child {
  border-bottom: none;
}

.flimas-payment-logos img {
  height: 24px;          /* 👈 controls size */
  width: auto;
  max-width: 50px;       /* prevents stretching */
  object-fit: contain;

  padding: 4px;
  background: #fff;
  border-radius: 6px;

  display: inline-block;
}/* End custom CSS */