html {
  scroll-behavior: smooth;
}
/* Общие стили */
body {
  margin: 0;
  font-family: sans-serif; /* Выберите подходящий шрифт */
  line-height: 1.6;
  color: #333;
  background-color: #f4f4f4; /* Легкий фон */
}

.container {
  max-width: 1100px; /* Максимальная ширина контента */
  margin: 0 auto; /* Центрирование */
  padding: 0 20px; /* Отступы по бокам */
}

header {
  position: fixed; /* Фиксируем шапку */
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; /* Убедимся, что шапка поверх всего */
  background: linear-gradient(to right, rgb(250, 231, 212), rgb(221, 243, 248));
  padding: 10px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Легкая тень */
}

/* linear-gradient(to right, rgb(255, 175, 100), rgb(120, 188, 252)) */

#border-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px; /* Высота границы */
  background: linear-gradient(
    to right,
    rgba(255, 188, 125, 0.788),
    rgb(70, 134, 253)
  );
  z-index: 999; /* Под шапкой */
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.5em;
  font-weight: bold;
  color: #424242;
  text-shadow: 0 2px 4px rgb(220, 225, 248);
  text-decoration: none;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 1001;
}
.burger span {
  height: 4px;
  background: #424242;
  margin: 5px 0;
  border-radius: 2px;
  transition: 0.3s;
  display: block;
}

/* Адаптация навигации */
@media (max-width: 600px) {
  .burger {
    display: flex;
  }
  nav {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: linear-gradient(
      to right,
      rgb(250, 231, 212),
      rgb(221, 243, 248)
    );
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 1000;
    display: none;
  }
  nav.active {
    display: block;
    animation: fadeIn 0.2s;
  }
  nav ul {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 10px 0;
  }
  nav ul li {
    margin: 10px 0;
  }
  nav ul li a {
    font-size: 1.1em;
    padding: 10px 0;
    display: block;
  }
  header .container {
    position: relative;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.burger.open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.burger.open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Исправим смещение для симметрии */
.burger span {
  transition: 0.3s;
}
.burger.open span:nth-child(1),
.burger.open span:nth-child(3) {
  width: 100%;
  left: 0;
  position: relative;
}

.burger.open span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.burger.open span:nth-child(2) {
  opacity: 0;
}
.burger.open span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

nav ul li {
  margin-left: 20px;
}

nav ul li a {
  text-decoration: none;
  color: #424242;
  text-shadow: 0 2px 4px rgb(252, 246, 232);
  font-weight: bold;
}

/* Секции */
.section-main {
  padding: 60px;
}

section:nth-child(odd) {
  background-color: #fff; /* Чередование фона секций */
}

h1,
h2,
h3 {
  color: #333;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

h2 {
  font-size: 2.2em; /* Slightly larger font size */
  font-weight: bold; /* Make the font bold */
  color: #444; /* A slightly softer color than #333 */
  margin-bottom: 40px; /* More space below the heading */
  text-align: center;
  position: relative; /* Needed for the underline effect */
  padding-bottom: 15px; /* Space for the underline */
}

.section-subtitle {
  font-size: 1.3em; /* Увеличенный размер шрифта */
  text-align: center; /* Выравнивание по центру */
  margin-top: -30px; /* Отрицательный отступ сверху */
  margin-bottom: 40px; /* Отступ снизу */
  color: #333; /* Более темный цвет текста */
  font-weight: bold; /* Жирное начертание шрифта */
}

h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

/* Кнопки */
.button {
  display: inline-block;
  background: #007bff; /* Синий цвет кнопки */
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.button:hover {
  background: #0056b3; /* Темнее при наведении */
}

/* Улучшенные стили для секции Hero (Главная страница) */

#hero {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("../images/hero-image.jpg") no-repeat center center/cover;
  color: #fff; /* Белый текст */
  text-align: center;
  padding: 100px 20px; /* Большие отступы */
}

#hero .container {
  position: relative; /* Это нужно, чтобы контент внутри контейнера был над фоном */
  z-index: 1; /* Убедитесь, что контент виден */
}

#hero h1 {
  color: #fff;
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 0.8s ease;
}

#hero p {
  color: #ffffffea;
  font-size: 1.3em;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 30px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  animation: fadeInUp 0.8s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Улучшенный стиль кнопки на главной странице */
#hero .button {
  margin: 0 auto 20px;
  width: 30%;
  min-width: 250px;
  background: linear-gradient(135deg, #ff5722 0%, #ff8a65 100%);
  color: #fff;
  padding: 18px 35px;
  font-size: 0.95em;
  border-radius: 35px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(255, 87, 34, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1;
}

#hero .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgb(233, 255, 35),
    transparent
  );
  transition: 0.4s;
  z-index: -1;
}

#hero .button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 127, 88, 0.6);
}

#hero .button:hover::before {
  left: 100%;
}

#hero .button:active {
  transform: translateY(1px);
  box-shadow: 0 3px 10px rgba(255, 87, 34, 0.6);
}

