@import url("https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap");
/* line 1, ../scss/_reset.scss */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: var(--font-base); }

/* line 8, ../scss/_reset.scss */
body {
  margin: 0;
  padding: 0;
  background-color: var(--bg-white);
  position: relative;
  overflow-y: auto;
  overflow-x: hidden; }

/* line 17, ../scss/_reset.scss */
h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

/* line 21, ../scss/_reset.scss */
a {
  text-decoration: none;
  cursor: pointer; }
/* line 24, ../scss/_reset.scss */
a:hover {
  text-decoration: none;
  cursor: pointer; }

/* line 30, ../scss/_reset.scss */
button {
  padding: 0;
  margin: 0;
  text-decoration: none;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer; }
/* line 38, ../scss/_reset.scss */
button:hover {
  border: none;
  outline: none;
  cursor: pointer; }

/* line 45, ../scss/_reset.scss */
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

/* line 51, ../scss/_reset.scss */
input, textarea, select {
  outline: none;
  border: none; }
/* line 54, ../scss/_reset.scss */
input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
  outline: none; }

@media (max-width: 992px) {
  /* line 60, ../scss/_reset.scss */
  .text-sm-align {
    text-align: center !important;
    flex-direction: column-reverse; } }
/* line 67, ../scss/_reset.scss */
.section {
  position: relative;
  display: block;
  width: 100%; }
/* line 72, ../scss/_reset.scss */
.section__header {
  position: relative;
  display: block;
  margin-bottom: 40px; }
@media (max-width: 992px) {
  /* line 72, ../scss/_reset.scss */
  .section__header {
    text-align: center;
    margin-bottom: 20px; } }
/* line 83, ../scss/_reset.scss */
.section__title {
  display: block;
  font-size: var(--text-lg);
  font-weight: var(--text-thicker);
  color: var(--text-dark);
  margin-bottom: 20px; }
/* line 90, ../scss/_reset.scss */
.section__title span {
  color: var(--primary-color); }
  
/* line 95, ../scss/_reset.scss */
.section__text {
  display: block;
  font-size: var(--text-sm);
  font-weight: var(--text-thinner);
  line-height: 1.8;
  color: var(--text-light); }
@media (max-width: 540px) {
  /* line 102, ../scss/_reset.scss */
  .section__text br {
    display: none; } }
/* line 109, ../scss/_reset.scss */
.section__subtitle {
  display: block;
  font-size: var(--text-md);
  font-weight: var(--text-thick);
  color: var(--text-dark);
  margin-bottom: 5px; }
/* line 117, ../scss/_reset.scss */
.section__para {
  display: block;
  font-size: var(--text-sm);
  font-weight: var(--text-thinner);
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 20px; }
/* line 126, ../scss/_reset.scss */
.section__list {
  list-style: decimal;
  padding-left: 15px; }
/* line 130, ../scss/_reset.scss */
.section__list li {
  font-size: var(--text-sm);
  font-weight: var(--text-thinner);
  line-height: 1.8;
  color: var(--text-light);
  margin-bottom: 10px; }

@media (min-width: 1400px) {
  /* line 141, ../scss/_reset.scss */
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px; } }
@media (max-width: 992px) {
  /* line 147, ../scss/_reset.scss */
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 20px;
    padding-right: 20px; } }
/* line 153, ../scss/_reset.scss */
.page-banner {
  padding: 180px 0 20px; }
@media (max-width: 540px) {
  /* line 153, ../scss/_reset.scss */
  .page-banner {
    padding-top: 100px; } }
/* line 160, ../scss/_reset.scss */
.page-banner--breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--primary-color);
  max-width: fit-content;
  margin-bottom: 30px; }
/* line 170, ../scss/_reset.scss */
.page-banner--breadcrumb li {
  font-size: var(--text-xs);
  color: var(--text-dark);
  text-transform: uppercase;
  font-weight: var(--text-thick);
  letter-spacing: 0.3px; }
/* line 177, ../scss/_reset.scss */
.page-banner--breadcrumb li.active {
  color: var(--primary-color); }
/* line 181, ../scss/_reset.scss */
.page-banner--breadcrumb li i {
  font-size: var(--text-sm);
  position: relative;
  top: 2px; }
/* line 189, ../scss/_reset.scss */
.page-banner--image {
  display: block;
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 100px; }
@media (max-width: 992px) {
  /* line 189, ../scss/_reset.scss */
  .page-banner--image {
    height: 380px;
    margin-top: 20px;
    margin-bottom: 30px; } }
@media (max-width: 540px) {
  /* line 189, ../scss/_reset.scss */
  .page-banner--image {
    height: 250px; } }
/* line 208, ../scss/_reset.scss */
.page-banner--image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
/* line 215, ../scss/_reset.scss */
.page-banner--flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px; }
@media (max-width: 540px) {
  /* line 215, ../scss/_reset.scss */
  .page-banner--flex {
    flex-direction: column;
    gap: 20px; } }
/* line 228, ../scss/_reset.scss */
.page-banner--flex .page-banner--breadcrumb {
  margin-bottom: 0; }

/* line 1, ../scss/_variables.scss */
:root {
  --primary-color: #F47C20;     /* Vibrant orange from the cart */
  --primary-dark: #C46017;      /* Darker orange for hover or depth */
  --primary-light: #FFE3C7;     /* Soft tint for highlights or backgrounds */

  --accent-color: #0B2941;      /* Deep navy from text */
  --accent-dark: #061A2C;       /* Rich dark navy */
  --accent-light: #2E4E68;      /* Slightly lighter navy for hover states */

  --text-dark: #0B2941;         /* Same navy for headings */
  --text-light: #5A6A7A;        /* Muted gray-blue for paragraphs */
  --text-white: #FFFFFF;        /* For dark backgrounds */

  --border-color: #D6D6D6;      /* Neutral border tone */
  --border-light: #F0F0F0;      /* Subtle divider lines */

  --bg-white: #FFFFFF;
  --bg-light: #FAFAFA;
  --bg-dark: #0B2941;          
  --text-xl: 48px;
  --text-lg: 40px;
  --text-md: 20px;
  --text-sm: 16px;
  --text-xs: 14px;
  --text-alt: 24px;
  --text-thicker: 700;
  --text-thick: 600;
  --text-thin: 500;
  --text-thinner: 400;
  --font-base: 'Arimo', sans-serif;
  --trans-sm: all .3s ease-in-out;
  --trans-md: all .5s ease-in-out; }
@media (max-width: 540px) {
  /* line 1, ../scss/_variables.scss */
  :root {
    --text-xl: 34px;
    --text-lg: 24px;
    --text-md: 18px;
    --text-sm: 14px;
    --text-alt: 20px; } }

