@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lobster&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #012E41;
  overflow-x: hidden;
  transition: all 0.5s ease;
  background-color: #ffffff;
  line-height: 1.5;
}
body.locked {
  overflow: hidden;
}

p,
small,
span {
  color: #012E41;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #012E41;
  line-height: 1.2;
}

h1 {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
}

h2 {
  font-size: clamp(1.25rem, 3vw, 1.875rem);
}

h3 {
  font-size: clamp(1.125rem, 3vw, 1.5rem);
}

h4 {
  font-size: clamp(1rem, 3vw, 1.25rem);
}

p {
  font-size: 1rem;
  transition: all 0.5s ease;
}
p:last-child {
  margin-bottom: 0 !important;
}

li {
  font-size: 16px;
  transition: all 0.5s ease;
}

.rounded__lg {
  border-radius: 15px;
  overflow: hidden;
}

.m__tb {
  margin-top: clamp(2.5rem, 5vw, 3.75rem);
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}
.m__tb--t {
  margin-top: clamp(2.5rem, 5vw, 3.75rem);
}
.m__tb--b {
  margin-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.p {
  padding: clamp(2.5rem, 5vw, 3.75rem);
}
.p__tb {
  padding-top: clamp(2.5rem, 5vw, 3.75rem);
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
}
.p__tb--t {
  padding-top: clamp(2.5rem, 5vw, 3.75rem);
}
.p__tb--b {
  padding-bottom: clamp(2.5rem, 5vw, 3.75rem);
}

.l__container {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 1rem;
}

input {
  outline: none !important;
  box-shadow: none !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control::placeholder,
input.form-control::placeholder {
  color: #797373;
  font-size: 14px;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.hr__custom {
  border-top: 2px solid #ffffff;
  margin: 48px 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.section__title {
  overflow: hidden;
}
.section__title h5 {
  color: #012E41;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.section__title h1,
.section__title h2 {
  color: #012E41;
  font-size: clamp(1.75rem, 4vw, 3.125rem);
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
  font-family: "Fira Sans", sans-serif;
  text-transform: capitalize;
}
.section__title p {
  font-size: 1rem;
  font-weight: 400;
}
.section__subtitle {
  margin-top: 40px;
  margin-bottom: 20px;
}
.section__subtitle h2 {
  color: #14183e;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2.25rem;
  position: relative;
  font-family: "Volkhov", serif;
  text-transform: capitalize;
  border-bottom: 2px solid #e6e6e6;
}

.l__button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  text-transform: capitalize;
  border: 2px solid #000;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.25rem 1.875rem;
  background-color: #ffffff;
  border-radius: 3.125rem;
  display: inline-block;
  transition: all 0.8s ease;
  text-decoration: none;
  text-align: center;
}
.l__button i {
  margin-left: 0.3125rem;
}
.l__button--primary {
  color: #ffffff;
  border-color: #F18C20;
  background-color: #F18C20;
}
.l__button--primary:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #012E41;
}
.l__button--secondary {
  color: #ffffff;
  background-color: #012E41;
  border-color: #012E41;
}
.l__button--secondary:hover {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #F18C20;
}
.l__button--transparent {
  color: #F18C20 !important;
  background-color: #ffffff;
  border-color: #F18C20;
}
.l__button--transparent:hover {
  border-color: #012E41;
  background-color: #012E41;
  color: #ffffff !important;
}
.l__button--border {
  border-color: #F18C20;
  color: #F18C20;
}
.l__button:hover:before {
  width: 100%;
}
@media (max-width: 991px) {
  .l__button {
    padding: 14px 1.5rem;
  }
}
@media (max-width: 767px) {
  .l__button {
    padding: 12px 1.25rem;
  }
}
@media (max-width: 575px) {
  .l__button {
    padding: 0.5rem 1.25rem;
    font-size: 14px;
  }
}

.social__icon {
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.social__icon li {
  list-style: none;
}
.social__icon li:first-child {
  margin-left: 0;
}
.social__icon li a {
  display: block;
  transition: all 0.5s ease;
}

.owl-nav {
  margin: 0 !important;
  width: 100%;
}
.owl-nav button {
  height: 3.75rem;
  width: 3.75rem;
  overflow: hidden;
  border-radius: 50% !important;
  background-color: transparent !important;
  color: #1e1616 !important;
  border: 1px solid #312d2c !important;
}

.breadcrumb__custom {
  padding: 50px 0;
  background: #ffe6ca url("/static/site-asset/images/breadcrumb-bg.svg") no-repeat bottom center;
  background-size: 100%;
  margin-bottom: 2rem;
}
.breadcrumb__custom span,
.breadcrumb__custom a {
  color: #4f4f4f;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
}
.breadcrumb__custom span:hover,
.breadcrumb__custom a:hover {
  color: #F18C20;
}
.breadcrumb__custom span.active,
.breadcrumb__custom a.active {
  color: #F18C20;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.pagination .page-link {
  background-color: #012E41;
  color: #ffffff;
}
.pagination .page-item.active .page-link {
  background-color: #F18C20;
  border-color: #ffffff;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.f-counter span {
  color: #ffffff !important;
}

.empty-title {
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 600;
  margin-top: 6.25rem;
}

.empty-subtitle {
  font-size: clamp(1rem, 3vw, 1.125rem);
  font-weight: 400;
}

.error {
  margin: auto;
}
.error .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  width: 100%;
  text-align: center;
}
.error-page {
  background-color: #ffffff;
  padding: 50px;
}

.footer {
  background-color: #000000;
  position: relative;
  padding: 5rem 0 0 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer {
    padding: 2rem 0 0 0;
  }
}
.footer__left img {
  height: 4rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  margin-bottom: 0.75rem;
}
.footer__left h2 {
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 1.375rem;
}
.footer__left ul {
  padding: 0;
  margin: 0;
}
.footer__left ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.footer__left ul li i {
  color: #575756 !important;
  position: absolute;
  top: 0.25rem;
  left: 0;
}
.footer__left ul li a {
  font-size: 1rem;
  font-weight: 400;
  color: #a9afb1 !important;
  text-decoration: none;
}
.footer__left .social__icon li img {
  height: 1.5625rem;
  width: 1.5625rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .footer__right--bottom .follow-us {
    display: none;
  }
}
.footer .tabView {
  display: none;
}
@media (max-width: 991px) {
  .footer .tabView {
    display: block;
  }
}
.footer__menu h2 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer__menu ul {
  padding: 0;
  margin: 0;
}
.footer__menu ul li {
  font-size: 1rem;
  font-weight: 400;
  list-style: none;
  margin-bottom: 1.125rem;
}
.footer__menu ul li a {
  color: #a9afb1;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.footer__menu .accept {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.footer__menu .accept img {
  height: 2.5rem;
  width: 5.625rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.3125rem;
  background-color: #ffffff;
  display: inline-block;
}
.footer__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 1;
}
.footer__social ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.footer__social ul li {
  list-style: none;
  margin-bottom: 0;
}
.footer__social ul li a {
  display: block;
  transition: all 0.5s ease;
  font-size: 1rem;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid #575756;
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
  text-align: center;
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}
.footer__social ul li:hover a i {
  color: #F18C20;
}
@media (max-width: 991px) {
  .footer__social {
    align-items: flex-start;
    flex-direction: column;
  }
}
.footer__box {
  border-radius: 2rem;
  border: 1px solid #313131;
  margin-top: 2rem;
}
.footer__box .col {
  border-right: 1px solid #313131;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.footer__box .col:last-child {
  border-right: none;
}
.footer__box--card {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
  padding-block: 3.125rem;
  padding-inline: 2rem;
}
@media (max-width: 991px) {
  .footer__box--card {
    flex-direction: column;
    text-align: center;
    padding: 1.125rem;
  }
}
.footer__box--card :where(h2, h3, p, h4, a, span) {
  color: #ffffff !important;
}
.footer__box--card--icon {
  height: 3.75rem;
  width: 3.75rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .footer__box--card--icon {
    margin-inline: auto;
  }
}
.footer__box--card--icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.footer__box--card--content a {
  text-decoration: none;
}
.footer__box--card--content p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.footer__box--card--content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
.footer__box--card--content h4 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 0;
}
.footer__box--card--content h4 a {
  text-decoration: none;
}
.footer__box--card--content span {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.footer .copyright {
  background-color: #000000;
  margin-top: 3rem;
  padding: 0.75rem 0;
  position: relative;
  z-index: 1;
}
.footer .copyright .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.footer .copyright .container p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}
.footer .copyright .container p img {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 767px) {
  .footer .copyright .container {
    flex-direction: column;
  }
  .footer .copyright .container p {
    text-align: center;
  }
}

.main-header__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}
.main-header__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main-header__logo a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  background-color: #F18C20;
  padding: 3rem 4.6875rem;
  clip-path: polygon(0 0, 100% 0%, 77% 100%, 0% 100%);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
}

@media (min-width: 992px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  position: relative;
}
.main-menu .main-menu__list > li > ul, .main-menu .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 15.625rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  transform: scaleY(0);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list > li + li {
  margin-left: clamp(1rem, 3vw, 2rem);
}
@media (max-width: 1400px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 1.5rem;
  }
}
@media (max-width: 1300px) {
  .main-menu .main-menu__list > li + li {
    margin-left: 1rem;
  }
}
.main-menu .main-menu__list > li > a {
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #012E41;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li > a:hover {
  color: #F18C20;
}
@media (max-width: 1400px) {
  .main-menu .main-menu__list > li > a {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1300px) {
  .main-menu .main-menu__list > li > a {
    font-size: 0.9063rem;
  }
}
.main-menu .main-menu__list > li.dropdown > a {
  padding-right: 0.9375rem;
  padding-block: 2rem;
}
.main-menu .main-menu__list > li.dropdown > a:after {
  position: absolute;
  top: 52%;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 0.875rem;
  color: #012E41;
  transform: translateY(-50%);
  font-weight: 700;
  z-index: 1;
}
.main-menu .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.main-menu .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}
.main-menu .main-menu__list > li:hover > ul, .main-menu .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > li > ul > li, .main-menu .main-menu__list > li > ul > li > ul > li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  border-bottom: 1px solid rgba(21, 20, 34, 0.1);
}
.main-menu .main-menu__list > li > ul > li:last-child, .main-menu .main-menu__list > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.main-menu .main-menu__list > li > ul > li + li, .main-menu .main-menu__list > li > ul > li > ul > li + li {
  border-top: 0;
  margin-top: 0px;
}
.main-menu .main-menu__list > li > ul > li > a, .main-menu .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #151422;
  font-weight: 500;
  display: flex;
  padding: 0.5rem 1.25rem 0.5rem;
}
.main-menu .main-menu__list > li > ul > li:hover > a, .main-menu .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: #F18C20;
  color: #ffffff;
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  cursor: pointer;
  transition: 500ms;
  padding: 0.375rem 0.75rem;
  border-radius: 0.625rem;
  padding: 0.35rem 0.75rem !important;
  background-color: transparent;
  border: 1px solid #F18C20;
}
.main-menu .mobile-nav__toggler i {
  color: #F18C20;
}
.main-menu .mobile-nav__toggler i:hover {
  color: #151422;
}
.main-menu .mobile-nav__toggler .main-menu .mobile-nav__toggler:hover i {
  color: #151422;
}

