
  #input-container.svelte-1vy8tg {
    position: sticky;
    bottom: 0;
    margin-top: 1px;
    width: calc(100% - 2px);
    background-color: white;
    border-radius: 10px;
  }

  .full-screen-background.svelte-1vy8tg {
    margin-bottom: 1px;
  }

  .border-effect.svelte-1vy8tg {
    /* background: linear-gradient(
      172deg,
      #d36eff -92%,
      #86a8ff 9.12%,
      rgba(255, 255, 255, 0) 92.83%
    ); */
    position: relative;
    background: #dfdfdf;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 6px -2px 14.4px -1px rgba(177, 177, 177, 0.25);
    overflow: visible;
  }
  .border-effect.embeded-background.svelte-1vy8tg {
    width: 95%;
  }
  .border-effect.embeded-background.svelte-1vy8tg
    > #input-container:where(.svelte-1vy8tg)
    > div.custom-message-input:where(.svelte-1vy8tg)
    > div.input-actions:where(.svelte-1vy8tg) {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 10px 10px;
  }
  .custom-message-input.svelte-1vy8tg {
    width: 100%;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 6px -2px 14.4px -1px rgba(177, 177, 177, 0.25);
  }
  .message-input.svelte-1vy8tg {
    padding: 5px;
    border-radius: 30px;
    border: none;
    background: var(--background-light);
    width: 100%;
    height: 132px;
    padding: 20px 75px 20px 20px;
    color: rgba(1, 18, 55, 0.7);
    font-feature-settings:
      "liga" off,
      "clig" off;
    font-family: Poppins;
    font-size: 16px;
    line-height: 19px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    resize: none;
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-radius: 10px;
  }

  .message-input.svelte-1vy8tg::placeholder {
    color: rgba(59, 55, 78, 0.4);
  }
  .message-input.svelte-1vy8tg::-webkit-scrollbar {
    display: none;
  }

  .message-input.svelte-1vy8tg:focus-visible {
    outline: none;
  }
  .message-input.mobile.svelte-1vy8tg {
    height: 73px;
    font-size: 14px;
  }
  .full-screen.svelte-1vy8tg .send-button:where(.svelte-1vy8tg) {
    top: 6, 25rem; /*100px*/
  }

  .send-button.svelte-1vy8tg {
    position: absolute;
    right: 14px;
    top: 85px;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .send-button.mobile.svelte-1vy8tg {
    top: 36px;
  }
  .input-actions.svelte-1vy8tg {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    background: #fcfcfc;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12.5px 10px;
    gap: 8px;
    font-size: 14px;
  }
  /* 
  .input-actions-keyboard {
    display: flex;
    justify-content: end;
    gap: 24px;
    margin-bottom: 15px;
    padding-right: 15px;

  } */

  .input-actions.svelte-1vy8tg button:where(.svelte-1vy8tg) {
    display: flex;
    height: 36px;
    padding: 9px 12px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 100px;
    border: 1px solid #e6e6e6;
    background: #fff;
    flex-wrap: nowrap;
  }

  .input-actions.svelte-1vy8tg button:where(.svelte-1vy8tg) span:where(.svelte-1vy8tg) {
    color: #3b374eb2;
    /* opacity: .7; */
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
  }

  .input-actions.svelte-1vy8tg button:where(.svelte-1vy8tg):hover {
    background: #ebebed;
  }

  .prompts.svelte-1vy8tg {
    display: none;
  }

  /* (unused) .prompts.active {
    display: flex;
  }*/

  .border-effect.active.svelte-1vy8tg {
    height: auto;
    /* overflow: visible; */
  }

  .border-effect.active.svelte-1vy8tg #input-container:where(.svelte-1vy8tg) {
    height: auto;
    overflow: visible;
  }

  .border-effect.active.svelte-1vy8tg .prompts:where(.svelte-1vy8tg) {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: auto;
  }

  .prompts.svelte-1vy8tg {
    padding: 20px;
  }

  .full-screen-prompts.svelte-1vy8tg {
    position: fixed;
    top: -200px;
    width: 100%;
    background-color: white;
    border-radius: 10px 10px 0 0;
    height: 205px !important;
    border-top: 1px solid #f4f2f2;
  }

  .prompts-header.svelte-1vy8tg {
    display: flex;
    justify-content: end;
    width: 96.5%;
    margin-bottom: 10px;
    color: rgba(38, 59, 103, 0.5);
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    top: 0;
    background: transparent;
    button:where(.svelte-1vy8tg) {
      background: none;
      border: none;
      img:where(.svelte-1vy8tg) {
        width: 25px;
      }
    }
  }

  /* (unused) .prompts-header span:last-child {
    cursor: pointer;
  }*/

  .prompt.svelte-1vy8tg {
    padding: 8px 0px;
    color: #4b8d71;
    font-family: Poppins;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    img:where(.svelte-1vy8tg) {
      width: 13px;
    }
  }

  .prompt.svelte-1vy8tg:hover {
    color: #4b8d71;
  }

  .prompt-text.svelte-1vy8tg {
    color: #80889b;
    margin-left: 4px;
    /* display: inline-block; */
    /* display: flex; */
    text-align: left;
    flex-wrap: wrap;
    width: 83%;
    .prompt-text:where(.svelte-1vy8tg) {
      margin-left: 0;
    }
  }

  /* (unused) .prompt-text img {
    height: 18px;
  }*/

  /* (unused) .prompt-text img {
    margin-right: 5px;
  }*/

  .message-input-small.svelte-1vy8tg {
    height: 78px;
  }
  @media only screen and (max-width: 600px) {
    .full-screen-prompts.svelte-1vy8tg {
      top: -170px;
      width: 99.5%;
      height: 175px !important;
    }
    .input-actions.svelte-1vy8tg {
      padding: 5.5px 10px;
      font-size: 12px;
    }
    .prompts-header.svelte-1vy8tg {
      width: 95%;
    }
  }
  @media (max-width: 480px) {
    .prompt.svelte-1vy8tg {
      display: flex;
      flex-direction: row;
      align-items: center;
      font-size: 13px;
    }

    /* .full-screen .send-button { */
    /* top: 15px; */
    /* } */

    .message-input-small.svelte-1vy8tg {
      height: 54px;
    }

    .input-actions.svelte-1vy8tg button:where(.svelte-1vy8tg) span:where(.svelte-1vy8tg) {
      color: #767383;
      font-family: Inter;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }

    .input-actions.svelte-1vy8tg button:where(.svelte-1vy8tg) {
      padding: 8px;
    }
  }

  .pre-prompt.svelte-1vy8tg {
    min-width: fit-content;
    color: #4b8d71;
  }

  .keyboard-send-button.svelte-1vy8tg {
    display: none;
  }

  .small-input-send-button.svelte-1vy8tg {
    top: 40px;
  }


  .chat_container_betterbot_chat_2.svelte-19m1mt4 {
    background: var(--background-primary);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 17px 40px 4px rgba(112, 144, 176, 0.11);
    transition: width 0.3s;
    width: 100%;
  }

  .chat_container_betterbot_chat_2.embeded.svelte-19m1mt4 {
    width: 700px;
    height: 100%;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: unset;
    top: unset;
    box-shadow: -6px 17px 40px 4px rgba(1, 1, 1, 0.11);
  }

  .betterbot_close.svelte-19m1mt4 /* (unused) .betterbot_expand*/ {
    cursor: pointer;
  }

  /* (unused) #input-container {
    position: sticky;
    bottom: 0;
    margin-top: 1px;
    width: calc(100% - 2px);
    /* padding-top: 50px; *\/
    height: 100px;
    background-color: white;
    border-radius: 10px 10px 0 0;
  }*/

  /* (unused) .border-effect {
    background-color: black;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
  }*/

  /* (unused) .custom-message-input {
    width: 100%;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
  }*/
  /* (unused) .message-input {
    border-radius: 30px;
    /* border: 1px solid var(--border-primary); *\/
    border: none;
    background: var(--background-light);
    width: 100%;
    min-height: 54px;
    padding: 20px 75px 20px 20px;
    max-height: 80px;
    color: rgba(1, 18, 55, 0.9);
    font-feature-settings:
      "liga" off,
      "clig" off;
    font-family: Poppins;
    font-size: 16px;
    line-height: 19px; /* 135.714% *\/
    overflow-y: scroll; /* Hides vertical scrollbar *\/
    scrollbar-width: none; /* Firefox *\/
    -ms-overflow-style: none;
    resize: none; /* IE and Edge *\/
    scrollbar-width: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }*/

  /* (unused) .message-input::placeholder {
    color: rgba(59, 55, 78, 0.4);
  }*/
  /* (unused) .message-input::-webkit-scrollbar {
    display: none;
  }*/

  /* (unused) .message-input:focus-visible {
    outline: none;
  }*/

  /* (unused) .send-button {
    position: absolute;
    right: 22px;
    bottom: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
  }*/

  .betterbot_header.svelte-19m1mt4 {
    width: 100%;
    background: var(--background-light);
    box-shadow: var(--header-shedow);
    height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    z-index: 1;
  }

  footer.svelte-19m1mt4 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 53px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-footer);
    font-feature-settings:
      "liga" off,
      "clig" off;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    background-color: #fcfcfc;
    & .logo-wrapper:where(.svelte-19m1mt4) {
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--Text-Placeholder, rgba(38, 59, 103, 0.7));
      font-feature-settings:
        "liga" off,
        "clig" off;
      font-family: var(--Type-Font-family-Primary, Poppins);
      font-size: var(--Font-size-Body-small, 12px);
      font-style: normal;
      font-weight: 400;
      line-height: var(--Line-height-Body-small, 17px);
    }
  }

  /* (unused) .icon-hidden {
    display: none;
  }*/

  /* (unused) table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
  }*/

  #chat-container.svelte-19m1mt4 {
    flex: 1;
    padding-left: calc((100% - 800px) / 2);
    padding-right: calc((100% - 800px) / 2);
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: 85vh;
    position: relative;
  }

  /* (unused) .theme-toggle {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    font-size: 20px;
    border-radius: 50%;
    transition: background-color 0.3s;
  }*/

  /* (unused) .theme-toggle:hover {
    background: var(--background-secondary);
  }*/

  .initialMessage.svelte-19m1mt4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .initialMessageHeader.svelte-19m1mt4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .initialMessageHeader.svelte-19m1mt4 {
    text-align: center;
    /* width: 12rem; */
    width: 65%;
    max-height: 10rem;
    height: -webkit-fill-available;
    overflow: hidden;
    padding-bottom: 12px;
    /* margin: 0 auto; */
    img:where(.svelte-19m1mt4) {
      width: 100%;
      height: 100% !important;
      object-fit: contain;
      border-radius: 12px;
      display: block;
      margin-bottom: 0;
    }
    p:where(.svelte-19m1mt4) {
      text-align: center;
      margin: 0;
    }
  }
  /* (unused) .assistent-name {
    color: var(--Text-Headings, #011237);
    font-family: Poppins;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 7px;
  }*/

  .assistent-introduction.svelte-19m1mt4 {
    color: #011237;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 11px */
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  /* (unused) .initialAssistantMesage {
    color: var(--color-rhino-opacity-70, rgba(38, 59, 103, 0.7));
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 18.85px *\/
    width: 300px;
  }*/

  /* (unused) .initialMessageHeader-avatar {
    position: relative;
    width: 100px;
    height: 115px;
  }*/

  /* (unused) .initialMessageHeader-avatar img {
    z-index: 1;
    width: 90px;
    border-radius: 50%;
    /* display: none; *\/
  }*/

  /* (unused) .initialMessageHeader-avatar-background {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    fill: rgba(255, 255, 255, 0.7);
    filter: blur(18.2641658782959px);
    position: absolute;
    top: 0;
    left: 0;
  }*/

  /* (unused) .privacy {
    color: var(--Text-Placeholder, rgba(38, 59, 103, 0.7));
    font-feature-settings:
      "liga" off,
      "clig" off;
    text-decoration: underline;

    /* Body/Small *\/
    font-family: var(--Type-Font-family-Primary, Poppins);
    font-size: var(--Font-size-Body-small, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Line-height-Body-small, 17px); /* 141.667% *\/
  }*/

  /* (unused) .agent-image {
    height: unset !important;
  }*/

  /* (unused) .starters {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 32px);
    max-width: 800px;
    padding: 30px 20px 0px 20px;
    gap: 12px;
    border-radius: 12px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      #fff 5%,
      #fff 25%,
      #fff 51.92%,
      rgba(255, 255, 255, 0) 100%
    );
    display: none;
  }*/

  /* (unused) .scroll-to-bottom {
    position: absolute;
    bottom: 300px;
    right: 30px;

    & img {
      width: 36px;
      height: 36px;
    }
  }*/

  .embeded.svelte-19m1mt4 .betterbot_header:where(.svelte-19m1mt4) {
    font-size: 16px;
  }

  #betterbot_emeded_open_avatar.betterbot_embeded_avatar_image.svelte-19m1mt4 {
    height: 4rem;
    width: 100%;
    margin-bottom: 14px;
  }

  .disclamer.svelte-19m1mt4 {
    padding: 10px 34px;
    flex-shrink: 0;
    background: rgba(230, 243, 254, 0.5);
    color: #677694;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    text-align: center;
  }

  /* (unused) .media-buttons {
    position: absolute;
    top: -40px;
    display: flex;
    flex-direction: row;
    gap: 10px;
  }*/
  @media (max-width: 680px) {
    .betterbot_embeded_avatar_image.svelte-19m1mt4 {
      height: auto !important;
    }
  }
  @media (max-width: 480px) {
    /* (unused) .starters {
      padding: 0;
    }*/

    .disclamer.svelte-19m1mt4 {
      padding: 10px 16px;
    }

    footer.svelte-19m1mt4 {
      display: none;
    }
  }

  @media (min-width: 701px) {
    /* (unused) .scroll-to-bottom {
      right: 50%;
    }*/

    /* (unused) .embeded .scroll-to-bottom {
      right: 30px;
    }*/
  }

  /* (unused) .media-button {
    display: flex;
    width: 120px;
    height: 30px;
    padding: 6px 10px;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: 1px solid rgba(94, 105, 130, 0.15);
    background: #fff;
    color: #3b4e76;
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    line-height: 130%;
    cursor: pointer;
  }*/

