.footer {
    background: #7a1f1f;
    color: #fff;
    padding: 35px 20px;
    margin-top: 45px;
    border-radius: 35px 35px 0 0;
}

.footer-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.footer-brand {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.footer-sub {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 18px;
}

.footer-info p,
.footer-info a {
    font-size: 15px;
    margin: 4px 0;
    color: #ffe9c6;
    text-decoration: none;
}

.footer-links {
    margin-top: 18px;
}

.footer-links a {
    color: #ffd9a6;
    margin: 0 12px;
    font-size: 15px;
    text-decoration: none;
}

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

/* === CONTACT PAGE === */

.contact-wrapper {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

.contact-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #6d2b2b;
    margin-bottom: 20px;
}

.contact-box {
    background: #fff8dc;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.contact-box p {
    font-size: 17px;
    color: #5a3e2b;
    line-height: 1.6;
}

.contact-buttons {
    display: flex;
    gap: 12px;
    margin: 20px 0;
}

.contact-buttons a {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

.btn-map { background: #8c1e1e; }
.btn-call { background: #2a7b2a; }

.contact-map {
    width: 100%;
    height: 180px;
    border: 0;
    border-radius: 14px;
}

/* METESCOPE footer fix */



/* METESCOPE FINAL – ISOLATED */
.footer .footer-powered {
  margin: 18px auto 0;
  padding: 10px 16px;
  background: #000 !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
}

.footer .footer-powered a {
  color: #fff !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
