@charset "UTF-8";
:root {

  --button-color: #FFD900;
  --menu-icon-color: #212529;

  --color-primary: #0077b6;
  --color-primary-light: #90e0ef;
  --color-primary-dark: #023e8a;
  --color-primary-gradient:linear-gradient(135deg, #0077b6 0%, #0096c7 100%);

  --color-secondary: #ffb703;
  --color-secondary-light: #ffd166;
  --color-secondary-dark: #fb8500;

  --color-accent: #06d6a0;

  --color-background: #ffffff;
  --color-surface: #ffffff;
  --color-surface-scase: #ffffff; 
  --color-surface-mcase: #336aa1; 
  --color-border: #e0e0e0;

  --color-text-primary: #212529;
  --color-text-secondary: #495057;
  --color-text-muted: #6c757d;

  --box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  --box-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
  --box-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --box-shadow-hover: 0 20px 40px rgba(0, 0, 0, 0.15);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
  color: #0077b6;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: rgb(0, 101.15, 154.7);
  text-decoration: none;
}

img, svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
[type=button],
[type=submit] {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

body {
  font-family: "Lexend", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-text-secondary);
}

h1, h2, h3, h4 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  color: var(--color-text-primary);
  margin-bottom: 1rem;
  line-height: 1.2;
}

h1 {
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 1.875rem;
  }
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

h4 {
  font-size: 1.25rem;
  font-weight: 600;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #ac9a00;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: rgb(0, 107.1, 163.8);
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.heading-lg {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.pt-8 {
  padding-top: 6rem !important;
}

.pb-8 {
  padding-bottom: 6rem !important;
}

.container {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1296px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.position-relative {
  position: relative !important;
}

.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
  background-color: transparent;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-white {
  color: #ffffff !important;
}

.section {
  padding: 3rem 0;
}

.visible {
  visibility: visible !important;
}

.title-above {
  position: relative;
  max-width: 190px;
  margin: 0px auto;
  margin-bottom: 10px;
}
.title-above.left {
  margin-left: 0;
}
.title-above::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fb8500;
}

.hero-main-bg {
  position: relative;
  width: 1296px;
  height: 70vh;
  min-height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: center;
  overflow: hidden;
  margin: 0px auto;
  margin-bottom: 3rem;
}
@media (max-width: 1296px) {
  .hero-main-bg {
    width: 100%;
    min-width: 300px;
  }
}
.hero-main-bg .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
  z-index: 1;
}
.hero-main-bg .hero-background .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-main-bg .container {
  position: relative;
  z-index: 2;
}
.hero-main-bg .hero-content {
  max-width: 800px;
  margin: 0 auto;
}
.hero-main-bg .hero-content .hero-title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  font-family: "Space Grotesk", sans-serif;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .hero-main-bg .hero-content .hero-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 576px) {
  .hero-main-bg .hero-content .hero-title {
    font-size: 1.875rem;
  }
}
.hero-main-bg .hero-content .hero-subtitle {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
@media (max-width: 1024px) {
  .hero-main-bg .hero-content .hero-subtitle {
    font-size: 1.125rem;
  }
}

.visually-hidden {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}


 .icon svg {
  width: 48px;
  height: 48px;
  fill: currentColor;
  color: #ffffff;
}

.sm svg {
  width: 24px;
  height: 24px;
}

.d-flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  background-color: var(--button-color);
  border: 2px solid var(--button-color);
  border-radius: 25px;
  color: #000000 !important;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  box-shadow: inset 0 0 0 rgba(255, 217, 0, 0), 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.4s ease, background-color 0.3s ease, border-color 0.4s ease;
}
.btn:hover {
  transform: translateY(-3px);
  border-color: #c0a16b;
  box-shadow: inset 0 0 0 rgba(255, 217, 0, 0), 0 8px 20px rgba(255, 217, 0, 0.35);
}
.btn:active {
  transform: scale(0.98);
  box-shadow: inset 0 0 10px rgba(192, 161, 107, 0.4), 0 3px 8px rgba(0, 0, 0, 0.2);
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.5s ease, opacity 1s ease;
  z-index: 0;
}
.btn:focus::after, .btn:active::after {
  transform: translate(-50%, -50%) scale(15);
  opacity: 1;
  transition: transform 0.5s ease, opacity 1s ease;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn > * {
  position: relative;
  z-index: 1;
}
.btn.xs {
  padding: 0.2rem 1rem;
}
.btn.sm {
  padding: 0.4rem 1rem;
}

.btn-primary {
  background-color: var(--button-color);
  border-color: var(--button-color);
}
.btn-primary:hover {
  background-color: rgba(255, 217, 0, 0.85);
  border-color: #c0a16b;
}

.btn-outline {
  background: transparent;
  color: var(--button-color);
  border-color: var(--button-color);
}
.btn-outline:hover {
  border-color: #c0a16b;
  background-color: rgba(255, 217, 0, 0.1);
}
.btn-outline:active {
  background-color: rgba(255, 217, 0, 0.15);
}
.btn-outline:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  color: var(--button-color);
}

.btn-get-quotes {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  border: 2px solid var(--button-color);
  border-radius: 14px;
  background-color: #111827;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.4s ease, background-color 0.4s ease, transform 0.3s ease, border-color 0.4s ease;
}
.btn-get-quotes:hover {
  background-color: #1c1c1c;
  border-color: #c0a16b;
  transform: translateY(-2px);
}
.btn-get-quotes:active {
  transform: translateY(0);
}
.btn-get-quotes::before {
  content: none;
}
.btn-get-quotes:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  color: #ffffff !important;
}

