@charset "UTF-8";
/* =========================================================
   Ostern Reisen — Premium Travel Agency
   Do not compile here — compile locally.
   ========================================================= */
section {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: #0A1B33;
  line-height: 1.7;
  overflow-x: hidden;
  background: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 900;
  color: #0A1B33;
  line-height: 1.25;
  margin: 0;
}

p {
  margin: 0;
  color: #000000;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #FE8902;
  color: #FFFFFF;
}

::selection {
  background: #FE8902;
  color: #FFFFFF;
}

.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: rgba(255, 152, 0, 0.1098039216);
}

.section-tag {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #FE8902;
  margin-bottom: 14px;
  position: relative;
  padding-left: 34px;
}
.section-tag::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 2px;
  background: #FE8902;
}
.section-tag--light {
  color: #FE8902;
}

.section-title {
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  margin-bottom: 18px;
  letter-spacing: 0.3px;
}

.section-desc {
  color: #000000;
  font-size: 1.05rem;
}

.section-head {
  margin-bottom: 56px;
}
.section-head.text-center .section-desc {
  margin-left: auto;
  margin-right: auto;
}

.btn {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  border-radius: 50px;
  padding: 14px 34px;
  text-transform: capitalize;
  border: none;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-primary-custom {
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  color: #FFFFFF;
  box-shadow: 0 10px 24px rgba(254, 137, 2, 0.32);
}
.btn-primary-custom:hover {
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(254, 137, 2, 0.42);
}

.btn-outline-custom {
  background: transparent;
  color: #FFFFFF;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
}
.btn-outline-custom:hover {
  background: #FFFFFF;
  color: #0A1B33;
  border-color: #FFFFFF;
  transform: translateY(-3px);
}

.btn-book {
  background: linear-gradient(135deg, #013CAA 0%, #012C7D 100%);
  color: #FFFFFF !important;
  padding: 12px 28px;
  font-size: 0.95rem;
}
.btn-book:hover {
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(1, 60, 170, 0.35);
}

.btn-outline-dark-custom {
  background: transparent;
  color: #0A1B33;
  border: 1.5px solid #E8E3DC;
  padding: 12px 26px;
  font-size: 1rem;
}
.btn-outline-dark-custom:hover {
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  color: #FFFFFF;
  border-color: transparent;
  transform: translateY(-3px);
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #0A1B33;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.preloader__compass {
  font-size: 3rem;
  color: #FE8902;
  animation: spin 1.6s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.topbar {
  background: #0A1B33;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.85rem;
  padding: 5px 0;
}
.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.topbar__contact {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.topbar__contact li a {
  color: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.topbar__contact li a i {
  color: #FE8902;
}
.topbar__contact li a:hover {
  color: #FE8902;
}
.topbar__right {
  display: flex;
  align-items: center;
  gap: 26px;
}
.topbar__lang .dropdown-menu {
  min-width: 140px;
  z-index: 9999;
  font-size: 0.85rem;
}
.topbar__lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
}
.topbar__lang-toggle i {
  color: #FE8902;
}
.topbar__lang-toggle:hover, .topbar__lang-toggle:focus {
  color: #FFFFFF;
}
.topbar__social {
  display: flex;
  gap: 10px;
}
.topbar__social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 0.78rem;
}
.topbar__social a:hover {
  background: #FE8902;
  transform: translateY(-2px);
}

.dropdown.topbar__lang {
  transform: scale(1);
  transform-origin: right;
}

.site-header {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-header.is-scrolled {
  top: 0;
  background-color: #212121;
}
.site-header.is-scrolled .navbar {
  padding: 10px 0;
}

.navbar {
  padding: 7px 0;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-brand img {
  height: 58px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar-nav {
  gap: 6px;
}
.navbar-nav .nav-link {
  font-weight: 500;
  font-size: 0.95rem;
  padding: 10px 10px !important;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 10px 16px !important;
  position: relative;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
  color: #FE8902;
}
.navbar-nav .dropdown-toggle::after {
  border-top-color: currentColor;
  vertical-align: 2px;
  margin-left: 6px;
}

.dropdown-menu {
  border: none;
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
  padding: 10px;
  margin-top: 0px !important;
}
.dropdown-menu .dropdown-item {
  border-radius: 6px;
  padding: 9px 16px;
  font-size: 0.92rem;
  color: #0A1B33;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background: rgba(254, 137, 2, 0.1);
  color: #E67600;
}

@media (min-width: 992px) {
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.navbar-toggler {
  border: none;
  padding: 4px;
  width: 40px;
  height: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler span {
  display: block;
  width: 100%;
  height: 2px;
  background: #0A1B33;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.nav-search-toggle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid #E8E3DC;
  background: transparent;
  color: #0A1B33;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #fff;
}
.nav-search-toggle:hover, .nav-search-toggle.is-active {
  background: #FE8902;
  border-color: #FE8902;
  color: #FFFFFF;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero__slide {
  position: relative;
  min-height: 95vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.hero__slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 27, 51, 0.7) 0%, rgba(10, 27, 51, 0.5) 45%, rgba(10, 27, 51, 0.86) 100%);
}

.hero__slide .container {
  position: relative;
  z-index: 2;
}

.hero__content {
  max-width: 700px;
  padding-top: 40px;
}

.hero__eyebrow {
  display: inline-block;
  color: #FE8902;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 22px;
  padding: 8px 20px;
  border: 1px solid rgba(254, 137, 2, 0.5);
  border-radius: 50px;
  background: rgba(254, 137, 2, 0.08);
}
.hero h1 {
  color: #FFFFFF;
  font-size: clamp(2.3rem, 4.8vw, 3.9rem);
  margin-bottom: 22px;
}
.hero h1 span {
  color: #FE8902;
}
.hero p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.12rem;
  max-width: 560px;
  margin-bottom: 38px;
}
.hero__cta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.hero__slider .owl-dots {
  position: absolute;
  bottom: 130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
}
.hero__slider .owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  margin: 0;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.hero__slider .owl-dots .owl-dot.active span {
  background: #FE8902;
  width: 28px;
  border-radius: 6px;
}
@media (max-width: 767.98px) {
  .hero__slider .owl-dots {
    bottom: 100px;
  }
}

@media (max-width: 991.98px) {
  .hero__content {
    text-align: center;
    margin: 0 auto;
  }
  .hero p {
    margin-left: auto;
    margin-right: auto;
  }
  .hero__cta {
    justify-content: center;
  }
}
.booking-card {
  position: relative;
  z-index: 3;
  max-width: 1140px;
  margin: -70px auto 0;
  padding: 0 1.5rem;
}
.booking-card__form {
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
  padding: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 20px;
}
.booking-card__field {
  flex: 1 1 200px;
}
.booking-card__field label {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  margin-bottom: 8px;
}
.booking-card__field .form-select,
.booking-card__field .form-control {
  border: 1.5px solid #E8E3DC;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 0.95rem;
}
.booking-card__field .form-select:focus,
.booking-card__field .form-control:focus {
  border-color: #FE8902;
  box-shadow: 0 0 0 3px rgba(254, 137, 2, 0.12);
}
.booking-card__btn {
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  color: #FFFFFF;
  flex: 0 0 auto;
  padding: 14px 32px;
  white-space: nowrap;
}
.booking-card__btn:hover {
  color: #FFFFFF;
  transform: translateY(-2px);
}
@media (max-width: 767.98px) {
  .booking-card {
    margin-top: -50px;
  }
  .booking-card__form {
    padding: 20px;
  }
}

.stats {
  background: linear-gradient(135deg, #013CAA 0%, #012C7D 100%);
  padding: 40px 0 40px;
  position: relative;
  z-index: 1;
}

.stat-item {
  text-align: center;
  color: #FFFFFF;
}
.stat-item i {
  font-size: 2rem;
  color: #FE8902;
  margin-bottom: 14px;
}
.stat-item h3 {
  color: #FFFFFF;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.stat-item p {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.about-intro {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .about-intro {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .about-intro {
    padding: 60px 0;
  }
}
.about-intro__media {
  position: relative;
  padding: 0 30px 40px 0;
}
.about-intro__media img:first-child {
  border-radius: 16px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-intro__media-float {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  border: 6px solid #FFFFFF;
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}
.about-intro__badge {
  position: absolute;
  top: 24px;
  left: -24px;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(10, 27, 51, 0.1);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-intro__badge i {
  color: #FE8902;
  font-size: 1.3rem;
}
.about-intro__badge strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
}
.about-intro__badge span {
  font-size: 0.78rem;
  color: #000000;
}
@media (max-width: 991.98px) {
  .about-intro__badge {
    left: 12px;
  }
}
.about-intro__text {
  margin-bottom: 24px;
  font-size: 1.03rem;
}
.about-intro__list {
  margin-bottom: 34px;
}
.about-intro__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  color: #0A1B33;
  font-weight: 500;
}
.about-intro__list li i {
  color: #FE8902;
  font-size: 1.1rem;
}

.destinations {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .destinations {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .destinations {
    padding: 60px 0;
  }
}
.destinations {
  background: #FFF8F1;
}
.destinations .destinations__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.destinations .destinations__grid .desti-card-wraps:first-child {
  grid-column: 1/3;
  grid-row: 1/3;
}
.destinations .destination-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  min-height: 300px;
}
.destinations .destination-card img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.destinations .destination-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  background: linear-gradient(180deg, rgba(10, 27, 51, 0) 40%, rgba(10, 27, 51, 0.88) 100%);
}
.destinations .destination-card__overlay h3 {
  color: #FFFFFF;
  font-size: 1.5rem;
  margin-bottom: 4px;
}
.destinations .destination-card__overlay p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}
.destinations .destination-card__tours {
  display: inline-block;
  align-self: flex-start;
  background: #FE8902;
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}
.destinations .destination-card:hover img {
  transform: scale(1.08);
}
.destinations .destination-card--lg {
  min-height: 640px;
}
.destinations .destination-card--lg img {
  min-height: 640px;
}
.destinations .destination-card--lg .destination-card__overlay h3 {
  font-size: 2.1rem;
}
.destinations .destination-card--sm {
  min-height: 200px;
}
.destinations .destination-card--sm img {
  min-height: 200px;
}
.destinations .destination-card--sm .destination-card__overlay {
  padding: 18px;
}
.destinations .destination-card--sm h3 {
  font-size: 1.1rem;
}

.experiences {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .experiences {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .experiences {
    padding: 60px 0;
  }
}

.experience-slider .owl-stage {
  display: flex;
}

.exp-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 36px 26px;
  text-align: center;
  height: 100%;
  margin: 4px;
  box-shadow: 0 4px 16px rgba(10, 27, 51, 0.06);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.exp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}
.exp-card__icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}
.exp-card__icon i {
  font-size: 1.7rem;
  color: #FFFFFF;
}
.exp-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.exp-card p {
  font-size: 0.92rem;
}
.exp-card:hover .exp-card__icon {
  background: linear-gradient(135deg, #013CAA 0%, #012C7D 100%);
}

.experience-slider,
.testimonial-slider,
.package-slider {
  position: relative;
}
.experience-slider .owl-nav button,
.testimonial-slider .owl-nav button,
.package-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #FFFFFF !important;
  border: 1.5px solid #E8E3DC !important;
  color: #0A1B33 !important;
  box-shadow: 0 4px 16px rgba(10, 27, 51, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 2;
}
.experience-slider .owl-nav button.owl-prev,
.testimonial-slider .owl-nav button.owl-prev,
.package-slider .owl-nav button.owl-prev {
  left: -23px;
}
.experience-slider .owl-nav button.owl-next,
.testimonial-slider .owl-nav button.owl-next,
.package-slider .owl-nav button.owl-next {
  right: -23px;
}
.experience-slider .owl-nav button:hover,
.testimonial-slider .owl-nav button:hover,
.package-slider .owl-nav button:hover {
  background: #FE8902 !important;
  border-color: #FE8902 !important;
  color: #FFFFFF !important;
}
@media (max-width: 575.98px) {
  .experience-slider .owl-nav button.owl-prev,
  .testimonial-slider .owl-nav button.owl-prev,
  .package-slider .owl-nav button.owl-prev {
    left: 0;
  }
  .experience-slider .owl-nav button.owl-next,
  .testimonial-slider .owl-nav button.owl-next,
  .package-slider .owl-nav button.owl-next {
    right: 0;
  }
}

.why-choose {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .why-choose {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .why-choose {
    padding: 60px 0;
  }
}
.why-choose {
  background: #FFF8F1;
}
.why-choose__img {
  margin-top: 34px;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.why-item {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 30px 26px;
  height: 100%;
  box-shadow: 0 4px 16px rgba(10, 27, 51, 0.06);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.why-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}
.why-item i {
  font-size: 1.7rem;
  color: #FE8902;
  margin-bottom: 16px;
  display: block;
}
.why-item h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.why-item p {
  font-size: 0.9rem;
}

.packages {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .packages {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .packages {
    padding: 60px 0;
  }
}

.package-slider .owl-stage {
  display: flex;
}
.package-slider .owl-item {
  height: auto;
  display: flex;
  padding: 4px 0 50px;
}

.package-card {
  background: #FFFFFF;
  box-shadow: 0 12px 32px rgba(10, 27, 51, 0.1);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 4px;
  margin-bottom: 10px;
  margin-top: 10px;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}
.package-card__img {
  position: relative;
  overflow: hidden;
}
.package-card__img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.package-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #FE8902;
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 50px;
}
.package-card__body {
  padding: 26px;
}
.package-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: #FE8902;
  font-weight: 600;
  margin-bottom: 10px;
}
.package-card h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.package-card p {
  font-size: 0.92rem;
  margin-bottom: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.package-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px dashed #E8E3DC;
}
.package-card__rating {
  font-size: 0.92rem;
  font-weight: 600;
  color: #0A1B33;
}
.package-card__rating i {
  color: #FE8902;
  margin-right: 4px;
}
.package-card__rating span {
  color: #000000;
  font-weight: 400;
}
.package-card__price {
  font-size: 0.88rem;
  color: #000000;
}
.package-card__price strong {
  color: #013CAA;
  font-size: 1.15rem;
  font-family: "Cormorant Garamond", serif;
}
.package-card:hover .package-card__img img {
  transform: scale(1.08);
}

.cta-banner {
  position: relative;
  padding: 130px 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.cta-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(1, 44, 125, 0.92) 0%, rgba(10, 27, 51, 0.9) 100%);
}
.cta-banner .container {
  position: relative;
  z-index: 1;
}
.cta-banner h2 {
  color: #FFFFFF;
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  margin-bottom: 18px;
}
.cta-banner p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  margin-bottom: 34px;
}
.cta-banner__actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .cta-banner {
    background-attachment: scroll;
    padding: 90px 0;
  }
}

.services {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .services {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .services {
    padding: 60px 0;
  }
}
.services {
  background: #FFF8F1;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0 1.5rem;
}

.service-item {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
  height: 100%;
  box-shadow: 0 4px 16px rgba(10, 27, 51, 0.06);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}
.service-item i {
  font-size: 2rem;
  color: #013CAA;
  margin-bottom: 18px;
  display: block;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.service-item h3 {
  font-size: 1rem;
  letter-spacing: 0.3px;
}
.service-item:hover i {
  color: #FE8902;
  transform: scale(1.15);
}

.testimonials {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .testimonials {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .testimonials {
    padding: 60px 0;
  }
}
.testimonials {
  position: relative;
  background: #0A1B33;
  overflow: hidden;
}
.testimonials::before, .testimonials::after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.12;
  pointer-events: none;
}
.testimonials::before {
  background: #FE8902;
  top: -180px;
  right: -140px;
}
.testimonials::after {
  background: #013CAA;
  bottom: -200px;
  left: -160px;
}
.testimonials .container {
  position: relative;
  z-index: 1;
}
.testimonials .section-title {
  color: #FFFFFF;
}
.testimonials .section-desc {
  color: rgba(255, 255, 255, 0.6);
}

.testimonial-slider .owl-stage {
  display: flex;
}
.testimonial-slider .owl-item {
  height: auto;
  display: flex;
  padding: 12px 0 4px;
}

.testimonial-card {
  position: relative;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 44px 38px 34px;
  margin: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}
.testimonial-card::before {
  content: "\f10e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 22px;
  right: 26px;
  font-size: 2.6rem;
  color: rgba(254, 137, 2, 0.1);
  line-height: 1;
}
.testimonial-card__stars {
  position: relative;
  color: #FE8902;
  margin-bottom: 20px;
  font-size: 0.9rem;
  letter-spacing: 3px;
}
.testimonial-card__stars i {
  margin-right: 2px;
}
.testimonial-card p {
  position: relative;
  color: #0A1B33;
  font-size: 1.05rem;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 28px;
  flex-grow: 1;
}
.testimonial-card__author {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid #E8E3DC;
}
.testimonial-card__author img {
  width: 54px !important;
  height: 54px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #FE8902;
  padding: 3px;
  flex-shrink: 0;
}
.testimonial-card__author strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  color: #0A1B33;
}
.testimonial-card__author span {
  font-size: 0.8rem;
  color: #000000;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.testimonial-card__author span::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #FE8902;
  font-size: 0.75rem;
}

.blog {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .blog {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .blog {
    padding: 60px 0;
  }
}
.blog {
  background: #FFF8F1;
}

.blog-card {
  display: block;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(10, 27, 51, 0.1);
  height: 100%;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}
.blog-card__img {
  position: relative;
  overflow: hidden;
}
.blog-card__img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-card__date {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: #FFFFFF;
  color: #0A1B33;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blog-card__date i {
  color: #FE8902;
}
.blog-card__body {
  padding: 24px;
}
.blog-card__tag {
  display: inline-block;
  color: #013CAA;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}
.blog-card h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: #0A1B33;
}
.blog-card p {
  font-size: 0.9rem;
  margin-bottom: 16px;
}
.blog-card__link {
  color: #FE8902;
  font-weight: 600;
  font-size: 0.88rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.blog-card__link i {
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-size: 0.78rem;
}
.blog-card:hover .blog-card__img img {
  transform: scale(1.08);
}
.blog-card:hover .blog-card__link i {
  transform: translateX(4px);
}

.contact {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .contact {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .contact {
    padding: 60px 0;
  }
}
.contact {
  background: #FFF8F1;
  padding-top: 0;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .contact-wrap {
    grid-template-columns: 1fr;
  }
}

.contact-visual {
  position: relative;
  min-height: 640px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(10, 27, 51, 0.1);
}
.contact-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-visual__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(190deg, rgba(10, 27, 51, 0.1) 0%, rgba(10, 27, 51, 0.92) 88%);
}
.contact-visual__content {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.contact-visual__content .section-tag {
  margin-bottom: 12px;
}
.contact-visual__content .section-title {
  color: #FFFFFF;
  margin-bottom: 14px;
}
.contact-visual__content .section-desc {
  color: rgba(255, 255, 255, 0.65);
  max-width: 420px;
}
@media (max-width: 575.98px) {
  .contact-visual {
    min-height: 520px;
  }
  .contact-visual__content {
    padding: 40px 28px;
  }
}

.contact-info {
  margin-top: 30px;
}
.contact-info li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.contact-info li:first-child {
  padding-top: 0;
}
.contact-info li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.contact-info li i {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  color: #FE8902;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.contact-info li div {
  display: flex;
  flex-direction: column;
}
.contact-info li div span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
.contact-info li div a {
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Cormorant Garamond", serif;
}
.contact-info li div a:hover {
  color: #FE8902;
}

.contact-form-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: -64px;
}
@media (max-width: 991.98px) {
  .contact-form-wrap {
    margin-left: 0;
    margin-top: 15px;
    padding: 0 0px;
  }
}
@media (max-width: 575.98px) {
  .contact-form-wrap {
    margin-top: -40px;
    padding: 0 8px;
  }
}

.contact-form {
  position: relative;
  background: #FFFFFF;
  border-radius: 28px;
  padding: 48px 44px;
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
  border: 1px solid #E8E3DC;
}
.contact-form__tag {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FE8902;
  margin-bottom: 10px;
}
.contact-form__title {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.contact-form__subtitle {
  color: #000000;
  font-size: 0.92rem;
  margin-bottom: 30px;
}
.contact-form .form-control,
.contact-form .form-select {
  border: 1.5px solid #E8E3DC;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 0.95rem;
  background: #FFF8F1;
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: #FE8902;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(254, 137, 2, 0.12);
}
.contact-form textarea.form-control {
  resize: none;
}

.contact-map {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(10, 27, 51, 0.1);
  line-height: 0;
}

.site-footer {
  background: #0A1B33;
  color: rgba(255, 255, 255, 0.7);
  padding: 90px 0 0;
}
.site-footer h4 {
  color: #FFFFFF;
  font-size: 1.05rem;
  margin-bottom: 24px;
}
.site-footer p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.92rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer-brand img {
  height: 90px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.footer-social a:hover {
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  transform: translateY(-3px);
}

.footer-links li {
  margin-bottom: 3px;
}
.footer-links a {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.93rem;
}
.footer-links a:hover {
  color: #FE8902;
  padding-left: 4px;
}

.footer-newsletter {
  display: flex;
  margin: 20px 0 26px;
  border-radius: 50px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  padding: 4px;
}
.footer-newsletter input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 10px 18px;
  color: #FFFFFF;
  font-size: 0.9rem;
}
.footer-newsletter input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.footer-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.footer-newsletter input:focus {
  outline: none;
}
.footer-newsletter button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  color: #FFFFFF;
  flex-shrink: 0;
}
.footer-newsletter button:hover {
  transform: scale(1.06);
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.6);
}
.footer-contact li i {
  color: #FE8902;
  width: 16px;
}

.footer-bottom {
  margin-top: 70px;
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.88rem;
}
.footer-bottom ul {
  display: flex;
  gap: 24px;
}
.footer-bottom ul a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.88rem;
}
.footer-bottom ul a:hover {
  color: #FE8902;
}

.back-to-top {
  position: fixed;
  bottom: 172px;
  right: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #013CAA 0%, #012C7D 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 12px 32px rgba(10, 27, 51, 0.1);
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  color: #FFFFFF;
  transform: translateY(-4px);
}

.call-btn {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  z-index: 999;
  box-shadow: 0 10px 24px rgba(254, 137, 2, 0.4);
}
.call-btn:hover {
  color: #FFFFFF;
  transform: scale(1.08);
}

.whatsapp-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25D366;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  z-index: 999;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.4);
  animation: pulse 2.4s infinite;
}
.whatsapp-btn:hover {
  color: #FFFFFF;
  transform: scale(1.08);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.floating-book-btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background: linear-gradient(135deg, #013CAA 0%, #012C7D 100%);
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 22px 12px;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 12px 32px rgba(10, 27, 51, 0.1);
  z-index: 998;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.floating-book-btn:hover {
  color: #FFFFFF;
  padding-right: 18px;
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}

.search-popup {
  position: fixed;
  inset: 0;
  z-index: 1100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.search-popup.is-active {
  visibility: visible;
  opacity: 1;
}
.search-popup.is-active .search-popup__box {
  transform: translateY(0);
  opacity: 1;
}
.search-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 27, 51, 0.88);
}
.search-popup__box {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.search-popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #FFFFFF;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.search-popup__close:hover {
  background: #FE8902;
  border-color: #FE8902;
}
.search-popup__form {
  width: 100%;
  max-width: 640px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 18px;
}
.search-popup__input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.3rem, 3vw, 2rem);
}
.search-popup__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.search-popup__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.search-popup__submit {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  color: #FFFFFF;
  font-size: 1.15rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.search-popup__submit:hover {
  transform: scale(1.08);
}

body.search-open {
  overflow: hidden;
}

.page-banner {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .page-banner {
    min-height: 412px;
  }
}

.page-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 27, 51, 0.75) 0%, rgba(10, 27, 51, 0.55) 45%, rgba(10, 27, 51, 0.9) 100%);
}

