.grecaptcha-badge{
	display:none !important;
}

body{
	margin:0px !important;
}

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
   scroll-behavior: auto !important;
}


:root {
  --main: #a3cd39;
  --second: #679630;
  --third: #9fe870;
  --fourth: #e1ffd5;
  --ink: #0b2522;
  --hm-coffee-05: #211707;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --text:    color: rgba(11, 37, 34, 0.75);
}

.btn a{
  min-height: 45px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: #fff;
  font-size: 11px;
  transition: 0.25s var(--ease);
}
.btn.main a{
    gap: 0px;
  position: relative;
  overflow: hidden;
  justify-content: center;
  border-radius: 5px;
  font-family: "Plus Jakarta Sans";
  background: var(--main);
  border-color: var(--main);
  font-weight: 600;
  padding: 5px 10px 6px 20px;
  min-width: 140px;
  font-size: 13px;
  color: var(--ink);
}
.btn.main.mini a{
  min-width: 130px;
  min-height: 35px;
  font-size: 12px;
}
.btn.main .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.btn.main .elementor-button-text {
  padding-left: 10px;
  display: inline-block;
  transition: transform 0.35s var(--ease);
}
.btn.main .elementor-button-icon {
  width: 22px;
  height: 22px;
  margin: 0;
  background: #fff;
  border-radius: 999px;
  color: #000;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 0.25s ease,
    transform 0.35s var(--ease);
}
.btn.main .elementor-button-icon svg {
  width: 16px;
  height: 16px;
}
.btn.main a:hover,
.btn.main a:focus-visible {
  background: var(--main);
  border-color: var(--main);
  color: var(--ink);
  transform: none;
}
.btn.main a:hover .elementor-button-text,
.btn.main a:focus-visible .elementor-button-text {
  transform: translateX(-11px);
}
.btn.main a:hover .elementor-button-icon,
.btn.main a:focus-visible .elementor-button-icon {
  opacity: 1;
  transform: translateX(0);
}
.btn.second a{
    gap: 0px;
  position: relative;
  overflow: hidden;
  justify-content: center;
  min-width: 140px;
  padding: 5px 10px 6px 20px;
  border-color: var(--ink);
  border-radius: 5px;
  background: transparent;
  color: var(--ink);
  font-family: "Plus Jakarta Sans";
  font-size: 13px;
  font-weight: 600;
}
.btn.second > span:first-child {
    padding-left: 10px;
  display: inline-block;
  transition: transform 0.35s var(--ease);
}
.btn.second .main-arrow {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 999px;
  color: #000;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 9px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 0.25s ease,
    transform 0.35s var(--ease);
}
.btn.second:hover,
.btn.second:focus-visible {
    border-color: var(--ink);
    background: var(--ink);
    color: #fff;
    transform: none;
}
.btn.second:hover > span:first-child,
.btn.second:focus-visible > span:first-child {
  transform: translateX(-11px);
}
.btn.second:hover .main-arrow,
.btn.second:focus-visible .main-arrow {
  opacity: 1;
  transform: translateX(0);
}
.btn:hover {
  background: var(--green);
  color: var(--ink);
  transform: translateY(-2px);
}
.case-action a{
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 11px;
    letter-spacing: 0.5px;
    background: transparent !important;
    padding: 0px;
    color: #000 !important;
}
.case-action .elementor-button-text{
      padding-bottom: 3px;
    border-bottom: 1px solid currentColor;
}
.case-action > span {
  padding-bottom: 1px;
  border-bottom: 1px solid currentColor;
}
.case-action svg {
    stroke-width: 1;
    width: 18px !important;
    height: 18px !important;
    margin-top: -3px;
}
.wp-block-paragraph{
  display: none;
}



