.anonymous-video-header iframe {
  width: 100%;
  height: 100vh;
}

/*a:hover, li:hover {
  text-decoration: underline;
  color: white;
}*/
.path-frontpage .node__container,
.view-avatars-expo .node__container {
  background-color: #F9F9F9;
  border: 1px solid #ECECEC;
  border-radius: 6px;
  padding: 10px 9px;
}

.rtecenter {
  text-align: center;
}

.view-blogs .custom-blog-row {
  background-color: #EFEFEF;
  border: 1px solid #ECECEC;
  border-radius: 6px;
  padding: 10px 9px;
  margin-bottom: 50px;
  margin-top: 50px;
  min-height: 250px;
}

.view-blogs .views-row .views-field-field-image img {
  /*  height: 200px;*/
  /*  width: 200px;*/
  margin-right: 20px;
  float: left;
  padding: 6px;
  border: 1px solid #ECECEC;
  background-color: #ffff;
  border-radius: 6px;
}

.view-blogs .views-row .views-field-body img {
  height: 150px;
  /*  width: 130px;*/
  margin: 10px;
}

.view-concept-relation .views-row.clearfix {
  min-height: 100px;
  border: 1px solid #F1F1F1;
  background: #F1F1F1;
  padding: 12px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  font-style: italic;
  font-size: initial;
}

.page-container-border-enabled .page-container {
  border: none;
  overflow: initial;
}

.page-container-border-enabled .page-container>div,
.page-container-border-enabled .page-container>.footer {
  margin: 0;
}

@media only screen and (min-width: 991px) {
  .header-container .header.region--gray-background {
    width: 100%;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  }
}

.header__container {
  padding: 0;
}

/*.header-container header ul.menu li a {
  padding: 20px 10px;
}*/
.node__container iframe {
  width: 100%;
}

.path-frontpage .custom-bg {
  padding: 0;
}

#block-knowledgebots {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  z-index: 9999;
  border-radius: 10px;
  animation: floating 5s ease-in-out infinite;
  user-select: none;
  width: 400px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 10px);
  }

  100% {
    transform: translate(0, 0);
  }
}

body.path-group {
  display: block;
}

.field--name-field-rate-me {
  display: none;
}

.region--gray-background {
  background-color: transparent;
}

#back-button-wrapper {
  padding: 20px;
}

.field--name-field-graphic-image {
  padding-top: 18px;
  padding-bottom: 30px;
}

.field--name-field-pre {
  padding-top: 18px;
}

#block-knowledgebots iframe {
  min-height: 50vh;
}

.page-node-type-simpleiframe .field--name-body iframe {
  min-height: 500px;
  border: none;
}

.back-button {
  position: relative;
  left: 50px;

  &:before {
    content: " ";
    background-image: url('/themes/custom/showcase_lite/images/leftarrow-removebg-preview.png');
    position: absolute;
    width: 31px;
    height: 34px;
    left: -28px;
    cursor: pointer;
  }
}

.field--name-field-next-test {
  padding-bottom: 20px;
}

.field--name-field-bot-avatar {
  padding-top: 20px;
}

#block-avatarguru {
  a.open-knowledge-avatar-guru {
    color: #579FFB;
    font-weight: 600;
  }
}

.spb-popup-main-wrapper.spb_top_center {
  top: 10%;
  border-radius: 17px;
}

a.register-btn {
  background-color: #373737;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 10px !important;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  margin: 10px 5px 10px 0;
  text-align: center;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  text-decoration: none;
}

.headings-wide-spacing-enabled .header-container ul.menu li a {
  letter-spacing: 2px;
}

.header-top__container {
  padding: 5px 0 10px;
}

.clearfix.header-top.region--light-typography.region--dark-background {
  background-color: #408DD2;
}

#block-showcase-lite-main-menu li.menu-item {
  /*display: table-column-group;*/
  margin: -7px;
}