.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: all 0.3s ease;
  visibility: hidden;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: all 0.3s ease;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 0.3s ease;
}
.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}
.mobile-nav__content {
  width: 18.75rem;
  background-color: #fdfffc;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 1.875rem 0.9375rem;
  visibility: 0;
  opacity: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .logo-box {
  margin-bottom: 2rem;
  display: inline-block;
}
.mobile-nav__content .logo-box img {
  height: 2.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.mobile-nav__close {
  position: absolute;
  top: 1.25rem;
  right: 0.9375rem;
  font-size: 1.125rem;
  cursor: pointer;
}

.mobile-nav__content .main-menu__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-nav__content .main-menu__list .dropdown__box h6,
.mobile-nav__content .main-menu__list .dropdown__box span {
  color: inherit;
  transition: color 0.3s ease;
}
.mobile-nav__content .main-menu__list .dropdown__box li a h6:hover {
  color: #F18C20 !important;
}
.mobile-nav__content .main-menu__list > li > ul > li > a:hover {
  color: #F18C20;
}
.mobile-nav__content .main-menu__list > li > ul, .mobile-nav__content .main-menu__list > li > ul > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 1em;
}
.mobile-nav__content .main-menu__list > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li:not(:last-child), .mobile-nav__content .main-menu__list > li > ul > li > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}
.mobile-nav__content .main-menu__list > li > a, .mobile-nav__content .main-menu__list > li > ul > li > a, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  line-height: 1.875rem;
  color: #000000;
  height: 2.875rem;
  text-decoration: none;
  transition: 500ms;
}
.mobile-nav__content .main-menu__list > li > a {
  font-size: 1rem;
  font-weight: 500;
}
.mobile-nav__content .main-menu__list > li > ul > li > a {
  font-size: 0.875rem;
  font-weight: 500;
  height: auto;
  text-transform: capitalize;
}

.mobile-nav__content .main-menu__list > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > a.expanded .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a.expanded {
  color: #F18C20;
}

