@charset "UTF-8";
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-Gilroy.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-GilroySemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-GilroyBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("../fonts/SVN-GilroyMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --normal-color: #111111;
  --primary-color: #003768;
  --second-color: #FAA61A;
  --second-color-dark: #d9a916;
  --text-light: #e6dcf0;
  --bg-color: #F7EAFF;
  --star-color: #ffc120;
  --bg-gradient: linear-gradient(to right, #221952, #0c0c28);
  --bg-gradient2: linear-gradient(45deg, #221950, #0b0a34);
  --trans: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  --normal-font: SVN-Gilroy, Arial, sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul::-webkit-scrollbar-track,
div::-webkit-scrollbar-track {
  border-radius: 5px;
}

ul::-webkit-scrollbar,
div::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

ul::-webkit-scrollbar-thumb,
div::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
  font-family: fontawesome;
}

img,
picture,
svg,
video {
  max-width: 100%;
}

ol,
ul {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  font-family: var(--normal-font);
  color: var(--normal-color);
  font-size: 1.6rem;
  line-height: 1.5;
}

.ov-hidden {
  overflow: hidden;
}

.bg-grey {
  background-color: #e6f3ff;
}

.container {
  max-width: 1360px;
}

.row-collapse {
  margin-left: 0;
  margin-right: 0;
}

.row-collapse > div[class~=col],
.row-collapse > div[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.row-small {
  margin-left: -10px;
  margin-right: -10px;
}

.row-small > div[class~=col],
.row-small > div[class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.8rem;
  line-height: 1.3;
  font-weight: 600;
  font-family: var(--primary-font);
}

ol,
ul {
  margin-bottom: 2rem;
  margin-bottom: 0;
}

a {
  color: var(--normal-color);
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:hover {
  color: var(--hover-color);
}

p:last-child {
  margin-bottom: 0;
}

.tb-space {
  padding: 70px 0;
}

.tb-space-top {
  padding-top: 70px;
}

.tb-space-bottom {
  padding-bottom: 70px;
}

.tb-space-sm {
  padding: 40px 0;
}

.tb-space-sm-top {
  padding-top: 40px;
}

.tb-space-sm-bot {
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .tb-space {
    padding: 40px 0;
  }

  .tb-space-top {
    padding-top: 40px;
  }

  .tb-space-bottom {
    padding-bottom: 40px;
  }
}
.custom-form-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  appearance: none;
  background-color: #fff;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 0;
  padding: 1rem 1.2rem;
  font-size: 1.6rem;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
}

select {
  appearance: none;
  width: 40px;
  border: 0;
  background: url("../images/ic_dropdown_small.svg") #fff center right no-repeat;
  cursor: pointer;
}

select.form-control {
  background: url(../images/ic_dropdown_small.svg) #fff center right 16px no-repeat;
}

.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: auto;
  height: auto;
  transform: translateX(1px);
}
.swiper-button-next svg path,
.swiper-button-prev svg path {
  stroke: var(--primary-color);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 0;
}

.swiper-button-prev {
  left: 25px;
}

.swiper-button-next {
  right: 25px;
}

.swiper-button-prev svg {
  transform: rotate(180deg) translateX(1px);
}

.swiper-pagination {
  position: relative;
  margin-top: 10px;
  bottom: 0 !important;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.btn {
  display: inline-block;
  padding: 10px 25px;
  background: transparent;
  color: var(--normal-color);
  border-radius: 999px;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  font-weight: 600;
}
.btn i {
  font-weight: normal;
}

.btn-large {
  padding: 13px 35px;
  font-size: 1.6rem;
  min-width: 200px;
}

.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--second-color);
  border-color: var(--second-color);
  color: #fff;
}

.btn-outline {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
  font-weight: 600;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.btn-second {
  background-color: var(--second-color);
  border-color: var(--second-color);
  color: #fff;
}
.btn-second:hover, .btn-second:focus, .btn-second:active {
  background-color: var(--second-color-dark);
  border-color: var(--second-color);
  color: #fff;
}

.btn-second-outline {
  background-color: transparent;
  border-color: var(--second-color);
  color: var(--second-color);
  font-weight: 600;
}
.btn-second-outline:hover, .btn-second-outline:focus, .btn-second-outline:active {
  background-color: var(--second-color);
  border-color: var(--second-color);
  color: #fff;
}

.btn-link {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: var(--primary-color);
  padding: 0px 20px 0px 0px;
  text-decoration: none;
  z-index: 2;
  transition: var(--trans);
}
.btn-link:after {
  content: url("../images/ic_dropdown_small.svg");
  margin: 0px;
  position: absolute;
  top: 2px;
  right: 6px;
  transform: rotate(-90deg);
  transition: var(--trans);
}
.btn-link:hover {
  color: var(--accent-color);
}
.btn-link:hover:after {
  right: 4px;
}

.btn-detail {
  color: var(--normal-color);
  text-decoration-line: underline;
  transition: all 0.3s ease;
}
.btn-detail:hover {
  transform: translateX(4px);
  text-decoration: none;
}

.btn-blur {
  border: 1px solid #F7EAFF;
  color: #fff;
  backdrop-filter: blur(5px);
}
.btn-blur:hover {
  background-color: #fff;
  color: var(--second-color);
}

.rating-star {
  color: #ffc120;
  font-size: 1.8rem;
  line-height: 1;
}

.section-heading {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .section-heading {
    margin-bottom: 30px;
  }
}
.section-heading .halptitle {
  color: #8b6bc3;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}
.section-heading .sectitle {
  font-family: var(--primary-font);
  font-size: 48px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--primary-color);
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .section-heading .sectitle {
    font-size: 2.4rem;
  }
}
.section-heading .subtitle {
  width: 100%;
}
.section-heading .gr-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .section-heading .gr-btn .btn {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .section-heading .gr-btn {
    margin-top: 30px;
  }
}

.section-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}
.section-heading-row .section-heading {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .section-heading-row {
    margin-bottom: 30px;
  }
}

.bg-primary {
  background-color: var(--primary-color) !important;
}
.bg-primary .section-heading .sectitle {
  color: #fff;
}
.bg-primary .grbtn-section .btn {
  color: #fff;
  border-color: #fff;
}
.bg-primary .grbtn-section .btn:hover {
  background-color: var(--second-color);
  border-color: var(--second-color);
}

.bg-wavegrey {
  background-image: url(../images/bg-wavegrey.png);
  background-size: 100%;
  padding-top: 150px;
}
@media (max-width: 991.98px) {
  .bg-wavegrey {
    padding-top: 100px;
  }
}

.apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #0B4EA2;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}
.apply-btn:hover {
  background-color: var(--second-color);
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.header {
  position: relative;
  z-index: 999;
  will-change: transform;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
}
.header__main-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header__bar {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__bar .menu__toggle {
  font-size: 3rem;
  cursor: pointer;
}
.header__bar .menu__toggle i {
  color: var(--primary-color);
}
.header__languages .language {
  font-size: 1.6rem;
  font-weight: 500;
}
.header__logo {
  padding: 8px 0;
}
.header__logo img {
  width: 90px;
}
@media (max-width: 991.98px) {
  .header__cta .cta-signin {
    display: none;
  }
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.mega__menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: none;
}
.mega__menu.show {
  display: block;
}
.mega__menu.show .mega__menu-inner {
  transform: none;
  overflow: auto;
}
.mega__menu-close {
  color: #fff;
  font-size: 2.4rem;
  cursor: pointer;
}
.mega__menu-inner {
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: var(--primary-color);
  height: 100%;
  width: 25%;
  min-width: 350px;
  pointer-events: all;
  transform: translateX(-100%);
  transition: all 0.35s;
}
.mega__menu .nav {
  display: block;
  width: 100%;
}
.mega__menu .nav li a {
  display: block;
  color: #fff;
  padding: 8px 0;
}
.mega__menu .nav li a:hover {
  color: var(--second-color);
}
.mega__menu .nav .hasChildren {
  position: relative;
}
.mega__menu .nav .hasChildren > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mega__menu .nav .hasChildren > a .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  width: 28px;
  height: 28px;
}
.mega__menu .nav .hasChildren > a .arrow svg {
  transform: rotate(90deg);
}
.mega__menu .nav .hasChildren .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-left: 3rem;
}
.mega__menu .nav .hasChildren.active > a .arrow {
  transform: rotate(180deg);
}
.mega__menu .nav .hasChildren.active .submenu {
  max-height: fit-content;
}
.mega__menu .gr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.banner {
  position: relative;
}
.banner__swiper .item {
  position: relative;
}
.banner__swiper .item::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 55, 104, 0.4);
  z-index: 1;
}
.banner__swiper .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100vh;
}
@media (max-width: 991.98px) {
  .banner__swiper .item img {
    height: 60vh;
  }
}
@media (max-width: 767.98px) {
  .banner__swiper .item img {
    height: 300px;
  }
}
.banner__swiper .swiper-button-next,
.banner__swiper .swiper-button-prev {
  background-color: transparent;
  display: none;
}
.banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 100%;
  max-width: 980px;
  padding: 0 15px;
}
.banner__content .headline {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 768px) {
  .banner__content .headline {
    font-size: 4.8rem;
  }
}
@media (min-width: 1024px) {
  .banner__content .headline {
    font-size: 6rem;
  }
}
.banner__content .subheadline {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .banner__content .subheadline {
    font-size: 1.8rem;
  }
}
.banner__content .gr-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.banner__content .gr-cta .btn-outline {
  border-color: #fff;
  color: #fff;
  backdrop-filter: blur(5px);
}
.banner__content .gr-cta .btn-outline:hover {
  border-color: var(--primary-color);
}
.banner__page .banner__swiper .item img {
  height: 80vh;
}
@media (max-width: 991.98px) {
  .banner__page .banner__swiper .item img {
    height: 60vh;
  }
}

