@charset "UTF-8";
/* Default Elementor settings
 * ------------------------------------------- */
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 15px;
}

.elementor-widget-container b {
  font-weight: 500;
}

.elementor-widget-text-editor .elementor-widget-container a {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1.5px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: color 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.elementor-widget-text-editor .elementor-widget-container a:hover {
  background-size: 100% 1.5px;
}

@media (min-width: 768px) {
  .min-height-800 {
    min-height: 800px;
  }
}

.align-content-initial .elementor-widget-wrap {
  align-content: initial;
}

.icon-box-shadow .pt-icon-boxes.style-before-content .pt-icon-box {
  overflow: visible;
  align-items: center;
}
.icon-box-shadow .pt-icon-boxes.style-before-content .pt-icon-box .pt-icon-box-icon {
  position: relative;
  isolation: isolate;
}
.icon-box-shadow .pt-icon-boxes.style-before-content .pt-icon-box .pt-icon-box-icon::before {
  content: "";
  z-index: -1;
  opacity: 0.7;
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 40px);
  width: 80px;
  height: 70px;
  background-color: #FEBFA1;
  filter: blur(30px);
}

.marquee-icon-fix .pt-text-marquee span i {
  position: relative;
  top: -3px;
}

.border-radius-fix .swiper {
  border-radius: 14px;
}

.pt-tilt-divider::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  clip-path: polygon(0 0, 100% 0%, 100% 40%, 0% 85%);
  background-color: var(--color-accent);
}
@media (max-width: 1140px) {
  .pt-tilt-divider::before {
    clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 95%);
  }
}
.pt-tilt-divider .pt-slider {
  clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
}
@media (max-width: 1140px) {
  .pt-tilt-divider .pt-slider {
    clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  }
}

/* Swiper
 * ------------------------------------------- */
.swiper-container-wrapper {
  position: relative;
}

.swiper-overflow-visible .swiper {
  overflow: visible;
}

.swiper-slide {
  margin-bottom: 0 !important;
}

/* Swiper navigation */
.pt-swiper-arrows {
  --arrow-size: 40px;
}

.pt-swiper-button-prev,
.pt-swiper-button-next {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: calc(50% - var(--arrow-size) / 2);
  transition: opacity 0.3s;
}
.pt-swiper-button-prev::before,
.pt-swiper-button-next::before {
  display: block;
  font-family: pticons;
  font-size: var(--arrow-size);
  line-height: var(--arrow-size);
  transition: transform 0.3s;
}
.pt-swiper-button-prev.swiper-button-disabled,
.pt-swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}

.pt-swiper-button-prev {
  left: -70px;
}
.pt-swiper-button-prev::before {
  content: "\e91b";
}
.pt-swiper-button-prev:hover::before {
  transform: translateX(-3px);
}

.pt-swiper-button-next {
  right: -70px;
}
.pt-swiper-button-next::before {
  content: "\e91c";
}
.pt-swiper-button-next:hover::before {
  transform: translateX(3px);
}

.pt-arrows-style-2 .pt-swiper-button-prev::before {
  content: "\e91e";
  font-size: 18px;
}
.pt-arrows-style-2 .pt-swiper-button-next::before {
  content: "\e91f";
  font-size: 18px;
}

.arrows-together .pt-swiper-arrows {
  z-index: 2;
  position: absolute;
  display: flex;
  gap: 15px;
}
.arrows-together .pt-swiper-button-prev,
.arrows-together .pt-swiper-button-next {
  position: static;
}

.arrows-align-default .pt-swiper-arrows {
  bottom: 0;
  right: 0;
}
.arrows-align-top-left .pt-swiper-arrows {
  top: 0;
  left: 0;
}
.arrows-align-top-right .pt-swiper-arrows {
  top: 0;
  right: 0;
}
.arrows-align-bottom-left .pt-swiper-arrows {
  bottom: 0;
  left: 0;
}
.arrows-align-bottom-right .pt-swiper-arrows {
  right: 0;
  bottom: 0;
}

/* Swiper pagination */
.pt-swiper-pagination {
  margin-top: var(--spacing-base);
  display: flex;
  justify-content: center;
  gap: 14px;
}
.pt-swiper-pagination .swiper-pagination-bullet {
  opacity: 0.2;
  width: 8px;
  height: 8px;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.pt-swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
}
.pt-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-fraction {
  z-index: 2;
  color: currentColor;
}

.custom-arrows-position .pt-swiper-arrows-fraction {
  position: absolute;
  top: -72px;
  right: 125px;
}
@media (max-width: 768px) {
  .custom-arrows-position .pt-swiper-arrows-fraction {
    top: -20px;
    right: 0;
  }
}

/* Swiper scrollbar */
.swiper-scrollbar {
  position: relative;
  height: 6px;
  margin-top: 64px;
  border-radius: 0;
  background-color: #FFF5F1;
}
.swiper-scrollbar-drag {
  cursor: grab;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #FEBFA1;
}

/* Masonry
 * ------------------------------------------- */
.grid-sizer {
  position: absolute;
}

/* Filter
 * ------------------------------------------- */
.filter-buttons {
  margin-bottom: 42px;
}
.filter-buttons .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
}
.filter-buttons button {
  opacity: 0.8;
  font-size: 18px;
  position: relative;
  color: currentColor;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1.5px;
  background-repeat: no-repeat;
  background-position: left 95%;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), color 1s cubic-bezier(0.23, 1, 0.32, 1), background 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.filter-buttons button:hover {
  opacity: 1;
  background-size: 100% 1.5px;
}
.filter-buttons button.current, .filter-buttons button.active {
  opacity: 1;
  font-weight: 500;
  background-size: 100% 1.5px;
}

/* Load More
 * ------------------------------------------- */
.loadmore-button-block {
  text-align: center;
}
.loadmore-button-block .loadmore-button {
  cursor: pointer;
}

/* Rating
 * ------------------------------------------- */
.pt-rating {
  display: flex;
  gap: 10px;
}
.pt-rating i {
  position: relative;
  display: inline-block;
  color: #FF613F40;
  font-style: normal;
  transition: color 0.3s;
}
.pt-rating i::before {
  content: "★";
  display: block;
  font-size: inherit;
  font-family: inherit;
  position: absolute;
  overflow: hidden;
  color: #FF613F;
  top: 0;
  left: 0;
  transition: color 0.3s;
}
.pt-rating .pt-star-empty::before {
  content: none;
}
.pt-rating .pt-star-1::before {
  width: 10%;
}
.pt-rating .pt-star-2::before {
  width: 10%;
}
.pt-rating .pt-star-3::before {
  width: 30%;
}
.pt-rating .pt-star-4::before {
  width: 40%;
}
.pt-rating .pt-star-5::before {
  width: 50%;
}
.pt-rating .pt-star-6::before {
  width: 60%;
}
.pt-rating .pt-star-7::before {
  width: 70%;
}
.pt-rating .pt-star-8::before {
  width: 80%;
}
.pt-rating .pt-star-9::before {
  width: 90%;
}

