@import url("https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,600;1,500&family=Montserrat:wght@400;500;600&display=swap");
/* ===== Max-Width ===== */
/* ===== Colors ===== */
/* ===== Font ===== */
/* ===== Font size ===== */
/* ===== Font weight ===== */
/* ===== z index ===== */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  position: relative;
  height: 100%;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  margin: 0;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: #010a11;
  font-weight: 400;
  line-height: 1.7rem !important;
}

main {
  width: auto !important;
  max-width: 100vw;
  overflow-x: hidden !important;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Libre Bodoni", serif;
  line-height: 120%;
}

h1,
h2,
h3 {
  font-weight: 600 !important;
}

h4,
h5 {
  font-weight: 600 !important;
}

h1 {
  font-size: 64px !important;
}

h2 {
  font-size: 3.5rem !important;
}

h3 {
  font-size: 2.5rem !important;
}

h4 {
  font-size: 2rem !important;
}

h5 {
  font-size: 1.75rem !important;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 48px !important;
  }
  h2 {
    font-size: 36px !important;
  }
  h3 {
    font-size: 2rem !important;
  }
  h4 {
    font-size: 1.75rem !important;
  }
}
p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

ul {
  list-style: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

input,
select {
  all: unset;
  height: 3.5rem;
  background-color: #ffffff;
}

button {
  text-decoration: none;
  border: none;
  cursor: pointer;
}

/* ===== REUSABLE CSS CLASSES ===== */
.section {
  height: auto;
  overflow: hidden;
  padding: 10rem 1rem;
  position: relative;
}
@media (max-width: 1023px) {
  .section {
    padding: 5rem 1rem;
  }
}
.section__title {
  font-size: 64px;
}
.section__subtitle {
  font-size: 2.5rem;
}
.section__desc {
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
  line-height: 2.4rem;
}

.top-section {
  padding-top: 13rem;
}
@media (max-width: 1023px) {
  .top-section {
    padding-top: 9rem;
  }
}

.section-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  max-width: 1400px !important;
  margin: 0 auto;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-align: center;
  background-color: #071b30;
  color: #ffffff;
  border: 1px solid #ba9f60;
  transition: 0.3s;
  cursor: pointer;
}
.button:hover {
  background-color: #010a11;
}
@media (max-width: 767px) {
  .button {
    padding: 1rem 1.5rem;
    min-width: 150px;
    justify-content: center;
    display: flex;
  }
}

.button-p {
  background-color: #ba9f60;
}
.button-p:hover {
  background-color: #071b30;
}

.button-t {
  border: 1px solid #ba9f60;
}
.button-t:hover {
  background-color: #ba9f60;
}

.page-header-section {
  padding: 100px 1rem 5rem;
}
@media (max-width: 767px) {
  .page-header-section {
    padding: 3.5rem 1rem;
  }
}

.img-contain img {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.hero-overlay {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 30;
  background-image: linear-gradient(
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0.3) 30%,
      rgba(255, 255, 255, 0) 50%
    ),
    linear-gradient(
      90deg,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0.1) 30%,
      rgba(255, 255, 255, 0) 100%
    );
}