@media (max-width: 600px) {
  #hero h1 {
    font-size: 1.4em;
  }
  #hero p {
    font-size: 1em;
  }
  #hero .button {
    width: 95%;
    font-size: 0.9em;
    padding: 14px 5px;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
  }
}

/* Underline effect for h2 */
h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%; /* Start from the center */
  transform: translateX(-50%); /* Center the underline */
  width: 60px; /* Width of the underline */
  height: 3px; /* Thickness of the underline */
  background-color: #007bff; /* Default color of the underline */
  border-radius: 2px; /* Slightly rounded ends */
}

/* Specific underline colors for h2 in different sections */
#why-us h2::after {
  background-color: #28a745; /* Green for advantages */
}

#portfolio h2::after {
  background-color: #ffc107; /* Yellow/Orange for portfolio */
}

#guarantees h2::after {
  background-color: #0a1eef;
}

#contact h2::after {
  background-color: #007bff; /* Blue for contact (matches form button) */
}

/* Улучшенные стили для секции О нас */
#about p {
  max-width: 800px; /* Ограничим ширину текста */
  margin: 0 auto 30px auto; /* Центрируем и добавляем отступ снизу */
  text-align: center;
  font-size: 1.2em;
}

/* Улучшенные стили для списков в секциях "Услуги", "Почему выбирают нас", "Гарантии" */
#services ul,
#why-us ul,
#guarantees ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(280px, 1fr)
  ); /* Адаптивная сетка для списков */
  gap: 20px; /* Расстояние между элементами */
}

#services li,
#why-us li,
#guarantees li {
  background: #fff;
  margin-bottom: 0; /* Убираем нижний отступ, так как есть gap */
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  text-align: left;
}

#guarantees li {
  background: #f8f9fa; /* Немного более темный фон */
  padding: 25px; /* Увеличим отступы */
  border-radius: 8px; /* Скругление углов */
  border: 2px solid #007bff; /* Толстая рамка синего цвета (можно изменить) */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Более выраженная тень */
  text-align: center; /* Центрирование текста */
  margin-bottom: 20px; /* Отступ между элементами */
  transition: all 0.3s ease; /* Плавные переходы */
}

#guarantees li h3 {
  margin-top: 0;
  margin-bottom: 15px; /* Отступ под заголовком */
  color: #0a1eef; /* Более темный синий для заголовка */
  font-size: 1.6em; /* Увеличим размер заголовка */
  font-weight: bold; /* Сделаем заголовок жирным */
}

#guarantees li p {
  margin-bottom: 0;
  color: #333; /* Цвет текста описания */
  font-size: 1.1em; /* Увеличим размер текста описания */
}

#guarantees li:hover {
  background-color: #ffffff; /* Изменение фона при наведении */
  transform: translateY(-5px); /* Небольшой подъем */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Усиление тени */
}

#services li {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex; /* Снова используем Flexbox */
  flex-direction: column; /* Элементы в столбец */
  align-items: center; /* Выравнивание по центру по горизонтали */
  text-align: center; /* Центрирование текста */
}

#services li:hover {
  transform: translateY(-5px);
}

#services li i {
  font-size: 3em; /* Увеличим размер иконок */
  color: #007bff;
  margin-bottom: 15px; /* Отступ под иконкой */
}

#services li h3 {
  margin-top: 0;
  margin-bottom: 10px; /* Отступ под заголовком */
}

#services li p {
  margin-bottom: 0; /* Убираем нижний отступ у последнего элемента */
  word-break: break-word; /* На всякий случай оставим перенос слов */
}

/* Улучшенная стилизация секции "Портфолио" */
.portfolio-item {
  background: #fff;
  padding: 25px; /* Увеличим отступы внутри */
  border-radius: 8px; /* Слегка скруглим углы */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Более выраженная тень */
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* Анимация при наведении */
  cursor: pointer; /* Покажем, что элемент интерактивный */
  margin-bottom: 10px;
}

.portfolio-item:hover {
  transform: translateY(-5px); /* Небольшой подъем при наведении */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Усилим тень при наведении */
}

.portfolio-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: transform 0.3s ease;
  display: block; /* Сделаем изображение блочным элементом */
  margin-left: auto; /* Центрирование изображения */
  margin-right: auto;
}

/* Улучшенный стиль заголовков проектов в портфолио */
.portfolio-item h3 {
  margin-top: 0;
  margin-bottom: 15px; /* Увеличим отступ снизу */
  color: #333; /* Цвет заголовка (можно изменить) */
  font-size: 1.3em; /* Немного уменьшим размер */
  border-bottom: 2px solid #eee; /* Нижняя граница */
  padding-bottom: 10px; /* Отступ под текстом перед границей */
}

.portfolio-item p {
  font-size: 1em;
  color: #555;
}

.portfolio-item img:hover {
  transform: scale(1.05); /* Увеличение при наведении */
}

