body {
    font-family: "Georgia", sans-serif;
  }

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero-img {
  max-height: 600px;
  width: auto;
  border-radius: 12px;
}

/* Планшеты */
@media (max-width: 991px) {
  .hero {
    min-height: auto;
    text-align: center;
  }
  .hero-img {
    max-height: 400px;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .hero h4 {
    font-size: 1.2rem;
  }
  .divider {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .hero {
    flex-direction: column;
    align-items: center;
  }
  .hero-img {
    max-height: 300px;
    width: auto;
  }
}


  .bg-color {
    background: #f9e5dc;
  }

  .social-icons a {
    margin-right: 10px;
    color: #000;
    font-size: 1.5rem;
    transition: 0.3s;
  }

  .social-icons a:hover {
    color: #666;
  }

  .services .card {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  footer {
    background: #f8f9fa;
    padding: 20px 0;
    font-size: 0.9rem;
    text-align: center;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 8px;
  }

  .contact-info a:hover {
    color: #000 !important;
  }

  .social-icons a {
    transition: opacity 0.3s;
  }

  .social-icons a:hover {
    opacity: 0.7;
  }

  .faq-item {
    margin-bottom: 20px;
  }

  .faq-question {
    font-weight: bold;
    margin-bottom: 5px;
  }

  .faq-answer {
    color: #666;
  }

  .faq-accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-color: transparent;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-y: 1.25rem;
    --bs-accordion-btn-padding-x: 1.5rem;
    --bs-accordion-btn-color: #000;
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-height: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-y: 1.25rem;
    --bs-accordion-body-padding-x: 1.5rem;
    --bs-accordion-body-color: #666;
    --bs-accordion-body-bg: #f8f9fa;
  }

  .faq-accordion .accordion-button {
    font-weight: bold;
    font-size: 1.1rem;
    border-bottom: 1px solid #eee !important;
  }

  .faq-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom: 1px solid #eee !important;
  }

  .faq-accordion .accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 10px;
  }

  .faq-accordion .accordion-body {
    background: #f8f9fa;
    border-radius: 8px;
  }

  .scroll-to-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1000;
  }

  .scroll-to-top-btn:hover {
    background-color: #333;
  }

  .scroll-to-top-btn.show {
    opacity: 1;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .navbar-nav .nav-link {
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
  }
  
  .navbar-nav .nav-link:hover {
    color: #ff6f6f; /* Цвет при наведении */
  }

  .pink-icon {
    color: #ffbd9f; 
  }

  .pink-icon:hover {
    color: #ff6f6f; /* Цвет при наведении */
  }

  /* Стили для кнопок */
  
  .btn-telegram {
    background-color: #fdb08d;
    color: white;
    border: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
  }
  .btn-telegram:hover,
  .btn-telegram:focus {
    background-color: #006699;
    color: white;
  }
  
  .btn-pinterest {
    background-color: #fdb08d;
    color: white;
    border: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
  }
  .btn-pinterest:hover,
  .btn-pinterest:focus {
    background-color: #8c0615;
    color: white;
  }
  
  
  