.text-ellipsis {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.svg-filter {
  filter: invert(62%) sepia(15%) saturate(1342%) hue-rotate(4deg)
    brightness(112%) contrast(88%);
}

.readMoreBtn {
  color: #ba9f60;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.readMoreArrow {
  width: 30px;
  padding: 8px;
  filter: invert(65%) sepia(44%) saturate(402%) hue-rotate(4deg) brightness(91%)
    contrast(84%);
  transform: rotate(90deg);
}

.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.hero-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.header-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header {
  display: flex;
  height: 200px;
  transition: all 0.5s ease-in;
  align-items: center;
}
@media (max-width: 1023px) {
  .header {
    height: 100px;
  }
}

.scroll-header {
  height: 100px;
  background: #071b30;
  box-shadow: 5px 0 50px rgba(65, 37, 11, 0.1450980392);
}
.scroll-header .logo {
  height: 50px;
}

.close-headerWrap {
  visibility: hidden;
}

.close-header {
  opacity: 0;
  visibility: hidden;
}

.logo {
  height: 65px;
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
@media (max-width: 767px) {
  .logo {
    height: 50px;
  }
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 0 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .nav {
    padding: 1rem;
  }
}
.nav .nav-menu {
  color: white;
}
@media (max-width: 1023px) {
  .nav .nav-menu {
    position: absolute;
    top: 0;
    right: -120%;
    transition: all 0.3s ease-in-out;
    background-color: #071b30;
    color: #ffffff;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
  }
}
.nav .nav-menu #menu-primary {
  display: flex;
  gap: 2rem;
  align-items: center;
  list-style-type: none;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .nav .nav-menu #menu-primary {
    flex-direction: column;
    width: 100vw;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: 20px;
  }
}
.nav .nav-menu #menu-primary li {
  padding: 6px 0;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .nav .nav-menu #menu-primary li {
    gap: 0.5rem;
  }
}
.nav .nav-menu #menu-primary li a {
  position: relative;
  display: block;
  padding: 4px 0;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  transition: 0.5s;
  text-align: center;
}
.nav .nav-menu #menu-primary li a::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ba9f60;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.nav .nav-menu #menu-primary li a:hover {
  color: #ba9f60;
}
.nav .nav-menu #menu-primary li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

#nav-special-btn {
  padding: 0.7rem 1.5rem;
  color: #ffffff;
  background: transparent;
  border: 1px solid white;
  transition: all 0.3s;
}
#nav-special-btn:hover {
  background-color: #ba9f60;
  border: 1px solid #ba9f60;
  color: black;
}
@media (max-width: 1023px) {
  #nav-special-btn {
    font-size: 18px;
    padding: 1.5rem 3rem;
  }
}

@media (max-width: 1023px) {
  .menu-arrow {
    transform: rotate(-90deg);
    padding: 16px !important;
  }
}

.submenu-close {
  display: none;
}
@media (max-width: 1023px) {
  .submenu-close {
    display: block;
    color: white;
    position: absolute;
    right: 2rem;
    top: 2rem;
    cursor: pointer;
  }
}

.sub-menu {
  width: 700px;
  height: 270px;
  display: flex;
  gap: 2rem;
  justify-content: space-around;
  position: absolute;
  top: 130%;
  left: -100px;
  margin: auto;
  padding: 1rem 2rem;
  background-color: #071b30;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 50;
}
@media (max-width: 1023px) {
  .sub-menu {
    position: fixed;
    top: 0;
    left: auto;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 2rem;
    overflow: scroll;
    width: 300px;
    height: 100vh;
    margin: 0;
  }
}
.sub-menu li {
  flex-direction: column;
  width: 180px;
  align-items: flex-start !important;
  height: 150px;
}
@media (max-width: 1023px) {
  .sub-menu li {
    height: auto;
  }
}
.sub-menu li a {
  padding: 0;
  text-align: left !important;
  color: #ffffff;
}

.sub-menu-2 {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}
@media (max-width: 1023px) {
  .sub-menu-2 {
    margin-top: 0;
  }
}
.sub-menu-2 li {
  height: auto;
}

#menu-item-196 {
  width: 130px;
}

.sub-menu-on {
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 1023px) {
  .sub-menu-on {
    right: 0;
  }
}

.submenu-close {
  font-size: 36px;
}

.rotate {
  transform: rotate(180deg);
}

.header-hover {
  background-color: #071b30;
}

.nav__icons {
  width: 45px;
  height: 45px;
  padding: 2px;
  cursor: pointer;
  z-index: 30;
  color: #ffffff;
  display: none;
}
@media (max-width: 1023px) {
  .nav__icons {
    display: block;
  }
}

.nav__close {
  display: none;
}

.nav__toggle {
  display: none;
}
@media (max-width: 1023px) {
  .nav__toggle {
    display: block;
  }
}

