.navbar-imgs {
    max-width: 100%;
    height: 70px;
    width: 165px
}

.card-height {
    height: 265px;
}

.filter-cls {

    filter: invert(1) contrast(0.35);
}

.font-cls {
    font-size: 18px;
}

.font-pop {
    font-size: 16px;
}

.footer-imgs {
    height: 70px;
    width: 160px;
}

.footer-font-size {
    font-size: 15px;
}

.footer-icon {
    font-size: 22px;
    vertical-align: middle;
    color: #785C4A;
}

.vertical-p {
    vertical-align: middle;
}

.text-font-size {
    font-size: 15px;
}

.font-color-footer {
    color: gainsboro;
}

.mt-20 {
    margin-top: 20px;
}

/* .hz{
    color: oklab(81.904% -0.10369 0.16776);
} */

select,
.form-control,
.form-select,
textarea,
input {
    height: 51px;
    padding: 0 25px 0 25px;
    padding-right: 50px;
    border: 1px solid var(--gray-color);
    color: var(--body-color);
    background-color: var(--white-color);
    font-size: 14px;
    width: 100%;
    font-family: var(--body-font);
    font-weight: 400;
    border-radius: 16px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    resize: none;
}

.btn-main {
    color: #785C4A;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    background: #FFFF;
    padding: 17px 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.btn2 {
    background: #ebebeb;
}

.btn-main.btn2 {
    max-width: 170px;
    width: 100%;
}

#contactModal .btn-close {
    position: absolute;
    right: -30px;
    top: -15px;
    padding: 10px;
    background: #fff;
    border: 2px solid #785C4A;
    opacity: 1;
    color: #3d669d;
    font-weight: 700;
    line-height: 10px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.head-phone-white-main {
    display: flex;
    align-items: self-start;
    gap: 5px;
    color: #fff;
}

.modal-address {
    color: #fff;
}

.CallUs-phone {
    padding-bottom: 0px;
}

/* .social-ico{
    color: white;
} */

.font-banner {
    font-size: 41px !important;

    /* margin-right: 10px; */
    /* border-color: #3d669d; */
}

.text-right {
    text-align: right;
    /* margin-right: 20px; */
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 150px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.floats {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 220px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-floats {
    margin-top: 16px;
}

.mt-40 {
    margin-top: 40px;
}

.fa-instagrams {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fa-facebook {
    color: #285AEB;
}

.fa-linkedin-in {
    color: #285AEB;
}

.fa-x-twitter {
    color: black;
}

.fa-weixins,
.fa-whatsapps {
    color: #25d366;
}

.text-justify {
    text-align: justify;
}

.custom-table tbody tr:nth-child(odd) {
    background-color: #785C4A;
    color: white;
}

.custom-table tbody tr:nth-child(even) {
    background-color: white;
    color: #785C4A;
}

.custom-table tbody tr:nth-child(odd) a {
    color: white;
}

.custom-table tbody tr:nth-child(even) a {
    color: #785C4A;
}

/* Hover effect for odd rows */
.custom-table tbody tr:nth-child(odd):hover {
    background-color: rgba(41, 41, 41, 0.856);
    color: #f8f8f8;
}

.custom-table tbody tr:nth-child(odd):hover a {
    color: #f8f8f8;
}

/* Hover effect for even rows */
.custom-table tbody tr:nth-child(even):hover {
    background-color: #1f1f1fbb;
    color: white;
}

.custom-table tbody tr:nth-child(even):hover a {
    color: white;
}

/* Remove underline from all links */
.custom-table a {
    text-decoration: none;
}

.img-about {
    height: 500px;
}

.text-bold {
    font-weight: bold;
    color: black;
    font-size: larger;
}

.text-brown {
    color: #785C4A;
}

.global-img-1 {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    /* Medium devices */
}

.global-img-1:after {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 0;
    left: 0;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.global-img-1 img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: 1.01s all ease;
    transition: 1.01s all ease;
    -moz-transition: 1.01s all ease;
    -ms-transition: 1.01s all ease;
    -o-transition: 1.01s all ease;
}

.global-img-1:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.global-img-1:hover img {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
}

.sec-title {
    margin-bottom: 10px !important;
}

.border-cls {
    display: block;
    width: 100px;
    height: 3px;
    background: #785C4A;
    margin: 5px auto 0;
}

.text-centers {
    text-align: center;
}

@media screen and (max-width:768px) {
    .text-centers {
        text-align: justify;
    }
    .img-about{
        height: 400px;
    }
}


@media (min-width: 576px) and (max-width:990px) {
    .modal-dialog {
        max-width: 80% !important;
        margin: 1.75rem auto;
    }
}