@media (min-width: 320px) and (max-width: 575.98px) {
  #block-knowledgebots {
    left: 0;
    right: 0;
    text-align: center;
    width: unset;
    position: unset !important;
  }

  body:not(.user-logged-in) {
    .header__section ul.menu {
      padding: 0 !important;
    }

    .mute-toggle-button {
      top: 200px;
    }
  }

  .clearfix.header-top.region--light-typography.region--dark-background {
    position: unset !important;
  }

  body.user-logged-in {
    .header {
      position: unset !important;
      width: 100%;
    }
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  #block-knowledgebots {
    position: unset !important;
  }

  body:not(.user-logged-in) {
    .header {
      position: fixed;
      width: 100%;
    }

    .header__section ul.menu {
      padding: 0 !important;
    }

    .mute-toggle-button {
      top: 230px;
    }

    .header-container {
      padding-top: 0px;
    }
  }

  .header-container {
    padding-top: 35px;
  }

  .header-container .header.region--gray-background {
    top: unset !important;
  }

  .logo {
    padding-top: 32px;
  }
}

#manage-group-button-hourly:before {
  content: "Purchase support here";
  color: Black;
  font-weight: bold;
  position: absolute;
  bottom: 131px;
  font-size: 24px;
}

#manage-group-button-hourly input {
  width: 253px;
}

#manage-group-button-monthly input {
  width: 253px;
}

.btn-minimize:after {
  content: '-';
  font-size: 26px;
  margin: 0 auto;
  text-align: right;
  cursor: pointer;
  color: #555;
  font-weight: 900;
}

.btn-minimize.minimize-clicked:after {
  content: '+' !important;
  font-size: 26px;
  margin: 0 auto;
  text-align: right;
  cursor: pointer;
  color: #555;
  font-weight: 900;
}

#block-knowledgebots.minimize-clicked {
  width: 50px;
  height: 50px;
}

.btn-maximize {
  position: absolute;
  top: 0;
}

#block-knowledgebots {
  transition: height 0.5s ease;
}

#block-knowledgebots.minimized {
  height: 0;
  overflow: hidden;
  background-color: #408DD2;
  content: '+' !important;
  font-size: 26px;
  margin: 0 auto;
}

.order-total-line__adjustment--subscription {
  .order-total-line-label {
    font-size: x-large;
    font-weight: 700;
  }
}

.header-top ul.menu li a {
  font-size: 10px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-top ul.menu li a {
    font-size: 9px !important;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .header-top ul.menu li a {
    font-size: 9px !important;
  }

  .mute-toggle-button:hover {
    width: auto;
    padding: 12px 20px;
    border-radius: 25px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  }
}

.footer-copyright {
  text-align: center;
}

#block-supporthourly {
  position: relative;
}

.summary-text {
  font-weight: 100;
  text-align: right;
}

.user-login-form {
  width: 60%;
}

.user-register-form {
  width: 60%;
}

.user-register-form .confirm-parent {
  max-width: unset;
}

.user-register-form .password-parent {
  max-width: unset;
}

.user-pass {
  width: 60%;
}

.block-views-blockrecent-blogs-block-1 {
  .views-field.views-field-title {
    display: inline-block;
  }
}

#kna-home-video {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-container {
  padding-top: 56.25%;
  position: relative;
}

.video-container iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mute-toggle-button {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: white;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 999;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  white-space: nowrap;
}

.mute-toggle-button i {
  font-size: 20px;
  color: #111;
  transition: transform 0.3s ease;
}

.mute-toggle-button span {
  font-size: 14px;
  color: #111;
  margin-left: 8px;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  visibility: hidden;
}

.mute-toggle-button:hover {
  width: auto;
  padding: 12px 20px;
  border-radius: 25px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.mute-toggle-button:hover span {
  opacity: 1;
  max-width: 100px;
  visibility: visible;
}

body:not(.user-logged-in) {
  .header__section ul.menu {
    padding: 47px 0 0;
  }
}

body.user-logged-in {
  .header__section ul.menu {
    padding: 47px 0 0 !important;
  }
}

.header {
  width: 100%;
  transition: all 0.3s ease;
  position: static;
  z-index: 1;
}

.fixed-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
}