.booking-engine {
  position: relative;
  margin-top: -80px;
  z-index: 20;
}
.booking-card {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}
.booking-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .booking-tabs {
    overflow-x: auto;
  }
}
.booking-tab {
  border: 0;
  background: #f5f5f5;
  padding: 12px 24px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}
.booking-tab.active, .booking-tab:hover, .booking-tab:focus, .booking-tab:active {
  background: var(--primary-color);
  color: #fff;
}
.booking-form {
  display: none;
}
.booking-form.active {
  display: block;
}
.booking-form-inner {
  display: flex;
  gap: 15px;
  align-items: end;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .booking-form-inner {
    flex-direction: column;
    align-items: stretch;
  }
}
.booking-field {
  flex: 1;
}
.booking-field label {
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-bottom: 8px;
}
.booking-field input,
.booking-field select {
  width: 100%;
  height: 56px;
  border: 1px solid #ddd;
  border-radius: 999px;
  padding: 0 16px;
  font-size: 16px;
}
.booking-field select {
  background: url(../images/ic_dropdown_small.svg) center right 16px no-repeat;
}
.booking-btn {
  height: 56px;
  min-width: 180px;
  border: none;
  border-radius: 999px;
  background: var(--primary-color);
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.booking-btn:hover {
  opacity: 0.9;
}
@media (max-width: 991.98px) {
  .booking-btn {
    width: 100%;
  }
}

.ecosystem-list .item {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
.ecosystem-list .item .box-image {
  position: relative;
  width: 100%;
  height: 100%;
  height: 450px;
}
.ecosystem-list .item .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.ecosystem-list .item .box-content {
  position: absolute;
  inset: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.ecosystem-list .item .box-content .title {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .ecosystem-list .item .box-content .title {
    font-size: 2.4rem;
  }
}
.ecosystem-list .item .box-content .desc {
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.ecosystem-list .item .box-content .grbtn {
  margin-top: 15px;
}
.ecosystem-list .item .box-content .grbtn a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: bold;
  border-color: #fff;
}
.ecosystem-list .item .box-content .grbtn a:hover {
  color: #fff;
  border-color: var(--primary-color);
}
.ecosystem-list .item:hover .box-image img {
  transform: scale(1.1);
}
.ecosystem-list .item:hover .box-content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.stats-list .item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.stats-list .item .item-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.6rem;
}
.stats-list .item .item-icon img {
  width: 30px;
  height: 30px;
}
.stats-list .item .item-content {
  flex: 1;
}
.stats-list .item .item-number {
  font-size: 3.6rem;
  font-weight: bold;
  color: var(--primary-color);
}
.stats-list .item .item-title {
  font-size: 1.6rem;
  font-weight: 500;
}

.offers-filter-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.offers-filter-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .offers-filter-inner {
    flex-direction: column-reverse;
  }
}
.offers-filter-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.offers-filter-list li {
  display: inline-block;
}
.offers-filter-list li a {
  font-weight: 600;
  position: relative;
}
.offers-filter-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.3s ease-in-out;
}
.offers-filter-list li.active a, .offers-filter-list li:hover a {
  color: var(--primary-color);
}
.offers-filter-list li.active a::after, .offers-filter-list li:hover a::after {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.offers-filter-search {
  position: relative;
}
.offers-filter-search .box-search-form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
  padding: 10px 20px;
}
.offers-filter-search .box-search-form input {
  flex: 1;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.offers-filter-search .box-search-form button[type=submit] {
  background-color: transparent;
  border: 0;
}
.offers-detail-content {
  margin-bottom: 30px;
}
.offers-detail-sidebar {
  position: sticky;
  top: 100px;
}
.offers-detail-sidebar .block-inner {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 20px;
}
.offers-detail-sidebar .sidebar-book-offer .form-note {
  font-style: italic;
}

.special-offer-wrap {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.special-offer-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 6/4;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.special-offer-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 55, 104, 0.8) 40%, transparent);
}
.special-offer-wrap .box-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding: 50px;
  color: #fff;
  width: 50%;
}
.special-offer-wrap .box-content .title {
  font-size: 4.8rem;
  margin-bottom: 0;
}
.special-offer-wrap .box-content .gr-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.special-offer-wrap .box-content .btn-detail {
  color: #fff;
}
@media (max-width: 991.98px) {
  .special-offer-wrap .box-content {
    width: 100%;
  }
}

