.mt-6 {
    margin-top: 50px;
}

.page-heading-banner {
    position: relative;
    width: 100%;
    height: 600px;
    background: url('../assets/images/hero-banner-contact-us.png');
    background-size: cover;
    background-position: center bottom bottom;
    background-attachment: fixed;
}

.card-text {
    position: absolute;
    max-width: 1000px;
    color: #fff;
    top: calc(50%);
}

.on-page-now {
    font-size: 40px;
}

.page-heading {
    font-size: 20px;
}

.page-heading .go-to-home a {
    text-decoration: none;
    list-style-type: none;
    color: #ff8e14;
    background-color: #fff;
    padding: 5px 30px;
}

.page-heading .go-to-home a:hover {
    color: #fff;
    background-color: #ff8e14;
    padding: 5px 30px;
}

.page-heading .select-page {
    color: #333;
}


/* Contact-Us */

.bg {
    background-color: #ddd;
    border-radius: 50px 0 50px 50px;
}


.left-side {
    width: 100%;
    height: 500px;
    padding: 50px;
    background-color: #ddd;
    border-radius: 50px 5px 50px 50px;
}

.left-side-text {
    margin: auto;
    color: #ff8e14;
    font-weight: bold;
}

.left-side-text h2 {
    margin-bottom: 10px;
}

.left-side-text p {
    font-size: 20px;
}

.contact-us-now {
    color: #ff8e14;
    font-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}

.contact-us-text {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 20px 0 20px 0;
}

.icon i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.icon-social-media {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.social-media a,
.contact-us-text a {
    color: #ff8e14;
    text-decoration: none;
}

.social-media a:hover {
    background-color: #ff8e14;
    color: #ddd;
}

.right-side {
    width: 100%;
    height: 550px;
    padding: 50px;
    background-color: #333;
    margin: auto;
    border-radius: 50px 5px 50px 5px;

}

.right-side-text h2 {
    color: #ddd;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    gap: 20px;
    /* padding: 7px; */
    margin-bottom: 20px;
}

.form-control {
    width: 290px;
    padding: 15px;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-family: "Siemreap", sans-serif;
}

.form-control:focus,
textarea:focus {
    outline: 2px solid #ff8e14;
}

textarea {
    margin: auto;
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 16px;
    border-radius: 10px;
    font-family: "Siemreap", sans-serif;
}

.btn {
    display: flex;
    justify-content: center;
}

.btn button {
    padding: 10px 15px;
    background-color: #ff8e14;
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    margin-top: 10px;
}

.btn button:hover {
    color: #ff8e14;
    background-color: white;
    cursor: pointer;
}

.img {
    display: flex;
    justify-content: center;
}

.img img {
    width: 200px;
}