/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* header */
.social-top ::before {
    color: #FED420;
}
.html-text {
    color: #fff;
}
/* header */

/* Banner */
span.head-1 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Rajdhani';
}

span.head-2 {
    color: #fff;
    font-size: 69px;
    font-weight: 700;
    text-shadow: 3px 6px BLACK;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    line-height: 80px;
}

span.head-3 {
    color: #FED420;
    font-size: 69px;
    font-weight: 700;
    text-shadow: 3px 6px BLACK;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    line-height: 80px;
}

span.head-4 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Rajdhani';
    text-shadow: 3px 3px BLACK;
}

.first-sec {
    text-align: center;
}
/* banner */


/* fourth sec */
.fourthSec {
    background: url('/wp-content/uploads/2024/03/Section.png');
    padding: 100px;
}

.boxeSec .info-box-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0px 1px 6px 4px #00000042;
}
/* fourth sec */

/* testimonial */
.testiSec .testimonial-inner {
    width: 80%;
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
    padding: 50px;
	border-radius: 8px;
    text-align: left;
    align-items: center;
}

.testiSec footer {
    position: relative;
    top: 100px;
    text-align: center;
}
/* testimonial */

/* contact */

.CoNifo {
    background: #FED420;
    padding: 12px;
}

.contForm {
    background: #fff;
    box-shadow: 0px 1px 6px 1px #00000042;
}

.contForm input#gform_submit_button_1 {
    background: #FED420;
    border-radius: 6px;
}

.contForm .gform_footer.top_label {
    text-align: right;
}


/* contact */


/* footer */
.footSocial ::before {
    color: #000000;
}

.footSec div#gform_wrapper_2 {
    text-align: center;
}

.footSec input#input_2_1 {
    width: 30%;
    background: #FAFAFA;
    color: #60565C;
    border-radius: 8px;
}

.footSec input#gform_submit_button_2 {
    position: relative;
    bottom: 65px;
    left: 712%;
    border-radius: 9px;
    background: #FED420;
    text-transform: capitalize;
}

.footSec .gform_footer.top_label {
    position: absolute;
}
/*  footer*/