/*
Theme Name: Harly Enterprise
Author: Hardik Sengar
Description: A custom wordpress theme for Harly Enterprise
Version: 1.0
*/
.site-branding {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-logo {
  max-height: 50px; /* your requirement */
  width: auto;
}

.site-title h1 {
  margin: 0;
  font-size: 1.5rem;
}

.site-title p {
  margin: 0;
  font-size: 0.9rem;
  color: #666;
}

/* hero-section container text should be visible in any background by adding glow or shadow on text */
.hero-section .container {
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.9);
    position: relative;
    color: white;
    text-align: center;
}