/*
 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 nav.wd-header-nav.wd-header-main-nav ul {
    width: 100%;
    display: flex;
    gap: 10%;
    align-items: center;
}

.whb-overcontent .whb-main-header:before {
    content: "";
    width: 10%;
    height: 1%;
    background: #000;
    position: absolute;
    top: 49.5%;
    left: 0;
}

.whb-overcontent .whb-main-header:after 
{
    content: "";
    width: 10%;
    height: 1%;
    background: #000;
    position: absolute;
    top: 49.5%;
    right: 0;
}

.whb-overcontent .whb-main-header .whb-general-header:before {
    content: "";
    background: #580100;
    width: 5%;
    height: 3%;
    position: absolute;
    top: 48.5%;
    left: 5%;
    border-radius: 150px;
}

.whb-overcontent .whb-main-header .whb-general-header:after {
    content: "";
    background: #580100;
    width: 5%;
    height: 3%;
    position: absolute;
    top: 48.5%;
    right: 5%;
    border-radius: 150px;
}

.theme_font ul li {
    font-family: 'Class Dispaly';
}

.btn {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: lighter !important;
    text-transform: capitalize;
}


.wd-slider.wd-carousel-container .wd-carousel-inner .wd-carousel .wd-carousel-wrap .wd-slide {
    position: relative;
}

.wd-slider.wd-carousel-container .wd-carousel-inner .wd-carousel .wd-carousel-wrap .wd-slide:before {
    content: "";
    width: 100%;
    background-image: linear-gradient(90deg, #ffffff 10%, transparent);
    position: absolute;
    z-index: 10;
    height: 100%;
}

.wd-slider.wd-carousel-container .wd-carousel-inner .wd-carousel .wd-carousel-wrap .wd-slide .container {
    position: relative;
    z-index: 10;
}

.wd-header-nav  #menu-left-menu li.btn {
    background-image: linear-gradient(90deg, #580100, #000);
    transition: 0.5s;
    border: none;
    background-size: 100%;
    border-radius: 150px;
    box-shadow: none !important;
}

.wd-header-nav #menu-left-menu li.btn a {
    color: #fff;
}

.wd-header-nav #menu-left-menu li.btn:hover {
    transition: 0.5s;
    border: none;
    background-size: 150%;
}

header .whb-main-header {
    background-image: linear-gradient(180deg, #fff 10%, transparent);
}

footer #gform_1 {
    position: relative;
    border-radius: 150px;
    overflow: hidden;
}

footer #gform_1 .gform-footer {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

footer #gform_1 .gform-footer #gform_submit_button_1 {
    background: #580100;
    box-shadow: none;
    color: #fff;
    transition: 0.5s;
}

footer #gform_1 .gform-footer #gform_submit_button_1:hover {
    transition: 0.5s;
    letter-spacing: 1.5px;
}

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

.wpb_wrapper {
    height: fit-content;
}

.services-slick .service-item {
	padding: 10px;
}

.services-slick .service-inner {
	background: #ddd;
	border-radius: 20px;
	overflow: hidden;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.services-slick .service-thumb img {
	width: 100%;
	height: auto;
	display: block;
}

.services-slick .service-title {
	font-size: 23px;
	color: #fff;
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
	margin: 0;
}

.services-slick .service-excerpt {
	font-size: 14px;
	color: #fff;
	margin: 0 12px 16px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.services-slick .service-inner .service-thumb {
    overflow: hidden;
    padding: 15px;
    background: #580100;
}

.services-slick .service-inner .service-thumb img {
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

.services-slick .service-inner .service-title-wrapper {
    border-radius: 0 0 20px 20px;
    background: #580100;
}

.services-slick .service-inner .service-learn-more {
    background: #ddd;
    padding: 15px;
}

.services-slick .service-inner .service-learn-more a.btn {
    background: no-repeat;
    color: #000000;
    position: relative;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 0;
    letter-spacing: 0 !important;
    transition: 0.5s;
    font-weight: 900 !important;
    font-family: 'Class Dispaly';
    font-size: 20px;
    letter-spacing: 1px !important;
}

.services-slick .service-inner .service-learn-more a.btn:after {
	content: "";
	display: block !important;
	width: 50%;
	height: 20px;
	background-image: url(images/btn_arrow.png);
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	transition: 0.5s;
	filter: invert(1) brightness(0.5);
}

.services-slick .service-inner .service-learn-more a.btn:hover:after {
    transition: 0.5s;
    background-position: center center !important;
}

.services-slick .service-inner .service-learn-more a.btn:hover {
    letter-spacing: 2px !important;
    transition: 0.5s;
}

.services-slick button.slick-arrow:before {
    display: none;
}

.services-slick  button.slick-arrow {
    position: absolute;
    z-index: 5;
    top: 100% !important;
    transform: translateY(-50%);
    background: transparent;
    border-radius: 150px;
    color: #ffffff;
    width: fit-content;
    padding: 0;
}

.services-slick button.slick-arrow.slick-next {
    right: 15%;
}

.services-slick button.slick-prev.slick-arrow {
    left: 15%;
}

.services-slick {
    padding-bottom: 50px;
}

.services_sec {
    position: relative;
}

.services_sec:after {
    content: "";
    display: block !important;
    height: 100%;
    position: absolute;
    width: 70%;
    background: #000;
    top: 0;
    right: 15%;
}

.services_sec .vc_row {
    position: relative;
    z-index: 2;
}

.btn.btn-color-primary {
    background: transparent !important;
    border: 1px solid #fff;
    position: relative;
    padding: 20px 50px;
}

.btn.btn-color-primary:after {
    content: "";
    width: 70px;
    height: 18px;
    background-image: url(images/btn_arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -20%;
    transition: 0.5s;
}

.btn.btn-color-primary:hover {
    transition: 0.5s;
}

.btn.btn-color-primary:hover:after {
    right: -32%;
    transition: 0.5s;
}

.services-slick button.slick-arrow svg {
    width: 60px;
    height: 60px;
}

.testimonial_sec:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
}

.testimonials  .wd-testimon.wd-carousel-item .wd-testimon-bio {
    color: #fff;
}

.testimonials .wd-testimon.wd-carousel-item .wd-testimon-bio .wd-testimon-name.title {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
}

footer section.vc_section.footer {
    background-position: top center !important;
}

.why_chose_us:before {
    content: "";
    width: 30%;
    height: 100%;
    background: #580100;
    position: absolute;
    right: 0;
    display: block !important;
}


.wd-slider  .info-box-content a.btn.btn-color-primary {
    color: #000;
    border-color: #000 !important;
    transition: 0.5s;
}

.wd-slider .info-box-content a.btn.btn-color-primary:after {
    filter: invert(1);
}

.wd-slider .info-box-content a.btn.btn-color-primary:hover {
    background: #000 !important;
    color: #fff;
    transition: 0.5s;
}

.home_contact_sec  .gform-footer {
    position: absolute;
    top: 5%;
    right: 5%;
    margin: 0;
}

.home_contact_sec .gform-footer input#gform_submit_button_3 {
    border-radius: 150px;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 20px 55px;
    font-size: 15px;
    position: relative;
    transition: 0.5s;
}

.home_contact_sec .gform-footer:before {
    content: "";
    display: block !important;
    width: 50%;
    height: 100%;
    background-image: url(images/btn_arrow.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    transition: 0.5s;
    filter: invert(1);
    position: absolute;
    right: -25%;
}

.home_contact_sec .gform-footer:hover:before {
    transition: 0.5s;
    right: -40%;
}

.home_contact_sec .gform-footer:hover input 
{
    background: #000 !important;
    color: #fff !important;
}

.gform_fields input, .gform_fields select , .chosen-container-single .chosen-single {
    border-radius: 150px !important;
}

.gform_fields textarea {
    border-radius: 20px;
}

.btn.btn-color-alt,
.contact_us_sec  form .gform-footer input#gform_submit_button_3 {
    transition: 0.5s;
    padding: 20px 50px;
    border-radius: 150px;
    color: #000;
    background: transparent;
    border: 1px solid #000;
    position: relative;
}

.btn {
    font-family: 'Class Dispaly';
}

.btn.btn-color-alt:hover, 
.contact_us_sec  form .gform-footer input#gform_submit_button_3:hover {
    transition: 0.5s;
    color: #fff;
    background: #000;
}

.btn.btn-color-alt:before,
.contact_us_sec  form .gform-footer:before {
    content: "";
    display: block !important;
    width: 50%;
    height: 100%;
    background-image: url(images/btn_arrow.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    transition: 0.5s;
    filter: invert(1);
    position: absolute;
    right: -30%;
}

.contact_us_sec form .gform-footer {
    position: relative;
    width: fit-content;
}

.btn.btn-color-alt:hover:before,
.contact_us_sec  form .gform-footer:hover:before {
    right: -50%;
    transition: 0.5s;
}

.wd-page-title:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.5;
}

.wd-page-title  .container {
    position: relative;
    z-index: 1;
}

/* Services Grid Shortcode Styles */
.services-grid {
    display: grid;
    gap: 30px;
}