.page-banner .container {
  position: relative;
  z-index: 2;
}

.page-banner__content {
  margin: 0 auto;
}
.page-banner__content h1 {
  color: #FFFFFF;
  font-size: clamp(2.1rem, 5vw, 5.2rem);
}
.page-banner__content p {
  color: #fff;
}

.page-banner__breadcrumb {
  background: transparent;
  justify-content: center;
  margin: 18px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9rem;
  letter-spacing: 0.4px;
}
.page-banner__breadcrumb li, .page-banner__breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
}
.page-banner__breadcrumb a:hover {
  color: #FE8902;
}
.page-banner__breadcrumb .breadcrumb-item.active {
  color: #FE8902;
}
.page-banner__breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: rgba(255, 255, 255, 0.35);
}

.contact-quick {
  padding: 90px 0 0;
}
@media (max-width: 991.98px) {
  .contact-quick {
    padding: 70px 0 0;
  }
}
@media (max-width: 575.98px) {
  .contact-quick {
    padding: 50px 0 0;
  }
}

.contact-quick__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 767.98px) {
  .contact-quick__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .contact-quick__grid {
    grid-template-columns: 1fr;
  }
}

.contact-quick__card {
  background: #FFFFFF;
  border: 1px solid #E8E3DC;
  border-radius: 16px;
  padding: 36px 26px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(10, 27, 51, 0.06);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.contact-quick__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}
