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


.site-content {
	margin-bottom: 0px !important;
}
.wd-prefooter {
	padding-bottom: 0px !important;
}
.wd-content-layout {
	padding-block: 0px !important;
}


.info-boxes-full-height>div>div,
.info-boxes-full-height>div>div>div {
    height: 100% !important;
}

.info-boxes-full-height>div>div>div .info-box-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column
}

.info-boxes-full-height>div>div>div .info-box-wrapper .wd-info-box {
    flex: 1 1 auto
}


/* HOMEPAGE CSS STARTS HERE */
.services-row .wd-carousel-wrap {
    align-items: stretch;
}
.services-row .wd-carousel-wrap .wd-carousel-item {
    height: auto;
    display: flex;
    flex-direction: column;
}
.services-row .wd-carousel-wrap .wd-carousel-item > div {
    flex: 1 1 auto;
}
.services-row .wd-wpb {
    padding: 0px;
    gap: 0px;
    overflow: hidden;
    border-radius: 6px;
}
.services-row .wd-wpb .info-box-content {
    padding: 30px;
}