/* Blog
 * ------------------------------------------- */
.blog-block {
  position: relative;
}
.blog-block .wrap {
  position: relative;
}
.blog-block .blog-item {
  margin-bottom: 48px;
}
.blog-block .entry-title {
  font-family: var(--font-primary);
  text-transform: capitalize;
}

.blog-block + .pt-swiper-pagination {
  margin-top: 48px;
}

/* Type: Grid */
.blog-type-grid .entry-thumb::before {
  padding-top: 75%;
}

/* Type: Classic */
.blog-type-classic .entry-title {
  font-family: var(--font-secondary);
  font-size: var(--font-size-h4);
  text-transform: uppercase;
}

/* Type: Modern */
.blog-type-modern {
  display: grid;
  gap: 30px;
}
.blog-type-modern .blog-item {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog-type-modern {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .blog-type-modern .entry-thumb::before {
    padding-top: 75%;
  }
}
@media (min-width: 1024px) {
  .blog-type-modern .blog-item:nth-of-type(5n-4) {
    grid-row-end: span 4;
  }
  .blog-type-modern .blog-item:nth-of-type(5n-4) .entry-thumb::before {
    padding-top: 75%;
  }
  .blog-type-modern .blog-item:not(:nth-of-type(5n-4)) .wrap {
    display: grid;
    grid-template-columns: 144px 1fr;
    gap: 30px;
    align-items: center;
  }
  .blog-type-modern .blog-item:not(:nth-of-type(5n-4)) .wrap .entry-thumb {
    width: 144px;
    margin: 0;
  }
  .blog-type-modern .blog-item:not(:nth-of-type(5n-4)) .wrap .entry-thumb::before {
    padding-top: 100%;
  }
  .blog-type-modern .blog-item:not(:nth-of-type(5n-4)) .wrap .entry-excerpt,
.blog-type-modern .blog-item:not(:nth-of-type(5n-4)) .wrap .entry-more {
    display: none;
  }
}

/* Type: Modern 2 */
.blog-type-modern-2 {
  display: grid;
  gap: 30px;
}
.blog-type-modern-2 .blog-item {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog-type-modern-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1023px) {
  .blog-type-modern-2 .entry-thumb::before {
    padding-top: 75%;
  }
}
@media (min-width: 1024px) {
  .blog-type-modern-2 {
    grid-template-columns: repeat(4, 1fr);
  }
  .blog-type-modern-2 .blog-item {
    margin-bottom: 18px;
  }
  .blog-type-modern-2 .blog-item:nth-of-type(3n-2) {
    grid-column-end: span 2;
  }
  .blog-type-modern-2 .blog-item:nth-of-type(3n-2) .entry-thumb::before {
    padding-top: 65%;
  }
  .blog-type-modern-2 .blog-item:not(:nth-of-type(3n-2)) .entry-thumb::before {
    padding-top: 75%;
  }
  .blog-type-modern-2 .blog-item:not(:nth-of-type(3n-2)) .entry-excerpt {
    display: none;
  }
}

/* Style: Overlay */
.blog-style-overlay .wrap {
  overflow: hidden;
  border-radius: 14px;
}
.blog-style-overlay .wrap::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.blog-style-overlay .entry-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
}
.blog-style-overlay .entry-thumb::before {
  display: none;
}
.blog-style-overlay .entry-thumb::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.2s;
}
.blog-style-overlay .blog-item:hover .entry-thumb::after {
  opacity: 1;
}
.blog-style-overlay .entry-categories {
  color: #000;
}
.blog-style-overlay .entry-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6) 85%);
  color: #fff;
}

/* Brands
 * ------------------------------------------- */
.pt-brands {
  position: relative;
}
.pt-brands-grid {
  display: grid;
  grid-template-columns: repeat(var(--pt-cols, 6), 1fr);
  gap: var(--pt-gap, 30px);
  align-items: center;
  text-align: center;
}
.pt-brands-grid > div {
  position: relative;
}
.pt-brands .swiper-wrapper {
  align-items: center;
}

.pt-brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s;
}
.pt-brand img {
  transition: opacity 0.4s, visibility 0.4s;
}
.pt-brand img + img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pt-brand.has-hover .pt-brand-inner {
  cursor: pointer;
}
.pt-brand.has-hover .pt-brand-inner:hover img {
  opacity: 0;
  visibility: hidden;
}
.pt-brand.has-hover .pt-brand-inner:hover img + img {
  opacity: 1;
  visibility: visible;
}

/* Cart
 * ------------------------------------------- */
.pt-cart {
  position: relative;
  display: inline-block;
}
.pt-cart:hover .pt-cart-minicart {
  opacity: 1;
  visibility: visible;
}
.pt-cart-text::before {
  content: "\e900";
  font-family: pticons;
  font-size: 18px;
}
.pt-cart-count {
  position: absolute;
  top: -8px;
  right: -10px;
  padding: 2px 4px 0;
  min-width: 20px;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
.pt-cart-minicart {
  --submenu-margin: 18px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  position: absolute;
  top: calc(100% + var(--submenu-margin));
  width: 350px;
  padding: 32px;
  border-radius: 8px;
  background-color: #fff;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 1024px) {
  .pt-cart-minicart {
    display: none;
  }
}
.pt-cart-minicart::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: var(--submenu-margin);
}
.pt-cart:not(.on-left) .pt-cart-minicart {
  left: 0;
}
.pt-cart.on-left .pt-cart-minicart {
  right: 0;
}

/* Categories
 * ------------------------------------------- */
.pt-categories {
  position: relative;
}
.pt-categories.layout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.pt-categories .pt-category {
  isolation: isolate;
  position: relative;
  padding: 45px 24px;
  color: #fff;
  text-align: center;
  transition: color 0.3s;
}
.pt-categories .pt-category::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  left: 12px;
  border-radius: 14px;
  background-color: #212121;
  transform: skewX(-5deg);
  transition: background-color 0.3s;
}
.pt-categories .pt-category-image {
  isolation: isolate;
  position: relative;
  width: 96px;
  margin-bottom: 30px;
  display: inline-block;
}
.pt-categories .pt-category-image .secondary {
  z-index: -1;
  opacity: 0.1;
  position: absolute;
  top: -20px;
  left: -40px;
}
.pt-categories .pt-category-bg-image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.pt-categories .pt-category-bg-image img {
  max-width: 192px;
}
.pt-categories .pt-category-title {
  font-family: var(--font-secondary);
  font-size: var(--font-size-h5);
  font-weight: 600;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}