.clearfix.header__container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-top {
  width: 100%;
  transition: all 0.3s ease;
  z-index: 1050;
}

.fixed-header-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.header__section ul.menu {
  padding: 40px 0 0 !important;
}


html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
  font-family: Arial, sans-serif;
}

/* Main container: avatar on left, chat area on right */
#chat-window {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
}

#chat-window #iframe-container {
  background-color: #1e1e1e;
}

#chat-window #iframe-container iframe {
  max-width: 360px;
}


/* Avatar container */
#avatar-container {
  min-width: 300px;
  position: relative;
  background: #1E1E1E;
  height: 500px;
}

#avatar {
  width: 100%;
  height: calc(100% - 25px);
  display: block;

  canvas {
    position: absolute;
    top: 20px;
  }
}

/* Loading indicator at bottom of avatar container */
#loading {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: #2D2D2D;
  font-size: 16px;
  color: white;
}

/* Chat area on right */
#chat-area {
  display: flex;
  flex-direction: row;
  padding: 10px;
  overflow-y: auto;
  min-height: 200px;
  position: absolute;
  bottom: 55px;
  width: 100%;
  max-height: 200px;
  gap: 10px;
}

/* Chat messages container */
#chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
  background-color: lightgray;
  opacity: .7;
  border-radius: 10px;
}

/* Chat input area */
#chat-input {
  display: flex;
  padding: 10px;
  background: #1E1E1E;
  gap: 10px;
  position: relative;
}

#text {
  flex: 1;
  font-size: 16px;
  padding: 8px;
  border: none;
  border-radius: 25px;
  background-color: lightblue;
}

#speak,
#speech-to-text,
#talking-button {
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background-color: #eeeeee;
  color: white;
  display: flex;
  align-items: center;
  padding: 8px;
}

/* Message styling */
.message {
  display: flex;
  margin-bottom: 10px;
}

/* Bot messages align left */
.message.bot {
  justify-content: flex-start;
}

/* User messages align right */
.message.user {
  justify-content: flex-end;
}

/* Speech bubble style */
.bubble {
  position: relative;
  max-width: 70%;
  padding: 10px 15px;
  border-radius: 15px;
  line-height: 1.4;
}

/* Bot bubble style */
.message.bot .bubble {
  background: rgb(0, 0, 0);
  color: white;
  border-bottom-left-radius: 0;
  max-width: 100%;
}

/* User bubble style */
.message.user .bubble {
  background: rgb(0, 0, 0);
  color: white;
  border-bottom-right-radius: 0;
}

/* Bot speech bubble arrow */
.message.bot .bubble::after {
  content: "";
  bottom: 0;
  left: -10px;
  /* border-width: 10px 10px 0 0;
  border-style: solid;
  border-color: #444 transparent transparent transparent; */
}

/* User speech bubble arrow */
.message.user .bubble::after {
  content: "";
  bottom: 0;
  right: -10px;
  /* border-width: 10px 0 0 10px;
  border-style: solid;
  border-color: #007bff transparent transparent transparent; */
}

/* Thinking indicator: three animated white dots */
.thinking {
  display: inline-block;
}

.thinking .dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  /* Changed to white for better contrast */
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  opacity: 0.2;
  animation: blink 1.4s infinite;
}

.thinking .dot:nth-child(1) {
  animation-delay: 0s;
}

.thinking .dot:nth-child(2) {
  animation-delay: 0.2s;
}

.thinking .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}









/* test */
.bot-layout {
  display: flex;
  background: #222;
  color: #fff;
  padding: 10px;
}

#avatarFrame {
  flex: 1;
}

.chat-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

#chat-log {
  flex: 1;
  overflow-y: auto;
  background: #111;
  padding: 10px;
  margin-bottom: 10px;
}

.user-msg,
.bot-msg {
  margin: 5px 0;
  padding: 6px 10px;
  border-radius: 6px;
}

.user-msg {
  background: #007bff;
  color: #fff;
}

.bot-msg {
  background: #555;
}

