.sub-header {
    font-size: 0.95rem;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05);
    z-index: 1000;
}
.sub-header a:hover {
    color: #5cc3b0;
}


.carousel .carousel-item {
    transition: transform 0.5s ease-in-out;
}
.carousel img {
    border-radius: 10px;
    object-fit: cover;
}

.banner-box img {
    object-fit: cover;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.special-tile {
    min-height: 230px;
    background-size: cover;
    border: 2px dashed #5cc3b0;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.special-tile:hover {
    background-color: #e7f7f4;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: inherit;
}

.special-tile .icon {
    font-size: 2.5rem;
}

nav.navbar .nav-link {
    position: relative;
    display: inline-block;
    font-family: 'Georgia', serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: #333;
    padding: 4px 8px;
    text-decoration: none;
    overflow: hidden;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

nav.navbar .nav-link:hover {
  color: #66d9cc;
  
  border-radius: 6px;
}

footer .nav-link {
    position: relative;
    display: inline-block;
    font-family: 'Georgia', serif;
    font-weight: 500;
    font-size: 1.05rem;
    color: #333;
    padding: 4px 8px;
    text-decoration: none;
    overflow: hidden;
}

account .nav-link {
    position: relative;
    display: inline-block;
    font-family: 'Georgia', serif;
    font-weight: 500;
    font-size: 1.05rem;
    color: #333;
    padding: 4px 8px;
    text-decoration: none;
    overflow: hidden;
}