.card-offer {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
}
.card-offer .box-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.card-offer .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  aspect-ratio: 6/4;
}
.card-offer .box-content {
  padding: 20px;
}
.card-offer .box-content .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .card-offer .box-content .title {
    font-size: 1.8rem;
  }
}
.card-offer .box-content .desc {
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.card-offer .box-content .grbtn {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.card-offer:hover .box-image img {
  transform: scale(1.1);
}

.blog-page .hero-image img {
  width: 100%;
  border-radius: 28px;
  display: block;
}
.blog-page .blog-category {
  color: #8b5cf6;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
}
.blog-page .hero-title {
  font-size: 52px;
  line-height: 1.15;
  margin-bottom: 20px;
  font-weight: 700;
}
.blog-page .blog-meta {
  color: #999;
  margin-bottom: 20px;
}
.blog-page .btn-blog {
  display: inline-flex;
  padding: 14px 32px;
  border-radius: 100px;
  background: #54237c;
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
}

.blogs-filter-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.blogs-filter-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .blogs-filter-inner {
    flex-direction: column-reverse;
  }
}
.blogs-filter-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
}
.blogs-filter-list li {
  display: inline-block;
}
.blogs-filter-list li a {
  font-weight: 600;
  position: relative;
}
.blogs-filter-list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.3s ease-in-out;
}
.blogs-filter-list li.active a, .blogs-filter-list li:hover a {
  color: var(--primary-color);
}
.blogs-filter-list li.active a::after, .blogs-filter-list li:hover a::after {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.blogs-filter-search {
  position: relative;
}
.blogs-filter-search .box-search-form {
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
  padding: 10px 20px;
}
.blogs-filter-search .box-search-form input {
  flex: 1;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.blogs-filter-search .box-search-form button[type=submit] {
  background-color: transparent;
  border: 0;
}
.blogs-list .card-blog {
  margin-bottom: 30px;
}
.blogs-detail-banner {
  position: relative;
}
.blogs-detail-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 55, 104, 0.4);
  z-index: 1;
}
.blogs-detail-banner .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100vh;
}
@media (max-width: 992px) {
  .blogs-detail-banner .item-img {
    height: 60vh;
  }
}
@media (max-width: 767.98px) {
  .blogs-detail-banner .item-img {
    height: 300px;
  }
}
.blogs-detail-banner .item-content {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
}
.blogs-detail-banner .item-content .title {
  font-size: 2.4rem;
  max-width: 980px;
}
@media (min-width: 768px) {
  .blogs-detail-banner .item-content .title {
    font-size: 3.8rem;
  }
}
@media (min-width: 992px) {
  .blogs-detail-banner .item-content .title {
    font-size: 4.3rem;
  }
}
.blogs-detail-banner .item-content .box-info {
  display: flex;
  align-items: center;
  gap: 10px 30px;
  flex-wrap: wrap;
}
.blogs-detail-banner .item-content .box-info span i {
  color: var(--second-color);
}
.blogs-detail-content h1,
.blogs-detail-content h2,
.blogs-detail-content h3,
.blogs-detail-content h4,
.blogs-detail-content h5 {
  margin: 10px 0;
}
.blogs-detail-content blockquote {
  margin: 30px auto;
  padding: 0 40px;
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  color: #7d5c98;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 767.98px) {
  .blogs-detail-content blockquote {
    padding: 0 20px;
  }
}
.blogs-detail-content blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--second-color);
}
.blogs-detail-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}
.blogs-detail-tags .item {
  display: inline-flex;
  align-items: center;
  padding: 6px 15px;
  background: #f5f5f5;
  border-radius: 24px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.blogs-detail-tags .item:hover {
  background-color: var(--primary-color);
  color: #fff;
}
@media (max-width: 767.98px) {
  .blogs-detail-share {
    width: 100%;
  }
}

.block-share {
  display: flex;
  align-items: center;
  gap: 10px;
}
.block-share-label {
  font-weight: 600;
}
.block-share-social .item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.block-share-social .item:hover {
  background-color: var(--second-color);
  border-color: var(--second-color);
  color: #fff;
}
@media (max-width: 767.98px) {
  .block-share {
    justify-content: center;
  }
}

.featured-post {
  position: relative;
  overflow: hidden;
  background-color: var(--primary-color);
  padding-bottom: 150px;
  color: #fff;
}
.featured-post::after {
  content: "TTC";
  position: absolute;
  top: 50%;
  right: -2%;
  transform: translateY(-50%);
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: min(22vw, 260px);
  color: rgba(255, 255, 255, 0.05);
  letter-spacing: 4px;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}
.featured-post .curve-cutout {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 3;
}
.featured-post .curve-cutout svg {
  display: block;
  width: 100%;
  height: 80px;
}
.featured-post .curve-cutout svg path {
  fill: #fff;
}
.featured-post .featured-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.featured-post .featured-box__image img {
  width: 100%;
  border-radius: 20px;
}
.featured-post .featured-box__content .badge {
  display: inline-block;
  background: var(--second-color);
  color: var(--primary-color);
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 4px;
  margin-bottom: 22px;
}
.featured-post .featured-box__content .title {
  font-weight: 700;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.25;
  margin-bottom: 20px;
}
.featured-post .featured-box__content .desc {
  color: #e6dcf0;
  font-size: 15.5px;
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 34px;
}

.card-blog {
  position: relative;
}
.card-blog .box-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}
.card-blog .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  aspect-ratio: 6/4;
}
.card-blog .box-content {
  padding: 20px 0;
}
.card-blog .box-content .date {
  font-size: 1.4rem;
  color: #7a7a7a;
  margin-bottom: 8px;
}
.card-blog .box-content .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .card-blog .box-content .title {
    font-size: 1.8rem;
  }
}
.card-blog .box-content .desc {
  font-size: 1.6rem;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-blog .box-content .grbtn {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.card-blog:hover .box-image img {
  transform: scale(1.1);
}
.card-blog:hover .box-content .title {
  color: var(--second-color);
}
.card-blog.card-horizontal {
  display: flex;
  gap: 10px;
}
.card-blog.card-horizontal .box-image {
  width: 30%;
  border-radius: 24px;
}
.card-blog.card-horizontal .box-image img {
  aspect-ratio: 1/1;
}
.card-blog.card-horizontal .box-content {
  flex: 1;
  padding: 0;
}
.card-blog.card-horizontal .box-content .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.whychoose-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.whychoose-list .item {
  position: relative;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
  padding: 40px 20px;
  border-radius: 24px;
}
.whychoose-list .item .title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .whychoose-list {
    grid-template-columns: 1fr;
  }
}

.login-card {
  width: 100%;
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  /* Step Indicator */
  /* Back Button */
  /* Success State */
}
@media (max-width: 991.98px) {
  .login-card {
    max-width: 90%;
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .login-card {
    max-width: 100%;
    padding: 25px;
    border-radius: 14px;
  }
}
.login-card h2 {
  font-size: 48px;
  margin-bottom: 10px;
  color: var(--primary-color);
}
@media (max-width: 767.98px) {
  .login-card h2 {
    font-size: 28px;
  }
}
.login-card .welcome {
  margin-bottom: 35px;
}
.login-card .form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.login-card .remember {
  cursor: pointer;
}
.login-card .agree {
  cursor: pointer;
}
.login-card .agree a {
  color: var(--primary-color);
  text-decoration: underline;
}
.login-card .btn-login {
  padding: 10px 20px;
  min-width: 230px;
  border: none;
  border-radius: 24px;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.login-card .btn-login:hover {
  background-color: var(--second-color);
}
.login-card .divider-line {
  text-align: center;
  margin: 30px 0;
  position: relative;
}
.login-card .divider-line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid #ccc;
}
.login-card .divider-line span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
.login-card .social-login button {
  padding: 10px 20px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 80%;
  margin: 0 auto 10px;
}
.login-card .social-login .btn-login-google:hover {
  background: #db4a39;
  color: #fff;
}
.login-card .social-login .btn-login-facebook:hover {
  background: #3b5998;
  color: #fff;
}
@media (max-width: 767.98px) {
  .login-card .social-login {
    grid-template-columns: 1fr;
  }
}
.login-card .register-link {
  text-align: center;
  margin-top: 25px;
}
.login-card .register-link a {
  color: #b48b42;
  text-decoration: none;
  font-weight: 600;
}
.login-card .step-indicator {
  margin-bottom: 30px;
}
.login-card .progress-bars {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.login-card .progress-bar {
  flex: 1;
  height: 4px;
  background: #e0e0e0;
  border-radius: 2px;
  transition: background 0.3s;
}
.login-card .progress-bar.active {
  background: #b48b42;
}
.login-card .step-text {
  font-size: 11px;
  color: #999;
  letter-spacing: 0.5px;
  transition: opacity 0.2s;
}
.login-card .back-btn {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  color: #b48b42;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 14px;
}
.login-card .back-btn:hover {
  color: #a67a35;
}
.login-card .back-btn.visible {
  opacity: 1;
  visibility: visible;
}
.login-card .highlight-email {
  font-weight: 600;
  color: #000;
}
.login-card .helper-text {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}
.login-card .helper-text a {
  color: #b48b42;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}
.login-card .helper-text a:hover {
  text-decoration: underline;
}
.login-card .password-requirements {
  display: none;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px;
  margin-top: 12px;
  font-size: 12px;
}
.login-card .password-requirements.visible {
  display: block;
}
.login-card .requirement {
  padding: 4px 0;
  color: #999;
}
.login-card .requirement.met {
  color: #4caf50;
}
.login-card .requirement::before {
  content: "✓ ";
  font-weight: bold;
  margin-right: 6px;
}
.login-card .match-indicator {
  font-size: 12px;
  color: #4caf50;
  margin-top: 8px;
  display: none;
}
.login-card .match-indicator.visible {
  display: block;
}
.login-card .success-content {
  text-align: center;
  padding: 20px 0;
  display: none;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: all 0.35s ease;
}
.login-card .success-content.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.login-card .success-icon {
  width: 80px;
  height: 80px;
  background: #e8f5e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}
.login-card .success-icon i {
  font-size: 40px;
  color: #4caf50;
}
.login-card .success-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #000;
}
.login-card .success-content > p {
  color: #666;
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1.6;
}
.login-card .btn-signin {
  width: 100%;
  height: 56px;
  background: #b48b42;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  margin-bottom: 20px;
}
.login-card .btn-signin:hover {
  background: #a67a35;
}
.login-card .success-note {
  font-size: 12px;
  color: #999;
}
.login-card .step {
  display: none;
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.35s ease;
}
.login-card .step.active {
  display: block;
}
.login-card .step.show {
  opacity: 1;
  transform: translateX(0);
}
.login-card .step.hide-left {
  opacity: 0;
  transform: translateX(-30px);
}
.login-card .step.hide-right {
  opacity: 0;
  transform: translateX(30px);
}
.login-card .boxfooter-link {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
  text-align: center;
  margin-top: 30px;
}
.login-card .boxfooter-link a {
  color: #b48b42;
  text-decoration: none;
  font-weight: 600;
}
.login-card .boxfooter-link a:hover {
  text-decoration: underline;
}

.password-group {
  position: relative;
}
.password-group-value {
  position: relative;
}
.password-toggle {
  position: absolute;
  right: 5px;
  top: 32px;
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
  font-size: 18px;
  padding: 5px;
  transition: color 0.3s;
}
.password-toggle:hover {
  color: #333;
}

.block-page-overview .block-inner .section-heading {
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.block-page-overview .block-inner .section-heading .sectitle {
  font-size: 4rem;
  font-weight: 700;
  color: var(--primary-color);
}
.block-page-overview .block-inner .section-heading .subtitle {
  font-size: 2rem;
}
.block-page-overview .block-inner .block-image-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 20px;
}
.block-page-overview .block-inner .block-image-grid .item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.block-page-overview .block-inner .block-image-grid .item:nth-child(1) {
  grid-row: span 2;
}
.block-page-overview .block-inner .block-image-grid .item:nth-child(3) {
  grid-column: span 2;
}
.block-page-overview .block-inner .block-image-grid .item:nth-child(4) {
  grid-column: span 3;
}
.block-page-overview .block-inner .block-image-grid .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hotels-filter {
  margin-bottom: 40px;
}
.hotels-filter-form .filter-select {
  width: 100%;
  height: 50px;
  border: 1px solid var(--primary-color);
  border-radius: 999px;
  padding: 0 18px;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  background-color: #fff;
  box-shadow: none;
}
.hotels-filter-form .filter-select:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}
.hotels-filter-form select {
  background: url(../images/ic_dropdown_small.svg) center right 16px no-repeat;
}
.hotels-filter-form .search-box {
  height: 50px;
  border: 1px solid var(--primary-color);
  border-radius: 999px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: var(--primary-color);
}
.hotels-filter-form .search-box svg {
  flex-shrink: 0;
}
.hotels-filter-form .search-box input {
  border: 0;
  outline: none;
  flex: 1;
  margin-left: 12px;
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
}
.hotels-filter-form .search-box input::placeholder {
  color: var(--primary-color);
}
.hotels-detail-head {
  position: relative;
  margin-bottom: 30px;
}
.hotels-detail-title {
  font-size: 3.4rem;
  color: var(--primary-color);
}
.hotels-detail-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
}
.hotels-detail-block .block-box {
  margin-bottom: 30px;
}
.hotels-detail-block .block-box-head {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.hotels-detail-block .block-facilities ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.hotels-detail-block .block-facilities ul li {
  display: flex;
  line-height: 1.2;
  gap: 10px;
}
.hotels-detail-block .block-facilities ul li svg,
.hotels-detail-block .block-facilities ul li i {
  font-size: 1.6rem;
  height: 20px;
  width: auto;
}
.hotels-detail-block .block-rooms-list {
  position: relative;
}
.hotels-detail-block .block-rooms-item {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}
.hotels-detail-block .block-rooms-item .box-image {
  width: 33%;
}
.hotels-detail-block .block-rooms-item .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotels-detail-block .block-rooms-item .box-content {
  flex: 1;
  padding: 30px;
}
.hotels-detail-block .block-rooms-item .box-content .box-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.hotels-detail-block .block-rooms-item .box-content .box-head .title {
  font-size: 2.4rem;
}
.hotels-detail-block .block-rooms-item .box-content .box-head .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 600;
}
.hotels-detail-block .block-rooms-item .box-content .box-head .price-old {
  color: red;
  margin-right: 6px;
}
.hotels-detail-block .block-rooms-item .box-content .box-head .price-value {
  font-size: 2rem;
  color: var(--primary-color);
}
.hotels-detail-block .block-rooms-item .box-content .box-desc {
  margin-bottom: 10px;
}
.hotels-detail-block .block-rooms-item .box-content .box-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 15px;
}
.hotels-detail-block .block-rooms-item .box-content .gr-btn {
  margin-top: 20px;
}
.hotels-detail-block .block-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.hotels-detail-block .block-gallery-grid .item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.hotels-detail-block .block-gallery-grid .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.hotels-detail-block .block-gallery-grid .item:hover img {
  transform: scale(1.05);
}
.hotels-detail-block .block-gallery-grid .item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.hotels-detail-block .block-gallery-grid .item.item-all::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.hotels-detail-block .block-gallery-grid .item.item-all .btn-fancy-all {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.hotels-detail-block .block-gallery-grid .item.item-all .btn-fancy-all i {
  font-size: 30px;
}
.hotels-detail-block .block-gallery-grid .item.item-all .btn-fancy-all span {
  font-size: 16px;
  font-weight: 500;
}
.hotels-detail-sidebar {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.4);
  position: sticky;
  top: 100px;
  padding: 20px;
  border-radius: 20px;
}
.hotels-detail-sidebar .box-head {
  font-size: 2.8rem;
  margin-bottom: 15px;
}
.hotels-detail-sidebar .box-foot .item {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.hotels-detail-sidebar .box-foot .item-label {
  font-weight: 600;
}
.hotels-detail-sidebar .box-foot .item.total {
  font-size: 2.4rem;
  font-weight: 600;
}
.hotels-detail-sidebar .box-btn {
  margin: 20px 0;
}
.hotels-detail-sidebar .box-btn .btn {
  width: 100%;
}
.hotels-detail-sidebar .box-note {
  text-align: center;
  margin-top: 20px;
}
.hotels-detail-sidebar .box-note-past {
  margin-top: 15px;
}
.hotels-detail-sidebar .box-note-past .item {
  font-weight: 500;
}
.hotels-detail-sidebar .box-note-past .item-icon {
  font-size: 2.4rem;
  color: var(--second-color);
}

.card-hotel {
  position: relative;
  border-radius: 30px;
  background: #fff;
}
.card-hotel .box-image {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.card-hotel .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 6/4;
  transition: all 0.3s ease;
}
.card-hotel .box-content {
  padding: 20px;
}
.card-hotel .box-content .title {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}
.card-hotel .box-content .locate {
  font-size: 1.4rem;
}
.card-hotel .box-content .rating-star {
  font-size: 1.6rem;
  margin-top: 10px;
}
.card-hotel .box-content .gr-btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.card-hotel .box-content .gr-btn .btn {
  flex: 1;
  padding: 10px;
}
.card-hotel:hover .box-image img {
  transform: scale(1.1);
}
.card-hotel:hover .box-content .title {
  color: var(--second-color);
}

.reviews-inner {
  position: relative;
  padding: 0 50px;
}
.reviews-slider .swiper-wrapper {
  margin-bottom: 40px;
}

.card-review {
  position: relative;
  border: 1px solid var(--primary-color);
  background: #ffffff;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
  padding: 34px 26px 28px;
  text-align: center;
  height: 100%;
}
.card-review .avatar {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  background: #cfe2f7;
  margin: 0 auto 18px;
  position: relative;
  z-index: 2;
}
.card-review .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-review .name {
  font-size: 1.6rem;
  margin: 0;
  color: var(--primary-color);
  font-weight: 600;
}
.card-review .date {
  color: #7d8ba0;
  font-size: 12.5px;
  margin: 2px 0 10px;
}
.card-review .stars {
  font-size: 2.4rem;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.card-review .stars .on {
  color: var(--primary-color);
}
.card-review .stars .off {
  color: #c9dcef;
}
.card-review .review-text {
  font-size: 1.6rem;
  margin: 0;
}

.contact-infor .text-head {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact-infor .desc {
  margin-bottom: 15px;
}
.contact-infor .list-infor li {
  margin-bottom: 10px;
}
.contact-form {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.4);
  padding: 30px;
  border-radius: 30px;
}
.contact-form .form-head {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.careers-search {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.4);
  padding: 30px;
  border-radius: 30px;
}
.careers-search .form-control {
  width: 100%;
  height: 56px;
  border: 1px solid #ddd;
  border-radius: 999px;
  padding: 0 16px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .careers-search {
    padding: 20px 15px;
  }
}
.careers-list {
  margin-top: 40px;
}
.careers-list .job-card {
  display: block;
  padding: 18px 22px;
  background: #eef5fb;
  border-radius: 18px;
  text-decoration: none;
  transition: 0.3s;
  height: 100%;
}
.careers-list .job-card:hover {
  background: #e3eef9;
  transform: translateY(-3px);
}
.careers-list .job-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
  margin-bottom: 20px;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.careers-list .job-card .job-info {
  display: flex;
  align-items: center;
}
.careers-list .job-card .job-info .item {
  flex: 1;
}
.careers-list .job-card .job-info span {
  display: block;
  font-size: 14px;
  color: #9098a3;
  margin-bottom: 6px;
}
.careers-list .job-card .job-info strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #4b4b4b;
}
.careers-list .job-card .job-info .divider {
  width: 1px;
  height: 42px;
  background: #bcc7d2;
  margin: 0 22px;
}
.careers-list .job-card .job-footer {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.careers-aplly .form-control {
  border-radius: 999px;
  height: 50px;
  padding: 0 20px;
}
.careers-aplly textarea.form-control {
  height: auto;
  padding: 16px 20px;
  border-radius: 30px;
}
.careers-banner {
  padding: 100px 0 100px;
  color: var(--normal-color);
  position: relative;
  background-color: #111;
  background-color: var(--bg-color);
}
.careers-banner-head {
  text-align: center;
}
@media (min-width: 1024px) {
  .careers-banner-head {
    text-align: left;
  }
}
.careers-banner-title {
  font-size: 4rem;
  font-weight: 700;
  color: var(--primary-color);
}
.careers-banner-locate {
  font-size: 1.8rem;
  font-weight: 700;
}
.careers-banner-toolbar {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .careers-banner-toolbar {
    display: block;
    width: 100%;
    padding: 0 40px;
  }
}
.careers-banner-apply .apply-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .careers-banner-apply {
    width: 33.3333%;
  }
}
@media (max-width: 1024px) {
  .careers-banner-back {
    display: none;
  }
}
.careers-detail .box-inner {
  padding: 20px 15px 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (min-width: 768px) {
  .careers-detail .box-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .careers-detail .box-inner {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
  }
}
.careers-detail .box-inner .summary-title {
  font-size: 4rem;
  margin-bottom: 20px;
  font-weight: 800;
}
.careers-detail .box-inner .summary-list-item {
  margin: 0 0 20px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.careers-detail .box-inner .summary-list-divider {
  height: 1px;
  margin: 0 0 25px;
  background-color: #e7e7e7;
}
.careers-detail .box-inner .summary-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  font-weight: 600;
  vertical-align: top;
  padding-right: 1rem;
}
.careers-detail .box-inner .summary-value {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 60%;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  text-transform: capitalize;
  vertical-align: top;
}

.recruitment-policy .section-heading .halptitle {
  display: inline-block;
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 10px;
}
.recruitment-policy .section-heading .sectitle {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 18px;
}
.recruitment-policy .section-heading .subtitle {
  color: #666;
  line-height: 1.8;
}
.recruitment-policy .policy-item {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  transition: 0.35s;
  border: 1px solid #edf2f7;
}
.recruitment-policy .policy-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
}
.recruitment-policy .policy-item .icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #eef6ff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto auto 24px;
}
.recruitment-policy .policy-item .icon i {
  font-size: 28px;
  color: var(--primary-color);
}
.recruitment-policy .policy-item h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.recruitment-policy .policy-item p {
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.apply-modal {
  border: none;
  border-radius: 24px;
  overflow: hidden;
  color: var(--normal-color);
}
.apply-modal .modal-header,
.apply-modal .modal-footer {
  padding: 24px 32px;
}
.apply-modal .modal-body {
  padding: 32px;
}

.file-upload-label {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 1px dashed rgba(0, 0, 0, 0.18);
  padding: 14px 20px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  border-radius: 999px;
}

.file-upload-label input[type=file] {
  display: none;
}

.file-upload-label:hover {
  border-color: var(--primary-color);
  background: rgba(196, 169, 110, 0.06);
  background-color: rgba(255, 255, 255, 0.7);
}

.file-upload-icon {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--primary-color);
  font-size: 16px;
}

.file-upload-text {
  flex: 1;
}

.file-upload-text span {
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.4;
}

.file-upload-text span.file-name {
  color: var(--primary-color);
  font-size: 12px;
}

.file-upload-text small {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0.05em;
}

.job-share__social-item--wrapper {
  display: flex;
}
.job-share__social-item {
  margin-right: 1.6rem;
}
.job-share__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  padding: 0.5rem;
  border-radius: 10%;
  transition: 0.3s all ease-in-out;
}