/* line 2, ../scss/_library.scss */
.btn {
  transition: var(--trans-sm); }
/* line 6, ../scss/_library.scss */
.btn.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color); }
/* line 10, ../scss/_library.scss */
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: var(--accent-color);
  border-color: var(--text-white); }
/* line 16, ../scss/_library.scss */
.btn.btn-outline-primary {
  border-color: var(--primary-color);
  color: var(--primary-color); }
/* line 20, ../scss/_library.scss */
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background-color: var(--primary-color);
  color: var(--text-white);
  border-color: var(--primary-color); }
/* line 28, ../scss/_library.scss */
.btn.btn-md {
  padding: 7px 15px; }
/* line 32, ../scss/_library.scss */
.btn.btn-alt {
  padding: 12px 25px; }
/* line 36, ../scss/_library.scss */
.btn.btn-lg {
  padding: 14px 30px; }
/* line 40, ../scss/_library.scss */
.btn.btn-big {
  padding: 14px 30px; }
@media (min-width: 992px) {
  /* line 40, ../scss/_library.scss */
  .btn.btn-big {
    padding: 20px 30px;
    min-width: 300px; } }
/* line 49, ../scss/_library.scss */
.btn.btn-round {
  border-radius: 35px; }

/* line 55, ../scss/_library.scss */
.modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
@media (min-width: 1400px) {
  /* line 55, ../scss/_library.scss */
  .modal-body {
    min-height: 450px; } }

/* line 65, ../scss/_library.scss */
.modal-header {
  border: none; }
/* line 68, ../scss/_library.scss */
.modal-header .btn-close {
  margin-right: 15px;
  margin-top: 15px; }

/* line 74, ../scss/_library.scss */
.modal-content {
  border-radius: 20px; }
/* line 77, ../scss/_library.scss */
.modal-content .booking__list {
  padding-left: 35px; }

/* line 82, ../scss/_library.scss */
.modal-footer {
  justify-content: center;
  border: none;
  padding-bottom: 40px; }
@media (min-width: 1400px) {
  /* line 87, ../scss/_library.scss */
  .modal-footer .btn {
    min-width: 260px; } }

/* line 2, ../scss/_page.scss */
.banner {
  height: 90vh; }
@media (max-width: 992px) {
  /* line 2, ../scss/_page.scss */
  .banner {
    height: 86vh; } }
/* line 10, ../scss/_page.scss */
.banner__slider .owl-dots {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: absolute;
  right: 40px;
  top: 55%;
  transform: translateY(-50%);
  z-index: 101; }
@media (max-width: 992px) {
  /* line 10, ../scss/_page.scss */
  .banner__slider .owl-dots {
    flex-direction: row;
    top: auto;
    bottom: 30px;
    right: auto;
    left: 50%;
    transform: translateY(0) translateX(-50%); } }
/* line 31, ../scss/_page.scss */
.banner__slider .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--bg-white);
  opacity: 0.7;
  transition: var(--trans-sm); }
/* line 40, ../scss/_page.scss */
.banner__slider .owl-dots .owl-dot.active {
  background-color: var(--primary-color);
  opacity: 1; }
/* line 45, ../scss/_page.scss */
.banner__slider .owl-dots .owl-dot:hover {
  opacity: 1; }
/* line 52, ../scss/_page.scss */
.banner__item {
  position: relative;
  overflow: hidden;
  height: 90vh; }
@media (max-width: 992px) {
  /* line 52, ../scss/_page.scss */
  .banner__item {
    height: 86vh; } }
/* line 62, ../scss/_page.scss */
.banner__image {
  width: 100%;
  height: 100%;
  object-fit: cover; }
/* line 68, ../scss/_page.scss */
.banner__title {
  display: block;
  text-align: center;
  color: var(--text-white);
  font-size: var(--text-xl);
  font-weight: var(--text-thicker);
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 1; }
@media (max-width: 992px) {
  /* line 68, ../scss/_page.scss */
  .banner__title {
    width: 100%; } }

/* line 88, ../scss/_page.scss */
.counter {
  margin-top: -70px;
  z-index: 2; }
@media (max-width: 992px) {
  /* line 88, ../scss/_page.scss */
  .counter {
    margin-top: 0; } }
/* line 96, ../scss/_page.scss */
.counter.counter-inner {
  margin-top: 0; }
/* line 99, ../scss/_page.scss */
.counter.counter-inner .counter__wrapper {
  border-radius: 0; }
@media (max-width: 992px) {
  /* line 104, ../scss/_page.scss */
  .counter .container {
    padding: 0;
    width: 100%;
    max-width: 100%; } }
/* line 112, ../scss/_page.scss */
.counter__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 30px 95px;
  background-color: var(--primary-color);
  overflow: hidden;
  border-radius: 30px; }
@media (max-width: 992px) {
  /* line 112, ../scss/_page.scss */
  .counter__wrapper {
    padding: 20px;
    border-radius: 0; } }
/* line 129, ../scss/_page.scss */
.counter__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid var(--border-color);
  width: 25%; }
@media (max-width: 992px) {
  /* line 129, ../scss/_page.scss */
  .counter__item {
    justify-content: center;
    text-align: center;
    border: none; } }
@media (max-width: 540px) {
  /* line 129, ../scss/_page.scss */
  .counter__item {
    width: 33.33%; } }
/* line 146, ../scss/_page.scss */
.counter__item:first-child {
  padding-left: 0; }
/* line 150, ../scss/_page.scss */
.counter__item:last-child {
  border-right: none;
  padding-right: 0; }
@media (max-width: 540px) {
  /* line 150, ../scss/_page.scss */
  .counter__item:last-child {
    display: none; } }
/* line 160, ../scss/_page.scss */
.counter__title {
  display: block;
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--text-dark); }
/* line 167, ../scss/_page.scss */
.counter__count {
  display: block;
  font-size: var(--text-lg);
  font-weight: var(--text-thicker);
  color: var(--text-dark); }

/* line 176, ../scss/_page.scss */
.about {
  padding: 130px 0 100px; }
