* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Encode Sans", sans-serif;
    overflow-x: hidden;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    letter-spacing: 1px;
    color: #333333;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 3rem;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background-color: rgb(37, 211, 102);
}

.whatsapp-button-image {
    transition: all 0.3s;
    color: #ffffff;
}

.whatsapp-button-image:hover {
    transition: all 0.3s;
    color: #295d93;
}

.navbar-text {
    font-size: 1.25rem;
}

.logo-img {
    max-height: 120px;
}

.hero-img {
    height: calc(100vh - 146px);
    background: url("/img/hero.png");
    background-size: cover;
}

.separator {
    height: 80px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.separator-img {
    height: 100%;
}

.carousel-img-right {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.carousel-img-left {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.index-img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mail-link {
    transition: all 0.3s;
    color: #295d93;
}

.mail-link:hover {
    transition: all 0.3s;
    color: #30926a;
}

.contact-map {
    height: 400px;
    width: 100%;
}

.footer {
    background-color: #30926a;
}

.footer-item-title {
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #295d93;
    padding: 0 0 0 10px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.1rem;
}

.footer-address-text {
    line-height: 1.6;
}

.footer-social-media-icons {
    display: flex;
    font-size: 2.5rem;
    gap: 15px;
}

.footer-social-media-icons a {
    transition: all 0.2s;
    color: #ffffff;
}

.footer-social-media-icons a:hover {
    transition: all 0.2s;
    color: #295d93;
}

.footer-email {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.scroll-to-top {
    transition: all 0.3s;
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 110px;
    z-index: 99;
    border-radius: 50%;
    background-color: #555;
    color: #FFFFFF;
    font-size: 1.3rem;
    width: 35px;
    height: 35px;
}

.scroll-to-top:hover {
    transition: all 0.3s;
    background-color: #ffcb08;
    color: #000000;
}

.submit-button-spinner {
    margin-left: 5px;
    display: none;
}

.submit-button-text {
    display: inline-block;
}

.submit-button-text-pending {
    display: none;
}

.htmx-request .submit-button-text {
    display: none;
}

.htmx-request .submit-button-text-pending {
    display: inline-block;
}

.htmx-request .submit-button-spinner {
    display: inline-block;
}