.services-grid .service-item {
    display: flex;
}

.services-grid .service-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #eee;
    border-radius: 20px;
}

.services-grid .service-thumb {
    border-radius: 20px;
    overflow: hidden;
}

.services-grid .service-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}


.services-grid .service-title {
    color: #000;
    font-size: 23px;
    letter-spacing: 1px;
    margin: 0;
    padding: 20px 10px;
}

.services-grid .service-excerpt {
    font-size: 14px;
    color: #000;
    margin: 0 12px 16px;
}

.services-grid .service-learn-more {
    padding: 15px;
}

.page-id-20 .wd-page-title-bg.wd-fill img {
    object-position: 100% 35%;
}

.team-members-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.team-member-col {
    flex: 0 0 24%;
    box-sizing: border-box;
    margin: 10px 0;
}
.team-member-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.team-member-photo {
    width: 100%;
    margin: 0 auto 16px auto;
    overflow: hidden;
    object-fit: cover;
    margin: 0;
}
@media (max-width:991px) {
    .team-member-col { flex: 0 0 50%; }
}

/* Single Service Page Styles */
.single-service-page {
    padding-bottom: 60px;
}

.single-service-hero {
    position: relative;
    margin-bottom: 60px;
}

.service-hero-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.service-hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(88, 1, 0, 0.6));
    top: 0;
    left: 0;
}