.experience-list .item {
  text-align: center;
  padding: 0 40px;
}
.experience-list .item .box-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e3e4e5;
  color: var(--primary-color);
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.experience-list .item .box-content .title {
  font-size: 1.8rem;
  text-transform: uppercase;
}

.activity-list {
  position: relative;
}

.activity-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  display: block;
}
.activity-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
@media (min-width: 768px) {
  .activity-card img {
    height: 400px;
  }
}
.activity-card .activity-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.15) 60%, transparent);
}
.activity-card .activity-overlay h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}
.activity-card .activity-overlay p {
  font-size: 15px;
  opacity: 0.9;
  max-width: 90%;
}
.activity-card:hover img {
  transform: scale(1.08);
}

.ticket-info .ticket-card,
.ticket-info .booking-ticket {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #ebe7f4;
}
.ticket-info .ticket-head {
  background: var(--primary-color);
  color: #fff;
  padding: 20px;
  text-align: center;
}
.ticket-info .ticket-head h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .ticket-info .ticket-head h2 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .ticket-info .ticket-head h2 {
    font-size: 16px;
  }
}
.ticket-info .ticket-head span {
  font-size: 14px;
  opacity: 0.85;
}
.ticket-info .ticket-table {
  margin: 0;
}
.ticket-info .ticket-table thead th {
  font-size: 15px;
  font-weight: 700;
  color: #222;
  border: 0;
  padding: 18px 24px;
}
.ticket-info .ticket-table tbody td {
  padding: 18px 24px;
  border-color: #f0edf6;
  font-size: 16px;
  color: #555;
}
.ticket-info .ticket-table tbody td:last-child {
  text-align: right;
  font-weight: 700;
  color: #2d2d2d;
}
@media (max-width: 575px) {
  .ticket-info .ticket-table thead th,
.ticket-info .ticket-table tbody td {
    padding: 14px 16px;
    font-size: 14px;
  }
}
.ticket-info .ticket-note {
  margin: 24px;
  padding: 16px 18px;
  background: #F4F1F8;
  border-radius: 12px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  color: #666;
}
.ticket-info .ticket-note i {
  color: var(--primary-color);
  margin-top: 2px;
  font-size: 16px;
}
.ticket-info .opening-card {
  margin-bottom: 24px;
}
.ticket-info .opening-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .ticket-info .opening-card h3 {
    font-size: 24px;
  }
}
.ticket-info .time-box {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 16px 18px;
  height: 100%;
  background-color: #fff;
}
.ticket-info .time-box small {
  display: block;
  color: #777;
  font-size: 13px;
  margin-bottom: 8px;
}
.ticket-info .time-box strong {
  display: block;
  font-size: 32px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1;
}
@media (max-width: 991.98px) {
  .ticket-info .time-box strong {
    font-size: 24px;
  }
}
.ticket-info .time-box.weekend strong {
  color: #C89B3C;
}
.ticket-info .booking-ticket {
  background: var(--primary-color);
  color: #fff;
  padding: 28px;
  position: relative;
}
.ticket-info .booking-ticket h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 22px;
}
@media (max-width: 991.98px) {
  .ticket-info .booking-ticket h3 {
    font-size: 24px;
  }
}
.ticket-info .booking-ticket ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}
.ticket-info .booking-ticket li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 16px;
}
.ticket-info .booking-ticket li::before {
  content: "\f058";
  font-family: fontawesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--second-color);
}
@media (max-width: 576px) {
  .ticket-info .booking-ticket li {
    font-size: 14px;
  }
}
.ticket-info .booking-ticket .btn {
  border-radius: 10px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  background: var(--second-color);
  border: 0;
  color: var(--primary-color);
  transition: 0.3s;
}
.ticket-info .booking-ticket .btn:hover {
  background: #ffdf3d;
  transform: translateY(-2px);
}
@media (max-width: 576px) {
  .ticket-info .booking-ticket {
    padding: 20px;
  }
}

