body {
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
}
@media (min-width: 1000px) {
  .ct-header .ct-contact-info .contact-text {
    display: flex;
    align-items: center;
    position: relative;
    gap: 12px;
  }

  :root {
    --theme-content-spacing: 1rem;
  }

  .ct-header .ct-contact-info .contact-text:before {
    content: "";
    width: 24px;
    height: 1px;
    display: block;
    background: var(--theme-palette-color-4);
  }
}

body.home .ct-header .ct-contact-info .contact-text:before {
  background-color: var(--theme-palette-color-8);
}
[data-header*="-TifPx"] .ct-header [data-id="menu"] > ul > li > a,
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
  position: relative;
  z-index: 9;
}

[data-header*="-TifPx"] .ct-header [data-id="menu"] > ul > li > a:after,
[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a:after {
  content: "";
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--theme-palette-color-3);
  opacity: 1;
  z-index: -1;
}
[data-header*="-TifPx"] .ct-header [data-id="menu"] > ul > li > a:after {
  background-color: var(--theme-palette-color-2);
}
[data-header*="-TifPx"]
  .ct-header
  [data-id="menu"]
  > ul
  > li.current-menu-item
  > a:after,
[data-header*="type-1"]
  .ct-header
  [data-id="menu"]
  > ul
  > li.current-menu-item
  > a:after {
  width: 16px;
}

p {
  margin-block-end: 1rem;
}

.portfolio .entry-meta,
.portfolio .entry-title {
  position: relative;
  padding-left: 60px;
}
.portfolio .entry-title:before {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #828b79;
  position: absolute;
  left: 0;
  top: 12px;
}

[data-prefix="portfolio_archive"] .entries {
  row-gap: 48px;
}

.ct-dynamic-filter {
  margin-bottom: 40px;
  gap: 2rem;
}

.ct-dynamic-filter a {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.ct-dynamic-filter a:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #828b79;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s all ease-in-out;
}

.ct-dynamic-filter a.active:before {
  width: 16px;
}

.ct-footer a {
  text-decoration: none;
}

[data-pagination="simple"] > div .page-numbers {
  border: 1px solid #353b2f;
  font-weight: 400;
  font-size: 0.875rem;
  margin: 0;
}

[data-pagination="simple"] .page-numbers.current,
[data-pagination="next_prev"] .page-numbers.current {
  background: #353b2f;
}

[data-pagination="simple"] .prev,
[data-pagination="simple"] .next,
[data-pagination="next_prev"] .prev,
[data-pagination="next_prev"] .next {
  font-size: 0.875rem;
  text-indent: -999em;
  gap: 0;
  border: 1px solid #353b2f;
  width: 40px;
  padding: 0;
}
[data-pagination="simple"] > div {
  margin: 0;
}

[data-pagination="simple"] {
  display: flex;
  justify-content: center;
}

[data-pagination="simple"] > div {
  margin: 0 40px;
}

[data-pagination="simple"] .page-numbers:not(.dots):hover,
[data-pagination="next_prev"] .page-numbers:not(.dots):hover {
  border-color: #353b2f;
  background: #353b2f;
  color: #fff;
}

.show-more-prev,
.show-more-next {
  position: absolute;
  z-index: 9;
  top: calc(100% + 8px);
  transition: 0.4s all ease-in-out;
  opacity: 0;
  transform: translatey(-30px);
  pointer-events: none;
}

.show-more-next {
  right: 0;
}

.show-more:hover + .show-more-prev {
  opacity: 1;
  transform: translatey(0);
}

.show-more:hover + .show-more-next {
  opacity: 1;
  transform: translatey(0);
}

.social-media-links {
  position: absolute;
  right: 32px;
  top: 0;
  z-index: 999;
  transform: rotate(-90deg);
  width: 100vh !important;
  transform-origin: top right;
}

@media (max-width: 1024px) {
  .social-media-links {
    right: 24px;
    width: 80vh !important;
  }
}

.swiper-hero-pagination {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: flex-end;
  align-items: flex-end;
}
.swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 36px !important;
  height: auto !important;
  background: none !important;
  border-radius: none;
  opacity: 1 !important;
}
.swiper-pagination-bullet .bullet-dot {
  border-radius: 2px;
  width: 4px !important;
  height: 4px !important;
  background: #fff;
  display: block;
  transition: 0.4s all ease-in-out;
}