.contact-quick__card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-quick__card a, .contact-quick__card span {
  display: block;
  color: #000000;
  font-size: 1rem;
}
.contact-quick__card a:hover {
  color: #FE8902;
}

.contact-quick__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 18px;
}

.contact-map-section {
  padding-bottom: 110px;
}
@media (max-width: 991.98px) {
  .contact-map-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 575.98px) {
  .contact-map-section {
    padding-bottom: 60px;
  }
}

.enquiry {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .enquiry {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .enquiry {
    padding: 60px 0;
  }
}

.enquiry-wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 991.98px) {
  .enquiry-wrap {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

.enquiry-steps {
  margin-top: 38px;
}
.enquiry-steps li {
  position: relative;
  display: flex;
  gap: 22px;
  padding-bottom: 38px;
}
.enquiry-steps li:last-child {
  padding-bottom: 0;
}
.enquiry-steps li:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 52px;
  bottom: 0;
  width: 1px;
  background: #E8E3DC;
}
.enquiry-steps li h4 {
  font-size: 1.2rem;
  margin-bottom: 6px;
}
.enquiry-steps li p {
  font-size: 1rem;
}

.enquiry-steps__num {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #FFFFFF;
  border: 1.5px solid #E8E3DC;
  color: #FE8902;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 0.92rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.enquiry-card {
  background: #FFFFFF;
  border-radius: 28px;
  border-top: 4px solid #FE8902;
  padding: 46px 42px;
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}
@media (max-width: 575.98px) {
  .enquiry-card {
    padding: 34px 26px;
  }
}

.enquiry-form label {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #000000;
  margin-bottom: 8px;
}
.enquiry-form .form-control,
.enquiry-form .form-select {
  border: 1.5px solid #E8E3DC;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 0.95rem;
  background: #FFF8F1;
}
.enquiry-form .form-control:focus,
.enquiry-form .form-select:focus {
  border-color: #FE8902;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(254, 137, 2, 0.12);
}
.enquiry-form textarea.form-control {
  resize: none;
}

.blog-listing-page {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .blog-listing-page {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .blog-listing-page {
    padding: 60px 0;
  }
}

.blog-post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 991.98px) {
  .blog-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .blog-post-grid {
    grid-template-columns: 1fr;
  }
}

.blog-post-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(10, 27, 51, 0.06);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.blog-post-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}
.blog-post-card__img {
  position: relative;
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.blog-post-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.blog-post-card__category {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #FE8902;
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 50px;
}
.blog-post-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 26px 24px 30px;
}
.blog-post-card__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.82rem;
  color: #000000;
  margin-bottom: 14px;
}
.blog-post-card__meta li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.blog-post-card__meta i {
  color: #FE8902;
}
.blog-post-card h3 {
  font-size: 1.12rem;
  margin-bottom: 12px;
}
.blog-post-card h3 a {
  color: #0A1B33;
}
.blog-post-card h3 a:hover {
  color: #FE8902;
}
.blog-post-card p {
  font-size: 1rem;
  margin-bottom: 22px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-post-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 0.9rem;
  color: #FE8902;
}
.blog-post-card__link i {
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.blog-post-card__link:hover i {
  transform: translateX(4px);
}
.blog-post-card:hover .blog-post-card__img img {
  transform: scale(1.08);
}

.dest-listing {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .dest-listing {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .dest-listing {
    padding: 60px 0;
  }
}

.country-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 991.98px) {
  .country-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .country-grid {
    grid-template-columns: 1fr;
  }
}

.country-card {
  position: relative;
  display: block;
  height: 350px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(10, 27, 51, 0.1);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.country-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.8s ease;
}
.country-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 27, 51, 0.1) 30%, rgba(10, 27, 51, 0.92) 100%);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.country-card__badge {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 6px 14px;
  border-radius: 50px;
}
.country-card__content {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
}
.country-card__content h3 {
  color: #FFFFFF;
  font-size: 1.6rem;
}
.country-card__desc {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
  margin-top: 8px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.country-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #FE8902;
  margin-top: 14px;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.country-card__link i {
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.country-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}
.country-card:hover img {
  transform: scale(1.1);
}
.country-card:hover .country-card__desc {
  max-height: 60px;
  opacity: 1;
  margin-top: 10px;
}
.country-card:hover .country-card__link {
  opacity: 1;
  transform: translateY(0);
}
.country-card:hover .country-card__link i {
  transform: translateX(4px);
}

.tour-listing-page {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .tour-listing-page {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .tour-listing-page {
    padding: 60px 0;
  }
}

.tour-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 60px;
}

.tour-filter__btn {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 10px 26px;
  border-radius: 50px;
  border: 1.5px solid #E8E3DC;
  background: #FFFFFF;
  color: #0A1B33;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.tour-filter__btn:hover {
  border-color: #FE8902;
  color: #FE8902;
}
.tour-filter__btn.is-active {
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  border-color: transparent;
  color: #FFFFFF;
}

.tour-list {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.tour-list .tour-row:nth-child(even) {
  flex-direction: row-reverse;
}

.tour-row {
  display: flex;
  align-items: center;
  gap: 60px;
}
.tour-row--reverse {
  flex-direction: row-reverse;
}
.tour-row.is-hidden {
  display: none;
}
@media (max-width: 991.98px) {
  .tour-row {
    flex-direction: column !important;
    gap: 30px;
  }
}

.tour-row__media {
  position: relative;
  flex: 1 1 50%;
  min-width: 0;
  aspect-ratio: 4/3;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}
.tour-row__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s ease;
}
.tour-row__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 27, 51, 0) 55%, rgba(10, 27, 51, 0.55) 100%);
}

