/* ACEON Custom Logo Constraints */
.logo a img, 
.header-logo img, 
.offcanvas__logo img, 
.single-footer-widget img {
  max-height: 72px !important;
  width: auto !important;
  display: inline-block !important;
}

/* Make footer logo solid white */
.single-footer-widget img {
  filter: brightness(0) invert(1) !important;
}

/* Main menu spacing adjustments to keep links in a single line */
.header-main .main-menu ul li {
  margin-inline-end: 20px !important;
}
.header-main .main-menu ul li a {
  font-size: 14px !important;
}

/* Align footer address and phone number flush left with no indentation */
.footer-address-text,
.footer-address-text p,
.footer-address-text p strong,
.footer-address-text p a {
  padding-left: 0 !important;
  margin-left: 0 !important;
  text-align: left !important;
}
.footer-address-text p {
  margin-bottom: 10px !important;
  line-height: 1.6 !important;
}

/* Welcome to ACEON decorative border shape coordinates */
.about-wrapper .about-image-items .border-shape {
  bottom: -20px !important;
  right: 8% !important;
}

/* Styles for the contact AJAX feedback messages */
.form-message {
  font-weight: 600;
  margin-top: 15px;
  font-size: 15px;
  display: block;
  text-align: left;
}
.form-message.success {
  color: #28a745 !important; /* Clean Green */
}
.form-message.error {
  color: #dc3545 !important; /* Clean Red */
}

/* Mobile responsive background override */
@media (max-width: 991px) {
  .country-section {
    background-image: url('assets/img/contact/college_blurred.jpg') !important;
  }
}

/* Desktop hero banner: show full image without any crop */
@media (min-width: 992px) {
  .country-section {
    background-size: 100% 100% !important;
    background-position: center !important;
  }
}
