:root {
  --text: #000;
  --btn-login: #ff3c86;
  --blue: #005d6f;
  --bg-testimonalCard: #f5f5f5;
  --border-testimonalCard: rgba(0, 0, 0, 0.15);
  --bg-partnersCard: #f2f2f2;
  --border-partnersCard: rgba(0, 0, 0, 0.15);
  --bs-body-font-family: "Albert Sans", sans-serif;
}

/* Botão de login */
.btn-login {
  background: var(--btn-login);
}

.hero {
  margin-top: 70px;
  min-height: calc(100vh - 70px);
  background-position: center;
  font-family: "Albert Sans", sans-serif;
}

.hero-card {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
}

.end-10 {
  right: 10px;
}
.end-20 {
  right: 20px;
}
.end-30 {
  right: 30px;
}
.end-70 {
  right: 70px;
}
.bottom-3 {
  bottom: 3px;
}

.text-shadow-sm {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1400px) {
  .hero-title {
    font-size: 2.5rem !important;
  }
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 2.5rem !important;
  }
}
@media (max-width: 1024px) {
  .hero-title {
    font-size: 2rem !important;
    line-height: 2.5rem;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem !important;
    line-height: 2.5rem;
  }
}
@media (max-width: 580px) {
  .hero-title {
    font-size: 2rem !important;
    line-height: 2.3rem;
  }
}

@media (max-width: 375px) {
  .hero-title {
    font-size: 1.7rem !important;
    line-height: 2rem;
  }
}

@media (max-width: 320px) {
  .hero-title {
    font-size: 1.5rem !important;
    line-height: 1.8rem;
  }
}

@media (min-width: 1400px) {
  .ps-xxl-4 {
    padding-left: 1.2rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4rem !important; /* 64px */
  }
  .ps-xxl-7 {
    padding-left: 5rem !important; /* 80px */
  }
  .ps-xxl-8 {
    padding-left: 6rem !important; /* 96px */
  }
  .ps-xxl-9 {
    padding-left: 7rem !important; /* 112px */
  }
  .ps-xxl-10 {
    padding-left: 9.2rem !important;
  }
  .ps-xxl-11 {
    padding-right: 10rem !important; /* 144px */
  }

  .pe-xxl-6 {
    padding-right: 4rem !important; /* 64px */
  }
  .pe-xxl-7 {
    padding-right: 5rem !important; /* 80px */
  }
  .pe-xxl-8 {
    padding-right: 6rem !important; /* 96px */
  }
  .pe-xxl-9 {
    padding-right: 7rem !important; /* 112px */
  }
  .pe-xxl-10 {
    padding-right: 8rem !important; /* 128px */
  }
  .pe-xxl-11 {
    padding-right: 10rem !important;
  }
}

@media (min-width: 576px) {
  .display-sm-1 {
    font-size: calc(1.625rem + 4.5vw) !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
  }
  .display-sm-2 {
    font-size: calc(1.575rem + 3.9vw) !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
  }
  .display-sm-3 {
    font-size: calc(1.525rem + 3.3vw) !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
  }
  .display-sm-4 {
    font-size: calc(1.475rem + 2.7vw) !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
  }
  .display-sm-5 {
    font-size: calc(1.425rem + 2.1vw) !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
  }
  .display-sm-6 {
    font-size: calc(1.375rem + 1.5vw) !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
  }

  .fs-2 {
    font-size: 1.5rem !important;
    line-height: 1.7rem;
  }
}

@media (max-width: 464px) {
  .fs-2 {
    font-size: 1.3rem !important;
    line-height: 1.3rem;
  }
}

@media (max-width: 375px) {
  .fs-2 {
    font-size: 1.2rem !important;
    line-height: 1.3rem;
  }
}