.tour-row__duration {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #0A1B33;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 7px 16px;
  border-radius: 50px;
}
.tour-row__duration::before {
  content: "\f017";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #FE8902;
  font-size: 0.75rem;
}

.tour-row__index {
  position: absolute;
  z-index: 2;
  bottom: 14px;
  right: 22px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.85);
}

.tour-row__content {
  flex: 1 1 50%;
  min-width: 0;
}
.tour-row__content h3 {
  font-size: clamp(1.2rem, 1.5vw, 1.8rem);
  margin: 10px 0 16px;
}

.tour-row__desc {
  font-size: 1rem;
  margin-bottom: 28px;
}

.tour-row__footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 26px;
  margin-top: 6px;
  border-top: 1px solid #E8E3DC;
}

.tour-row__stars {
  margin-right: auto;
  color: #FE8902;
  font-size: 0.95rem;
  letter-spacing: 3px;
}

.tour-row:hover .tour-row__media img {
  transform: scale(1.06);
}

.experience-intro {
  padding: 100px 0 0;
}
@media (max-width: 991.98px) {
  .experience-intro {
    padding-top: 80px;
  }
}
@media (max-width: 575.98px) {
  .experience-intro {
    padding-top: 60px;
  }
}

.experience-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 44px;
}
.experience-nav a {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 26px;
  border-radius: 50px;
  border: 1.5px solid #E8E3DC;
  color: #0A1B33;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.experience-nav a:hover {
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  border-color: transparent;
  color: #FFFFFF;
}

.region-block {
  padding: 90px 0;
}
@media (max-width: 991.98px) {
  .region-block {
    padding: 70px 0;
  }
}
@media (max-width: 575.98px) {
  .region-block {
    padding: 50px 0;
  }
}
.region-block--alt {
  background: #FFF8F1;
}

.region-banner {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 28px;
  margin: 0 auto 60px;
  max-width: calc(100% - 3rem);
}
.region-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(10, 27, 51, 0.88) 0%, rgba(10, 27, 51, 0.3) 100%);
}
.region-banner .container {
  position: relative;
  z-index: 1;
}
.region-banner__content .section-tag--light {
  margin-bottom: 10px;
}
.region-banner__content h2 {
  color: #FFFFFF;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
}

.must-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}
@media (max-width: 991.98px) {
  .must-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .must-grid {
    grid-template-columns: 1fr;
  }
}

.must-card {
  background: #FFFFFF;
  border-left: 3px solid #FE8902;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 4px 16px rgba(10, 27, 51, 0.06);
  padding: 28px 26px;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.must-card:hover {
  background: #FFF8F1;
  box-shadow: 0 12px 32px rgba(10, 27, 51, 0.1);
  transform: translateY(-6px);
}
.must-card__label {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #FE8902;
  margin-bottom: 12px;
}
.must-card p {
  font-size: 0.94rem;
  color: #000000;
}

.region-cities__title {
  font-size: 1.6rem;
  margin-bottom: 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid #E8E3DC;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991.98px) {
  .city-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .city-grid {
    grid-template-columns: 1fr;
  }
}

.city-card {
  background: #FFFFFF;
  border: 1px solid #E8E3DC;
  border-radius: 16px;
  padding: 24px 22px;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.city-card:hover {
  border-color: #FE8902;
  box-shadow: 0 4px 16px rgba(10, 27, 51, 0.06);
  transform: translateY(-3px);
}
.city-card h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #E8E3DC;
  color: #FE8902;
}
.city-card h4::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #FE8902;
  font-size: 0.85rem;
}

.city-card__list li {
  position: relative;
  padding-left: 16px;
  font-size: 0.88rem;
  color: #000000;
  margin-bottom: 8px;
}
.city-card__list li:last-child {
  margin-bottom: 0;
}
.city-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FE8902;
}

.heritage-hero {
  position: relative;
}

.heritage-hero-slider {
  display: block;
  position: absolute;
  inset: 0;
}
.heritage-hero-slider .owl-stage-outer,
.heritage-hero-slider .owl-stage,
.heritage-hero-slider .owl-item {
  height: 100%;
}

.heritage-hero-slide {
  position: relative;
  height: 100%;
}
.heritage-hero-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.heritage-hero-slide__title {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  padding: 6px 16px;
  border-radius: 50px;
  background: rgba(10, 27, 51, 0.55);
  color: #FFFFFF;
  font-size: 0.85rem;
}

.hero-shade {
  pointer-events: none;
  z-index: 2;
}

.heritage-hero-content,
.hero-facts {
  position: relative;
}

.heritage-hero-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(10, 27, 51, 0.35) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  color: #FFFFFF !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  z-index: 1;
}
.heritage-hero-slider .owl-nav button.owl-prev {
  left: 16px;
}
.heritage-hero-slider .owl-nav button.owl-next {
  right: 16px;
}

.heritage-hero-slider .owl-dots {
  position: absolute;
  z-index: 1;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.heritage-hero-slider .owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.heritage-hero-slider .owl-dots .owl-dot.active span {
  background: #FFFFFF;
}

#heritage-inclusions {
  --gold: #b89455;
  --gold-light: #d8bd89;
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  #heritage-inclusions {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  #heritage-inclusions {
    padding: 60px 0;
  }
}
#heritage-inclusions .section-number {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#heritage-inclusions .section-number::before {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--gold);
}
#heritage-inclusions h2 {
  max-width: 480px;
  margin-bottom: 20px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  font-weight: 600;
  color: #0A1B33;
}
#heritage-inclusions .large-copy {
  color: #000000;
  font-size: 1.02rem;
  line-height: 1.85;
}
#heritage-inclusions .large-copy p:last-child {
  margin-bottom: 0;
}

.inclusion-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media (max-width: 575.98px) {
  .inclusion-grid {
    grid-template-columns: 1fr;
  }
}

.inclusion-grid__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid #E8E3DC;
  border-radius: 16px;
  background: #FFFFFF;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.inclusion-grid__item:hover {
  border-color: #d8bd89;
  box-shadow: 0 4px 16px rgba(10, 27, 51, 0.06);
  transform: translateY(-2px);
}
.inclusion-grid__item i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(135deg, #b89455 0%, #8f7140 100%);
  color: #FFFFFF;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inclusion-grid__item span {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  color: #0A1B33;
}

.tour-gallery-section {
  padding: 60px 0 0;
}
@media (max-width: 991.98px) {
  .tour-gallery-section {
    padding-top: 80px;
  }
}
@media (max-width: 575.98px) {
  .tour-gallery-section {
    padding-top: 60px;
  }
}

.tour-quickfacts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #FFFFFF;
  border-radius: 28px;
  box-shadow: 0 -9px 41px rgba(10, 27, 51, 0.16);
  margin: -46px auto 0;
  max-width: 960px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .tour-quickfacts {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -30px;
  }
}

.tour-quickfacts__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 20px;
  border-right: 1px solid #E8E3DC;
}
.tour-quickfacts__item:last-child {
  border-right: none;
}
@media (max-width: 767.98px) {
  .tour-quickfacts__item {
    border-bottom: 1px solid #E8E3DC;
  }
  .tour-quickfacts__item:nth-child(2) {
    border-right: none;
  }
  .tour-quickfacts__item:nth-child(3), .tour-quickfacts__item:nth-child(4) {
    border-bottom: none;
  }
}
.tour-quickfacts__item i {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex-shrink: 0;
}
.tour-quickfacts__item strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.92rem;
  color: #0A1B33;
}
.tour-quickfacts__item span {
  display: block;
  font-size: 0.76rem;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-top: 2px;
}

