* {
    font-family: "Ubuntu", sans-serif;
}

h1, h2, h3, h4, h5, h6, .link-underline {
    color: #407672 !important;
}

a {
    color: #407672 !important;
    text-decoration: underline;
    text-decoration-color: #ffc107 !important; /* Change underline color */
    text-underline-offset: 3px; /* Add spacing below the text */
}

.gradient-logo-outer-wrapper {
    margin: 3px 0;
}

/* Container for the logo */
.gradient-logo {
    display: inline-flex; /* Inline element to fit within <a> */
    flex-direction: column; /* Stack icon and slogan vertically */
    justify-content: center; /* Vertically center content */
    align-items: center; /* Horizontally center content */
    width: 7.5rem; /* Adjust width as needed */
    height: 2.75rem; /* Height is half of the width */
    background: linear-gradient(to top right, #407672, #689390); /* Background gradient */
    border-radius: 2px; /* Optional: rounded corners */
    text-align: center; /* Center-align text */
}

/* Icon and Slogan Gradient */
.gradient-logo-icon,
.gradient-logo-slogan {
    background: radial-gradient(circle, #FFD700 30%, #B8860B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* Icon Styling */
.gradient-logo-icon {
    font-size: 2rem; /* Adjust size as needed */
    font-weight: bold; /* Bold text */
    line-height: 1; /* Remove extra space below the icon */
}

/* Slogan Styling */
.gradient-logo-slogan {
    font-size: 0.6rem; /* Adjust size for the slogan */
    margin-top: 0; /* Remove extra spacing between icon and slogan */
    line-height: 1; /* Remove extra space inside the text */
    width: 100%; /* Ensures slogan matches icon width */
}

.header-nav-container, .fixed-bottom-footer {
    background: #407672;
}

.bg-warning {
    background-color: rgba(255, 193, 7, 0.2) !important; /* 50% transparent yellow */
}

span.partner-label {
    /*background-color: #ffc107;*/
    background-color: rgba(255, 193, 7, 0.2); /* 50% transparent yellow */
    text-transform: uppercase;
}

.btn-call-us {
    font-size: 1.2rem;
}

ul.nav {
    padding-top: 5px;
}

ul.nav li a.active {
    text-decoration: underline;
    text-decoration-color: #ffc107 !important; /* Change underline color */
    text-underline-offset: 3px; /* Add spacing below the text */
}

.btn-call-us {
    align-items: center;
    appearance: none;
    background-color: #ffc107; /* Gold background */
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(48, 88, 86, 0.5) 0 1px 2px, rgba(48, 88, 86, 0.3) 0 4px 6px -2px, #407672 0 -1px 0 inset; /* Thinner bottom shadow */
    box-sizing: border-box;
    color: #407672; /* Green text */
    cursor: pointer;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: box-shadow 0.15s, transform 0.15s, background-color 0.15s, color 0.15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform, background-color, color;
    font-size: 18px;
}

.btn-call-us:hover {
    transform: translateY(-2px);
}

.btn-call-us:active {
    background-color: #407672; /* Keep green background on active */
    color: #ffc107; /* Keep gold text on active */
    box-shadow: rgba(48, 88, 86, 0.5) 0 1px 2px inset, #407672 0 1px 0; /* Adjusted active shadow */
    transform: translateY(2px);
}

.btn-warning {
    color: #407672;
}

#CookiebotWidget {
    margin-bottom: 5px!important;
}

img.home-hero-img {
    /*opacity: 0.75;*/
}
