@media (max-width: 991px) {
  body.poster {
    margin-top: 60vh;
  }
}

body.poster {
  background-attachment: fixed;
}

.top-5 {
  top: 5px;
}

:root {
  --color-orange: #b33a0f;
  --color-orange-hover: #902c00;
  --color-cyan: #bf0066;
  --color-cyan-hover: #72009e;
  --color-green: #478000;
  --color-green-hover: #388d1b;
  --color-dark: #23282d;
  --color-white: #fff;
  --color-bg-gradient: linear-gradient(90deg, #5a6a52 0%, #8c175a 100%);
  --color-yellow: #00a3c4;
  --color-yellow-hover: #00597f;
}

.hero-block-gradient {
  background: var(--color-bg-gradient);
  min-height: 340px;
  position: relative;
  align-items: center;
}

.bg-white {
  background: #fff !important;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 700;
}

.lead {
  font-size: 1.05rem;
  font-weight: 400;
}

.service-img {
  object-fit: cover;
  width: 100%;
}

.hero-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.hero-img-styled {
  max-width: 90%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  border-radius: 18px;
  transform: rotate(5deg);
  border: 6px solid var(--color-white);
}
.btn-warning {
  background: var(--color-orange);
  border: none;
}
.btn-warning:hover {
  background: var(--color-orange-hover);
}
@media (max-width: 991px) {
  .hero-img-styled {
    max-width: 100%;
    margin-top: 2rem;
  }
}
.footer-main i {
  color: var(--color-orange);
}
.province-card,
.news-card {
  transition: box-shadow 0.3s, transform 0.3s;
  border: none;
  will-change: transform, box-shadow;
}
.province-card:hover,
.province-card:hover.visible,
.news-card:hover,
.news-card:hover.visible {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  transform: translateY(-10px);
  z-index: 2;
}
.province-main-img {
  max-width: 100%;
  min-width: 260px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  border-radius: 18px;
}
.news-card img,
.province-card img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}
.check-icon {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background: var(--color-cyan);
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.5em;
  position: relative;
}
.check-icon::after {
  content: '';
  position: absolute;
  left: 0.38em;
  top: 0.18em;
  width: 0.35em;
  height: 0.7em;
  border: solid var(--color-white);
  border-width: 0 0.18em 0.18em 0;
  transform: rotate(45deg);
}
.btn-info {
  background: var(--color-cyan);
  border: none;
  color: #fff;
}
.btn-info:hover {
  background: var(--color-cyan-hover);
}
.btn-news-orange {
  background: var(--color-orange);
  color: var(--color-white);
  border: none;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 8px;
  padding: 0.6em 2em;
}
.btn-news-orange:hover {
  background: var(--color-orange-hover);
  color: var(--color-white);
}
.btn-news-cyan {
  background: var(--color-cyan);
  color: var(--color-white);
  border: none;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 8px;
  padding: 0.6em 2em;
}
.btn-news-cyan:hover {
  background: var(--color-cyan-hover);
  color: var(--color-white);
}
.btn-news-yellow {
  background: var(--color-yellow);
  color: var(--color-white);
  border: none;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 8px;
  padding: 0.6em 2em;
}
.btn-news-yellow:hover {
  background: var(--color-yellow-hover);
  color: var(--color-white);
}
.btn-news-green {
  background: var(--color-green);
  color: var(--color-white);
  border: none;
  font-weight: 600;
  font-size: 1.1rem;
  border-radius: 8px;
  padding: 0.6em 2em;
}
.btn-news-green:hover {
  background: var(--color-green-hover);
  color: var(--color-white);
}
.footer-main {
  background: var(--color-dark);
}
.footer-link {
  color: var(--color-white);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-link:hover {
  color: var(--color-orange);
}
.footer-socials a i {
  display: inline-block;
  margin-right: 0.5em;
  color: var(--color-cyan);
  font-weight: bold;
  text-decoration: none;
}
.footer-socials a:hover {
  color: var(--color-orange);
}
/* Анимация появления */
.animate-fadein {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.animate-fadein.visible {
  opacity: 1;
  transform: none;
}

.menu-link {
  transition: color 0.2s, text-decoration 0.2s;
  color: var(--color-cyan) !important;
}
.menu-link:hover,
.menu-link:focus {
  color: var(--color-orange) !important;
}

/* --- Terms of Service page styles --- */
.terms-title {
  color: var(--color-cyan);
  font-size: 2.5rem;
  letter-spacing: 0.5px;
}
.terms-section {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.terms-section-title {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--color-orange);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.terms-section-title-accent {
  color: var(--color-orange);
  text-shadow: 0 2px 8px rgba(255, 111, 60, 0.08);
}
.terms-section-number {
  color: var(--color-orange);
  font-weight: 700;
  font-size: 1.5rem;
  margin-right: 0.3em;
}
.terms-section ul {
  margin-bottom: 0.5rem;
  padding-left: 1.5em;
}
.terms-section ul li {
  margin-bottom: 0.2em;
  font-size: 1rem;
}

/* --- Privacy Policy page styles --- */
.policy-title {
  color: var(--color-cyan);
  font-size: 2.5rem;
  letter-spacing: 0.5px;
}
.policy-section {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.policy-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-orange);
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.policy-section ul {
  margin-bottom: 0.5rem;
  padding-left: 1.5em;
}
.policy-section ul li {
  margin-bottom: 0.2em;
  font-size: 1rem;
}

/* --- Flight Bookings page styles --- */
.service-title {
  color: var(--color-cyan);
  font-size: 2rem;
  letter-spacing: 0.5px;
}
.service-main-img {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}
.service-subtitle-orange {
  color: var(--color-orange);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.service-why-box {
  border-left: 5px solid var(--color-cyan);
  background: #f6fcfd;
  padding: 1.2em 1.5em;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 191, 174, 0.04);
}

/* --- Accommodation Reservations page styles --- */
.accom-hero {
  min-height: 380px;
  height: 60vh;
  overflow: hidden;
}
.accom-hero-bg {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  min-height: 380px;
  filter: brightness(0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.accom-hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.accom-hero-content {
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.accom-hero-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}
.accom-hero-subtitle {
  color: #fff;
  font-size: 1.1rem;
  margin-top: 0.5rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
}
.accom-section-title {
  color: var(--color-cyan);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.accom-card {
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.accom-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  transform: translateY(-6px) scale(1.02);
}
.accom-card-img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}
.accom-type-icon {
  font-size: 2.5rem;
  color: var(--color-orange);
}
.accom-why-icon {
  font-size: 2.2rem;
}
.text-orange {
  color: var(--color-orange) !important;
}
.text-cyan {
  color: var(--color-cyan) !important;
}
.accom-testimonials {
  background: var(--color-bg-gradient);
}
.accom-testimonial-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 1.5em 1.2em;
  font-size: 1.05rem;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* --- Canadian Tour Packages page styles --- */
.tour-hero {
  min-height: 340px;
  height: 60vh;
  overflow: hidden;
}
.tour-hero-bg {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  min-height: 340px;
  filter: brightness(0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.tour-hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.tour-hero-content {
  z-index: 3;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.tour-hero-title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}
.tour-card {
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.tour-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  transform: translateY(-6px) scale(1.02);
}
.tour-card-img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}
.tour-intro {
  font-size: 1.1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.tour-final {
  font-size: 1.08rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
}

.insurance-gallery-img {
  width: 100%;
  border-radius: 10px;
  background: #eaf6f7;
}

.insurance-check-list {
  list-style: none;
}

.spotlight-title {
  color: #00bfae;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5em;
  font-family: 'Montserrat', Arial, sans-serif;
}
.spotlight-subtitle {
  color: #ff6f3c;
  font-size: 1.15rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.2em;
  font-family: 'Montserrat', Arial, sans-serif;
}
.spotlight-img-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5em;
}
.spotlight-img {
  max-width: 100%;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  object-fit: cover;
}
.spotlight-text {
  color: #222;
  font-size: 1rem;
  margin-bottom: 1.5em;
}
.spotlight-text p {
  margin-bottom: 0.7em;
}
.spotlight-footer {
  margin-top: 2em;
  text-align: center;
}
.spotlight-link {
  color: #00bfae;
  font-weight: 600;
  text-decoration: underline;
  font-size: 1.08rem;
  transition: color 0.2s;
}
.spotlight-link:hover {
  color: #ff6f3c;
}
@media (max-width: 991px) {
  .spotlight-img {
    width: 100%;
    min-width: 0;
  }
  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.intl-title {
  color: #00bfae;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.7em;
  font-family: 'Montserrat', Arial, sans-serif;
}
.intl-img-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5em;
}
.intl-img {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  object-fit: cover;
}
.intl-desc {
  color: #222;
  font-size: 1rem;
  margin-bottom: 2em;
  text-align: left;
}
.intl-section-title {
  color: #ff6f3c;
  font-size: 1.35rem;
  font-weight: 700;
  margin-top: 2.5em;
  margin-bottom: 1em;
  font-family: 'Montserrat', Arial, sans-serif;
}
.intl-section-title:not(.intl-orange) {
  color: #00bfae;
}
.intl-orange {
  color: #ff6f3c !important;
}
.intl-update-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 1.1em 1.2em 0.7em 1.2em;
  margin-bottom: 1.2em;
}
.intl-update-title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.2em;
}
.intl-update-europe {
  color: #00bfae;
}
.intl-update-asia {
  color: #009688;
}
.intl-update-caribbean {
  color: #ff6f3c;
}
.intl-update-text {
  font-size: 1rem;
  color: #222;
}
.intl-list {
  margin-bottom: 2em;
  padding-left: 1.2em;
}
.intl-list li {
  margin-bottom: 0.4em;
  font-size: 1rem;
}
.intl-dest-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 0 0 1.1em 0;
  margin-bottom: 1.2em;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.intl-dest-img {
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-bottom: 0.7em;
  aspect-ratio: 1 / 1;
}
.intl-dest-title {
  font-weight: 700;
  font-size: 1.08rem;
  margin-bottom: 0.2em;
  margin-left: 1em;
  margin-top: 0.2em;
}
.intl-dest-text {
  font-size: 1rem;
  color: #222;
  margin-left: 1em;
  margin-right: 1em;
}
.intl-info-block {
  background: #b3e0f7;
  border-radius: 10px;
  padding: 1.3em 1.2em;
  margin-top: 2.5em;
  margin-bottom: 1em;
  text-align: left;
}
.intl-info-title {
  color: #1877f2;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.3em;
}
.intl-info-text {
  color: #1877f2;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .intl-img {
    width: 100%;
    min-width: 0;
  }
  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
