.footer-content a, .copyright a {
    text-transform: none;
}
#ut-sitebody .footer-content a {
    color: rgb(255 255 255) !important;
    font-weight: normal !important;
}
.momo-gw-btn-payment {
 display: none;
}

.wpcf7-submit {
display: block!important;
border-radius: 50px!important;
background:#d9431f!important;.
padding-left:20px!important;
padding-right:20px!important;
font-family: 'Encode Sans'!important;
text-transform: none!important;
    font-weight: 400 !important;
    font-size: 14px !important;
    width: auto;
    margin: auto;
}

.wpcf7 form.sent .wpcf7-response-output {
display:none;
}
.entry-title {
color: #D8431F;
}
@media(min-width: 768px) {
.wpmenucart-icon-shopping-cart-0:before {
    padding-left: 10px !important;
}
}
@media(max-width: 768px) {
.widget-container {
    text-align: center;
}
}
@media(min-width: 1025px) {
.ut-spacing-120 .ut-footer-area {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}
}
.footer .footer-content {
padding-top: 20px !important;
}
@media(min-width: 1025px) {
.single-post .entry-header .entry-title {
    padding: 20px;
    cursor: default;
}
#ut-sitebody #secondary {
    margin-top: -90px !important;
}
}
#recent-posts-4 {
    padding: 20px;
    background: #fbfcfd;
    border: 1px solid #f2f2f2;
}
#media_image-4 {
    padding: 20px;
    background: #fbfcfd;
    border: 1px solid #f2f2f2;
}
table {
    border: 1px solid #ffffff !important;
    border-collapse: unset !important;
}

/* Target the form by its ID */
#wpcf7-f9071-p8485-o1 {
    color: white; /* Set all text color to white */
    text-align: center; /* Center align the text */
}

/* Target all input fields within the form */
#wpcf7-f9071-p8485-o1 input,
#wpcf7-f9071-p8485-o1 textarea,
#wpcf7-f9071-p8485-o1 select {
    border-radius: 50px; /* Set border radius */
    color: white; /* Ensure text inside fields is white */
    background-color: #000; /* Set background to black */
    border: 1px solid white; /* White border */
    padding: 12px; /* Padding */
    width: 50%; /* Set width to 50% */
    margin: 0 auto; /* Center the fields */
    display: block; /* Ensure margin: auto works to center the block elements */
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Media query to make the form full-width on mobile */
@media (max-width: 768px) {
    #wpcf7-f9071-p8485-o1 input,
    #wpcf7-f9071-p8485-o1 textarea,
    #wpcf7-f9071-p8485-o1 select,
    #wpcf7-f9071-p8485-o1 input[type="submit"],
    #wpcf7-f9071-p8485-o1 button {
        width: 100%; /* Full width on mobile */
    }
}

/* Placeholder styling */
#wpcf7-f9071-p8485-o1 input::placeholder,
#wpcf7-f9071-p8485-o1 textarea::placeholder {
    text-align: center;
    color: white;
}

/* Target the submit button within the form */
#wpcf7-f9071-p8485-o1 input[type="submit"],
#wpcf7-f9071-p8485-o1 button {
    width: 50%!important; /* Set width to 50% */
    padding: 10px; /* Padding */
    background-color: #000; /* Background color */
    color: white; /* Text color */
    border: 1px solid white; /* White border */
    border-radius: 10px; /* Border radius */
    cursor: pointer; /* Pointer cursor on hover */
    text-align: center; /* Center text */
    display: block; /* Ensure full width */
    box-sizing: border-box; /* Include padding and border in element's total width */
}

/* Optional: Add hover effects */
#wpcf7-f9071-p8485-o1 input[type="submit"]:hover,
#wpcf7-f9071-p8485-o1 button:hover {
    background-color: #333; /* Darker background on hover */
}