/* line 179, ../scss/_page.scss */
.about::before {
  content: '';
  width: 170px;
  height: 190px;
  background-image: url(../img/graphity-one.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 1;
  pointer-events: none; }
@media (max-width: 992px) {
  /* line 179, ../scss/_page.scss */
  .about::before {
    width: 95px;
    height: 110px;
    top: 35%; } }
@media (max-width: 992px) {
  /* line 176, ../scss/_page.scss */
  .about {
    padding: 60px 0; } }
/* line 204, ../scss/_page.scss */
.about__image {
  max-width: 100%;
  object-fit: contain;
  border-radius: 20px; }
@media (max-width: 992px) {
  /* line 204, ../scss/_page.scss */
  .about__image {
    margin-top: 30px; } }

/* line 215, ../scss/_page.scss */
.service {
  padding: 100px 0;
  background-color: var(--primary-light); }
@media (max-width: 992px) {
  /* line 215, ../scss/_page.scss */
  .service {
    padding: 60px 0; } }
/* line 223, ../scss/_page.scss */
.service.service-inner {
  background-color: var(--bg-white); }
/* line 227, ../scss/_page.scss */
.service__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px; }
@media (max-width: 992px) {
  /* line 227, ../scss/_page.scss */
  .service__wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center; } }
/* line 240, ../scss/_page.scss */
.service__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  cursor: pointer;
  transition: var(--trans-sm); }
/* line 253, ../scss/_page.scss */
.service__item:hover {
  background-color: var(--primary-color); }
/* line 256, ../scss/_page.scss */
.service__item:hover img {
  filter: brightness(100);
  opacity: 0.8; }
/* line 261, ../scss/_page.scss */
.service__item:hover .service__title {
  color: var(--text-white); }
/* line 265, ../scss/_page.scss */
.service__item:hover .service__text {
  color: var(--text-white);
  opacity: 0.9; }
@media (max-width: 992px) {
  /* line 240, ../scss/_page.scss */
  .service__item {
    width: calc(50% - 7.5px); } }
/* line 275, ../scss/_page.scss */
.service__item img {
  width: 40px;
  height: 40px;
  object-fit: contain; }
/* line 282, ../scss/_page.scss */
.service__title {
  display: block;
  font-size: var(--text-md);
  font-weight: var(--text-thicker);
  color: var(--text-dark);
  margin: 10px 0 5px;
  transition: var(--trans-sm); }
/* line 291, ../scss/_page.scss */
.service__text {
  display: block;
  font-size: var(--text-sm);
  color: var(--text-light);
  line-height: 1.6;
  transition: var(--trans-sm); }
/* line 299, ../scss/_page.scss */
.service__image {
  max-width: 100%; }
@media (max-width: 992px) {
  /* line 299, ../scss/_page.scss */
  .service__image {
    margin-bottom: 30px; } }
/* line 307, ../scss/_page.scss */
.service__detail {
  padding-bottom: 100px; }
@media (max-width: 540px) {
  /* line 307, ../scss/_page.scss */
  .service__detail {
    padding-bottom: 30px; } }
/* line 314, ../scss/_page.scss */
.service__detail:last-child {
  padding-bottom: 0; }
@media (min-width: 540px) {
  /* line 318, ../scss/_page.scss */
  .service__detail:nth-child(even) {
    flex-direction: row-reverse; } }
/* line 324, ../scss/_page.scss */
.service__detail--img {
  display: block;
  width: 100%;
  height: 450px;
  border-radius: 20px;
  overflow: hidden; }
@media (max-width: 1180px) {
  /* line 324, ../scss/_page.scss */
  .service__detail--img {
    height: 350px; } }
@media (max-width: 540px) {
  /* line 324, ../scss/_page.scss */
  .service__detail--img {
    height: 300px;
    margin-bottom: 30px; } }
/* line 340, ../scss/_page.scss */
.service__detail--img img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
/* line 347, ../scss/_page.scss */
.service__detail--title {
  display: block;
  font-size: var(--text-lg);
  font-weight: var(--text-thicker);
  color: var(--text-dark);
  margin-bottom: 20px; }
/* line 354, ../scss/_page.scss */
.service__detail--title span {
  color: var(--primary-color); }
/* line 359, ../scss/_page.scss */
.service__detail--text {
  font-size: var(--text-sm);
  color: var(--text-light);
  line-height: 1.7; }

/* line 368, ../scss/_page.scss */
.package {
  padding: 120px 0 170px; }
@media (max-width: 992px) {
  /* line 368, ../scss/_page.scss */
  .package {
    padding: 35px 0 60px; } }
/* line 376, ../scss/_page.scss */
.package__slider .owl-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  position: absolute;
  right: 0;
  top: -100px; }
@media (max-width: 992px) {
  /* line 376, ../scss/_page.scss */
  .package__slider .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    justify-content: center; } }
/* line 392, ../scss/_page.scss */
.package__slider .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: var(--primary-color) !important;
  color: var(--text-white) !important;
  transition: var(--trans-sm); }
/* line 403, ../scss/_page.scss */
.package__slider .owl-nav button:hover {
  background: var(--accent-color) !important;
  color: var(--text-white) !important; }
/* line 408, ../scss/_page.scss */
.package__slider .owl-nav button .ph {
  font-size: var(--text-md); }
/* line 415, ../scss/_page.scss */
.package__item {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
/* line 422, ../scss/_page.scss */
.package__image {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden; }
@media (max-width: 992px) {
  /* line 422, ../scss/_page.scss */
  .package__image {
    height: 180px; } }
@media (max-width: 540px) {
  /* line 422, ../scss/_page.scss */
  .package__image {
    height: 120px; } }
/* line 436, ../scss/_page.scss */
.package__image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
/* line 443, ../scss/_page.scss */
.package__content {
  display: block;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  background-color: var(--primary-light);
  text-align: center; }
@media (max-width: 992px) {
  /* line 443, ../scss/_page.scss */
  .package__content {
    padding: 15px 10px; } }
/* line 456, ../scss/_page.scss */
.package__title {
  display: block;
  font-size: var(--text-md);
  font-weight: var(--text-thicker);
  color: var(--text-dark); }
/* line 463, ../scss/_page.scss */
.package__duration {
  display: block;
  font-size: var(--text-sm);
  color: var(--text-light);
  margin: 5px 0 10px; }
/* line 470, ../scss/_page.scss */
.package__price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px; }
/* line 478, ../scss/_page.scss */
.package__price--new {
  font-weight: var(--text-thicker);
  color: var(--text-dark);
  font-size: var(--text-alt); }
/* line 484, ../scss/_page.scss */
.package__price--old {
  text-decoration: line-through;
  font-weight: var(--text-thin);
  color: var(--text-light);
  font-size: var(--text-sm); }

/* line 494, ../scss/_page.scss */
.testimonial {
  padding: 100px 0;
  background-color: var(--primary-light); }
@media (max-width: 992px) {
  /* line 494, ../scss/_page.scss */
  .testimonial {
    padding: 60px 0; } }
/* line 502, ../scss/_page.scss */
.testimonial.testimonial-inner {
  background-color: var(--bg-white); }