.pt-categories .pt-category-title span {
  color: var(--color-accent);
}
.pt-categories .pt-category-caption {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 45px 24px;
  color: #000;
}
.pt-categories .pt-category-text {
  margin-top: 2px;
  font-size: 14px;
}
.pt-categories .pt-category-button {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  transition: none;
}
.pt-categories .pt-category-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pt-categories .pt-category:hover::before, .swiper-slide-active .pt-categories .pt-category::before {
  background-color: var(--color-accent);
}
.pt-categories .pt-category:hover .pt-category-image, .swiper-slide-active .pt-categories .pt-category .pt-category-image {
  opacity: 0;
}
.pt-categories .pt-category:hover .pt-category-bg-image, .swiper-slide-active .pt-categories .pt-category .pt-category-bg-image {
  opacity: 0.1;
}
.pt-categories .pt-category:hover .pt-category-title, .swiper-slide-active .pt-categories .pt-category .pt-category-title {
  opacity: 0;
}
.pt-categories .pt-category:hover .pt-category-title span, .swiper-slide-active .pt-categories .pt-category .pt-category-title span {
  color: #000;
}
.pt-categories .pt-category:hover .pt-category-caption, .swiper-slide-active .pt-categories .pt-category .pt-category-caption {
  opacity: 1;
  visibility: visible;
}
.pt-categories .pt-category:hover .pt-category-caption .pt-category-title, .swiper-slide-active .pt-categories .pt-category .pt-category-caption .pt-category-title {
  opacity: 1;
}

/* Categories Type 2
 * ------------------------------------------- */
.pt-categories-2 {
  overflow: hidden;
  border-radius: 14px;
  display: grid;
  gap: 30px;
}
@media (min-width: 768px) {
  .pt-categories-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .pt-categories-2 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.pt-categories-2 .pt-category {
  isolation: isolate;
  position: relative;
}
.pt-categories-2 .pt-category::before {
  content: "";
  display: block;
  padding-top: 80%;
}
.pt-categories-2 .pt-category::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000010;
  transition: background-color 0.3s;
}
.pt-categories-2 .pt-category-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pt-categories-2 .pt-category-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 82.4%);
}
.pt-categories-2 .pt-category-image img {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pt-categories-2 .pt-category-title {
  font-family: var(--font-secondary);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}
.pt-categories-2 .pt-category > .pt-category-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 24px 30px;
  color: #fff;
  transition: opacity 0.3s, transform 0.3s;
}
.pt-categories-2 .pt-category-caption {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-end;
  color: #fff;
  transition: visibility 0.3s, opacity 0.3s, top 0.3s;
}
.pt-categories-2 .pt-category-caption .pt-category-title {
  color: var(--color-accent);
}
.pt-categories-2 .pt-category-text {
  margin-top: 2px;
}
.pt-categories-2 .pt-category-button {
  z-index: 1;
  position: relative;
  margin-top: 12px;
}
.pt-categories-2 .pt-category-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pt-categories-2 .pt-category:hover::after {
  background-color: #00000030;
}
.pt-categories-2 .pt-category:hover > .pt-category-title {
  opacity: 0;
  transform: translateY(-15px);
}
.pt-categories-2 .pt-category:hover .pt-category-caption {
  opacity: 1;
  visibility: visible;
  top: 0;
}
@media (min-width: 1024px) {
  .pt-categories-2 .pt-category:nth-child(1),
.pt-categories-2 .pt-category:nth-child(5) {
    grid-column-end: span 2;
    grid-row-end: span 2;
  }
}
@media (min-width: 1024px) {
  .pt-categories-2 .pt-category:nth-child(1) .pt-category-caption,
.pt-categories-2 .pt-category:nth-child(5) .pt-category-caption {
    padding-right: 30%;
  }
}
@media (min-width: 1024px) {
  .pt-categories-2 .pt-category:nth-child(2),
.pt-categories-2 .pt-category:nth-child(6) {
    grid-column-end: span 2;
  }
}
@media (min-width: 1024px) {
  .pt-categories-2 .pt-category:nth-child(2)::before,
.pt-categories-2 .pt-category:nth-child(6)::before {
    padding-top: 40%;
  }
}
@media (min-width: 1024px) {
  .pt-categories-2 .pt-category:nth-child(2) .pt-category-caption,
.pt-categories-2 .pt-category:nth-child(6) .pt-category-caption {
    padding-right: 30%;
  }
}

/* Categories Type 2
 * ------------------------------------------- */
.pt-categories-3 .pt-category::after {
  content: "";
  opacity: 0.1;
  display: block;
  width: 100%;
  height: 1px;
  margin: 12px 0;
  background-color: currentColor;
}
.pt-categories-3 .pt-category:last-of-type::after {
  display: none;
}
.pt-categories-3 .pt-category-title {
  position: relative;
  font-weight: 500;
}
.pt-categories-3 .pt-category-title a {
  isolation: isolate;
  display: block;
  padding: 3px 14px 3px 0;
  transition: color 0.3s;
}
.pt-categories-3 .pt-category-title a::before {
  content: "\e91d";
  vertical-align: middle;
  opacity: 0.25;
  margin-right: 10px;
  display: inline-block;
  font-family: pticons;
  transform: rotate(90deg);
  transition: opacity 0.3s, transform 0.3s;
}
.pt-categories-3 .pt-category-title a::after {
  content: "";
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 24px;
  height: 100%;
  border-radius: 1px;
  background-color: var(--color-accent);
  transform: scaleY(0);
  transition: opacity 0.3s, transform 0.3s;
}
.pt-categories-3 .pt-category-title a:hover {
  color: #000;
}
.pt-categories-3 .pt-category-title a:hover::before {
  opacity: 1;
  color: var(--color-accent);
  transform: rotate(0);
}
.pt-categories-3 .pt-category-title a:hover::after {
  opacity: 1;
  transform: scaleY(1);
}

/* Countdown
 * ------------------------------------------- */
.pt-countdown {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.pt-countdown-item {
  font-family: var(--font-secondary);
  font-size: var(--font-size-h3);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.07em;
}
.pt-countdown-item:not(:last-of-type)::after {
  content: ":";
  display: inline-block;
  margin: 0 4px;
  opacity: 0.2;
}
.pt-countdown-digits {
  isolation: isolate;
  position: relative;
  display: inline-block;
  padding: 20px 25px 13px;
  color: #fff;
}
.pt-countdown-digits::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  left: 5px;
  border-radius: 14px;
  background-color: #FF613F;
  transform: skewX(-5deg);
}

/* Heading
 * ------------------------------------------- */