.festival .festival-wrap {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width: 991.98px) {
  .festival .festival-wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .festival .festival-wrap {
    gap: 28px;
  }
}
.festival .festival-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  aspect-ratio: 16/10;
}
@media (min-width: 992px) {
  .festival .festival-image img {
    height: 700px;
  }
}
.festival .festival-content {
  max-height: 700px;
  overflow-y: auto;
  padding-right: 12px;
}
.festival .festival-content::-webkit-scrollbar {
  width: 6px;
}
.festival .festival-content::-webkit-scrollbar-thumb {
  background: #4B1D6A;
  border-radius: 20px;
}
.festival .festival-content .item {
  padding: 28px 0;
  border-bottom: 1px solid #ececec;
  cursor: pointer;
  transition: all 0.3s ease;
}
.festival .festival-content .item .item-status {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #C9A227;
  margin-bottom: 12px;
}
.festival .festival-content .item .item-title {
  font-size: 38px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.25;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .festival .festival-content .item .item-title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .festival .festival-content .item .item-title {
    margin-bottom: 10px;
  }
}
.festival .festival-content .item .item-desc {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .festival .festival-content .item .item-desc {
    margin-bottom: 10px;
  }
}
.festival .festival-content .item .item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.festival .festival-content .item .item-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4B1D6A;
  font-weight: 600;
}
.festival .festival-content .item:hover {
  padding-left: 14px;
}
.festival .festival-content .item.active {
  border-left: 3px solid #C89B3C;
  padding-left: 24px;
}
@media (max-width: 576px) {
  .festival .festival-content {
    gap: 28px;
  }
  .festival .festival-content .item {
    padding-left: 18px;
  }
  .festival .festival-content .item-title {
    font-size: 24px;
  }
  .festival .festival-content .item-meta {
    flex-direction: column;
    gap: 10px;
  }
}