/* line 505, ../scss/_page.scss */
.testimonial.testimonial-inner .testimonial__item {
  background-color: var(--primary-light); }
/* line 510, ../scss/_page.scss */
.testimonial__slider {
  position: relative; }
/* line 515, ../scss/_page.scss */
.testimonial .owl-carousel .owl-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%); }
@media (max-width: 992px) {
  /* line 515, ../scss/_page.scss */
  .testimonial .owl-carousel .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    justify-content: center;
    transform: none; } }
/* line 537, ../scss/_page.scss */
.testimonial .owl-carousel .owl-nav .owl-prev, .testimonial .owl-carousel .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: var(--primary-color) !important;
  color: var(--text-white) !important;
  transition: var(--trans-sm); }
/* line 549, ../scss/_page.scss */
.testimonial .owl-carousel .owl-nav .owl-prev:hover, .testimonial .owl-carousel .owl-nav .owl-next:hover {
  background: var(--accent-color) !important;
  color: var(--text-white) !important; }
/* line 554, ../scss/_page.scss */
.testimonial .owl-carousel .owl-nav .owl-prev .ph, .testimonial .owl-carousel .owl-nav .owl-next .ph {
  font-size: var(--text-md); }
/* line 559, ../scss/_page.scss */
.testimonial .owl-carousel .owl-nav .owl-prev {
  left: -100px; }
@media (max-width: 1180px) {
  /* line 559, ../scss/_page.scss */
  .testimonial .owl-carousel .owl-nav .owl-prev {
    left: -80px; } }
@media (max-width: 992px) {
  /* line 559, ../scss/_page.scss */
  .testimonial .owl-carousel .owl-nav .owl-prev {
    background-color: var(--text-dark);
    left: 0; } }
/* line 572, ../scss/_page.scss */
.testimonial .owl-carousel .owl-nav .owl-next {
  right: -100px; }
@media (max-width: 1180px) {
  /* line 572, ../scss/_page.scss */
  .testimonial .owl-carousel .owl-nav .owl-next {
    right: -80px; } }
@media (max-width: 992px) {
  /* line 572, ../scss/_page.scss */
  .testimonial .owl-carousel .owl-nav .owl-next {
    right: 0; } }
/* line 585, ../scss/_page.scss */
.testimonial .owl-carousel .owl-stage-outer {
  padding-top: 25px; }
/* line 590, ../scss/_page.scss */
.testimonial__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--bg-white);
  border-radius: 20px;
  padding: 50px 25px 45px;
  position: relative; }
@media (max-width: 540px) {
  /* line 590, ../scss/_page.scss */
  .testimonial__item {
    padding: 30px 10px 15px; } }
/* line 605, ../scss/_page.scss */
.testimonial__item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: var(--primary-color);
  color: var(--text-white);
  border-radius: 50%;
  font-size: var(--text-lg);
  position: absolute;
  right: 20px;
  top: -15px; }
/* line 619, ../scss/_page.scss */
.testimonial__item i::before {
  transform: scale(0.7) rotate(180deg); }
/* line 625, ../scss/_page.scss */
.testimonial__image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px; }
/* line 632, ../scss/_page.scss */
.testimonial__image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
/* line 639, ../scss/_page.scss */
.testimonial__title {
  display: block;
  font-size: var(--text-md);
  font-weight: var(--text-thicker);
  color: var(--text-dark);
  margin-bottom: 10px; }
/* line 647, ../scss/_page.scss */
.testimonial__text {
  font-size: var(--text-sm);
  color: var(--text-light);
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }
/* line 657, ../scss/_page.scss */
.testimonial__desc {
  font-size: var(--text-sm);
  color: var(--text-light);
  line-height: 1.5; }
/* line 663, ../scss/_page.scss */
.testimonial__grid {
  column-count: 3;
  column-gap: 20px; }
@media (max-width: 767px) {
  /* line 663, ../scss/_page.scss */
  .testimonial__grid {
    column-count: 2; } }
@media (max-width: 480px) {
  /* line 663, ../scss/_page.scss */
  .testimonial__grid {
    column-count: 1; } }
/* line 676, ../scss/_page.scss */
.testimonial__card {
  break-inside: avoid-column;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; }

/* line 687, ../scss/_page.scss */
/* .popular {
  padding: 170px 0 0; } */
@media (max-width: 992px) {
  /* line 687, ../scss/_page.scss */
  .popular {
    padding: 60px 0; } }
/* line 694, ../scss/_page.scss */
.popular::before {
  content: '';
  width: 145px;
  height: 105px;
  background-image: url(../img/graphity-three.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 55%;
  top: 25%;
  z-index: 1;
  pointer-events: none; }
@media (max-width: 992px) {
  /* line 694, ../scss/_page.scss */
  .popular::before {
    top: 20px;
    left: auto;
    right: 10px;
    width: 70px;
    height: 50px; } }
/* line 718, ../scss/_page.scss */
.popular.popular-inner::before {
  display: none; }
/* line 723, ../scss/_page.scss */
.popular__sticker {
  max-width: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 55%; }
/* line 732, ../scss/_page.scss */
.popular__slider .owl-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  position: absolute;
  right: 0;
  top: -100px; }
@media (max-width: 992px) {
  /* line 732, ../scss/_page.scss */
  .popular__slider .owl-nav {
    position: relative;
    top: 0;
    margin-top: 30px;
    justify-content: center; } }
/* line 748, ../scss/_page.scss */
.popular__slider .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: var(--primary-color) !important;
  color: var(--text-white) !important;
  transition: var(--trans-sm); }
/* line 759, ../scss/_page.scss */
.popular__slider .owl-nav button:hover {
  background: var(--accent-color) !important;
  color: var(--text-white) !important; }
/* line 764, ../scss/_page.scss */
.popular__slider .owl-nav button .ph {
  font-size: var(--text-md); }
/* line 770, ../scss/_page.scss */
.popular__slider .owl-item {
  transition: var(--trans-sm); }
/* line 773, ../scss/_page.scss */
/* .popular__slider .owl-item.center {
  margin-top: -30px; } */
/* line 778, ../scss/_page.scss */
.popular__slider .owl-stage-outer {
  padding-top: 30px; }
/* line 783, ../scss/_page.scss */
.popular__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer; }
/* line 791, ../scss/_page.scss */
.popular__item:hover .popular__image::before {
  opacity: 0.3; }
/* line 795, ../scss/_page.scss */
.popular__item:hover .popular__image img {
  filter: grayscale(100);
  transform: scale(1.1); }
/* line 803, ../scss/_page.scss */
.popular__image {
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  transition: var(--trans-sm); }
@media (max-width: 540px) {
  /* line 803, ../scss/_page.scss */
  .popular__image {
    height: 250px; } }