.betterbot_embeded_wrapper.svelte-scqme9 {
  z-index: 1000;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
}

/* (unused) .betterbot_chat_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}*/

.betterbot_embeded_greeting.svelte-scqme9 {
  width: 278px;
  min-height: 55px;
  padding: 6px;
  flex-shrink: 0;
  border-radius: 0px 12px 12px 12px;
  background: #f6f7f7;
  margin-bottom: 8px;
  color: #263b67;
  font-family: Poppins;
  font-size: 13px;
  line-height: 19px;
  text-align: start;
}

.betterbot_embeded_close.svelte-scqme9 {
  display: flex;
  width: 21.027px;
  height: 21.611px;
  padding: 5.68px 5.683px 6.266px 5.68px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15.77px;
  background: #fff;
  box-shadow: 0px 1.051px 2.103px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: -10px;
  right: -8px;
  cursor: pointer;
  box-shadow: 0px 1.051px 2.103px 0px rgba(0, 0, 0, 0.08);
}

.betterbot_embeded_input.svelte-scqme9 {
  width: 278px;
  height: 34px;
  display: flex;
  border-radius: 30px;
  border: 1px solid var(--Border-Primary, #ced4da);
  background: #fff;
  padding: 0 10px;
}

.betterbot_embeded_input.svelte-scqme9 input:where(.svelte-scqme9) {
  height: 100%;
  background-color: transparent;
  border: none;
  flex: 1;
  color: #263b67;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 230px;
}
.betterbot_embeded_input.svelte-scqme9 input:where(.svelte-scqme9):focus-visible {
  outline: none;
}
.betterbot_embeded_input.svelte-scqme9 input:where(.svelte-scqme9)::placeholder {
  color: rgba(38, 59, 103, 0.5);
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 13px */
}

.betterbot_embeded_container.svelte-scqme9 {
  border-radius: 12px;
  border: 1px solid rgba(37, 37, 37, 0.51);
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.2) -6.98%, rgba(255, 255, 255, 0.6) 109.16%);
  box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  padding: 18px 10px;
  position: relative;
}