.worlds-detail-about {
  position: relative;
}

.card-world {
  position: relative;
  border-radius: 30px;
  background: #fff;
}
.card-world .box-image {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.card-world .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 6/4;
  transition: all 0.3s ease;
}
.card-world .box-content {
  padding: 20px;
}
.card-world .box-content .title {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.card-world .box-content .locate {
  font-size: 1.4rem;
  color: #9e9a9a;
  margin-bottom: 4px;
}
.card-world .box-content .locate i {
  color: var(--primary-color);
}
.card-world .box-content .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-world .box-content .gr-btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.card-world:hover .box-image img {
  transform: scale(1.1);
}
.card-world:hover .box-content .title {
  color: var(--second-color);
}

.palaces {
  position: relative;
  overflow: hidden;
}
.palaces::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  background: #072d58;
  border-radius: 50%;
  left: -150px;
  bottom: -160px;
}
.palaces::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: #072d58;
  border-radius: 50%;
  right: -80px;
  top: 480px;
}
.palaces-wrap {
  position: relative;
}
.palaces-wrap::before, .palaces-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 26px;
  background: repeating-linear-gradient(to bottom, transparent 0 10px, rgba(255, 255, 255, 0.06) 10px 11px);
}
.palaces .timeline-wrap {
  position: relative;
}
.palaces .timeline-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: visible;
}
.palaces .timeline-item {
  position: relative;
  z-index: 2;
  display: flex;
  width: 64%;
  margin-bottom: 54px;
  align-items: flex-start;
}
.palaces .timeline-item:last-child {
  margin-bottom: 0;
}
.palaces .timeline-item .marker {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--second-color), var(--second-color) 60%, var(--primary-color) 100%);
  box-shadow: 0 0 0 5px rgba(127, 196, 217, 0.18);
  margin-top: 2px;
}
.palaces .timeline-item .item-content .title {
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
}
.palaces .timeline-item .item-content .desc {
  color: #d6e7ff;
  line-height: 1.6;
  margin-bottom: 20px;
}
.palaces .timeline-item .image-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  aspect-ratio: 16/8;
  background-size: cover;
  background-position: center;
}
.palaces .timeline-item .image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.55) 100%);
}
.palaces .timeline-item .image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.palaces .timeline-item .image-card .btn {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 576px) {
  .palaces .timeline-item .image-card {
    aspect-ratio: 16/10;
  }
}
.palaces .timeline-item.right {
  margin-left: auto;
  text-align: right;
  flex-direction: row-reverse;
}
.palaces .timeline-item.right .marker {
  margin-left: 14px;
}
.palaces .timeline-item.right .btn {
  left: auto;
  right: 14px;
}
.palaces .timeline-item.left {
  margin-right: auto;
  text-align: left;
}
.palaces .timeline-item.left .marker {
  margin-right: 14px;
}
@media (max-width: 576px) {
  .palaces .timeline-item,
.palaces .timeline-item.right,
.palaces .timeline-item.left {
    width: 82%;
    flex-direction: row;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  .palaces .timeline-item.right .marker {
    margin-left: 0;
    margin-right: 14px;
  }
  .palaces .timeline-item.right .xem-them {
    left: 14px;
    right: auto;
  }
}

.card-hall {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background-color: #fff;
}
.card-hall .box-image {
  position: relative;
  overflow: hidden;
}
.card-hall .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 6/4;
  transition: all 0.3s ease;
}
.card-hall .box-content {
  padding: 20px;
}
.card-hall .box-content .title {
  font-size: 2.4rem;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.card-hall .box-content .btn {
  margin-top: 30px;
  width: 100%;
}
.card-hall:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.card-hall:hover .box-image img {
  transform: scale(1.05);
}
.card-hall:hover .box-content .title {
  color: var(--second-color);
}

.facility .facility-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.facility .facility-image {
  position: relative;
}
.facility .facility-image img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 28px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}
.facility .shape {
  position: absolute;
  border-radius: 30px;
}
.facility .shape.yellow {
  width: 140px;
  height: 140px;
  background: #f4e6af;
  left: -30px;
  top: -30px;
}
.facility .shape.purple {
  width: 240px;
  height: 240px;
  background: #512b81;
  right: -25px;
  bottom: -25px;
  z-index: 1;
}
.facility .facility-content .sub-title {
  color: #8a6bbd;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.facility .facility-content h2 {
  font-size: 48px;
  line-height: 1.2;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.facility .facility-content > p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 35px;
}
.facility .facility-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.facility .facility-item {
  background: #f8f8fb;
  border-radius: 18px;
  padding: 24px;
  transition: 0.35s;
}
.facility .facility-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.facility .facility-item .icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: #ede8fa;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 18px;
}
.facility .facility-item h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #2d2d2d;
}
.facility .facility-item p {
  color: #666;
  line-height: 1.7;
  font-size: 15px;
}
.facility .facility-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 35px;
  color: var(--primary-color);
  font-weight: 700;
  text-decoration: none;
}
.facility .facility-link i {
  transition: 0.3s;
}
.facility .facility-link:hover i {
  transform: translateX(6px);
}
@media (max-width: 991px) {
  .facility .facility-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .facility .facility-image {
    margin: 0 30px;
  }
  .facility .facility-content h2 {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .facility .facility {
    padding: 70px 0;
  }
  .facility .facility-content h2 {
    font-size: 30px;
  }
  .facility .facility-list {
    grid-template-columns: 1fr;
  }
  .facility .shape.yellow {
    width: 90px;
    height: 90px;
  }
  .facility .shape.purple {
    width: 150px;
    height: 150px;
  }
}

.palaces-contact__wrapper {
  display: grid;
  grid-template-columns: 48% 52%;
  overflow: hidden;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .palaces-contact__wrapper {
    grid-template-columns: 1fr;
  }
}
.palaces-contact .palaces-form {
  padding: 60px;
}
.palaces-contact .palaces-form .head-title {
  font-size: 42px;
  color: #33206a;
  margin-bottom: 18px;
  line-height: 1.2;
}
.palaces-contact .palaces-form .head-desc {
  color: #666;
  line-height: 1.7;
  margin-bottom: 35px;
}
.palaces-contact .palaces-form .form-group {
  margin-bottom: 22px;
}
.palaces-contact .palaces-form .form-control {
  border-radius: 12px;
}
@media (max-width: 767.98px) {
  .palaces-contact .palaces-form {
    padding: 35px;
  }
  .palaces-contact .palaces-form .head-title {
    font-size: 32px;
  }
}
.palaces-contact .palaces-banner {
  position: relative;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.palaces-contact .palaces-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.palaces-contact .palaces-banner .box-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
}
.palaces-contact .palaces-banner-text {
  position: relative;
}
@media (max-width: 991.98px) {
  .palaces-contact .palaces-banner {
    min-height: 600px;
  }
}
.palaces-contact .hotline {
  position: relative;
  left: 50%;
  transform: translateX(-50%) rotate(-12deg);
  width: 250px;
  height: 250px;
  border-radius: 50% 50% 50% 50%/50% 27% 73% 50%;
  background: #ffd400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
  margin-bottom: 30px;
}
.palaces-contact .hotline i {
  font-size: 34px;
  margin-bottom: 18px;
  color: #222;
}
.palaces-contact .hotline span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}
.palaces-contact .hotline h3 {
  font-size: 38px;
  color: #222;
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  .palaces-contact .hotline h3 {
    font-size: 30px;
  }
}
.palaces-contact .box-content {
  padding: 0 15px;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.palaces-contact .box-content h2 {
  font-size: 42px;
  margin-bottom: 18px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .palaces-contact .box-content h2 {
    font-size: 30px;
  }
}
.palaces-contact .box-content .text {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
}

.ttc-history {
  background: var(--primary-color);
  color: #fff;
  position: relative;
  overflow: hidden;
  /* Timeline */
}
.ttc-history .section-heading .sectitle {
  color: #fff;
}
.ttc-history .th-timeline {
  position: relative;
}
.ttc-history .th-svg-path {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  z-index: 0;
  overflow: visible;
}
.ttc-history .th-path-line {
  fill: none;
  stroke: var(--second-color);
  stroke-width: 1.6;
  stroke-dasharray: 1 10;
  stroke-linecap: round;
  opacity: 0.75;
}
.ttc-history .th-node {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  align-items: center;
  margin-bottom: 14px;
  gap: 10px;
}
.ttc-history .th-node:last-child {
  margin-bottom: 0;
}
.ttc-history .th-node.th-left .th-card {
  grid-column: 1;
  text-align: right;
}
.ttc-history .th-node.th-left .th-card::before {
  left: auto;
  right: 0;
}
.ttc-history .th-node.th-left .th-empty {
  grid-column: 3;
}
.ttc-history .th-node.th-right .th-card {
  grid-column: 3;
  text-align: left;
}
.ttc-history .th-node.th-right .th-empty {
  grid-column: 1;
}
.ttc-history .th-marker-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.ttc-history .th-year-badge {
  margin-bottom: 10px;
  white-space: nowrap;
  font-family: var(--primary-font);
  font-style: italic;
  font-size: 15px;
  color: var(--second-color);
}
.ttc-history .th-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary-color);
  border: 1.5px solid var(--second-color);
  position: relative;
}
.ttc-history .th-dot::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--second-color);
  opacity: 0.9;
}
.ttc-history .th-card {
  position: relative;
  padding: 34px 36px;
  background: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 2px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.ttc-history .th-card.th-visible {
  opacity: 1;
  transform: translateY(0);
}
.ttc-history .th-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: var(--second-color);
}
.ttc-history .th-tag {
  display: block;
  margin-bottom: 8px;
  font-family: var(--primary-font);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--second-color);
}
.ttc-history .th-card-title {
  margin: 0 0 12px;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 24px;
  color: var(--primary-color);
}
.ttc-history .th-card-text {
  color: var(--normal-color);
}
.ttc-history .th-mobile-year {
  display: none;
}
@media (max-width: 780px) {
  .ttc-history .th-node {
    grid-template-columns: 36px 1fr;
    margin-bottom: 36px;
  }
  .ttc-history .th-node.th-left .th-card, .ttc-history .th-node.th-right .th-card {
    grid-column: 2;
    text-align: left;
  }
  .ttc-history .th-node.th-left .th-card::before, .ttc-history .th-node.th-right .th-card::before {
    left: 0;
    right: auto;
  }
  .ttc-history .th-node .th-empty {
    display: none;
  }
  .ttc-history .th-marker-col {
    grid-column: 1;
  }
  .ttc-history .th-year-badge {
    display: none;
  }
  .ttc-history .th-mobile-year {
    display: block;
    margin-bottom: 8px;
    font-family: var(--primary-font);
    font-style: italic;
    font-size: 14px;
    color: var(--second-color);
  }
  .ttc-history .th-svg-path {
    left: 18px;
    transform: none;
  }
}