.show-menu {
  right: 0 !important;
}

.show-icon {
  display: block !important;
}

.hide-icon {
  display: none !important;
}

.footer-nav .menu {
  display: flex;
  gap: 4rem;
  font-size: 14px;
}
.footer-nav .menu-item a {
  transition: all 0.3s;
}
.footer-nav .menu-item a:hover {
  color: #ba9f60;
}
.footer-nav .menu-item-has-children > a {
  font-size: 16px;
  font-weight: 500;
  color: #ba9f60;
}

.footer-icon {
  width: 20px;
  height: 20px;
}
.footer-icon img {
  filter: invert(62%) sepia(15%) saturate(1342%) hue-rotate(4deg)
    brightness(112%) contrast(88%);
}

.social .footer-icon img {
  filter: invert(62%) sepia(15%) saturate(1342%) hue-rotate(4deg)
    brightness(112%) contrast(88%);
  transition: all 0.3s;
}
.social .footer-icon:hover img {
  filter: none;
}

.footer-logo {
  height: 60px;
  display: inline-block;
}
.footer-logo img {
  width: auto !important;
}

.show-menu {
  visibility: visible !important;
}
.show-menu #menu-primary li {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in;
}
.show-menu #menu-primary li:nth-child(1) {
  animation-delay: 0s;
}
.show-menu #menu-primary li:nth-child(2) {
  animation-delay: 0.1s;
}
.show-menu #menu-primary li:nth-child(3) {
  animation-delay: 0.2s;
}
.show-menu #menu-primary li:nth-child(4) {
  animation-delay: 0.3s;
}
.show-menu #menu-primary li:nth-child(5) {
  animation-delay: 0.4s;
}
.show-menu #menu-primary li:nth-child(6) {
  animation-delay: 0.5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.subtitle {
  color: #ba9f60;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 14px;
  }
}

#menu-item-571 {
  display: none !important;
}
@media (max-width: 1023px) {
  #menu-item-571 {
    display: block !important;
  }
}

#typing-text {
  font-family: "Libre Bodoni", serif;
  font-weight: 500;
}

#cursor {
  display: inline-block;
  width: 3px;
  height: 50px;
  background-color: white;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.search-form {
  background-color: rgba(7, 27, 48, 0.8);
  max-width: 1000px;
  margin: auto;
}

.title-wrap {
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .title-wrap {
    margin-bottom: 2rem;
  }
}

.destination-grid-wrap {
  display: grid;
  gap: 1rem;
  grid-template-areas: "l-1 s-1 s-2 l-2" "l-1 s-3 s-4 l-2";
  grid-template-columns: repeat(4, 1fr);
  height: 600px;
}
@media (max-width: 1023px) {
  .destination-grid-wrap {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .destination-grid-wrap .boxes {
    min-height: 200px;
  }
}
.destination-grid-wrap .boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 100%;
}
.destination-grid-wrap .boxes .destination-image {
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
}
.destination-grid-wrap .boxes .destination-image:hover {
  transform: scale(1.1);
}
.destination-grid-wrap .boxes h3 {
  z-index: 2;
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  z-index: 2;
}
.overlay div {
  border: 1px solid #ba9f60;
  width: 100%;
  height: 100%;
}

.img-scale {
  transform: scale(1.1);
}

.review-box {
  padding: 3rem;
  border: 1px solid #ba9f60;
  font-size: 14px;
  text-align: center;
  background-color: white;
}

.review-bg {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100vw;
  height: 150px;
  background-color: #f8f5ef;
}

.habitats-wrap {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(186, 159, 96, 0.3);
  padding: 2rem;
}
@media (max-width: 1023px) {
  .habitats-wrap {
    width: 100%;
  }
}

.icon_arrow {
  width: 14px;
}

.header-regions-wrap {
  background-color: rgba(7, 27, 48, 0.8);
  max-width: 1000px;
  margin: auto;
  padding: 1rem;
  display: flex;
  gap: 1rem;
  justify-content: space-around;
}

