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


strong {color: #4ade80;}
main.wd-content-layout {    padding-top: 0px;}
.gform_footer input#gform_submit_button_1 {    width: 100%;    border-radius: 10px;    color: #fff;   background-color: #4ade80;}
.easy-newsletter .input-field {   background: #fff;    border-radius: 10px;}
button {    width: 100%;    text-align: center;}

.single-service .singleServiceContent p strong {
    width: fit-content !important;
    padding: 2px 10px;
    background-image: linear-gradient(0deg, #ffe68a, #F0D059, #f5ba11ba);
}

/* =================================================footer-start====================== */


.wd-footer .easy-newsletter label {
    display: none !important;
}

.wd-footer .easy-newsletter button {
    border-radius: 10px;
}

.sectionfooter ul {
    display: flex;
    align-items: center;
    /* height: 104%; */
    /* background: rebeccapurple; */
}

.sectionfooter ul li {
    margin-bottom: 0px !important;
    margin-left: 34px;
    display: flex;
    align-items: center;
    /* color: #fff !important; */
}

.sectionfooter ul li a {
    color: #fff;
}

.sectionfooter .vc_column-inner {
    display: flex;
}



.sectionfooter .vc_wp_custommenu {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    height: 100%;
}
.sectionfooter ul li {
    display: inline-block;       /* ya flex use kar rahe ho to zarurat nahi */
    border-right: 1px solid #ccc; /* apna color dal lo */
    padding: 0 10px;             /* thoda spacing ke liye */
}

.sectionfooter ul li:last-child {
    border-right: none;          /* last li ka border hat gaya */
}
.footerbottom .vc_column-inner {
    padding-top: 6px !important;
}
/* =================================================footer-end====================== */
.number input {
    text-align: left;
}
form p {
    color: #000;
}



form input[type="submit"] {
    background-color: #000;   /* بٹن کا بیک گراؤنڈ */
    color: #fff;             /* ٹیکسٹ کا رنگ */
    border: none;            /* بارڈر ختم */
    padding: 10px 20px;      /* بٹن کا سائز */
    font-size: 16px;         /* فونٹ کا سائز */
    font-weight: 600;        /* تھوڑا بولڈ */
    border-radius: 5px;      /* کونے گول */
    cursor: pointer;         /* ماؤس پر ہاتھ کا نشان */
    transition: 0.3s ease;   /* hover effect smooth */
}

form input[type="submit"]:hover {
    background-color: #444;  /* hover پر رنگ */
	  color: #fff;   
}
.sectionfooter .copy .vc_column-inner {display: flex;justify-content: end;}
/* -------------------------------------services-start----------------------------- */


.slick-list .service-item {
    background: #F6F9F7;
    border-radius: 16px;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    margin: 13px;
}

.slick-list .service-item .service-image {
    height: 300px;
}

.slick-list .service-item .service-image img {
    height: 100% !important;
    object-fit: fill;
}

.slick-list .service-item h3 {
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.slick-list .service-item a {
    color: #b39b38;
    position: relative;
    font-size: 15px;
    transition: 0.3s all ease;
}

.slick-list .service-item a::before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 10%;
    width: 30%;
    background: #b39b38;
    border-radius: 22px;
    display: block;
    transition: 0.3s all ease;
}

.slick-list .service-item a:hover::before {
    width: 100%;
}

.slick-list .service-item a:hover {
    letter-spacing: 1px;
}

.wd-page-content .wd-social-icons {
    display: none;
}

.wd-page-content .wd-page-nav {
    display: none;
}

.wd-page-content .wd-post-meta {
    display: none;
}

.wd-page-content p {
    width: 100%;
}

/* .wd-page-content p strong {
    background: #95D343;
    color: #000;
    padding: 17px;
    font-size: 24px;
    /* padding-left: 102px; */
    width: 100% !important;
    display: flex;
    border-radius: 16px;
} */
.wd-entry-content {
    padding-top: 70px;
}

.services-slider-wrapper .slick-prev,
.services-slider-wrapper .slick-next {
    background: #FF6D08; /* apna color */
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    width: 40px;
    height: 40px;
    z-index: 1000;
    transition: 0.3s ease;
}
.services-slider-wrapper .slick-prev:hover,
.services-slider-wrapper .slick-next:hover {
    background: #333;
}
.services-slider-wrapper .slick-prev {
    left: -50px;
}
.services-slider-wrapper .slick-next {
    right: -50px;
}


/* Common arrow styling */
.services-slider-wrapper .slick-prev,
.services-slider-wrapper .slick-next {
    background: transparent; /* Arrow background color */
    border: none;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%; /* Vertical center */
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

/* Default slick icons ko override karna */
.services-slider-wrapper .slick-prev:before,
.services-slider-wrapper .slick-next:before {
    font-size: 60px;
    color: #c69839;
    opacity: 1;
}

/* Hover effect */
/* .services-slider-wrapper .slick-prev:hover,
.services-slider-wrapper .slick-next:hover {
    background: #333;
} */

/* Left arrow */
.services-slider-wrapper .slick-prev {
    left: -50px; /* Bahar dikhana ho to -50px, andar chahiye to 10px */
}

/* Right arrow */
.services-slider-wrapper .slick-next {
    right: -80px; /* Bahar dikhana ho to -50px, andar chahiye to 10px */
}

/* -------------------------------------services-start----------------------------- */


.service-template-default main.wd-content-layout {
    width: 100%;
    max-width: 100% !important;
    padding: 0;
}

.service-template-default main.wd-content-layout .page-title {
    height: 300px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    margin-bottom: 20px;
}

.service-template-default main.wd-content-layout .page-title:before {
    content: "";
    position: absolute;
    display: block;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.service-template-default main.wd-content-layout .page-title .container {
    position: relative;
    z-index: 10;
}

.about-right .wd-image {
    height: 540px;
}

.about-right .wd-image img {
     height: 100%;
    object-fit: contain;
    border-radius: 50px;
    /* max-width: 100%; */
    width: fit-content;
}
.my-mission-video video {
    width: 58% !important;
    object-fit: contain !important;
	margin: 0 auto !important;
}