.btn-more {
  background: #0077b6;
  color: #ffffff !important;
  border-color: transparent;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.4s ease;
}
.btn-more:hover {
  background: rgb(0, 107.1, 163.8);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.btn-more:active {
  transform: translateY(0);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.btn-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
  z-index: 0;
}
.btn-more:hover::after {
  width: 220%;
  height: 220%;
  opacity: 1;
}
.btn-more > * {
  position: relative;
  z-index: 1;
}

.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-background);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.travel-loader {
  position: relative;
  width: 80px;
  height: 80px;
  animation: levitate 1.5s ease-in-out infinite;
}
.travel-loader .travel-airplane {
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/logo.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes levitate {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 1rem 4rem;
  z-index: 4000;
}
@media (max-width: 1024px) {
  .header {
    padding: 1rem;
  }
}
.header .container {
  position: relative;
}
@media (max-width: 1025px) {
  .header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.header .logo {
  position: relative;
  height: 35px;
  border-radius: 10px;
}
@media (min-width: 1440px) {
  .header .logo {
    width: 20%;
    height: 55px;
    max-width: 200px;
  }
}
.header .logo .image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .logo .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 1025px) {
  .header .navbar {
    position: static;
    background: transparent;
    height: auto;
  }
}
@media (max-width: 1025px) {
  .header .navbar {
    position: fixed;
    left: 0;
    top: -100vh;
    width: 100%;
    height: 100vh;
    background-color: rgba(33, 37, 41, 0.95);
    backdrop-filter: blur(10px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 1000;
    -webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    -ms-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
    padding-top: 80px;
    overflow-y: auto;
  }
  .header .navbar.mobile-menu-open {
    top: 0;
  }
}
.header .navbar .nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .header .navbar .nav-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    gap: 0;
    text-align: left;
    padding: 0 1.5rem;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu > li {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .header .navbar .nav-menu > li {
    width: auto;
  }
}
.header .navbar .nav-menu .nav-link {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  display: block;
}
@media (min-width: 1025px) {
  .header .navbar .nav-menu .nav-link {
    padding: 5px 0;
    font-size: 1rem;
  }
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .nav-link {
    padding: 1rem 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.header .navbar .nav-menu .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0077b6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .nav-link::after {
    display: none;
  }
}
.header .navbar .nav-menu .nav-link:hover, .header .navbar .nav-menu .nav-link.active {
  color: #facb31;
}
.header .navbar .nav-menu .nav-link:hover::after, .header .navbar .nav-menu .nav-link.active::after {
  width: 100%;
}
.header .navbar .nav-menu .dropdown {
  position: relative;
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .dropdown {
    width: 100%;
  }
}
.header .navbar .nav-menu .dropdown .dropdown-toggle {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
  position: relative;
  display: block;
}
@media (min-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-toggle {
    padding: 5px 0;
    font-size: 1rem;
  }
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-toggle {
    padding: 1rem 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.header .navbar .nav-menu .dropdown .dropdown-toggle::after {
  content: "▼";
  font-size: 10px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media (min-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-toggle::after {
    position: relative;
    left: 5px;
  }
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-toggle::after {
    font-size: 12px;
  }
}
.header .navbar .nav-menu .dropdown .dropdown-toggle.active::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header .navbar .nav-menu .dropdown .dropdown-toggle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0077b6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-toggle::before {
    display: none;
  }
}
.header .navbar .nav-menu .dropdown .dropdown-toggle:hover {
  color: #0077b6;
}
.header .navbar .nav-menu .dropdown .dropdown-toggle:hover::before {
  width: 100%;
}
.header .navbar .nav-menu .dropdown .dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-menu {
    position: static;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    margin-left: 1rem;
    border-left: 2px solid rgba(0, 119, 182, 0.3);
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .navbar .nav-menu .dropdown .dropdown-menu.dropdown-open {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
  }
}
@media (min-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-menu {
    position: absolute;
    top: 140%;
    left: -10px;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    background-color: #ffffff;
    -webkit-box-shadow: "0 10px 15px -3px rgba(0, 0, 0, 0.1)";
    -moz-box-shadow: "0 10px 15px -3px rgba(0, 0, 0, 0.1)";
    box-shadow: "0 10px 15px -3px rgba(0, 0, 0, 0.1)";
    min-width: 180px;
    padding: 0.5rem 0;
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.header .navbar .nav-menu .dropdown .dropdown-menu .dropdown-item {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-family: "Urbanist", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-menu .dropdown-item {
    color: #ffffff;
    font-size: 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .header .navbar .nav-menu .dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
}
@media (min-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-menu .dropdown-item {
    color: #495057;
    font-size: 0.875rem;
  }
}
.header .navbar .nav-menu .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgba(0, 119, 182, 0.1);
  color: #0077b6;
  padding-left: 1.5rem;
}
@media (max-width: 1025px) {
  .header .navbar .nav-menu .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: rgba(0, 119, 182, 0.2);
  }
}
@media (min-width: 1025px) {
  .header .navbar .nav-menu .dropdown:hover .dropdown-toggle {
    color: #0077b6;
  }
  .header .navbar .nav-menu .dropdown:hover .dropdown-toggle::before {
    width: 100%;
  }
  .header .navbar .nav-menu .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.header .actions .theme-switcher {
  margin: 0 1rem;
}
.header .actions .theme-switcher .theme-toggle-btn {
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 5px;
  transition: all 0.3s ease;
}
.header .actions .theme-switcher .theme-toggle-btn:hover {
  border-color: var(--color-primary);
}
.header .actions .theme-switcher .theme-toggle-btn svg {
  width: 22px;
  height: 22px;
  color: var(--color-primary);
  transition: color 0.3s ease;
}
.header .actions .theme-switcher .moon-icon {
  display: none;
}
.header .actions .theme-switcher .dark-mode .moon-icon {
  display: block;
}
.header .actions .theme-switcher .dark-mode .sun-icon {
  display: none;
}
.header .actions .btn-get-quotes {
  white-space: nowrap;
  z-index: 1001;
  visibility: visible;
}
@media (max-width: 1024px) {
  .header .actions .btn-get-quotes {
    visibility: hidden;
  }
}
.header .mobile-menu-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}
@media (min-width: 1025px) {
  .header .mobile-menu-toggle {
    display: none;
  }
}
@media (max-width: 1025px) {
  .header .mobile-menu-toggle {
    order: 3;
  }
}
.header .mobile-menu-toggle .hamburger-line {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  margin: 2px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.header .mobile-menu-toggle .hamburger-line:nth-child(1) {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.header .mobile-menu-toggle .hamburger-line:nth-child(2) {
  opacity: 1;
}
.header .mobile-menu-toggle .hamburger-line:nth-child(3) {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.header .mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.header .mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.header .mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
.header.header-transparent {
background-color: rgba(52, 152, 219, 0.4);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header.header-scrolled {
  background-color: var(--color-surface-mcase);
  -webkit-box-shadow: "0 0 20px rgba(0, 0, 0, 0.1)";
  -moz-box-shadow: "0 0 20px rgba(0, 0, 0, 0.1)";
  box-shadow: "0 0 20px rgba(0, 0, 0, 0.1)";
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1025px) {
  .header.header-scrolled .navbar .nav-menu .nav-link {
    color: #ffffff;
  }
}
.header.header-scrolled .navbar .nav-menu .nav-link:hover, .header.header-scrolled .navbar .nav-menu .nav-link.active {
  color: #b6b300;
}
@media (max-width: 1025px) {
  .header.header-scrolled .navbar .nav-menu .dropdown .dropdown-toggle {
    color: #ffffff;
  }
}
.header.header-scrolled .navbar .nav-menu .dropdown .dropdown-toggle:hover {
  color: #0077b6;
}

.site-footer {
  background: var(--color-surface-mcase);
  color: #ffffff;
  padding: 3rem 0 0;
}
.site-footer .footer-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}
.site-footer .footer-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
}
@media (max-width: 576px) {
  .site-footer .footer-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.site-footer .footer-brand .logo {
  position: relative;
  width: 75%;
}
@media (max-width: 576px) {
  .site-footer .footer-brand .logo {
    width: 50%;
  }
}
.site-footer .footer-brand .logo .image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-footer .footer-brand .logo .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.site-footer .footer-brand .tagline {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 250px;
}
.site-footer .footer-title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #ffd166;
}
.site-footer .footer-nav ul,
.site-footer .footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-nav ul li,
.site-footer .footer-contact ul li {
  margin-bottom: 0.25rem;
}
.site-footer .footer-nav ul li a,
.site-footer .footer-contact ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.site-footer .footer-nav ul li a:hover,
.site-footer .footer-contact ul li a:hover {
  color: #0077b6;
}

.floating-icon {
  position: fixed;  /* 固定定位 */
  top:30%;
  right: 5%;
  z-index: 10000000;   
}

.floating-icon img {
  width: 60px;
  height: 60px;
  border-radius: 50%;  
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  transition: transform 0.3s ease-in-out;
}

/* 悬浮效果 */
.floating-icon:hover img {
  transform: scale(1.1);  
}

.scroll-to-top {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 50px;
  height: 50px;
  background: #0077b6;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-shadow: "0 10px 15px -3px rgba(0, 0, 0, 0.1)";
  -moz-box-shadow: "0 10px 15px -3px rgba(0, 0, 0, 0.1)";
  box-shadow: "0 10px 15px -3px rgba(0, 0, 0, 0.1)";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(20px) scale(0.8);
  -moz-transform: translateY(20px) scale(0.8);
  -ms-transform: translateY(20px) scale(0.8);
  -o-transform: translateY(20px) scale(0.8);
  transform: translateY(20px) scale(0.8);
  z-index: 500;
}
.scroll-to-top svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  -webkit-transition: transform 0.2s ease;
  -moz-transition: transform 0.2s ease;
  -ms-transition: transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.scroll-to-top:hover {
  background: #023e8a;
  -webkit-transform: translateY(-3px) scale(1.05);
  -moz-transform: translateY(-3px) scale(1.05);
  -ms-transform: translateY(-3px) scale(1.05);
  -o-transform: translateY(-3px) scale(1.05);
  transform: translateY(-3px) scale(1.05);
  -webkit-box-shadow: 0 6px 20px rgba(0, 119, 182, 0.4);
  -moz-box-shadow: 0 6px 20px rgba(0, 119, 182, 0.4);
  box-shadow: 0 6px 20px rgba(0, 119, 182, 0.4);
}
.scroll-to-top:hover svg {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.scroll-to-top:active {
  -webkit-transform: translateY(-1px) scale(0.95);
  -moz-transform: translateY(-1px) scale(0.95);
  -ms-transform: translateY(-1px) scale(0.95);
  -o-transform: translateY(-1px) scale(0.95);
  transform: translateY(-1px) scale(0.95);
}
.scroll-to-top:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 119, 182, 0.3);
  -moz-box-shadow: 0 0 0 3px rgba(0, 119, 182, 0.3);
  box-shadow: 0 0 0 3px rgba(0, 119, 182, 0.3);
}
@media (max-width: 1024px) {
  .scroll-to-top {
    bottom: 1.5rem;
    right: 1.5rem;
    width: 45px;
    height: 45px;
  }
  .scroll-to-top svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 576px) {
  .scroll-to-top {
    bottom: 1rem;
    right: 1rem;
    width: 40px;
    height: 40px;
  }
  .scroll-to-top svg {
    width: 16px;
    height: 16px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-to-top {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .scroll-to-top:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .scroll-to-top svg {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}


html,
body {
  overflow: hidden;
  overflow-y: auto;
  background: #ffffff;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .main h2 {
    font-size: 1.875rem;
  }
}
.main .main-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
  gap: 8rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main .main-content {
    display: block;
  }
  .main .main-content > * {
    display: inline-block;
    width: calc(100% - 8rem);
    margin-right: 8rem;
    vertical-align: top;
  }
  .main .main-content > *:nth-child(1n) {
    margin-right: 0;
  }
}
.main .main-content .top-destinations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main .main-content .top-destinations .box-destinations {
  max-width: 960px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.main .main-content .top-destinations .box-destinations .destination {
  width: 300px;
  height: 348px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(184, 183, 183, 0.5);
  overflow: hidden;
  padding: 10px;
}
.main .main-content .top-destinations .box-destinations .destination .box-image {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.main .main-content .top-destinations .box-destinations .destination .box-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .main-content .top-destinations .box-destinations .destination .box-info {
  display: grid;
  gap: 10px;
}
.main .main-content .top-destinations .box-destinations .destination .box-info .detail {
  height: 60px;
}
.main .main-content .top-destinations .box-destinations .destination .box-info .detail .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  left: -5px;
  font-size: 1rem;
  font-weight: 500;
  margin: 0px;
  padding-bottom: 5px;
}
.main .main-content .top-destinations .box-destinations .destination .box-info .detail .title svg {
  width: 20px;
  height: 20px;
}
.main .main-content .top-destinations .box-destinations .destination .box-info .detail .text {
  font-weight: 400;
  font-size: 0.75rem;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.main .main-content .top-destinations .box-destinations .destination .box-info .price-action {
  height: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.main .main-content .top-destinations .box-destinations .destination .box-info .price-action .price {
  font-weight: 500;
  font-size: 0.9rem;
  color: #212529;
}
.main .main-content .our-experience .description {
  text-align: left;
}
.main .main-content .our-experience .ourexp-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 100px;
}
.main .main-content .our-experience .ourexp-content .ourexp-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.main .main-content .our-experience .ourexp-content .ourexp-image .box-image {
  width: 500px;
  height: 500px;
}
@media (max-width: 1024px) {
  .main .main-content .our-experience .ourexp-content .ourexp-image .box-image {
    width: 300px;
    height: 300px;
  }
}
.main .main-content .our-experience .ourexp-content .ourexp-image .box-image .image {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .main-content .our-experience .ourexp-content .ourexp-info {
  max-width: 670px;
}
.main .main-content .our-experience .ourexp-content .ourexp-info .box-items-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.main .main-content .our-experience .ourexp-content .ourexp-info .box-items-num .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 200px;
  border-radius: 10px;
  padding: 10px;
  background-color: #e0e0e0;
}
.main .main-content .our-experience .ourexp-content .ourexp-info .box-items-num .item .num {
  font-weight: 600;
  font-size: 3rem;
  color: #fb8500;
}
.main .main-content .our-experience .ourexp-content .ourexp-info .box-items-num .item .text {
  font-weight: 400;
  font-size: 1rem;
}
.main .main-content .popular-packages-tours .description {
  max-width: 700px;
  margin: 1rem auto 3rem;
  font-size: 1.125rem;
  color: #495057;
}
.main .main-content .popular-packages-tours .tours-collage {
  display: grid;
  grid-template-columns: 300px 600px;
  gap: 1rem;
  grid-template-rows: 300px 300px;
  gap: 10px;
  width: 100%;
  padding: 10px;
}
.main .main-content .popular-packages-tours .tours-collage .tour-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.main .main-content .popular-packages-tours .tours-collage .tour-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}
.main .main-content .popular-packages-tours .tours-collage .tour-card:hover .image {
  transform: scale(1.05);
}
.main .main-content .popular-packages-tours .tours-collage .tour-card .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.5s ease;
}
.main .main-content .popular-packages-tours .tours-collage .tour-card .tour-info {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 1.5rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.main .main-content .popular-packages-tours .tours-collage .tour-card .tour-info .title {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
.main .main-content .popular-packages-tours .tours-collage .tour-card .tour-info p {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.main .main-content .popular-packages-tours .tours-collage .tour-card .tour-info .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.main .main-content .popular-packages-tours .tours-collage .tour-card .tour-info .bottom .price {
  font-weight: 700;
  font-size: 1.1rem;
}
.main .main-content .popular-packages-tours .tours-collage .tour-card .tour-info .tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: linear-gradient(135deg, #0077b6 0%, #0096c7 100%);
  padding: 0.25rem 0.7rem;
  font-size: 0.8rem;
  border-radius: 999px;
}
.main .main-content .popular-packages-tours .tours-collage .tall {
  grid-column: 1;
  grid-row: 1/span 2;
}
.main .main-content .popular-packages-tours .tours-collage .wide {
  grid-column: 2;
  grid-row: 1;
}
.main .main-content .popular-packages-tours .tours-collage .box-two-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main .main-content .popular-packages-tours .tours-collage .box-two-column {
    display: block;
  }
  .main .main-content .popular-packages-tours .tours-collage .box-two-column > * {
    display: inline-block;
    width: calc(50% - 10px);
    margin-right: 10px;
    vertical-align: top;
  }
  .main .main-content .popular-packages-tours .tours-collage .box-two-column > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .main .main-content .popular-packages-tours .tours-collage {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .main .main-content .popular-packages-tours .tours-collage .tall,
  .main .main-content .popular-packages-tours .tours-collage .wide {
    grid-column: auto;
    grid-row: auto;
  }
  .main .main-content .popular-packages-tours .tours-collage .box-two-column {
    height: 610px;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}
.main .main-content .news {
  padding: 10px;
}
.main .main-content .news .box-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.main .main-content .news .box-news .blog-news-card {
  background: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .main .main-content .news .box-news .blog-news-card {
    max-width: 100%;
  }
}
.main .main-content .news .box-news .blog-news-card:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.main .main-content .news .box-news .blog-news-card:hover .blog-image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.main .main-content .news .box-news .blog-news-card .blog-image {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.main .main-content .news .box-news .blog-news-card .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.main .main-content .news .box-news .blog-news-card .blog-image .blog-category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #0077b6;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.main .main-content .news .box-news .blog-news-card .blog-content {
  padding: 1.5rem;
}
.main .main-content .news .box-news .blog-news-card .blog-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
}
.main .main-content .news .box-news .blog-news-card .blog-meta .blog-date, .main .main-content .news .box-news .blog-news-card .blog-meta .blog-read-time {
  font-size: 0.75rem;
  color: #495057;
  font-weight: 500;
}
.main .main-content .news .box-news .blog-news-card .blog-meta .blog-date {
  color: #0077b6;
}
.main .main-content .news .box-news .blog-news-card .blog-title {
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.main .main-content .news .box-news .blog-news-card .blog-title a {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212529;
  text-decoration: none;
  line-height: 1.3;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: block;
}
.main .main-content .news .box-news .blog-news-card .blog-title a:hover {
  color: #0077b6;
}
.main .main-content .news .box-news .blog-news-card .blog-excerpt {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #495057;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.main .main-content .news .box-news .blog-news-card .blog-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
}
.main .main-content .news .box-news .blog-news-card .blog-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.main .main-content .news .box-news .blog-news-card .blog-author .author-avatar {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.main .main-content .news .box-news .blog-news-card .blog-author .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .main-content .news .box-news .blog-news-card .blog-author .author-name {
  font-size: 0.875rem;
  font-weight: 500;
  color: #212529;
}
.main .main-content .news .box-news .blog-news-card .blog-engagement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
}
.main .main-content .news .box-news .blog-news-card .blog-engagement .engagement-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 4px;
  color: #495057;
  font-size: 0.75rem;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
}
.main .main-content .news .box-news .blog-news-card .blog-engagement .engagement-item:hover {
  color: #0077b6;
}
.main .main-content .news .box-news .blog-news-card .blog-engagement .engagement-item svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
@media (max-width: 576px) {
  .main .main-content .news .box-news .blog-news-card .blog-content {
    padding: 1rem;
  }
  .main .main-content .news .box-news .blog-news-card .blog-title a {
    font-size: 1.125rem;
  }
  .main .main-content .news .box-news .blog-news-card .blog-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
  .main .main-content .news .box-news .blog-news-card .blog-engagement {
    align-self: stretch;
    justify-content: flex-start;
  }
}
.main .main-content .booking-form {
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.main .main-content .booking-form .form-status {
  grid-column: 1/-1;
  margin-bottom: 0.5rem;
}
.main .main-content .booking-form .form-status .form-success,
.main .main-content .booking-form .form-status .form-error-general {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
  padding: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
}
.main .main-content .booking-form .form-status .form-success svg,
.main .main-content .booking-form .form-status .form-error-general svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.main .main-content .booking-form .form-status .form-success {
  background: rgba(6, 214, 160, 0.1);
  color: #15803d;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.main .main-content .booking-form .form-status .form-success svg {
  fill: #22c55e;
}
.main .main-content .booking-form .form-status .form-error-general {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  border: 1px solid rgba(220, 53, 69, 0.3);
}
.main .main-content .booking-form .form-status .form-error-general svg {
  fill: #dc3545;
}
.main .main-content .booking-form .form-error {
  font-size: 0.75rem;
  color: #dc3545;
  margin-top: 2px;
  display: none;
}
@media (max-width: 1024px) {
  .main .main-content .booking-form__container {
    padding: 10px;
  }
  .main .main-content .booking-form__title {
    font-size: 1.5rem;
  }
}
.main .main-content .booking-form__container {
  max-width: 700px;
  width: 100%;
  background: #ffffff;
  color: #212529;
  border-radius: 1rem;
  box-shadow: "0 10px 15px -3px rgba(0, 0, 0, 0.1)";
  padding: 20px;
}
.main .main-content .booking-form__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #0077b6;
}
.main .main-content .booking-form__subtitle {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #495057;
}
.main .main-content .booking-form__form {
  display: grid;
  gap: 10px;
}
.main .main-content .booking-form__field {
  display: flex;
  flex-direction: column;
}
.main .main-content .booking-form__field label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #212529;
}
.main .main-content .booking-form__field input,
.main .main-content .booking-form__field textarea,
.main .main-content .booking-form__field select {
  padding: 0.75rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  color: #212529;
}
.main .main-content .booking-form__field input:focus,
.main .main-content .booking-form__field textarea:focus,
.main .main-content .booking-form__field select:focus {
  outline: none;
  border-color: #0077b6;
  box-shadow: 0 0 0 3px rgba(0, 119, 182, 0.2);
}
.main .main-content .booking-form__field textarea {
  resize: vertical;
  min-height: 120px;
}
.main .main-content .booking-form__field select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1rem;
}
.main .main-content .booking-form__btn {
  background: #0077b6;
  color: #ffffff;
  border: none;
  padding: 0.9rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}
.main .main-content .booking-form__btn:hover {
  background: rgb(0, 92.3230769231, 141.2);
  transform: translateY(-2px);
}
.main .main-content .about-us .title-above {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.main .main-content .about-us .our-story {
  margin-bottom: 6rem;
}
.main .main-content .about-us .our-story .story-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 1280px) {
  .main .main-content .about-us .our-story .story-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .main .main-content .about-us .our-story .story-content {
    display: block;
  }
  .main .main-content .about-us .our-story .story-content > * {
    display: inline-block;
    width: calc(100% - 3rem);
    margin-right: 3rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-story .story-content > *:nth-child(1n) {
    margin-right: 0;
  }
}
.main .main-content .about-us .our-story .story-stats {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main .main-content .about-us .our-story .story-stats {
    display: block;
  }
  .main .main-content .about-us .our-story .story-stats > * {
    display: inline-block;
    width: calc(33.3333333333% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-story .story-stats > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .main .main-content .about-us .our-story .story-stats {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 576px) and (-ms-high-contrast: active), (max-width: 576px) and (-ms-high-contrast: none) {
  .main .main-content .about-us .our-story .story-stats {
    display: block;
  }
  .main .main-content .about-us .our-story .story-stats > * {
    display: inline-block;
    width: calc(100% - 1rem);
    margin-right: 1rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-story .story-stats > *:nth-child(1n) {
    margin-right: 0;
  }
}
.main .main-content .about-us .our-story .story-stats .stat-item {
  text-align: center;
  padding: 1rem;
}
.main .main-content .about-us .our-story .story-stats .stat-item .stat-number {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  color: #0077b6;
  margin-bottom: 0.5rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 1024px) {
  .main .main-content .about-us .our-story .story-stats .stat-item .stat-number {
    font-size: 1.875rem;
  }
}
.main .main-content .about-us .our-story .story-stats .stat-item .stat-label {
  font-size: 0.875rem;
  color: #495057;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.main .main-content .about-us .our-story .story-image {
  position: relative;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.main .main-content .about-us .our-story .story-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1280px) {
  .main .main-content .about-us .our-story .story-image img {
    height: 400px;
  }
}
.main .main-content .about-us .our-story .story-image .image-badge {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  background: #ffb703;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  -webkit-box-shadow: 0 4px 15px rgba(255, 183, 3, 0.3);
  -moz-box-shadow: 0 4px 15px rgba(255, 183, 3, 0.3);
  box-shadow: 0 4px 15px rgba(255, 183, 3, 0.3);
}
.main .main-content .about-us .our-mission {
  margin-bottom: 6rem;
}
.main .main-content .about-us .our-mission .mb-6 {
  margin-bottom: 4rem;
}
.main .main-content .about-us .our-mission .mission-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main .main-content .about-us .our-mission .mission-grid {
    display: block;
  }
  .main .main-content .about-us .our-mission .mission-grid > * {
    display: inline-block;
    width: calc(50% - 3rem);
    margin-right: 3rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-mission .mission-grid > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .main .main-content .about-us .our-mission .mission-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
  .main .main-content .about-us .our-mission .mission-grid {
    display: block;
  }
  .main .main-content .about-us .our-mission .mission-grid > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-mission .mission-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.main .main-content .about-us .our-mission .mission-item {
  background: #ffffff;
  padding: 3rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main .main-content .about-us .our-mission .mission-item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.main .main-content .about-us .our-mission .mission-item .mission-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #0077b6 0%, #90e0ef 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0 auto 1rem;
}
.main .main-content .about-us .our-mission .mission-item .mission-icon svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}
.main .main-content .about-us .our-mission .mission-item .mission-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1rem;
  font-family: "Space Grotesk", sans-serif;
}
.main .main-content .about-us .our-mission .mission-item .mission-description {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #495057;
}
.main .main-content .about-us .our-team {
  margin-bottom: 6rem;
}
.main .main-content .about-us .our-team .team-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main .main-content .about-us .our-team .team-grid {
    display: block;
  }
  .main .main-content .about-us .our-team .team-grid > * {
    display: inline-block;
    width: calc(33.3333333333% - 3rem);
    margin-right: 3rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-team .team-grid > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .main .main-content .about-us .our-team .team-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .main .main-content .about-us .our-team .team-grid {
    display: block;
  }
  .main .main-content .about-us .our-team .team-grid > * {
    display: inline-block;
    width: calc(50% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-team .team-grid > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .main .main-content .about-us .our-team .team-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 576px) and (-ms-high-contrast: active), (max-width: 576px) and (-ms-high-contrast: none) {
  .main .main-content .about-us .our-team .team-grid {
    display: block;
  }
  .main .main-content .about-us .our-team .team-grid > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-team .team-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.main .main-content .about-us .our-team .team-member {
  background: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main .main-content .about-us .our-team .team-member:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.main .main-content .about-us .our-team .team-member:hover .member-social {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.main .main-content .about-us .our-team .team-member .member-photo {
  position: relative;
  overflow: hidden;
}
.main .main-content .about-us .our-team .team-member .member-photo img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main .main-content .about-us .our-team .team-member .member-photo .member-social {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main .main-content .about-us .our-team .team-member .member-photo .member-social .social-link {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main .main-content .about-us .our-team .team-member .member-photo .member-social .social-link svg {
  width: 16px;
  height: 16px;
  fill: #0077b6;
}
.main .main-content .about-us .our-team .team-member .member-photo .member-social .social-link:hover {
  background: #0077b6;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.main .main-content .about-us .our-team .team-member .member-photo .member-social .social-link:hover svg {
  fill: #ffffff;
}
.main .main-content .about-us .our-team .team-member .member-info {
  padding: 1.5rem;
  text-align: center;
}
.main .main-content .about-us .our-team .team-member .member-info .member-bio {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #495057;
}
.main .main-content .about-us .our-values {
  margin-bottom: 6rem;
}
.main .main-content .about-us .our-values .values-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 1280px) {
  .main .main-content .about-us .our-values .values-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .main .main-content .about-us .our-values .values-content {
    display: block;
  }
  .main .main-content .about-us .our-values .values-content > * {
    display: inline-block;
    width: calc(100% - 3rem);
    margin-right: 3rem;
    vertical-align: top;
  }
  .main .main-content .about-us .our-values .values-content > *:nth-child(1n) {
    margin-right: 0;
  }
}
.main .main-content .about-us .our-values .values-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1.5rem;
}
.main .main-content .about-us .our-values .value-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
}
.main .main-content .about-us .our-values .value-item .value-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #06d6a0 0%, #90e0ef 100%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.main .main-content .about-us .our-values .value-item .value-icon svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}
.main .main-content .about-us .our-values .value-item .value-content h4 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.5rem;
  font-family: "Space Grotesk", sans-serif;
}
.main .main-content .about-us .our-values .value-item .value-content p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #495057;
}
.main .main-content .about-us .about-cta {
  background: linear-gradient(135deg, #0077b6 0%, #023e8a 100%);
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  padding: 6rem 4rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .main .main-content .about-us .about-cta {
    padding: 4rem 1.5rem;
  }
}
.main .main-content .about-us .about-cta .cta-content {
  max-width: 600px;
  margin: 0 auto;
}
.main .main-content .about-us .about-cta .cta-content .cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.5rem;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 1024px) {
  .main .main-content .about-us .about-cta .cta-content .cta-title {
    font-size: 1.875rem;
  }
}
.main .main-content .about-us .about-cta .cta-content .cta-description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 3rem;
}
@media (max-width: 1024px) {
  .main .main-content .about-us .about-cta .cta-content .cta-description {
    font-size: 1rem;
  }
}
.main .main-content .about-us .about-cta .cta-content .cta-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 576px) {
  .main .main-content .about-us .about-cta .cta-content .cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.main .main-content .about-us .about-cta .cta-content .cta-buttons .btn {
  padding: 1rem 3rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
@media (max-width: 576px) {
  .main .main-content .about-us .about-cta .cta-content .cta-buttons .btn {
    width: 100%;
    max-width: 250px;
  }
}
.main .main-content .about-us .about-cta .cta-content .cta-buttons .btn.btn-primary {
  background: #ffb703;
  color: #ffffff;
  border: 2px solid #ffb703;
}
.main .main-content .about-us .about-cta .cta-content .cta-buttons .btn.btn-primary:hover {
  background: #fb8500;
  border-color: #fb8500;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(255, 183, 3, 0.3);
  -moz-box-shadow: 0 5px 15px rgba(255, 183, 3, 0.3);
  box-shadow: 0 5px 15px rgba(255, 183, 3, 0.3);
}
.main .main-content .about-us .about-cta .cta-content .cta-buttons .btn.btn-outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.main .main-content .about-us .about-cta .cta-content .cta-buttons .btn.btn-outline:hover {
  background: #ffffff;
  color: #0077b6;
  border-color: #ffffff;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.main .main-content .about-us .text-center {
  text-align: center;
}
.main .main-content .about-us .mb-6 {
  margin-bottom: 4rem;
}

.call-action-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  height: 500px;
  padding: 10px;
  overflow: hidden;
}
.call-action-image .image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.call-action-image .image.brightness {
  filter: brightness(0.8);
}
.call-action-image .central-info {
  position: relative;
  text-align: center;
  z-index: 1;
}
.call-action-image .central-info .text {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  max-width: 800px;
  text-transform: capitalize;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
@media (max-width: 576px) {
  .call-action-image .central-info .text {
    font-size: 1.3rem;
  }
}

.testimonial-image-bg {
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.testimonial-image-bg .box-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.testimonial-image-bg .box-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.9;
}

.destination-detail .header-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  background-color: #000;
  width: 100%;
  height: 600px;
}
.destination-detail .header-detail .box-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.destination-detail .header-detail .box-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
.destination-detail .header-detail .detail-info {
  position: relative;
  text-align: center;
  z-index: 2;
  max-width: 800px;
  padding: 0 1.5rem;
}
.destination-detail .header-detail .detail-info .heading-lg {
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.destination-detail .header-detail .detail-info p {
  font-size: 1.25rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.destination-detail .title-above {
  position: relative;
  display: inline-block;
  color: #fb8500;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.destination-detail .description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #495057;
  margin-bottom: 1.5rem;
}
.destination-detail .destination-overview {
  margin-bottom: 6rem;
}
.destination-detail .destination-overview .overview-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
}
@media (max-width: 1280px) {
  .destination-detail .destination-overview .overview-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .destination-detail .destination-overview .overview-content {
    display: block;
  }
  .destination-detail .destination-overview .overview-content > * {
    display: inline-block;
    width: calc(100% - 3rem);
    margin-right: 3rem;
    vertical-align: top;
  }
  .destination-detail .destination-overview .overview-content > *:nth-child(1n) {
    margin-right: 0;
  }
}
.destination-detail .destination-overview .destination-facts {
  margin-top: 3rem;
}
.destination-detail .destination-overview .destination-facts h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.destination-detail .destination-overview .destination-facts .facts-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .destination-detail .destination-overview .destination-facts .facts-grid {
    display: block;
  }
  .destination-detail .destination-overview .destination-facts .facts-grid > * {
    display: inline-block;
    width: calc(50% - 1rem);
    margin-right: 1rem;
    vertical-align: top;
  }
  .destination-detail .destination-overview .destination-facts .facts-grid > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .destination-detail .destination-overview .destination-facts .facts-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (max-width: 576px) and (-ms-high-contrast: active), (max-width: 576px) and (-ms-high-contrast: none) {
  .destination-detail .destination-overview .destination-facts .facts-grid {
    display: block;
  }
  .destination-detail .destination-overview .destination-facts .facts-grid > * {
    display: inline-block;
    width: calc(100% - 0.5rem);
    margin-right: 0.5rem;
    vertical-align: top;
  }
  .destination-detail .destination-overview .destination-facts .facts-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.destination-detail .destination-overview .destination-facts .fact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.destination-detail .destination-overview .destination-facts .fact-item svg {
  width: 20px;
  height: 20px;
  color: #0077b6;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.destination-detail .destination-overview .destination-facts .fact-item strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
}
.destination-detail .destination-overview .destination-facts .fact-item span {
  font-size: 0.875rem;
  color: #495057;
}
.destination-detail .destination-overview .info-card {
  background: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  position: sticky;
  top: 1.5rem;
}
.destination-detail .destination-overview .info-card .card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.destination-detail .destination-overview .info-card .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.destination-detail .destination-overview .info-card .info-item:last-of-type {
  border-bottom: none;
}
.destination-detail .destination-overview .info-card .info-item svg {
  width: 24px;
  height: 24px;
  fill: #0077b6;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: 2px;
}
.destination-detail .destination-overview .info-card .info-item strong {
  display: block;
  margin-bottom: 4px;
}
.destination-detail .destination-overview .info-card .info-item p {
  font-size: 0.875rem;
  color: #495057;
  margin: 0;
}
.destination-detail .destination-overview .info-card .btn-primary-full {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
.destination-detail .top-attractions {
  margin-bottom: 6rem;
  text-align: center;
}
.destination-detail .top-attractions .attractions-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .destination-detail .top-attractions .attractions-grid {
    display: block;
  }
  .destination-detail .top-attractions .attractions-grid > * {
    display: inline-block;
    width: calc(25% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .destination-detail .top-attractions .attractions-grid > *:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .destination-detail .top-attractions .attractions-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .destination-detail .top-attractions .attractions-grid {
    display: block;
  }
  .destination-detail .top-attractions .attractions-grid > * {
    display: inline-block;
    width: calc(50% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .destination-detail .top-attractions .attractions-grid > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .destination-detail .top-attractions .attractions-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 576px) and (-ms-high-contrast: active), (max-width: 576px) and (-ms-high-contrast: none) {
  .destination-detail .top-attractions .attractions-grid {
    display: block;
  }
  .destination-detail .top-attractions .attractions-grid > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .destination-detail .top-attractions .attractions-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.destination-detail .top-attractions .attraction-card {
  background: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: left;
  -webkit-transition: transform 0.3s, box-shadow 0.3s;
  -moz-transition: transform 0.3s, box-shadow 0.3s;
  -ms-transition: transform 0.3s, box-shadow 0.3s;
  -o-transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
}
.destination-detail .top-attractions .attraction-card:hover {
  transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.destination-detail .top-attractions .attraction-card .attraction-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.destination-detail .top-attractions .attraction-card .attraction-info {
  padding: 1.5rem;
}
.destination-detail .top-attractions .attraction-card .attraction-info h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.destination-detail .top-attractions .attraction-card .attraction-info p {
  font-size: 0.875rem;
  color: #495057;
  margin-bottom: 1rem;
}
.destination-detail .top-attractions .attraction-card .attraction-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
  font-size: 0.75rem;
  color: #212529;
}
.destination-detail .top-attractions .attraction-card .attraction-meta .meta-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.25rem;
}
.destination-detail .top-attractions .attraction-card .attraction-meta .meta-item svg {
  width: 14px;
  height: 14px;
  color: #0077b6;
}
.destination-detail .culture-food {
  margin-bottom: 6rem;
}
.destination-detail .culture-food .culture-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
@media (max-width: 1280px) {
  .destination-detail .culture-food .culture-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .destination-detail .culture-food .culture-grid {
    display: block;
  }
  .destination-detail .culture-food .culture-grid > * {
    display: inline-block;
    width: calc(100% - 3rem);
    margin-right: 3rem;
    vertical-align: top;
  }
  .destination-detail .culture-food .culture-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.destination-detail .culture-food .culture-item, .destination-detail .culture-food .food-item {
  margin-bottom: 1.5rem;
}
.destination-detail .culture-food .culture-item h4, .destination-detail .culture-food .food-item h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.destination-detail .culture-food .food-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1rem;
}
.destination-detail .culture-food .food-item .food-icon {
  font-size: 2rem;
}
.destination-detail .travel-tips {
  text-align: center;
}
.destination-detail .travel-tips .tips-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(4, 1fr);
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .destination-detail .travel-tips .tips-grid {
    display: block;
  }
  .destination-detail .travel-tips .tips-grid > * {
    display: inline-block;
    width: calc(25% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .destination-detail .travel-tips .tips-grid > *:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .destination-detail .travel-tips .tips-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .destination-detail .travel-tips .tips-grid {
    display: block;
  }
  .destination-detail .travel-tips .tips-grid > * {
    display: inline-block;
    width: calc(50% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .destination-detail .travel-tips .tips-grid > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .destination-detail .travel-tips .tips-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 576px) and (-ms-high-contrast: active), (max-width: 576px) and (-ms-high-contrast: none) {
  .destination-detail .travel-tips .tips-grid {
    display: block;
  }
  .destination-detail .travel-tips .tips-grid > * {
    display: inline-block;
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
    vertical-align: top;
  }
  .destination-detail .travel-tips .tips-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.destination-detail .travel-tips .tip-card {
  background: #e0e0e0;
  padding: 3rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  text-align: center;
}
.destination-detail .travel-tips .tip-card .tip-icon {
  display: inline-flex;
  background: #0077b6;
  color: #ffffff;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
}
.destination-detail .travel-tips .tip-card .tip-icon svg {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}
.destination-detail .travel-tips .tip-card h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.destination-detail .travel-tips .tip-card p {
  font-size: 0.875rem;
  color: #495057;
  line-height: 1.6;
}

.tour-detail .header-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  background-color: #000;
  width: 100%;
  height: 600px;
}
.tour-detail .header-detail .box-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.tour-detail .header-detail .box-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
.tour-detail .header-detail .detail-info {
  position: relative;
  text-align: center;
  z-index: 2;
  max-width: 800px;
  padding: 0 1.5rem;
}
.tour-detail .header-detail .detail-info .heading-lg {
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}
.tour-detail .header-detail .detail-info p {
  font-size: 1.25rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .tour-detail .header-detail .detail-info p {
    font-size: 1.125rem;
  }
}
.tour-detail .container {
  padding: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .tour-detail .container {
    padding: 2rem 1rem;
  }
}
.tour-detail .title-above {
  position: relative;
  display: inline-block;
  color: #fb8500;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}
.tour-detail .title-above.left {
  margin-left: 0;
}
.tour-detail .title-above::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fb8500;
}
.tour-detail .heading-lg {
  font-size: 2.25rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .tour-detail .heading-lg {
    font-size: 1.875rem;
  }
}
.tour-detail .tour-overview {
  margin-bottom: 6rem;
}
.tour-detail .tour-overview .overview-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 4rem;
}
@media (max-width: 1280px) {
  .tour-detail .tour-overview .overview-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
@media screen and (max-width: 1280px) and (-ms-high-contrast: active), (max-width: 1280px) and (-ms-high-contrast: none) {
  .tour-detail .tour-overview .overview-content {
    display: block;
  }
  .tour-detail .tour-overview .overview-content > * {
    display: inline-block;
    width: calc(100% - 3rem);
    margin-right: 3rem;
    vertical-align: top;
  }
  .tour-detail .tour-overview .overview-content > *:nth-child(1n) {
    margin-right: 0;
  }
}
.tour-detail .tour-overview .description {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #495057;
  margin-bottom: 3rem;
}
.tour-detail .tour-overview .tour-highlights h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 1rem;
}
.tour-detail .tour-overview .tour-highlights .highlights-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tour-detail .tour-overview .tour-highlights .highlights-grid {
    display: block;
  }
  .tour-detail .tour-overview .tour-highlights .highlights-grid > * {
    display: inline-block;
    width: calc(50% - 1rem);
    margin-right: 1rem;
    vertical-align: top;
  }
  .tour-detail .tour-overview .tour-highlights .highlights-grid > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .tour-detail .tour-overview .tour-highlights .highlights-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (max-width: 576px) and (-ms-high-contrast: active), (max-width: 576px) and (-ms-high-contrast: none) {
  .tour-detail .tour-overview .tour-highlights .highlights-grid {
    display: block;
  }
  .tour-detail .tour-overview .tour-highlights .highlights-grid > * {
    display: inline-block;
    width: calc(100% - 0.5rem);
    margin-right: 0.5rem;
    vertical-align: top;
  }
  .tour-detail .tour-overview .tour-highlights .highlights-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.tour-detail .tour-overview .tour-highlights .highlight-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.tour-detail .tour-overview .tour-highlights .highlight-item svg {
  width: 20px;
  height: 20px;
  fill: #06d6a0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.tour-detail .tour-overview .tour-highlights .highlight-item span {
  font-size: 1rem;
  color: #495057;
}
.tour-detail .tour-overview .booking-card {
  background: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 3rem;
  position: sticky;
  top: 1.5rem;
}
.tour-detail .tour-overview .booking-card .price-section {
  text-align: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.tour-detail .tour-overview .booking-card .price-section .price-info {
  margin-bottom: 1rem;
}
.tour-detail .tour-overview .booking-card .price-section .price-info .price-from {
  display: block;
  font-size: 0.875rem;
  color: #495057;
}
.tour-detail .tour-overview .booking-card .price-section .price-info .price-amount {
  display: block;
  font-size: 2.25rem;
  font-weight: 700;
  color: #0077b6;
  margin: 0.25rem 0;
}
.tour-detail .tour-overview .booking-card .price-section .price-info .price-per {
  font-size: 0.875rem;
  color: #495057;
}
.tour-detail .tour-overview .booking-card .price-section .rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.tour-detail .tour-overview .booking-card .price-section .rating .stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 2px;
}
.tour-detail .tour-overview .booking-card .price-section .rating .stars svg {
  width: 16px;
  height: 16px;
  color: var(--button-color);
}
.tour-detail .tour-overview .booking-card .price-section .rating .rating-text {
  font-size: 0.875rem;
  color: #495057;
}
.tour-detail .tour-overview .booking-card .tour-details {
  margin-bottom: 1.5rem;
}
.tour-detail .tour-overview .booking-card .tour-details .detail-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.tour-detail .tour-overview .booking-card .tour-details .detail-row svg {
  width: 18px;
  height: 18px;
  fill: #0077b6;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.tour-detail .tour-overview .booking-card .tour-details .detail-row span {
  font-size: 0.875rem;
  color: #495057;
}
.tour-detail .tour-overview .booking-card .btn-book {
  width: 100%;
  padding: 1rem;
  border: none;
  font-weight: 600;
  margin-bottom: 0.5rem;
  cursor: pointer;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tour-detail .tour-overview .booking-card .btn-book:last-child {
  margin-bottom: 0;
}
.tour-detail .tour-overview .booking-card .btn-book {
  background: #0077b6;
  color: #ffffff;
}
.tour-detail .tour-overview .booking-card .btn-book:hover {
  background: #023e8a;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 119, 182, 0.3);
  -moz-box-shadow: 0 5px 15px rgba(0, 119, 182, 0.3);
  box-shadow: 0 5px 15px rgba(0, 119, 182, 0.3);
}
.tour-detail .tour-itinerary {
  margin-bottom: 6rem;
}
.tour-detail .tour-itinerary .itinerary-timeline {
  margin-top: 3rem;
}
.tour-detail .tour-itinerary .timeline-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 1.5rem;
  margin-bottom: 4rem;
  position: relative;
}
.tour-detail .tour-itinerary .timeline-item:not(:last-child):after {
  content: "";
  position: absolute;
  left: 25px;
  top: 60px;
  width: 2px;
  height: calc(100% + 4rem);
  background: #e0e0e0;
}
@media (max-width: 576px) {
  .tour-detail .tour-itinerary .timeline-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .tour-detail .tour-itinerary .timeline-item:after {
    display: none;
  }
}
.tour-detail .tour-itinerary .timeline-marker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 50px;
  height: 50px;
  background: #0077b6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.tour-detail .tour-itinerary .timeline-marker .day-number {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
}
.tour-detail .tour-itinerary .timeline-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.tour-detail .tour-itinerary .timeline-content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.5rem;
}
.tour-detail .tour-itinerary .timeline-content .time-badge {
  display: inline-block;
  background: #ffd166;
  color: #fb8500;
  padding: 0.25rem 0.5rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.tour-detail .tour-itinerary .timeline-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  margin-bottom: 1rem;
}
.tour-detail .tour-itinerary .timeline-content .day-highlights {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tour-detail .tour-itinerary .timeline-content .day-highlights .highlight {
  background: #90e0ef;
  color: #023e8a;
  padding: 0.25rem 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
}
.tour-detail .tour-gallery {
  margin-bottom: 6rem;
}
.tour-detail .tour-gallery .gallery-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tour-detail .tour-gallery .gallery-grid {
    display: block;
  }
  .tour-detail .tour-gallery .gallery-grid > * {
    display: inline-block;
    width: calc(33.3333333333% - 1rem);
    margin-right: 1rem;
    vertical-align: top;
  }
  .tour-detail .tour-gallery .gallery-grid > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .tour-detail .tour-gallery .gallery-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (max-width: 1024px) and (-ms-high-contrast: active), (max-width: 1024px) and (-ms-high-contrast: none) {
  .tour-detail .tour-gallery .gallery-grid {
    display: block;
  }
  .tour-detail .tour-gallery .gallery-grid > * {
    display: inline-block;
    width: calc(50% - 0.5rem);
    margin-right: 0.5rem;
    vertical-align: top;
  }
  .tour-detail .tour-gallery .gallery-grid > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .tour-detail .tour-gallery .gallery-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(1, 1fr);
    grid-template-columns: repeat(1, 1fr);
    gap: 0.5rem;
  }
}
@media screen and (max-width: 576px) and (-ms-high-contrast: active), (max-width: 576px) and (-ms-high-contrast: none) {
  .tour-detail .tour-gallery .gallery-grid {
    display: block;
  }
  .tour-detail .tour-gallery .gallery-grid > * {
    display: inline-block;
    width: calc(100% - 0.5rem);
    margin-right: 0.5rem;
    vertical-align: top;
  }
  .tour-detail .tour-gallery .gallery-grid > *:nth-child(1n) {
    margin-right: 0;
  }
}
.tour-detail .tour-gallery .gallery-item {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tour-detail .tour-gallery .gallery-item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.tour-detail .tour-gallery .gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tour-detail .tour-gallery .gallery-item img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.privacy-policy {
  margin: 0 auto;
  line-height: 1.7;
  color: #212529;
}
.privacy-policy .policy-section {
  max-width: 1000px;
  margin: 0px auto;
  padding-bottom: 20px;
  animation: fadeInUp 0.6s ease-out both;
}
.privacy-policy .policy-section h2 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
  color: #0077b6;
  margin-bottom: 0.5rem;
}
.privacy-policy .policy-section p {
  font-size: 1rem;
  color: #212529;
  margin-bottom: 0.5rem;
}
.privacy-policy .policy-section ul {
  list-style: none;
  padding: 0;
}
.privacy-policy .policy-section ul li {
  padding-left: 1.2rem;
  position: relative;
  margin-bottom: 0.8rem;
}
.privacy-policy .policy-section ul li::before {
  content: "•";
  color: #0077b6;
  position: absolute;
  left: 0;
  top: 0.2rem;
  font-size: 1.2rem;
}
.privacy-policy .policy-section a {
  color: #0077b6;
  text-decoration: none;
  transition: color 0.3s ease;
}
.privacy-policy .policy-section a:hover {
  color: #ffb703;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .privacy-policy {
    padding: 3rem 0.5rem;
  }
  .privacy-policy .hero {
    padding: 4rem 0;
  }
  .privacy-policy .hero .hero-title {
    font-size: 2rem;
  }
  .privacy-policy .hero .hero-subtitle {
    font-size: 1rem;
  }
}



.container1 {
    display: flex;
    min-height: 100vh; 
    background: #fff;
    border-radius: 8px; 
    overflow: hidden; 
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); 
    max-width: 1400px; 
    margin: 20px auto; 
}

/* 左侧面板  */
.left-panel {
    width: 230px; 
    padding: 30px 20px;
    height: 100vh;
    position: fixed;
    overflow-y: auto; 
    border-right: none; 
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1); 
}

/* 左侧面板标题 */
.left-panel h2 {
    color: #ecf0f1;
    margin-bottom: 30px;
    font-size: 1.5rem;
    padding-bottom: 15px;
    border-bottom: 1px solid #4a6572;
    text-align: center;
}

/* 产品按钮 */
.product-button {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 12px;
    text-align: left;
    background-color: transparent;
    border: 1px solid #4a6572;
    border-radius: 6px; 
    font-size: 16px;
    color: #bdc3c7; 
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); 
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

.product-button.active {
    background-color: #0077b6; 
    color: white;
    border-color: #0077b6;
    box-shadow: 0 2px 8px rgba(0, 119, 182, 0.3);
}

.product-content {
    display: none; /* 默认隐藏所有内容 */
}

.product-content:first-of-type {
    display: block; /* 默认显示第一个产品 */
}

/* 鼠标悬停效果  */
.product-button:hover {
    background-color: #34495e; 
    color: #fff;
    border-color: #3498db; 
    transform: translateY(-2px); 
    box-shadow: 0 4px 8px rgba(52, 152, 219, 0.2);
}

/* 选中状态 */


/* 右侧面板  */
.right-panel {
    margin-left: 280px; 
    padding: 30px;
    overflow-y: auto;
    background-color: #fff;
    flex-grow: 1; 
}

.product-content.active {
    display: block;
}
.product-content h1 {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #3498db;
}

.product-content .description {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.8;
}

.btn {
    padding: 14px 28px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-primary {
    background-color: #3498db;
    color: white;
}

.btn-primary:hover {
    background-color: #2980b9;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

@media (max-width: 768px) {
    .container1 {
        flex-direction: column;
        margin: 10px;
    }

    .left-panel {
        position: relative;
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .right-panel {
        margin-left: 0;
        padding: 25px;
    }
}

/*联系我们头像*/
.touxiang {
    width: 100px;
    height: 100px;
    border-radius: 20px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