.navlinks .e-n-menu,
.navlinks .e-n-menu-wrapper {
  width: 100%;
}
.navlinks .e-n-menu-heading {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
}
.navlinks .e-n-menu-item {
  display: flex;
  align-items: stretch;
}
.navlinks .e-n-menu-title {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 0;
  background-color: transparent;
  background-image: linear-gradient(#9fe870a3, #ffffff00);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 0;
  color: inherit;
  padding: 29px 17px;
  cursor: pointer;
  font-weight: 500;
  transition: background-size 0.35s ease, color 0.35s ease, opacity 0.35s ease;
}
.navlinks .e-n-menu-title-container {
  display: inline-flex;
  align-items: center;
}
.navlinks .e-n-menu-dropdown-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: currentColor;
}
.navlinks .e-n-menu-dropdown-icon svg {
  width: 7px;
  height: 7px;
  transition: transform 0.25s ease;
}
.navlinks .e-n-menu-title:hover,
.navlinks .e-n-menu-title:focus-within,
.navlinks .e-n-menu-title:has(.e-n-menu-dropdown-icon[aria-expanded="true"]) {
  background-size: 100% 100%;
}
.navlinks .e-n-menu-title:has(.e-n-menu-dropdown-icon[aria-expanded="true"])
  .e-n-menu-dropdown-icon svg {
  transform: rotate(180deg);
}
.nav-actions {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.6vw, 28px);
  margin-left: 24px;
  font-size: 13px;
  white-space: nowrap;
}
.a-lang {
  margin-top: 5px;
    font-weight: 500;
  display: flex;
  color: #101010;
      font-size: 13px;
  align-items: center;
  justify-content: center;
}
.navlinks .e-n-menu-content{
      box-shadow: 0 18px 30px rgba(20, 16, 8, 0.08);
}
.works-fade {
  background-color: #fff;
  color: var(--ink);
  transition: background-color 0.7s ease, color 0.7s ease;
}
.works-fade.is-dark .b-white > *{
  color: #fff !important;
}
.wrap-sticky .sticky-title.elementor-sticky--active:not(.elementor-sticky__spacer) {
  translate: 0 var(--sticky-boundary-shift, 0);
  will-change: translate;
}
.works-fade.is-dark {
  background-color: var(--hm-coffee-05);
  background-image: none;
  /* color: #fff; */
}
.works-fade .trust-layer {
  background-color: transparent;
}
.works-fade::before,
.works-fade::after {
    display: none !important;
  transition: opacity 0.7s ease;
}
.works-fade.is-dark::before,
.works-fade.is-dark::after {
  opacity: 0;
}
.works-fade .section-title,
.works-fade .showcase-kicker,
.works-fade .elementor-heading-title,
.works-fade .elementor-widget-text-editor {
  transition: color 0.7s ease;
}
.works-fade.is-dark .section-title,
.works-fade.is-dark .showcase-kicker,
.works-fade.is-dark .elementor-heading-title {
  color: #fff;
}
.works-fade.is-dark .muted,
.works-fade.is-dark .results-heading p,
.works-fade.is-dark .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.7);
}
.works-fade .works-content,
.works-fade.works-content {
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 0.75s ease, transform 0.75s var(--ease);
  will-change: opacity, transform;
}
.works-fade.is-dark .works-content,
.works-fade.works-content.is-dark {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .works-fade .works-content,
  .works-fade.is-dark .works-content,
  .works-fade.works-content,
  .works-fade.works-content.is-dark {
    opacity: 1;
    transform: none;
    transition: none;
  }
}



.ai-section {
    position: relative;
    overflow: hidden;
	background:#DFFF8C;

}

