/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 10 2026 | 13:15:31 */
.cf7-inline-form {
  max-width: 760px;
}

.cf7-inline-form .cf7-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.cf7-inline-form .cf7-field {
  flex: 1;
}

.cf7-inline-form input[type="text"],
.cf7-inline-form input[type="tel"],
.cf7-inline-form select {
  width: 100%;
  height: 54px;
  border: 1px solid #d9d9d9;
  border-radius: 14px;
  padding: 0 20px;
  font-size: 16px;
  color: #8c8c8c;
  background: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.cf7-inline-form select {
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23b3b3b3' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M5.5 7.5l4.5 4.5 4.5-4.5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  padding-right: 45px;
}

.cf7-inline-form input::placeholder {
  color: #9b9b9b;
}

.cf7-inline-form input[type="text"]:focus,
.cf7-inline-form input[type="tel"]:focus,
.cf7-inline-form select:focus {
  border-color: #33A8E1;
}

.cf7-inline-form input[type="submit"] {
  width: 100%;
  height: 54px;
  border: none;
  border-radius: 30px;
  background: #2196BE;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.cf7-inline-form input[type="submit"]:hover {

	 background: #33A8E1 !important
}

.cf7-inline-form .wpcf7-spinner {
  display: none;
}

@media (max-width: 767px) {
  .cf7-inline-form .cf7-row {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
}


.elementor-icon-box-description {text-transform: none !important}
.elementor-icon-box-title {margin-bottom: 0 !important}