.contact-form-object.active {
    color: white;
}

a {
    text-decoration: none !important;
}

ul, ol {
    margin-bottom: 0 !important;
    padding-left: 20px !important;
}

.nav-link.w-nav-link.w--current.w--nav-link-open {
    color: var(--secondary);
    text-decoration: underline !important;
}

/* According Arrow */
.accordion__item > .accordion-header:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    content: "\f077";
    color: var(--third);
    float: right;
    position: relative;
    display: block;
    top: 2px;
    transition: .3s all;
    transform: rotate(-180deg);
    opacity: 100;
}

.accordion__item.active > .accordion-header:after {
    transform: rotate(0deg);
}

.accordion-body.js-accordion-body {
    display: none;
}

.image-modal-trigger {
    cursor: pointer;
}

.image-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: rgba(0, 0, 0, .78);
}

.image-modal.active {
    display: flex;
}

.image-modal-content {
    position: relative;
    width: min(1100px, 100%);
    max-height: 90vh;
    padding: 14px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
}

.image-modal-img {
    display: block;
    width: 100%;
    max-height: calc(90vh - 28px);
    object-fit: contain;
    border-radius: 12px;
}

.text-modal-body {
    max-height: calc(90vh - 80px);
    overflow-y: auto;
    padding: 8px 4px;
    color: #111;
    line-height: 1.6;
}

.text-modal-title {
    margin-top: 0;
    margin-bottom: 18px;
    color: var(--secondary);
}

.footer-modal-link {
    border: 0;
    padding: 0;
    background: transparent;
    font: inherit;
    font-weight: 500;
    color: inherit;
    cursor: pointer;
}

.news-modal-trigger {
    cursor: pointer;
}

.news-modal-img {
    display: block;
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 18px;
}

.news-modal-tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
}

.image-modal-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    color: white;
    background: var(--secondary);
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

.news-carousel-wrapper {
    position: relative;
}

.news-carousel {
    overflow: hidden;
}

.news-carousel-track {
    display: flex;
    gap: 24px;
    transition: transform .35s ease;
    will-change: transform;
}

.news-carousel-track .card-news {
    flex: 0 0 calc((100% - 90px) / 3);
}

.news-carousel-btn {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    color: var(--secondary);
    background: transparent;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}

.news-carousel-btn.prev {
    left: -50px;
}

.news-carousel-btn.next {
    right: -50px;
}

.news-carousel-btn:disabled {
    opacity: .4;
    cursor: not-allowed;
}

@media screen and (max-width: 767px) {
    .image-modal {
        padding: 18px;
    }

    .image-modal-close {
        top: 8px;
        right: 8px;
    }

    .news-carousel-track .card-news {
        flex: 0 0 100%;
    }

    .news-carousel-btn.prev {
        left: 8px;
    }

    .news-carousel-btn.next {
        right: 8px;
    }
}

#map-1 {
    height: 100%;
    z-index: 1;
}

section[id] {
    scroll-margin-top: 150px;
}
