/**/.imageWidget{position:relative}.imageWidget a,.imageWidget span.image-caption{font-style:italic;text-align:center}.imageWidget a[data-caption]::after,.imageWidget span[data-caption]::after{content:attr(data-caption);display:block;line-height:100%}
.imageWidget.with-caption a::after,.imageWidget.with-caption span.image-caption::after{margin-top:12px}.imageWidget img[width][height]{height:auto}[data-flex-site] #fcontainer .imageWidget:after,[data-flex-site] #flex-footer .imageWidget:after,[data-flex-site] #flex-header .imageWidget:after{content:none}
[data-flex-site] #fcontainer .imageWidget:before,[data-flex-site] #flex-footer .imageWidget:before,[data-flex-site] #flex-header .imageWidget:before{font-size:80px;transform:none}.imageWidget.hover img.hover-image,.imageWidget:hover img.hover-image{display:initial}
.imageWidget.hover.hasHover img:not(.hover-image),.imageWidget:hover.hasHover img:not(.hover-image){display:none!important}.imageWidget img.hover-image,.imageWidget img.logo-on-scroll{display:none}/**/.hamburgerButton{display:block;background-color:transparent;border:0;padding:0;margin:0}.hamburgerButton,.hamburgerButton svg{width:100%;height:100%}
/* Custom Widgets Styles */
.widget-7401b5 {
  --footer-left-bg: #1a1a2e;
  --footer-right-bg: #16213e;
  --footer-title-color: #ffffff;
  --footer-text-color: rgba(255,255,255,0.78);
  --footer-divider-color: #e94560;
  --footer-social-color: #ffffff;
  --nav-underline-color: #e94560;
  --social-hover-bg: #e94560;

  display: block;
  width: 100%;

  /* ── Full-width outer shell ── */
  .footer-widget {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  /* ── Full-width background layer ── */
  .footer-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
  }

  /* Right bg — base layer filling everything */
  .footer-bg-right {
    position: absolute;
    inset: 0;
    background: var(--footer-right-bg);
    z-index: 1;
  }

  /* Left bg — straight 50/50 split, no diagonal */
  .footer-bg-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background: var(--footer-left-bg);
    z-index: 2;
  }

  /* ── Centred content wrapper (max 1200px) ── */
  .footer-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* ── LEFT COLUMN ── */
  .footer-left {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .footer-left-content {
    padding: 56px 56px 56px 48px;
    width: 100%;
    box-sizing: border-box;
  }

  .footer-title {
    color: var(--footer-title-color);
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 18px 0;
    line-height: 1.2;
  }

  .footer-divider {
    width: 56px;
    height: 4px;
    background: var(--footer-divider-color);
    border-radius: 2px;
    margin-bottom: 22px;
  }

  .footer-paragraph {
    color: var(--footer-text-color);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 32px;

    p {
      margin: 0;
    }
  }

  .footer-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
  }

  .contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .btn-arrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;

    svg {
      width: 100%;
      height: 100%;
    }
  }

  .contact-btn:hover .btn-arrow-icon {
    transform: translateX(3px);
  }

  /* ── RIGHT COLUMN ── */
  .footer-right {
    flex: 0 0 50%;
    display: flex;
    align-items: stretch;
    overflow: hidden;
  }

  .footer-right-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px 48px 44px 56px;
    width: 100%;
    box-sizing: border-box;
  }

  .footer-location-title {
    color: var(--footer-title-color);
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0 0 18px 0;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .footer-location {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 26px;
  }

  .footer-location-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    color: var(--footer-divider-color);
    margin-top: 2px;
    display: flex;
    align-items: center;

    svg {
      width: 100%;
      height: 100%;
      fill: currentColor;
    }
  }

  .footer-address {
    color: var(--footer-text-color);
    font-size: 0.97rem;
    line-height: 1.6;
  }

  /* ── Navigation links (horizontal on desktop, vertical on mobile) ── */
  .footer-nav-links {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 24px;
    align-items: center;
    list-style: none;
    padding: 0;
  }

  /* custom_link outputs the <a>; we style it directly */
  .footer-nav-links a {
    color: var(--footer-text-color);
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.02em;
    padding: 4px 0;
    position: relative;
    transition: color 0.2s ease;
    display: inline-block;

    &::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 2px;
      background: var(--nav-underline-color);
      border-radius: 1px;
      transition: width 0.22s ease;
    }

    &:hover {
      color: #ffffff;

      &::after {
        width: 100%;
      }
    }
  }

  .footer-nav-link {
    display: inline;
  }

  .footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
  }

  .social-icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    color: var(--footer-social-color);
    text-decoration: none;
    transition: background 0.22s ease, transform 0.18s ease;

    &:hover {
      background: var(--social-hover-bg);
      transform: translateY(-2px);
    }
  }

  .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;

    svg {
      width: 100%;
      height: 100%;
    }
  }

  /* ── TABLET (768 – 1024px) ── */
  @media (min-width: 768px) and (max-width: 1024px) {
    .footer-left-content {
      padding: 44px 48px 44px 36px;
    }

    .footer-right-content {
      padding: 44px 36px 44px 48px;
    }

    .footer-title {
      font-size: 1.6rem;
    }
  }

  /* ── MOBILE (≤ 767px) ── */
  @media (max-width: 767px) {
    .footer-inner {
      flex-direction: column;
      min-height: unset;
    }

    /* Left bg: full-width top half, straight bottom edge */
    .footer-bg-left {
      width: 100%;
      bottom: auto;
      height: 50%;
    }

    .footer-left {
      flex: unset;
      width: 100%;
      overflow: visible;
    }

    .footer-left-content {
      padding: 44px 28px 44px 28px;
    }

    .footer-right {
      flex: unset;
      width: 100%;
      overflow: visible;
    }

    .footer-right-content {
      padding: 44px 28px 44px 28px;
    }

    .footer-title {
      font-size: 1.5rem;
    }

    /* Nav links go vertical on mobile */
    .footer-nav-links {
      flex-direction: column;
      align-items: flex-start;
      gap: 4px;
    }

    .footer-nav-links a {
      font-size: 0.97rem;
      padding: 6px 0;
    }
  }
}