.draggable-avatar-block {
  cursor: move;
}

.trustpilot-widget {
  padding-top: 64px;
}

.region-branding {
  margin-bottom: 4rem;
  margin-top: 1rem;
}

/* .splide--view--brands-we-re-working-with .splide__list {
  align-items: center;
  display: flex;
}
.splide--view--brands-we-re-working-with .splide__list li {
  display: flex;
  width: 12rem;
}

.splide--view--brands-we-re-working-with .splide__list .splide_slide img{
  flex-grow: 1;
  max-width: max-content;
}
.splide--view--brands-we-re-working-with .splide__list .splide img {
  max-width: max-content;
  height: 10rem;
} */
.splide--view--brands-we-re-working-with .splide__slide img {
  height: auto;
  max-height: 60px;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 20px;
}

.splide--view--brands-we-re-working-with .splide__list li {
  width: fit-content !important;
  display: block;
}

.region-branding .block-views-blockbrands-we-re-working-with-block-1 h2 {
  text-transform: capitalize;
  font-weight: 700;
  padding-bottom: 10px;
}

#chat-control-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  z-index: 999;
}

#chat-messages .info {
  font-size: 10px;
  /* background: #EEE; */
  border-radius: 12px;
  color: #999;
  margin: 0 auto;
  text-align: center center;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075),
    0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
}


#block-showcase-lite-streamojiavatarblock,
#block-showcase-lite-aitwinavatarblock {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  z-index: 9999;
  border-radius: 10px;
  animation: floating 5s ease-in-out infinite;
  user-select: none;
  width: 400px;
  transition: height 0.5s ease;
}

#block-showcase-lite-aitwinavatarblock {
  #avatar {
    canvas {
      position: relative;
      top: 0;
    }
  }
}


@keyframes floating {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 10px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@media (min-width: 320px) and (max-width: 575.98px) {
  #block-showcase-lite-streamojiavatarblock {
    left: 0;
    right: 0;
    text-align: center;
    width: unset;
    position: unset !important;
  }
}

/* .banner.region--dark-typography.region--gray-background {
  background-color: #ffffff;
} */

.affiliate-welcome-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.affiliate-welcome-page .affiliate-image {
  max-width: 250px;
}

.affiliate-welcome-page .affiliate-body {
  text-align: center;
}

/* Home Page Redesign */
.paragraph--type--home-page-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #0a0f1e;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;

  @media (max-width: 767px) {
    min-height: 450px;
  }
}

/* Dark overlay so text stays readable over the image */
.paragraph--type--home-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.paragraph--type--home-page-hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.launch-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.30);
  padding: 6px 18px;
  border-radius: 50px;
  margin-bottom: 36px;
  font-size: 14px;
  backdrop-filter: blur(6px);
}

.launch-badge a {
  color: #fff;
}

.launch-badge a:hover {
  color: #38bdf8;
}

.hero-title {
  margin-bottom: 0;
}

.hero-title .field--name-field-hero-title h1 {
  font-size: 56px;
  letter-spacing: -1px;
  font-weight: 400;
  color: #ffffff;
}

.hero-title .field--name-field-hero-title h1 span {
  color: #38bdf8;
}

.hero-subtitle {
  font-size: 22px;
  color: #ffffff;
  max-width: 800px;
}

.hero-section {
  /* padding-bottom: 80px; */
}

.avatar-type-section {
  padding-top: 80px;
}

.features-section,
.matrix-page-section,
.usecases-section,
.roi-page-section,
.meet-avatars-page-section,
.avatar-type-section {
  padding-bottom: 80px;
  background-color: #fafafa;
}

.feature-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-top: 4px solid transparent;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-align: left;
}