.mobile-nav__content .main-menu__list {
  /* no menu after 2rd level dropdown */
}
.mobile-nav__content .main-menu__list li a.expanded {
  color: #F18C20;
}
.mobile-nav__content .main-menu__list > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: none;
  outline: none;
  text-align: center;
  transition: transform 500ms ease;
  padding: 0;
}
.mobile-nav__content .main-menu__list > li > a > button i, .mobile-nav__content .main-menu__list > li > ul > li > a > button i, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button i {
  font-size: 0.625rem;
}
.mobile-nav__content .main-menu__list > li > a > button .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > a > button .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button .fa-minus {
  display: none;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded .fa-minus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded .fa-minus {
  display: block;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded .fa-plus, .mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded .fa-plus, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button.expanded .fa-plus {
  display: none;
}
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button, .mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}
.mobile-nav__content .main-menu__list li > ul > li > a:hover {
  color: #F18C20;
}

.mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 1.875rem;
}
.mobile-nav__top .main-menu__login a {
  color: #F18C20;
}
.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.mobile-nav__social a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  text-decoration: none;
  color: #ffffff;
  height: 2.25rem;
  width: 2.25rem;
  overflow: hidden;
  min-width: 2.25rem;
  text-align: center;
  border-radius: 50%;
  background-color: #012E41;
  transition: all 0.4s linear;
}
.mobile-nav__social a:hover {
  color: #F18C20;
}
.mobile-nav__social a + a {
  margin-left: 1rem;
}
.mobile-nav__contact {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mobile-nav__contact li {
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
}
.mobile-nav__contact li + li {
  margin-top: 0.9375rem;
}
.mobile-nav__contact li a,
.mobile-nav__contact li .address {
  color: #000000;
  text-decoration: none;
  transition: 500ms;
}
.mobile-nav__contact li a:hover,
.mobile-nav__contact li .address:hover {
  color: #F18C20;
}
.mobile-nav__contact li > i {
  width: 1.875rem;
  height: 1.875rem;
  min-width: 1.875rem;
  border-radius: 50%;
  background-color: #F18C20;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  text-align: center;
  font-size: 0.6875rem;
  margin-right: 0.625rem;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

.main-header-two {
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
  position: relative;
}
.main-header-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper {
  background-color: #ffffff;
}
.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  z-index: 1;
}
.main-menu-two__wrapper.sticky {
  position: fixed;
  top: 0;
  animation: slideDown 0.5s;
  z-index: 9;
  width: 100%;
  transition: all 0.5s ease;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
}
.main-menu-two__wrapper.sticky .main-menu__list > li > a {
  color: #012E41;
}
.main-menu-two__wrapper.sticky .main-menu__list > li.dropdown > a:after {
  color: #012E41;
}
.main-menu-two__wrapper.sticky .main-menu-two__logo a img {
  height: 3.5rem;
}
.main-menu-two__logo {
  position: relative;
  display: block;
  padding-block: 10px;
}
.main-menu-two__logo .img-white {
  display: none;
}
.main-menu-two__logo .img-black {
  display: block;
}
.main-menu-two__logo.sticky .img-white {
  display: none;
}
.main-menu-two__logo.sticky .img-black {
  display: block;
}
.main-menu-two__logo a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.main-menu-two__logo a img {
  height: 3.5rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 1200px) {
  .main-menu-two__logo a img {
    height: 4rem !important;
  }
}
@media (max-width: 1024px) {
  .main-menu-two__logo a img {
    height: 3rem !important;
  }
}
@media (max-width: 991px) {
  .main-menu-two__logo a img {
    height: 4rem !important;
  }
}
@media (max-width: 767px) {
  .main-menu-two__logo a img {
    height: 3rem !important;
  }
}
.main-menu-two__left {
  display: block;
}
.main-menu-two__left .btn__group {
  display: none;
}
.main-menu-two__main-menu-box {
  display: block;
}
.main-menu-two__right {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.main-menu-two__right .trip__btn {
  border: 1px solid #212832;
  border-radius: 0.3125rem;
  padding: 0.5625rem 1.125rem;
  font-size: 1rem;
  font-weight: 500;
  color: #212832;
  text-decoration: none;
  transition: all 0.5s ease;
}
.main-menu-two__right .trip__btn:hover {
  background-color: #012E41;
  border-color: #012E41;
  color: #ffffff;
}
@media (max-width: 1400px) {
  .main-menu-two__right .trip__btn {
    padding: 0.5rem;
    font-size: 0.9375rem;
  }
}
@media (max-width: 1400px) {
  .main-menu-two__right .trip__btn {
    font-size: 0.9063rem;
  }
}
.main-menu-two__btn-box {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.main-menu-two__btn-box .l__button--primary {
  padding: 0.625rem 1.25rem;
}

@media (min-width: 992px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.myHeader {
  background-color: #ffffff;
}

.dropdown__box li {
  border-bottom: none !important;
}
.dropdown__box li.title a {
  text-transform: uppercase;
  color: #97a3b7 !important;
}
.dropdown__box li.title:hover a {
  background-color: transparent !important;
}
.dropdown__box li a {
  display: flex;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 1rem !important;
}
.dropdown__box li a img {
  height: 1.375rem;
  width: 1.375rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.dropdown__box li a h6 {
  color: #111b29;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .dropdown__box li a h6 {
    margin-bottom: 0.75rem;
  }
}
.dropdown__box li a span {
  color: #677489;
  font-size: 0.875rem;
  font-weight: 400;
}
.dropdown__box li:hover span,
.dropdown__box li:hover h6 {
  color: #ffffff;
}
.dropdown__box li:last-child {
  margin-bottom: 0;
}

.mega {
  position: static !important;
}
.mega__menu {
  width: 100%;
  padding: 1.5rem 1.125rem !important;
  left: 50% !important;
  transform: scaleY(0) translate(-50%) !important;
  border-radius: 0 0 1.25rem 1.25rem;
}
.mega__menu .tab__buttons {
  padding: 0;
  margin: 0;
  list-style: none;
  border-right: 1px solid rgba(1, 46, 65, 0.4509803922);
  padding-right: 0.625rem;
}
.mega__menu .tab__buttons--btn {
  margin-bottom: 0.5rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0 0.3125rem 0.3125rem 0;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.mega__menu .tab__buttons--btn::before {
  content: "";
  background-color: transparent;
  height: 100%;
  width: 0.25rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.mega__menu .tab__buttons--btn h6 {
  color: #012E41;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.mega__menu .tab__buttons--btn span {
  color: #677489;
  font-size: 0.875rem;
  font-weight: 500;
}
.mega__menu .tab__buttons--btn:hover, .mega__menu .tab__buttons--btn.active {
  background-color: #F18C20;
}
.mega__menu .tab__buttons--btn:hover::before, .mega__menu .tab__buttons--btn.active::before {
  background-color: #012E41;
}
.mega__menu .tab__buttons--btn:hover h6,
.mega__menu .tab__buttons--btn:hover span, .mega__menu .tab__buttons--btn.active h6,
.mega__menu .tab__buttons--btn.active span {
  color: #ffffff;
}
.mega__menu .tab__buttons--btn:last-child {
  margin-bottom: 0;
}
.mega__menu .tab__contents--text {
  display: none;
}
.mega__menu .tab__contents--text.active {
  display: block;
}
.mega__menu .tab__contents--text a {
  text-decoration: none;
  color: #111b29;
}
.mega__menu .tab__contents--text a:hover {
  color: #F18C20;
}
.mega__menu .tab__contents .box {
  overflow-y: auto;
  max-height: 300px;
  padding: 0 1.25rem;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.mega__menu .tab__contents .box::-webkit-scrollbar {
  width: 0.3125rem;
}
.mega__menu .tab__contents .box::-webkit-scrollbar-track {
  background: #012E41;
}
.mega__menu .tab__contents .box::-webkit-scrollbar-thumb {
  background: #F18C20;
}
.mega__menu .tab__contents .box::-webkit-scrollbar-thumb:hover {
  background: #F18C20;
}
.mega__menu .tab__contents .box a.text {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #cecece;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  height: 100%;
  align-content: center;
}
.mega__menu .tab__contents .box a.text:hover {
  border-color: #012E41;
}
.mega:hover .mega__menu {
  transform: scaleY(1) translateX(-50%) !important;
}

.accordion__menu--title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  text-decoration: none;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
}
.accordion__menu--title .fa-minus {
  display: none;
}
.accordion__menu--title.active {
  color: #F18C20 !important;
}
.accordion__menu--title.active .fa-plus {
  display: none;
}
.accordion__menu--title.active .fa-minus {
  display: block;
}
.accordion__content {
  display: none;
}
.accordion__content ul li {
  list-style: disc;
  margin-bottom: 0.5rem;
}
.accordion__content ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
}
.accordion__content ul li:hover a {
  color: #F18C20;
}

.owl-dot span {
  height: 0.8125rem !important;
  width: 0.8125rem !important;
}
.owl-dot.active span {
  height: 0.9375rem !important;
  width: 0.9375rem !important;
  background-color: #F18C20 !important;
}

.page__head {
  margin-top: 6rem;
}
.page__banner {
  position: relative;
}
.page__banner img {
  height: 22.5rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 767px) {
  .page__banner {
    display: none;
  }
}

.flex_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 767px) {
  .flex_head .section__title br {
    display: none;
  }
}

.blog .section__title,
.guide .section__title,
.activities .section__title,
.package .section__title {
  max-width: calc(100% - 250px);
  width: 100%;
}
@media (max-width: 991px) {
  .blog .section__title,
  .guide .section__title,
  .activities .section__title,
  .package .section__title {
    max-width: 100%;
  }
}

.destinations__list,
.package__list {
  padding-top: 0 !important;
}
.destinations__list .section__title,
.package__list .section__title {
  margin-block: clamp(2rem, 4vw, 3.25rem);
  max-width: 100% !important;
}

.banner {
  position: relative;
}
.banner__img img {
  height: 48.75rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 1.25rem;
  width: 100%;
}
.banner__content :where(h5, h2) {
  color: #ffffff !important;
}
.banner__content .section__title h5 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 200;
  font-family: "Lobster", sans-serif;
  text-transform: unset;
  margin-bottom: 0.5rem;
}
.banner__content .section__title h2 {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.banner__content form {
  margin-top: clamp(2rem, 4vw, 3.75rem);
  position: relative;
  max-width: 60rem;
  margin-inline: auto;
}
.banner__content form input {
  width: 100%;
  padding: 0.875rem 2rem;
  border-radius: 2.75rem;
  background: rgba(255, 255, 255, 0.84);
  border: none;
  height: 5.25rem;
  line-height: 5.25rem;
  padding-right: 6.25rem;
}
@media (max-width: 991px) {
  .banner__content form input {
    height: 4.25rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 575px) {
  .banner__content form input {
    height: 3.25rem;
    line-height: 2.5rem;
  }
}
.banner__content form button {
  height: 3.4375rem;
  width: 3.4375rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #F18C20;
  border: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #ffffff;
}
@media (max-width: 991px) {
  .banner__content form button {
    right: 0.5rem;
  }
}
@media (max-width: 575px) {
  .banner__content form button {
    height: 2.5rem;
    width: 2.5rem;
    overflow: hidden;
  }
}

.package {
  position: relative;
  background-color: #eeeeee;
}
.package__popular {
  padding-top: clamp(3.75rem, 5vw, 4.375rem);
  padding-bottom: clamp(3.75rem, 8vw, 6.875rem);
}
.package__selling {
  padding-top: clamp(3.75rem, 7vw, 7.0625rem);
  padding-bottom: clamp(3.75rem, 9vw, 9.625rem);
}
.package__list {
  background-color: transparent;
}
.package .flex_head {
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}
.package__card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
}
.package__card--img {
  height: 15.9375rem;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.package__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.5s ease;
}
.package__card--img img:hover {
  transform: scale(1.1);
}
.package__card--img .rating {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: clamp(1rem, 2vw, 1.5rem);
  padding-bottom: 0.5rem;
  width: 100%;
}
.package__card--img .rating::before {
  content: "";
  background: linear-gradient(rgba(58, 86, 108, 0), rgb(0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3.125rem;
  width: 100%;
  overflow: hidden;
}
.package__card--img .rating ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 0.25rem;
  position: relative;
  z-index: 2;
}
.package__card--img .rating ul li i {
  color: #ffbe0b;
}
.package__card--img .rating span {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.package__card--content {
  padding: clamp(1rem, 2vw, 1.5rem);
  padding-bottom: clamp(1.125rem, 2vw, 1.875rem);
}
.package__card--content-body .tags {
  color: #345867;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.25rem;
}
.package__card--content-body .title {
  font-size: 1.1875rem;
  font-weight: 700;
  margin-bottom: 0;
  height: 2.875rem;
  color: #012E41;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.package__card--content-body .title:hover {
  color: #F18C20;
}
.package__card--content-body a {
  text-decoration: none;
}
.package__card--content-foot {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
}
.package__card--content-foot .left .price__bold {
  color: #012E41;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
}
@media (max-width: 1100px) {
  .package__card--content-foot .left .price__bold {
    font-size: 1.125rem;
  }
}
.package__card--content-foot .left .price__bold small {
  color: #012E41;
  font-size: 0.875rem;
  font-weight: 500;
}
.package__card--content-foot .left .price__light {
  color: rgba(16, 12, 8, 0.5);
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.package__card--content-foot .left .price__light small {
  line-height: 16px;
}
.package__card--content-foot .right a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #F18C20;
  text-decoration: none;
}
.package__card--content-foot .right a span {
  color: #ffffff;
  margin-right: 0.5rem;
  display: inline-block;
}
.package__card--content-foot .right a svg {
  margin-left: 0.5rem;
}
.package__info {
  position: absolute;
  bottom: auto;
  left: 0;
  padding-bottom: 21px;
  bottom: 0;
  width: 100%;
}
.package__info .row {
  align-items: center;
}
.package__info h2.country {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 13px;
}
.package__info--title h1 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
}
.package__info--title h1 small {
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
}
.package__info--meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.package__info--meta li {
  list-style: none;
}
.package__info--meta li h3 {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
.package__info--meta li h3 small {
  font-size: 1.5rem;
  font-weight: 400;
  margin-right: 0.625rem;
  color: #ffffff;
}
.package__detail--grid {
  display: grid;
  gap: 0.8rem;
  width: 100%;
  max-height: calc(-20rem + 100dvh);
  grid-template-columns: 3.15fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
@media (max-width: 1400px) {
  .package__detail--grid {
    height: 100%;
    max-height: calc(-10rem + 100dvh);
  }
}
@media (max-width: 1100px) {
  .package__detail--grid {
    height: 100%;
    max-height: 100%;
    grid-template-columns: 2fr 1fr 1fr;
  }
}
.package__detail--grid--second, .package__detail--grid--first {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  aspect-ratio: 815/494;
  z-index: 1;
  grid-row: 1/3;
}
.package__detail--grid--second {
  grid-column: 1/4;
}
.package__detail--grid--three, .package__detail--grid--two, .package__detail--grid--one, .package__detail--grid--four {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  aspect-ratio: 815/494;
  z-index: 1;
}
.package__detail--grid--three .see-all-trigger, .package__detail--grid--two .see-all-trigger, .package__detail--grid--one .see-all-trigger, .package__detail--grid--four .see-all-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.5rem;
  width: auto;
  display: block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-size: 0.875rem;
}
.package__detail--grid--one {
  grid-row: 1/3;
  grid-column: 2/4;
}
.package__detail--grid--two {
  grid-column: 2/4;
}
.package__detail--grid--three.first {
  grid-column: 2/4;
}
.package__detail--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  cursor: pointer;
}
.package__detail--img.second {
  position: relative;
}
.package__detail--img.second img {
  height: 20.05rem;
}
.package__detail--img.second .see-all-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.625rem;
  width: auto;
  display: block;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.package__detail--slider .item {
  cursor: pointer;
}
.package__detail--slider .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  aspect-ratio: 480/270;
  min-height: 200px;
}
@media (max-width: 575px) {
  .package__detail--slider .item img {
    aspect-ratio: 480/480;
    min-height: 0px;
  }
}
.package__detail--slider .owl-nav {
  visibility: hidden;
  opacity: 0;
}
.package__detail--slider .owl-nav button {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #F18C20 !important;
  color: #ffffff !important;
  border-color: #F18C20 !important;
}
.package__detail--slider .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.package__detail--slider .owl-nav button.owl-prev {
  left: 0;
}
.package__detail--slider:hover .owl-nav {
  visibility: visible;
  opacity: 1;
}
.package__detail--head {
  padding-block: clamp(1.25rem, 3vw, 2.5rem);
  background-color: #f2f5f9;
}
.package__detail--head .head-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.package__detail--head .head-title h1 {
  font-size: 1.75rem;
  font-weight: 700;
}
.package__detail--head .head-title .review__start {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
}
.package__detail--head .head-title .review__start span {
  font-size: 0.875rem;
}
.package__detail--head .head-title .review__start .rating {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 2px;
  padding: 0;
  margin: 0;
}
.package__detail--head .head-title .review__start .rating li {
  list-style: none;
}
.package__detail--head .head-title .review__start .rating li i.full {
  color: #F18C20;
}
.package__detail--head .head-title .review__start .rating li i.half {
  color: #d4d8df;
}
.package__detail--head h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
.package__detail .share .social__icon {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.package__detail .share .social__icon li {
  list-style: none;
}
.package__detail .share .social__icon li a {
  font-size: 1rem;
  font-weight: 600;
  color: #012E41;
  text-decoration: none;
  background-color: #f2f5f9;
  height: 2rem;
  width: 2rem;
  overflow: hidden;
  border-radius: 0.5rem;
  text-align: center;
  align-content: center;
}
@media (max-width: 767px) {
  .package__detail .share .social__icon li a {
    height: 1.5rem;
    width: 1.5rem;
    overflow: hidden;
  }
}
.package__detail--share {
  padding-block: clamp(1.25rem, 3vw, 2.5rem);
  border-bottom: 1px solid #d4d8df;
}
.package__detail--share .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  flex-wrap: wrap;
}
.package__detail--share .review__start {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
}
.package__detail--share .review__start span {
  font-size: 0.875rem;
}
.package__detail--share .review__start .rating {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 2px;
  padding: 0;
  margin: 0;
}
.package__detail--share .review__start .rating li {
  list-style: none;
}
.package__detail--share .review__start .rating li i.full {
  color: #F18C20;
}
.package__detail--share .review__start .rating li i.half {
  color: #d4d8df;
}
.package__detail--share .social__icon {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.package__detail--share .social__icon li {
  list-style: none;
}
.package__detail--share .social__icon li a {
  font-size: 1rem;
  font-weight: 600;
  color: #012E41;
  text-decoration: none;
  background-color: #f2f5f9;
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
  text-align: center;
  align-content: center;
}
.package__detail--content {
  margin-bottom: clamp(2.5rem, 8vw, 4.375rem);
}
.package__detail--nav {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.05);
  padding: 0.75rem 1.375rem;
  border-radius: 0.3125rem;
  margin-bottom: 3.125rem;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 1.25rem;
}
@media (max-width: 575px) {
  .package__detail--nav {
    margin-top: 0.75rem;
    margin-bottom: 2.25rem;
  }
}
.package__detail--nav .nav {
  gap: clamp(2rem, 4vw, 5rem);
  flex-wrap: nowrap;
}
.package__detail--nav .nav li a {
  color: #012E41 !important;
  font-size: clamp(1rem, 4vw, 1.25rem);
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  text-align: center;
}
.package__detail--nav .nav li a:hover, .package__detail--nav .nav li a.active {
  color: #F18C20 !important;
  font-weight: 600;
}
.package__detail--nav .nav li a:hover svg path, .package__detail--nav .nav li a.active svg path {
  fill: #012E41;
}
.package__detail .note,
.package__detail .review,
.package__detail .video__image,
.package__detail .faq,
.package__detail .gallery,
.package__detail .exclude,
.package__detail .include,
.package__detail .routemap,
.package__detail .iterary,
.package__detail .highlight,
.package__detail .overview {
  margin-bottom: clamp(1.75rem, 3vw, 3.125rem);
}
.package__detail .note h2,
.package__detail .review h2,
.package__detail .video__image h2,
.package__detail .faq h2,
.package__detail .gallery h2,
.package__detail .exclude h2,
.package__detail .include h2,
.package__detail .routemap h2,
.package__detail .iterary h2,
.package__detail .highlight h2,
.package__detail .overview h2 {
  color: #012E41;
  font-family: "Fira Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
}
.package__detail .overview h2 {
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .package__detail .overview h2 {
    margin-top: 1.5rem;
  }
}
.package__detail .overview__stats {
  margin-bottom: clamp(3rem, 8vw, 5rem);
  background-color: #f2f5f9;
  padding: clamp(0.5rem, 2vw, 1.25rem);
  padding-top: 2rem;
  border: 1px solid #d4d8df;
  border-radius: 0.5rem;
  position: relative;
}
@media (max-width: 991px) {
  .package__detail .overview__stats {
    margin-bottom: 0.625rem;
    margin-top: 3.5rem;
  }
}
.package__detail .overview__stats h3 {
  background-color: #ffffff;
  border: 1px solid #d4d8df;
  border-radius: 0.5rem;
  padding: 0.5rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  top: -1.25rem;
  left: auto;
}
.package__detail .overview__stats--card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.5rem;
}
.package__detail .overview__stats--card img {
  margin-top: 0.5rem;
}
@media (max-width: 575px) {
  .package__detail .overview__stats--card img {
    height: 1.5rem;
    width: 1.5rem;
    overflow: hidden;
    min-width: 1.5rem;
  }
}
.package__detail .overview__stats--card span {
  color: #0e0e0e;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  margin-bottom: 0.1875rem;
  word-break: break-word;
}
@media (max-width: 575px) {
  .package__detail .overview__stats--card span {
    font-size: 12px;
  }
}
.package__detail .overview__stats--card p {
  color: #0e0e0e;
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-weight: 500;
}
.package__detail .overview .content {
  margin-bottom: clamp(2rem, 5vw, 4rem);
}
.package__detail .highlight ol,
.package__detail .highlight ul {
  padding-left: 0px;
}
.package__detail .highlight ol li,
.package__detail .highlight ul li {
  list-style: none;
  margin-bottom: 1rem;
  line-height: 28px;
  padding-left: 1.5rem;
  position: relative;
}
.package__detail .highlight ol li::before,
.package__detail .highlight ul li::before {
  content: "";
  background-image: url("/static/site-asset/images/icon/package-list.svg");
  height: 1rem;
  width: 1rem;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 0;
}
.package__detail .iterary h2 {
  margin-bottom: 1.25rem;
}
.package__detail .iterary .accordion {
  padding: 0;
  margin: 0;
  position: relative;
}
.package__detail .iterary .accordion::before {
  content: "";
  height: 100%;
  width: auto;
  overflow: hidden;
  border-left: 1px dashed #067363;
  position: absolute;
  top: 0;
  left: 0.5rem;
}
.package__detail .iterary .accordion__item {
  margin-left: 2.375rem;
  position: relative;
  list-style: none;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #d4d8df;
  padding-bottom: 1.25rem;
}
.package__detail .iterary .accordion__item:last-child::before, .package__detail .iterary .accordion__item:first-child::before {
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  background-color: #F18C20;
  left: -2.8125rem;
  top: 0;
  content: "\f3c5";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  text-align: center;
  color: #ffffff;
}
.package__detail .iterary .accordion__item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.package__detail .iterary .accordion__item:last-child .accordion__title {
  padding-bottom: 0;
}
.package__detail .iterary .accordion__item::before {
  content: "";
  height: 1.125rem;
  width: 1.125rem;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #F18C20;
  background: #ffffff;
  position: absolute;
  top: 0.25rem;
  left: -2.4375rem;
}
.package__detail .iterary .accordion__title {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  color: #012E41;
  display: block;
  position: relative;
  padding-right: 1.25rem;
}
.package__detail .iterary .accordion__title i {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.package__detail .iterary .accordion__title.active {
  margin-bottom: 1.5rem;
}
.package__detail .iterary .accordion__title.active i {
  transform: rotate(180deg);
}
.package__detail .iterary .accordion__content .list__box h4 {
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
}
.package__detail .iterary .accordion__content .list__box p {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .package__detail .iterary .accordion__item {
    margin-bottom: 1.5rem;
  }
  .package__detail .iterary .accordion__title.active {
    margin-bottom: 1rem;
  }
}
.package__detail .routemap__image {
  margin-bottom: 1.875rem;
}
.package__detail .routemap__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.package__detail .video__image {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.package__detail .video__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.package__detail .video__image .play {
  height: 3.125rem;
  width: 3.125rem;
  overflow: hidden;
  background-color: #F18C20;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
}
.package__detail .exclude ul,
.package__detail .include ul {
  padding: 0;
  margin: 0;
  padding: 1.25rem;
}
.package__detail .exclude ul li,
.package__detail .include ul li {
  margin-bottom: 0.75rem;
  list-style: none;
  padding-left: 1.875rem;
  position: relative;
}
.package__detail .exclude ul li::before,
.package__detail .include ul li::before {
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.package__detail .exclude ul li:last-child,
.package__detail .include ul li:last-child {
  margin-bottom: 0;
}
.package__detail .include ul {
  background-color: #f6fef9;
}
.package__detail .include ul li:before {
  background-image: url("/static/site-asset/images/icon/package/tick.svg");
}
.package__detail .exclude ul {
  background-color: #fffbfa;
}
.package__detail .exclude ul li:before {
  background-image: url("/static/site-asset/images/icon/package/close.svg");
  height: 0.75rem;
  width: 0.75rem;
  overflow: hidden;
  top: 6px;
}
.package__detail .gallery {
  margin-bottom: 0;
  padding-bottom: 0;
}
.package__detail .gallery::before {
  display: none;
}
.package__detail .gallery h2 {
  margin-bottom: 1.875rem;
}
.package__detail .gallery__card--img {
  height: 14.0625rem;
  border-radius: 0.625rem;
}
.package__detail .review .star {
  cursor: pointer;
}
.package__detail .review .star:hover {
  transform: scale(1.2);
}
.package__detail .review .star.active {
  color: #F18C20;
}
.package__detail .review .star.hovered {
  color: #F18C20;
}
.package__detail .review__box {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #efefef;
}
.package__detail .review__box--stat {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
.package__detail .review__box--stat span {
  font-size: 3rem;
  font-weight: 600;
}
.package__detail .review__box .star {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.3125rem;
}
.package__detail .review__box .star i {
  color: #F18C20;
}
.package__detail .review__box--card {
  border: 1px solid #efefef;
  padding: 1.25rem;
  border-radius: 1.25rem;
  margin-bottom: 1rem;
}
.package__detail .review__box--card .head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 0.3125rem;
  width: 100%;
}
.package__detail .review__box--card .head .left h3 {
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 600;
  word-break: break-word;
}
.package__detail .review__box--card .head .right .date {
  font-size: clamp(0.625rem, 3vw, 1rem);
  font-weight: 500;
}
.package__detail .review__box--card .body {
  margin-top: 1.25rem;
}
.package__detail .review__box--card .body .content p {
  font-size: 0.875rem !important;
  font-weight: 400;
  word-break: break-word;
}
.package__detail .review__box .read-more {
  text-align: center;
}
.package__detail .note__card {
  margin-bottom: 1.25rem;
  border: 1px solid #F18C20;
  padding: 1.25rem;
  border-radius: 1rem;
  background-color: #fff7ed;
}
.package__detail .note__card:nth-child(even) {
  border-color: #012E41;
  background-color: #effaff;
}
.package__detail .note__card:nth-child(even) .read-more-btn {
  color: #012E41 !important;
}
.package__detail .note__card h3 {
  font-size: 1.125rem;
  font-weight: 600;
}
.package__detail .note__card .content {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(1, 46, 65, 0.8705882353);
}
.package__detail .note__card .content p {
  color: rgba(1, 46, 65, 0.8705882353);
}
.package__detail .note__card .content.collapsed {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.package__detail .note__card .content.collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2em;
}
.package__detail .note__card .read-more-btn {
  border: none;
  background-color: transparent;
  margin-top: 0px;
  color: #F18C20 !important;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 12px;
  transition: all 0.3s ease;
  display: none;
}
.package__detail .note__card .read-more-btn:active {
  transform: scale(0.98);
}
.package__detail aside {
  position: sticky;
  top: 3.75rem;
}
.package__detail .sidebox {
  border-radius: 12px;
  border: 1px solid rgba(1, 46, 65, 0.5882352941);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.package__detail .sidebox h3 {
  color: #05073c;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.package__detail .sidebox__head {
  padding-bottom: 2.5rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #e7e6e6;
}
.package__detail .sidebox__head ul {
  padding: 0;
  margin: 0;
}
.package__detail .sidebox__head ul li {
  list-style: none;
  margin-bottom: 1.5rem;
  padding-left: 1.875rem;
  position: relative;
}
.package__detail .sidebox__head ul li:last-child {
  margin-bottom: 0;
}
.package__detail .sidebox__head ul li::before {
  content: "";
  height: 1.25rem;
  width: 1.25rem;
  overflow: hidden;
  background-image: url("/static/site-asset/images/icon/package/tick.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
.package__detail .sidebox__body .price {
  text-align: center;
  padding: 1rem;
  background-color: #f2f5f9;
  margin-bottom: 1rem;
}
.package__detail .sidebox__body .price .text-secondary {
  padding-left: 0.3rem;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .package__detail .sidebox__body .price {
    padding: 0.5rem;
  }
}
.package__detail .sidebox__body .price small {
  font-size: 1rem;
  font-weight: 500;
  color: #012E41;
}
.package__detail .sidebox__body .price span {
  font-size: 1.5rem;
  font-weight: 600;
  color: #012E41;
}
.package__detail .sidebox__body .price__group {
  margin-bottom: 1rem;
}
.package__detail .sidebox__body .price__group h3 {
  color: #F18C20;
  font-size: 0.875rem;
  font-weight: 600;
}
.package__detail .sidebox__body .price__group--box table {
  width: 100%;
  border-bottom: 1px solid #d4d8df;
}
.package__detail .sidebox__body .price__group--box table tbody tr th,
.package__detail .sidebox__body .price__group--box table thead tr th {
  font-size: 0.875rem;
  font-weight: 600;
}
.package__detail .sidebox__body .price__group--box table tbody tr th:last-child,
.package__detail .sidebox__body .price__group--box table thead tr th:last-child {
  text-align: right;
}
.package__detail .sidebox__body .price__group--box table thead {
  background-color: #012E41;
}
.package__detail .sidebox__body .price__group--box table thead tr th {
  color: #ffffff;
  padding: 0.625rem 1.25rem;
}
.package__detail .sidebox__body .price__group--box table tbody tr:nth-child(even) {
  background-color: #f2f5f9;
}
.package__detail .sidebox__body .price__group--box table tbody tr td {
  position: relative;
}
.package__detail .sidebox__body .price__group--box table tbody tr td span {
  padding: 0.3125rem 1.25rem;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.package__detail .sidebox__body .price__group--box table tbody tr td:last-child {
  text-align: right;
}
.package__detail .sidebox__body .btn__group {
  padding-inline: 1.25rem;
}
.package__detail .sidebox__body .btn__group .l__button {
  display: block;
  width: 100%;
  border-radius: 0.625rem;
  margin-bottom: 0.9375rem;
}
.package__detail .sidebox__body .btn__group .l__button--primary {
  box-shadow: 0px 20px 35px 0px rgba(106, 231, 225, 0.14);
}
@media (max-width: 991px) {
  .package .owl-stage-outer {
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .package {
    padding-bottom: 2rem;
  }
}

.choose {
  padding-top: clamp(3.75rem, 7vw, 7.0625rem);
  padding-bottom: 20.5rem;
  position: relative;
  background-image: url("/static/site-asset/images/choose.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.choose::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.choose .section__title {
  max-width: 39.375rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}
.choose .section__title :where(h5, h2) {
  color: #000000;
}
.choose__card {
  background: #ffffff;
  padding: clamp(1.125rem, 3vw, 2.5rem);
  margin-left: 2.5rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(1, 46, 65, 0.5);
  background: #fff;
  position: relative;
  padding-left: 4rem;
}
@media (max-width: 575px) {
  .choose__card {
    padding-left: 1.125rem;
    margin-left: 0rem;
  }
}
.choose__card--head {
  height: 5rem;
  width: 5rem;
  overflow: hidden;
  text-align: center;
  align-content: center;
  min-width: 5rem;
  border: 1px solid #012E41;
  border-radius: 50%;
  position: absolute;
  top: 2.5rem;
  left: -2.5rem;
  background-color: #ffffff;
}
@media (max-width: 575px) {
  .choose__card--head {
    display: none;
  }
}
.choose__card--head img {
  height: 2.8125rem;
  width: 2.8125rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.choose__card--body :where(h3, p) {
  color: #012E41;
}
.choose__card--body span {
  color: #727272;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
  display: block;
  margin-bottom: 0.3125rem;
}
.choose__card--body h3 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .choose__card {
    text-align: center;
  }
  .choose__card--head {
    flex-direction: column;
    margin-bottom: 1rem;
    justify-content: center;
    align-items: center;
  }
}
.choose .row {
  position: relative;
  z-index: 1;
}

.hidden {
  display: none;
}

.info {
  background-color: #2e3576;
  border-radius: 1.875rem;
  padding: clamp(1.5rem, 3vw, 2.5rem) clamp(1.5rem, 3vw, 2.5rem);
  position: relative;
}
.info__box {
  margin-top: -12.5rem;
}
@media (max-width: 767px) {
  .info__box {
    margin-top: -14rem;
  }
}
.info::before {
  content: "";
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: url("/static/site-asset/images/info-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.info .section__title h5,
.info .section__title h2,
.info .section__title p {
  color: #ffffff;
}
.info #info__counter {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .info #info__counter {
    margin-left: 0;
    margin-top: 3.125rem;
  }
}
.info .info__card {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1.25rem;
  border: 1px solid #ffffff;
  border-radius: 1.25rem;
  padding: 2.8125rem 1.5625rem;
}
@media (max-width: 1400px) {
  .info .info__card {
    padding: 2.8125rem 1.5rem;
  }
}
@media (max-width: 575px) {
  .info .info__card {
    padding: 2rem 1rem;
  }
}
.info .info__card--img {
  height: 4.0625rem;
  width: 4.0625rem;
  overflow: hidden;
  min-width: 4.0625rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info .info__card--img img {
  height: 1.875rem;
  width: 1.875rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  margin: auto;
}
.info .info__card--content :where(h3, span) {
  color: #ffffff;
}
.info .info__card--content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
}
.info .info__card--content span {
  font-size: 1rem;
  font-weight: 400;
}
.info .info__card .percent:after {
  content: "+";
  display: inline-block;
}

.destinations {
  background-color: #eeeeee;
  padding-top: clamp(3.75rem, 7vw, 6.9375rem);
  padding-bottom: clamp(3.75rem, 7vw, 7.125rem);
}
.destinations .section__title {
  max-width: 39.5rem;
  margin-bottom: clamp(2rem, 5vw, 3.75rem);
}
.destinations__card {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.destinations__card--img {
  height: 26.375rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.25rem;
}
.destinations__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.destinations__card--box, .destinations__card--content {
  border-radius: 0.625rem 0.625rem 1.25rem 1.25rem;
  background: linear-gradient(180deg, rgba(124, 134, 139, 0.43) 0%, rgba(62, 72, 101, 0.43) 55.92%, rgba(24, 27, 56, 0.43) 100%);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  transform: translateX(-50%);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.4s ease-in-out;
}
.destinations__card--box :where(h3, p), .destinations__card--content :where(h3, p) {
  color: #ffffff;
}
.destinations__card--box a, .destinations__card--content a {
  text-decoration: none;
}
.destinations__card--box h3, .destinations__card--content h3 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.destinations__card--box p, .destinations__card--content p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: all 0.4s ease-in-out;
}
.destinations__card--box.show p, .destinations__card--content.show p {
  visibility: visible;
  opacity: 1;
  display: block;
}
.destinations__card--box .l__button--border, .destinations__card--content .l__button--border {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
  padding: 0.9375rem 1.875rem;
  font-size: 0.875rem;
  font-weight: 600;
}
.destinations__card--box .l__button--border:hover, .destinations__card--content .l__button--border:hover {
  background-color: #ffffff;
  color: #012E41;
}
.destinations__card:hover img {
  transform: scale(1.05);
}
.destinations__card:hover p {
  visibility: visible;
  opacity: 1;
  display: block;
}
.destinations__swiper .owl-item.show .destinations__card--content {
  visibility: visible;
  opacity: 1;
  bottom: 0.75rem;
}
.destinations__swiper .owl-nav {
  position: absolute;
  top: -120px;
  right: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0;
}

.destination-detail,
.destination-list {
  background-color: #ffffff !important;
}

.activities {
  padding-block: clamp(3.75rem, 9vw, 8.375rem);
}
.activities .flex_head {
  margin-bottom: clamp(2rem, 4vw, 3.75rem);
}
.activities__card {
  border-radius: 1.25rem;
  border: 1px solid #e3dbd8;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.activities__card--img {
  height: 20.625rem;
  width: 100%;
  overflow: hidden;
}
.activities__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.activities__card h3 {
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: #ffffff;
  padding: 1.75rem 0.3125rem;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(163, 177, 183, 0.43) 0%, rgba(8, 9, 22, 0.43) 100%);
  width: 92%;
  text-align: center;
  margin: 1.75rem 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.activities__card:hover h3 {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.region {
  padding-bottom: clamp(3.75rem, 8vw, 6.5625rem);
}
.region .flex_head {
  margin-bottom: clamp(2rem, 4vw, 3.75rem);
}
.region__card {
  border-radius: 1.25rem;
  border: 1px solid #e3dbd8;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
.region__card--img {
  height: 19.6875rem;
  width: 100%;
  overflow: hidden;
}
.region__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.region__card--img--single {
  height: 41.125rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .region__card--img--single {
    height: 19.6875rem;
  }
}
.region__card--content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  transition: all 0.3s ease;
  background: linear-gradient(180deg, rgba(163, 177, 183, 0.43) 0%, rgba(8, 9, 22, 0.43) 100%);
  padding: 1.25rem 1rem;
  border-radius: 10px;
  margin-bottom: 1rem;
}
.region__card--content :where(h3, p, a) {
  color: #ffffff;
}
.region__card--content h3 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.region__card--content p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .region__card--content p {
    font-size: 0.875rem;
  }
}
.region__card--content a {
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.region__card--content a:hover {
  color: #F18C20;
}
.region__card--content:hover a {
  visibility: visible;
  opacity: 1;
  display: block;
}
.region__card:hover .region__card--content {
  bottom: 0;
}

.video {
  margin-top: clamp(3.75rem, 7vw, 6.9375rem);
  margin-bottom: clamp(3.75rem, 7vw, 7.125rem);
}
.video__container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25rem;
  padding: 3.625rem 4.75rem 3.4375rem 4.75rem;
  position: relative;
}
@media (max-width: 1100px) {
  .video__container {
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 575px) {
  .video__container {
    padding: 2.5rem 1.5rem;
  }
}
.video__container :where(h2, h3, p) {
  color: #ffffff;
}
.video__container h2 {
  font-family: "Fira Sans", sans-serif;
  font-size: clamp(1.75rem, 4vw, 4.5rem);
  font-weight: 800;
  margin-bottom: 1rem;
}
.video__container .l__button--border {
  border-color: #ffffff;
  color: #ffffff;
  padding: 0.9375rem 1.875rem;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: transparent;
}
.video__container .l__button--border:hover {
  background-color: #ffffff;
  color: #012E41;
}
.video .text {
  margin-top: clamp(2rem, 5vw, 5.125rem);
}
.video .text h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
.video .text p {
  font-size: 1.125rem;
  font-weight: 300;
}
.video .play {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1.125rem;
  margin-bottom: 1.25rem;
}
.video .play span {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
}
.video .play p {
  font-size: 1.125rem;
  font-weight: 500;
}

.guide {
  margin-top: clamp(3.75rem, 7vw, 5rem);
  padding-bottom: 1rem;
}
.guide .section__title {
  margin-bottom: clamp(2rem, 5vw, 3.75rem);
}
.guide__card {
  position: relative;
  overflow: hidden;
  border-radius: 0.9375rem;
}
.guide__card--img {
  height: 25.375rem;
  width: 100%;
  overflow: hidden;
}
.guide__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.guide__card--content {
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(124, 134, 139, 0.43) 0%, rgba(62, 72, 101, 0.43) 55.92%, rgba(24, 27, 56, 0.43) 100%);
  padding: 1.625rem 1rem;
  width: 92%;
  margin-bottom: 0.625rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.guide__card--content :where(h3, p, a) {
  color: #ffffff;
}
.guide__card--content h3 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 0;
}
.guide__card:hover .guide__card--content {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.partner {
  position: relative;
  padding-top: clamp(3.75rem, 6vw, 4.875rem);
  padding-bottom: clamp(3.75rem, 6vw, 5.125rem);
}
.partner .section__title {
  margin-bottom: 3rem;
}
.partner .item {
  padding: 0.75rem;
}
.partner__card--img {
  height: 6.25rem;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 575px) {
  .partner__card--img {
    height: 4.375rem;
    width: 100%;
    overflow: hidden;
  }
}
.partner__card--img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}

.blog {
  margin-top: clamp(3.75rem, 6vw, 4.875rem);
  margin-bottom: clamp(3.75rem, 6vw, 4.875rem);
}
.blog .section__title {
  margin-bottom: clamp(1rem, 5vw, 2.75rem);
}
.blog__single {
  position: relative;
}
.blog__single--img {
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.25rem 1.25rem 0 0;
}
.blog__single--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.3s ease;
}
.blog__single--img img:hover {
  transform: scale(1.1);
}
.blog__single--content {
  padding: 1.25rem;
}
@media (max-width: 991px) {
  .blog__single--content {
    padding: 1rem;
  }
}
.blog__single--content .head {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.blog__single--content .head .right {
  margin-right: 1rem;
}
.blog__single--content .head :where(span) {
  color: #012E41;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 480px) {
  .blog__single--content .head :where(span) {
    font-size: 0.875rem !important;
    font-weight: 400;
  }
}
.blog__single--content .body :where(h3, p, a) {
  color: #012E41;
}
.blog__single--content .body h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif;
}
.blog__single--content .body h3:hover {
  color: #F18C20;
}
.blog__single--content .body p {
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.blog__single--content .body a {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog__single--content .body a:hover {
  color: #F18C20;
}
@media (max-width: 991px) {
  .blog__single {
    margin-bottom: 2.375rem;
  }
}
@media (max-width: 767px) {
  .blog__single--img {
    height: 18.75rem;
  }
}
.blog__flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.875rem;
}
.blog__flex:last-child {
  margin-bottom: 0;
}
.blog__flex--img {
  height: 18.125rem;
  width: 13.75rem;
  overflow: hidden;
  min-width: 13.75rem;
  border-radius: 1.25rem 0 0 1.25rem;
}
@media (max-width: 1200px) {
  .blog__flex--img {
    width: 15rem;
    min-width: 15rem;
  }
}
.blog__flex--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.blog__flex--content :where(h3, p, a) {
  color: #012E41;
}
.blog__flex--content .meta {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.5rem);
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
}
.blog__flex--content .meta :where(span) span {
  color: #012E41;
  font-size: 1rem;
  font-weight: 400;
}
.blog__flex--content h3 {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
  font-family: "Fira Sans", sans-serif;
}
.blog__flex--content h3:hover {
  color: #F18C20;
}
.blog__flex--content p {
  font-size: 1rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.blog__flex--content a {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog__flex--content a:hover {
  color: #F18C20;
}
@media (max-width: 767px) {
  .blog__flex {
    flex-direction: column;
    gap: 0;
  }
  .blog__flex--img {
    height: 18.75rem;
    width: 100%;
    overflow: hidden;
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .blog__flex--content {
    padding: 1.25rem clamp(1.25rem, 3vw, 1.25rem);
  }
}
.blog__list {
  padding: clamp(1rem, 8vw, 2rem) 0 clamp(1rem, 8vw, 2rem) 0;
}
.blog__list .sidebar {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 25px 0px rgba(16, 16, 16, 0.05);
  padding: 1.25rem;
  position: sticky;
  top: 5.625rem;
}
.blog__list .sidebar h2 {
  color: #151b30;
  font-family: "Open Sans" serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.blog__list .sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog__list .sidebar ul li {
  margin-bottom: 1.25rem;
}
.blog__list .sidebar ul li:last-child {
  margin-bottom: 0;
}
.blog__list .sidebar ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.blog__card {
  position: relative;
  margin-bottom: clamp(1.5rem, 5vw, 4rem);
  min-height: 100%;
}
.blog__card:last-child {
  margin-bottom: 0;
}
.blog__card--img {
  height: 18.75rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.3125rem;
  margin-bottom: clamp(0.75rem, 3vw, 1.25rem);
}
.blog__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .blog__card--img {
    height: 15.75rem;
  }
}
@media (max-width: 767px) {
  .blog__card--img {
    height: 13.75rem;
  }
}
.blog__card--content a {
  text-decoration: none;
}
.blog__card--content .meta {
  margin-bottom: clamp(1rem, 3vw, 1.5rem);
}
.blog__card--content .meta span {
  color: #100c08;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
}
.blog__card--content h3 {
  font-size: clamp(1rem, 3vw, 1.25rem);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content h3:hover {
  color: #F18C20;
}
.blog__card--content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__card--content .more {
  color: #F18C20;
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.625rem;
  margin-top: auto;
}
.blog__card--content .more span {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  line-height: 1.5rem;
  text-align: center;
  color: #F18C20;
}
.blog__card:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .blog__card--content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.blog__detail {
  margin-top: clamp(1.5rem, 5vw, 3.125rem);
}
@media (max-width: 767px) {
  .blog__detail .section__title h2 {
    font-size: clamp(1.25rem, 5vw, 2rem);
  }
}
.blog__detail--img {
  border-radius: 0.625rem;
  margin-bottom: 2rem;
}
.blog__detail--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
@media (max-width: 991px) {
  .blog__detail--img img {
    height: auto;
  }
}
.blog__detail--content {
  padding-inline: 2.5rem;
}
.blog__detail--content table tbody th,
.blog__detail--content table tbody td,
.blog__detail--content table thead th,
.blog__detail--content table thead td {
  border: 1px solid #000;
  padding: 8px;
}
.blog__detail .meta {
  margin-bottom: clamp(1.5rem, 3vw, 2.375rem);
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.blog__detail .meta span {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  color: #100c08;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
}
.blog__detail .meta ul {
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  display: inline-block;
}
.blog__detail .meta ul li {
  display: inline-block;
  list-style: none;
  padding-left: 0.75rem;
}
.blog__detail .meta ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}
.blog__detail .recent {
  margin-block: clamp(1.5rem, 5vw, 3.125rem);
}
.blog__detail .recent .section__title h2 {
  font-size: 1.875rem;
  font-weight: 700;
}
.blog__detail .recent .owl-stage {
  display: flex;
}
.blog__detail .recent .item {
  padding: 5px;
  height: 100%;
}
.blog__detail .recent .blog__card .meta-list {
  display: flex;
  gap: 15px;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}
.blog__detail .recent .blog__card .meta-list .blog-post,
.blog__detail .recent .blog__card .meta-list .blog-date {
  display: flex;
  gap: 10px;
}
.blog__detail .recent .blog__card .meta-list .blog-post img,
.blog__detail .recent .blog__card .meta-list .blog-date img {
  height: 20px;
  width: auto;
}

.modal__inquiry .modal-header h2 {
  font-size: 2.5rem !important;
  font-weight: 700;
  font-family: "Volkhov", serif;
  color: #11142d;
}
.modal__inquiry .modal-content {
  border-radius: 1.5rem;
}
.modal__inquiry .modal-header {
  border-bottom: none;
  padding: clamp(1.5rem, 5vw, 2.625rem) clamp(1.5rem, 5vw, 3.375rem) 1.25rem clamp(1.5rem, 5vw, 3.375rem);
}
.modal__inquiry .modal-body {
  padding: 0 clamp(1.5rem, 5vw, 3.375rem);
  padding-bottom: clamp(1.5rem, 5vw, 2.625rem);
}
.modal__inquiry .modal-body h3 {
  font-family: "Open Sans", serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.modal__inquiry .modal-body .form-label {
  color: #100c08;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  display: block;
}
.modal__inquiry .modal-body .form-select, .modal__inquiry .modal-body .form-control {
  border-radius: 1px border #e1e1e1;
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
}
.modal__inquiry .modal-body .form-select::placeholder, .modal__inquiry .modal-body .form-control::placeholder {
  color: #5e6282;
  font-size: 1rem;
  font-weight: 400;
}
.modal__inquiry .modal-body .form .intl-tel-input {
  width: 100%;
}
@media (max-width: 767px) {
  .modal__inquiry .modal-header h2 {
    font-size: 1.5rem !important;
  }
  .modal__inquiry .modal-body h3 {
    font-size: 1.25rem;
  }
}

.steps {
  padding-bottom: 3rem;
}
.steps .section__title {
  margin-bottom: 2rem;
}
.steps__card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.375rem;
}
.steps__card--icon {
  height: 3rem;
  width: 3rem;
  overflow: hidden;
  line-height: 3rem;
  min-width: 3rem;
  background-color: #F18C20;
  border-radius: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.steps__card--icon img {
  height: 2rem;
  width: 2rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.steps__card--content h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #5e6282;
  margin-bottom: 0.25rem;
  text-transform: capitalize;
}
.steps__card--content p {
  font-size: 1rem;
  font-weight: 400;
  color: #5e6282;
  margin-bottom: 0;
}
.steps__img {
  position: relative;
}
.steps__img::before {
  content: "";
  height: 22.1875rem;
  width: 22.1875rem;
  overflow: hidden;
  border-radius: 50%;
  opacity: 0.3;
  background: #59b1e6;
  filter: blur(4.6875rem);
  position: absolute;
  top: 0;
  right: 3.125rem;
}
.steps__img img {
  height: 32rem;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  position: relative;
  z-index: 1;
}
.steps .row .col:nth-child(1) .steps__card--icon {
  background-color: #f0bb1f;
}
.steps .row .col:nth-child(2) .steps__card--icon {
  background-color: #f15a2b;
}
.steps .row .col:nth-child(3) .steps__card--icon {
  background-color: #006380;
}

.testimonial {
  background-color: #f6fafe;
  padding: 3.75rem 0 clamp(3.75rem, 6vw, 5.125rem) 0;
  position: relative;
  overflow-x: hidden;
}
.testimonial .flex_head {
  align-items: center;
  display: flex;
  justify-content: center;
}
.testimonial .owl-dots {
  margin-top: 3.125rem !important;
}
.testimonial .testimonial-box {
  padding-top: 1rem;
}
.testimonial .img-card {
  height: 26.25rem;
  width: 100%;
  overflow: hidden;
  border-radius: 25px;
}
.testimonial .img-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  object-position: top;
  border-radius: 25px;
}
.testimonial .slider {
  padding-top: 1.25rem;
  padding-right: 0;
}
.testimonial .slider .item {
  padding: 10px;
}
.testimonial .card-img {
  display: flex;
  justify-content: end;
  margin-bottom: -22px;
}
.testimonial .card-img img {
  height: 3.375rem;
  width: 3.375rem !important;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  min-width: 3.375rem !important;
  border-radius: 50%;
  object-position: top;
  margin-right: 30px;
  border: 1px solid black;
}
.testimonial .owl-stage-outer {
  margin-right: -500px;
}
@media (max-width: 767px) {
  .testimonial .owl-stage-outer {
    margin-right: 0px;
  }
}
.testimonial__card {
  background-color: #ffffff;
  border: 1px solid #F18C20;
  border-radius: 0.75rem;
}
.testimonial__card--head {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 2rem;
  padding: 2.2rem 0rem 0rem 1rem;
  position: relative;
  right: -10px;
}
.testimonial__card--head .text {
  background-color: #F18C20;
  padding: 5px 1.5rem;
  border-radius: 5px;
}
.testimonial__card--head .text::before {
  content: "";
  border-left: 0px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 25px solid #F18C20;
  position: absolute;
  top: 14px;
  right: 0px;
}
.testimonial__card--head .text h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
.testimonial__card--head .text span {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
}
.testimonial__card--body {
  padding: 1.5rem;
}
.testimonial__card--body h4 {
  font-family: "Open Sans", serif;
  color: #F18C20;
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.testimonial__about {
  margin-bottom: 2rem;
}
.testimonial__about .testimonial {
  padding-bottom: 2rem;
}

.gallery {
  padding-bottom: clamp(2.5rem, 4vw, 3.5rem);
}
.gallery__box {
  padding-bottom: 2rem;
}
.gallery__card--img {
  height: 17.75rem;
  width: 100%;
  overflow: hidden;
}
.gallery__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
}
.gallery__card--content {
  padding-block: 1.25rem;
}
.gallery__card--content h4 {
  color: #000000;
  font-weight: 700;
}

.search .form {
  border-radius: 0.625rem;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);
  margin-top: -3.125rem;
  padding: 1.25rem clamp(1.25rem, 5vw, 3.125rem);
  position: relative;
}
.search .form-label {
  color: #5e6282;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
}
.search .form-select, .search .form-control {
  border-radius: 0.25rem;
  border: 1px solid #ededed;
  background-color: #f7f8fa;
  padding: 0.625rem 0.5rem;
  padding-left: 1.75rem;
  color: #5e6282;
}
.search .form img {
  height: 0.875rem;
  width: 0.875rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}
.search .form .l__button--primary {
  margin-top: 1.5625rem;
}
@media (max-width: 991px) {
  .search .form {
    margin-top: clamp(2rem, 5vw, 3.125rem);
  }
}

.about {
  padding: clamp(1.75rem, 5vw, 4.875rem) 0 clamp(1.75rem, 8vw, 4.625rem) 0;
}
.about__detail {
  padding-top: clamp(1rem, 5vw, 4.875rem);
}
.about__content .section__title {
  margin-bottom: 1.25rem;
}
.about__content .section__title h1 {
  font-size: 1.8125rem;
}
.about__content .points {
  margin-top: 2.375rem;
}
.about__content .points__card {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 1.5rem;
  border-radius: 0.9375rem;
  background-color: #ffffff;
}
.about__content .points__card--img {
  background-color: F3FFFF;
  border-radius: 50%;
  height: 3.5rem;
  width: 3.5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  line-height: 3.5rem;
  min-width: 3.5rem;
  border-radius: 50%;
  background-color: #e9f6f9;
}
.about__content .points__card--img img {
  height: 1.5625rem;
  width: 1.5625rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.about__content .points__card--content h3 {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
.about__content .points__card--content p {
  font-size: 1rem;
  font-weight: 400;
}
.about__content .btn__group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}
.about__content .btn__group .l__button--primary {
  border-radius: 0.625rem;
  box-shadow: 0px 20px 35px 0px rgba(106, 231, 225, 0.14);
}
.about__content .btn__group .play {
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.about__content .btn__group .play span {
  font-size: 1rem;
  font-weight: 600;
}
.about__content .desc ul,
.about__content .desc ol {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.about__content .desc ul li,
.about__content .desc ol li {
  font-size: 1rem;
  font-weight: 500;
}
.about__content .associate {
  margin-top: 3.125rem;
}
@media (max-width: 575px) {
  .about__content .associate {
    padding: 1rem;
    margin-top: 1.5rem;
  }
}
.about__content .associate h3 {
  margin-bottom: 1.875rem;
  font-size: 1.375rem;
  font-weight: 500;
  color: #012E41;
}
.about__content .associate ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.75rem;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.about__content .associate ul li {
  list-style: none;
}
.about__content .associate ul li img {
  height: 2.125rem;
  width: auto;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
}
.about__group {
  position: sticky;
  top: 5.625rem;
  margin-bottom: 2rem;
}
.about .group {
  position: sticky;
  top: 5.625rem;
}
.about__img {
  height: 32.8125rem;
  width: 100%;
  overflow: hidden;
  max-width: 90%;
  border-radius: 1.25rem;
  position: relative;
  margin-left: auto;
}
@media (max-width: 991px) {
  .about__img {
    max-width: 100%;
    margin-top: 1rem;
  }
}
.about__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  object-position: center;
}
.about .exp {
  border-radius: 0.625rem;
  background-color: #04070a;
  padding: 0.9375rem 0.75rem;
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  display: inline-flex;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 575px) {
  .about .exp {
    padding: 0.5rem 0.5rem;
  }
}
.about .exp small,
.about .exp span {
  color: #ffffff;
  font-size: 2.1875rem;
  font-weight: 700;
  font-family: Rubik;
  text-align: left;
}
@media (max-width: 575px) {
  .about .exp small,
  .about .exp span {
    font-size: 1.5rem;
  }
}
.about .exp small {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 575px) {
  .about .exp small {
    font-size: 0.875rem;
  }
}
@media (max-width: 991px) {
  .about .group {
    margin-bottom: 1.5rem;
  }
  .about__img {
    height: auto;
  }
  .about__img img {
    object-fit: contain;
  }
  .about .exp {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.mission {
  margin-top: clamp(3.75rem, 7vw, 6.25rem);
  padding-block: 3.75rem;
  background-color: #f6fafe;
}
.mission .section__title {
  margin-bottom: 1.625rem;
}
.mission__card {
  background-color: #ffffff;
  padding: 1.25rem;
  border-radius: 1.25rem;
  margin-bottom: 1.5625rem;
}
.mission__card--left {
  position: sticky;
  top: 5.625rem;
}
.mission__card--content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.team .section__title {
  margin-bottom: 2.5rem;
}
.team__card {
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
.team__card--img {
  height: 22rem;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .team__card--img {
    height: 24rem;
  }
}
.team__card--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  object-position: top;
  border-radius: 8px;
}
.team__card--content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
}
.team__card--content .bg {
  background: linear-gradient(180deg, rgba(225, 225, 225, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  border-radius: 8px;
  padding: 12px;
}
.team__card h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: black;
}

.team-detail .modal-header {
  border-bottom: none;
  display: flex;
  justify-content: end;
}
.team-detail .modal-header .btn-close-custom {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 700;
  background: none;
  border: none;
}
.team-detail .modal-content {
  background-color: #F18C20;
  border: 2px solid #ffffff;
}
.team-detail__box {
  min-height: 100%;
}
.team-detail__box .bg-color {
  background-color: rgba(251, 160, 72, 0.8);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0rem;
  padding: 20px 24px;
}
.team-detail__box--img {
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0rem;
  height: 12.5rem;
  width: 12.5rem;
  overflow: hidden;
  min-height: 12.5rem;
  overflow: hidden;
}
.team-detail__box--img img {
  border-radius: 50%;
  height: 11.5rem;
  width: 12.5rem;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  object-position: top;
  min-height: 11.5rem;
}
.team-detail__box--content {
  background-color: rgba(251, 160, 72, 0.8);
  border-radius: 8px;
  height: 100%;
  padding: 1.875rem;
}
@media (max-width: 767px) {
  .team-detail__box--content {
    padding: 0.75rem;
  }
}
.team-detail__box--content h3 {
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .team-detail__box--content h3 {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
.team-detail__box--content .position {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .team-detail__box--content .position {
    font-size: 1rem;
    font-weight: 600;
  }
}
.team-detail__box--content .team-message p {
  color: #ffffff;
}

.modal-fullscreen .modal-content {
  height: 100% !important;
  border: 0;
  border-radius: 0;
  background: #f6fafe;
}

.modal-body .custom_close {
  position: absolute;
  top: 5px;
  right: 0;
  background-color: #012E41;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  opacity: 1;
  height: 1.875rem;
  width: 1.875rem;
  overflow: hidden;
  color: #ffffff;
  background-image: none;
  z-index: 1;
}

.ambassader__img {
  height: 35rem;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 6px 10px rgba(85, 85, 85, 0.1);
  position: relative;
  transition: all 0.3s ease;
}
.ambassader__img:hover {
  transform: translateX(-2px);
  box-shadow: 0 12px 35px rgba(85, 85, 85, 0.1);
}
.ambassader__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  object-position: center;
  display: block;
}
@media (max-width: 991px) {
  .ambassader__img {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .ambassader__img {
    height: 20rem;
  }
}
.ambassader__content {
  margin-left: 25px;
  padding: 25px;
  background: #ffffff;
  position: relative;
  border-radius: 1rem;
}
@media (max-width: 991px) {
  .ambassader__content {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.ambassader__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: calc(100vh - 215px);
  overflow-y: auto;
}
.ambassader__content ul li {
  margin-bottom: 1rem;
}
.ambassader__content ul li:last-child {
  margin-bottom: 0;
}
.ambassader__content ul li .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: rgb(135, 135, 135);
  border-bottom: 0.2rem solid #012E41;
  padding-bottom: 0.3rem;
}
.ambassader__content ul li strong {
  color: #000000;
}
.ambassader__content ul li .email {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
.ambassader__content ul li p,
.ambassader__content ul li span {
  text-align: justify;
  color: #4f4f4f;
  font-size: 1rem;
  font-weight: 500;
  hyphens: auto;
}

.message .message__box {
  border: 1px solid #d1d1d1;
  padding: 2.5rem;
}
@media (max-width: 575px) {
  .message .message__box {
    padding: 1rem;
  }
}
.message .message__box--title {
  text-align: center;
  margin-bottom: 1.25rem;
}
.message .message__box--title h3 {
  font-size: 1.875rem;
  font-weight: 700;
}
@media (max-width: 575px) {
  .message .message__box--title h3 {
    font-size: 1.5rem;
  }
}
.message .message__box .director-img {
  height: 100%;
  max-height: 34.375rem;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .message .message__box .director-img {
    height: 20rem;
  }
}
.message .message__box .director-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  object-position: top;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .message .message__box--content svg {
    height: 2.5rem;
    width: 2.5rem;
    overflow: hidden;
  }
}
.message .message__box--content .director-message {
  padding-block: 1rem;
  border-bottom: 1px solid #d1d1d1;
}
.message .message__box .director-info {
  margin-top: 1rem;
}
.message .message__box .director-info span {
  font-size: 1.75rem;
  font-weight: 700;
}
@media (max-width: 575px) {
  .message .message__box .director-info span {
    font-size: 1.25rem;
  }
}

.certificate {
  padding: clamp(2rem, 4vw, 4.875rem) 0 clamp(2rem, 4vw, 6.875rem) 0;
}
.certificate .section__title {
  margin-bottom: 2.5rem;
}
.certificate .gallery__card--img {
  height: 28rem;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
}
.certificate .gallery__card--img img {
  object-fit: contain;
}
@media (max-width: 991px) {
  .certificate .gallery__card--img {
    height: 20rem;
  }
}
@media (max-width: 767px) {
  .certificate .gallery__card--img {
    height: 100%;
  }
}

.contact {
  padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(3rem, 5vw, 5rem) 0;
}
.contact__content .title {
  color: #151b30;
  font-size: clamp(1.625rem, 3vw, 3rem);
  font-weight: 700;
  margin-bottom: 1.625rem;
  text-transform: capitalize;
}
.contact__content .title span {
  color: #F18C20;
}
.contact__content p {
  margin-bottom: 2.3125rem;
}
.contact__content ul {
  padding: 0;
  margin: 0;
}
.contact__content ul .info {
  margin-top: 0;
  background-image: none;
  padding: 0;
  padding-left: 3px;
  background-color: transparent;
}
.contact__content ul .info::before {
  display: none;
}
.contact__content ul .info_card {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.1875rem;
  margin-bottom: 1.5rem;
}
.contact__content ul .info_card .info h6 {
  margin-bottom: 6px;
  font-size: 1rem;
  font-weight: 500;
  color: #5d6c7c;
}
.contact__content ul .info_card .info span {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  flex-wrap: wrap;
  font-family: "Open Sans", serif;
}
.contact__content ul .info_card .info span a {
  text-decoration: none;
  color: #000000;
  font-family: "Open Sans", serif;
}
.contact__content form {
  border-radius: 10px;
  background: linear-gradient(121deg, #fbfbfb 0%, #f0f0f0 100%);
  padding: clamp(2rem, 4vw, 3.75rem) clamp(2rem, 4vw, 4.375rem) clamp(2rem, 3vw, 2.375rem) clamp(2rem, 4vw, 4.375rem);
}
.contact__content form h2 {
  color: #1b1b1b;
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 1.375rem;
}
.contact__content form .form-control {
  border-radius: 3px;
  border: 1px solid #ededed;
  background: #fff;
  padding: 0.9375rem 1.25rem;
}
.contact__content form .form-control::placeholder {
  color: #5e5e5e;
  font-size: 0.8125rem;
  font-weight: 400;
}
.contact__content form label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #5d5b58;
  font-family: "Rubik", serif;
  margin-bottom: 0.4375rem;
}
.contact__content form label span {
  color: #eb5757;
}
.contact__content form textarea {
  height: 10.375rem;
}
.contact__content form .l__button--primary {
  padding: 1.125rem clamp(1rem, 4vw, 2.5rem);
  box-shadow: 0px 20px 35px 0px rgba(106, 231, 225, 0.14);
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .contact__content form .l__button--primary {
    padding: 0.75rem 2rem;
  }
}
@media (max-width: 991px) {
  .contact__content form {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .contact__content {
    padding: 0;
  }
  .contact__content form .form-floating {
    margin-bottom: 1rem;
  }
}

.map iframe {
  height: 20rem;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  display: block;
  border-radius: 0.9375rem;
}
@media (max-width: 991px) {
  .map iframe {
    height: 17rem;
  }
}

.plan {
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 3.125rem;
}
.plan__box {
  border-radius: 5px;
  border: 1px solid #f8f5f5;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.02);
  padding: 3.75rem;
  /* Disabled state for minus button when value is min */
}
.plan__box .head {
  position: relative;
  margin-bottom: 2.625rem;
}
.plan__box .head .progress {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
}
.plan__box .head .progress-bar {
  background-color: #F18C20;
}
@media (max-width: 767px) {
  .plan__box .head .progress {
    top: 1.5rem;
  }
}
.plan__box .head .step-box {
  text-align: center;
  width: 25%;
  float: left;
}
.plan__box .head .step-box h4 {
  color: #012E41;
  font-size: 1rem;
  font-weight: 600;
}
.plan__box .head .step-box-circle {
  border-radius: 0.875rem;
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  height: 5rem;
  width: 5rem;
  overflow: hidden;
  display: block;
  border: 1px solid #f1efef;
  background-color: #ffffff;
  margin: auto;
  margin-bottom: 1rem;
  transition: all 1.5s ease;
}
.plan__box .head .step-box-circle span {
  height: 4rem;
  width: 4rem;
  overflow: hidden;
  line-height: 4rem;
  text-align: center;
  display: block;
  border: 1px solid #d7fcf7;
  background: #e8fffc;
  border-radius: 14px;
  color: #F18C20;
  z-index: 1;
  transition: all 1.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.plan__box .head .step-box.active .step-box-circle {
  border-color: #F18C20;
}
.plan__box .head .step-box.active .step-box-circle span {
  background-color: #F18C20;
  color: #ffffff;
}
@media (max-width: 767px) {
  .plan__box .head .step-box h4 {
    font-size: 0.5625rem;
  }
  .plan__box .head .step-box-circle {
    height: 3rem;
    width: 3rem;
    overflow: hidden;
    border-radius: 0.3125rem;
    font-size: 0.875rem;
  }
  .plan__box .head .step-box-circle span {
    border-radius: 0.3125rem;
    height: 2.5rem;
    width: 2.5rem;
    overflow: hidden;
    line-height: 2.5rem;
  }
}
.plan__box .btn__group {
  margin-top: clamp(2rem, 6vw, 3.75rem);
  text-align: center;
}
.plan__box .btn__group .l__button {
  padding-left: 4rem;
  padding-right: 4rem;
  border-radius: 0.625rem;
  margin: 0.3125rem;
  box-shadow: 0px 20px 35px 0px rgba(106, 231, 225, 0.14);
}
.plan__box .btn__group .l__button--custom {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  color: #ffffff;
}
.plan__box .form {
  max-width: 50rem;
  margin: auto;
}
.plan__box .form h3 {
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.plan__box .form-group {
  margin-bottom: 1.25rem;
}
.plan__box .form-label {
  font-size: 0.875rem;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .plan__box {
    padding: 3.5rem;
  }
}
@media (max-width: 1200px) {
  .plan__box {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .plan__box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .plan__box {
    padding: 0;
    border: none;
  }
}
.plan__box .payment ul {
  padding: 0;
  margin: 0;
}
.plan__box .payment ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 1rem;
  width: 100%;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}
.plan__box .payment .hbl {
  background-color: #fef2f2;
  padding: 1.25rem;
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 1rem;
  border-radius: 0.9375rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .plan__box .payment .hbl {
    flex-direction: column;
  }
}
.plan__box .payment .hbl img {
  height: 6.25rem;
  width: 6.25rem;
  object-fit: contain;
  transition: all 0.5s ease;
  display: block;
  min-width: 6.25rem;
  overflow: hidden;
  border-radius: 0.625rem;
}
@media (max-width: 767px) {
  .plan__box .payment .hbl img {
    width: 100%;
  }
}
.plan__box .flatpickr-days, .plan__box .flatpickr-rContainer, .plan__box .flatpickr-innerContainer {
  width: 100% !important;
}
.plan__box .flatpickr-calendar {
  position: static;
  width: 100% !important;
}
.plan__box .flatpickr-calendar .dayContainer {
  width: 100% !important;
  min-width: unset !important;
  max-width: unset !important;
  justify-content: flex-start !important;
}
.plan__box .flatpickr-day {
  max-width: 14.28571429%;
}
.plan__box .flatpickr-months {
  position: relative;
}
@media (max-width: 575px) {
  .plan__box .flatpickr-months .flatpickr-month {
    height: 40px !important;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .plan__box .flatpickr-months .flatpickr-month .flatpickr-current-month {
    font-size: 1rem;
    height: 40px !important;
    width: 85%;
  }
}
.plan__box .quantity-selector {
  display: inline-flex;
  align-items: center;
  border: 2px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.plan__box .quantity-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: #f8f9fa;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s;
}
.plan__box .quantity-btn:hover {
  background: #e9ecef;
}
.plan__box .quantity-btn:active {
  background: #dee2e6;
}
.plan__box .quantity-btn.minus {
  border-right: 1px solid #ddd;
}
.plan__box .quantity-btn.plus {
  border-left: 1px solid #ddd;
}
.plan__box .quantity-input {
  width: 60px;
  height: 40px;
  text-align: center;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.plan__box .quantity-input:focus {
  outline: none;
}
.plan__box .quantity-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #f1f3f5;
}

.travel {
  padding: clamp(2rem, 8vw, 4.875rem) 0 clamp(3.75rem, 8vw, 6.875rem) 0;
}

.faq .accordion__item {
  padding: 1.25rem;
  border: 1px solid #e7e6e6;
  border-radius: 12px;
  margin-bottom: 1.25rem;
}
.faq .accordion__item:last-child {
  margin-bottom: 0;
}
.faq .accordion__title {
  color: #012E41;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  display: block;
  padding-right: 2rem;
}
.faq .accordion__title i {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.faq .accordion__title.active {
  color: #F18C20;
}
.faq .accordion__title.active i {
  transform: rotate(180deg);
}
.faq .accordion__content {
  margin-top: 1rem;
}
.faq .accordion__content p {
  font-size: clamp(0.875rem, 3vw, 1rem);
}

/*# sourceMappingURL=style.css.map */
