﻿.container {
    /* max-width:1150px !important;*/
}

.contact-info {
    max-width: 1150px;
    margin: 0 auto;
}

.map {
    width: 100%;
    height: 70vh;
    transition: height 0.3s ease;
    will-change: height;
    /*border-radius:50px;*/
}

.icon-btn {
    width: 48px;
    /* height: 48px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #BE842C;
    border-radius: 50%;
    padding: 10px;
}

.icon-custom-border {
    border: 1px solid #dcd6d1;
    border-radius: 50%;
    padding: 5px;
}

.contact-info-text {
    font-weight: 600 !important;
    font-size: 1.285rem;
}


.btn-book-submit {
    background-color: #be8c44;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 7px 25px;
    border-radius: 25px;
}

    .btn-book-submit:hover,
    .btn-book-submit:active {
        background-color: #be8c44;
        color: #fff;
    }

.desc {
    /*font-size:20px !important;*/
}

.contact-form {
    font-size: 1.285rem;
}

    .contact-form input {
        padding: 15px 25px;
        letter-spacing: 1px;
        background-color: transparent;
        border: 1px solid #808080;
        font-size: 1.285rem;
    }

        .contact-form input:focus-visible,
        .contact-form textarea:focus-visible,
        .contact-form textarea:focus {
            border: 1px solid black;
        }

    .contact-form textarea {
        padding: 15px 25px;
        letter-spacing: 1px;
        background-color: transparent;
        border: 1px solid #808080;
        border-radius: 15px;
        font-size: 1.285rem;
        /*min-height:50px;*/
        height: auto;
        /*field-sizing: content;*/
        resize: none;
    }

.is-invalid {
    border-color: #dc3545;
    background-image: none !important;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

@media(max-width:576px) {
    .map {
        height: 50vh;
        width: 100%;
    }

    .contact-form label {
        font-size: 1.1rem;
    }

    .contact-form input {
        padding: 8px 12px;
        font-size: 1rem;
    }

    .contact-form textarea {
        padding: 8px 12px;
        font-size: 1rem;
    }

    .info-text {
        font-size: 1rem;
    }

    .icon-btn {
        width: 25px;
        padding: 4px;
    }

    .contact-info-text {
        font-size: 1rem
    }

    .btn-book-submit {
        font-size: 1.2rem;
        padding: 6px 18px;
    }
}
