.container-header {
  background-color: #0000FF;
  background-image: none;
}
.own {
  --cassiopeia-color-primary: #2F9C95;
  --cassiopeia-color-hover: #174F4B;
  --cassiopeia-color-link: #1C5E5A;
}
.custom-footer {
  background-color: #0000ff; /* UPDATED TO BLUE */
  color: #fff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

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

.custom-footer .footer-col {
  flex: 1;
  min-width: 280px;
  margin: 10px;
}

/* CENTER STYLING */
.custom-footer .phone {
  font-size: 22px;
  font-weight: bold;
}

.custom-footer .hours {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 14px;
}

/* RIGHT MENU */
.custom-footer .right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-footer .right li {
  margin-bottom: 8px;
}

.custom-footer .right a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 14px;
}

.custom-footer .right a:hover {
  text-decoration: underline;
}

/* MOBILE */
@media (max-width: 768px) {
  .custom-footer .footer-container {
    flex-direction: column;
    text-align: center;
  }
.container main-top {
   margin: 50px 0 20px 0 ;
   font-size: 1.25em;
   font-weight: bold;
   text-align: center;
  }