.tours-dts {
  margin-bottom: 10px;
}

.tour-detail {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .tour-detail {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .tour-detail {
    padding: 60px 0;
  }
}
.tour-detail {
  padding-top: 40px;
}

.tour-detail__head {
  margin-bottom: 48px;
}
.tour-detail__head h1 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  margin: 14px 0 20px;
}

.tour-detail__duration {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #FFFFFF;
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  padding: 8px 18px;
  border-radius: 50px;
}

.tour-detail__intro {
  font-size: 1.05rem;
}

.tour-detail__subtitle {
  font-size: 1.2rem;
  margin-bottom: 22px;
}

.tour-tabs {
  margin-bottom: 48px;
}

.tour-tabs__nav {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #E8E3DC;
  margin-bottom: 36px;
}
.tour-tabs__nav .nav-link {
  border: none;
  background: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000000;
  padding: 14px 22px;
  position: relative;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.tour-tabs__nav .nav-link::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: -1px;
  height: 3px;
  background: #FE8902;
  border-radius: 3px 3px 0 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.tour-tabs__nav .nav-link:hover {
  color: #0A1B33;
}
.tour-tabs__nav .nav-link.active {
  color: #FE8902;
}
.tour-tabs__nav .nav-link.active::after {
  transform: scaleX(1);
}
@media (max-width: 575.98px) {
  .tour-tabs__nav {
    gap: 0;
  }
  .tour-tabs__nav .nav-link {
    flex: 1;
    padding: 12px 8px;
    font-size: 0.85rem;
    text-align: center;
  }
  .tour-tabs__nav .nav-link::after {
    left: 8px;
    right: 8px;
  }
}

.tour-tabs__content .tab-pane {
  animation: fadeInTab 0.4s ease;
}

@keyframes fadeInTab {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tour-highlights,
.tour-inclusions,
.tour-extensions {
  margin-bottom: 48px;
}
.tour-highlights:last-child,
.tour-inclusions:last-child,
.tour-extensions:last-child {
  margin-bottom: 0;
}

.tour-highlights__list li,
.tour-extensions__list li,
.tour-destinations__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: #0A1B33;
  padding: 12px 0;
  border-bottom: 1px solid #E8E3DC;
}
.tour-highlights__list li:first-child,
.tour-extensions__list li:first-child,
.tour-destinations__list li:first-child {
  padding-top: 0;
}
.tour-highlights__list li:last-child,
.tour-extensions__list li:last-child,
.tour-destinations__list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.tour-highlights__list li i,
.tour-extensions__list li i,
.tour-destinations__list li i {
  margin-top: 3px;
  color: #FE8902;
  flex-shrink: 0;
}

.tour-inclusions__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 575.98px) {
  .tour-inclusions__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tour-inclusions__item {
  background: #FFF8F1;
  border-radius: 16px;
  padding: 22px 16px;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.tour-inclusions__item:hover {
  background: #FFFFFF;
  box-shadow: 0 4px 16px rgba(10, 27, 51, 0.06);
  transform: translateY(-4px);
}
.tour-inclusions__item i {
  font-size: 1.4rem;
  color: #FE8902;
  margin-bottom: 10px;
  display: block;
}
.tour-inclusions__item span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 500;
  color: #0A1B33;
}

.tour-itinerary__accordion {
  position: relative;
}
.tour-itinerary__accordion::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: -32px;
  left: 0%;
  width: 1px;
  background: rgb(193, 193, 193);
}

.tour-dayss::after {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 0;
  left: -25px;
  border-radius: 39px;
  width: 15px;
  /* border: solid 2px rgb(193, 193, 193); */
  height: 15px;
  background: rgb(248, 132, 2);
}

.tour-itinerary__day {
  position: relative;
  display: grid;
  gap: 22px;
  margin-bottom: 25px;
  padding-left: 0;
  margin-left: 17px;
  grid-template-columns: 150px 1fr;
}
.tour-itinerary__day:last-child() {
  border-bottom: solid 1px #ddd;
}

.tour-right-text-dts {
  border-bottom: solid 1px #ddd;
  padding-bottom: 25px;
}

.tour-itinerary__marker {
  position: relative;
  display: flex;
}

.tour-itinerary__day:last-child .tour-itinerary__marker::before {
  display: none;
}

.tour-itinerary__num {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #013CAA 0%, #012C7D 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 1.05rem;
  flex-shrink: 0;
  box-shadow: 0 4px 16px rgba(10, 27, 51, 0.06);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.tour-itinerary__day:has(.accordion-button:not(.collapsed)) .tour-itinerary__num {
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  box-shadow: 0 0 0 6px rgba(254, 137, 2, 0.14);
  transform: scale(1.05);
}

tour-itinerary_ .tour-itinerary__day:last-child .tour-itinerary__card {
  margin-bottom: 0;
}

.tour-itinerary__thumb {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
.tour-itinerary__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}

.accordion-button:hover .tour-itinerary__thumb img {
  transform: scale(1.1);
}

.tour-itinerary__title {
  display: flex;
  flex-direction: column;
}
.tour-itinerary__title strong {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0A1B33;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.tour-itinerary__title em {
  font-style: normal;
  font-size: 0.95rem;
  color: #013CAA;
  margin-top: 2px;
  font-weight: 600;
}

.accordion-button:not(.collapsed) .tour-itinerary__title strong {
  color: #FE8902;
}

@media (max-width: 575.98px) {
  .tour-itinerary__day {
    gap: 14px;
  }
  .tour-itinerary__marker,
  .tour-itinerary__num {
    width: 40px;
    height: 40px;
    font-size: 0.85rem;
  }
  .tour-itinerary__marker::before {
    top: 40px;
  }
  .tour-itinerary__thumb {
    display: none;
  }
}
.tour-booking-form {
  background: #FFFFFF;
  border: 1px solid #E8E3DC;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
  padding: 38px 32px;
}
.tour-booking-form__tag {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FE8902;
  margin-bottom: 10px;
}
.tour-booking-form h3 {
  font-size: 1.35rem;
  margin-bottom: 26px;
}
.tour-booking-form__field {
  margin-bottom: 18px;
}
.tour-booking-form__field label {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #0A1B33;
  margin-bottom: 8px;
}
.tour-booking-form__field .form-control,
.tour-booking-form__field .form-select {
  border: 1.5px solid #E8E3DC;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.92rem;
  background: #FFF8F1;
}
.tour-booking-form__field .form-control:focus,
.tour-booking-form__field .form-select:focus {
  border-color: #FE8902;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(254, 137, 2, 0.12);
}
.tour-booking-form__trust {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px dashed #E8E3DC;
}
.tour-booking-form__trust li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.84rem;
  color: #000000;
}
.tour-booking-form__trust i {
  color: #FE8902;
  width: 18px;
  text-align: center;
}

.related-tours {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .related-tours {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .related-tours {
    padding: 60px 0;
  }
}
.related-tours {
  background: #FFF8F1;
}

.related-tours__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 767.98px) {
  .related-tours__grid {
    grid-template-columns: 1fr;
  }
}

.related-tour-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
  box-shadow: 0 4px 16px rgba(10, 27, 51, 0.06);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.related-tour-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.related-tour-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 27, 51, 0) 45%, rgba(10, 27, 51, 0.82) 100%);
}
.related-tour-card__overlay {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
}
.related-tour-card__overlay h3 {
  color: #FFFFFF;
  font-size: 1.1rem;
}
.related-tour-card__duration {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.related-tour-card:hover {
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}
.related-tour-card:hover img {
  transform: scale(1.08);
}

.about-stats {
  padding: 90px 0;
}
@media (max-width: 991.98px) {
  .about-stats {
    padding-top: 70px;
  }
}
@media (max-width: 575.98px) {
  .about-stats {
    padding-top: 50px;
  }
}

.about-stats__bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #FFFFFF;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .about-stats__bar {
    grid-template-columns: repeat(2, 1fr);
  }
}

.about-stats__item {
  text-align: center;
  padding: 36px 20px;
  border-right: 1px solid #E8E3DC;
}
.about-stats__item:last-child {
  border-right: none;
}
@media (max-width: 767.98px) {
  .about-stats__item {
    border-bottom: 1px solid #E8E3DC;
  }
  .about-stats__item:nth-child(2) {
    border-right: none;
  }
  .about-stats__item:nth-child(3), .about-stats__item:nth-child(4) {
    border-bottom: none;
  }
}
.about-stats__item i {
  font-size: 1.6rem;
  color: #FE8902;
  margin-bottom: 14px;
  display: block;
}
.about-stats__item h3 {
  font-size: 1.9rem;
  margin-bottom: 6px;
}
.about-stats__item p {
  font-size: 0.85rem;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.company-overview {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .company-overview {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .company-overview {
    padding: 60px 0;
  }
}
.company-overview {
  padding: 110px 0;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.94)), url(img/slide2.jpg);
  background-size: cover;
}

.company-overview__inner h2 {
  margin-bottom: 24px;
}
.company-overview__inner p {
  text-align: justify;
}

.company-overview__media {
  position: relative;
}
.company-overview__media img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}

.company-overview__experience {
  position: absolute;
  left: -20px;
  bottom: -24px;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
  padding: 22px 26px;
  text-align: center;
}
.company-overview__experience strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.company-overview__experience span {
  display: block;
  font-size: 0.78rem;
  color: #000000;
  margin-top: 6px;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .company-overview__experience {
    left: 16px;
    bottom: 16px;
    padding: 16px 20px;
  }
  .company-overview__experience strong {
    font-size: 1.5rem;
  }
}

