body {
  margin: 0;
  background: url('../img/background.jpg') no-repeat center center fixed;
  background-size: cover;
  color: #333;
  padding: 60px 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: 'Trajan Pro 3', serif;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 8px 12px;
  font-size: 14px;
  z-index: 9999;
}

.wrapper {
  flex-wrap: wrap;
  gap: 60px;
  align-items: flex-start;
  max-width: 1000px;
  width: 100%;
}

.branding {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      flex: 1 1 300px;
}

.logo {
      width: 200px;
      margin-bottom: 10px;
}

.brand-text h1 {
      font-size: 36px;
      margin: 0;
      letter-spacing: 2px;
	  font-family: 'Trajan Pro 3', serif;
}

@font-face {
  font-family: 'Trajan Pro 3';
  src: url('../fonts/Trajan Pro 3 Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
    .tagline {
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin-top: 8px;
      max-width: 400px;
	  font-family: 'Comic Sans MS', cursive;
    }
    .right {
      flex: 1 1 320px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .menu {
      background: rgb(241, 235, 229);
      padding: 20px 30px;
      box-sizing: border-box;
    }

.accordion {
	font-size: 16px;
	padding: 12px;
	width: 100%;
	text-align: left;
	border: 1px solid #b3aea5;
	border-bottom: none;
	cursor: pointer;
	transition: 0.3s;
	margin-top: 10px;
	text-align: center; 
  justify-content: center; /* якщо flex — вирівнює вміст */
  align-items: center;     /* по вертикалі */
  display: flex;           /* потрібен для вертикального центрування */
  background-color: transparent;
  font-family: 'Trajan Pro 3', serif;
}

.accordion.active {
  border-bottom: #b3aea5;
}
.gallery-swiper {
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  position: relative;
}
.services-columns.two-cols {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 10px 0 30px;
}

.services-columns.two-cols .column {
  flex: 1 1 45%;
  min-width: 200px;
}

.service-title {
  font-family: 'Trajan Pro 3', serif;
  font-size: 20px;
  border-bottom: 2px solid #b3aea5;
  margin-top: 20px;
  margin-bottom: 10px;
}

.services-columns ul,
.services-single-column ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
  font-family: 'Trajan Pro 3', serif;
}

.services-columns li,
.services-single-column li {
  margin-bottom: 6px;
}
.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px dashed #ddd; /* опціонально, для краси */
}

.service-name {
  flex: 1;
  padding-right: 10px;
}

.service-price {
  white-space: nowrap;
  color: #666;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  color: #cdcfc1 !important;

}

.swiper-pagination-bullet {
  background: #333333 !important;
}

.panel {
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.3s ease-out;
      padding: 0 10px;
      border-left: 1px solid #b3aea5;
      border-right: 1px solid #b3aea5;
	  border-bottom: 1px solid #b3aea5;
}

.panel p {
      margin: 10px 0;
	  font-family: 'Trajan Pro 3', serif;

}

    .social {
      display: flex;
      gap: 15px;
      justify-content: center;
    }

    .social a {
      color: #333;
      font-size: 25px;
      text-decoration: none;
    }
.contact-section {
  box-sizing: border-box;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.contact-info,
.map-container {
  flex: 1 1 300px; /* дозволяє адаптацію */
}

/* Сама карта */
.map-container iframe {
  width: 100%;
  height: 250px;
  border: 0;
  display: block;
}


/* Мобільні пристрої: блоки один під одним */
@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
  }

  .contact-info,
  .map-container {
    width: 100%;
  }
  
    .tagline {
    font-family: 'Philosopher', sans-serif;
  }
}


    /* === Планшети === */
    @media (max-width: 850px) {
      .wrapper {
        gap: 40px;
        padding: 20px;
      }

      .brand-text h1 {
        font-size: 28px;
      }

      .tagline {
        font-size: 11px;
		padding-bottom: 10px;
		font-family: 'Philosopher', sans-serif;
      }

      .accordion {
        font-size: 14px;
        padding: 10px;
        color: #333;
      }
    }

    /* === Смартфони === */
    @media (max-width: 600px) {
  body {
    align-items: center;      /* центр по вертикалі */
    justify-content: center;  /* центр по горизонталі */
    padding: 20px 10px;
  }

  .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;  /* додаємо */
    gap: 10px;
    padding: 20px;
    margin: auto;             /* гарантує центрування */
  }

  .right {
    margin-top: -10px;
  }
}
/* Приховати футер на екранах менше 768px */
  @media screen and (max-width: 767px) {
    .fixed-footer {
      display: none;
    }
  }