.small-contact-image {
    height: 40px;
}

.small-contact-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
}

.small-contact-image-container {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.small-contact-container-mobile {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.small-contact-image-container-mobile {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.header-list {
    display: flex;
    height: 100%;

}

.hero .slide .slider-bg {
    filter: brightness(72%);
}

.slide {
    position: relative;
}

.slider-bg {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}

.slide .container,
.slide .slide-caption,
.slide * {
    position: relative;
    z-index: 3;
}

.slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2; 
    pointer-events: none;

    background: radial-gradient(
        circle at 25% 50%,
        rgba(0,0,0,0.40) 0%,
        rgba(0,0,0,0.15) 40%,
        rgba(0,0,0,0.00) 100%
    );
}

.page-title:before {
    background-color: rgb(0 0 0 / 24%) !important;
}

.slide-caption {
    align-items: flex-start;
}

.slide-title h2 {
    text-align: left;
}

.copyright-link{
    color: white;
}

.copyright-link:hover{
    color: #345539;
}

.contact-map {
    height: 100% !important;
}

.cards-flex {
    display: flex;
    flex-grow: 1;
    height: 100%;
}

.contact-pg-section .contact-info {
    margin-top: 32px;
}

@media (max-width: 991px){
    .header-style-1 .topbar .contact-info ul {
        display: flex;
        margin-bottom: 2px;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        padding: 12px;
}

    .contact-pg-section .contact-map {
        width: auto !important;
        height: 320px !important;
        margin-bottom: 32px !important;
    }

    .cards-flex {
        flex-direction: column-reverse;
    }
}

@media (max-width: 768px){
    .slide-caption {
        align-items: center;
}

    .slide-title h2 {
        text-align: center;
}

}

@media (max-width: 670px) {
    .header-style-1 .topbar .contact-info ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 16px 0;
}
}