/* Стиль для элементов списка в секции "Наши преимущества" */
#why-us ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

#why-us li {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#why-us li:hover {
  transform: translateY(-7px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

#why-us li i {
  font-size: 3.5em;
  color: #28a745;
  margin-bottom: 20px;
}

#why-us li h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #333;
  font-size: 1.4em;
}

#why-us li p {
  margin-bottom: 0;
  color: #555;
  font-size: 1.1em;
}

/* Стили для ссылок в списке "Наши преимущества" */
#why-us a li {
  position: relative;
  overflow: hidden;
}

#why-us a li::before {
  content: "Нажмите, чтобы узнать подробнее";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 123, 255, 0.9);
  color: white;
  text-align: center;
  transition: bottom 0.3s ease;
}

#why-us a li:hover::before {
  bottom: 0;
}

#contact {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("../images/contact.png") no-repeat center center/cover;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  overflow: hidden;
}

#contact .container {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(0, 123, 255, 0.1);
  padding: 40px 30px 32px 30px;
  text-align: center;
  color: #222;
}

#contact h2 {
  color: #007bff;
  margin-bottom: 18px;
}

#contact .contact-intro,
#contact .response-info {
  color: #444;
  margin-top: 2px;
  margin-bottom: 10px;
  font-size: 1.1em;
}

#contact .contact-info {
  margin-bottom: 18px;
  color: #333;
  font-size: 1em;
}

#contact .contact-info p {
  margin: 4px 0;
}

#contact .contact-form form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

#contact .contact-form input,
#contact .contact-form textarea {
  padding: 12px 14px;
  border: 1px solid #cce1ff;
  border-radius: 7px;
  font-size: 1em;
  background: #f8fbff;
  transition: border 0.2s;
  resize: none;
}

#contact .contact-form input:focus,
#contact .contact-form textarea:focus {
  border: 1.5px solid #007bff;
  outline: none;
  background: #fff;
}

#contact .contact-form button.button {
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 14px 0;
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px 0 rgba(0, 123, 255, 0.08);
}

#contact .contact-form button.button:hover {
  background: #0056b3;
  box-shadow: 0 4px 16px 0 rgba(0, 123, 255, 0.13);
}

@media (max-width: 600px) {
  #contact {
    padding: 40px 5px;
  }
  #contact .container {
    padding: 18px 6px 18px 6px;
    max-width: 98vw;
  }
  #contact h2 {
    font-size: 1.4em;
  }
  #contact .contact-form button.button {
    font-size: 1em;
    padding: 12px 0;
  }
}

/* Стили для текста про ответ */
.response-info {
  text-align: center;
  margin-top: -20px; /* Поднять текст ближе к заголовку */
  margin-bottom: 30px;
  color: #555; /* Цвет текста */
  font-style: italic; /* Курсив */
}

/* Подвал */
footer {
  background: #333; /* Темный фон */
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

footer p {
  margin: 0;
}

/* Стили для прайс-листа */
.price-list {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

/* Сделаем карточку с ценами кликабельной */
#why-us li {
  min-height: 280px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#why-us li:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Эффекты при наведении на пункты меню */
nav ul li a {
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
}

nav ul li a:hover {
  color: #007bff; /* Изменение цвета текста при наведении */
}

/* Подчеркивание при наведении */
nav ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #007bff;
  transition: width 0.3s ease;
}

nav ul li a:hover::after {
  width: 100%;
}

/* Для мобильного меню (если нужно другой эффект) */
@media (max-width: 600px) {
  nav ul li a:hover {
    color: #fff; /* Белый текст в мобильном меню */
  }

  nav ul li a::after {
    display: none; /* Убираем подчеркивание в мобильной версии */
  }

  nav ul li a:hover {
    transform: translateX(5px); /* Сдвиг текста вправо при наведении */
    transition: transform 0.3s ease;
  }
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.social-icon img {
  width: 24px;
  height: 24px;
  filter: invert(1);
}

#contact .contact-form select:focus {
  border: 1.5px solid #007bff;
  outline: none;
  background-color: #fff;
}

/* Для старых браузеров (если нужно) */
#contact .contact-form select::-ms-expand {
  display: none;
}

.contact-methods {
  margin-bottom: 15px;
}

.contact-methods label {
  display: block;
  margin-bottom: 10px;
  text-align: left;
  color: #444;
}

.method-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.method-options label {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  background: #f8fbff;
  border: 1px solid #cce1ff;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.2s;
}

.method-options label:hover {
  border-color: #007bff;
}

.method-options input {
  margin-right: 8px;
}

.method-options input:checked + span {
  color: #007bff;
  font-weight: bold;
}

#vk-message.show {
  display: block;
  opacity: 1;
}

.portfolio-cta {
  text-align: center;
  margin-top: 40px;
}

.portfolio-cta .button {
  background: #007bff;
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.portfolio-cta .button:hover {
  background: #0056b3;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