.card-team .box-image {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 5px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.card-team .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 6/4;
  transition: all 0.3s ease-in-out;
}
.card-team .box-content {
  padding: 20px;
  text-align: center;
}
.card-team .box-content .name {
  font-size: 2.4rem;
}

.block-included {
  margin-bottom: 30px;
}
.block-included .block-head {
  font-size: 2.8rem;
  margin-bottom: 15px;
}
.block-included-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.block-included-grid .item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 16px;
  transition: 0.3s;
}
.block-included-grid .item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.block-included-grid .item-icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #f7dfff;
}
.block-included-grid .item-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.block-included-grid .item-content {
  flex: 1;
}
.block-included-grid .item-content h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  color: #1b1b1b;
}
.block-included-grid .item-content p {
  color: #767676;
}

.block-terms {
  margin-bottom: 30px;
  background: #f8f8f8;
  padding: 20px;
  border-left: 6px solid var(--primary-color);
}
.block-terms .block-head {
  font-size: 2.8rem;
  margin-bottom: 15px;
}
.block-terms .block-inner ul {
  list-style: disc;
  margin-left: 20px;
}

.brochure-filter {
  margin-bottom: 40px;
}

.brochure-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.35s;
}
.brochure-card .brochure-thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.brochure-card .brochure-thumb img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: 0.5s;
}
.brochure-card .brochure-tag {
  position: absolute;
  left: 12px;
  top: 12px;
  background: #4d2d91;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 30px;
}
.brochure-card .brochure-tag.green {
  background: #7d8d19;
}
.brochure-card .brochure-tag.purple {
  background: #7d5ab5;
}
.brochure-card .brochure-content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.brochure-card .brochure-content h3 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 700;
}
.brochure-card .brochure-content h3 a {
  color: #3d2b82;
  text-decoration: none;
}
.brochure-card .brochure-content p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
  flex: 1;
}
.brochure-card .brochure-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
}
.brochure-card .brochure-footer .file-info {
  color: #666;
  font-size: 14px;
}
.brochure-card .brochure-footer .file-info i {
  color: #d33;
  margin-right: 6px;
}
.brochure-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
}
.brochure-card:hover .brochure-thumb img {
  transform: scale(1.06);
}