.company-overview__body p {
  font-size: 1rem;
  margin-bottom: 22px;
}
.company-overview__body p:last-child {
  margin-bottom: 0;
}

.vision-mission {
  position: relative;
}

.vision-mission__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}
@media (max-width: 767.98px) {
  .vision-mission__grid {
    grid-template-columns: 1fr;
  }
}

.vision-mission__panel {
  position: relative;
  overflow: hidden;
  padding: 110px 70px;
}
@media (max-width: 1199.98px) {
  .vision-mission__panel {
    padding: 90px 50px;
  }
}
@media (max-width: 767.98px) {
  .vision-mission__panel {
    padding: 70px 30px;
  }
}
.vision-mission__panel--vision {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.47)), url(img/slide2.jpg);
  color: rgba(255, 255, 255, 0.85);
}
.vision-mission__panel--mission {
  background: #FFF8F1;
  color: #0A1B33;
}

.vision-mission__watermark {
  position: absolute;
  right: -30px;
  bottom: -40px;
  font-size: 14rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.04);
  pointer-events: none;
}
.vision-mission__panel--mission .vision-mission__watermark {
  color: rgba(10, 27, 51, 0.04);
}

.vision-mission__inner {
  position: relative;
  z-index: 1;
  max-width: 480px;
}
.vision-mission__panel--vision .vision-mission__inner {
  margin-left: auto;
}
.vision-mission__panel--mission .vision-mission__inner {
  margin-right: auto;
}

.vision-mission__label {
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #FE8902;
  margin-bottom: 18px;
}

.vision-mission__intro {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
}
.vision-mission__panel--vision .vision-mission__intro {
  color: #FFFFFF;
}
.vision-mission__panel--mission .vision-mission__intro {
  color: #0A1B33;
}

.vision-mission__list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.vision-mission__item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.vision-mission__item i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #FE8902;
  border: 1.5px solid rgba(254, 137, 2, 0.35);
}
.vision-mission__item h4 {
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.vision-mission__panel--vision .vision-mission__item h4 {
  color: #FFFFFF;
}
.vision-mission__panel--mission .vision-mission__item h4 {
  color: #0A1B33;
}
.vision-mission__item p {
  font-size: 1rem;
  line-height: 1.6;
}
.vision-mission__panel--vision .vision-mission__item p {
  color: rgba(255, 255, 255, 0.65);
}
.vision-mission__panel--mission .vision-mission__item p {
  color: #000000;
}

.vision-mission__badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
  border: 6px solid #FFFFFF;
}
@media (max-width: 767.98px) {
  .vision-mission__badge {
    display: none;
  }
}

.core-values {
  position: relative;
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .core-values {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .core-values {
    padding: 60px 0;
  }
}
.core-values {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media (max-width: 991.98px) {
  .core-values {
    background-attachment: scroll;
  }
}

.core-values__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 27, 51, 0.92) 0%, rgba(1, 44, 125, 0.88) 100%);
}

.core-values__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}
.core-values__inner .section-tag {
  justify-content: center;
}
.core-values__inner h2 {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.core-values__inner p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.08rem;
  margin-bottom: 22px;
}
.core-values__inner p:last-child {
  margin-bottom: 0;
}

.core-values__mark {
  display: block;
  font-size: 2.4rem;
  color: rgba(254, 137, 2, 0.6);
  margin-bottom: 18px;
}

.team {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .team {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .team {
    padding: 60px 0;
  }
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 991.98px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

.team-card {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(10, 27, 51, 0.06);
  text-align: center;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}
.team-card__img {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.team-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.team-card__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 27, 51, 0) 55%, rgba(10, 27, 51, 0.75) 100%);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.team-card__social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.team-card__social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}
.team-card__social a:hover {
  background: #FE8902;
  border-color: #FE8902;
}
.team-card:hover .team-card__img img {
  transform: scale(1.08);
}
.team-card:hover .team-card__img::after {
  opacity: 1;
}
.team-card:hover .team-card__social {
  bottom: 20px;
  opacity: 1;
}
.team-card__body {
  padding: 22px 18px;
}
.team-card h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}
.team-card span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FE8902;
}

.why-features {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .why-features {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .why-features {
    padding: 60px 0;
  }
}
.why-features .section-head {
  margin-bottom: 64px;
}

.why-features__glow {
  position: absolute;
  z-index: 0;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.1;
  pointer-events: none;
}
.why-features__glow--1 {
  background: #FE8902;
  top: -160px;
  left: -160px;
}
.why-features__glow--2 {
  background: #013CAA;
  bottom: -180px;
  right: -160px;
}

.why-features .container {
  position: relative;
  z-index: 1;
}

.why-features__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 767.98px) {
  .why-features__grid {
    grid-template-columns: 1fr;
  }
}

.why-feature {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E8E3DC;
  border-radius: 28px;
  padding: 48px 42px;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.why-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.why-feature:hover {
  transform: translateY(-10px);
  border-color: transparent;
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}
.why-feature:hover::before {
  transform: scaleX(1);
}
.why-feature:hover .why-feature__icon {
  background: linear-gradient(135deg, #013CAA 0%, #012C7D 100%);
  transform: scale(1.1) rotate(-8deg);
}
.why-feature:hover .why-feature__num {
  color: rgba(254, 137, 2, 0.1);
}
.why-feature__num {
  position: absolute;
  top: 18px;
  right: 30px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 4rem;
  color: rgba(10, 27, 51, 0.05);
  line-height: 1;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.why-feature__icon {
  position: relative;
  z-index: 1;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 28px;
  box-shadow: 0 14px 28px rgba(254, 137, 2, 0.28);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.why-feature h3 {
  position: relative;
  z-index: 1;
  font-size: 1.3rem;
  margin-bottom: 16px;
}
.why-feature p {
  position: relative;
  z-index: 1;
  font-size: 0.97rem;
}

.review-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .review-section {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .review-section {
    padding: 60px 0;
  }
}
.review-section {
  background: #FFF8F1;
}
.review-section h5 {
  color: #013CAA;
}
.review-section .section-head {
  margin-bottom: 56px;
}
.review-section .container {
  position: relative;
  z-index: 1;
}
.review-section .testimonial-card {
  margin: 0;
}

.review-section__glow {
  position: absolute;
  z-index: 0;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  filter: blur(10px);
  opacity: 0.1;
  pointer-events: none;
}
.review-section__glow--1 {
  background: #FE8902;
  top: -160px;
  right: -160px;
}
.review-section__glow--2 {
  background: #013CAA;
  bottom: -180px;
  left: -160px;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background: #0a1b33;
    margin-top: 16px;
    padding: 0 10px;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(10, 27, 51, 0.1);
    max-height: 85vh;
    overflow-y: scroll;
  }
  .navbar-nav .nav-link {
    padding: 10px 6px !important;
  }
  .dropdown-menu {
    box-shadow: none;
    background: #05101e;
  }
  .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .btn-book {
    display: inline-flex;
    margin-top: 14px;
  }
}
.a3-masthead {
  padding: 150px 0 60px;
  background: #FFF8F1;
}
@media (max-width: 767.98px) {
  .a3-masthead {
    padding: 130px 0 40px;
  }
}

.a3-masthead__breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 24px;
}

.a3-masthead__eyebrow {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #FE8902;
  margin-bottom: 14px;
}

.a3-masthead__title {
  font-size: clamp(3rem, 8vw, 6rem);
  letter-spacing: -1px;
}

.a3-subnav {
  position: sticky;
  top: 84px;
  z-index: 900;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #E8E3DC;
}

.a3-subnav__row {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 0;
}
.a3-subnav__row a {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  padding: 8px 18px;
  border-radius: 50px;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.a3-subnav__row a:hover {
  color: #FE8902;
  background: #FFF8F1;
}
.a3-subnav__row a.active {
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  color: #FFFFFF;
}

.a3-dossier {
  padding: 90px 0 110px;
}

.a3-content {
  margin: 0 auto;
}

.a3-section {
  position: relative;
  padding-bottom: 100px;
  border-bottom: none;
}
.a3-section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.a3-section .section-tag {
  font-size: 0.85rem;
  letter-spacing: 3px;
}
.a3-section h2.section-title {
  margin: 12px 0 40px;
  font-size: 38px;
  letter-spacing: -0.4px;
}
.a3-section--light, .a3-section--dark {
  border-bottom: none;
}
.a3-section--full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 80px 0;
}
@media (max-width: 575.98px) {
  .a3-section--full {
    padding: 50px 0;
  }
}
.a3-section--light {
  background: #FFF8F1;
}
.a3-section--dark {
  background: #0A1B33;
}
.a3-section--dark .section-tag {
  color: #FE8902;
}
.a3-section--dark h2.section-title {
  color: #FFFFFF;
}
.a3-section--dark > p {
  color: rgba(255, 255, 255, 0.65);
}
.a3-section--dark .vm-box {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
.a3-section--dark .vm-box h4 {
  color: #FFFFFF;
}
.a3-section--dark .vm-box p {
  color: rgba(255, 255, 255, 0.6);
}

.a3-section__inner {
  position: relative;
}

.a3-overview-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .a3-overview-grid {
    grid-template-columns: 1fr;
  }
}

.a3-overview-grid__media img {
  width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}

.a3-dropcap p:first-of-type::first-letter {
  float: left;
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.8;
  color: #FE8902;
  padding: 6px 10px 0 0;
}

.a3-dropcap p {
  font-size: 1rem;
  margin-bottom: 22px;
}
.a3-dropcap p:last-child {
  margin-bottom: 0;
}

.a3-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 10px;
  border: 1px solid #E8E3DC;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(10, 27, 51, 0.06);
}
@media (max-width: 575.98px) {
  .a3-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

.a3-stats__item {
  padding: 34px 24px;
  border-right: 1px solid #E8E3DC;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.a3-stats__item:last-child {
  border-right: none;
}
@media (max-width: 575.98px) {
  .a3-stats__item {
    border-right: none;
    border-bottom: 1px solid #E8E3DC;
  }
  .a3-stats__item:nth-child(2n) {
    border-right: none;
  }
  .a3-stats__item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.a3-stats__item:hover {
  background: #FFF8F1;
}
.a3-stats__item h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: #013CAA;
  display: block;
}
.a3-stats__item p {
  font-size: 0.8rem;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 8px;
}

.a3-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .a3-cards {
    grid-template-columns: 1fr;
  }
}

.a3-cards__item {
  border-top: 3px solid #FE8902;
  padding-top: 0;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 16px rgba(10, 27, 51, 0.06);
}
.a3-cards__item img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.a3-cards__item span {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 0.8rem;
  color: rgba(10, 27, 51, 0.3);
  margin-bottom: 12px;
  padding: 0 20px;
}
.a3-cards__item h4 {
  font-size: 1.02rem;
  margin-bottom: 10px;
  padding: 0 20px;
}
.a3-cards__item p {
  font-size: 1rem;
  color: #000000;
  padding: 0 20px 22px;
}

.a3-mission-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 44px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .a3-mission-grid {
    grid-template-columns: 1fr;
  }
}

