@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto !important;
    width: 31% !important;
  }
  .col-lg-3 {
    flex: 0 0 auto !important;
    width: 23% !important;
  }
  .formCol {
    flex: 0 0 auto !important;
    width: 48% !important;
  }
}

/* Card Hover Effects */
.membership-card {
  transition: transform 0.3s ease !important, box-shadow 0.3s ease !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  text-align: center !important;
  padding-top: 40px !important;
  padding-bottom: 20px !important;
  background: #588c7f24 !important;
}

.membership-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
}

.membership-card .icon {
  font-size: 60px !important;
  color: #2c3e50 !important;
}

.membership-card h5 {
  color: #2c3e50 ;
  margin-bottom: 15px !important;
}

.membership-card ul {
  text-align: left !important;
  padding-left: 20px !important;
}

.Membership-heading {
  background-color: whitesmoke !important;
  padding: 6px !important;
  margin-bottom: 14px !important;
  border: 1px solid lightgrey !important;
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.callBtn {
  color: white !important;
  font-weight: 700 !important;
  font-size: 21px !important;
  text-decoration: none !important;
  background-color: #8d9b4a4f !important;
  padding: 6px 13px 6px !important;
}

/* Benefit CSS */
.benefit-card {
  transition: transform 0.3s ease !important, box-shadow 0.3s ease !important;
  border-radius: 15px !important;
  background: #fff !important;
}
.benefit-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1) !important;
}
.benefit-icon {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

table {
  border-radius: 12px !important;
  overflow: hidden !important;
}

/* How to apply */
.step-card {
  transition: transform 0.3s ease !important, box-shadow 0.3s ease !important;
  border-radius: 15px !important;
  background: #fff !important;
}
.step-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15) !important;
}
.step-icon {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

html {
  scroll-behavior: smooth !important;
}

.formBtn {
  background-color: #3f753ffc !important;
  color: white !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.contact-card {
  border-left: 5px solid #3f753ffc !important;
  transition: transform 0.3s ease !important, box-shadow 0.3s ease !important;
}
.contact-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}
.contact-card a:hover {
  color: #0d6efd !important;
}

/* form css */
.form-card {
  border: 1px solid #e3e6f0 !important;
}

.form-card h4 {
  border-bottom: 2px solid #3f753ffc !important;
  padding-bottom: 10px !important;
}

.form-control {
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
}

.form-control:focus {
  border-color: #0d6efd !important;
  box-shadow: 0 0 6px rgba(13, 110, 253, 0.3) !important;
}

.formBtn {
  background: linear-gradient(90deg, #3f753ffc, #3f753fa8) !important;
  color: #fff !important;
  font-weight: 600 !important;
  border-radius: 3px !important;
  transition: 0.3s ease !important;
}

.formBtn:hover {
  background: linear-gradient(90deg, #3f753ffc, #3f753fa8) !important;
  transform: translateY(-2px) !important;
  color: #fff !important;
}