/* line 815, ../scss/_page.scss */
.popular__image::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-black);
  opacity: 0.2;
  z-index: 2;
  transition: var(--trans-sm); }
/* line 830, ../scss/_page.scss */
.popular__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--trans-sm); }
/* line 838, ../scss/_page.scss */
.popular__content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 5;
  color: var(--text-white); }
@media (max-width: 540px) {
  /* line 838, ../scss/_page.scss */
  .popular__content {
    left: 15px;
    bottom: 15px; } }
/* line 851, ../scss/_page.scss */
.popular__title {
  font-size: var(--text-md);
  font-weight: var(--text-thinner) !important;
  margin-bottom: 5px; }
/* line 857, ../scss/_page.scss */
.popular__location {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  font-size: var(--text-sm); }

/* line 867, ../scss/_page.scss */
.contact {
  padding: 150px 0; }
@media (max-width: 992px) {
  /* line 867, ../scss/_page.scss */
  .contact {
    padding: 30px 0 60px; } }
/* line 874, ../scss/_page.scss */
.contact.contact-inner {
  padding: 150px 0; }
@media (max-width: 992px) {
  /* line 874, ../scss/_page.scss */
  .contact.contact-inner {
    padding: 60px 0; } }
/* line 882, ../scss/_page.scss */
.contact .row {
  margin: 0; }
/* line 886, ../scss/_page.scss */
.contact .col-lg-6, .contact .col-lg-12 {
  margin: 0;
  padding: 0; }
/* line 891, ../scss/_page.scss */
.contact .col-lg-6:nth-child(even) .contact__input, .contact .col-lg-12:nth-child(even) .contact__input {
  border-right: none; }
/* line 897, ../scss/_page.scss */
.contact__form {
  display: block;
  width: 100%;
  position: relative;
  border-top: 1px solid var(--primary-color); }
/* line 904, ../scss/_page.scss */
.contact__input {
  display: block;
  width: 100%;
  height: 60px;
  padding-left: 60px;
  padding-right: 20px;
  font-size: var(--text-sm);
  color: var(--text-dark);
  border-bottom: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
  background-color: var(--bg-white);
  transition: var(--trans-sm); }
@media (max-width: 992px) {
  /* line 904, ../scss/_page.scss */
  .contact__input {
    padding: 0; } }
/* line 921, ../scss/_page.scss */
.contact__input::placeholder {
  color: var(--text-light); }
/* line 925, ../scss/_page.scss */
.contact__input:focus {
  background-color: var(--primary-light); }
/* line 929, ../scss/_page.scss */
.contact__input.message {
  border-right: none;
  height: auto;
  padding-top: 15px;
  resize: none; }
/* line 937, ../scss/_page.scss */
.contact__submit {
  float: right; }
@media (max-width: 992px) {
  /* line 937, ../scss/_page.scss */
  .contact__submit {
    float: none;
    margin: 0 auto; } }
/* line 948, ../scss/_page.scss */
.contact__data.contact-destination {
  padding-top: 100px; }
@media (max-width: 992px) {
  /* line 948, ../scss/_page.scss */
  .contact__data.contact-destination {
    padding-top: 60px; } }
/* line 956, ../scss/_page.scss */
.contact__data--list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  margin-top: 30px; }
@media (max-width: 992px) {
  /* line 956, ../scss/_page.scss */
  .contact__data--list {
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    align-items: flex-start; } }
/* line 971, ../scss/_page.scss */
.contact__data--item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-size: var(--text-sm);
  color: var(--text-light); }
@media (max-width: 540px) {
  /* line 971, ../scss/_page.scss */
  .contact__data--item {
    flex-wrap: wrap; } }
/* line 983, ../scss/_page.scss */
.contact__data--item a {
  color: var(--text-light);
  transition: var(--trans-sm); }
/* line 987, ../scss/_page.scss */
.contact__data--item a:hover {
  color: var(--primary-color); }
/* line 992, ../scss/_page.scss */
.contact__data--item .ph {
  font-size: var(--text-md);
  transform: scale(1.3); }
@media (max-width: 992px) {
  /* line 992, ../scss/_page.scss */
  .contact__data--item .ph {
    transform: none; } }
/* line 1002, ../scss/_page.scss */
.contact__data--map {
  display: block;
  width: 100%;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 70px; }
@media (max-width: 540px) {
  /* line 1002, ../scss/_page.scss */
  .contact__data--map {
    height: 300px;
    margin-top: 30px; } }
@media (max-width: 540px) {
  /* line 1002, ../scss/_page.scss */
  .contact__data--map {
    height: 250px;
    margin-top: 20px; } }
/* line 1021, ../scss/_page.scss */
.contact__data--map iframe {
  width: 100%;
  height: 100%; }

/* line 1030, ../scss/_page.scss */
.gallery {
  padding-bottom: 100px; }
@media (max-width: 992px) {
  /* line 1030, ../scss/_page.scss */
  .gallery {
    padding-bottom: 60px; } }
/* line 1036, ../scss/_page.scss */
.gallery__group {
  display: block;
  position: relative;
  cursor: pointer;
  background-color: var(--bg-white); }
/* line 1042, ../scss/_page.scss */
.gallery__group--img {
  display: block;
  width: 100%;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
  transition: var(--trans-sm); }
@media (max-width: 540px) {
  /* line 1042, ../scss/_page.scss */
  .gallery__group--img {
    height: 180px; } }
/* line 1055, ../scss/_page.scss */
.gallery__group--img:hover img {
  transform: scale(1.1);
  opacity: 0.8; }
/* line 1061, ../scss/_page.scss */
.gallery__group--img img {
  width: 100%;
  height: 100%;
  transition: var(--trans-sm); }
/* line 1068, ../scss/_page.scss */
.gallery__group--title {
  display: block;
  text-align: center;
  font-size: var(--text-md);
  font-weight: var(--text-thicker);
  margin-top: 15px; }
/* line 1077, ../scss/_page.scss */
.gallery__item {
  display: block;
  position: relative;
  cursor: pointer;
  background-color: var(--bg-white); }
/* line 1083, ../scss/_page.scss */
.gallery__item--img {
  display: block;
  width: 100%;
  height: 180px;
  border-radius: 20px;
  overflow: hidden;
  transition: var(--trans-sm); }
/* line 1092, ../scss/_page.scss */
.gallery__item--img:hover img {
  transform: scale(1.1);
  opacity: 0.8; }
/* line 1098, ../scss/_page.scss */
.gallery__item--img img {
  width: 100%;
  height: 100%;
  transition: var(--trans-sm); }