.a3-mission-grid__media img {
  width: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 12px 32px rgba(10, 27, 51, 0.1);
}

.a3-checklist {
  margin-top: 10px;
}
.a3-checklist li {
  display: flex;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px dashed #E8E3DC;
}
.a3-checklist li:first-child {
  padding-top: 0;
}
.a3-checklist li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.a3-checklist i {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(254, 137, 2, 0.1);
  color: #FE8902;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  margin-top: 2px;
}
.a3-checklist h4 {
  font-size: 1.2rem;
  margin-bottom: 6px;
}
.a3-checklist p {
  font-size: 1rem;
  color: #000000;
}

.a3-values-media {
  margin: 10px 0 34px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(10, 27, 51, 0.1);
}
.a3-values-media img {
  width: 100%;
  aspect-ratio: 21/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.a3-statement {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  font-weight: 400;
  line-height: 1.65;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 22px;
}
.a3-statement:last-child {
  margin-bottom: 0;
}
.a3-statement .hl {
  color: #0A1B33;
  font-weight: 600;
  background: linear-gradient(180deg, transparent 70%, rgba(254, 137, 2, 0.25) 70%);
}

.vm-grid {
  display: grid;
  gap: 24px;
  margin-top: 10px;
}
.vm-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.vm-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767.98px) {
  .vm-grid--3, .vm-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .vm-grid--3, .vm-grid--4 {
    grid-template-columns: 1fr;
  }
}

.vm-box {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E8E3DC;
  border-radius: 16px;
  padding: 34px 26px;
  text-align: center;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.vm-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(10, 27, 51, 0.16);
}
.vm-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  transform: scaleX(0);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.vm-box:hover::before {
  transform: scaleX(1);
}
.vm-box h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.vm-box p {
  font-size: 1rem;
  color: #000000;
}

.vm-box__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FE8902 0%, #E67600 100%);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin: 0 auto 20px;
  box-shadow: 0 10px 22px rgba(254, 137, 2, 0.28);
}

.values-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .values-split {
    grid-template-columns: 1fr;
  }
}

.values-split__media img {
  width: 100%;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 12px 32px rgba(10, 27, 51, 0.1);
}

.values-split__content .a3-statement {
  margin-top: 0;
}

.a3-cta {
  position: relative;
  padding: 130px 0;
  background-color: #0A1B33;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.a3-cta__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 27, 51, 0.75);
}

.a3-cta__split {
  position: absolute;
  inset: 0;
  background: #012C7D;
  clip-path: polygon(30% 0, 100% 0, 70% 100%, 0 100%);
  opacity: 0.55;
}

.a3-cta__inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}
.a3-cta__inner h2 {
  color: #FFFFFF;
  font-size: clamp(1.9rem, 3.5vw, 2.7rem);
  margin: 16px 0 18px;
}
.a3-cta__inner p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.05rem;
  margin-bottom: 34px;
}

.a3-cta__actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.about-showcase {
  --gold: #b89455;
  --gold-light: #d8bd89;
  --cream: #f7f3eb;
  --cream-dark: #ece4d5;
  --as-dark: #17201c;
  --as-dark-soft: #27332d;
  --as-text: #5d625f;
  --as-border: rgba(184, 148, 85, 0.25);
  --as-shadow: 0 24px 70px rgba(23, 32, 28, 0.13);
  overflow: hidden;
  color: var(--as-text);
  line-height: 1.75;
}
.about-showcase h2, .about-showcase h3 {
  color: var(--as-dark);
}
.about-showcase .as-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.about-showcase .as-eyebrow::before {
  content: "";
  width: 44px;
  height: 1px;
  background: var(--gold);
}
.about-showcase .as-title {
  max-width: 720px;
  margin-bottom: 28px;
  font-size: clamp(38px, 5vw, 60px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}
.about-showcase .as-title span {
  color: var(--gold);
  font-style: italic;
}
.about-showcase .as-lead {
  color: #6c716e;
  font-size: 17px;
  line-height: 1.9;
}
.about-showcase .as-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border: 1px solid var(--gold-light);
  background: var(--gold);
  color: #FFFFFF;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.about-showcase .as-btn:hover {
  background: transparent;
  color: var(--gold-light);
}
.about-showcase .as-intro {
  padding: 110px 0;
  background: var(--cream);
}
@media (max-width: 991.98px) {
  .about-showcase .as-intro {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .about-showcase .as-intro {
    padding: 60px 0;
  }
}
.about-showcase .as-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .about-showcase .as-intro__grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.about-showcase .as-intro__media {
  position: relative;
  min-height: 670px;
}
@media (max-width: 991.98px) {
  .about-showcase .as-intro__media {
    max-width: 680px;
  }
}
@media (max-width: 575.98px) {
  .about-showcase .as-intro__media {
    min-height: 500px;
  }
}
.about-showcase .as-intro__media-main {
  width: 82%;
  height: 590px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: var(--as-shadow);
}
@media (max-width: 575.98px) {
  .about-showcase .as-intro__media-main {
    width: 90%;
    height: 440px;
  }
}
.about-showcase .as-intro__media-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 12px solid var(--cream);
  box-shadow: var(--as-shadow);
}
@media (max-width: 575.98px) {
  .about-showcase .as-intro__media-small {
    width: 52%;
    height: 220px;
    border-width: 7px;
  }
}
.about-showcase .as-intro__badge {
  position: absolute;
  top: 50px;
  right: 3px;
  width: 155px;
  height: 155px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 148, 85, 0.55);
  border-radius: 50%;
  background: var(--as-dark);
  color: #FFFFFF;
  text-align: center;
  box-shadow: 0 18px 45px rgba(23, 32, 28, 0.25);
}
.about-showcase .as-intro__badge strong {
  display: block;
  color: var(--gold-light);
  font-family: "Cormorant Garamond", serif;
  font-size: 47px;
  line-height: 0.9;
}
.about-showcase .as-intro__badge span {
  display: block;
  margin-top: 8px;
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .about-showcase .as-intro__badge {
    top: 30px;
    width: 125px;
    height: 125px;
  }
  .about-showcase .as-intro__badge strong {
    font-size: 37px;
  }
}
.about-showcase .as-intro__copy p + p {
  margin-top: 18px;
}
.about-showcase .as-signature {
  margin-top: 35px;
  color: var(--as-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: 31px;
  font-style: italic;
}
.about-showcase .as-signature small {
  display: block;
  margin-top: 3px;
  color: var(--gold);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.about-showcase .as-stats {
  position: relative;
  padding: 75px 0;
  background: linear-gradient(rgba(18, 27, 23, 0.94), rgba(18, 27, 23, 0.94)), url(img/slide2.jpg) center/cover;
}
.about-showcase .as-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991.98px) {
  .about-showcase .as-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 45px;
  }
}
.about-showcase .as-stats__item {
  padding: 10px 35px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
  color: #FFFFFF;
  text-align: center;
}
.about-showcase .as-stats__item:last-child {
  border-right: 0;
}
@media (max-width: 991.98px) {
  .about-showcase .as-stats__item:nth-child(2) {
    border-right: 0;
  }
}
@media (max-width: 575.98px) {
  .about-showcase .as-stats__item {
    padding: 10px 12px;
  }
}
.about-showcase .as-stats__number {
  margin-bottom: 10px;
  color: var(--gold-light);
  font-family: "Cormorant Garamond", serif;
  font-size: 58px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .about-showcase .as-stats__number {
    font-size: 45px;
  }
}
.about-showcase .as-stats__label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.about-showcase .as-story {
  padding: 110px 0;
  background: #FFFFFF;
}
@media (max-width: 991.98px) {
  .about-showcase .as-story {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .about-showcase .as-story {
    padding: 60px 0;
  }
}
.about-showcase .as-story__heading {
  max-width: 820px;
  margin: 0 auto 70px;
  text-align: center;
}
.about-showcase .as-story__heading .as-eyebrow::before {
  display: none;
}
.about-showcase .as-story__heading .as-title {
  margin-inline: auto;
}
.about-showcase .as-story__grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 75px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .about-showcase .as-story__grid {
    grid-template-columns: 1fr;
  }
}
.about-showcase .as-story__image {
  position: relative;
  max-width: 680px;
}
.about-showcase .as-story__image img {
  width: 100%;
  min-height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .about-showcase .as-story__image img {
    min-height: 430px;
  }
}
.about-showcase .as-story__image::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 35px;
  left: -35px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--gold);
}
@media (max-width: 575.98px) {
  .about-showcase .as-story__image::before {
    top: 18px;
    left: -10px;
  }
}
.about-showcase .as-story__content {
  padding: 25px 0;
}
.about-showcase .as-story__content h3 {
  margin-bottom: 24px;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 600;
}
.about-showcase .as-story__content p + p {
  margin-top: 18px;
}
.about-showcase .as-quote {
  position: relative;
  margin-top: 35px;
  padding: 28px 30px 28px 38px;
  border-left: 2px solid var(--gold);
  background: var(--cream);
  color: var(--as-dark-soft);
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
  font-style: italic;
  line-height: 1.45;
}
.about-showcase .as-values {
  padding: 110px 0;
  background: var(--cream);
}
@media (max-width: 991.98px) {
  .about-showcase .as-values {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .about-showcase .as-values {
    padding: 60px 0;
  }
}
.about-showcase .as-values__header {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 58px;
}
.about-showcase .as-values__header .as-title {
  margin-bottom: 0;
}
.about-showcase .as-values__header .as-lead {
  max-width: 470px;
  align-self: flex-end;
}
@media (max-width: 991.98px) {
  .about-showcase .as-values__header {
    display: block;
  }
  .about-showcase .as-values__header .as-lead {
    margin-top: 25px;
    max-width: none;
  }
}
.about-showcase .as-values__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 991.98px) {
  .about-showcase .as-values__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .about-showcase .as-values__grid {
    grid-template-columns: 1fr;
  }
}
.about-showcase .as-value-card {
  position: relative;
  min-height: 330px;
  padding: 45px 38px;
  overflow: hidden;
  border: 1px solid var(--as-border);
  background: rgba(255, 255, 255, 0.75);
  transition: 0.4s ease;
}
.about-showcase .as-value-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 130px;
  height: 130px;
  border: 1px solid var(--as-border);
  border-radius: 50%;
  transition: 0.4s ease;
}
.about-showcase .as-value-card:hover {
  background: var(--as-dark);
  transform: translateY(-8px);
  box-shadow: var(--as-shadow);
}
.about-showcase .as-value-card:hover h3, .about-showcase .as-value-card:hover p {
  color: #FFFFFF;
}
.about-showcase .as-value-card .as-value-number {
  display: block;
  margin-bottom: 55px;
  color: var(--gold);
  font-family: "Cormorant Garamond", serif;
  font-size: 25px;
}
.about-showcase .as-value-card h3 {
  margin-bottom: 15px;
  font-size: 31px;
  transition: 0.4s ease;
}
.about-showcase .as-value-card p {
  font-size: 14px;
  transition: 0.4s ease;
}
.about-showcase .as-experience {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  background: linear-gradient(rgba(12, 20, 17, 0.72), rgba(12, 20, 17, 0.72)), url("https://swadeshiayurvedic.com/osternreisen/wp-content/themes/osternreisen/img/bread.jpg") center/cover fixed;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 575.98px) {
  .about-showcase .as-experience {
    min-height: 570px;
    background-attachment: scroll;
  }
}
.about-showcase .as-experience__content {
  max-width: 850px;
  margin-inline: auto;
}
.about-showcase .as-experience__content .as-eyebrow {
  color: var(--gold-light);
}
.about-showcase .as-experience__content .as-eyebrow::before {
  display: none;
}
.about-showcase .as-experience__content h2 {
  margin-bottom: 26px;
  color: #FFFFFF;
  font-size: clamp(44px, 6vw, 78px);
}
.about-showcase .as-experience__content p {
  max-width: 650px;
  margin: 0 auto 38px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}