.pt-heading {
  isolation: isolate;
}
.pt-heading-title {
  position: relative;
  margin: 0;
  display: inline-block;
  font-family: var(--font-secondary);
}
.pt-heading-title span {
  display: inline-block;
  color: var(--color-accent);
}
.pt-heading-decor {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
.pt-heading-decor img,
.pt-heading-decor i {
  position: relative;
}
.pt-heading-decor.top {
  top: 0;
}
.pt-heading-decor.middle {
  top: 50%;
}
.pt-heading-decor.middle img {
  transform: translateY(-50%);
}
.pt-heading-decor.bottom {
  bottom: 0;
}
.pt-heading-decor.left {
  left: 0;
}
.pt-heading-decor.center {
  left: 50%;
}
.pt-heading-decor.center img {
  transform: translateX(-50%);
}
.pt-heading-decor.right {
  right: 0;
}
.pt-heading-decor.middle.center {
  transform-origin: 0% 0%;
}
.pt-heading-decor.middle.center img {
  transform: translate(-50%, -50%);
}

/* Icon Box
 * ------------------------------------------- */
.pt-icon-boxes {
  position: relative;
}
.pt-icon-boxes.layout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.pt-icon-boxes.style-before-content .pt-icon-box {
  display: flex;
  align-items: start;
  gap: 32px;
}
.pt-icon-boxes.style-before-content .pt-icon-box-icon {
  margin-bottom: 0;
}
.pt-icon-boxes.style-before-title .title-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pt-icon-boxes.style-before-title .pt-icon-box-icon,
.pt-icon-boxes.style-before-title .pt-icon-box-title {
  margin-bottom: 0;
}
.pt-icon-boxes.style-before-title .pt-icon-box-text {
  margin-top: 16px;
}
.pt-icon-boxes.style-icon-on-hover .pt-icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 160px;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  text-align: center;
}
.pt-icon-boxes.style-icon-on-hover .pt-icon-box:hover > *:not(.pt-icon-box-icon) {
  opacity: 0.15;
}
.pt-icon-boxes.style-icon-on-hover .pt-icon-box-icon {
  pointer-events: none;
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.pt-icon-boxes.style-icon-on-hover .pt-icon-box-icon img {
  max-width: 96px;
  transform: scale(0.9);
  transition: transform 0.4s;
}
.pt-icon-boxes.style-icon-on-hover .pt-icon-box:hover .pt-icon-box-icon {
  opacity: 1;
}
.pt-icon-boxes.style-icon-on-hover .pt-icon-box:hover .pt-icon-box-icon img {
  transform: scale(1);
}
.pt-icon-boxes.style-icon-on-hover .pt-icon-box-title {
  margin-bottom: 0;
  transition: opacity 0.3s;
}
.pt-icon-boxes.style-icon-on-hover .pt-icon-box-title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pt-icon-boxes.style-icon-on-hover .pt-icon-box-text {
  margin-top: 6px;
  transition: opacity 0.3s;
}
.pt-icon-boxes.style-icon-on-hover .pt-icon-box-button {
  margin-top: 18px;
  transition: opacity 0.3s;
}
.pt-icon-boxes.style-custom {
  display: flex;
  flex-direction: column-reverse;
}
.pt-icon-boxes.style-custom .swiper {
  width: 100%;
  margin-top: -169px;
  padding-top: 169px;
}
.pt-icon-boxes.style-custom .swiper.hovered {
  z-index: 3;
}
.pt-icon-boxes.style-custom .pt-icon-box {
  height: auto;
  max-height: 126px;
  overflow: hidden;
  border-radius: 14px;
  transition: max-height 0.4s ease, margin-top 0.4s ease;
}
.pt-icon-boxes.style-custom .pt-icon-box:hover {
  max-height: 295px;
  margin-top: -169px;
}
.pt-icon-boxes.style-custom .pt-icon-box:hover .content-wrapper {
  background-color: #D6FD51;
  color: #000;
}
.pt-icon-boxes.style-custom .pt-icon-box:hover .pt-icon-box-icon {
  background-color: #212121;
}
.pt-icon-boxes.style-custom .content-wrapper {
  padding: 26px 30px;
  background-color: #212121;
  color: #fff;
  transition: background-color 0.4s ease;
}
.pt-icon-boxes.style-custom .title-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pt-icon-boxes.style-custom .pt-icon-box-icon {
  margin-bottom: 0;
  background-color: #D6FD51;
  box-shadow: 0px 0px 13px rgba(214, 253, 40, 0.5), 0px 0px 2.1125px rgba(214, 253, 40, 0.25);
}
.pt-icon-boxes.style-custom .pt-icon-box-title {
  margin-bottom: 0;
}
.pt-icon-boxes.style-custom .pt-icon-box-text {
  margin-top: 24px;
}
.pt-icon-boxes.style-custom .pt-icon-box-button {
  width: 100%;
  margin-top: 0;
  padding: 20px 30px;
  background-color: #212121;
  color: #fff;
}
.pt-icon-boxes.style-custom .pt-swiper-arrows {
  position: absolute;
  top: -148px;
  right: 0;
  justify-content: flex-end;
}

.pt-icon-box {
  isolation: isolate;
  overflow: hidden;
  position: relative;
  transition: border-color 0.3s, background-color 0.3s;
}
.pt-icon-box-icon {
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: top;
  font-size: 32px;
  transition: color 0.3s, background-color 0.3s;
}
.pt-icon-box-icon i,
.pt-icon-box-icon svg {
  width: 1em;
  height: 1em;
  display: block;
}
.shape-square .pt-icon-box-icon {
  padding: 0.5em;
  background-color: #B8BCD1;
}
.shape-circle .pt-icon-box-icon {
  padding: 0.5em;
  border-radius: 50%;
  background-color: #B8BCD1;
}
.pt-icon-box-title {
  margin-bottom: 12px;
  font-size: var(--font-size-h5);
  font-weight: 600;
  text-transform: capitalize;
  transition: color 0.3s;
}
.pt-icon-box-separator {
  opacity: 0.2;
  font-size: 0;
  transition: color 0.3s;
}
.pt-icon-box-separator div {
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-top: 12px;
  margin-bottom: -10px;
  background-color: currentColor;
}
.pt-icon-box-text {
  transition: color 0.3s;
}
.pt-icon-box-button {
  justify-content: space-between;
  margin-top: 26px;
  transition: border 0.3s, background 0.3s, color 0.3s;
}
.pt-icon-box-hover-image {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s, visibility 0.3s;
}
.pt-icon-box-hover-image img {
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pt-icon-box:hover .pt-icon-box-hover-image {
  opacity: 1;
  visibility: visible;
}
.pt-icon-box-additional-icon {
  position: absolute;
  bottom: 48px;
  right: 32px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}

.swiper-slide-active .pt-icon-box-hover-image {
  opacity: 1;
  visibility: visible;
}

.has-separator .pt-icon-box {
  overflow: visible;
}
@media (min-width: 768px) {
  .has-separator .pt-icon-box:not(:last-of-type)::after {
    content: "";
    position: absolute;
    top: 10%;
    right: -15px;
    width: 1px;
    height: 80%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

/* Instagram
 * ------------------------------------------- */
.pt-instagram {
  display: grid;
  grid-template-columns: repeat(var(--cols, 4), 1fr);
  gap: 30px;
}
.pt-instagram-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.pt-instagram-item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.pt-instagram-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pt-instagram-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}
.pt-instagram-item a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.pt-instagram-item a i {
  opacity: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: #000;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  transition: opacity 0.3s;
}
.pt-instagram-item a:hover i {
  opacity: 1;
}

/* Number Box
 * ------------------------------------------- */
.pt-number-boxes {
  position: relative;
}
.pt-number-boxes.layout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.pt-number-box-number {
  color: var(--color-accent);
  font-family: var(--font-secondary);
  font-size: var(--font-size-h3);
  line-height: 1.1;
  font-weight: 600;
}
.pt-number-box-title {
  margin-top: 18px;
  font-size: var(--font-size-h5);
  line-height: 1.3;
  font-weight: 600;
  text-transform: capitalize;
}
.pt-number-box-text {
  margin-top: 12px;
}
.pt-number-box-button {
  margin-top: 24px;
}

/* One Screen Scroll
 * ------------------------------------------- */
.pt-one-screen-scroll > .swiper {
  height: 100vh;
  min-height: 800px;
}
@media (max-width: 1024px) {
  .pt-one-screen-scroll > .swiper {
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 1024px) {
  .pt-one-screen-scroll > .swiper > .swiper-wrapper {
    display: block;
  }
}
.pt-one-screen-scroll > .swiper > .swiper-wrapper > .swiper-slide > .elementor > .elementor-section {
  height: 100vh;
  min-height: 800px;
  display: flex;
}
@media (max-width: 1024px) {
  .pt-one-screen-scroll > .swiper > .swiper-wrapper > .swiper-slide > .elementor > .elementor-section {
    height: auto;
    min-height: 100vh;
  }
}
.pt-one-screen-scroll > .swiper > .swiper-wrapper > .swiper-slide > .elementor > .elementor-section > .elementor-container {
  align-items: center;
}
.pt-one-screen-scroll > .swiper > .swiper-wrapper > .swiper-slide:nth-of-type(5) {
  z-index: 2;
}
.pt-one-screen-scroll > .swiper > .swiper-wrapper > .swiper-slide:nth-of-type(5) > .elementor > .elementor-section > .elementor-container > .elementor-column {
  position: static;
}
.pt-one-screen-scroll > .swiper> .swiper-wrapper > .swiper-slide:nth-of-type(5) > .elementor > .elementor-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
  position: static;
}
@media (max-width: 1024px) {
  .pt-one-screen-scroll > .swiper > .swiper-wrapper > .swiper-slide:nth-of-type(6) > .elementor > .elementor-section > .elementor-container {
    width: 100%;
  }
}
.pt-one-screen-scroll .scroll-arrow {
  z-index: 2;
  opacity: 0.6;
  position: absolute;
  bottom: 60px;
  left: 50%;
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .pt-one-screen-scroll .scroll-arrow {
    display: none;
  }
}
.pt-one-screen-scroll .scroll-arrow p {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .pt-one-screen-scroll .pt-slider .swiper-slide,
.pt-one-screen-scroll .pt-testimonials .swiper-slide {
    width: 100% !important;
  }
}
.pt-one-screen-scroll .pt-slider .pt-swiper-button-prev {
  left: -70px !important;
}
@media (min-width: 1680px) {
  .pt-one-screen-scroll .pt-slider .pt-swiper-button-prev {
    left: -138px !important;
  }
}
.pt-one-screen-scroll .pt-slider .pt-swiper-button-next {
  right: -70px !important;
}
@media (min-width: 1680px) {
  .pt-one-screen-scroll .pt-slider .pt-swiper-button-next {
    right: -138px !important;
  }
}

/* Portfolio
 * ------------------------------------------- */
.portfolio-block .wrap {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.portfolio-block .portfolio-item {
  margin-bottom: 30px;
}
.portfolio-block .entry-caption {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: start;
  justify-content: flex-end;
  padding: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.portfolio-block .entry-caption .entry-cats {
  padding: 3px 14px;
  border-radius: 20px;
  background-color: var(--color-accent);
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.portfolio-block .entry-caption .entry-title {
  pointer-events: auto;
  margin: 0;
  font-family: var(--font-primary);
  font-size: var(--font-size-h4);
  text-transform: capitalize;
}
.portfolio-block .entry-caption .entry-more {
  pointer-events: auto;
}
.portfolio-block .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio-type-grid .entry-thumb,
.portfolio-type-carousel .entry-thumb {
  position: relative;
}
.portfolio-type-grid .entry-thumb::before,
.portfolio-type-carousel .entry-thumb::before {
  content: "";
  display: block;
  padding-top: 65%;
}
.portfolio-type-grid .entry-thumb img,
.portfolio-type-carousel .entry-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-type-grid.orientation-portrait .entry-thumb::before,
.portfolio-type-carousel.orientation-portrait .entry-thumb::before {
  padding-top: 125%;
}
.portfolio-type-grid.orientation-cube .entry-thumb::before,
.portfolio-type-carousel.orientation-cube .entry-thumb::before {
  padding-top: 100%;
}

.portfolio-block .entry-thumb {
  overflow: hidden;
}
.portfolio-block .entry-thumb img {
  transition: transform 1s cubic-bezier(0.17, 0.59, 0.05, 0.96);
}
.portfolio-block .entry-caption {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.portfolio-block .entry-cats {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s;
}
.portfolio-block .entry-title {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
}
.portfolio-block .wrap:hover .entry-thumb img {
  transform: scale(1.03);
}
.portfolio-block .wrap:hover .entry-caption {
  opacity: 1;
  visibility: visible;
}
.portfolio-block .wrap:hover .entry-cats,
.portfolio-block .wrap:hover .entry-title {
  opacity: 1;
  transform: translateY(0);
}

.gallery-block .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-block.popup-gallery .link {
  isolation: isolate;
}
.gallery-block.popup-gallery .link::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 32px;
  transition: opacity 0.3s, visibility 0.3s;
}
.gallery-block.popup-gallery .link i {
  z-index: 2;
  position: relative;
  opacity: 0;
  visibility: hidden;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: #000;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  transition: opacity 0.3s, visibility 0.3s;
}
.gallery-block .portfolio-item .wrap:hover .link::before,
.gallery-block .portfolio-item .wrap:hover .link i {
  opacity: 1;
  visibility: visible;
}

/* Pricing Table
 * ------------------------------------------- */
.pt-pricing-table {
  isolation: isolate;
  overflow: hidden;
  position: relative;
  padding: 66px 38px 72px;
  border-radius: 14px;
  background-color: #FFF5F1;
  transition: outline-color 0.3s, color 0.3s, background-color 0.3s;
}
.pt-pricing-table-media {
  margin-bottom: var(--spacing-base);
}
.pt-pricing-table-media img {
  display: inline-block;
}
.pt-pricing-table-title {
  font-family: var(--font-secondary);
  font-size: var(--font-size-h4);
  font-weight: 600;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  text-align: center;
}
.pt-pricing-table-subtitle {
  opacity: 0.8;
  text-align: center;
}
.pt-pricing-table-divider {
  opacity: 0.2;
  display: inline-block;
  width: 50%;
  height: 2px;
  margin: 30px 0 25px;
  background-color: currentColor;
}
.pt-pricing-table-price-wrapper {
  margin-top: 12px;
  text-align: center;
}
.pt-pricing-table-price {
  overflow: hidden;
  display: inline-block;
  height: 60px;
  padding: 0 1px;
  font-family: var(--font-secondary);
  font-size: var(--font-size-h2);
  font-weight: 600;
  line-height: 70px;
  letter-spacing: -0.07em;
}
.pt-pricing-table-price span {
  display: block;
  transition: margin 0.5s;
}
.is-active .pt-pricing-table-price span:first-child {
  margin-top: -70px;
}
.pt-pricing-table-period {
  position: relative;
  top: -6px;
  margin-left: -6px;
  margin-right: 12px;
  font-family: var(--font-secondary);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.pt-pricing-table .discount-percent {
  margin-bottom: 7px;
}
.pt-pricing-table .discount-percent span {
  padding: 3px 6px;
  border-radius: 20px;
  background-color: var(--color-accent);
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.pt-pricing-table .discount-price {
  opacity: 0.15;
  position: relative;
  top: -6px;
  font-family: var(--font-secondary);
  font-size: 26px;
  font-weight: 600;
  text-decoration: line-through;
}
.pt-pricing-table-options {
  margin-top: var(--spacing-base);
}
.pt-pricing-table-options .option-item:not(:last-child) {
  margin-bottom: 10px;
}
.pt-pricing-table-options .option-item span {
  padding: 1px 5px;
  border-radius: 1px;
  background-color: var(--color-accent);
  font-weight: 500;
}
.pt-pricing-table-options .option-item.exclude {
  opacity: 0.5;
}
.pt-pricing-table-options .option-item.exclude span {
  background-color: transparent !important;
}
.pt-pricing-table-options .option-item i {
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.pt-pricing-table-button {
  display: block;
  margin-top: 40px;
  text-align: center;
}
.pt-pricing-table-sticker {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 6px 12px;
  border-radius: 2px;
  background-color: #FEBFA1;
  font-family: var(--font-secondary);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}
.pt-pricing-table-image img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pt-pricing-table-switcher {
  margin-bottom: 40px;
  text-align: center;
}
.pt-pricing-table-switcher button {
  cursor: default;
  margin-bottom: 14px;
  opacity: 0.6;
  font-weight: 500;
}
.pt-pricing-table-switcher button:nth-of-type(1) {
  opacity: 1;
}
.is-active .pt-pricing-table-switcher button:nth-of-type(1) {
  opacity: 0.6;
}
.is-active .pt-pricing-table-switcher button:nth-of-type(2) {
  opacity: 1;
}
.pt-pricing-table-toggle {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 28px;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #FEBFA1;
}
.pt-pricing-table-toggle::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #212121;
  transition: transform 0.3s;
}
.is-active .pt-pricing-table-toggle::before {
  transform: translateX(32px);
}

.pt-pricing-table-divider + .pt-pricing-table-price-wrapper {
  margin-top: 0;
}

.pt-pricing-tables.style-2 .pt-pricing-table {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.pt-pricing-tables.style-2 .pt-pricing-table-media {
  order: 1;
}
.pt-pricing-tables.style-2 .pt-pricing-table-title {
  order: 2;
  text-align: left;
}
.pt-pricing-tables.style-2 .pt-pricing-table-subtitle {
  order: 6;
  font-size: 14px;
  text-align: left;
}
.pt-pricing-tables.style-2 .pt-pricing-table-divider {
  order: 4;
}
.pt-pricing-tables.style-2 .pt-pricing-table-options {
  order: 3;
  margin-top: 18px;
}
.pt-pricing-tables.style-2 .pt-pricing-table-price-wrapper {
  order: 5;
  margin-top: 64px;
  text-align: left;
}
.pt-pricing-tables.style-2 .pt-pricing-table-price {
  font-size: 58px;
}
.pt-pricing-tables.style-2 .pt-pricing-table-button {
  order: 7;
  margin-top: 24px;
}
.pt-pricing-tables.style-2 .pt-pricing-table-sticker {
  border-radius: 20px;
}

.has-wide-button .pt-button {
  display: block;
}

.has-column-divider .swiper-slide::after {
  content: "";
  opacity: 0.3;
  position: absolute;
  top: 15%;
  right: -15px;
  bottom: 25%;
  width: 2px;
  background-color: currentColor;
}

/* Products
 * ------------------------------------------- */
.woocommerce ul.products li.product.swiper-slide {
  margin-bottom: 0;
}

/* Search
 * ------------------------------------------- */
.pt-search-toggle {
  cursor: pointer;
  display: inline-block;
}
.pt-search-toggle::before {
  content: "\e908";
  font-family: pticons;
  font-size: 18px;
}

/* Services
 * ------------------------------------------- */
.pt-services-1.layout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.pt-services-1 .pt-service {
  isolation: isolate;
  overflow: hidden;
  position: relative;
  border-radius: 14px;
}
.pt-services-1 .pt-service::before {
  content: "";
  display: block;
  padding-top: 125%;
}
.pt-services-1 .pt-service::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000010;
  transition: background-color 0.3s;
}
.pt-services-1 .pt-service-image {
  isolation: isolate;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pt-services-1 .pt-service-image::after {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 16.08%, rgba(0, 0, 0, 0.6) 95.34%);
}
.pt-services-1 .pt-service-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pt-services-1 .pt-service-title {
  font-size: var(--font-size-h5);
  font-weight: 600;
  transition: opacity 0.3s, transform 0.3s;
}
.pt-services-1 .pt-service > .pt-service-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 24px 30px;
  color: #fff;
}
.pt-services-1 .pt-service-caption {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-end;
  color: #fff;
  transition: visibility 0.3s, opacity 0.3s, top 0.3s;
}
.pt-services-1 .pt-service-text {
  margin-top: 6px;
  font-size: 14px;
}
.pt-services-1 .pt-service-button {
  z-index: 1;
  position: relative;
  margin-top: 12px;
}
.pt-services-1 .pt-service-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pt-services-1 .pt-service:hover::after {
  background-color: #00000030;
}
.pt-services-1 .pt-service:hover > .pt-service-title {
  opacity: 0;
  transform: translateY(-15px);
}
.pt-services-1 .pt-service:hover .pt-service-caption {
  opacity: 1;
  visibility: visible;
  top: 0;
}

/* Services Type 2
 * ------------------------------------------- */
.pt-services-2 {
  overflow: hidden;
  border-radius: 14px;
  display: grid;
  gap: 30px;
}
@media (min-width: 768px) {
  .pt-services-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .pt-services-2 {
    grid-template-columns: repeat(12, 1fr);
  }
}
.pt-services-2 .pt-service {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}
.pt-services-2 .pt-service::before {
  content: "";
  display: block;
  padding-top: 80%;
}
.pt-services-2 .pt-service::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000010;
  transition: background-color 0.3s;
}
.pt-services-2 .pt-service.intro {
  background-color: var(--color-accent);
  color: #000;
}
.pt-services-2 .pt-service.intro::after {
  display: none;
}
.pt-services-2 .pt-service.intro .pt-service-caption {
  justify-content: flex-start;
  padding-top: 48px;
}
.pt-services-2 .pt-service.intro .pt-service-title {
  color: #000;
}
.pt-services-2 .pt-service-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pt-services-2 .pt-service-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 16.08%, rgba(0, 0, 0, 0.6) 95.34%);
}
.pt-services-2 .pt-service-image img {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pt-services-2 .pt-service-title {
  color: var(--color-accent);
  font-family: var(--font-secondary);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}
.pt-services-2 .pt-service > .pt-service-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 24px 30px;
  transition: opacity 0.3s, transform 0.3s;
}
.pt-services-2 .pt-service-subtitle {
  margin-bottom: 19px;
}
.pt-services-2 .pt-service-subtitle span {
  display: inline-block;
  padding: 4px 14px;
  border-radius: 20px;
  background-color: #212121;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.pt-services-2 .pt-service-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-end;
}
.pt-services-2 .pt-service:not(.intro) .pt-service-caption {
  opacity: 0;
  visibility: hidden;
  top: 15px;
  color: #fff;
  transition: visibility 0.3s, opacity 0.3s, top 0.3s;
}
.pt-services-2 .pt-service-text {
  margin-top: 5px;
  font-size: 14px;
}
.pt-services-2 .pt-service-button {
  position: relative;
  z-index: 2;
  margin-top: 18px;
}
.pt-services-2 .pt-service-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pt-services-2 .pt-service:hover::after {
  background-color: #00000030;
}
.pt-services-2 .pt-service:hover > .pt-service-title {
  opacity: 0;
  transform: translateY(-15px);
}
.pt-services-2 .pt-service:hover .pt-service-caption {
  opacity: 1;
  visibility: visible;
  top: 0;
}
@media (max-width: 1024px) {
  .pt-services-2 .pt-service:nth-child(1)::before {
    padding-top: 0;
  }
  .pt-services-2 .pt-service:nth-child(1) .pt-service-caption {
    position: sticky;
    padding-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .pt-services-2 .pt-service:nth-child(1) {
    grid-column-end: span 2;
  }
}
@media (min-width: 1024px) {
  .pt-services-2 .pt-service:nth-child(5n+1),
.pt-services-2 .pt-service:nth-child(5n) {
    grid-column-end: span 4;
  }
}
@media (min-width: 1024px) {
  .pt-services-2 .pt-service:nth-child(5n+2),
.pt-services-2 .pt-service:nth-child(5n-1) {
    grid-column-end: span 3;
  }
}
@media (min-width: 1024px) {
  .pt-services-2 .pt-service:nth-child(10n-7),
.pt-services-2 .pt-service:nth-child(10n-2) {
    grid-column-end: span 5;
    grid-row-end: span 2;
  }
}

/* Simple Links
 * ------------------------------------------- */
.pt-simple-links {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 30px;
}
.pt-simple-links a {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0 1.5px;
  background-repeat: no-repeat;
  background-position: left 95%;
  transition: background 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.pt-simple-links a:hover {
  background-size: 100% 1.5px;
}

/* Slider
 * ------------------------------------------- */
.pt-slider {
  isolation: isolate;
  position: relative;
}
.pt-slider .swiper {
  height: 100%;
}
.pt-slider .pt-swiper-fraction {
  z-index: 2;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: auto;
  padding: 0 15px;
  color: currentColor;
  font-family: var(--font-secondary);
}
@media (min-width: 1240px) {
  .pt-slider .pt-swiper-fraction {
    bottom: 100px;
    left: calc((100% - 1240px) / 2);
  }
}
.pt-slider .pt-swiper-fraction span:not(.swiper-pagination-current) {
  opacity: 0.8;
}
.pt-slider .pt-swiper-fraction .swiper-pagination-current {
  position: relative;
  top: 3px;
  margin-right: 6px;
  font-size: 20px;
  font-weight: 600;
}
.pt-slider .pt-swiper-fraction .swiper-pagination-total {
  margin-left: 5px;
}

.arrows-default .pt-slider .pt-swiper-button-prev {
  left: 48px;
}
@media (max-width: 1140px) {
  .arrows-default .pt-slider .pt-swiper-button-prev {
    top: auto;
    bottom: 30px;
    left: calc(50% - 48px);
  }
}

.arrows-default .pt-slider .pt-swiper-button-next {
  right: 48px;
}
@media (max-width: 1140px) {
  .arrows-default .pt-slider .pt-swiper-button-next {
    top: auto;
    right: calc(50% - 48px);
    bottom: 30px;
  }
}

.arrows-together .pt-slider .pt-swiper-arrows {
  bottom: 30px;
  width: 100%;
  justify-content: center;
}

@media (min-width: 1680px) {
  .elementor-section-full_width .pt-slider .pt-swiper-button-prev {
    left: 70px;
  }
}
@media (min-width: 1680px) {
  .elementor-section-full_width .pt-slider .pt-swiper-button-next {
    right: 70px;
  }
}

.pt-slide {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pt-slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pt-slide-image::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pt-slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pt-slide-additional-image {
  z-index: 1;
  position: absolute;
}
.pt-slide-content-wrapper {
  z-index: 2;
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1240px;
  padding: 48px 15px;
}
.pt-slide-title {
  isolation: isolate;
  position: relative;
  font-family: var(--font-secondary);
  font-size: var(--font-size-h1);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}
.pt-slide-title span {
  color: #FEBFA1;
}
.pt-slide-text {
  margin-top: 18px;
}
.pt-slide-buttons {
  display: inline-flex;
  align-items: center;
  gap: 15px 30px;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .pt-slide-buttons {
    flex-direction: column;
  }
}
.pt-slide-buttons .filled {
  background-color: var(--color-accent);
  color: #000;
}

.pt-slide-title,
.pt-slide-text,
.pt-slide-buttons {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s, transform 0.4s;
}
.swiper-slide-active .pt-slide-title,
.swiper-slide-active .pt-slide-text,
.swiper-slide-active .pt-slide-buttons {
  opacity: 1;
  transform: translateY(0px);
}

.pt-slide-title {
  transition-delay: 0.1s;
}

.pt-slide-text {
  transition-delay: 0.2s;
}

.pt-slide-buttons {
  transition-delay: 0.3s;
}

/* Team
 * ------------------------------------------- */
.pt-team {
  position: relative;
}
.pt-team.layout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.pt-team + .pt-swiper-pagination {
  margin-top: 48px;
}

.pt-team-member-image {
  overflow: hidden;
  position: relative;
  border-radius: 14px;
}
.pt-team-member-image::before {
  content: "";
  display: block;
  padding-top: 112.5%;
}
.pt-team-member-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pt-team-member-title {
  margin-top: 21px;
  font-size: var(--font-size-h5);
  line-height: 1.3;
  font-weight: 600;
  text-transform: capitalize;
}
.pt-team-member-subtitle {
  opacity: 0.6;
  margin-top: 2px;
  font-size: 14px;
  text-transform: uppercase;
}
.pt-team-member-text {
  opacity: 0.8;
  margin-top: 12px;
}
.pt-team-member-text::before {
  content: "";
  opacity: 0.5;
  width: 140px;
  height: 1px;
  display: block;
  margin: 18px 0;
  background-color: currentColor;
}
.pt-team-member .social-links {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 9px 12px;
  border-radius: 4px;
  background-color: var(--color-accent);
  color: #000;
  transition: opacity 0.3s, visibility 0.3s;
}
.pt-team-member .social-links span {
  opacity: 0.2;
  margin: 0 8px;
}
.pt-team-member .social-links span:last-of-type {
  display: none;
}
.pt-team-member .social-links span::before {
  content: "|";
}
.pt-team-member:hover .social-links {
  opacity: 1;
  visibility: visible;
}

/* Testimonials
 * ------------------------------------------- */
.pt-testimonials {
  position: relative;
}
.pt-testimonials.layout-grid {
  --columns: 3;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: 30px;
}
.pt-testimonials.style-1 .pt-testimonial-content {
  padding: 35px 32px;
  border-radius: 14px;
  background-color: #F8F8F8;
}
.pt-testimonials.style-2 .pt-testimonial {
  color: #fff;
}
.pt-testimonials.style-2 .pt-testimonial-content {
  padding: 48px 40px;
  border-radius: 14px;
  background-color: #2E2E2E;
}
.pt-testimonials.style-2 .pt-testimonial-content::before {
  color: var(--color-accent);
}
.pt-testimonials.style-2 .pt-testimonial-text {
  font-family: var(--font-secondary);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}
.pt-testimonials.style-3 .pt-testimonial {
  position: relative;
  color: #fff;
}
.pt-testimonials.style-3 .pt-testimonial-content {
  padding: 48px 40px;
  border-radius: 14px;
  background-color: #2E2E2E;
}
@media (min-width: 1024px) {
  .pt-testimonials.style-3 .pt-testimonial-content {
    margin-top: 190px;
    margin-right: 40%;
    margin-bottom: 100px;
    border-radius: 14px 0 0 14px;
  }
}
.pt-testimonials.style-3 .pt-testimonial-content::before {
  color: var(--color-accent);
}
.pt-testimonials.style-3 .pt-testimonial-text {
  font-family: var(--font-secondary);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}
.pt-testimonials.style-3 .pt-testimonial-image {
  overflow: hidden;
  position: absolute;
  top: -190px;
  right: 0;
  bottom: -100px;
  width: 40%;
  border-radius: 14px;
}
@media (max-width: 1023px) {
  .pt-testimonials.style-3 .pt-testimonial-image {
    display: none;
  }
}
.pt-testimonials.style-3 .pt-testimonial-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pt-testimonials.style-4 .pt-testimonial-content {
  padding: 48px 40px;
  border-radius: 14px;
  background-color: var(--color-accent);
}
.pt-testimonials.style-4 .pt-testimonial-text {
  font-family: var(--font-secondary);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.pt-testimonial {
  position: relative;
  isolation: isolate;
}
.pt-testimonial-content {
  transition: opacity 0.3s, background-color 0.3s;
}
.pt-testimonial-content::before {
  content: "\e915";
  display: inline-block;
  margin-bottom: 20px;
  font-family: pticons;
  font-size: 26px;
  transition: color 0.3s;
}
.text-align-center .pt-testimonial-content {
  text-align: center;
}
.text-align-right .pt-testimonial-content {
  text-align: right;
}
.pt-testimonial-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: var(--spacing-base);
}
.text-align-center .pt-testimonial-meta {
  flex-direction: column;
  justify-content: center;
}
.text-align-right .pt-testimonial-meta {
  justify-content: end;
  flex-direction: row-reverse;
}
.pt-testimonial-avatar {
  position: relative;
  overflow: hidden;
  width: 48px;
  border-radius: 50%;
  transition: border-color 0.3s;
}
.pt-testimonial-avatar::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.pt-testimonial-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pt-testimonial-author {
  font-size: 14px;
  font-weight: 600;
  transition: color 0.3s;
}
.pt-testimonial-occupation {
  opacity: 0.5;
  font-size: 12px;
  transition: color 0.3s;
}
.pt-testimonial-text {
  transition: color 0.3s;
}
.pt-testimonial-rating {
  margin-top: var(--spacing-base);
  display: inline-flex;
}

.pt-testimonial-rating + .pt-testimonial-meta {
  margin-top: 15px;
}

.pt-swiper-arrows-fraction {
  --arrow-size: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
.pt-swiper-arrows-fraction .pt-swiper-button-prev,
.pt-swiper-arrows-fraction .pt-swiper-button-next {
  position: static;
}
.pt-swiper-arrows-fraction .pt-swiper-pagination {
  width: auto;
  margin: 0;
  gap: 0;
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.07em;
}

.pt-swiper-arrows-fraction-2 {
  --arrow-size: 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}
.pt-swiper-arrows-fraction-2 .pt-swiper-button-prev,
.pt-swiper-arrows-fraction-2 .pt-swiper-button-next {
  position: static;
}
.pt-swiper-arrows-fraction-2 .pt-swiper-button-prev {
  margin-right: -9px;
}
.pt-swiper-arrows-fraction-2 .pt-swiper-pagination {
  width: auto;
  margin: 0;
  gap: 0;
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.07em;
}
.pt-swiper-arrows-fraction-2 .pt-line {
  opacity: 0.2;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}
.pt-swiper-arrows-fraction-2 .swiper-button-disabled {
  opacity: 0.5;
}

.fraction-position-top-left .pt-swiper-pagination {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  width: auto;
  margin: 0;
}

.fraction-position-top-right .pt-swiper-pagination {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: auto;
  margin: 0;
}

.fraction-position-bottom-left .pt-swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  margin: 0;
}

.fraction-position-bottom-right .pt-swiper-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  width: auto;
  margin: 0;
}

.pt-testimonials.style-4 + .pt-swiper-pagination {
  gap: 0;
  font-family: var(--font-secondary);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.07em;
}

/* Text Marquee
 * ------------------------------------------- */
.pt-text-marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.pt-text-marquee-original, .pt-text-marquee-copy {
  animation: pt-text-marquee var(--duration, 20s) linear infinite;
}
.pt-text-marquee span {
  margin-right: 30px;
}
.pt-text-marquee span:not(.pt-text-marquee-text) {
  font-size: 12px;
}

@keyframes pt-text-marquee {
  0% {
    transform: translateX(0) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}
/* Video
 * ------------------------------------------- */
.pt-video {
  position: relative;
}
.has-image .pt-video-button-wrapper {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pt-video-button {
  isolation: isolate;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--color-accent);
  color: #000;
  transition: transform 0.3s ease-in-out;
}
.pt-video-button::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid currentColor;
  transition: transform 0.3s ease-in-out;
}
.pt-video-button:hover::before {
  transform: scale(0.85);
}
.pt-video-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  background: var(--color-accent);
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
}
.pt-video-image {
  position: relative;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  border-radius: 14px;
}
.pt-video-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.pt-video-image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.pt-video-image::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
