/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.project-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 1rem;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.project-table th,
.project-table td {
    padding: 15px;
    border: 1px solid #ddd;
    text-align: left;
}

.project-table th {
    background: #f5f5f5;
    font-size: 1.2rem;
    color: #333;
}

.section-header {
    background: #0073e6;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
}

.pictures-gallery .thumbnail {
    width: 70px;
    height: 70px;
    margin: 5px;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.pictures-gallery .thumbnail:hover {
    transform: scale(1.1);
}
.project-details {
    padding: 0px 20px;
    margin: auto;
}
section.sticky {
	position: fixed !important;
    top: 0px !important;
    width: 100% !important;
    background: #fff !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}
section.sticky nav ul li a {
    color: #000 !important;
}
section.sticky nav > ul > li > a.wpr-mobile-menu-item:hover {
    color: #96BB7C !important;
}
section.sticky nav > ul > li > a:hover span.sub-arrow {
    fill: #96BB7C !important;
}
section.sticky nav ul li a.elementor-item.elementor-item-active {
    color: #000 !important;
}
section.sticky span.sub-arrow {
    fill: #000 !important;
}
.wpr-sub-mega-menu ul.elementor-nav-menu li a:hover {
    color: #000 !important;
}
.wpr-mega-menu-pos-default .wpr-sub-mega-menu {
    right: 0 !important;
	left: unset !important;
}
.wpr-nav-menu, .wpr-nav-menu ul, .wpr-mobile-nav-menu, .wpr-mobile-nav-menu ul{
	font-size: unset !important;
}
section.sticky .logo-image img {
    width: 70% !important;
}

.woocommerce-checkout section#stick-head-top-2.sticky {
    background: #fff !important;
}
.woocommerce-checkout .woocommerce-input-wrapper input  {
    padding: 12px 20px !important;
    font-size: 16px;
    color: #000;
    background: rgb(239 239 239);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 30px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
}
.woocommerce-checkout .woocommerce-input-wrapper input:focus{
	background: rgba(255, 255, 255, 0.3) !important;
    border: 1px solid #fff !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}
.woocommerce-checkout .woocommerce-input-wrapper span.select2-selection.select2-selection--single {
    font-size: 16px;
    color: #000;
    background: rgb(239 239 239);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 30px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    height: 50px !important;
    display: flex;
    align-items: center;
}
.woocommerce-checkout .woocommerce-input-wrapper span.select2-selection.select2-selection--single span.select2-selection__arrow b {
    margin-left: -15px !important;
    margin-top: 10px !important;
}
form.checkout.woocommerce-checkout button#place_order {
    background: #96BB7C !important;
    color: #fff !important;
    border: none !important;
}
a.woocommerce-privacy-policy-link {
    color: #58992b;
}
span.elementor-icon-list-text {
    width: 100% !important;
}
@media screen and (max-width: 1024px){
	.wpr-mobile-mega-menu-wrap {
    top: 57px;
}
	section.sticky .logo-image img {
    width: 75% !important;
}
}

.search-export-form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}


.fancybox__container {
    z-index: 10500 !important;
}
.fancybox__caption {
    font-family: "Nunito Sans", sans-serif;
}


img.before_image_class_div {
    width: 80px;
	height: 80px;
}
.after-image-wrapper img {
    width: 80px;
}
.Before_after_imag{
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #b1b1b1;
    /* padding: 10px 0; */
}
.before-image-wrapper {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin: 10px 0;
}
.after-image-wrapper {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    margin: 10px 0;
}
.Before_after_imag span{
    width: 28%;
    border-right: 1px solid #b1b1b1;
    padding: 10px;

}



.image_gallery_a{
    position: relative;
}
.image_gallery_a_content {
    background: rgb(0 0 0 / 41%);
    height: 100%;
    width: 71px;
    position: absolute;
    top: 0;
    left: 5px;
    border-radius: 4px;
	display: none;
	    transition: all .5s;
}
.image_gallery_a_content img{
	width: 20px;
}
.image_gallery_a:hover .image_gallery_a_content{
	display: flex;
    align-items: center;
    justify-content: center;
}
.pictures-gallery {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tab-content{
	padding: 20px 0 !important;
}