.about-showcase .as-cta {
  padding: 90px 0;
  background: var(--as-dark);
}
.about-showcase .as-cta__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}
.about-showcase .as-cta__box h2 {
  max-width: 700px;
  color: #FFFFFF;
  font-size: clamp(36px, 5vw, 60px);
}
.about-showcase .as-cta__box h2 span {
  color: var(--gold-light);
  font-style: italic;
}
@media (max-width: 991.98px) {
  .about-showcase .as-cta__box {
    align-items: flex-start;
    flex-direction: column;
  }
}

.common-space {
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .common-space {
    padding: 80px 0;
  }
}
@media (max-width: 575.98px) {
  .common-space {
    padding: 60px 0;
  }
}

.blogs-single-page .main-hero-img {
  position: relative;
}
.blogs-single-page .main-hero-img img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 12px 32px rgba(10, 27, 51, 0.1);
}
.blogs-single-page .main-hero-img p {
  margin: 16px 0 0;
  color: #000000;
  font-size: 1rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.blogs-single-page .blog-date {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #f98502;
  color: #fff;
  padding: 4px 17px;
  border-radius: 32px;
}
.blogs-single-page-main-content {
  color: #0A1B33;
  font-size: 1.02rem;
  line-height: 1.85;
}
.blogs-single-page-main-content h2, .blogs-single-page-main-content h3, .blogs-single-page-main-content h4 {
  font-family: "Cormorant Garamond", serif;
  color: #FE8902;
  margin: 42px 0 18px;
}
.blogs-single-page-main-content h2 {
  font-size: 1.7rem;
}
.blogs-single-page-main-content h3 {
  font-size: 1.35rem;
}
.blogs-single-page-main-content h4 {
  font-size: 1.1rem;
}
.blogs-single-page-main-content p {
  margin-bottom: 22px;
}
.blogs-single-page-main-content a {
  color: #FE8902;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.blogs-single-page-main-content a:hover {
  color: #E67600;
}
.blogs-single-page-main-content img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 8px 0 28px;
}
.blogs-single-page-main-content ol {
  margin: 0 0 24px;
  padding-left: 22px;
}
.blogs-single-page-main-content ol li {
  margin-bottom: 10px;
  position: relative;
}
.blogs-single-page-main-content ul {
  margin: 0 0 24px;
  padding-left: 22px;
}
.blogs-single-page-main-content ul li {
  margin-bottom: 10px;
  position: relative;
}
.blogs-single-page-main-content ul li:before {
  content: "\f00c";
  position: absolute;
  left: -20px;
  top: 0;
  color: #FE8902;
  font-family: "fontawesome";
}
.blogs-single-page-main-content blockquote {
  margin: 32px 0;
  padding: 22px 26px;
  border-left: 3px solid #FE8902;
  background: #FFF8F1;
  border-radius: 0 16px 16px 0;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.15rem;
  color: #0A1B33;
}
.blogs-single-page-menu {
  background: #FFFFFF;
  border: 1px solid #E8E3DC;
  border-radius: 28px;
  box-shadow: 0 4px 16px rgba(10, 27, 51, 0.06);
  padding: 28px 26px;
  position: sticky;
  top: 10px;
}
.blogs-single-page-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blogs-single-page-menu li {
  border-bottom: 1px solid #E8E3DC;
}
.blogs-single-page-menu li:last-child {
  border-bottom: none;
}
.blogs-single-page-menu a {
  display: block;
  padding: 14px 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #0A1B33;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.blogs-single-page-menu a:hover {
  color: #FE8902;
  padding-left: 6px;
}

.common-page p {
  margin-bottom: 16px;
}
.common-page h2, .common-page h3, .common-page h4, .common-page h5 {
  color: #000;
  font-weight: 600;
}
.common-page h4 {
  margin-bottom: 16px;
}
.common-page ul {
  margin: 0 0 24px;
  padding-left: 22px;
}
.common-page ul li {
  margin-bottom: 10px;
  position: relative;
}
.common-page ul li:before {
  content: "\f00c";
  position: absolute;
  left: -20px;
  top: 0;
  color: #FE8902;
  font-family: "fontawesome";
}

.search-row {
  gap: 15px;
}
.search-row input {
  border-radius: 56px !important;
  border-color: #e3e3e3 !important;
}

.inner-boxed h5 {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (max-width: 1024px) {
  .navbar-nav .nav-link {
    font-size: 12px;
  }
  .site-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-toggler {
    filter: invert(1);
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  button.navbar-toggler {
    position: absolute;
    right: 56px;
    top: 27px;
  }
  .nav-search-toggle {
    position: absolute;
    right: 106px;
    top: 22px;
  }
  .destinations .destinations__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .destinations .destinations__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .destinations .destinations__grid .desti-card-wraps:first-child {
    grid-column: unset;
    grid-row: unset;
  }
  .services-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-quick__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .inclusion-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .contact-quick__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .destinations .destinations__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .topbar__contact {
    display: none;
  }
  .topbar__right {
    display: flex;
    align-items: center;
    gap: 26px;
    justify-content: space-between;
    width: 100%;
  }
  .dropdown.topbar__lang {
    transform-origin: left;
  }
  .heritage-hero h1 {
    font-size: 38px !important;
  }
  button.navbar-toggler {
    right: 20px;
  }
  .nav-search-toggle {
    right: 73px;
    top: 22px;
  }
  #heritage-view .section {
    padding: 70px 0;
  }
  #heritage-view .day h3 {
    font-size: 19px;
  }
  .heritage-hero-slider .owl-nav button {
    top: 65%;
  }
}/*# sourceMappingURL=style.css.map */