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




/* theme css */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

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

.wd-prefooter {
    padding-bottom: 0 !important;
}

.contentBox .info-box-subtitle {
    font-size: 26px;
    color: #013F58 !important;
}

.contentBox .info-box-title {
    font-size: 44px;
    color: #031E29;
}

.contentBox .info-box-title strong {
    font-style: italic;
    font-family: "Playfair Display", serif;
}

.contentBox .info-box-inner {
    color: #031E29D9;
}

.btn {
    gap: 15px;
    border: 2px solid #031e29;
    transition: all ease 0.5s;
    font-weight: bold;
}

.btn:hover {
    background: #fff !important;
    color: #031e29;
    box-shadow: 5px 5px 5px #031e29;
}

.btn.whiteBtn {
    background: #fff;
    color: #031e29;
    border-color: #fff;
}

.btn.whiteBtn:hover {
    background: #031e29 !important;
    color: #fff;
}

.btn.transparentBtn {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn.transparentBtn:hover {
    background: #031e29 !important;
    color: #fff;
}
/* theme css */

/* header */
.whb-general-header .menu li a {
    color: #031E29BF;
    font-size: 18px;
}

.whb-general-header .menu li.current-menu-item a {
    color: #031E29;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-style: italic;
}

.whb-general-header .menu li a:hover {
    color: #031E29;
}
/* header */

/* banner */
.bannerRow {
    position: relative !important;
}

.bannerRow:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 80px;
    background: #F4F9FB;
    border-radius: 15px 15px 0 0;
}

.bannerRow .wpb_single_image figure {
    width: 100%;
}

.bannerRow .wpb_single_image figure .vc_single_image-wrapper {
    width: 100%;
}

.bannerRow .wpb_single_image figure .vc_single_image-wrapper img {
    width: 100%;
}
/* banner */

/* whyNovaRow */
.whyNovaRow {
    padding: 20px 0 50px;
    display: flex;
    justify-content: center;
}

.whyNovaRow .contentBox {
    text-align: center;
}
/* whyNovaRow */

/* servicesSec */
.servicesSec {
    padding: 30px 0 120px;
    position: relative !important;
}

.servicesSec:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 80px;
    background: #031E29;
    border-radius: 15px 15px 0 0;
}

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

.servicesSec .servicesRow .wd-info-box .info-box-title {
    color: #031E29;
    font-size: 24px;
}

.servicesSec .servicesRow .wd-info-box .info-box-inner {
    color: #031E29D9;
}
/* servicesSec */

/* whyChooseRow */
.whyChooseRow {
    padding: 20px 0 20px;
}

.whyChooseRow .contentBox .info-box-subtitle {
    color: #fff !important;
}

.whyChooseRow .contentBox .info-box-title {
    color: #fff;
}

.whyChooseRow .boxRow .wd-info-box {
    padding: 25px;
    margin: 0;
}

.whyChooseRow .boxRow .wd-info-box .info-box-title {
    font-size: 18px;
    color: #013F58;
}

.whyChooseRow .boxRow .wd-info-box .info-box-inner {
    font-size: 14px;
}

.whyChooseRow .boxRow .info-box-wrapper {
    background: #fff;
    height: 280px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.whyChooseRow .boxRow .wd-info-box .info-box-inner {
    color: #031E29D9;
}
/* whyChooseRow */

/* managePropertyRow */
.managePropertyRow {
    display: flex;
    justify-content: center;
    padding: 80px 0 60px;
    position: relative !important;
}

.managePropertyRow:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 50px;
    background: #031E29;
    border-radius: 0 0 15px 15px;
}

.managePropertyRow .contentBox {
    text-align: center;
}
/* managePropertyRow */

/* brandStoryRow */
.brandStoryRow {
    padding: 50px 0;
    display: flex;
    align-items: center;
}

.brandStoryRow .contentBox {
    padding-right: 120px;
    margin-bottom: 0;
}

.brandStoryRow .contentBox .info-box-subtitle {
    margin-bottom: 30px;
}

.brandStoryRow .contentBox .info-box-title {
    margin-bottom: 30px;
}

.brandStoryRow .contentBox .info-box-inner p {
    margin-bottom: 30px;
}

.brandStoryRow .wd-button-wrapper {
    text-align: left;
}
/* brandStoryRow */

/* letsTalkRow */
.letsTalkRow {
    padding: 120px 0 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    background-attachment: fixed;
}

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

.letsTalkRow .contentBox .info-box-title {
    color: #fff;
}