.betterbot_embeded_avatar.svelte-scqme9 {
  position: relative;
  height: 90px;
}

.betterbot_embeded_avatar_image.svelte-scqme9 {
  position: absolute;
  height: 4.5rem;
  right: 0;
  bottom: 6px;
  cursor: pointer;
}

/* (unused) .betterbot_embeded_avatar_background {
  position: absolute;
  height: 175px;
  right: -37px;
  bottom: -56px;
}*/

@keyframes svelte-scqme9-bounce {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.7);
  }
  70% {
    transform: scale(1.7);
  }
  100% {
    transform: scale(1);
  }
}
.invisible-button.svelte-scqme9 {
  cursor: pointer;
  padding: 0;
  border: 0;
}

/* (unused) .custom-modal {
  z-index: 10000000000;
  position: fixed;
  width: 500px;
  height: 400px;
  background-color: #fff;
}*/

@keyframes svelte-scqme9-slideInFromBottom {
  0% {
    transform: translateY(20px); /* Start 20px below */
    opacity: 0; /* Start invisible */
  }
  100% {
    transform: translateY(0); /* End at original position */
    opacity: 1; /* End fully visible */
  }
}
.help.svelte-scqme9 {
  border-radius: 38.802px;
  background-color: #f1f1f1;
  width: 90px;
  height: 1.5rem;
  color: #3b374e;
  text-align: center;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 5px;
  animation: svelte-scqme9-slideInFromBottom 0.5s ease forwards; /* Apply the animation */
  margin-right: -13px;
}

.has-help.svelte-scqme9 {
  bottom: 35px;
}

/* (unused) .betterbot_embeded_avatar_background.has-help {
  bottom: -25px;
}*/
.full-chat.svelte-80btba {
  width: 100%;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  color: white;
  background: #f7f7f7;
}

