/*** Font ***/

.raleway-100 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.raleway-200 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.raleway-300 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.raleway-400 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.raleway-500 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.raleway-600 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.raleway-700 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.raleway-800 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.raleway-900 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

/*** END Font ***/

/*** General ***/

html {
  overflow-x: hidden;
}

html.loading {
  overflow: hidden;
}

body {
  background-color: #eef2fc;
  min-height: 100vh;
  color: #151515;
  font-size: 0.9rem;
  line-height: 1.4em;
  font-weight: 300;
  overflow-x: hidden;
  position: relative;
}

body::before {
  content: " ";
  position: absolute;
  background-image: url("/assets/img/aiassistant/bg-whyus-d.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(url("/assets/img/aiassistant/bg-whyus-d.webp") 1x);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 50%;
  background-repeat: repeat;
  opacity: 0.03;
  background-position: center;
  z-index: -1;
}

body a,
body button {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  border: none;
  letter-spacing: 2px;
  transition: all 0.5s ease-in-out !important;
}

body a span,
body button span {
  font-size: 0.9rem;
  letter-spacing: 2px;
}

body a.btn,
body button.btn {
  border-radius: 25px;
}

body a.btn:hover,
body button.btn:hover {
  background-color: #171725;
  border-color: #171725;
}

body a.btn-primary,
body button.btn-primary {
  background: -webkit-linear-gradient(180deg, #5808fb 0%, #9929ea 100%);
  transition: all 0.5s ease-in-out !important;
}

body a.btn-primary span,
body button.btn-primary span {
  transition: all 0.5s ease-in-out !important;
}

body a.btn-primary:hover,
body button.btn-primary:hover {
  background: #151515;
  transition: all 0.5s ease-in-out !important;
}

body a.btn-highlight,
body button.btn-highlight {
  background-color: #5808fb;
  border-color: #5808fb;
  color: #fff !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body strong,
body b {
  font-weight: 500;
  font-style: normal;
}

body b {
  font-weight: 700;
}

body p {
  font-size: 1rem;
}

body img {
  -o-object-fit: contain;
     object-fit: contain;
}

body .text-primary {
  color: #9929ea !important;
}

body .text-white {
  color: #fff;
}

body .text-highlight {
  color: #5808fb;
}

[data-aos] {
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/*** END General ***/

.page-assistant {
  padding-top: 70px;
}

.page-assistant .section-header {
  min-height: calc(100vh - 70px);
}

@media screen and (max-width: 575px) {
  .page-assistant .section-header {
    height: auto;
  }
}

.page-assistant .section-header h1 {
  font-size: 3rem;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .page-assistant .section-header h1 {
    font-size: 1.6rem;
  }
}

.page-assistant .section-header h1 strong {
  position: relative;
  font-weight: 600;
}

.page-assistant .section-header h1 strong::after {
  content: " ";
  position: absolute;
  background-image: url("/assets/img/aiassistant/underline.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  z-index: -1;
  height: 2.2rem;
  right: 0;
  top: 120%;
  width: 98%;
}

.page-assistant .section-header .col-md-5 h2 {
  font-size: 1.2rem;
  position: relative;
  padding-top: 25px;
  color: #868484;
  font-weight: 400;
  line-height: 1.4rem;
}

.page-assistant .section-header .col-md-5 .btn-primary {
  height: 50px;
  min-width: 200px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-assistant .section-header .col-md-5 .btn-primary span {
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.page-assistant .section-header .col-md-5 .btn-primary:hover {
  transform: translateY(-5px);
  transform: scale(1.1);
}

.page-assistant .section-header .col-md-5 .arrow {
  bottom: -60px;
  left: 15%;
  transform: rotate(-45deg);
}

.page-assistant .section-header .cover {
  border-radius: 15px;
  padding: 35px 10px 10px 10px;
  box-shadow: 0 10px 20px rgba(134, 132, 132, 0.1);
  overflow: hidden;
  background-color: transparent;
  border: 2px solid rgba(134, 132, 132, 0.1);
}

.page-assistant .section-header .cover::before {
  content: " ";
  position: absolute;
  background-image: url("/assets/img/aistudio/menu.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 15px;
}

.page-assistant .section-header .cover .contact img {
  background: #fff;
  border-radius: 50px;
}

.page-assistant .section-header .cover .contact .name {
  line-height: 1rem;
}

.page-assistant .section-header .cover .contact .name label {
  color: #5808fb;
  font-weight: 500;
}

.page-assistant .section-header .cover .contact .name span {
  font-size: 0.7rem;
  font-style: italic;
}

.page-assistant .section-header .cover .chatbox {
  min-height: 350px;
  height: 50vh;
  overflow-y: auto;
  padding: 15px 25px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  max-height: 700px;
}

.page-assistant .section-header .cover .chatbox .message {
  margin: 15px 0;
}

.page-assistant .section-header .cover .chatbox .message.user {
  text-align: right;
  color: #333;
  max-width: 60%;
  margin-left: auto;
  align-items: start;
  justify-content: end;
  display: flex;
}

@media screen and (max-width: 575px) {
  .page-assistant .section-header .cover .chatbox .message.user {
    max-width: 80%;
  }
}

.page-assistant .section-header .cover .chatbox .message.user span {
  padding-right: 10px;
  background: rgba(208, 220, 242, 0.4);
  padding: 10px 25px;
  color: #151515;
  border-radius: 5px;
  color: #5808fb;
}

.page-assistant .section-header .cover .chatbox .message.bot {
  text-align: left;
  color: #333;
  max-width: 70%;
  margin-right: auto;
  align-items: start;
  justify-content: start;
  display: flex;
}

.page-assistant .section-header .cover .chatbox .message.bot span {
  padding-left: 10px;
  background: rgba(208, 220, 242, 0.3);
  padding: 10px 25px;
  color: #151515;
  border-radius: 5px;
}

.page-assistant .section-header .cover .chatbox .message.bot label {
  font-size: 0.6rem;
}

.page-assistant .section-header .cover .chatbox .message.date span {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  font-weight: 400;
  font-size: 0.8rem;
}

.page-assistant .section-header .girl-typing {
  bottom: -65px;
  right: -85px;
}

.page-assistant .section-slogan h4 {
  background: -webkit-linear-gradient(45deg, #5808fb 0%, #9929ea 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 4vw;
}

@media screen and (max-width: 575px) {
  .page-assistant .section-slogan h4 {
    font-size: 1.6rem;
  }
}

.page-assistant .section-issue .card {
  border-radius: 15px;
  border: 1px solid rgba(88, 8, 251, 0.2);
  transition: all 0.5s ease-in-out !important;
  cursor: pointer;
}

.page-assistant .section-issue .card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

@media screen and (max-width: 575px) {
  .page-assistant .section-issue .card img {
    height: 180px;
  }
}

.page-assistant .section-issue .card label {
  font-size: 1.1rem;
  font-weight: 700;
}

.page-assistant .section-issue .card span {
  color: #868484;
}

.page-assistant .section-issue .card:hover {
  box-shadow: 0 10px 20px rgba(88, 8, 251, 0.1);
  border-color: transparent;
  transform: translateY(-6px);
}

.page-assistant .section-issue .slogan {
  background: #fff;
  color: #151515;
}

.page-assistant .section-issue .slogan strong {
  font-size: 1.8rem;
  font-weight: 500;
}

@keyframes pulseSlogan {
  70% {
    box-shadow: 0 0 0 20px rgba(88, 8, 251, 0);
  }

  100% {
    box-shadow: 0 10px 20px rgba(88, 8, 251, 0);
  }
}

.page-assistant .section-issue .btn-primary {
  height: 50px;
  min-width: 200px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-assistant .section-issue .btn-primary span {
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.page-assistant .section-issue .btn-primary:hover {
  transform: translateY(-5px);
  transform: scale(1.1);
}

.page-assistant .section-assistant {
  background-image: radial-gradient(circle at 30% 65%, rgba(153, 41, 234, 0.1), rgba(255, 255, 255, 0) 20%), radial-gradient(circle at 65% 45%, rgba(153, 41, 234, 0.1), rgba(255, 255, 255, 0) 30%);
}

.page-assistant .section-assistant h3 {
  font-weight: bold;
  color: #5808fb;
  font-size: 2.4rem;
}

.page-assistant .section-assistant .robot {
  animation: shadow 6s ease-in-out infinite;
}

@media screen and (max-width: 575px) {
  .page-assistant .section-assistant .robot {
    height: 250px;
  }
}

@keyframes shadow {
  0% {
    filter: drop-shadow(0 0 15px rgba(153, 41, 234, 0.35));
  }

  50% {
    filter: none;
  }

  100% {
    filter: drop-shadow(0 0 15px rgba(153, 41, 234, 0.35));
  }
}

.page-assistant .section-assistant .output {
  height: 140px;
  text-align: center;
}

.page-assistant .section-assistant .output .cursor::after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  background-color: #151515;
  animation-name: blink;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
}

.page-assistant .section-assistant .output h6,
.page-assistant .section-assistant .output p {
  font-size: 1rem;
  font-weight: 400;
}

.page-assistant .section-assistant .output h6.cursor::after,
.page-assistant .section-assistant .output p.cursor::after {
  height: 14px;
  width: 2px;
}

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

  49% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.page-assistant .section-assistant .main-title {
  transform: scale(1.2);
  z-index: 3;
  position: relative;
}

@media screen and (max-width: 575px) {
  .page-assistant .section-assistant .main-title {
    transform: scale(0.9);
    width: 100%;
  }
}

.page-assistant .section-assistant .card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(134, 132, 132, 0.15);
  transition: all 0.5s ease-in-out !important;
  cursor: pointer;
}

.page-assistant .section-assistant .card label.title {
  background: rgba(134, 132, 132, 0.4);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .page-assistant .section-assistant .card label.title {
    font-size: 1.2rem;
  }
}

.page-assistant .section-assistant .card .icon {
  top: -5%;
  right: -5%;
  width: auto;
  animation: float 6s ease-in-out infinite;
}

.page-assistant .section-assistant .card .cross,
.page-assistant .section-assistant .card .tick {
  width: 20px;
  height: 20px;
}

.page-assistant .section-assistant .card span {
  width: calc(100% - 20px);
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.page-assistant .section-assistant .card.mochi {
  box-shadow: 0 10px 20px rgba(153, 41, 234, 0.15);
}

.page-assistant .section-assistant .card.mochi label.title {
  background: rgba(153, 41, 234, 0.8);
}

.page-assistant .section-assistant .card.mochi .icon {
  left: unset;
  left: -5%;
}

.page-assistant .section-assistant .card:hover {
  transform: translateY(-5px);
  box-shadow: none;
}

.page-assistant .section-smart {
  background-image: radial-gradient(circle at 30% 65%, #dbe3fe, rgba(255, 255, 255, 0) 20%), radial-gradient(circle at 65% 45%, #dbe3fe, rgba(255, 255, 255, 0) 30%);
  z-index: 3;
}

.page-assistant .section-smart h2 {
  font-size: 2.6rem;
  font-weight: 700;
}

.page-assistant .section-smart .use-cases {
  background: #d0dcf2;
  border-radius: 25px;
}

.page-assistant .section-smart .use-cases .scroll-btn {
  font-size: 1.5rem;
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 42px;
  background: #fff;
  z-index: 9;
  top: 0;
  align-items: center;
  display: flex;
}

.page-assistant .section-smart .use-cases .scroll-btn:hover {
  background: rgba(200, 200, 200, 0.8);
}

.page-assistant .section-smart .use-cases .nav-tabs {
  border: none;
  background: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 575px) {
  .page-assistant .section-smart .use-cases .nav-tabs {
    flex-direction: column;
    overflow: hidden !important;
  }
}

@media screen and (max-width: 575px) {
  .page-assistant .section-smart .use-cases .nav-tabs .nav-item {
    width: 100%;
  }
}

.page-assistant .section-smart .use-cases .nav-tabs .nav-item button {
  font-size: 0.9rem;
  border-radius: 0;
  border: none;
  background: transparent;
  position: relative;
  color: #151515;
  letter-spacing: 1px;
}

@media screen and (max-width: 575px) {
  .page-assistant .section-smart .use-cases .nav-tabs .nav-item button {
    width: 100%;
    font-size: 0.8rem;
    padding: 5px 0;
  }
}

.page-assistant .section-smart .use-cases .nav-tabs .nav-item button.active,
.page-assistant .section-smart .use-cases .nav-tabs .nav-item button:hover {
  background: #d0dcf2;
  border-radius: 20px;
}

.page-assistant .section-smart .use-cases .tab-content > .active {
  display: flex;
}

@media screen and (max-width: 575px) {
  .page-assistant .section-smart .use-cases .tab-content > .active {
    flex-direction: column;
  }
}

.page-assistant .section-smart .use-cases .tab-content .tab-pane .cover .box img {
  border-radius: 15px;
}

@media screen and (max-width: 575px) {
  .page-assistant .section-smart .use-cases .tab-content .tab-pane .cover .box img {
    width: 100%;
    height: 350px;
  }
}

.page-assistant .section-smart .use-cases .tab-content .tab-pane .description h6 {
  font-size: 2rem;
  font-weight: 400;
}

@media screen and (max-width: 575px) {
  .page-assistant .section-smart .use-cases .tab-content .tab-pane .description h6 {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.page-assistant .section-smart .use-cases .tab-content .tab-pane .description p {
  line-height: 1.6rem;
  font-weight: 300;
  color: #868484;
}

.page-assistant .section-plan .title h3 {
  background: -webkit-linear-gradient(45deg, #5808fb 0%, #9929ea 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-assistant .section-plan .title span {
  color: #868484;
}

.page-assistant .section-plan .pricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
}

.page-assistant .section-plan .pricing-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  flex: 0 1 330px;
}

.page-assistant .section-plan .pricing-action {
  color: inherit;
  border: none;
  background: none;
}

.page-assistant .section-plan .pricing-action:focus {
  outline: none;
}

.page-assistant .section-plan .pricing-feature-list {
  text-align: left;
}

.page-assistant .section-plan .pricing-palden .pricing-item {
  font-family: "Open Sans", sans-serif;
  cursor: default;
  color: #84697c;
  background: #fff;
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
}

@media screen and (min-width: 66.25em) {
  .page-assistant .section-plan .pricing-palden .pricing-item {
    margin: 1em -0.5em;
  }

  .page-assistant .section-plan .pricing-palden .pricing__item--featured {
    margin: 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  }
}

.page-assistant .section-plan .pricing-palden .pricing-deco {
  border-radius: 10px 10px 0 0;
  background: rgba(88, 8, 251, 0.85);
  padding: 4em 0 7em;
  position: relative;
}

.page-assistant .section-plan .pricing-palden .pricing-deco-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

.page-assistant .section-plan .pricing-palden .pricing-title {
  font-size: 0.75em;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
}

.page-assistant .section-plan .pricing-palden .deco-layer {
  transition: transform 0.5s;
}

.page-assistant .section-plan .pricing-palden .pricing-item:hover .deco-layer--1 {
  transform: translate3d(15px, 0, 0);
}

.page-assistant .section-plan .pricing-palden .pricing-item:hover .deco-layer--2 {
  transform: translate3d(-15px, 0, 0);
}

.page-assistant .section-plan .pricing-palden .icon {
  font-size: 2.5em;
}

.page-assistant .section-plan .pricing-palden .pricing-price {
  font-size: 5em;
  font-weight: bold;
  padding: 0;
  color: #fff;
  margin: 0 0 0.25em 0;
  line-height: 0.75;
}

.page-assistant .section-plan .pricing-palden .pricing-currency {
  font-size: 0.15em;
  vertical-align: top;
}

.page-assistant .section-plan .pricing-palden .pricing-period {
  font-size: 0.15em;
  font-style: italic;
}

.page-assistant .section-plan .pricing-palden .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
}

.page-assistant .section-plan .pricing-palden .pricing-feature-list {
  margin: 0;
  padding: 0.25em 0 2.5em;
  list-style: none;
  text-align: center;
}

.page-assistant .section-plan .pricing-palden .pricing-feature {
  padding: 8px 0;
}

.page-assistant .section-plan .pricing-palden .pricing-action {
  font-weight: bold;
  margin: auto 3em 2em 3em;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: -webkit-linear-gradient(180deg, #5808fb 0%, #9929ea 100%);
  transition: background-color 0.3s;
  transition: all 0.5s ease-in-out !important;
}

.page-assistant .section-plan .pricing-palden .pricing-action:hover,
.page-assistant .section-plan .pricing-palden .pricing-action:focus {
  background: #151515;
  transition: all 0.5s ease-in-out !important;
}

.page-assistant .section-plan .pricing-palden .pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}

.page-assistant .section-faq .faq-chat div.faq-question {
  background: #d0dcf2;
  border-radius: 50px;
  transition: all 0.5s ease-in-out !important;
  padding: 5px 0;
  cursor: pointer;
  text-align: center;
}

.page-assistant .section-faq .faq-chat div.faq-question:hover {
  background-color: #5808fb;
}

.page-assistant .section-faq .faq-chat div.faq-question:hover span {
  color: #fff;
}

.page-assistant .section-faq .faq-chat div.message-chat {
  border: 2px solid rgba(134, 132, 132, 0.1);
  border-radius: 50px;
}

.page-assistant .section-faq .faq-chat div.message-chat input {
  border-radius: 50px;
  padding: 10px 15px;
  border: none;
  min-height: 42px;
  height: auto;
  width: calc(100% - 48px);
}

.page-assistant .section-faq .faq-chat div.message-chat input:disabled {
  background-color: rgba(255, 255, 255, 0.65);
}

.page-assistant .section-faq .faq-chat div.message-chat button {
  border-radius: 50px;
  padding: 10px;
  background: #151515;
  color: #fff;
  border: none;
  cursor: pointer;
  height: 42px;
  width: 42px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 50%;
  background: #151515;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(21, 21, 21, 0.5);
  animation: pulseSend 1.5s infinite;
}

@keyframes pulseSend {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(21, 21, 21, 0);
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 10px 20px rgba(21, 21, 21, 0);
  }
}

.page-assistant .section-faq .faq-chat div.cover {
  border-radius: 15px;
  background: linear-gradient(130deg, rgba(88, 8, 251, 0.1) 0%, rgba(153, 41, 234, 0.2) 100%);
  padding: 35px 10px 10px 10px;
  box-shadow: 0 10px 20px rgba(153, 41, 234, 0.25);
  overflow: hidden;
}

.page-assistant .section-faq .faq-chat div.cover::before {
  content: " ";
  position: absolute;
  background-image: url("/assets/img/aistudio/menu.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 5px;
  left: 15px;
}

.page-assistant .section-faq .faq-chat div.cover .contact img {
  background: #fff;
  border-radius: 50px;
}

.page-assistant .section-faq .faq-chat div.cover .contact .name {
  line-height: 1rem;
}

.page-assistant .section-faq .faq-chat div.cover .contact .name label {
  color: #5808fb;
  font-weight: 500;
}

.page-assistant .section-faq .faq-chat div.cover .contact .name span {
  font-size: 0.7rem;
  font-style: italic;
}

.page-assistant .section-faq .faq-chat div.cover .chat-box {
  height: 50vh;
  min-height: 350px;
  overflow-y: auto;
  padding: 15px 25px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  max-height: 700px;
}

.page-assistant .section-faq .faq-chat div.cover .chat-box .message {
  margin: 15px 0;
}

.page-assistant .section-faq .faq-chat div.cover .chat-box .message.user {
  text-align: right;
  color: #333;
  max-width: 60%;
  margin-left: auto;
  align-items: end;
  justify-content: end;
  display: flex;
}

.page-assistant .section-faq .faq-chat div.cover .chat-box .message.user span {
  padding-right: 10px;
  order: 1;
}

.page-assistant .section-faq .faq-chat div.cover .chat-box .message.user img {
  order: 2;
}

.page-assistant .section-faq .faq-chat div.cover .chat-box .message.bot {
  text-align: left;
  color: #333;
  max-width: 70%;
  margin-right: auto;
  align-items: end;
  justify-content: start;
  display: flex;
}

@media screen and (max-width: 575px) {
  .page-assistant .section-faq .faq-chat div.cover .chat-box .message.bot {
    max-width: 80%;
  }
}

.page-assistant .section-faq .faq-chat div.cover .chat-box .message.bot span {
  padding-left: 10px;
  order: 2;
}

.page-assistant .section-faq .faq-chat div.cover .chat-box .message.bot img {
  order: 1;
}

.page-assistant .section-contact {
  background: -webkit-linear-gradient(180deg, #5808fb 0%, #9929ea 100%);
}

.page-assistant .section-contact::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
}

.page-assistant .section-contact .btn-primary {
  background: #151515;
  height: 50px;
  min-width: 200px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-assistant .section-contact .btn-primary span {
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.page-assistant .section-contact .btn-primary:hover {
  transform: translateY(-5px);
  transform: scale(1.1);
}

.page-assistant .section-contact .btn-link {
  color: #fff;
  text-decoration: underline;
  border: none;
}

.page-assistant .section-contact .btn-link:hover {
  background-color: transparent;
  text-decoration: none;
  border: none;
}

header {
  background: #fff;
  height: 70px;
  z-index: 9;
}

footer {
  font-size: 0.7rem;
}

#whatsappFloat {
  bottom: 5%;
  right: 5%;
  width: 60px;
  height: 60px;
  z-index: 99;
}

#whatsappFloat .pulse-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 50%;
  background: #25D366;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(37, 211, 102, 0.5);
  animation: pulsewa 1.5s infinite;
}

#whatsappFloat .pulse-button:hover {
  animation: none;
}

@keyframes pulsewa {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
  }

  100% {
    transform: scale(0.9);
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0);
  }
}

.modal#staticBackdrop .modal-body .cover {
  position: relative;
  background-image: url("/assets/img/hrms/bg-contact.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 150px;
}

.modal#staticBackdrop .modal-body .cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.modal#staticBackdrop .modal-body .cover::before {
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.modal#staticBackdrop .modal-body .cover button {
  z-index: 2;
  top: 15px;
  right: 25px;
}

.modal#staticBackdrop .modal-body .cover h1 {
  z-index: 2;
  font-size: 1.8rem;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #151515;
  border-radius: 8px;
}