/* line 1104, ../scss/_page.scss */
.gallery__item--img iframe {
  width: 100%;
  height: 100%; }

/* line 1113, ../scss/_page.scss */
.tips {
  padding-bottom: 170px; }
@media (max-width: 992px) {
  /* line 1113, ../scss/_page.scss */
  .tips {
    padding-bottom: 60px; } }
/* line 1120, ../scss/_page.scss */
.tips__item {
  display: block;
  width: 100%;
  padding: 30px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--bg-white);
  margin-bottom: 30px; }
/* line 1130, ../scss/_page.scss */
.tips__item:last-child {
  margin-bottom: 0; }
/* line 1135, ../scss/_page.scss */
.tips__title {
  display: block;
  font-size: var(--text-md);
  color: var(--text-dark);
  font-weight: var(--text-thicker);
  margin-bottom: 10px; }
/* line 1143, ../scss/_page.scss */
.tips__text {
  display: block;
  font-size: var(--text-sm);
  color: var(--text-light);
  line-height: 1.6; }

/* line 1152, ../scss/_page.scss */
.pricing {
  padding: 0 0 100px; }
/* line 1155, ../scss/_page.scss */
.pricing__wrapper {
  display: block;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  background-color: var(--primary-light); }
/* line 1163, ../scss/_page.scss */
.pricing__header {
  display: block;
  text-align: center;
  width: 100%;
  padding: 30px;
  background-color: var(--primary-color);
  color: var(--text-dark);
  font-size: var(--text-alt);
  font-weight: var(--text-thick); }
@media (max-width: 540px) {
  /* line 1163, ../scss/_page.scss */
  .pricing__header {
    padding: 20px; } }
/* line 1178, ../scss/_page.scss */
.pricing__content {
  display: block;
  width: 100%;
  padding: 30px; }
@media (max-width: 540px) {
  /* line 1178, ../scss/_page.scss */
  .pricing__content {
    padding: 20px; } }
/* line 1188, ../scss/_page.scss */
.pricing__group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px; }
/* line 1197, ../scss/_page.scss */
.pricing__amount {
  display: inline-block; }
/* line 1200, ../scss/_page.scss */
.pricing__amount:nth-child(1) {
  font-size: var(--text-lg);
  font-weight: var(--text-thicker);
  color: var(--text-dark);
  margin-right: 5px; }
@media (max-width: 992px) {
  /* line 1200, ../scss/_page.scss */
  .pricing__amount:nth-child(1) {
    margin-right: 0; } }
/* line 1211, ../scss/_page.scss */
.pricing__amount:nth-child(2) {
  font-size: var(--text-alt);
  color: var(--text-light);
  font-weight: var(--text-thin);
  text-decoration: line-through;
  transform: scale(1.1); }
/* line 1220, ../scss/_page.scss */
.pricing__btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px; }
@media (max-width: 540px) {
  /* line 1220, ../scss/_page.scss */
  .pricing__btns {
    flex-direction: column; } }
/* line 1231, ../scss/_page.scss */
.pricing__btns button {
  width: 100%; }

/* line 1239, ../scss/_page.scss */
.days__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px; }
/* line 1245, ../scss/_page.scss */
.days__item {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 35px;
  overflow: hidden; }
/* line 1252, ../scss/_page.scss */
.days__item::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--primary-color);
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1; }
/* line 1266, ../scss/_page.scss */
.days__title {
  display: block;
  font-size: var(--text-md);
  font-weight: var(--text-thicker);
  color: var(--text-dark);
  margin-bottom: 10px; }
/* line 1274, ../scss/_page.scss */
.days__text {
  font-size: var(--text-sm);
  color: var(--text-light);
  line-height: 1.6; }

/* line 1282, ../scss/_page.scss */
.info {
  padding: 100px 0; }
@media (max-width: 992px) {
  /* line 1282, ../scss/_page.scss */
  .info {
    padding: 60px 0; } }
/* line 1289, ../scss/_page.scss */
.info__wrapper {
  display: block;
  width: 100%;
  padding: 30px;
  background-color: var(--primary-light);
  border-radius: 20px;
  overflow: hidden; }
@media (max-width: 540px) {
  /* line 1289, ../scss/_page.scss */
  .info__wrapper {
    padding: 20px 10px 20px 15px; } }
/* line 1301, ../scss/_page.scss */
.info__wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 20px; }
/* line 1306, ../scss/_page.scss */
.info__wrapper ul li {
  display: block;
  position: relative;
  padding-left: 35px;
  font-size: var(--text-sm);
  color: var(--text-light);
  line-height: 1.6; }
/* line 1314, ../scss/_page.scss */
.info__wrapper ul li::before {
  content: "\ea30";
  font-family: "Phosphor" !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  color: var(--primary-color);
  font-size: 24px; }

/* line 1329, ../scss/_page.scss */
.masonary {
  padding-bottom: 100px; }
@media (max-width: 992px) {
  /* line 1329, ../scss/_page.scss */
  .masonary {
    padding-bottom: 60px; } }
/* line 1336, ../scss/_page.scss */
.masonary__item {
  display: block;
  width: 100%;
  height: 250px;
  border-radius: 20px;
  overflow: hidden; }
@media (max-width: 540px) {
  /* line 1336, ../scss/_page.scss */
  .masonary__item {
    height: 120px; } }
/* line 1348, ../scss/_page.scss */
.masonary__item:hover img {
  transform: scale(1.1);
  filter: blur(1px); }
/* line 1354, ../scss/_page.scss */
.masonary__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--trans-md); }

/* line 1364, ../scss/_page.scss */
.booking {
  padding-bottom: 180px; }
@media (max-width: 992px) {
  /* line 1364, ../scss/_page.scss */
  .booking {
    padding-bottom: 60px; } }
/* line 1371, ../scss/_page.scss */
.booking.confirm {
  padding-bottom: 100px;
  padding-top: 60px; }
@media (max-width: 992px) {
  /* line 1371, ../scss/_page.scss */
  .booking.confirm {
    padding-bottom: 60px; } }
/* line 1380, ../scss/_page.scss */
.booking__wrapper {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid var(--primary-color); }
/* line 1389, ../scss/_page.scss */
.booking__header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background-color: var(--primary-color);
  color: var(--text-white);
  font-size: var(--text-alt);
  font-weight: var(--text-thick); }
@media (max-width: 1180px) {
  /* line 1389, ../scss/_page.scss */
  .booking__header {
    padding: 20px;
    font-size: var(--text-md); } }
/* line 1405, ../scss/_page.scss */
.booking__body {
  display: block;
  width: 100%;
  background-color: var(--bg-white);
  padding: 50px; }