.subcategories-select {
  background-color: transparent;
}

.subCat {
  cursor: pointer;
  padding: 0.5rem 1rem;
  border: 1px solid #ba9f60;
}
.subCat:hover {
  background-color: #071b30;
  color: #ba9f60;
}
@media (max-width: 767px) {
  .subCat {
    width: 150px;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
  }
}

.rooms-icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.readMoreContent {
  color: #707070;
}
.readMoreContent p {
  margin-bottom: 1rem;
  font-size: 14px;
}

.stars {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ba9f60;
}

.gmap {
  width: 100%;
  height: 500px;
}
@media (max-width: 767px) {
  .gmap {
    height: 300px;
  }
}
.gmap iframe {
  width: 100%;
  height: 100%;
}

.editor li {
  list-style: disc;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.editor li:last-child {
  margin-bottom: 0;
}

#home .why-desc {
  display: none;
}

#about .why-btn {
  display: none;
}

#contact .page-desc-area {
  display: none;
}
#contact .footer-icon:hover {
  filter: invert(62%) sepia(15%) saturate(1342%) hue-rotate(4deg)
    brightness(112%) contrast(88%);
}

#partner input,
#partner textarea {
  background-color: #071b30;
  color: white;
}
#partner input::-moz-placeholder,
#partner textarea::-moz-placeholder {
  color: #ba9f60;
}
#partner input::placeholder,
#partner textarea::placeholder {
  color: #ba9f60;
}
#partner input[type="submit"] {
  background-color: #ba9f60;
}
#partner input[type="submit"]:hover {
  background-color: #071b30;
}

#category-posts-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#category-posts-container .card-hotel {
  display: flex;
  flex: 1 1 50%;
  max-width: 100%;
  align-items: center;
  flex-direction: row;
}
#category-posts-container .card-hotel > div {
  max-width: 50%;
}
@media (max-width: 767px) {
  #category-posts-container .card-hotel > div {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  #category-posts-container .card-hotel {
    flex-direction: column;
  }
}
#category-posts-container .card-hotel:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #category-posts-container .card-hotel:nth-child(odd) {
    flex-direction: column;
  }
}
#category-posts-container .hotel-img {
  height: 28rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #category-posts-container .hotel-img {
    height: 18rem;
    order: 0;
  }
}
#category-posts-container .hotel-content {
  padding: 3rem;
}
#category-posts-container .hotel-content h4 {
  height: auto;
}
#category-posts-container .hotel-amenities {
  justify-content: center;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.room-title {
  font-family: "Libre Bodoni", serif;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .room-title {
    font-size: 20px;
  }
}

.hotel-content h1,
.hotel-content h2,
.hotel-content h3,
.hotel-content h4,
.hotel-content h5,
.hotel-content h6,
.hotel-content p {
  padding: 0.5rem 0;
}

/* Styles for the modal container */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
}

/* Styles for the modal content */
.modal-content {
  background-color: #fff;
  margin: 2rem auto; /* Center the modal vertically and horizontally */
  padding: 5rem;
  border: 1px solid #888;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  height: 90%;
  overflow: auto;
}
@media (max-width: 767px) {
  .modal-content {
    width: 100%;
    height: 100%;
    padding: 2rem 1rem;
  }
}

/* Close button style */
.close {
  color: #888;
  float: right;
  font-size: 42px;
  font-weight: bold;
}

/* Close button hover style */
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Style for the body when the modal is open */
body.modal-open {
  overflow: hidden;
}

.gform_wrapper .gform_title {
  text-align: center !important;
  margin-bottom: 1rem;
  font-size: 40px !important;
}

.gform_wrapper input::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder {
  color: #8e8e8e;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: #8e8e8e;
}

