/*-- Use For Custom Styling --*/

/* Modal IG vertical em Fancybox — mostra sempre o vídeo completo */
.fancybox-slide--iframe .fancybox-content {
  width: min(92vw, 420px) !important;      /* largura máxima (ajusta se quiseres) */
  height: min(92vh, 820px) !important;     /* altura máxima */
  max-width: 92vw !important;
  max-height: 92vh !important;
  aspect-ratio: 9 / 16;
  background: #000;                        /* barras pretas elegantes */
}

/* Garante que o iframe ocupa tudo */
.fancybox-slide--iframe .fancybox-iframe {
  width: 100% !important;
  height: 100% !important;
}

.services-section {
  padding: 100px 0;
  background: #f9f9f9;
}

.section-header h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.services-accordion {
  margin-top: 40px;
}


.service-category {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}


.category-toggle {
  width: 100%;
  background: #fff;
  border: none;
  padding: 20px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
}

.category-content {
  display: none;
  padding: 0 20px 20px;
}

.service-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.service-row:last-child {
  border-bottom: none;
}

.btn-book {
  display: inline-block;
  margin-top: 40px;
  background: #b6853c;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

.btn-book:hover {
  color: #fff;
}


.category-toggle {
  width: 100%;
  background: #fff;
  border: none;
  padding: 20px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Seta */
.arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #b5a456;
  border-bottom: 2px solid #b5a456;
  transform: rotate(45deg);
  transition: 0.3s ease;
}

/* Quando está aberta */
.category-toggle.active .arrow {
  transform: rotate(-135deg);
}

.banner-section .media i {
	overflow: hidden;
    border-radius: 50%;
    color: #fff;
    height: 50px;
    line-height: 28px;
    width: 50px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 20px;
    transition: .5s ease;
    padding-left: 3px;
    padding-top: 10px;
    margin: 0 auto;
    margin-top: 20px;
    
}