/* === Polylang Dropdown Switcher === */
.pll-switcher {
  position: relative;
  display: inline-block;
  font-family: inherit;
}

.pll-switcher__trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  /* background: var(--color -site); */
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #1e293b;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  white-space: nowrap;
  user-select: none;
}
.pll-switcher__trigger:focus,
.pll-switcher__trigger:hover {
  border-color: #ddd;
  background: transparent;
  color: var(--color -site);
}

.pll-switcher__trigger img {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}

.pll-switcher__chevron {
  margin-left: 2px;
  transition: transform 0.2s ease;
  color: #64748b;
  flex-shrink: 0;
}

.pll-switcher.is-open .pll-switcher__chevron {
  transform: rotate(180deg);
}

/* Dropdown */
.pll-switcher__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 128px;
  background: var(--bg-site);
  border: 1px solid #5b5b5b;
  border-radius: 5px;
  /* box-shadow: 0 8px 24px rgba(0,0,0,0.10); */
  padding: 0px 2px;
  margin: 0;
  list-style: none;
  z-index: 9999;
  animation: pll-fadein 0.15s ease;
}

.pll-switcher.is-open .pll-switcher__dropdown {
  display: block;
}

@keyframes pll-fadein {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pll-switcher__dropdown li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 4px;
  border-radius: 8px;
  color: var(--color-site);
  text-decoration: none;
  transition: background 0.15s;
}

.pll-switcher__dropdown li a:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.pll-switcher__dropdown li a img {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
}
button.pll-switcher__trigger {
  padding: 2px 4px 2px 4px;
  font-size: 13px;
  border: 0px;
}

.aff-table {
  width: 100%;
  border-collapse: collapse;
}
table.aff-table thead:first-child tr:first-child th {
  border-block-start: 0px solid hsla(0, 0%, 50%, 0.502);
}

.aff-table th,
.aff-table td {
  padding: 16px 0px;
  border-bottom: 1px solid #c7c7c7;
  vertical-align: middle;
  background: transparent;
  font-size: 16px;
  border-left: 0px;
  border-right: 0px;
}

.aff-table th:first-child,
.aff-table td:first-child {
  text-align: left;
  background: transparent;
}
.aff-table th:last-child,
.aff-table td:last-child {
  text-align: right;
  background: transparent;
}

.aff-table tbody tr:hover {
  background-color: #f8fafc;
}
.site-navigation-dropdown li.menu-item-has-children > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  font-size: 0.75em;
  transition: transform 0.3s ease;
  margin-left: 7px;
  position: absolute;
  right: 2em;
}
.only-box .col-item {
  border-radius: 1em;
  border: 1px solid var(--black-line, #d9d9d9);
  height: 100%;
  cursor: pointer;
}
.only-box:hover .col-item {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: box-shadow 0.3s ease-in-out;
}

.on-hover {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.ab-location-wrap {
  position: absolute;
  width: 100%;
  top: 1em;
}
.available {
  position: relative;
}
.available:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #22b850;
  display: inline-block;
  margin-right: 8px;
}
.popular-block {
  transform: translateY(-12px);
}
.popular-block.on-hover:hover {
  transform: translateY(-18px);
}
.on-hover:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgb(100 25 255 / 50%);
}
.popular-sticky {
  position: absolute;
  top: 0px;
  background: var(--primary-color);
  color: var(--color -site);
  padding: 2px 10px;
  border-radius: 5px;
  left: 10px;
}
.icon-absolute {
  position: absolute;
  top: -100px;
  right: 0px;
}
.price-title {
  text-align: center;
  font-weight: 600;
  color: var(--primary-color);
  font-size: 20px;
}

.price-wrap .price-total {
  font-size: 2.5em;
  color: #fff;
  display: flex;
}
.popular-block .price-total {
  color: var(--color -site);
}
.list-price {
  list-style: none;
}
.list-price li {
  margin-bottom: 10px;
  font-size: 15px;
}
.list-price li strong {
  font-size: 18px;
  color: #111;
}