.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme input[type="file"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select {
  border: 1px solid #ba9f60;
  font-weight: 400;
}

.gform_wrapper.gravity-theme input[type="file"] {
  padding-top: 6px;
}

body
  .gform_wrapper
  .gform_body
  .gform_fields
  .gfield
  .ginput_container_fileupload
  input {
  color: red;
  font-size: 13px;
  padding: 8px;
}

.gform_fileupload_rules {
  display: none !important;
  font-size: 14px !important;
  font-weight: 400;
  margin-top: 0 !important;
  color: #8e8e8e;
}

.gform_wrapper.gravity-theme input[type="submit"] {
  width: 100%;
  background-color: #071b30;
  padding: 0.5rem 3rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  border: 1px solid #ba9f60;
  margin: 1rem 0 0 !important;
}

.gform_wrapper.gravity-theme input[type="submit"]:hover {
  background-color: #ba9f60;
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer button,
.gform_wrapper.gravity-theme .gform_page_footer input {
  margin: auto;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  padding: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 0 !important;
}

.ui-datepicker-trigger {
  width: 20px;
}

.gform_wrapper .gform_ajax_spinner {
  width: 50px !important; /* Change the width as needed */
  height: 50px !important; /* Change the height as needed */
}

.gform_confirmation_message {
  color: #8b8b8b;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: transparent !important;
  color: #0a213a !important;
  font-size: 14px !important;
  border: none !important;
  padding: 0 !important;
}

.gform_validation_errors {
  background-color: transparent !important;
}
.gform_validation_errors h2 {
  font-size: 14px !important;
  color: white !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
}

#gform_2 {
  display: flex;
  align-items: flex-start;
}
#gform_2 #input_2_1 {
  width: 300px;
  background-color: transparent;
}
#gform_2 #gform_2 > div.gform_footer.top_label {
  margin: 0 !important;
}
#gform_2 #gform_submit_button_2 {
  margin: 0 !important;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0 !important;
}

.gfield-choice-input + .gform-field-label {
  cursor: pointer;
}
.gfield-choice-input + .gform-field-label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ba9f60;
  vertical-align: middle;
  font-size: 0;
  margin-right: 8px;
  box-shadow: inset 0 0 0 10px #071b30;
  transition: all 0.3s ease;
}

.gfield-choice-input:checked + .gform-field-label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ba9f60;
  vertical-align: middle;
  font-size: 0;
  margin-right: 8px;
  box-shadow: inset 0 0 0 4px #071b30;
}

.gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.gfield_checkbox .gchoice {
  flex: 0 1 calc(33.333% - 10px);
}
@media (max-width: 767px) {
  .gfield_checkbox .gchoice {
    flex: 0 1 calc(50% - 10px);
  }
}
@media (max-width: 639px) {
  .gfield_checkbox .gchoice {
    flex: 0 1 100%;
  }
}

.mySwiper2 .swiper-slide {
  cursor: zoom-in;
}

.mySwiper .swiper-slide {
  cursor: pointer;
}

.swiper-container {
  width: 100%;
  max-width: 750px;
  min-width: 350px;
}
@media (max-width: 1023px) {
  .swiper-container {
    max-width: 100%;
  }
}

.gallery-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-modal img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .gallery-modal img {
    max-width: 100%;
    max-height: 100%;
  }
}

.closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.gallery-modal-icon {
  width: 45px;
  height: 45px !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.nextBtn,
.prevBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.nextBtn {
  right: 10px;
}

.prevBtn {
  left: 10px;
}

.swiper-pagination-bullet {
  background-color: #ba9f60 !important;
}

.post-content {
  margin: 2rem auto;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
  margin: 1rem 0 !important;
}
.post-content h1 {
  font-size: 48px !important;
}
.post-content h2 {
  font-size: 36px !important;
}
.post-content h3 {
  font-size: 32px !important;
}
.post-content h4 {
  font-size: 28px !important;
}
.post-content h5 {
  font-size: 24px !important;
}
.post-content p {
  font-size: 20px;
  margin: 1rem 0;
}
.post-content img {
  margin: 2rem 0;
}
.post-content a {
  color: #ba9f60;
  font-weight: bold;
}
.post-content a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.post-content li {
  list-style: disc;
  margin-left: 1rem;
}
