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

.custom-divider .elementor-divider {
    height: 1px;
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(204,206,192,1) 49%,rgba(150,154,127,0) 100%);
}
.custom-divider.dark .elementor-divider {
    height: 1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(15 15 15 / 27%) 49%, rgba(150, 154, 127, 0) 100%);
}

.footer-gradient-divider .elementor-divider {
	height: 1px;
	background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.one-side-dark-divider .elementor-divider {
	height: 1px;
	background: linear-gradient(to right, rgba(58, 61, 66, 1), rgba(58, 61, 66, 0.5), rgba(58, 61, 66, 0));
}
.dark-bg-box p img {
	float: right;
  height: auto;
  width: 100%;
  max-width: 320px;
  margin: 0 0 25px 25px;
  border-top-right-radius: 15px;
}

@media screen and (max-width: 767px) {
  .dark-bg-box .elementor-widget-container {
	display: flex;
	flex-direction: column;
}
	.dark-bg-box p {
		display: flex;
		justify-content: center;
	}
	.dark-bg-box p img {
		float: inherit;
		margin: 0px;
	}
}

.team-post > div {
	position: relative;
	overflow: hidden;
}

.team-post:before {
	z-index: 99;
}
.team-post .link-img {
	left: 50% !important;
    transform: translate(-50%, -50%);
    top: 50% !important;
}
.team-post:hover .link-img {
	z-index: 999 !important;
}
.contact-form .gform_wrapper form .gform_body .gform_fields {
	gap: 30px;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield label {
	font-size: 20px;
    font-weight: 500;
	font-family: "Montserrat", Sans-serif;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield label span {
	display: none;
}
.contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container input, .contact-form .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container textarea {
	outline: none;
	background: transparent;
	border: 1px solid black;
	font-size: 18px;
    font-weight: 400;
	font-family: "Montserrat", Sans-serif;
	color: #969a7f;
}
.contact-form .gform_wrapper form .gform_footer .gform_button {
	background: #969a7f;
	padding: 15px 35px;
	color: #ebede5;
	font-size: 20px;
    font-weight: 500;
	font-family: "Montserrat", Sans-serif;
	border: none;
	border-radius: 35px;
}

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  background-color: white;
}

.sticky-header.visible {
  transform: translateY(0);
}

body .elementor-widget-container .elementor-posts-container .elementor-post__thumbnail img {
	height: auto;
    left: calc(50% + 1px);
    position: absolute;
    top: calc(50% + 1px);
    transform: scale(1.01) translate(-50%, -50%);
}