.feature-card:hover {
  border-top: 4px solid #0ea5e9;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.feature-card-title h3 {
  color: #0ea5e9;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}

.feature-card-description {
  color: #777;
  font-weight: 300;
  margin: 0 0 10px;
}

.title-with-description {
  text-align: center;
}

.feature-card-title-desc {
  margin-bottom: 40px;
}

.feature-cards .field--name-field-feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;

  @media (max-width: 991px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  @media (max-width: 767px) {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

}

.title-with-description h2 {
  font-size: 30px;
  font-weight: 400;
}

.title-with-description .description {
  font-size: 21px;
  color: #777
}

.usecases-card-title-desc {
  margin-bottom: 40px;
}

.usecase-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.usecase-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border-color: #d1d5db;
}

.usecase-card-text {
  padding: 30px;
  text-align: left;
}

.usecase-card-title h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}

.usecase-card-subtitle {
  color: #0ea5e9;
}

.usecases-cards .field--name-field-usecases-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;

  @media (max-width: 767px) {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.usecase-card-image img {
  width: 100%;
  border-radius: 0%;
}

.text-with-cta-section {
  background-color: #f8f9fa;
  border-top: 1px solid #e5e7eb;
  padding: 60px 0 50px 0;
}

.text-cta-title-desc {
  margin-bottom: 40px;
}

.cta-with-subtitle {
  text-align: center;
}

.cta-with-text .cta a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #0ea5e9;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 16px;
  transition: background-color 0.3s;
}

.cta-with-text .cta a:hover {
  background-color: #0284c7;
  color: #ffffff;
  text-decoration: none;
}

.cta-with-text .text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777
}

.roi-section {
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.roi-section .roi-section-text h2 {
  font-size: 30px;
  margin-bottom: 40px;
  margin-top: 20px;
  color: #0ea5e9;
  font-weight: 500;
}

.roi-section .roi-section-text h4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}

.roi-section .roi-section-text p {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 10px 0;
}

.roi-section .roi-section-text span {
  color: #0ea5e9;
  font-weight: 700;
}