.service-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.service-hero-title {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    font-family: 'Class Dispaly', sans-serif;
}

.single-service-content-wrapper {
    padding: 40px 0;
}

.single-service-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
}

.service-title {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-family: 'Class Dispaly', sans-serif;
}

.service-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 40px;
}

.service-content h2,
.service-content h3 {
    color: #000;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.service-content h2 {
    font-size: 28px;
}

.service-content h3 {
    font-size: 24px;
}

.service-features,
.service-benefits {
    margin-bottom: 40px;
    padding: 30px;
    background: #f5f5f5;
    border-radius: 20px;
}

.service-features h3,
.service-benefits h3 {
    font-size: 24px;
    color: #580100;
    margin-bottom: 20px;
    font-family: 'Class Dispaly', sans-serif;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: #333;
}

.features-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #580100;
    font-weight: bold;
    font-size: 20px;
}

.service-sidebar {
    position: sticky;
    top: 100px;
    align-self: start;
}

.service-info-box {
    background: #eee;
    border-radius: 20px;
    padding: 30px;
}

.service-excerpt-sidebar h3,
.service-contact-box h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px;
    font-family: 'Class Dispaly', sans-serif;
}

.service-excerpt-sidebar {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.service-excerpt-sidebar p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.service-contact-box p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.related-services-section {
    padding: 60px 0;
    background: #f5f5f5;
    margin-top: 60px;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Class Dispaly', sans-serif;
    letter-spacing: 1px;
}

.related-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.related-service-item {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.related-service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.related-service-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.related-service-thumb {
    overflow: hidden;
}

.related-service-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-service-item:hover .related-service-thumb img {
    transform: scale(1.05);
}

.related-service-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.related-service-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'Class Dispaly', sans-serif;
}

.related-service-content h3 a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.related-service-content h3 a:hover {
    color: #580100;
}

.related-service-excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    flex: 1;
}

.related-service-content .btn {
    align-self: flex-start;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .single-service-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .service-sidebar {
        position: static;
    }

    .service-hero-title {
        font-size: 36px;
    }

    .related-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .service-hero-bg {
        min-height: 300px;
    }

    .service-hero-title {
        font-size: 28px;
    }

    .service-title {
        font-size: 28px;
    }

    .service-content {
        font-size: 14px;
    }

    .section-title {
        font-size: 28px;
    }

    .related-services-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .service-features,
    .service-benefits {
        padding: 20px;
    }

    .service-info-box {
        padding: 20px;
    }

}

.wp-singular.services-template-default.single.single-services main#main-content {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.testimonial_sec 
{
    position: relative;
}

.contact_us_sec form .gform-footer input#gform_submit_button_3:active ,
.contact_us_sec form .gform-footer input#gform_submit_button_3:focus {
    box-shadow: none;
    outline: none;
}

.contact_us_sec form .gform_fields {
    gap: 5px;
}
.contact_us_sec  .info-box-wrapper img {
    filter: invert(1);
    width: 40px;
}

.career-categories-tabs ul , .career-categories-tabs ul li {
    margin: 0;
}

.career-categories-tabs ul li a {
    display: block;
    border-radius: 150px;
    border: 1px solid #580100;
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 10px 45px;
}

.career-categories-tabs ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.career-categories-tabs ul li {
    width: fit-content;
}