@media (max-width: 320px) {
  .fs-2 {
    font-size: 1rem !important;
    line-height: 1rem;
  }
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.subtitle-size {
  font-size: clamp(0.6rem, 0.8rem + 0.5vw, 1rem);
}
@media (max-width: 425px) {
  .subtitle-size {
    font-size: 0.9rem !important;
    line-height: 0.8rem;
  }
}
@media (max-width: 375px) {
  .subtitle-size {
    font-size: 0.9rem !important;
    line-height: 0.8rem;
  }
}
@media (max-width: 320px) {
  .subtitle-size {
    font-size: 0.6rem !important;
    line-height: 0.8rem;
  }
}

.txtButton-position {
  left: 50%;
  transform: translate(-50%, -50%);
}
.txtButton2-position {
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1400px) {
  .txtButton-position {
    right: 0;
    left: auto;
    transform: translate(-50%, -50%);
  }

  .txtButton2-position {
    left: 30%;
    right: auto;
  }
}

.hero-card .hero-button-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.hero-card .button-title {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Título principal */
.button-title {
  font-size: 2rem; /* 32px - Mobile pequeno */
  line-height: 1.2;
}

@media (min-width: 576px) {
  .button-title {
    font-size: 2.5rem; /* 40px - Mobile grande */
  }
}

@media (min-width: 768px) {
  .button-title {
    font-size: 2.75rem; /* 44px - Tablet */
  }
}

@media (min-width: 992px) {
  .button-title {
    font-size: 3rem; /* display-5 (48px) - Desktop */
  }

  .texts-hero {
    padding-right: 100px;
  }
}

/* Subtítulo */
.button-subtitle {
  font-size: 2.5rem; /* 40px - Mobile pequeno */
  line-height: 1.2;
}

@media (min-width: 576px) {
  .button-subtitle {
    font-size: 3rem; /* 48px - Mobile grande */
  }
}

@media (min-width: 768px) {
  .button-subtitle {
    font-size: 3.5rem; /* 56px - Tablet */
  }
}

@media (min-width: 992px) {
  .button-subtitle {
    font-size: 4rem; /* display-3 (64px) - Desktop */
  }
}

@media (max-width: 992px) {
  .hero {
    text-align: center;
    margin-top: 60px;
    min-height: calc(100vh - 60px);
  }
  .hero-cards {
    align-items: center;
    margin-top: 2rem;
  }
  .hero-subtitle {
    max-width: 100%;
    margin: 0;
  }
}

.featured-rooms h2 {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  text-decoration: none !important;
}

@media (max-width: 320px) {
  .featured-rooms h2 {
    font-size: 2.5rem;
  }
}

.featured-rooms .text-muted {
  color: var(--text) !important;
  font-size: 1.125rem;
  margin: 0;
  text-decoration: none !important;
}

.featured-rooms .btn-link {
  background: none;
  border: 1px solid var(--text);
  border-radius: 12px;
  color: var(--text);
  font-weight: 500;
  font-size: 1rem;
  padding: 6px 12px;
  text-decoration: none;
}

.featured-rooms .btn-link:hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: var(--text);
  text-decoration: none;
}

.featuredSwiper {
  margin-top: 5rem;
}

.featuredSwiper .room-image {
  width: 100%;
  height: 361px;
  border-radius: 12px;
  overflow: hidden;
}

.featuredSwiper .room-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hotel-name-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text);
  max-width: 100%;
  text-decoration: none !important;
}

.featuredSwiper p {
  color: var(--text);
}

.hotel-tagline-truncate {
  display: -webkit-box;
  color: var(--text);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  text-decoration: none !important;
}

.hide_hyperlink {
  text-decoration: none !important;
}

.private-button {
  color: var(--text);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 0.25rem 1rem;
  font-weight: 700;
  font-size: 1rem;
}

.private-button span {
  font-weight: 600;
  color: var(--blue);
}

.private-button:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.swiper-pagination {
  position: static !important; /* remove posição absoluta padrão do Swiper */
  display: flex;
  justify-content: flex-start; /* alinhado à esquerda */
  gap: 6px;
}

/* estilizar bullets */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #999;
  opacity: 0.5;
  transition: all 0.3s;
}

.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

/* setas */
.swiper-button-prev,
.swiper-button-next {
  position: static !important; /* tira posição absoluta */
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #f2f2f2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 14px;
  color: #333;
}

.testimonials h2 {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}

@media (max-width: 320px) {
  .testimonials h2 {
    font-size: 2rem;
  }
}

.testimonials .text-muted {
  color: var(--text) !important;
  font-size: 1.125rem;
  margin: 0;
}

.wrapSwiper {
  position: relative;
}

.testimonial-card {
  background: var(--bg-testimonalCard);
  border: 1px solid var(--border-testimonalCard);
  border-radius: 12px;
  overflow: hidden;
}