.matrix-section {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.matrix-section .matrix-section-text {
  margin-bottom: 40px;
}

.matrix-section .matrix-section-text h2 {
  font-size: 30px;
  margin-top: 20px;
  color: #0ea5e9;
  font-weight: 500;
}

.matrix-section .matrix-section-text p {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 10px 0;
}

.avatar-type-section .avatars-type-title-desc {
  margin-bottom: 40px;
}

.avatar-type-section .toggle-area-section {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.avatar-type-section .toggle-area-section .toggle-area-section-text h3 {
  color: #0ea5e9;
  margin: 20px 0;
}

.avatar-type-section .toggle-area-section .toggle-area-section-text p {
  color: #777;

}

.avatar-type-section .toggle-area-section .toggle-area-section-text hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.toggle-area-section .toggle-area-section-image {
  display: flex;
  justify-content: center;
}

/* Toggle wrapper */
.toggle-wrapper {
  background-color: #f8f9fa;
  border: 1px solid #e5e7eb;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 12px;
}

/* Toggle labels */
.toggle-label {
  font-size: 14px;
  color: #94a3b8;
  transition: color 0.3s ease;
  font-weight: 400;
}

.toggle-label.active-label {
  color: #0ea5e9;
  font-weight: 500;
}

/* Toggle switch */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 0;
}

.toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e7eb;
  transition: 0.4s;
  border-radius: 30px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  transition: 0.4s;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

input:checked+.slider {
  background-color: #0ea5e9;
}

input:checked+.slider:before {
  transform: translateX(30px);
}

/* Image switching */
.image-wrapper {
  position: relative;
  max-width: 450px;
  max-height: 450px;

  @media (max-width: 991px) {
    max-width: 300px;
    max-height: 300px;
  }
}

.image-stylistic,
.image-photorealistic {
  transition: opacity 0.4s ease;
}

.image-photorealistic {
  display: none;
}

/* Brain circle graphic wrapper - matches your screenshot */
.image-wrapper img {
  width: 100%;
  object-fit: contain;
  /* border-radius: 50%; */
  background-color: #f8f9fa;
  border: 1px solid #e5e7eb;
  display: block;
  margin: 0 auto;
  /* padding: 30px; */
}

.meet-avatars-page-section {}

.meet-avatars-section {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.meet-avatars-section .meet-avatars-title-desc {
  margin-bottom: 40px;
}

.meet-avatars-section .meet-avatars-title-desc h2 {
  font-size: 30px;
  margin-top: 20px;
  color: #0ea5e9;
  font-weight: 500;
}

.meet-avatars-section .meet-avatars-title-desc p {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 10px 0;
}

.meet-avatars-cards .field--name-field-iframe-widget-cards {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 20px;

  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;

  -webkit-overflow-scrolling: touch;
}

.meet-avatars-cards-wrapper {
  position: relative;
}

.meet-avatars-cards-wrapper .scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;

  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;

  transition: all 0.3s ease;
}

.meet-avatars-cards-wrapper .scroll-btn:hover {
  background: #0ea5e9;
  color: #fff;
}

.meet-avatars-cards-wrapper .scroll-left {
  left: -20px;
}

.meet-avatars-cards-wrapper .scroll-right {
  right: -20px;
}

.meet-avatars-cards .field--name-field-iframe-widget-cards .field__item .paragraph--type--iframe-widget-cards {
  min-width: 350px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  scroll-snap-align: center;
  transition: transform 0.3s ease;
}

.meet-avatars-cards .field--name-field-iframe-widget-cards .iframe-widget-with-text {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.meet-avatars-cards .field--name-field-iframe-widget-cards .iframe-widget-with-text:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  border-color: #d1d5db;
}

.meet-avatars-cards .field--name-field-iframe-widget-cards .iframe-widget-with-text .iframe-widget p {
  padding: 0;
}

.meet-avatars-cards .field--name-field-iframe-widget-cards .iframe-widget-with-text .iframe-widget iframe {
  height: 550px !important;
}

.meet-avatars-cards .title-text {
  padding: 20px;
}

.meet-avatars-cards .title-text h4 {
  color: #0ea5e9;
  font-size: 26px;
  line-height: 1.2;
  padding: 0;
  margin: 20px 0 15px;
  font-weight: 300;
}

.meet-avatars-cards .title-text p {
  margin: 0;
  color: #777;
  font-size: 15px;
}

.anonymous-home .main-content__section {
  padding: 0;
}

.anonymous-home .main-content__section .page-title {
  display: none;
}

.anonymous-home .main-content__container .row {
  margin-left: 0;
  margin-right: 0;
}

.anonymous-home .main-content__container .row .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

#block-showcase-lite-main-menu .responsive-menus {}

#block-showcase-lite-main-menu .responsive-menus .toggler {}

@media (max-width: 767px) {
  .header__container .row {
    display: flex;
    align-items: center;
  }

  .responsive-menus.responsified.responsive-toggled.absolute .responsive-menus-simple {
    width: 100vw;
    top: 290%;
    left: 52%;
    margin-left: -68vw;
    background-color: #f1f1f1;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .responsive-menus.responsified.responsive-toggled.absolute .responsive-menus-simple li a {
    color: #777;
    border-bottom: none;
    padding: 20px 15px;
  }

  .responsive-menus.responsified.responsive-toggled.absolute .responsive-menus-simple li a.register-btn {
    background-color: unset;
    padding: 20px 15px !important;
    border-bottom: none;
    margin: unset;
    color: #777 !important;
  }
}

@media (max-width: 575px) {
  .responsive-menus.responsified.responsive-toggled.absolute .responsive-menus-simple {
    padding-top: 40px;
    top: 160%;
  }
}

.header__container .row .col-xs-8 .responsive-menus .toggler {
  background: none;
  color: #000;
  box-shadow: none;
  text-align: right;
  border: none;
}

@media (max-width: 991px) {
  body:not(.user-logged-in) {
    & .header {
      position: unset;
    }
  }
}

.free-avatar-limit-wrapper {
  text-align: center;
}

.free-avatar-limit-wrapper h2 {
  font-size: 30px;
  font-weight: 500;
  color: red;
}

.free-avatar-limit-wrapper p {
  font-size: 20px;
}

@media (max-width: 767px) {
  .auth-prompt .button {
    margin-bottom: 15px;
  }
}