@media (max-width: 1180px) {
  /* line 1405, ../scss/_page.scss */
  .booking__body {
    padding: 30px; } }
/* line 1416, ../scss/_page.scss */
.booking__title {
  display: block;
  font-size: var(--text-alt);
  font-weight: var(--text-thick);
  color: var(--text-dark);
  margin-bottom: 40px; }
@media (max-width: 1180px) {
  /* line 1416, ../scss/_page.scss */
  .booking__title {
    font-size: var(--text-md); } }
/* line 1428, ../scss/_page.scss */
.booking__total {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 20px;
  background-color: var(--primary-light);
  border-radius: 10px;
  overflow: hidden;
  margin: 50px 0; }
@media (max-width: 992px) {
  /* line 1428, ../scss/_page.scss */
  .booking__total {
    margin: 30px 0; } }
/* line 1444, ../scss/_page.scss */
.booking__total--text {
  display: block;
  font-size: var(--text-sm);
  color: var(--text-light); }
/* line 1450, ../scss/_page.scss */
.booking__total--price {
  display: flex;
  align-items: center;
  gap: 10px; }
/* line 1455, ../scss/_page.scss */
.booking__total--price span {
  font-size: var(--text-lg);
  color: var(--primary-color);
  font-weight: var(--text-thicker); }
/* line 1460, ../scss/_page.scss */
.booking__total--price span:nth-child(2) {
  color: var(--text-dark);
  font-weight: var(--text-thin);
  text-decoration: line-through; }
/* line 1471, ../scss/_page.scss */
.booking__modal--icon {
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
  margin-bottom: 30px; }
@media (max-width: 1600px) {
  /* line 1471, ../scss/_page.scss */
  .booking__modal--icon {
    max-height: 150px; } }
@media (max-width: 540px) {
  /* line 1471, ../scss/_page.scss */
  .booking__modal--icon {
    max-height: 100px; } }
/* line 1486, ../scss/_page.scss */
.booking__modal--title {
  display: block;
  text-align: center;
  font-size: var(--text-lg);
  font-weight: var(--text-thicker);
  color: var(--text-dark);
  margin-bottom: 10px; }
/* line 1495, ../scss/_page.scss */
.booking__modal--text {
  display: block;
  text-align: center;
  font-size: var(--text-sm);
  color: var(--text-light); }
/* line 1503, ../scss/_page.scss */
.booking__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px; }
/* line 1509, ../scss/_page.scss */
.booking__list li {
  font-size: var(--text-sm);
  color: var(--text-dark); }
/* line 1513, ../scss/_page.scss */
.booking__list li span {
  color: var(--primary-color);
  font-weight: var(--text-thick);
  white-space: nowrap; }
/* line 1521, ../scss/_page.scss */
.booking__confirm {
  display: block;
  position: relative;
  padding-top: 90px; }
@media (max-width: 992px) {
  /* line 1521, ../scss/_page.scss */
  .booking__confirm {
    padding-top: 40px; } }
/* line 1530, ../scss/_page.scss */
.booking__confirm--logo {
  display: block;
  max-width: 100%;
  max-height: 100px;
  object-fit: contain;
  margin: 0 auto; }
@media (max-width: 992px) {
  /* line 1530, ../scss/_page.scss */
  .booking__confirm--logo {
    max-height: 80px; } }
/* line 1542, ../scss/_page.scss */
.booking__confirm--icon {
  display: block;
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto 60px; }
@media (max-width: 992px) {
  /* line 1542, ../scss/_page.scss */
  .booking__confirm--icon {
    margin-bottom: 40px;
    max-height: 120px; } }
/* line 1554, ../scss/_page.scss */
.booking__confirm--title {
  display: block;
  text-align: center;
  font-size: var(--text-xl);
  color: var(--text-dark);
  font-weight: var(--text-thicker);
  margin-bottom: 60px; }
@media (max-width: 992px) {
  /* line 1554, ../scss/_page.scss */
  .booking__confirm--title {
    margin-bottom: 40px; } }

/* line 1569, ../scss/_page.scss */
.terms {
  padding-bottom: 100px; }
@media (max-width: 992px) {
  /* line 1569, ../scss/_page.scss */
  .terms {
    padding-bottom: 60px; } }

/* line 2, ../scss/_components.scss */
.header {
  display: block;
  width: 100%;
  background-color: var(--bg-white);
  border-bottom: 1px solid var(--border-light);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999; }
@media (max-width: 992px) {
  /* line 2, ../scss/_components.scss */
  .header {
    background-color: transparent; } }
/* line 17, ../scss/_components.scss */
.header__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 90px; }
/* line 25, ../scss/_components.scss */
.header__logo {
  display: inline-block;
  position: relative;
  /* top: 25px;  */
}
@media (max-width: 992px) {
  /* line 25, ../scss/_components.scss */
  .header__logo {
    width: 70px;
    height: 70px;
    top: 0; } }
@media (max-width: 992px) {
  /* line 36, ../scss/_components.scss */
  .header__logo img {
    max-width: 100%;
    object-fit: contain; } }
/* line 44, ../scss/_components.scss */
.header__navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px; }
@media (max-width: 992px) {
  /* line 44, ../scss/_components.scss */
  .header__navbar {
    position: fixed;
    left: 0;
    left: 0;
    top: 90px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: var(--bg-white);
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 90px);
    z-index: 1001;
    transition: var(--trans-sm); } }
/* line 66, ../scss/_components.scss */
.header__navbar.open {
  visibility: visible;
  opacity: 1; }
/* line 71, ../scss/_components.scss */
.header__navbar--link {
  display: inline-block;
  font-size: var(--text-sm);
  font-weight: var(--text-thinner);
  color: var(--text-dark);
  transition: var(--trans-sm); }
@media (max-width: 992px) {
  /* line 71, ../scss/_components.scss */
  .header__navbar--link {
    font-size: var(--text-md); } }
/* line 82, ../scss/_components.scss */
.header__navbar--link.active, .header__navbar--link:hover {
  color: var(--primary-color); }
/* line 87, ../scss/_components.scss */
.header__navbar--toggle {
  display: inline-block;
  width: 35px;
  height: 30px;
  position: relative;
  cursor: pointer; }
@media (min-width: 992px) {
  /* line 87, ../scss/_components.scss */
  .header__navbar--toggle {
    display: none; } }
/* line 100, ../scss/_components.scss */
.header__navbar--toggle.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 13px; }
/* line 105, ../scss/_components.scss */
.header__navbar--toggle.open span:nth-child(2) {
  opacity: 0; }
