h2 span,
h3 span {
    color: #E3572D;
    text-transform: none;
}

.counter-box h2 span {
    color: #fff;
}

.footer-widget-wrapper {
    padding: 20px 0 20px;
}

.footer-widget-items .social-icon a:hover {
    background-color: #C2DF93;
    color: #fff;
}

.footer-widget-items .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 12px 12px;
    font-size: 16px;
    display: block;
    color: var(--st-header);
    text-align: center;
    background: rgb(244, 244, 244);
    transition: 0.4s ease-in-out;
    border-radius: 50%;
}

#overview,
#specifications,
#location,
#gallery,
#about,
#contact,
#amenities {
    scroll-margin-top: 70px;
}

.header-1 {
    z-index: 999;
}

.contact-wrapper .contact-content form .form-clt input,
.contact-wrapper .contact-content form .contact-content textarea {
    padding: 10px 10px;
}

.contact-wrapper .contact-content {
    padding: 30px;
}

table {
    margin-top: 30px;
    text-align: center;
    padding: 40px 20px;
    border-radius: 16px;
    background-color: #16243E;
    color: #fff;
    position: relative;

    z-index: 2;
    border: solid 1.5px #fff;
    transition: all 0.4s ease-in-out;
}

table td {
    padding: 10px;
    font-size: 18px;
}

table td i {
    color: #E3572D;
}

.modal-content .offcanvas__close {
    position: absolute !important;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--st-theme2);
    position: relative;
    z-index: 99;
    cursor: pointer;
    right: 1px;
}
.close-button-hidden {
    display: none;
}