.elementor-4121 .elementor-element.elementor-element-91a3fd3{--display:flex;--background-transition:0.3s;}/* Start custom CSS for container, class: .elementor-element-91a3fd3 *//* Base Footer Styles */
.i-footer.site-color-1-bg {
  background-color: #0079c8; /* Adjust to match the site's primary color */
  color: #ffffff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1 1 300px;
  margin: 20px;
}

.cbr_links {
    color: #d4a700 !important;
}

.footer-section h3 {
  margin-bottom: 15px;
  font-size: 1.2em;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 5px;
}

.footer-section p,
.footer-section ul {
  margin: 5px 0;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #f0c040; /* Highlight color on hover */
}

/* Social Media Icons */
.social-icons {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-icons li a {
  color: #ffffff;
  font-size: 1.5em;
  transition: color 0.3s;
}

.social-icons li a:hover {
  color: #f0c040;
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 0.9em;
}

.footer-bottom a {
  color: #ffffff;
  text-decoration: underline;
}

.footer-bottom a:hover {
  color: #f0c040;
}/* End custom CSS */