/* .hero-slide-item {
    position: relative;
    min-height: 550px;
    display: flex !important;
    align-items: center;
    overflow: hidden;
}

.hero-slide-item .hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

 .hero-slide-item .hero-angled-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 80, 130, 0.45);
    z-index: 2;
}

.hero-slide-item .hero-content-container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.hero-slide-item .hero-text-wrap {
    max-width: 50%;
    color: #ffffff;
    padding: 2rem;
}

.hero-slide-item .hero-title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.hero-slide-item .hero-description {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.hero-slide-item .hero-btn {
    display: inline-block;
    background-color: #00a850;
    color: #fff;
    padding: 12px 24px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.hero-slide-item .hero-btn:hover {
    background-color: #008a40;
}


.hero-slide-item {
    position: relative;
    min-height: 550px;
    display: flex !important;
    align-items: center;
    overflow: hidden;
}

.hero-slide-item .hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.hero-slide-item .hero-content-container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.hero-slide-item .hero-text-wrap {
    max-width: 50%;
    color: #ffffff;
    padding: 2rem;
}

.hero-slide-item .hero-title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.hero-slide-item .hero-description {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.hero-slide-item .hero-btn {
    display: inline-block;
    background-color: #00a850;
    color: #fff;
    padding: 12px 24px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.hero-slide-item .hero-btn:hover {
    background-color: #008a40;
}

.hero-slide-item .hero-title,
.hero-slide-item .hero-title span.glossaryLink,
.hero-slide-item .hero-title a.glossaryLink {
    color: #ffffff !important;
    border-bottom: none !important;
    text-decoration: none !important;
    pointer-events: none !important;
} */



.hero-slide-item {
    position: relative;
    height: 80vh;
    min-height: 550px;
    display: flex !important;
    align-items: center;
    overflow: hidden;
}

.hero-slide-item .hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    z-index: 1;
}

.hero-slide-item .hero-angled-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 80, 130, 0.45);
    z-index: 2;
}

.hero-slide-item .hero-content-container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.hero-slide-item .hero-text-wrap {
    max-width: 50%;
    color: #ffffff;
    padding: 2rem;
}

.hero-slide-item .hero-title {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.hero-slide-item .hero-description {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.hero-slide-item .hero-btn {
    display: inline-block;
    background-color: #00a850;
    color: #fff;
    padding: 12px 24px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.hero-slide-item .hero-btn:hover {
    background-color: #008a40;
}

.hero-slide-item .hero-title,
.hero-slide-item .hero-title span.glossaryLink,
.hero-slide-item .hero-title a.glossaryLink {
    color: #ffffff !important;
    border-bottom: none !important;
    text-decoration: none !important;
    pointer-events: none !important;
}