.elementor-kit-104{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-104 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.footer-payment {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.payment-icons {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
}

.payment-icons li {
  background: #1a1a1a;
  padding: 8px;
  border-radius: 10px; /* 👈 Added rounded corners */
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment-icons img {
  width: 34px;
  height: 34px;
  filter: invert(1) grayscale(100%) brightness(0.8);
  transition: all 0.3s ease;
}

/* ✨ Hover Effect */
.payment-icons li:hover {
  background: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.payment-icons li:hover img {
  filter: invert(0) grayscale(0%) brightness(1);
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
  position: relative;
  z-index: 1;
}

.section-heading::before,
.section-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #e5e5e5;
}

.section-heading::before {
  margin-right: 15px;
}

.section-heading::after {
  margin-left: 15px;
}

.section-heading span {
  background: #fff;
  padding: 6px 20px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  white-space: nowrap;
}/* End custom CSS */