/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.whb-color-dark:not(.whb-with-bg) {
    background-color: #d0e9fd !important;
}


input.s {
    border-bottom: 1px solid;
}

.wd-header-nav span.nav-link-text {
    text-transform: uppercase;
    color: white;
}
.wd-header-nav .wd-sub-menu li>a {

    justify-content: center;
    text-align: center;
}


footer.wd-footer.footer-container.color-scheme-dark {
    background-color: #060e27;
}

.wd-content-layout {
    padding-block: 0px;
}

.row_1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.row_1 .col-md-4,
.row_1 .col-md-6,
.row_1 .col-md-9,
.row_1 .col-sm-9,
.row_1 .col-md-12 {
    padding: 10px;
}

.col-md-4 {
    width: calc(100% / 3 - 10px);
}

.col-md-6 {
    width: 50%;
}

.col-md-9 {
    width: 75%;
}

.col-md-12 {
    width: 100%;
}

input[type="text"],
input[type="email"],
select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

/* p {
    font-size: 14px;
    margin-bottom: 5px;
} */
p span {
    font-weight: 500 !important;
}

.btn {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

.btn-color-primary {
    background-color: #007bff;
    color: white;
}

.btn-style-round {
    border-radius: 25px;
}

.text-center {
    text-align: center;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .col-md-4,
    .col-md-6,
    .col-md-9 {
        width: 100%;
    }
}


input::placeholder,
textarea::placeholder,
select::placeholder {
    color: black;
    opacity: 1; /* Ensures full visibility */
}

::-webkit-input-placeholder { /* For Chrome, Safari */
    color: black;
}

:-ms-input-placeholder { /* For IE 10+ */
    color: black;
}

::-moz-placeholder { /* For Firefox 19+ */
    color: black;
    opacity: 1;
}

:-moz-placeholder { /* For Firefox 4-18 */
    color: black;
    opacity: 1;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.custom-file-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #4CAF50;
    border-radius: 5px;
    padding: 5px;
    background: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.custom-file-wrapper:hover {
    background: #e8f5e9;
}

.file-input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
        margin-top: -20px;
    margin-left: -140px;
}

.custom-file-label {
    font-weight: 600;
    color: #4CAF50;
    text-align: center;
    font-size: 14px;
    pointer-events: none;
}

.custom-file {
    border: dotted;
    color: #25b34b;
    padding: 7px 10px 3px 70px;
    border-radius: 5px;
    text-align: center;
    height:42px;
}

.get_quote {
    border-radius: 5px !important;
    background-color: #39B54A !important;
    letter-spacing: 5px;
    font-family: 'Overpass' !important;
}

.s::placeholder {
    color: white !important;
    text-transform: capitalize;
}


.quote{
        font-family: 'Overpass' !important;
    
}

.menu-mega-dropdown .container.wd-entry-content {
    max-width: 1150px;
}

.wd-blog-element .wd-posts {
    padding: 60px 0px;
}
.wd-blog-element .wd-posts .wd-post-date.wd-style-with-bg {
    display: none;
}


