/*
Theme Name: Logico
Theme URI: http://demo.artureanec.com/themes/logico/
Author: Artureanec
Author URI: https://demo.artureanec.com/
Description: Meet WordPress Theme by Artureanec - really amazing, powerful, clean and ultramodern product, that created with love and attention to details. We know it's difficult to represent yourself on the web in the right way, that's why we spent a lot of time trying to make our Theme more effective. It's flexible, easy customizable, high-quality and really easy to use! So everyone can make awesome website with it. Hope you'll like it. Enjoy!
Version: 1.1.3
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: logico
*/



/* Общий стиль полей формы */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 16px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 textarea::placeholder {
  color: #aaa;
}

/* Hover/Focus эффекты */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
  border-color: #333;
  outline: none;
}

/* Стиль кнопки */
.wpcf7 input[type="submit"] {
  background-color: #fff;
  color: #000;
  padding: 14px 24px;
  border: 1px solid #000;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]::after {
  content: "↗";
  display: inline-block;
  font-size: 14px;
  transform: translateY(-1px);
}

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