.full-chat.svelte-80btba::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--landing-image-url);
  background-size: cover;
  /* object-fit: contain; */
  background-position: left;
  background-repeat: no-repeat;
  opacity: 1;
  transition: opacity 1s ease-out;
  z-index: -1;
}

/* (unused) .full-chat.fade-background::before {
  opacity: 0 !important;
}*/

/* Header Styles */
.chat-header.svelte-80btba {
  background: transparent;
  border-bottom: none;
  padding: 2rem 0 1rem 0;
  flex-shrink: 0;
}

.header-content.svelte-80btba {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-content.active.svelte-80btba {
  justify-content: flex-start;
}

.header-content.active.svelte-80btba .logo:where(.svelte-80btba) {
  position: relative;
  left: -50px;
}

.logo.svelte-80btba {
  position: absolute;
  top: 1rem;
  text-align: center;
  width: 12rem;
  max-height: 5rem;
  height: -webkit-fill-available;
  overflow: hidden;
  margin: 0 auto;
}
.logo.svelte-80btba img:where(.svelte-80btba) {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  display: block;
}

/* (unused) .logo p {
  background: linear-gradient(8deg, #ffe32c -89.85%, #1d2006 306.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
  font-family: Poppins;
  font-size: 24.876px;
  font-style: normal;
  font-weight: 500;
  line-height: 35.537px;
}*/

/* (unused) .logo-text {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 3px;
  color: #d4af37;
  margin-bottom: 0.2rem;
}*/

/* (unused) .logo-subtext {
  display: block;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 2px;
  color: #d4af37;
}*/

/* Welcome Section */
.welcome-section.svelte-80btba {
  text-align: center;
  top: calc(50% - 160px);
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 800px; */
  max-width: 90vw;
  position: absolute;
  height: 280px;
  border-radius: 12px;
  background: linear-gradient(172deg, rgba(255, 255, 255, 0.2) 24.07%, rgba(255, 255, 255, 0) 94.01%);
  width: 910px;
  padding-top: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 20px; */
}

.welcome-section.desktop.svelte-80btba {
  top: auto;
  height: auto;
  bottom: 48%;
  padding-bottom: 6rem;
  padding-top: 2rem;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  border-radius: 12px;
  background: var(--welcome-section-box-shadow-background);
  background-blend-mode: lighten, normal;
  backdrop-filter: var(--welcome-section-blur);
  -webkit-backdrop-filter: var(--welcome-section-blur);
  box-shadow: var(--welcome-section-box-shadow);
}

.welcome-title.svelte-80btba {
  color: var(--welcome-title-color);
  text-align: center;
  font-family: Poppins;
  font-size: 1.875rem; /* 30px */
  font-style: normal;
  font-weight: 300;
  line-height: 145%; /* 43.5px */
  margin-top: 0;
  margin-bottom: 0;
}

.welcome-main-title-property-name.svelte-80btba {
  color: var(--welcome-title-property-name-color);
  text-align: center;
  font-family: Poppins;
  font-size: 2.875rem; /* 46px */
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  width: 85%;
}

.welcome-subtitle.svelte-80btba {
  color: var(--welcome-title-welcome-message-color);
  text-align: center;
  font-family: Poppins;
  font-size: 1rem; /*16px*/
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  max-width: 70%;
}

.after-chat-section.svelte-80btba {
  position: absolute;
  top: calc(56% + 130px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  color: var(--welcome-title-color);
  text-align: center;
  font-family: Poppins;
  font-size: 0.75rem; /* 12px */
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 16.8px */
  background: var(--welcome-section-box-shadow-background);
  backdrop-filter: var(--welcome-section-blur);
  -webkit-backdrop-filter: var(--welcome-section-blur);
  padding: 8px 45px;
}

/* Main Content Styles */
.chat-main.svelte-80btba {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
}

/* Footer Styles */
.chat-footer.svelte-80btba {
  /* background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0;
  flex-shrink: 0; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: linear-gradient(342deg, rgba(0, 0, 0, 0.6) -48.63%, rgba(102, 102, 102, 0) 228.53%);
  /* backdrop-filter: blur(5px); */
  font-size: 13px;
  z-index: 1;
}

.chat-footer.svelte-80btba a:where(.svelte-80btba) {
  text-decoration: none;
}

.chat-footer.active.svelte-80btba {
  height: 100px;
  background: white;
  padding-top: 50px;
  color: rgba(59, 55, 78, 0.6);
}

/* (unused) .footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}*/

.footer-actions.svelte-80btba span:where(.svelte-80btba) {
  display: flex;
  gap: 5px;
  align-items: center;
}

/* (unused) .footer-actions span svg {
  margin-right: 5px;
}*/

/* (unused) .footer-info {
  text-align: left;
}*/

.footer-social.svelte-80btba {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-social.svelte-80btba img:where(.svelte-80btba) {
  padding: 7px 4px;
}

.footer-social.svelte-80btba img:where(.svelte-80btba):hover {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.chat-footer.active.svelte-80btba .footer-social:where(.svelte-80btba) img:where(.svelte-80btba):hover {
  border-radius: 4px;
  background: rgba(59, 55, 78, 0.03);
}

/* (unused) .footer-info p {
  margin: 0.2rem 0;
  color: #b0b0b0;
  font-size: 0.9rem;
}*/

/* (unused) .footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}*/

/* (unused) .footer-links > span {
  color: #b0b0b0;
  font-size: 0.9rem;
}*/

.footer-actions.svelte-80btba {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-actions-links.svelte-80btba {
  display: flex;
  gap: 16px;
}

.footer-actions-links.svelte-80btba span:where(.svelte-80btba) {
  /* color: #FFF; */
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 2px;
  cursor: pointer;
}

.footer-actions-links.svelte-80btba span:where(.svelte-80btba):hover {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.chat-footer.active.svelte-80btba .footer-actions-links:where(.svelte-80btba) span:where(.svelte-80btba):hover {
  border-radius: 4px;
  background: rgba(59, 55, 78, 0.03);
}

/* (unused) .section {
  height: 100vh;
  overflow-y: auto;
  position: relative;
}*/

/* (unused) .section-header {
  height: 400px;
}*/

/* (unused) .section-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/

/* (unused) .chat-segment {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 18px;
}*/

/* (unused) .chat-wrap {
  height: 100vh;
  width: 100%;
  padding-top: 350px;
  background-color: transparent;
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}*/

.ai-input-container.svelte-80btba {
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  max-width: 95vw;
  /* transition: top 0.3s ease-out, bottom 0.3s ease-out, transform 0.3s ease-out; */
}

.ai-input-container.active.svelte-80btba {
  top: unset;
  bottom: 50px;
  transform: translate(-50%, 0);
  z-index: 1;
}

/* (unused) .ai-input-container.active #input-container {
  margin-bottom: 1px;
}*/

.footer-privacy.svelte-80btba {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer-privacy.svelte-80btba span:where(.svelte-80btba) {
  cursor: pointer;
  padding: 8px 2px;
}

.footer-privacy.svelte-80btba span:where(.svelte-80btba):hover {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
}

.chat-footer.active.svelte-80btba .footer-privacy:where(.svelte-80btba) span:where(.svelte-80btba):hover {
  border-radius: 4px;
  background: rgba(59, 55, 78, 0.03);
}

.betterbot-logo.svelte-80btba {
  display: flex;
  gap: 10px;
  cursor: default;
}
.betterbot-logo.svelte-80btba img:where(.svelte-80btba) {
  cursor: pointer;
}

.chat-container.svelte-80btba {
  /* max-width: 900px; */
  margin: 0 auto;
  /* padding: 20px; */
  background-color: transparent;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  height: 100vh;
  width: 100%;
  visibility: hidden;
  position: fixed;
  top: 0;
  /* display: flex;
  flex-direction: column; */
  align-items: center;
  overflow-y: scroll;
}

.chat-container.svelte-80btba::-webkit-scrollbar {
  display: none;
}

/* (unused) .last {
  min-height: calc(100vh - 70px);
}*/

.chat-container.visible.svelte-80btba {
  visibility: visible;
}

.background-image.svelte-80btba {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 325px;
  overflow: hidden;
}

.background-image.svelte-80btba img:where(.svelte-80btba) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .welcome-title.svelte-80btba {
    font-size: 2rem;
  }
  /* (unused) .footer-content {
    flex-direction: column;
    text-align: center;
  }*/
  /* (unused) .footer-links {
    align-items: center;
  }*/
  .footer-actions.svelte-80btba {
    justify-content: center;
  }
  .full-chat.svelte-80btba::before {
    background-image: url("/images/mobile-landing.png");
  }
}
@media (max-width: 600px) {
  .chat-header.svelte-80btba {
    display: none;
  }
}
.tooltip-container.svelte-80btba {
  position: relative;
  /* cursor: pointer; */
}

.cursor-dafault.svelte-80btba {
  cursor: default !important;
}

.tooltip.svelte-80btba {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  transition: opacity 0.3s, visibility 0.3s;
  height: 63px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 4.599px 3.066px 18.397px -0.767px rgba(162, 162, 162, 0.25);
  color: #68738a;
  font-family: Poppins;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 280px;
  display: flex;
  pointer-events: none;
}

.tooltip-right.svelte-80btba {
  left: 100% !important;
}

/*   
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
} */
.tooltip-container.svelte-80btba:hover .tooltip:where(.svelte-80btba) {
  visibility: visible;
  opacity: 1;
  position: absolute; /* Change to fixed positioning */
  z-index: 9999;
  /* Remove the transform and use different positioning */
  bottom: auto;
  top: -70px;
  left: 40px;
  right: auto;
  pointer-events: none; /* Prevent tooltip from being hoverable */
}

.tooltip-container.svelte-80btba:hover .tooltip:where(.svelte-80btba):hover {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 600px) {
  .chat-footer.svelte-80btba {
    padding: 10px 20px;
  }
  .ai-input-container.svelte-80btba {
    top: var(--top-position-ai-input);
  }
  .fade-efect.svelte-80btba {
    position: absolute;
    top: 0;
    width: 100%;
    height: 325px;
    background: linear-gradient(176deg, #fff 44.07%, rgba(255, 255, 255, 0) 94.43%);
    backdrop-filter: blur(1.1499999762px);
  }
  .test.svelte-80btba {
    color: rgba(59, 55, 78, 0.6);
    text-align: center;
    font-family: Poppins;
    font-size: 0.75rem; /* 12px */
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 16.8px */
    position: absolute;
    top: 10px;
    width: 100%;
    padding: 17px 17px 20px;
    background-color: #ffffff;
  }
  .welcome-section.svelte-80btba {
    gap: 0;
    top: 11rem;
    background: linear-gradient(181deg, #fff 22.19%, rgba(255, 255, 255, 0) 97.04%);
    backdrop-filter: blur(1.1499999762px);
    width: 100%;
    max-width: 100%;
    padding-top: 12px;
    padding-bottom: 18px;
    height: auto;
  }
  .welcome-title.svelte-80btba {
    color: #484458;
    text-align: center;
    font-family: Poppins;
    font-size: 1.563rem; /* 25px */
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 36.25px */
  }
  .welcome-subtitle.svelte-80btba {
    width: unset;
    color: rgba(59, 55, 78, 0.9);
    text-align: center;
    font-family: Poppins;
    font-size: 0.75rem; /* 12px */
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 15.6px */
    max-width: 85%;
  }
  .chat-header.svelte-80btba {
    padding: 10px;
  }
}
/* Expand button styles */
/* (unused) .expand-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}*/

/* (unused) .expand-btn svg {
  transition: transform 0.3s ease;
}*/

/* (unused) .message-content {
  transition: max-height 0.3s ease, opacity 0.3s ease;
  /* overflow: hidden; *\/
  /* overflow-x: auto; *\/
  font-size: 16px;
}*/

/* (unused) .message-content:not(.expanded) {
  max-height: 100px; /* Adjust this value based on your needs *\/
}*/

/* (unused) .message-content.expanded {
  max-height: none;
}*/

/* (unused) .reset-button-styles {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}*/

.welcome-main-title.svelte-80btba {
  color: #3b374e;
  text-align: center;
  font-family: Poppins;
  font-size: 1.875rem; /* 30px */
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  width: 90%;
}

.copyright.svelte-80btba {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: default;
}

  .embla.svelte-oj4u1i {
    margin: 0 30px;
    max-width: 48rem;
    /* overflow: hidden; */
    --slide-height: calc(100vh - 430px);
    --slide-spacing: 1rem;
    --slide-size: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* (unused) .embla__viewport {
    overflow: hidden;
  }*/
  .embla__container.svelte-oj4u1i {
    display: flex;
    touch-action: pan-y pinch-zoom;
    margin-left: calc(var(--slide-spacing) * -1);
  }
  .embla__slide.svelte-oj4u1i {
    transform: none !important;
    flex: 0 0 var(--slide-size);
    min-width: 0;
    padding-left: var(--slide-spacing);
  }
  .embla__slide__number.svelte-oj4u1i {
    box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
    border-radius: 1.8rem;
    font-size: 4rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--slide-height);
    user-select: none;
    position: relative;
  }
  .embla-thumbs.svelte-oj4u1i {
    --thumbs-slide-spacing: 0.8rem;
    --thumbs-slide-height: 6rem;
    margin-top: 30px;
  }
  .embla-thumbs__viewport.svelte-oj4u1i {
    overflow: hidden;
    /* overflow-x: auto;
    transform: none !important; */
  }

  @keyframes svelte-oj4u1i-infiniteScroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%); /* Move by half the width (first set) */
    }
  }
  /* (unused) .embla-thumbs__container {
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-left: calc(var(--thumbs-slide-spacing) * -1);
    width: 200%;
  }*/

  .embla-thumb__container.svelte-oj4u1i {
    display: flex;
    justify-content: start;
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    -webkit-overflow-scrolling: touch; /* iOS momentum scrolling */
    padding-right: 150px;
    width: calc(100% + 150px);
    height: 100px;
    align-items: center;
    /* width: 200%; */
  }

  /* (unused) .embla-thumbs__container.infinite-scroll {
    display: flex;
    flex-direction: row;
    margin-left: calc(var(--thumbs-slide-spacing) * -1);
    animation: infiniteScroll 20s linear infinite;
    width: calc(
      200% + var(--thumbs-slide-spacing)
    ); /* Double width for duplicated content *\/
  }*/
  .embla-thumbs__slide.svelte-oj4u1i {
    flex: 0 0 22%;
    min-width: 0;
    padding-left: var(--thumbs-slide-spacing);
  }
  @media (min-width: 576px) {
    .embla-thumbs__slide.svelte-oj4u1i {
      flex: 0 0 15%;
    }
  }
  .embla-thumbs__slide__number.svelte-oj4u1i {
    border-radius: 1.8rem;
    -webkit-tap-highlight-color: rgba(var(--text-high-contrast-rgb-value), 0.5);
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    touch-action: manipulation;
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--detail-high-contrast);
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--thumbs-slide-height);
    /* width: 100%; */
  }
  .embla-thumbs__slide--selected.svelte-oj4u1i .embla-thumbs__slide__number:where(.svelte-oj4u1i) {
    color: var(--text-body);
    scale: 1.1;
    /* border: 1px solid blue;
    border-radius: none !important; */
  }

  .show-image.svelte-oj4u1i,
  .image-indicator.svelte-oj4u1i {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  .show-image.svelte-oj4u1i {
    object-fit: cover;
  }

  .embla-container.svelte-oj4u1i {
    overflow: hidden;
    position: relative;
    margin: 50px 20px 10px 20px;
    background-color: #fff;
    height: calc(100% - 145px);
  }

  /* (unused) .embla-container-2 {
    height: 110px;
  }*/

  .embla__buttons.svelte-oj4u1i {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 40%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 2;
  }

  /* (unused) .virtual-tour-button {
    display: flex;
    padding-left: 50px;
    justify-content: start;
    align-items: center;
    border-radius: 4px;
    border: 1px solid rgba(1, 18, 55, 0.3);
    color: #011237;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 21px *\/
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    width: 230px;
    height: 42px;
    font-family: Poppins;
  }*/

  /* (unused) .virtual-tour-button svg {
    margin-right: 20px;
  }*/

  /* .virtual-tour-container {
    width: 100%;
    height: calc(100vh - 221px);
    padding: 50px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  } */

  .virtual-tour-container.svelte-oj4u1i {
    width: 100%;
    height: 100%;
    max-width: 1000px;
  }

  @media only screen and (max-width: 767px) {
    @supports (-webkit-touch-callout: none) {
      .embla.svelte-oj4u1i {
        --slide-height: calc(100vh - 700px) !important;
      }
    }

    .virtual-tour-container.svelte-oj4u1i {
      height: 100%;
    }
  }

  .embla-thumbs__slide.svelte-oj4u1i {
    /* height: 100px; */
    height: 80px;
    width: 80px;
  }

  .embla-thumbs__slide__number.svelte-oj4u1i {
    width: 80px;
    height: 80px;
  }

  .image-indicator.svelte-oj4u1i {
    object-fit: cover;
  }

  @media only screen and (max-width: 480px) {
    .embla.svelte-oj4u1i {
      --slide-height: calc(100vh - 630px) !important;
    }

    .embla-container.svelte-oj4u1i {
      height: calc(100% - 145px);
    }

    .embla-thumbs__slide.svelte-oj4u1i {
      /* height: 100px; */
      height: 60px;
      width: 60px;
    }

    .embla-thumbs__slide__number.svelte-oj4u1i {
      width: 60px;
      height: 60px;
    }

    .image-indicator.svelte-oj4u1i {
      object-fit: cover;
    }
  }


  .carousel-wrapper.svelte-1yx5xox {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 72%;
    background: #FFF;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); */
    /* margin-bottom: 5%; */
  }

  .carousel-wrapper.full-screen.svelte-1yx5xox { 
    background: #F7F7F7;
  }
  
  .carousel-wrapper.top.svelte-1yx5xox {
    flex-direction: column-reverse;
  }
  
  .carousel-wrapper.left.svelte-1yx5xox {
    flex-direction: row-reverse;
  }
  
  .carousel-wrapper.right.svelte-1yx5xox {
    flex-direction: row;
  }
  
  .carousel.svelte-1yx5xox {
    position: relative;
    flex: 1;
    height: 70%;
    /* min-height: 300px; */
    overflow: hidden;
  }
  
  .carousel-container.svelte-1yx5xox {
    position: relative;
    position: relative;
    width: auto;
    height: 100%;
    margin: 0px 40px;
  }
  
  .carousel-slide.svelte-1yx5xox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }
  
  .carousel-slide.active.svelte-1yx5xox {
    opacity: 1;
  }
  
  .carousel-slide.svelte-1yx5xox img:where(.svelte-1yx5xox) {
    width: 100%;
    height: 90%;
    object-fit: contain;
    display: block;
  }
  
  /* Navigation Buttons */
  .nav-button.svelte-1yx5xox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
  }
  
  .nav-button.svelte-1yx5xox:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
  }
  
  .nav-button.prev.svelte-1yx5xox {
    left: 55px;
  }
  
  .nav-button.next.svelte-1yx5xox {
    right: 55px;
  }
  
  /* Dots */
  .dots-container.svelte-1yx5xox {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
  }
  
  .dot.svelte-1yx5xox {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .dot.svelte-1yx5xox:hover {
    border-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
  }
  
  .dot.active.svelte-1yx5xox {
    background: white;
    border-color: white;
  }
  
  /* Image Counter */
  .image-counter.svelte-1yx5xox {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    z-index: 10;
    backdrop-filter: blur(10px);
  }
  
  /* Thumbnails */
  .thumbnails-container.svelte-1yx5xox {
    /* background: rgba(0, 0, 0, 0.05); */
    height: 92px;
    /* padding: 16px; */
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
  }
  
  .carousel-wrapper.left.svelte-1yx5xox .thumbnails-container:where(.svelte-1yx5xox),
  .carousel-wrapper.right.svelte-1yx5xox .thumbnails-container:where(.svelte-1yx5xox) {
    width: 120px;
    padding: 16px 8px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .thumbnails.svelte-1yx5xox {
    display: flex;
    gap: 12px;
    min-width: min-content;
    justify-content: center;
  }
  
  .carousel-wrapper.left.svelte-1yx5xox .thumbnails:where(.svelte-1yx5xox),
  .carousel-wrapper.right.svelte-1yx5xox .thumbnails:where(.svelte-1yx5xox) {
    flex-direction: column;
  }
  
  .thumbnail.svelte-1yx5xox {
    flex-shrink: 0;
    width: 80px;
    height: 60px;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    background: none;
    padding: 0;
  }
  
  .carousel-wrapper.left.svelte-1yx5xox .thumbnail:where(.svelte-1yx5xox),
  .carousel-wrapper.right.svelte-1yx5xox .thumbnail:where(.svelte-1yx5xox) {
    width: 60px;
    height: 45px;
  }
  
  .thumbnail.svelte-1yx5xox:hover {
    border-color: rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
  }
  
  .thumbnail.active.svelte-1yx5xox {
    border-color: #007bff;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
  }
  
  .thumbnail.svelte-1yx5xox img:where(.svelte-1yx5xox) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  /* Scrollbar Styling */
  .thumbnails-container.svelte-1yx5xox::-webkit-scrollbar {
    height: 6px;
    width: 6px;
  }
  
  .thumbnails-container.svelte-1yx5xox::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
  }
  
  .thumbnails-container.svelte-1yx5xox::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
  }
  
  .thumbnails-container.svelte-1yx5xox::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
  }

  .image-title.svelte-1yx5xox {
    color: var(--color-rhino-opacity-70, rgba(38, 59, 103, 0.70));
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 146.154% */
  }
  .image-title.svelte-1yx5xox::first-letter {
  text-transform: uppercase;
}
  /* Responsive Design */
  @media (max-width: 768px) {
    .nav-button.svelte-1yx5xox {
      width: 40px;
      height: 40px;
    }
    
    .nav-button.prev.svelte-1yx5xox {
      left: 25px;
    }
    
    .nav-button.next.svelte-1yx5xox {
      right: 25px;
    }
    
    .thumbnail.svelte-1yx5xox {
      width: 60px;
      height: 45px;
    }
    
    .image-counter.svelte-1yx5xox {
      top: 10px;
      right: 10px;
      font-size: 12px;
      padding: 6px 10px;
    }
    
    .dots-container.svelte-1yx5xox {
      bottom: 10px;
    }
    
    .dot.svelte-1yx5xox {
      width: 10px;
      height: 10px;
    }
  }

  @media (max-width: 480px) {
    .carousel-wrapper.svelte-1yx5xox {
        height: calc(100vh - 430px);
    }

    .carousel-container.svelte-1yx5xox {
      margin: 0px 20px;
    }
  }
  
  /* Focus styles for accessibility */
  .nav-button.svelte-1yx5xox:focus,
  .dot.svelte-1yx5xox:focus,
  .thumbnail.svelte-1yx5xox:focus {
    outline: 2px solid #007bff;
    outline-offset: 2px;
  }


    .pictures-container.svelte-1d8lnmd {
        /* height: calc(100% - 40px);  */
        height: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .embla-container-2.svelte-1d8lnmd {
    min-width: 360px;
    overflow: hidden;
    /* height: 100%; */
    height: 120px;
    /* background: #f8fafe; */
    /* flex: 1; */
    display: flex;
    /* flex-direction: column;
    justify-content: start; */
    justify-content: center;
    align-items: center;
    
  }

  /* (unused) .embla-container-2__title {
    color: var(--color-midnight-opacity-90, rgba(1, 18, 55, 0.9));
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.431px; /* 117.156% *\/
  }*/

  /* (unused) .embla-container-2__subtitle {
    color: var(--Color-Midnight-Opacity-Default, #011237);
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.431px; /* 180.24% *\/
    margin-bottom: 20px;
  }*/

  .type-buttons.svelte-1d8lnmd {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .type-button.svelte-1d8lnmd {
      border-radius: 50px;
      border-radius: 50px;
      border: 1px solid #E0E0E0;
      display: flex;
      height: 36px;
      padding: 8px 20px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      cursor: pointer; 
      flex-wrap: nowrap; 
    }

    .type-button.svelte-1d8lnmd:hover, .type-button.active.svelte-1d8lnmd {
          background: #1EBFAB;
          color: #fff;
    }

    .pictures-container-title.svelte-1d8lnmd {
        color: #0F1833;
        text-align: center;
        font-family: Poppins;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 25.2px */
        text-transform: capitalize;
    }




  .virtual-tour-container.svelte-1viu9ws {
    width: 100%;
    height: 100%;
    height: calc(100vh - 280px);
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
  }

  .virtual-tour-container-title.svelte-1viu9ws {
    color: #0F1833;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    text-transform: capitalize;
    margin-bottom: 20px;
  }

  /* (unused) .embla-container-2 {
    width: 100%;
    height: 100%;
  }*/

  .type-buttons.svelte-1viu9ws {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .type-button.svelte-1viu9ws {
    border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #e0e0e0;
    display: flex;
    height: 36px;
    padding: 8px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    flex-wrap: nowrap;
  }

  .type-button.svelte-1viu9ws:hover,
  .type-button.active.svelte-1viu9ws {
    background: #1ebfab;
    color: #fff;
  }

  @media (max-width: 768px) {
    .type-buttons.svelte-1viu9ws {
      /* flex-direction: column; */
      display: block;
      height: 150px;
      overflow-y: auto;
      padding: 20px 20px;
    }

    .type-button.svelte-1viu9ws {
      width: 100%;
      margin-bottom: 5px;
    }
  }

  @media (max-width: 480px) {
    .virtual-tour-container.svelte-1viu9ws {
      height: calc(100% - 150px);
    }
  }



    .property-info.svelte-196il5u {
        padding: 50px 30px 0 30px;
        text-align: left;
        height: 100%;
        overflow-y: auto;
    }

    .segment.svelte-196il5u {
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: 95px;
        padding: 16px 0;
        border-bottom: 1px solid #C1C5CD;
    }

    .segment-title.svelte-196il5u {
            color: #3B374E;
            font-family: Poppins;
            font-size: 13px;
            font-style: normal;
            font-weight: 600;
            line-height: normal;
            display: flex;
            gap: 5px;
        }

        .policies.svelte-196il5u {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-top: 20px;
        }

        .segment-policy.svelte-196il5u img:where(.svelte-196il5u) {
            margin-right: 5px;
        }

        .action-button.svelte-196il5u {
            display:flex;
            justify-content: center;
            margin-top: 20px;
            padding: 10px;
          
        }

        .action-button-text.svelte-196il5u:first-of-type {
           padding-right: 30px;
           margin-right: 30px;
           border-right: 1px solid #4B8D71;
        }
        .action-button-text.svelte-196il5u {
            color: #4B8D71;
            font-family: Inter;
            font-size: 13px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            display: flex;
            gap: 5px;
        }

        .apply-now-button.svelte-196il5u {
            width: 341px;
            height: 31px;
            border-radius: 4px;
            background: #4B8D71;
            border: none;
            color: #FFF;
            font-family: Inter;
            font-size: 13px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            margin-bottom: 20px;
        }

        .copyright.svelte-196il5u {
            text-align: center;
        }





  main.svelte-1g9dejs {
    text-align: center;
    padding: 1em;
    max-width: 240px;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000000;
    color: var(--color-midnight-opacity-90, rgba(1, 18, 55, 0.90));
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;

    /* (unused) &.embed {
      height: 400px;
      width: 500px;
    }*/

  }

  @media (min-width: 640px) {
    main.svelte-1g9dejs {
      max-width: none;
    }
  }


.custom-modal.svelte-1g9dejs {
    z-index: 10000000000;
    position: fixed;
    height: 80%;
    background: #FFF;
    box-shadow: 0px -5px 23.6px 0px rgba(191, 191, 191, 0.25);
    height: 0;
    width: 0;
    overflow: hidden;
    transition: width 0.3s;
    transition: height 0.3s;
    
}

.custom-modal.embed.svelte-1g9dejs {
  height: calc(100vh - 67px);
  right: 700px;
  top: 67px;
}

.custom-modal.embed.show.svelte-1g9dejs {
    width: calc(100vw - 700px);
    max-width: 800px;
  }



.custom-modal.full-screen.svelte-1g9dejs {
   bottom: 0;
   background: #F7F7F7;
   box-shadow: none;
}

.custom-modal.full-screen.small-media.svelte-1g9dejs {
  bottom: 192px;
  left: 0;
  width: 100%;
}


.custom-modal.full-screen.show.svelte-1g9dejs {
  /* height: 100vh; */
  left: 0;
  width: 100%;
}



.custom-modal.full-screen.small-media.show.svelte-1g9dejs {
  height: calc(100vh - 192px);
  /* bottom: 192px !important; */
}

.custom-modal.full-screen.show.svelte-1g9dejs {
  height: 100%;
}


@keyframes svelte-1g9dejs-scaleUp {
    0% {
        transform: translate(-50%, -50%) scale(0.5); /* Start small */
    }
    100% {
        transform: translate(-50%, -50%) scale(1); /* End at normal size */
    }
}

.close-modal.svelte-1g9dejs {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}

.image-text.svelte-1g9dejs {
  color: white;
}

.modal-image.svelte-1g9dejs {
	height: 90%;
  margin-top: 5%;
}


@media (max-width: 500px) { 
  .custom-modal.embed.svelte-1g9dejs {
      height: calc(100vh - 255px);
      right: 0px;
      top: 67px;
  }

  .custom-modal.embed.show.svelte-1g9dejs {
    width: 100%;
  }

  .custom-modal.full-screen.small-media.svelte-1g9dejs {
    bottom: 162px;
  }

  .custom-modal.full-screen.small-media.show.svelte-1g9dejs {
    height: calc(100vh - 260px);
    top: 0;
  }
}