.swiper-testimonials-pagination .swiper-pagination-bullet .bullet-dot {
  background-color: #828b79;
}

.swiper-testimonials-pagination .swiper-pagination-bullet .bullet-number {
  color: var(--theme-palette-color-3);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active .bullet-dot {
  height: 24px !important;
}

.swiper-pagination-bullet .bullet-number {
  opacity: 0;
  transition: 0.4s all ease-in-out;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active .bullet-number {
  opacity: 1;
}

.swiper-testimonials-pagination {
  position: absolute;
  top: 0 !important;
  left: -90px !important;
}

@media(max-width: 1024px){
	.swiper-testimonials-pagination {
		 left: -16px !important;
		 gap: 0.75rem;
		 display: flex;
    	 flex-direction: column;
	}
	
	.bullet-number {
    	display: none !important;
  	}
}

.flatpickr-calendar.animate.open {
  z-index: 999999;
}

.packages-table {
  padding-top: clamp(4rem, 2.645vw + 3.05rem, 5rem);
}
.packages-table table {
  border-top: none;
  border-left: none;
  border-bottom: none;
}

.packages-table thead {
  border: none;
}

.packages-table td {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: var(--theme-palette-color-4);
}

.packages-table td:first-child {
  border-left: none;
  padding-left: 0;
  font-weight: 500;
}

.packages-table th {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theme-palette-color-3);
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: none;
}

.packages-table th:first-child {
  border: none;
}

.packages-table tr:last-child td {
  border-bottom: none !important;
}

.show-more.active .gb-shape {
  transform: rotate(180deg);
}

.hide-more {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.hide-more.active {
  max-height: 5000px;
}

.hide-more > * {
  opacity: 0;
  transition: all 0.3s ease;
}

.hide-more.active > * {
  opacity: 1;
}
.home .social-media-links svg path {
  stroke: #fff;
}
.home .social-media-links a {
  color: #fff;
}

@media (max-width: 578px) {
  .swiper-pagination-bullet {
    width: 16px !important;
  }
  .swiper-hero-pagination {
    gap: 0.75rem;
  }
  .bullet-number {
    display: none !important;
  }
}

[data-row*="bottom"] > div {
  padding-top: 0 !important;
}

select::placeholder,
textarea::placeholder,
input:is(
    [type="url"],
    [type="tel"],
    [type="text"],
    [type="time"],
    [type="date"],
    [type="datetime"],
    [type="datetime-local"],
    [type="email"],
    [type="number"],
    [type="search"],
    [type="password"]
  )::placeholder,
fieldset .wc-stripe-elements-field::placeholder,
.ff-inherit-theme-style
  .ff-el-form-control:not([size]):not([multiple])::placeholder {
  color: var(--theme-palette-color-1);
  opacity: 1;
}

.glightbox {
  overflow: hidden;
  display: inline-block;
}
.glightbox img {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.glightbox:hover img {
  transform: scale(1.1);
}

.default-gallery {
  margin-bottom: 0;
}

.fluentform .ff-el-group {
  margin-bottom: 1rem;
}

.post .entry-title {
  position: relative;
  padding-left: 60px;
}

.post .entry-excerpt {
  padding-left: 60px;
}

.post .entry-button {
  margin-left: 60px;
  padding: 0.5rem 1.5rem;
}

.post .entry-title:before {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background: #828b79;
  position: absolute;
  left: 0;
  top: 12px;
}

.blog .entries {
  row-gap: 2.5rem;
}

.fluentform .ff-dropzone .ff_upload_btn.ff-btn {
  border-radius: 0;
  border-color: var(--theme-palette-color-3);
  font-weight: bold;
  background: transparent;
}

.ff-dropzone {
  margin-bottom: 0 !important;
}

.fluentform .ff-el-progress-bar {
  background-color: var(--theme-palette-color-3);
}

.fluentform .ff-upload-preview {
  border-radius: 0;
  border-color: #d7d3c6;
}

.wp-block-separator:not(.is-style-dots) {
  height: 1px !important;
}

.goverlay {
  background: rgba(11, 13, 10, 0.65) !important;
}

.glightbox-clean .gslide-media {
  box-shadow: none !important;
}