.ai-section2 {
    position: relative;
    overflow: hidden;
	
	 	
/*     background: radial-gradient(circle at 8% 5%, rgba(178, 226, 92, 0.48) 0%, rgba(201, 231, 145, 0.25) 20%, rgba(246, 247, 232, 0) 48%), radial-gradient(circle at 100% 72%, rgba(201, 239, 112, 0.32) 0%, rgba(221, 240, 174, 0.16) 20%, rgba(246, 247, 232, 0) 45%), #f7f8ed; */
	
	background:
    radial-gradient(
        900px 620px at -8% 12%,
        rgba(178, 226, 92, 0.40),
        transparent 70%
    ),
    radial-gradient(
        900px 620px at 108% 14%,
        rgba(201, 239, 112, 0.28),
        transparent 70%
    ),
    #f7f8ed;
}
.ai-section::before {
    content: "" !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
    height: 52%;
    background-image: linear-gradient(rgba(157, 199, 93, 0.14) 1px, transparent 1px), linear-gradient(90deg, rgba(157, 199, 93, 0.14) 1px, transparent 1px);
    background-size: 85px 85px;
    -webkit-mask-image: radial-gradient(ellipse at top left, #000 0%, rgba(0, 0, 0, .8) 35%, transparent 75%);
    mask-image: radial-gradient(ellipse at top left, #000 0%, rgba(0, 0, 0, .8) 35%, transparent 75%);
    pointer-events: none;
}
.ai-section::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5%;
    width: 30%;
    height: 45%;
    background-image: linear-gradient(rgba(157, 199, 93, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(157, 199, 93, 0.15) 1px, transparent 1px);
    background-size: 85px 85px;
    -webkit-mask-image: radial-gradient(ellipse at bottom right, #000 0%, rgba(0, 0, 0, .8) 35%, transparent 75%);
    mask-image: radial-gradient(ellipse at bottom right, #000 0%, rgba(0, 0, 0, .8) 35%, transparent 75%);
    pointer-events: none;
}

.elementor-widget-guestpro-hero-zooming {
  position: relative;
  left: auto;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  flex: 0 0 100%;
  align-self: stretch;
}

.reveal-title .elementor-heading-title {
    background: linear-gradient(
        to right,
        #222 0%,
        #222 50%,
        rgba(34, 34, 34, 0.15) 50%,
        rgba(34, 34, 34, 0.15) 100%
    );

    background-size: 200% 100%;
    background-position: 100% 0;

    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    animation: text-reveal linear forwards;
    animation-timeline: view();
    animation-range: entry 10% cover 70%;
}

@keyframes text-reveal {
    to {
        background-position: 0% 0;
    }
}

/* Elementor Hero Running: an infinite, pannable diagonal image plane. */
.elementor-widget-guestpro-hero-running,
.elementor-widget-guestpro-hero-running > .elementor-widget-container {
  width: 100%;
  max-width: none;
}
.hero-running {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 90vh;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--ink);
}
.hero-running-plane {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.hero-running-card {
  --hero-running-card-width: 260px;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--hero-running-card-width);
  height: calc(var(--hero-running-card-width) * .72);
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #e9ece8;
  box-shadow: 0 22px 55px rgba(11, 37, 34, 0.14);
  opacity: 0;
  transition: opacity .75s ease;
  will-change: transform;
  backface-visibility: hidden;
}
.hero-running-card.is-visible {
  opacity: 1;
}
.hero-running-card:nth-child(4n) {
  width: calc(var(--hero-running-card-width) * 1.22);
}
.hero-running-card:nth-child(3n + 2) {
  height: calc(var(--hero-running-card-width) * 1.05);
}
.hero-running-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  border-radius: inherit;
}
.hero-running-scrim {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(255,255,255,.98) 0 15%, rgba(255,255,255,.87) 25%, rgba(255,255,255,.42) 42%, rgba(255,255,255,.08) 58%, transparent 70%);
}
.hero-running-content {
  pointer-events: auto;
  user-select: text;
}
@media (max-width: 767px) {
  .hero-running {
    min-height: 760px;
  }
  .hero-running-card {
    --hero-running-card-width: 150px;
  }
  .hero-running-scrim {
    background: radial-gradient(circle at center, rgba(255,255,255,.98) 0 22%, rgba(255,255,255,.85) 38%, rgba(255,255,255,.38) 56%, transparent 76%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-running-card {
    will-change: auto;
  }
}
.elementor-widget-guestpro-hero-zooming > .elementor-widget-container {
  width: 100%;
  max-width: none;
}
.hero-zooming {
  position: relative;
  width: 100%;
  max-width: none;
  height: calc(100vh - 70px);
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
  color: var(--ink);
}
/* .hero-zooming .hero-grid-bg {
  position: absolute;
  z-index: 0;
  inset: -6%;
  opacity: 0.3;
  background-image: radial-gradient(circle, rgba(11, 37, 34, 0.24) 1px, transparent 1.4px);
  background-size: 28px 28px;
  will-change: transform;
} */
.hero-zooming .hero-stage {
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  perspective: 900px;
  pointer-events: none;
}
.hero-zooming .float-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(170px, 15vw, 330px);
  height: auto;
  max-height: 360px;
  display: block;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 24px 65px rgba(11, 37, 34, 0.18);
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.hero-zooming .hero-scrim {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.94) 0 12%,
    rgba(255, 255, 255, 0.72) 25%,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(255, 255, 255, 0.08) 52%,
    transparent 62%
  );
}
.hero-zoom-content {
  margin-top: -90px;
  position: relative;
  z-index: 3;
  width: min(760px, calc(100% - 40px));
  text-align: center;
}
.hero-zoom-eyebrow {
  margin-bottom: 20px;
}
.hero-zoom-content h1 {
 color: #101010;
    font-size: 44px;
    line-height: 1.3;
    letter-spacing: -0.03em;
    font-weight: 600;
    margin-bottom: 27px !important;
    max-width: 500px;
    margin: 0 auto;
}
.hero-zoom-description {
  max-width: 400px;
  margin: 0 auto 35px;
  color: rgba(11, 37, 34, 0.7);
  font-size: clamp(15px, 1.15vw, 19px);
  line-height: 1.55;
}
.hero-zoom-description > :first-child {
  margin-top: 0;
}
.hero-zoom-description > :last-child {
  margin-bottom: 0;
}
:is(.hero-zooming, .hero-running) .actions {
  display: flex;
  gap: 10px;
  justify-content: center;
}
:is(.hero-zooming, .hero-running) .actions > .btn {
  min-height: 45px;
  min-width: 140px;
  padding: 5px 10px 6px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--ink);
  border-radius: 5px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s var(--ease);
}
:is(.hero-zooming, .hero-running) .actions > .btn.main {
  background: var(--main);
  border-color: var(--main);
  color: var(--ink);
}
:is(.hero-zooming, .hero-running) .actions > .btn.second {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}
:is(.hero-zooming, .hero-running) .actions > .btn > span:first-child {
  padding-left: 10px;
  transition: transform 0.35s var(--ease);
}
:is(.hero-zooming, .hero-running) .actions .main-arrow {
  width: 22px;
  height: 22px;
  padding: 3px;
  display: flex;
  flex: 0 0 22px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 999px;
  color: #000;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.25s ease, transform 0.35s var(--ease);
}
:is(.hero-zooming, .hero-running) .actions .main-arrow svg {
  width: 16px;
  height: 16px;
}
:is(.hero-zooming, .hero-running) .actions > .btn:hover,
:is(.hero-zooming, .hero-running) .actions > .btn:focus-visible {
  transform: none;
}
:is(.hero-zooming, .hero-running) .actions > .btn.second:hover,
:is(.hero-zooming, .hero-running) .actions > .btn.second:focus-visible {
  background: var(--ink);
  color: #fff;
}
:is(.hero-zooming, .hero-running) .actions > .btn:hover > span:first-child,
:is(.hero-zooming, .hero-running) .actions > .btn:focus-visible > span:first-child {
  transform: translateX(-11px);
}
:is(.hero-zooming, .hero-running) .actions > .btn:hover .main-arrow,
:is(.hero-zooming, .hero-running) .actions > .btn:focus-visible .main-arrow {
  opacity: 1;
  transform: translateX(0);
}
.hero-zoom-scroll {
  position: absolute;
  z-index: 4;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  animation: hero-zoom-scroll-cue 1.8s ease-in-out infinite;
}
@keyframes hero-zoom-scroll-cue {
  50% { transform: translate(-50%, 8px); }
}
@media (max-width: 700px) {
  .hero-zooming {
    min-height: 760px;
  }
  .hero-zooming .float-img {
    width: clamp(125px, 34vw, 190px);
    border-radius: 13px;
  }
  .hero-zooming .hero-scrim {
    background: radial-gradient(
      circle at center,
      rgba(255, 255, 255, 0.96) 0 18%,
      rgba(255, 255, 255, 0.76) 34%,
      rgba(255, 255, 255, 0.34) 50%,
      rgba(255, 255, 255, 0.08) 64%,
      transparent 74%
    );
  }
  .hero-zoom-content {
    padding: 110px 0;
  }
  .hero-zoom-content h1 {
    font-size: clamp(34px, 10vw, 44px);
  }
  :is(.hero-zooming, .hero-running) .actions {
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-zoom-scroll {
    animation: none;
  }
}

.elementor-widget-guestpro-stats,
.elementor-widget-guestpro-stats > .elementor-widget-container {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.guestpro-stat-grid {
  width: 100%;
  display: block;
  overflow: hidden;
  --stat-fade: 28px;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 var(--stat-fade),
    #000 calc(100% - var(--stat-fade)),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000 var(--stat-fade),
    #000 calc(100% - var(--stat-fade)),
    transparent 100%
  );
}
.guestpro-stat-grid .stat-track {
  width: max-content;
  display: flex;
  will-change: transform;
  animation: guestpro-stat-grid-marquee 85s linear infinite;
}
.guestpro-stat-grid .stat-set {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  gap: 16px;
  padding-right: 16px;
}
.guestpro-stat-grid .stat {
  flex: 0 0 auto;
  width: clamp(280px, 20vw, 520px);
  min-height: 200px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 15px;
}
.guestpro-stat-grid .stat .num {
  margin-top: auto;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -0.07em;
}
.guestpro-stat-grid .stat .num small {
  margin-left: 7px;
  font-size: 30px;
}
.guestpro-stat-grid .stat p {
  margin: 18px 0 0;
  font-size: 12px;
  line-height: 1.5;
}
.guestpro-stat-grid:hover .stat-track {
  animation-play-state: paused;
}
@keyframes guestpro-stat-grid-marquee {
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 500px) {
  .guestpro-stat-grid .stat {
    min-height: 260px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .guestpro-stat-grid {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }
  .guestpro-stat-grid .stat-track {
    animation: none;
  }
  .guestpro-stat-grid .stat-set[aria-hidden="true"] {
    display: none;
  }
}

.elementor-widget-guestpro-trust-layer,
.elementor-widget-guestpro-trust-layer > .elementor-widget-container {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}
.guestpro-trust-layer {
  --trust-layer-bg: var(--hm-coffee-05);
  position: relative;
  overflow: hidden;
  color: #fff;
}
.guestpro-trust-layer,
.guestpro-trust-layer *,
.guestpro-trust-layer::before,
.guestpro-trust-layer::after {
  box-sizing: border-box;
}
.guestpro-trust-layer .trust-layer-inner {
  position: relative;
  min-height: 380px;
  overflow: hidden;
}
.guestpro-trust-layer::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(
    90deg,
    var(--trust-layer-bg) 0%,
    var(--trust-layer-bg) 25%,
    color-mix(in srgb, var(--trust-layer-bg) 93%, transparent) 38%,
    color-mix(in srgb, var(--trust-layer-bg) 36%, transparent) 62%,
    transparent 82%
  );
  pointer-events: none;
}
.guestpro-trust-layer .trust-layer-copy {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 0;
  width: min(600px, 43vw);
  padding-left: clamp(24px, 3.5vw, 50px);
  transform: translateY(-50%);
}
.guestpro-trust-layer .guestpro-trust-subtitle {
  display: inline-flex;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.guestpro-trust-layer .guestpro-trust-title {
  margin: 0;
  color: inherit;
  font-size: clamp(36px, 5vw, 48px);
  line-height: 1.2;
  letter-spacing: -0.038em;
  font-weight: 600;
}
.guestpro-trust-layer .guestpro-trust-description {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.55;
}
.guestpro-trust-layer .guestpro-trust-description > :first-child {
  margin-top: 0;
}
.guestpro-trust-layer .guestpro-trust-description > :last-child {
  margin-bottom: 0;
}
.guestpro-trust-layer .guestpro-trust-button {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.guestpro-trust-layer .guestpro-trust-button > span {
  padding-bottom: 1px;
  border-bottom: 1px solid currentColor;
}
.guestpro-trust-layer .guestpro-trust-button svg {
  width: 20px;
  height: 20px;
  stroke-width: 1;
  transition: transform 0.25s var(--ease);
}
.guestpro-trust-layer .guestpro-trust-button:hover svg,
.guestpro-trust-layer .guestpro-trust-button:focus-visible svg {
  transform: translate(3px, -3px);
}
.guestpro-trust-layer .trust-logo-field {
  position: absolute;
  z-index: 1;
  inset: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  transform: translateX(0%);
}
.guestpro-trust-layer .trust-logo-row {
  width: 100%;
  overflow: hidden;
}
.guestpro-trust-layer .trust-logo-track {
  /* width: max-content; */
  display: flex;
  transform: translateX(-50%);
  animation: guestpro-trust-logos-right 78s linear infinite;
  will-change: transform;
}
.guestpro-trust-layer .trust-logo-row:nth-child(2) .trust-logo-track {
  animation-duration: 92s;
}
.guestpro-trust-layer .trust-logo-row:nth-child(3) .trust-logo-track {
  animation-duration: 84s;
}
.guestpro-trust-layer .trust-logo-row:nth-child(4) .trust-logo-track {
  animation-duration: 98s;
}
.guestpro-trust-layer .trust-logo-set {
  padding-right: 14px;
  display: flex;
  gap: 14px;
}
.guestpro-trust-layer .trust-logo-tile {
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  padding: 8px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
}
.guestpro-trust-layer .trust-logo-tile img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
@keyframes guestpro-trust-logos-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
@media (max-width: 800px) {
  .guestpro-trust-layer,
  .guestpro-trust-layer .trust-layer-inner {
    min-height: 80vh;
  }
  .guestpro-trust-layer::after {
    background: linear-gradient(
      180deg,
      var(--trust-layer-bg) 0%,
      var(--trust-layer-bg) 29%,
      color-mix(in srgb, var(--trust-layer-bg) 90%, transparent) 42%,
      color-mix(in srgb, var(--trust-layer-bg) 18%, transparent) 70%,
      transparent 100%
    );
  }
  .guestpro-trust-layer .trust-layer-copy {
    top: 56px;
    right: 24px;
    left: 24px;
    width: auto;
    padding-left: 0;
    transform: none;
  }
  .guestpro-trust-layer .trust-logo-field {
    inset: 30vh 0 0;
    padding: 0px 0;
    transform: none;
  }
  .guestpro-trust-layer .trust-logo-row.trust-logo-row-4{
    display: none;
  }
  .guestpro-trust-layer .trust-logo-tile {
    width: 82px;
    height: 82px;
    flex-basis: 82px;
    padding: 13px;
    border-radius: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .guestpro-trust-layer .trust-logo-track {
    animation: none;
  }
}

.elementor-widget-guestpro-single-card,
.elementor-widget-guestpro-single-card > .elementor-widget-container {
  width: 100%;
  height: 100%;
}
.guestpro-single-card {
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-sizing: border-box;
  background: #f3f3f7;
  color: #050505;
  border-radius: 15px;
	transition: background-color 0.5s ease;
}
.guestpro-single-card:hover{
 	background-color: #f0ffc8 !important;
}
/* .guestpro-single-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 122px;
  left: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
  pointer-events: none;
} */
.guestpro-single-card-icon {
padding: 8px;
    position: relative;
    z-index: 2;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    border-radius: 10px;
    background: #5858581c;
    color: #050505;
}
.guestpro-single-card-icon i {
  font-size: 36px;
}
.guestpro-single-card-icon svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
}
.guestpro-single-card-content {
  position: relative;
  z-index: 2;
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.guestpro-single-card-title {
  margin: 30px 0 15px;
  color: inherit;
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 700;
}
.guestpro-single-card-description {
  max-width: 430px;
  color: rgba(5, 5, 5, 0.78);
  font-size: 14px;
  line-height: 1.45;
}
.guestpro-single-card-description > :first-child {
  margin-top: 0;
}
.guestpro-single-card-description > :last-child {
  margin-bottom: 0;
}
.guestpro-single-card-button{
  color: inherit;
}
.guestpro-single-card-button span{
  margin-top: auto;
  padding-top: 52px;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 13px;
  font-size: 11px;
  border-bottom: 1px solid;
  line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-bottom: 2px;
  text-decoration: none;
}
.guestpro-single-card-button svg {
    stroke-width: 1;
    width: 20px;
    height: 20px;
    margin-bottom: -6px;
  transition: transform 0.25s var(--ease);
}
.guestpro-single-card-button:hover svg,
.guestpro-single-card-button:focus-visible svg {
  transform: translateX(5px);
}

.sticky-title.elementor-sticky--active.show-icon .icon-sticky {
    opacity: 1 !important;
    transform: translateX(0) !important;
}
.icon-sticky{
    opacity: 0;
    transform: translateX(-8px);
    transition: opacity 0.5s ease, transform 0.5s ease, color 0.7s ease;
}
.icon-sticky svg{
  stroke: #211707;
}
 /* .works-fade.is-dark{
  color: #fff;
 } */
/* .works-fade.is-dark .sticky-title{
  display: none;
} */

@media (max-width: 700px) {
  .guestpro-single-card {
    min-height: auto;
    padding: 30px;
    border-radius: 22px;
  }
  .guestpro-single-card::before {
    top: 92px;
    width: 46px;
    height: 46px;
  }
  .guestpro-single-card-icon {
         width: 50px;
        height: 50px;
        flex-basis: 50px;
        padding: 13px;
  }
  .guestpro-single-card-button span {
      margin-top: auto;
      padding-top: 30px;
  }
  .guestpro-single-card-title {
    margin-top: 25px;
    font-size: 20px;
  }
  .guestpro-single-card-button {
    font-size: 16px;
  }
}

.guestpro-single-card-2-group {
  display: flex !important;
  align-items: flex-end;
  gap: 12px;
}
.guestpro-single-card-2-group > .elementor-widget-guestpro-single-card-2 {
  width: auto !important;
  min-width: 0;
  height: 220px;
  flex: 1 1 0;
  transition: flex-grow 0.75s cubic-bezier(.2, .8, .2, 1),
    height 0.75s cubic-bezier(.2, .8, .2, 1),
    filter 0.45s ease;
}
.guestpro-single-card-2-group > .elementor-widget-guestpro-single-card-2.active {
  z-index: 5;
  height: 360px;
  flex-grow: 3;
  filter: drop-shadow(0 28px 32px rgba(8, 34, 31, 0.13));
}
.elementor-widget-guestpro-single-card-2 > .elementor-widget-container,
.guestpro-single-card-2 {
  width: 100%;
  height: 100%;
}
.guestpro-single-card-2 {
  position: relative;
  z-index: 1;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  background: #fff;
  color: var(--ink);
  border-radius: 14px;
}
.guestpro-single-card-2-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 28px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #fff;
  transition: width 0.75s cubic-bezier(.2, .8, .2, 1), padding 0.45s ease;
}
.elementor-widget-guestpro-single-card-2.active .guestpro-single-card-2-copy {
  width: 48%;
  padding: 34px;
}
.guestpro-single-card-2-title {
  letter-spacing: 0px !important;
  margin: 0 0 10px;
  color: inherit;
  font-size: clamp(20px, 1.4vw, 30px);
  line-height: 1.1;
  font-weight: 600;
}
.guestpro-single-card-2-description {
  margin: 0 0 9px;
  color: rgba(11, 37, 34, 0.72);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}
.guestpro-single-card-2-description > :first-child {
  margin-top: 0;
}
.guestpro-single-card-2-description > :last-child {
  margin-bottom: 0;
}
.guestpro-single-card-2-button {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 7px;
  color: inherit;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.elementor-widget-guestpro-single-card-2:not(.active) .guestpro-single-card-2-description,
.elementor-widget-guestpro-single-card-2:not(.active) .guestpro-single-card-2-metrics {
  display: none;
}
.elementor-widget-guestpro-single-card-2:not(.active) .guestpro-single-card-2-copy {
  justify-content: space-between;
}
.guestpro-single-card-2-button svg {
  transition: transform 0.25s var(--ease);
      stroke-width: 1;
    width: 20px;
}
.guestpro-single-card-2-button span{
  border-bottom: 1px solid;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding-bottom: 2px;
}
.guestpro-single-card-2-button:hover svg,
.guestpro-single-card-2-button:focus-visible svg {
  transform: translate(3px, -3px);
}
.guestpro-single-card-2-stat {
  margin-top: auto;
  padding: 0;
  display: block;
  background: transparent;
  font-size: 12px;
  font-weight: 500;
}
.guestpro-single-card-2-stat strong {
  display: block;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: normal;
}
.guestpro-single-card-2-stat span {
  display: block;
}
.guestpro-single-card-2-metrics {
  margin-top: auto;
  padding-top: 22px;
}
.guestpro-single-card-2-image {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 48%;
  width: 52%;
  height: 100% !important;
  display: block;
  border-radius: 15px;
  clip-path: inset(15px round 10px);
  opacity: 0;
  transform: scale(1.06);
  object-fit: cover;
  object-position: center;
  transition: opacity 0.4s ease 0.18s, transform 0.8s cubic-bezier(.2, .8, .2, 1);
}
.elementor-widget-guestpro-single-card-2.active .guestpro-single-card-2-image {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1024px) {
  .guestpro-single-card-2-group {
    width: 100%;
    min-width: 0;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
  }
  .guestpro-single-card-2-group > .elementor-widget-guestpro-single-card-2,
  .guestpro-single-card-2-group > .elementor-widget-guestpro-single-card-2.active {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: 0 0 auto !important;
    grid-column: 1 / -1 !important;
  }
  .guestpro-single-card-2-group > .elementor-widget-guestpro-single-card-2.active {
    height: 520px;
  }
  .elementor-widget-guestpro-single-card-2.active .guestpro-single-card-2-copy {
    width: 100%;
    height: 55%;
  }
  .guestpro-single-card-2-image {
    inset: 55% 0 0;
    width: 100%;
    height: 45% !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .guestpro-single-card-2-group > .elementor-widget-guestpro-single-card-2,
  .guestpro-single-card-2-copy,
  .guestpro-single-card-2-image {
    transition: none;
  }
}

.elementor-widget-guestpro-testimonials,
.elementor-widget-guestpro-testimonials > .elementor-widget-container,
.guestpro-testimonials {
  width: 100%;
  min-width: 0;
}
.guestpro-testimonials {
  padding: 0;
  overflow: visible;
  background: transparent;
}
.guestpro-testimonial-nav {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-right: 10%;
}
.guestpro-testimonial-nav button {
  width: 45px;
  height: 45px;
  padding: 0 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 99px;
  background: #fff;
  color: #000;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
.guestpro-testimonial-viewport {
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
}
.guestpro-testimonial-slider {
  position: relative;
  display: flex;
  transform: translateX(0);
  transition: transform 0.6s var(--ease);
  gap:15px;
}
.guestpro-testimonial-quote {
  position: relative;
  min-width: 90%;
  min-height: 520px;
  display: grid;
  grid-template-columns: 40% 60%;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 15px;
  background: #fff;
}
.guestpro-testimonial-quote::before,
.guestpro-testimonial-quote::after {
	display:none;
  content: "";
  position: absolute;
  z-index: 0;
  background: var(--main);
  pointer-events: none;
}
.guestpro-testimonial-quote::before {
  width: 18%;
  height: 60px;
  top: 0;
  left: 0;
}
.guestpro-testimonial-quote::after {
  width: 18%;
  height: 62px;
  right: 0;
  bottom: 0;
}
.guestpro-testimonial-photo {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: transparent;
}
.guestpro-testimonial-photo img {
  width: min(92%, 500px);
  height: 96%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
}
.guestpro-testimonial-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 45px 45px 30px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.guestpro-testimonial-copy blockquote {
  margin: 0;
  color: #000;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: -0.03em;
}
.guestpro-testimonial-name {
  margin-top: 50px;
  color: var(--ink);
  font-size: clamp(14px, 1.6vw, 21px);
  font-style: normal;
  font-weight: 700;
}
.guestpro-testimonial-job {
  color: var(--ink);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
      margin-top: 3px;
}
@media (max-width: 800px) {
  .guestpro-testimonials {
    display: flex;
    flex-direction: column;
  }
  .guestpro-testimonial-viewport {
    order: 1;
  }
  .guestpro-testimonial-nav {
    order: 2;
    margin: 0 auto;
    margin-top: 50px;
    justify-content: flex-end;
  }
  .guestpro-testimonial-quote {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(280px, 45%) 1fr;
  }
  .guestpro-testimonial-photo {
    min-height: 280px;
  }
  .guestpro-testimonial-photo img {
    height: 100% !important;
  }
  .guestpro-testimonial-copy {
    padding: 30px;
  }
  .guestpro-testimonial-copy blockquote {
    font-size: 17px;
    text-align: center;
  }
  .guestpro-testimonial-name {
    margin-top: 30px;
    font-size: 20px;
    text-align: center;
  }
  .guestpro-testimonial-job{
    text-align: center;
  }

  .box-mega-menu {
    min-width: 0;
    padding: 15px 25px !important;
    border-right: 0px;
  }
  .title-mega .elementor-heading-title {
    margin: 0px !important;
    color: #211b11 !important;
    font-size: 14px;
  }

}
@media (max-width: 500px) {
  .btn.main.mini a{
    padding: 5px 0px 6px 8px;
    min-width: 90px;
    min-height: 35px;
    font-size: 11px;
  }
  .btn.main.mini .elementor-button-icon {
    width: 18px;
    height: 18px;
  }
  .guestpro-testimonial-quote {
    min-width: 100%;
  }
  .guestpro-testimonial-copy blockquote {
    font-size: 15px;
  }
  .guestpro-testimonial-quote {
          grid-template-rows: minmax(280px, 200px) 1fr;
  }
  .guestpro-testimonial-name {
    font-size: 18px;
  }
  .guestpro-testimonial-job {
    font-size: 13px;
  }
  .guestpro-testimonial-slider{
    gap: 0px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .guestpro-testimonial-slider {
    transition: none;
  }
}
.a-lang svg:first-child {
  width: 17px;
  height: 17px;
  margin-bottom: 1px;
  margin-right: 2px;
  stroke-width: 1;
}
.a-lang svg:last-child {
  width: 17px;
  height: 17px;
  margin-bottom: -1px;
  margin-left: 3px;
  stroke-width: 1.3;
}
.navlinks .e-n-menu[data-layout="dropdown"] .e-n-menu-title{
  justify-content: space-between !important;
}
.navlinks .e-n-menu[data-layout="dropdown"] .e-n-menu-wrapper {
    margin-top: 21px !important;
    background: #fff !important;
    height: 100vh;
}


.title-mega .elementor-heading-title {
  margin: 0 0 12px;
  color: #211b11 !important;
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: -0.04em;
}
.menu-mega .elementor-icon-list-item {
  line-height: 2 !important;
}
.menu-mega .elementor-icon-list-text{
  color: #211b11 !important;
  font-size: 13px !important;
}
.menu-mega .elementor-icon-list-text:hover{
  color: var(--second) !important;
}
.box-mega-menu{
    min-width: 0;
    padding: 42px clamp(24px, 2.2vw, 46px) !important;
    border-right: 1px solid #deddd5;
}

/* Elementor pricing card */
.elementor-widget-guestpro-pricing-card,
.elementor-widget-guestpro-pricing-card > .elementor-widget-container {
  width: 100%;
  height: 100%;
  min-width: 0;
}
.guestpro-pricing-card {
  position: relative;
  width: 100%;
  min-width: 0;
  /* height: 100%; */
  min-height: 540px !important;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #d9d5c8;
  background: #fff;
  color: #100d08;
}
.guestpro-pricing-card-header {
  min-height: 210px;
  padding: 32px 28px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  background: #f3f2eb;
}
.guestpro-pricing-title {
  margin: 0 0 15px;
  color: inherit;
  font-size: 25px;
  font-weight: 500;
  line-height: 1 !important;
  letter-spacing: -0.045em !important;
}
.guestpro-pricing-subtitle {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
}
.guestpro-pricing-button {
  min-height: 45px;
  margin-top: auto;
  padding: 10px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
  border-radius: 5px;
  background: #211702;
  color: #fff;
  font-size: 15px;
  line-height: 1.1;
  text-decoration: none;
}
.guestpro-pricing-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.25s ease;
}
.guestpro-pricing-button:hover svg,
.guestpro-pricing-button:focus-visible svg {
  transform: translate(3px, -3px);
}
.guestpro-pricing-distribution {
  position: relative;
  min-height: 50px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-sizing: border-box;
  border-top: 1px solid #d9d5c8;
  border-bottom: 1px solid #d9d5c8;
  background: #fff;
}
.guestpro-pricing-distribution-text {
  min-width: 0;
  font-size: 14px;
  line-height: 1.3;
}
.guestpro-pricing-tooltip {
  position: relative;
  z-index: 10;
  flex: 0 0 auto;
}
.guestpro-pricing-tooltip > summary {
    width: 17px;
    height: 17px;
    padding: 0;
    display: grid;
    place-items: center;
    box-sizing: border-box;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    font-size: 11px;
    line-height: 1;
    list-style: none;
    cursor: pointer;
}
.guestpro-pricing-tooltip > summary::-webkit-details-marker,
.guestpro-pricing-feature > summary::-webkit-details-marker {
  display: none;
}
.guestpro-pricing-tooltip-popover {
  position: absolute;
  right: auto;
  bottom: calc(100% + 20px);
  left: 50%;
  width: min(330px, 80vw);
  padding: 25px 52px 25px 25px;
  box-sizing: border-box;
  border: 1px solid #d9d4c7;
  border-radius: 6px;
  background: #fff;
  color: #100d08;
  box-shadow: 0 16px 35px rgba(31, 23, 8, 0.12);
  transform: translateX(-50%);
}
.guestpro-pricing-tooltip-popover::after {
  content: "";
  position: absolute;
  right: auto;
  bottom: -10px;
  left: 50%;
  width: 18px;
  height: 18px;
  border-right: 1px solid #d9d4c7;
  border-bottom: 1px solid #d9d4c7;
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}
.guestpro-pricing-tooltip-popover p {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.35;
}
.guestpro-pricing-tooltip-popover a {
    color: var(--second);
    font-size: 14px;
    border-bottom: 1px solid var(--second);
}
.guestpro-pricing-tooltip-close {
  position: absolute;
  top: 13px;
  right: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 32px;
  font-weight: 200;
  line-height: 1;
  cursor: pointer;
}
.guestpro-pricing-card-body {
  min-height: 0;
  padding: 12px 18px 30px;
  flex: 1;
  box-sizing: border-box;
  background: #fff;
}
.guestpro-pricing-body-description {
  padding: 14px 0px 22px;
  font-size: 15px;
  line-height: 1.5;
}
.guestpro-pricing-body-description > :first-child {
  margin-top: 0;
}
.guestpro-pricing-body-description > :last-child {
  margin-bottom: 0;
}
.guestpro-pricing-feature {
  margin: 0;
  border-bottom: 1px solid #d8d5c9;
}
.guestpro-pricing-feature:last-child {
  border-bottom: 0;
}
.guestpro-pricing-feature > summary,
.guestpro-pricing-feature-row {
  min-height: 50px;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 5px;
  box-sizing: border-box;
  list-style: none;
}
.guestpro-pricing-feature > summary {
  cursor: pointer;
}
.guestpro-pricing-feature-indicator {
  width: 22px;
  height: 22px;
  display: block;
  background: var(--pricing-feature-color, #fff570);
}
.guestpro-pricing-feature-title {
  min-width: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}
.guestpro-pricing-feature-arrow {
  width: 10px;
  height: 10px;
  justify-self: end;
  border-top: 1.1px solid currentColor;
  border-right: 1.1px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
.guestpro-pricing-feature[open] .guestpro-pricing-feature-arrow {
  transform: rotate(135deg) translate(-2px, 2px);
}
.guestpro-pricing-feature-description {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .guestpro-pricing-card {
    min-height: 0;
  }
  
  .guestpro-pricing-tooltip-popover {
    position: fixed;
    z-index: 9999;
    right: 20px;
    bottom: 20px;
    left: 20px;
    width: auto;
    transform: none;
  }
  .guestpro-pricing-tooltip-popover::after {
    display: none;
  }
}
