/* 
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
*/

.is-sticky {
background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* --------------after & before----------- */

    .beforeafter {
      position: relative;
      width: 100%;
      height: 512px;
      overflow: hidden;
      cursor: ew-resize;
    }

    .beforeafter img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .after {
      clip-path: inset(0 50% 0 0); /* show only left half initially */
      transition: clip-path 0.1s ease-out;
    }

    .slider-line {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: 2px;
      background-color: #fff;
      z-index: 2;
    }
    /* ------------ends----------- */

.comments-area a, .page-content a {
    text-decoration: none;
}

/* contact form */
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-bottom: 15px;
}
.form-column {
  width: 48%;
}
.form-full {
  width: 100%;
  margin-bottom: 15px;
}
.form-column input,
.form-full textarea,
.form-full input[type="submit"] {
  width: 100%;
  box-sizing: border-box;
}
.contact_main .wpcf7-submit{
	background-color:#8ec923;
	color:#fff;
	border: 1px solid #8ec923;
}

@media (max-width: 768px) {
  .form-column {
    width: 100%;
  }
}
