.elementor-342 .elementor-element.elementor-element-bdc73e2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:12px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-1d130f8 */footer {
  background: #64b5f6; /* Light blue background */
  color: white;
  padding: 25px 15px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-left {
  flex: 1;
  min-width: 200px;
}

.footer-pages, .footer-tools, .footer-social {
  flex: 1;
  min-width: 200px;
}

.footer-pages ul, .footer-tools ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-pages li, .footer-tools li {
  margin: 5px 0;
  font-size: 14px;
}

.footer-pages a, .footer-tools a {
  color: white;
  text-decoration: none;
}

.footer-pages a:hover, .footer-tools a:hover {
  color: #ff5722; /* Hover color for links */
}

.footer-about p {
  font-size: 13px;
  line-height: 1.4;
}

.footer-social .social-icons a {
  font-size: 18px;
  margin-top: 5px;
  margin-right: 10px;
  text-decoration: none;
  color: white;
}

.footer-social .social-icons a:hover {
  color: #ff5722; /* Hover color for social icons */
}

footer h3, footer h4 {
  margin-bottom: 10px;
  font-size: 16px;
  color: black; /* Heading color changed to black */
}

footer h3:hover, footer h4:hover {
  color: #ff5722; /* Hover color for headings */
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 15px;
  padding-top: 10px;
  font-size: 13px;
  opacity: 0.9;
}

#random-link {
  color: black; /* "Random Generator Labs" text color */
  text-decoration: none;
}

#random-link:hover {
  color: #ff5722; /* Hover effect color */
}/* End custom CSS */