.elementor-40 .elementor-element.elementor-element-4702bcf{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-0bc0cfe */.rt-footer {
  position: relative;
  padding: 40px 0 28px;
  margin-top: auto;
}

.rt-footer__shell {
  display: grid;
  gap: 20px;
}

.rt-footer__grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.95fr 0.7fr;
  gap: 24px;
  padding: 32px;
}

.rt-footer__brand-col,
.rt-footer__links-col,
.rt-footer__contact-col,
.rt-footer__policy-col {
  display: grid;
  align-content: start;
  gap: 24px;
}

.rt-footer__brand img {
  width: auto;
  max-height: 70px;
}

.rt-footer__title {
  margin: 0;
  color: var(--rt-color-text-strong);
  font: 700 22px/1.1 "Quicksand", sans-serif;
  padding-bottom: 10px;
}

.rt-footer__text {
  margin: 0;
  color: var(--rt-color-text-soft);
  font: 400 15px/1.7 "Open Sans", sans-serif;
  max-width: 32ch;
}

.rt-footer__social,
.rt-footer__nav,
.rt-footer__contact-list {
  display: grid;
  gap: 10px;
}

.rt-footer__social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rt-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(244, 201, 218, 0.9);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: var(--rt-color-primary);
  box-shadow: var(--rt-shadow-card);
  transition: transform var(--rt-transition-fast), box-shadow var(--rt-transition-fast), color var(--rt-transition-fast);
}

.rt-footer__social a:hover {
  transform: translateY(-2px);
  color: var(--rt-color-text-strong);
  box-shadow: var(--rt-shadow-soft);
}

.rt-footer__social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rt-footer__social .rt-footer__social-dot {
  fill: currentColor;
  stroke: none;
}

.rt-footer__contact-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.rt-footer__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(244, 201, 218, 0.9);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: var(--rt-color-primary);
  box-shadow: var(--rt-shadow-card);
  transition: transform var(--rt-transition-fast), box-shadow var(--rt-transition-fast), color var(--rt-transition-fast);
}

.rt-footer__icon-btn:hover {
  transform: translateY(-2px);
  color: var(--rt-color-text-strong);
  box-shadow: var(--rt-shadow-soft);
}

.rt-footer__icon-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rt-footer__social a,
.rt-footer__nav a,
.rt-footer__contact-list a,
.rt-footer__contact-list p {
  margin: 0;
  color: var(--rt-color-text-soft);
  font: 600 15px/1.5 "Open Sans", sans-serif;
}

.rt-footer__nav {
  gap: 14px;
}

.rt-footer__nav a:hover,
.rt-footer__contact-list a:hover {
  color: var(--rt-color-primary);
}

.rt-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 4px;
  min-height: 44px;
}

.rt-footer__bottom p {
  margin: 0;
  color: var(--rt-color-text-soft);
  font: 400 14px/1.5 "Open Sans", sans-serif;
}

.rt-footer__bottom a {
  color: var(--rt-color-primary);
  font-weight: 700;
}

.rt-footer__bottom a:hover {
  color: var(--rt-color-text-strong);
}

.rt-floating-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 45;
  display: grid;
  justify-items: end;
  gap: 12px;
  transform: translateY(0);
  transition: transform 220ms ease-out;
}

.rt-floating-cta__panel {
  display: grid;
  gap: 10px;
  width: min(280px, calc(100vw - 40px));
  padding: 16px;
  border: 1px solid rgba(244, 201, 218, 0.92);
  border-radius: 24px;
  background: rgba(255, 250, 252, 0.94);
  box-shadow: 0 20px 46px rgba(69, 44, 53, 0.12);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.98);
  pointer-events: none;
  transition: opacity 200ms ease-out, transform 220ms ease-out, visibility 0s linear 220ms;
}

.rt-floating-cta.is-open .rt-floating-cta__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition: opacity 200ms ease-out, transform 220ms ease-out, visibility 0s linear 0s;
}

.rt-floating-cta__trigger,
.rt-floating-cta__option {
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: 700 16px/1 "Quicksand", sans-serif;
}

.rt-floating-cta__trigger {
  min-width: 190px;
  color: var(--rt-color-white);
  background: linear-gradient(135deg, #ed4f8f 0%, #f26aa2 100%);
  box-shadow: var(--rt-shadow-soft);
}

.rt-floating-cta__option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  box-shadow: var(--rt-shadow-card);
}

.rt-floating-cta__option--primary {
  color: var(--rt-color-white);
  background: linear-gradient(135deg, #ed4f8f 0%, #f26aa2 100%);
}

.rt-floating-cta__option--ghost {
  color: var(--rt-color-primary);
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(237, 79, 143, 0.18);
}

.rt-floating-cta__option--disabled {
  color: var(--rt-color-text-soft);
  background: rgba(255, 255, 255, 0.66);
  border-color: rgba(244, 201, 218, 0.7);
  cursor: not-allowed;
}

@media (max-width: 1024px) {
  .rt-footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 32px 30px;
  }

  .rt-footer__brand-col,
  .rt-footer__links-col,
  .rt-footer__contact-col,
  .rt-footer__policy-col {
    gap: 30px;
  }

  .rt-footer__title {
    padding-bottom: 16px;
  }

  .rt-footer__nav {
    gap: 16px;
  }

  .rt-footer__contact-icons,
  .rt-footer__social {
    gap: 14px;
  }
}

@media (max-width: 767px) {
  .rt-footer {
    padding: 36px 0 26px;
  }

  .rt-footer__grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 32px 24px;
  }

  .rt-footer__brand img {
    max-height: 58px;
  }

  .rt-footer__title {
    font-size: 20px;
    padding-bottom: 18px;
  }

  .rt-footer__brand-col,
  .rt-footer__links-col,
  .rt-footer__contact-col,
  .rt-footer__policy-col {
    gap: 32px;
  }

  .rt-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  .rt-floating-cta {
    right: 16px;
    bottom: 16px;
  }

  .rt-floating-cta__trigger {
    min-width: 168px;
  }

  .rt-floating-cta__panel {
    width: min(260px, calc(100vw - 32px));
  }
}/* End custom CSS */