.check-list {
  list-style: none;
  margin-top: 1em;
  padding-left: 0px;
}
.check-list li svg {
  width: 16px;
  color: var(--primary-color);
  margin-right: 5px;
}
.check-list li {
  /* display: flex; */
  gap: 6px;
  align-items: center;
  margin-bottom: 8px;
}
.breathe-image {
  animation: breatheZoom 9s ease-in-out infinite;
  will-change: transform;
  position: relative;
  overflow: hidden;
}
.breathe-image img {
  position: relative;
  z-index: 2;
}
.white-logo .splide__slide img {
  filter: grayscale(100%);
}
.white-logo {
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 0, 0) 25%,
    rgb(0, 0, 0) 75%,
    rgba(0, 0, 0, 0) 100%
  );
}
.icon-box img {
  box-shadow: 0 10px 20px rgb(100 25 255 / 50%);
}
.blog-heading {
  position: relative;
  background-color: var(--secondary-color);
  color: #fff;
  padding: 60px 0;
  min-height: 260px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.blog-heading-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 58%;
  object-fit: cover;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  /* background-position: right; */
}
.blog-heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 30%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0 0 0) 0%, rgba(10, 26, 20, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.blog-heading .container {
  position: relative;
  z-index: 2;
}

.blog-heading .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

.blog-heading .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.85);
}

.blog-heading .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
}

.blog-heading .title-post {
  color: #fff;
  max-width: 60%;
}

.blog-heading .post-meta,
.blog-heading .post-meta a {
  color: rgba(255, 255, 255, 0.75) !important;
}

.contact-page input[type="tel"],
.contact-page input[type="email"],
.contact-page input[type="text"],
input[type="url"],
select,
textarea {
  background: transparent;
  padding: 6px 0px;
  border: 0px;
  border-bottom: 1px solid #7d7d7d;
  border-radius: 0px;
  margin-bottom: 20px;
}

.contact-page textarea {
  background: #eaeaea;
  padding: 15px;
  border-bottom: 0px;
  max-height: 150px;
  margin-top: 15px;
  margin-bottom: 0px;
}
.contact-page [type="submit"] {
  background: #000;
  color: #fff;
  border: 0px;
  width: 100%;
  margin-top: 15px;
}
.content-block {
  font-size: 1em;
  line-height: 2em;
}
.gradient-hover {
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.gradient-hover::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: conic-gradient(
    from var(--angle),
    transparent 0%,
    transparent 70%,
    var(--primary-color) 85%,
    #fff 92%,
    var(--primary-color) 96%,
    transparent 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  animation: spin 3s linear infinite;
  animation-play-state: paused;
  z-index: 1;
}

.gradient-hover:hover::before {
  opacity: 1;
  animation-play-state: running;
}

.gradient-hover::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: conic-gradient(
    from var(--angle),
    transparent 0%,
    transparent 70%,
    var(--primary-color) 85%,
    transparent 100%
  );
  filter: blur(14px);
  opacity: 0;
  transition: opacity 0.4s ease;
  animation: spin 3s linear infinite;
  animation-play-state: paused;
  z-index: 0;
}

.gradient-hover:hover::after {
  opacity: 0.6;
  animation-play-state: running;
}
.gradient-inner {
  position: relative;
  z-index: 2;
  background: #000;
  height: 100%;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

@keyframes spin {
  to {
    --angle: 360deg;
  }
}
@keyframes breatheZoom {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

button.splide__arrow {
  background: var(--primary-color);
  border-radius: 100%;
  width: 1em;
  height: 1em;
  display: none;
}
.splide__pagination__page.is-active {
  background: var(--primary-color);
  width: 36px;
  transform: none;
  height: 5px;
  padding: 0px;
}
.splide__pagination__page {
  width: 20px;
  height: 6px;
  border-radius: 3px;
  background: #ddd;
  opacity: 1;
  transition:
    background 0.3s,
    width 0.3s;
  margin: 0 3px;
  padding: 0px;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 20px;
  padding: 0px !important;
}
.splide__pagination {
  padding: 0;
  display: flex;
}
.card-carosule .elementor-element {
  border: 1px solid #2e2e2e;
  border-radius: 20px;
  padding: 30px;
}
.price-wrap {
  display: flex;
  align-items: center;
  margin: .5em 0px;
  gap: 10px;
}
.wp-block-buttons .wp-block-button__link {
  background: var(--primary-color);
  color: var(--site-color);
  margin-bottom: 1em;
}
.primary-button a{
  position: relative;
  overflow: hidden;
}
.primary-button a:after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 20px;
  height: 300%;
  background: #ffffff4d;
  filter: blur(12px);
  pointer-events: none;
  transform: rotate(45deg);
  animation: shine-sweep 2s ease-out infinite;
}

@keyframes shine-sweep {
  0% {
    left: -100%;
  }
  100% {
    left: 150%;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1280px;
  }
}
@media (max-width: 960px) {
  .blog-heading .title-post {
    max-width: 100%;
  }
}
