﻿#ContactUsContainer {
    background-color: #fff;
    color: #bd5645;
}

.ContactInfoContainer {
    background-color: #d25545;
    font-size: clamp(14px,3vw,18px);
    color: #fff;
}
.user-input-wrp input:not(:focus):valid ~ .floating-label {
    top: 0px;
    left: 0px;
    font-size: 1rem;
    opacity: 1;
    color: #bd5645;
}
.ContactEmail {
    color: #fff;
}

.inputText {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid #ADADAD;
    background: none;
    color: #5f5f5f;
}

.user-input-wrp {
    position: relative;
    margin-bottom: 8px;
}

    .user-input-wrp span.floating-label {
        position: absolute;
        left: 1px;
        top: 23px;
        color: #000;
        font-size: 1.1rem;
        pointer-events: none;
        transition: 0.2s ease all;
        font-family: 'Roboto-Regular';
    }

    .user-input-wrp input:focus ~ .floating-label {
        top: 0px;
        left: 0px;
        font-size: 1rem;
        opacity: 1;
        color: #bd5645;
        font-family:'Roboto-Regular';
    }

#ContactUsHeading {
    font-family: 'Roboto-Regular';
    color: #bd5645;
     text-align: left !important;
}

.custom-button-reverse {
    
   
    width: 116px;

     background-color: #bd5645;
        border-radius: 7px;
        border: 1px solid #bd5645;
        
        color: #fff;
}

    .custom-button-reverse:hover {
        background-color: #fff;
    border-radius: 7px;
    border: 1px solid #bd5645;
    padding: 8px 10px;
    color: #bd5645;
    transition: 0.3s ease-in-out;
    }

.custom-button {
    background-color: #e6e6e6;
    border-radius: 7px;
    border: 1px solid #e6e6e6;
    padding: 8px 10px;
    color: #000;
}

    .custom-button:hover {
        background-color: #000;
        border-radius: 7px;
        border: 1px solid #000;
        transition: 0.3s ease-in-out;
        color: #fff;
    }
.directionbtn {
    background-color: white;
    color: black;
}
.directionbtn:hover {
    background-color: white;
    color: black;
}