/* Custom CSS Ramot */

/* Container formular */
.form-contact-ramot .wpcf7 form {
  max-width: 480px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #363636;
}


.form-contact-ramot label {
	font-family:"Gilda Display", Sans-serif;
    font-size: 20px;
    margin-bottom: 8px;
	padding-left: 18px;
	color: #363636;
}


/* Inputuri și textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 11px 14px;
    margin-bottom: 10px;
    border-radius: 0px!important;
    border: none !important;
    background-color: #fff;
    font-size: 20px !important;
    line-height: 1.1;
    transition: border 0.2s;
    box-shadow: none;
    outline: none;
    font-family: "Gilda Display", Sans-serif;
    font-size: 18px;
    border-bottom: 1px solid #363636 !important;
	color:#363636 !important;
}

.wpcf7 textarea {
  border-radius: 25px;
  min-height: 60px;
	height: 120px !important;
	color: #363636;
}

li.lang-item.lang-item-12.lang-item-nl.lang-item-first,
li.lang-item.lang-item-15.lang-item-en.lang-item-first{
    list-style: none !important;
}


li.lang-item.lang-item-12.lang-item-nl.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1396-nl,
li.lang-item.lang-item-15.lang-item-en.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1403-en{
    display: none;
}

html[lang="en-GB"] .main-footer-nl,
html[lang="nl-NL"] .main-footer-en {
	display:none !important;
}

/* Focus effect */
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
  border-color: #a0d0c8;
}

/* Checkboxuri */
.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
}

/* Buton de trimitere */
.wpcf7 input[type="submit"] {
    background-color: transparent;
    color: #fff;
    padding: 9px 66px;
    border: none;
    border-radius: 40px;
    font-weight: 500;
    font-size: 15px;
    transition: background 0.3s ease;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #363636;
    color: #363636;
	transition:all .3s;
}
.wpcf7 input[type="submit"]:hover {
  background-color:transparent;
    color: #54BCBC;
    padding: 9px 66px;
	border: 1px solid #54BCBC;
}

/* Placeholder styling */
::placeholder {
  color: #7a7a7a;
}

/* Dropdown arrow styling */
select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='gray' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.24a.75.75 0 01-1.06 0L5.25 8.29a.75.75 0 01-.02-1.08z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  padding-right: 36px;
}

/* Remove validation message spacing */
.wpcf7-not-valid-tip {
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #d9534f;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #bdf0dd;
    border-radius: 20px;
    text-align: center;
    max-width: fit-content;
    margin: initial;
    margin-bottom: 24px;
    font-size: 18px;
}

/* Stil pentru placeholder-ul inițial */
.select-placeholder {
  color: #999 !important; /* gri */
}

/* După ce s-a selectat altă opțiune */
.select-placeholder option {
  color: #000;
}

/* Când utilizatorul selectează efectiv altă opțiune, schimbăm culoarea dropdown-ului */
.select-placeholder:valid {
  color: #363636 !important;
}

.select-placeholder {
  color: #000; /* Culoare generală pentru select */
}

.select-placeholder option[value=""] {
  color: #999; /* Placeholder - gri */
}

input::placeholder,
textarea::placeholder{
  color: #363636;
  opacity: 1;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-nume{
    font-family: "League Spartan", Sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
}


.input-nume {
  font-size: 16px;
  font-family: 'Arial', sans-serif;
}

.input-email {
  font-size: 16px;
  font-family: 'Verdana', sans-serif;
}

.input-mesaj {
  font-size: 15px;
  font-family: 'Georgia', serif;
}

.btn-trimite {
  font-size: 16px;
  font-family: 'Helvetica Neue', sans-serif;
  padding: 10px 20px;
  cursor: pointer;
}



@media (max-width: 767px) {
	
li.lang-item.lang-item-12.lang-item-nl.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1396-nl,
li.lang-item.lang-item-15.lang-item-en.lang-item-first.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-1403-en{
    display: block;
}
	
	
	header.elementor.elementor-91.elementor-location-header.elementor-motion-effects-parent{
    display: flex !important;
}
}