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

.nomargin h1, .nomargin h2, .nomargin h3, .nomargin h4, .nomargin h5, .nomargin h6, .nomargin p {
	margin-bottom: 0;
}
.hfe-menu-item {
  position: relative;
}
.req {
  font-size: 80%;
  color: #b30000;
}
.lang-item .hfe-menu-item {
  padding-right: 0 !important;
	transition: all 0.2s;
}
.lang-item .hfe-menu-item:hover {
	opacity: 0.7;
}
.lang-item .hfe-menu-item::before {
  display: none !important;
}
.zakazivanje-naslov {
  font-weight: 500;
  font-size: 18px;
  color: #00286f !important;
  font-family: Saira;
  margin-top: 5px;
  position: relative;
  margin-bottom: 20px;
  display: table;
}
.zakazivanje-naslov::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #ffe300;
}
.hfe-menu-item::before {
  position: absolute;
	bottom: 3px;
	left: 50%;
	transform: translateX(-50%) !important;
	content: '';
	background: #FFE500 !important;
	width: 20px;
	height: 1px;
	opacity: 0;
}
.img-file {
  padding: 20px;
  background: #f8faff;
  border: 1px dashed #999;
  margin-bottom: 30px !important;
}
.dodajte {
  font-weight: 600 !important;
  color: #000;
  margin-bottom: 15px !important;
  display: block;
}
.hfe-menu-item:hover::before {
  position: absolute;
	width: 40px;
	opacity: 1;
}

/* Base form styling */
.wpcf7-form {
  max-width: 700px;
  margin: 0 auto;
  font-family: 'Segoe UI', sans-serif;
}

/* Text inputs, email, textarea */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #f9f9f9;
  transition: border-color 0.3s ease;
  font-size: 16px;
  box-sizing: border-box;
}
.wpcf7-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}

.wpcf7-form .form-field {
  flex: 1 1 calc(50% - 10px);
}
.form-field label {
  display: block;
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

/* Full width on small screens */
@media (max-width: 768px) {
  .wpcf7-form .form-field {
    flex: 1 1 100%;
  }
}
.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #0077ff;
  background-color: #fff;
  outline: none;
}

/* Submit button */
.wpcf7 input[type="submit"] {
  background-color: #00286F;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  width: 100%;
}

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


@media all and (max-width: 980px) {
  .hfe-nav-menu__layout-horizontal {
    background: #00286F87 !important;
    backdrop-filter: blur(10px);
  }
	.hfe-menu-item {
	  background: transparent !important;
	}
	.hfe-nav-menu li {
	  background: transparent !important;
	  border: none !important;
	}
	.hfe-nav-menu li a {
		padding: 20px 20px !important;
	}
}
@media all and (max-width: 480px) {
	#hero .elementor-button {
	  width: 100%;
	}
}