.letsTalkRow .contentBox .info-box-inner {
    color: #fff;
    font-size: 20px;
}

.letsTalkRow .vc_row.wpb_row .wpb_wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}
/* letsTalkRow */

/* footerMain */
.footerMain {
    padding: 30px 0 30px;
}

.footerMain .wpb_text_column {
    color: #DCD8D5;
    font-size: 16px !important;
}

.footerMain  .wd-social-icons {
    justify-content: flex-start;
}

.footerMain .wd-social-icons a.wd-social-icon {
    background: #013F58;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerMain .title-wrapper {
    text-align: left;
}

.footerMain .title-wrapper .woodmart-title-container {
    font-size: 20px;
    color: #DCD8D5;
}

.footerMain .wpb_text_column.address {
    font-size: 18px;
}

.footerMain  .rightsCol {
    margin-top: 40px;
    background: #082C3B;
    border-radius: 5px;
}

.footerMain .rightsCol .vc_column-inner {
    padding-top: 15px;
}

.footerMain .rightsCol .vc_column-inner .wpb_text_column {
    margin-bottom: 15px;
    text-align: center;
    color: #F4F9FB;
}

.footerMain form {
    position: relative;
}

.footerMain form label {
    color: #DCD8D5;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}

.footerMain form input {
    background: #013F58 !important;
    border: 0 !important;
    color: #EAEEED99 !important;
    height: 46px !important;
    border-radius: 30px !important;
    padding: 5px 15px !important;
    font-size: 14px !important;
}

.footerMain form .wpforms-field-container {
    width: 70% !important;
}

.footerMain form .wpforms-submit-container {
    position: absolute !important;
    top: 40px !important;
    right: 0 !important;
    width: 27% !important;
    padding: 0 !important;
}

.footerMain form .wpforms-submit-container button {
    font-size: 14px !important;
    padding: 5px 10px !important;
    width: 100%;
    border-radius: 30px !important;
    color: #413936 !important;
}

.footerMain form .wpforms-submit-container button:hover {
    background: transparent !important;
    color: #fff !important;
}

.footerMain .paddingCol {
    padding-left: 50px;
}

.footerMain .menu li {
    margin-bottom: 25px;
}

.footerMain .menu li a {
    color: #DCD8D5;
    border-bottom: 2px solid transparent;
    transition: all ease 0.5s;
}

.footerMain .menu li a:hover {
    border-color: #DCD8D5;
}
/* footerMain */

/* innerPage */
.innerPage {
    padding-top: 50px;
}

.innerPage:before {
    display: none;
}

.innerPage:after {
    display: none;
}
/* innerPage */

/* contactRow */
.contactRow form label {
    color: #031e29 !important;
    margin-bottom: 10px !important;
}

.contactRow form input , .contactRow .wpforms-form select{
    border: 2px solid #013F58 !important;
    color: #013F58 !important;
    height: 46px !important;
    border-radius: 30px !important;
    padding: 5px 15px !important;
}
.contactRow form textarea {
    border: 2px solid #013F58 !important;
    color: #013F58 !important;
    border-radius: 30px !important;
    padding: 15px 25px !important;
}

.contactRow form .wpforms-submit-container button {
    font-size: 18x !important;
    padding: 5px 10px !important;
    width: 100%;
    border: 2px solid #013f58 !important;
    background: #013f58 !important;
    border-radius: 30px !important;
    color: #fff !important;
}

.contactRow form .wpforms-submit-container button:hover {
    font-size: 18x !important;
    padding: 5px 10px !important;
    width: 100%;
    border: 2px solid #013f58 !important;
    background: transparent !important;
    border-radius: 30px !important;
    color: #013f58 !important;
}
/* contactRow */




.sec-21 figure.wpb_wrapper.vc_figure {
    width: 100% !IMPORTANT;
}

.sec-21 .vc_single_image-wrapper {
    width: 100% !important;
}

.sec-21 img.vc_single_image-img.attachment-full {
    width: 100%;
}

.sec-23 {
    padding-block: 70px;
}

.sec-24 {
    padding-bottom: 70px;
}

.sec-24 img {
    border-radius: 10px !important;
}

.sec-25 {
    padding-block: 50px;
    border-radius: 10px;
}

.footerMain li a {
    color: #DCD8D5;
    font-size: 16px;
}

.footerMain ul {
    list-style: none;
    padding-left: 0px;
}

.sec-27 {
    padding-bottom: 60px;
}