colors{
    color: #1D737C;
    color: #1FBDBD;
    color: #F8993E;
    color: #DA3255;

}




.contact-us{
    width: 100%;
    background-color: #F8993E;
   
}

/* .contact-us-title{
    width: 50%;
}

.contact-us-button{
    width: 50%;
    text-align: center;
} */

.contact-us-container{
    display: flex;
    justify-content: space-between;
    gap: 100px;
    padding-bottom: 30px;
    padding-top: 40px;
}

.contact-us-button button{
    border-radius: 30px;
    width: 300px;
}


/* .map{
    padding-top: 20px;
    padding-bottom: 20px;
} */


/* contact view */

.contact-view{
    margin-top: 100px;
    /* padding-top: 50px; */
    /* padding-bottom: 40px; */
}



.contact-view-container{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 40px;
}

.contact-image{
    width: 100%;
    

}

.contact-image img{
    width: 100%;
}


.contact{
    padding-top: 40px;
    margin-top: 100px;
}

.contact-banner{
    /* margin-top: 100px; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../assets/banner/ban4.png");
    /* height: 70%; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    
    width: 100%;
    height: 300px;

    
}

.contact-banner h2{
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.contact-banner p{
    color: #FFA100;
    font-size: 30px;
}


.contact-view-form{
    background-color: #E4E2DC;
    width: 100%;
}

.contact-title {
    font-size: 20px;
    color: #532E2D;

}

.contact-container {
    display: flex;
    justify-content: space-around;
    padding: 30px;
}

.contact-container a{
    color: #FFA100;

}

.address,
.contact-view-form {
    flex: 1;
    padding: 0 20px;
    padding-bottom: 20px;
}

.address p{
    font-size: 40px;
}

.address span,
.contact-view-form label {
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    margin-bottom: 5px;
    color: #28232B;
}

.contact-view-form-title{
   display: flex;
   justify-content: center;
    width: 100%;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: bold;

}

.address-contain span,
.contact-view-form input,
.contact-view-form textarea {
    margin-bottom: 15px;
}

textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

input,
textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: large;
}

input[type="text"] {
    width: 100%;
}

form {
    margin: 0;
}


form button{
    width: 50%;
    /* text-align: center; */
    padding-bottom: 20px;
}
form button{
    padding: 10px;
    width: 30%;
    border-color: green;
    background-color: white;
    color: #28232B;
    font-size: 20px;
}
form button:hover{
    background-color: green;
    border: none;
    color: white;
}

/* Optional: Style for placeholder text */
::placeholder {
    color: #888;
}

.form-container {
    max-width: 100%px; /* Adjust the width as needed */
    margin: 0 auto;
    background-color: #E4E2DC;
}

.form-row {
    display: flex;
    justify-content: space-between;
}

.form-group {
    flex: 1;
    margin-right: 10px; /* Adjust the spacing between email and phone inputs */
}

label, input, textarea {
    margin-bottom: 10px;
}


.contact-form-title h1{
    padding: 30px;
    font-family: "Itim", cursive;
    font-weight: 800;
    font-style: normal;
    font-size: 45px;
}

.address-container {
    padding-top: 50px;
    font-family: "Itim", cursive;
    font-weight: 800;
    font-style: normal;
    font-size: 20px;
    /* padding-bottom: 20px; */

}

.address-contain h2{
    font-family: "Itim", cursive;
    font-weight: 800;
    font-style: normal;
    font-size: 45px;
    padding-bottom: 20px;

}

.addresss{
    font-family: "Itim", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.contact-banner h2{
    font-family: "Itim", cursive;
    font-weight: 800;
    font-style: normal;
    font-size: 45px; 

}


@media(max-width:800px){
    .contact-container {
        display: inline;
        /* justify-content: space-around; */
        /* padding: 30px; */
    }
    .section{
        padding-left: 10px;
        padding-right: 10px;

    }

    .contact-title{
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-view-form-title{
        display: flex;
        justify-content: center;
         width: 100%;
         padding-bottom: 20px;
         font-size: 20px;
         font-weight: bold;
     
     }

     .contact-view-form{
        padding-top: 50px;
     }
}



@media(max-width:800px){
 
.contact-us-container{
    display: inline;
    /* justify-content: space-between; */
    gap: 100px;
    padding-bottom: 50px;
    padding-top: 50px;
} 

.contact-us{
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-view-container{
    display: inline;
    /* justify-content: space-between; */
    /* gap: 30px; */
    padding-bottom: 40px;
}
}





