/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.4
	Stable tag: 3.4.4
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

.contact-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-family: "Be Vietnam Pro", Sans-serif;
}

.form-section {
  flex: 1 1 48%;
}

.form-section h3 {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.form-grid p {
    width: 100%;
}

.form-grid .wpcf7-form-control-wrap > input,
.form-grid .wpcf7-form-control-wrap > select {
  width: 100% !important;
  background: #f7f7f7 !important;
  border: none;
  padding: 17px 16px;
  font-size: 16x;
  margin-bottom: 12px !important;
	font-weight: 400;
}

.form-row {
  display: flex;
  gap: 0.5rem;
}

.form-row > * {
  flex: 1;
}

.form-submit {
  width: 100%;
}

.form-submit p {
	width: 100%;
}

.form-submit span.wpcf7-spinner {
    position: absolute;
    right: 4px;
    bottom: 30px;
}

.form-submit input[type="submit"] {
  background: #fff;
  color: #000;
	border-bottom: 0.5px solid #000 !important;
  border: none;
  padding: 16px 0 !important;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s;
	width: 100% !important;
	border-radius: 0 !important;
	margin-bottom: 0 !important;
}

.form-submit input[type="submit"]:hover {
  background: #000;
	color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-form-wrapper {
    flex-direction: column;
  }
  .form-row {
    flex-direction: column;
  }
}

/* Container */
.radio-segment .wpcf7-radio {
  display: flex;
  justify-content: space-between;
  background: #006838; /* dark green */
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  max-width: 100%;
}

.radio-segment > p {
	width: 100%;
}

.radio-segment label {
	padding: 0.5rem !important;
	margin: 0 !important;
}

.radio-segment .wpcf7-list-item {
	margin: 0 !important;
	flex: 1;
}

/* Hide native radio */
.radio-segment input[type="radio"] {
  display: none;
}

/* Label base */
.radio-segment label {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  color: #ffffff;
  transition: all 0.25s ease;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* Selected state */
.radio-segment input[type="radio"]:checked + span {
  background: #ffffff;
  color: #000000;
}

/* Unselected hover */
.radio-segment label:hover span {
  opacity: 0.85;
}

/* Fix CF7 span wrapping */
.radio-segment span.wpcf7-list-item-label {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 10px;
  background: transparent;
}

.wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
    display: none !important;
    opacity: 0;
    height: 0;
}
.wpcf7-not-valid-tip {
    display: none !important;
    opacity: 0;
    height: 0;
    position: absolute;
    pointer-events: none;
}
.wpcf7-form-control {
    border: 1px solid transparent !important;
}

.wpcf7-form-control.wpcf7-not-valid {
    border-color: red !important;
}

.hvitem li > span:hover, .hvitem li > a:hover {
  text-decoration: underline;
  color: #718207;
}

body > .skiptranslate:first-child {
    display: none;
}

body {
  top: 0 !important;
}

.goog-tooltip,
.goog-tooltip:hover,
.goog-text-highlight,
#goog-gt-tt {
    display: none !important;
    visibility: hidden !important;
}

.goog-text-highlight {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

font {
  background-color: transparent !important;
  box-shadow: none !important;
}

a.edit-button {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9999;
    background: #ec1b23;
    width: 36px;
    height: 36px;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.edit-button svg {
    width: 28px;
    height: 28px;
}

#i_search:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: all 0.2s;
    opacity: 0.8;
}

@media (max-width: 767px) {
	.dialog-lightbox-widget-content {
    	top: 0;
    }
    
    .dialog-lightbox-message {
    	height: 100vh !important;
        max-height: 100vh !important;
    }
}