.office701-logo {width: 100px;}
.has-error {
    border-color: #b94a48 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.has-success {
    border-color: #50cd89 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}
.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #555555;
    background: rgba(255, 255, 255, 0.9);
}
.closecookies {
    z-index: 2;
    position: absolute !important;
    right: 0 !important;
    border: none;
    background: transparent;
    font-size: 17px;
    padding: 0px;
}
.closeBtn {
    font-weight: bold;
    color: black;
}
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0.9;
    border-style: none;
    visibility: hidden;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #555;
    background: #fff;
    box-shadow: 0 0 10 0 rgb(0 0 0 / 24%);
    padding: 15px 10px 15px 5px;
}
.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert a {text-decoration: underline;}
.cookiealert a:hover {color: var(--theme-color2);}
.cookiealert .cookiealert-text {
    z-index: 1;
    padding: 15px 0px 0px 10px;
    margin: 0;
    width: 100%;
    font-size: 12px;
}
.cookiealert .cookiealert-text p {
    font-size: 13px;
    line-height: 1.5;
}
.cookiealert .full-width {width: 100%;}
.cookiealert .pull-rightleft {text-align: center;}
@media screen and (min-width: 991px) {
    .cookiealert {
        bottom: 10px;
        left: 18px;
        width: 400px;
        border-radius: 10px;
    }

    .cookiealert .cookiealert-text {
        width: 414px;
        line-height: 2;
        margin-bottom: 15px;
    }
}
@media (max-width: 768px) {
    .cookiealert .pull-rightleft {
        float: none;
        text-align: center;
    }
}

.contact-info .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #ffffff;
}
.contact-info .contact-item i {
    color: #ffffff;
    font-size: 1.5rem;
    margin-right: 15px;
    width: 25px;
    text-align: center;
    flex-shrink: 0;
}
.contact-info .contact-link-card {
    display: flex;
    align-items: center;
    /* background-color: #333333; */
    border-radius: 12px;
    padding: 12px 15px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #ffffff;
    transition: background-color 0.3s ease, color 0.3s ease;
    width: fit-content;
    min-width: 280px;
}
.contact-info .contact-link-card:hover {
    background-color: #1aa7e0;
    color: #ffffff;
}
.contact-info .contact-link-card i {
    color: #ffffff;
    font-size: 1.5rem;
    margin-right: 15px;
    width: 25px;
    text-align: center;
    flex-shrink: 0;
    transition: color 0.3s ease;
}
.contact-info .contact-link-card:hover i {color: #ffffff;}

.app-store-logos {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.app-store-logos img {
    max-height: 45px;
    width: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}
.app-store-logos img:hover{transform: translateY(-3px);}