/* Layout alignment for the navbar brand elements */
.logo-image-and-text a, 
.logo-wrapper {
  display: flex !important;
  align-items: center;
  gap: 16px; /* Spacing between image and text block */
  text-decoration: none;
}

/* Flexbox block configuration for text stack */
.logo-text-group {
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
}

/* Image scaling overrides */
.logo-wrapper .logo-img {
  max-height: 55px; /* Adjust if your header area needs more room */
  width: auto;
}

/* Text style sizing and colors */
.logo-text-group .site-name {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1.5rem; /* Scaled up text */
  letter-spacing: -0.5px;
}

.logo-text-group .site-slogan {
  color: #ffffff !important;
  font-size: 0.95rem; /* Scaled up slogan */
  opacity: 0.85;
  margin-top: 2px;
}

/* Responsive fix for mobile if no small logo image exists */
@media (max-width: 575.98px) {
  .logo-wrapper .logo-img {
    max-height: 40px; /* Smaller image limit on phones */
  }
}
.nav-stacked {
	justify-content: left!important;
}
/* contacts */
.custom-contact-page .contact-title h2
{
	padding-top: 10px;
	padding-bottom: 0;
	text-transform: none;
	border-bottom: 0;
	margin: 0 0 1rem 0;
	color: #22cc99!important;
	font-size: 1rem;
	font-weight: bold;
}

.custom-contact-page .title-info h2
{
	padding-bottom: 0;
	text-transform: none;
	border-bottom: 0;
	margin: 0 0 1rem 0;
	color: #22cc99!important;
	font-size: 1.2rem;
	font-weight: bold;
}

.custom-contact-page ul.fields-container
{
	display: block;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
}
.t4-footnav .module-title {
	color: #22cc99!important;
}
.proiecte_link .category-name {
	color: blue!important;
}