.testimonial-content {
  flex: 1;
}
.message-testimonial {
  /* width: 16rem; ← REMOVE ESSA LINHA */
  max-height: 10rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* Width 100% no mobile */
@media (max-width: 721px) {
  .message-testimonial {
    width: 100%;
  }
}

/* Width fixo + margem em telas maiores que 425px */
@media (min-width: 765px) {
  .message-testimonial {
    width: 16rem;
  }
}

.testimonial-info-text {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1.4 !important;
  font-size: 0.9rem !important;
  text-overflow: ellipsis !important;
  word-break: break-word !important;
}

.testimonial-image {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Desktop: imagem ao lado */
@media (min-width: 768px) {
  .testimonial-image {
    width: 322px;
    height: 259px;
  }
}

/* Mobile: imagem embaixo com altura menor */
@media (max-width: 767px) {
  .testimonial-card {
    min-height: 480px;
  }
  .testimonial-image {
    width: 100%;
    height: 180px;
    border-radius: 0 0 12px 12px; /* arredonda só embaixo */
  }

  .testimonial-content {
    border-radius: 12px 12px 0 0; /* arredonda só em cima */
  }
}

.testimonials .testimonialsSwiper-pagination {
  position: static !important;
  margin-top: 1rem;
}

.testimonials .testimonialsSwiper-button-prev,
.testimonials .testimonialsSwiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: var(--blue);
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonialsSwiper-button-prev::after,
.testimonialsSwiper-button-next::after {
  content: none !important;
}

.testimonials .testimonialsSwiper-button-prev svg,
.testimonials .testimonialsSwiper-button-next svg {
  width: 24px;
  height: 24px;
}

.testimonialsSwiper-button-prev {
  left: -30px;
}
.testimonialsSwiper-button-next {
  right: -30px;
}

.testimonials .testimonialsSwiper-button-prev::after,
.testimonials .testimonialsSwiper-button-next::after {
  font-size: 14px;
  color: #fff;
}

.testimonialsSwiper-button-next,
.testimonialsSwiper-button-prev,
.swiper-button-next,
.swiper-button-prev {
  min-width: 44px !important;
  min-height: 44px !important;

  pointer-events: auto !important;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;

  z-index: 10;
}

.testimonials .stars {
  color: var(--text);
  font-size: 1.25rem;
}

.news-partners h2 {
  font-size: 3.25rem;
  line-height: 1.2;
}

@media (max-width: 320px) {
  .news-partners h2 {
    font-size: 2rem;
  }
}

.news-partners .text-muted {
  color: var(--text) !important;
  font-size: 1.125rem;
  margin: 0;
}

.news-partners .partnersCard {
  background: var(--bg-partnersCard);
  border-color: var(--border-partnersCard);
}

.news-partners .partnersCard h4 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
}

.news-partners .partnersCard p {
  font-size: 1.125rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}

.news-partners .partnersCard .author {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
}

.footer {
  background: var(--blue);
}

.footer-logo-holder {
  background: transparent;
  padding: 5px;
  width: 250px;
}

.footer .font {
  font-family: Montserrat;
  font-size: 1.063rem;
  font-weight: 500;
  color: #fff;
}

.footer .company-logo {
  height: 40px;
}

.footer-heading {
  color: #ff3c86;
  font-size: 1.313rem;
  font-family: Montserrat;
  font-weight: 600;
}

.footer-item a {
  color: #fff !important;
  font-size: 1.063rem;
  font-family: Montserrat;
  font-weight: 500;
  padding: 0 !important;
}

.footer-contact-icons {
  color: #ff3c86;
  padding-top: 0.5rem;
  font-size: 1em;
  display: inline-block;
  position: relative;
  padding-right: 1rem;
}

.footer-horizontal-line {
  width: 100%;
  height: 0;
  border: 1px solid #ffffff;
  margin: 3px;
  display: inline-block;
}

.footer-copyright-notice {
  color: #fff;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  text-align: center;
  padding-top: 0.3rem;
}

/* Esconde a paginação em telas menores que 1024px */
@media (max-width: 1023.98px) {
  .swiper-pagination,
  .testimonialsSwiper-pagination {
    display: none !important;
  }
}

/* ========== FS-2 (Large - Titles) ========== */
/* Desktop: 24px (1.5rem) */
.fs-2 {
  font-size: 1.5rem !important;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .fs-2 {
    font-size: 1.3rem !important;
  }
}

@media (max-width: 768px) {
  .fs-2 {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 464px) {
  .fs-2 {
    font-size: 1.1rem !important;
  }
}

@media (max-width: 375px) {
  .fs-2 {
    font-size: 1rem !important;
  }
}

@media (max-width: 320px) {
  .fs-2 {
    font-size: 0.95rem !important;
  }
}

/* ========== FS-3 (Medium - Titles) ========== */
/* Desktop: 20px (1.25rem) */
.fs-3 {
  font-size: 1.25rem !important;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .fs-3 {
    font-size: 1.15rem !important;
  }
}

@media (max-width: 768px) {
  .fs-3 {
    font-size: 1.1rem !important;
  }
}

@media (max-width: 464px) {
  .fs-3 {
    font-size: 1rem !important;
  }
}

@media (max-width: 375px) {
  .fs-3 {
    font-size: 0.95rem !important;
  }
}

@media (max-width: 320px) {
  .fs-3 {
    font-size: 0.9rem !important;
  }
}

/* ========== FS-4 (Small - Titles) ========== */
/* Desktop: 18px (1.125rem) */
.fs-4 {
  font-size: 1.125rem !important;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .fs-4 {
    font-size: 1.05rem !important;
  }
}

@media (max-width: 768px) {
  .fs-4 {
    font-size: 1rem !important;
  }
}

@media (max-width: 464px) {
  .fs-4 {
    font-size: 0.95rem !important;
    line-height: 1;
  }
}

@media (max-width: 375px) {
  .fs-4 {
    font-size: 0.9rem !important;
  }
}

@media (max-width: 320px) {
  .fs-4 {
    font-size: 0.85rem !important;
  }
}

/* ========== FS-5 (Default - Subtitles) ========== */
/* Desktop: 20px (1.25rem) */
.fs-5 {
  font-size: 1.25rem !important;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .fs-5 {
    font-size: 1.1rem !important;
    line-height: 1.1;
  }
}

@media (max-width: 768px) {
  .fs-5 {
    font-size: 1rem !important;
  }
}

@media (max-width: 464px) {
  .fs-5 {
    font-size: 0.95rem !important;
    line-height: 1;
  }
}

@media (max-width: 375px) {
  .fs-5 {
    font-size: 0.9rem !important;
  }
}

@media (max-width: 320px) {
  .fs-5 {
    font-size: 0.85rem !important;
  }
}

/* ========== FS-6 (Small - Subtitles) ========== */
/* Desktop: 16px (1rem) */
.fs-6 {
  font-size: 1rem !important;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .fs-6 {
    font-size: 0.95rem !important;
  }
}

@media (max-width: 768px) {
  .fs-6 {
    font-size: 0.9rem !important;
  }
}

@media (max-width: 464px) {
  .fs-6 {
    font-size: 0.85rem !important;
    line-height: 1.3;
  }
}

@media (max-width: 375px) {
  .fs-6 {
    font-size: 0.8rem !important;
  }
}

@media (max-width: 320px) {
  .fs-6 {
    font-size: 0.75rem !important;
  }
}

/* ========== FS-7 (Very Small - Subtitles) ========== */
/* Desktop: 14px (0.875rem) */
.fs-7 {
  font-size: 0.875rem !important;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .fs-7 {
    font-size: 0.825rem !important;
  }
}

@media (max-width: 768px) {
  .fs-7 {
    font-size: 0.8rem !important;
  }
}

@media (max-width: 464px) {
  .fs-7 {
    font-size: 0.75rem !important;
    line-height: 1;
  }
}

@media (max-width: 375px) {
  .fs-7 {
    font-size: 0.7rem !important;
  }
}

@media (max-width: 320px) {
  .fs-7 {
    font-size: 0.65rem !important;
  }
}

/* ========== HELPERS ADICIONAIS ========== */
.hero-card p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  max-width: 100%;
}

@media (max-width: 768px) {
  .hero-card .position-absolute {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media (max-width: 464px) {
  .hero-card .position-absolute {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