/* line 109, ../scss/_components.scss */
.header__navbar--toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px; }
/* line 117, ../scss/_components.scss */
.header__navbar--toggle.light span {
  background-color: var(--bg-white); }
/* line 122, ../scss/_components.scss */
.header__navbar--toggle span {
  background-color: var(--text-dark);
  position: absolute;
  border-radius: 2px;
  width: 100%;
  height: 4px;
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4); }
/* line 130, ../scss/_components.scss */
.header__navbar--toggle span:nth-child(1) {
  top: 0;
  left: 0; }
/* line 135, ../scss/_components.scss */
.header__navbar--toggle span:nth-child(2) {
  top: 13px;
  left: 0;
  opacity: 1; }
/* line 141, ../scss/_components.scss */
.header__navbar--toggle span:nth-child(3) {
  bottom: 0;
  left: 0; }

/* line 151, ../scss/_components.scss */
.footer {
  position: relative;
  width: 100%;
  padding: 60px 0 30px;
  background-color: var(--text-dark); }
/* line 157, ../scss/_components.scss */
.footer__logo {
  max-width: 100%;
  object-fit: contain; }
@media (max-width: 992px) {
  /* line 157, ../scss/_components.scss */
  .footer__logo {
    width: 80px;
    height: 80px; } }
/* line 167, ../scss/_components.scss */
.footer__title {
  display: block;
  font-size: var(--text-md);
  font-weight: var(--text-thicker);
  color: var(--text-white);
  margin-bottom: 20px; }
@media (max-width: 992px) {
  /* line 167, ../scss/_components.scss */
  .footer__title {
    margin-top: 20px;
    margin-bottom: 15px; } }
/* line 180, ../scss/_components.scss */
.footer__text {
  display: block;
  font-size: var(--text-sm);
  color: var(--text-white);
  opacity: 0.7;
  line-height: 1.6; }
/* line 188, ../scss/_components.scss */
.footer a.footer__text {
  margin-bottom: 5px;
  transition: var(--trans-sm); }
/* line 191, ../scss/_components.scss */
.footer a.footer__text:hover {
  opacity: 1;
  color: var(--primary-color); }
/* line 197, ../scss/_components.scss */
.footer__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px; }
/* line 203, ../scss/_components.scss */
.footer__social--link {
  font-size: 26px;
  color: var(--text-white);
  transition: var(--trans-sm); }
/* line 208, ../scss/_components.scss */
.footer__social--link:hover {
  color: var(--primary-color); }
/* line 214, ../scss/_components.scss */
.footer__copy {
  display: block;
  text-align: center;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--text-light);
  font-size: var(--text-sm);
  color: var(--text-white); }
/* line 223, ../scss/_components.scss */
.footer__copy::first-letter {
  font-size: var(--text-md); }
/* line 227, ../scss/_components.scss */
.footer__copy span {
  color: var(--primary-color);
  text-transform: uppercase; }

/* line 235, ../scss/_components.scss */
.tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px; }
@media (max-width: 540px) {
  /* line 235, ../scss/_components.scss */
  .tab {
    gap: 15px; } }
/* line 248, ../scss/_components.scss */
.tab__item {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: var(--text-sm);
  font-weight: var(--text-thick);
  border: 1px solid var(--border-color) !important;
  color: var(--text-light) !important;
  white-space: nowrap;
  transition: var(--trans-sm); }
@media (max-width: 540px) {
  /* line 248, ../scss/_components.scss */
  .tab__item {
    padding: 10px 20px; } }
/* line 263, ../scss/_components.scss */
.tab__item.active {
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color);
  color: var(--text-white) !important; }
/* line 268, ../scss/_components.scss */
.tab__item.active:hover {
  color: var(--text-white) !important; }
/* line 273, ../scss/_components.scss */
.tab__item:hover {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important; }
/* line 279, ../scss/_components.scss */
.tab__col {
  transition: var(--trans-md); }
/* line 281, ../scss/_components.scss */
.tab__col.is-hidden {
  display: none !important; }

/* line 289, ../scss/_components.scss */
.form__group {
  display: block;
  width: 100%;
  position: relative; }
/* line 295, ../scss/_components.scss */
.form__label {
  display: block;
  font-size: var(--text-sm);
  font-weight: var(--text-thick);
  color: var(--text-dark);
  margin-bottom: 10px; }
/* line 303, ../scss/_components.scss */
.form__field {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  background-color: var(--bg-white);
  border: 1px solid var(--border-color);
  font-size: var(--text-sm);
  color: var(--text-dark);
  border-radius: 10px; }
/* line 314, ../scss/_components.scss */
.form__field::placeholder {
  color: var(--text-light); }
/* line 318, ../scss/_components.scss */
.form__field.textarea {
  min-height: 150px;
  padding-top: 20px;
  resize: vertical; }
/* line 325, ../scss/_components.scss */
.form__select {
  position: relative; }
/* line 328, ../scss/_components.scss */
.form__select::before {
  content: "\e9fe";
  font-family: "Phosphor-Bold" !important;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--text-light);
  font-size: var(--text-md); }
/* line 340, ../scss/_components.scss */
.form__select select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer; }
/* line 347, ../scss/_components.scss */
.form__datepicker {
  position: relative; }
/* line 350, ../scss/_components.scss */
.form__datepicker::before {
  content: "\e9e4";
  font-family: "Phosphor" !important;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--text-light);
  font-size: 28px; }


  /* //contat us page css */

   .contact-grid-section {
            padding: 80px 0;
            /* background-color: #f5f5f5; */
        }

        .contact-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0;
            margin-top: 50px;
        }

        .contact-grid-item {
            position: relative;
            overflow: hidden;
        }

        .contact-grid-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .contact-info-card {
            background-color: #e8e8e8;
            padding: 60px 40px;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .contact-info-card__icon {
            width: 80px;
            height: 80px;
            margin-bottom: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 40px;
            color: #e91e63;
        }

        .contact-info-card__title {
            font-size: 18px;
            font-weight: 700;
            color: #222222;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .contact-info-card__content {
            font-size: 15px;
            color: #222222;
            line-height: 1.8;
        }

        .contact-info-card__content a {
            color: #222222;
            text-decoration: none;
            display: block;
            margin-top: 8px;
        }

        .contact-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        @media (max-width: 992px) {
            .contact-grid {
                grid-template-columns: 1fr;
            }

            .contact-info-card {
                padding: 40px 30px;
                min-height: 300px;
            }

            .contact-grid-item img {
                height: 300px;
            }
        }

        @media (max-width: 768px) {
            .contact-grid-section {
                padding: 40px 0;
            }

            .contact-info-card {
                padding: 30px 20px;
            }
        }