/* 
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 */
.animated-section {
	overflow-x: clip;
}

/* Forminator forms */
/* Job application */
.application-form-name .forminator-input,
.application-form-email .forminator-input {
  padding-inline: 16px !important;
  border-radius: 40px !important;
  background: #fff !important;
  font-size: 16px !important;
  font-family: 'Inter' !important;
}
.forminator-row:not(:last-child) {
  margin-bottom: 20px !important;
}
.application-form-cv .forminator-button.forminator-button-upload {
  width: 60% !important;
  border-radius: 40px !important;
  border: 1px dotted #fff !important;
  background-color: transparent !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}
.application-form-cv .forminator-file-upload > span {
  margin-left: 10px !important;
}
.application-form-position-dropdown .selection .select2-selection--single[role="combobox"] {
  border-radius: 40px !important;
  padding-inline: 12px;
}
.forminator-select-dropdown.forminator-custom-form-114.forminator-dropdown--default.forminator-select-dropdown--below {
  border-radius: 12px !important;
  overflow: hidden !important;
  padding: 0 !important;
}
.forminator-error-message {
  font-family: 'Inter' !important;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 10px !important;
}
.application-form-submit {
  border-radius: 40px !important;
  border: 1px solid #fff !important;
  width: 100% !important;
  font-family: 'Inter' !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1.4px;
  background: transparent !important;
  transition: background 400ms ease, color 400ms ease !important;
}
.application-form-submit:hover {
  background: #fff !important;
  color: #0C3932 !important;
  box-shadow: 0 1px 4px 0 rgba(256, 256, 256, .4) !important;
}

/* Connect us form */
.connect-us-form-email .forminator-input {
  padding: 16px !important;
  background: transparent !important;
  font-size: 16px !important;
  font-family: 'Inter' !important;
  border: 1px solid #000 !important;
}
.connect-us-form-message .forminator-textarea {
  padding: 16px !important;
  background: transparent !important;
  font-size: 16px !important;
  font-family: 'Inter' !important;
  border: 1px solid #000 !important;
}
.connect-us-form-submit, .contact-us-form-submit {
  color: #000 !important;
  font-family: 'Inter' !important;
  font-weight: 700 !important;
  border-radius: 40px !important;
  border: 1px solid #000 !important;
  width: 100% !important;
  text-transform: uppercase !important;
  letter-spacing: 1.4px;
  background: transparent !important;
  transition: background 400ms ease, color 400ms ease !important;
}
.connect-us-form-submit:hover, .contact-us-form-submit:hover {
  background: #0C3932 !important;
  color: #fff !important;
  box-shadow:  0 1px 4px 0 rgba(0, 0, 0, .6) !important;
}

/* Contact us form */
.contact-us-form-name .forminator-input,
.contact-us-form-phone .forminator-input,
.contact-us-form-message .forminator-textarea {
  font-family: 'Inter' !important;
  font-weight: 400 !immportant;
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
.contact-us-form-message .forminator-textarea {
  max-height: 1rem !important;
  height: 1rem !important;
}

/* Archive posts pagination */
.elementor-pagination .page-numbers {
  display: inline-flex !important;
  width: 32px !important;
  height: 32px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #000 !important;
}
.elementor-pagination .page-numbers.current {
  background: #0C3932 !important;
  color: #fff !important;
}
/* hiding the page title of the archive page also hides the post titles in the search result loop grid */
.e-search-results-list .type-post .elementor-widget-theme-post-title {
  display: inline-block !important;
}

/* Single post */
.elementor-post-navigation .post-navigation__arrow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-post-navigation .post-navigation__arrow-prev > i::before {
  content: "<" !important;
  font-weight: 800;
  font-style: normal !important;
}
.elementor-post-navigation .post-navigation__arrow-next > i::before {
  content: ">" !important;
  font-weight: 800;
  font-style: normal !important;
}

/* Scroll to top button */
#scroll-to-top-btn {
	visibility: hidden !important;
	opacity: 0 !important;
	transition: visibility 600ms linear, opacity 600ms linear, transform 200ms ease !important;
	aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 !important;
    width: 40px !important;
	cursor: pointer;
}
#scroll-to-top-btn:hover {
 	transform: translatey(-5px) !important;
}

@media (max-width: 800px) {
  footer nav > ul.elementor-nav-menu {
    flex-direction: column !important;
  }
  footer nav > ul.elementor-nav-menu > li.menu-item > a {
    justify-content: center !important;
    padding: 10px !important;
  }
}