@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@500;600&family=Roboto:wght@400;500&display=swap");
.poweredby-container {
  align-items: center;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 25px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.poweredby-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.poweredby-image {
  max-width: 40px;
}

.poweredby-text {
  color: white;
  margin: 0px;
  padding: 0px;
  z-index: 2;
}

.poweredby-text p {
  margin: 0px;
  display: flex;
  justify-content: left;
}

.poweredby-text-copy {
  margin: 0px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Bebas Neue", cursive;
}

.poweredby-text-app {
  font-size: 12px;
  color: #FFFFFF;
  font-family: "Bebas Neue", cursive;
}

@media screen and (max-width: 767px) {
  .poweredby-container {
    /*background-color: #231D4F;*/
    align-items: center;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 25px;
    text-decoration: none;
  }
}

.tag-one-link {
  display: flex;
  text-decoration: none;
}

.page-title-one-one-title-container {
  display: flex;
  background-color: #000000;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  clip-path: polygon(3% 0%, 100% 0, 97% 100%, 0 100%) !important;
  transition: 0.3s;
  align-items: center;
}

.page-title-one-one-title-container:hover {
  opacity: 0.6;
  transform: scaleX(1.01);
}

.page-title-one-one-tag-title h1 {
  margin: 0px !important;
}

.page-title-one-one-tag-title {
  font-size: 14px;
  margin: 0px !important;
}

.location-one-main-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 50px;
}

.location-one-description-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 30px;
}

.location-one-description {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-one-one-location,
.contact-one-one-about-description {
  margin: 0px;
}

.location-one-location-address {
  display: flex;
  margin-bottom: 10px;
  gap: 5px;
}

.contact-one-one-icon {
  height: 100px;
  width: 100%;
}

.contact-one-one-border-wrapper {
  display: flex;
  align-items: center;
}

.contact-one-one-border {
  background-color: #000000;
  width: 20%;
  height: 3px;
}

.location-one-address-container {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.location-one-location {
  margin: 0px !important;
}

span.text {
  white-space: nowrap !important;
  overflow: hidden !important;
}

.location-one-main-address {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.location-one-descritpion-title {
  margin-bottom: 10px;
  margin-top: 0px;
}

.location-one-descritpion-title h2 {
  color: white;
  font-size: 20px !important;
}

.location-one-descritpion-desc {
  --description-text-: #ffffff;
  margin-top: 0px;
  color: var(--description-text-) !important;
}

.location-one-descritpion-desc p.rteBlock {
  line-height: 1 !important;
}

.location-one-descritpion-desc rteBlock {
  line-height: 1 !important;
}

.location-one-descritpion-desc rteBlock span {
  color: #ffffff;
  font-size: 12px !important;
  line-height: 1 !important;
}

.location-one-description-wrapper {
  margin-bottom: 20px !important;
}

.location-one-description-buttons {
  display: flex;
  gap: 20px;
}

.location-one-button-one,
.location-one-button-two {
  margin: 0px !important;
}

.loaction-one-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  width: 100%;
}

.loaction-one-contact a:hover {
  color: yellow;
}

.location-one-title {
  color: white;
  margin: 0px;
  line-height: 1 !important;
}

.location-one-address {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 10px;
}

.location-one-contact-link {
  margin: 0px !important;
}

.location-one-contact-link a {
  color: white;
}

.location-one-contact-link a:hover {
  color: yellow;
}

@media screen and (max-width: 767px) {
  .location-one-main-container {
    flex-direction: column;
    gap: 50px;
  }
  .location-one-description-buttons {
    flex-direction: column;
    align-items: left;
  }
  .location-one-description-container {
    width: 100%;
  }
  .location-one-address-container {
    width: 100%;
    flex-direction: column;
  }
}