.request {
  position: relative;
  overflow: hidden;
}
.request .request-content .subtitle {
  display: inline-block;
  color: var(--second-color-dark);
  font-weight: 600;
  margin-bottom: 15px;
}
.request .request-content .title {
  font-size: 4.8rem;
  margin-bottom: 20px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .request .request-content .title {
    font-size: 2.6rem;
  }
}
.request .request-content .desc {
  line-height: 1.8;
  margin-bottom: 40px;
}
.request .contact-item {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 25px;
}
.request .contact-item .icon {
  width: 50px;
  height: 50px;
  background: var(--second-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.request .contact-item strong {
  display: block;
}
.request .contact-item span {
  color: rgba(0, 0, 0, 0.75);
}
.request .request-form {
  background: #fff;
  padding: 35px;
  border-radius: 22px;
  position: relative;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}
.request .request-form .circle {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 205, 46, 0.3);
  top: -40px;
  right: -40px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .request .request-form {
    padding: 25px;
  }
}

.brochure-hero {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #4d216f;
}
.brochure-hero .hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 30px;
  background: #ffd530;
  color: #47206d;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 25px;
}
.brochure-hero .hero-content {
  position: relative;
  z-index: 2;
}
.brochure-hero .hero-content h1 {
  color: #fff;
  font-size: 58px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 25px;
}
.brochure-hero .hero-content h1 span {
  display: block;
  color: #ffd530;
}
.brochure-hero .hero-content p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  max-width: 470px;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .brochure-hero .hero-content {
    text-align: center;
  }
  .brochure-hero .hero-content h1 {
    font-size: 42px;
  }
  .brochure-hero .hero-content p {
    margin: auto auto 35px;
  }
}
.brochure-hero .hero-action {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .brochure-hero .hero-action {
    justify-content: center;
  }
}
.brochure-hero .hero-book {
  position: relative;
  text-align: right;
  z-index: 2;
}
.brochure-hero .hero-book::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: -60px;
  width: 90%;
  height: 130px;
  background: #d9c6ec;
  opacity: 0.25;
  border-radius: 55% 45% 60% 40%/50% 50% 60% 40%;
  filter: blur(12px);
  z-index: -1;
}
.brochure-hero .hero-book img {
  width: 100%;
  max-width: 620px;
  display: block;
  margin-left: auto;
  filter: drop-shadow(0 35px 45px rgba(0, 0, 0, 0.35));
}
@media (max-width: 991.98px) {
  .brochure-hero .hero-book {
    text-align: center;
  }
  .brochure-hero .hero-book img {
    margin: auto;
  }
}
.brochure-hero .shape-right {
  position: absolute;
  right: -70px;
  top: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 213, 48, 0.18);
}
.brochure-hero .shape-left {
  position: absolute;
  left: -120px;
  bottom: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.brochure-infor .info-row {
  margin-bottom: 60px;
}
.brochure-infor .info-row .title {
  color: #4f2570;
  font-size: 40px;
  margin-bottom: 20px;
}
.brochure-infor .info-row .desc {
  color: #666;
  line-height: 1.8;
}
.brochure-infor .meta {
  margin-top: 30px;
}
.brochure-infor .meta span {
  display: block;
  color: #999;
  font-size: 13px;
}
.brochure-infor .meta strong {
  color: var(--primary-color);
  font-size: 2rem;
}
@media (max-width: 991.98px) {
  .brochure-infor .meta {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.brochure-infor .detail-box {
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 25px;
}
.brochure-infor .detail-box .text-head {
  font-size: 2.4rem;
  color: var(--primary-color);
  margin-bottom: 10px;
}
.brochure-infor .detail-box .desc {
  margin-bottom: 10px;
}
.brochure-infor .detail-box ul li + li {
  margin-top: 8px;
}
.brochure-infor .detail-box ul li a {
  font-weight: 600;
}
.brochure-infor .download-box {
  background: #4f2570;
  border-radius: 14px;
  padding: 40px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brochure-infor .download-box .box-head .head-label {
  font-size: 3.2rem;
  margin-bottom: 10px;
}
.brochure-infor .download-box .box-head .desc {
  color: #b7b7b7;
}
.brochure-infor .download-box .buttons {
  display: flex;
  gap: 15px;
}
@media (max-width: 991.98px) {
  .brochure-infor .download-box {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }
}

.brochure-preview .preview-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 35px;
}
.brochure-preview .preview-toolbar button {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.brochure-preview .page-number {
  font-weight: 700;
  font-size: 18px;
  color: #4d216f;
}
.brochure-preview .previewSwiper {
  width: 75%;
  margin: auto;
}
.brochure-preview .previewSwiper img {
  width: 100%;
  border-radius: 18px;
}
.brochure-preview .thumbpreviewSwiper {
  margin-top: 35px;
}
.brochure-preview .thumbpreviewSwiper .swiper-slide {
  opacity: 0.4;
  transition: 0.3s;
  cursor: pointer;
}
.brochure-preview .thumbpreviewSwiper img {
  width: 100%;
  border-radius: 8px;
  border: 3px solid transparent;
}
.brochure-preview .thumbpreviewSwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.brochure-preview .thumbpreviewSwiper .swiper-slide-thumb-active img {
  border-color: #4d216f;
}
.brochure-preview .preview-action {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.faqs-filter-search {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px 10px 5px 20px;
  border: 2px solid var(--primary-color);
}
.faqs-filter-search input {
  border: 0;
  outline: 0;
  background-color: transparent;
  flex: 1;
}
.faqs-filter-search button[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 0;
}

.faq-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 45px;
  flex-wrap: wrap;
}
.faq-tabs button {
  border: 1px solid #e7e7e7;
  background: #fff;
  height: 42px;
  padding: 0 18px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}
.faq-tabs button.active, .faq-tabs button:hover {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.faq-tabs-content .tab-pane {
  display: none;
}
.faq-tabs-content .tab-pane.active {
  display: block;
  animation: fade 0.35s ease;
}

.faq-list {
  max-width: 900px;
  margin: auto;
}

.faq-item {
  border: 1px solid #ececec;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 18px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}
.faq-item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 22px 28px;
}
.faq-item-title h3 {
  margin: 0;
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 600;
}
.faq-item-title .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
}
.faq-item-title.active .icon {
  background: #4d216f;
  color: #fff;
  transform: rotate(45deg);
}
.faq-item-title.active .icon i {
  transform: rotate(45deg);
  transition: 0.3s;
}
.faq-item-desc {
  display: none;
  padding: 0 28px 24px;
  color: #666;
  line-height: 1.8;
}

#backtotop {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  position: fixed;
  bottom: 20px;
  left: 15px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  z-index: 400;
  cursor: pointer;
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
}

#backtotop.show {
  opacity: 1;
  visibility: visible;
}

.social-fixed {
  position: fixed;
  bottom: 70px;
  left: 15px;
  z-index: 500;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.social-fixed .item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
}

.footer-overlap {
  padding-bottom: 8% !important;
}
@media (max-width: 991.98px) {
  .footer-overlap {
    padding-bottom: 100px !important;
  }
}

.footer {
  background-image: url(../images/bg-foot.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 9%;
  padding-bottom: 20px;
  color: #fff;
  position: relative;
  margin-top: -7%;
}
@media (max-width: 991.98px) {
  .footer {
    margin-top: -60px;
  }
}
@media (max-width: 767.98px) {
  .footer {
    padding-top: 15%;
  }
}
.footer:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: var(--primary-color);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .footer:after {
    height: 90%;
  }
}
.footer a {
  color: inherit;
}
.footer-head {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .footer-head {
    font-size: 1.8rem;
  }
}
.footer-col ul li + li {
  margin-top: 10px;
}
.footer-col ul li a:hover {
  color: var(--second-color);
}
@media (max-width: 767.98px) {
  .footer-col {
    margin-bottom: 30px;
  }
}
.footer-newsletter .newsletter-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-newsletter .newsletter-form input {
  flex: 1;
  border: 0;
  height: 50px;
}
.footer-newsletter .newsletter-form .btn {
  border: 0;
  height: 50px;
  border-radius: 0;
  background-color: var(--second-color);
}

.copyright {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
.copyright-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .copyright-inner {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .copyright {
    margin-top: 30px;
  }
}

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