/* Hero Section */
.hero {
  background-image: url('../img/banner.webp');
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 3rem 0;
  position: relative;
}

.hero-content {
  display: flex;
  gap: 1rem;
}

.hero-content-left {
  flex: 1;
  width: 55%;
  padding-top: 3rem;
}

.hero-content-right {
  flex: 1;
  max-width: 45%;
}
  

.hero-top-mobile {
  display: none;
}

.hero .logo {
  height: 42px;
  margin-bottom: 1rem;
}

.hero h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: .5rem;
}

.hero h2 {
  font-size: 1.75rem;
  margin-bottom: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.search-container {
  display: none;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.search-container-left {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  flex: 1;
}

.search-container .btn-primary {
  height: 50px;
}

.search-container .btn-primary .icon {
  font-size: 1.5rem;
}

.search-box {
  flex: 1;
  display: flex;
  align-items: center;
  background-color: var(--white);
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  gap: 0.5rem;
  border: 1px solid var(--grey-inactive);
  position: relative;
}

.search-box .icon {
  font-size: 1.5rem;
}

.search-box input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1rem;
}

.search-box input::placeholder {
  color: var(--grey-inactive);
}

.placeholder-text {
  color: var(--grey-text);
  font-size: 0.75rem;
}

.example-queries {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: .5rem;
}

.query-tag {
  background-color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  color: var(--grey-inactive);
  border: 1px solid var(--grey-inactive);
  white-space: nowrap;
}

.query-tag:hover {
  cursor: pointer;
}

.hero-bottom {
  margin-top: 4rem;
  display: flex;
}

.hero-bottom .laureles {
  width: 7.75rem;
  height: 7.75rem;
  object-fit: contain;
}

.online-experts {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.expert-avatars {
  position: relative;
  display: flex;
}

.expert-avatars img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: -15px;
  object-fit: cover;
}

.expert-count {
  margin-left: .75rem;
}

.expert-count span {
  font-size: .75rem;
}

.online-indicator {
  position: absolute;
  right: -1rem;
  bottom: 0;
  width: 16px;
  height: 16px;
  background-color: var(--success-green);
  border-radius: 50%;
}

/* Categories Section */
.categories {
  padding: 2rem 0;
}

.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.category-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--grey-inactive);
  border-radius: 1.5rem;
  background-color: var(--white);
  color: var(--grey-inactive);
  cursor: pointer;
  font-size: 1rem;
}

.category-btn.active {
  background-color: var(--blue-primary);
  color: var(--white);
}

.category-btn .icon {
  font-size: 1.5rem;
}

/* Popular Questions Section */
.popular-questions {
  padding: 4rem 0 4rem 1rem;
  margin-left: calc((100vw - 1128px) / 2)  
}

.popular-questions h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.questions-grid {
  display: flex;
  overflow: auto;
  gap: 1.5rem;
  padding-right: 1.5rem;
}

.question-card {
  border-bottom: 1px solid var(--blue-light);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 250px;
  flex-shrink: 0;
}

.question-card .btn-circle {
  flex-shrink: 0;
  display: none;
}

.question-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.question-image {
  width: 100%;
  height: 11.75rem;
  object-fit: cover;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.question-text {
  padding: 1rem 1rem 2rem 1rem;
}

.question-text h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.question-text p {
  font-size: 0.75rem;
  line-height: 18px;
  color: var(--grey-inactive);
}

/* Expert Profiles Section */
.expert-profiles {
  padding: 4rem 0 4rem 1rem;
  margin-left: calc((100vw - 1128px) / 2)  
}

.expert-profiles h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: 500;
  padding-right: 1rem;
}


.comments-scroll {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 1rem
}

.comment-card {
  min-width: 264px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.comment-header {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  margin-bottom: 1.5rem;
  flex: 1;
  min-height: 0;
}

.comment-header h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 400;
  flex: 1;
  max-height: calc(1.75rem * 3);
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.comment-header p {
  font-size: 0.75rem;
  color: var(--black-ea);
}

.comment-user{
  display: flex;
  gap: .75rem;
  align-items: center;
  margin-top: auto;
}

.comment-user .user-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.comment-user-info h4 {
  color: #757575;
  margin-bottom: .25rem;
  font-weight: 300;
}

.comment-user-info p {
  color: #B3B3B3;
  font-size: 0.75rem;
}

/* Collaboration Section */
.collaboration {
  margin: 4rem 0;
}

.collab-container {
  display: flex;
  align-items: stretch;
  color: var(--white);
  background-color: var(--blue-primary);
  padding: 0 !important;
}

.collab-image {
  width: 456px;
  background-size: cover;
}

.collab-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collab-content {
  flex: 1;
  padding: 2rem 4rem;
}

.collab-content h3 {
  font-size: 1.5rem;
  line-height: 1.625;
  margin-bottom: 1rem;
  font-weight: 500;
}

.collab-content p {
  margin-bottom: 1.5rem;
}

/* Credentials Section */
.credentials {
  padding: 2rem 0;
}

.credentials hr {
  margin-bottom: 2rem;
}

.credentials-container {
  display: flex;
  justify-content: center;
  gap: 4rem;
  align-items: center;
}

.credentials-container .credential {
  height: 64px;
  width: auto;
}

.credentials-container .credential img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.credential.credential-bb {
  height: 48px;
}

/* CHAT SECTION */
.chat {
  width: 100%;
  height: 45rem;
  border-radius: 0.75rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.chat-head {
  background-color: var(--app-primary);
  color: #fff;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.chat-head .avatar {
  width: 4rem;
  height: 4rem;
  position: relative;
  flex-shrink: 0;
}

.chat-head .avatar-ai {
  position: absolute;
  right: -.25rem;
  bottom: 0;
  font-size: 1.5rem;
  height: 1.75rem;
  width: 1.75rem;
  background-color: var(--app-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-head .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
  
.btn-close-chat-mobile {
  display: none;
}

.btn-close-chat {
  display: none;
}

.chat-info-header {
  margin-bottom: 0.625rem;
}

.chat-info h4 {
  font-size: 1.125rem;
  line-height: 1rem;
}

.chat-info .description {
  line-height: 1rem;
  font-weight: 400;
}

.chat-body {
  background-color: rgb(255, 255,255, 0.7);
  flex: 1;
  min-height: 0; 
}

.chat-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--grey-text);
  margin: auto;
  gap: 0.5rem;
}

.chat-suggestions {
  padding: 1.25rem 2rem;
  display: none;
}

.chat-suggestions-title {
  font-weight: 400;
  line-height: 1.25rem;
  margin-bottom: .75rem;
  color: #696868;
}

.chat-suggestions-categories {
  gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
}

.chat-list {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  gap: 1.25rem;
  height: 100%;
  overflow: auto;
}

.chat-item-wrapper {
  box-shadow: 0 5px 20px var(--grey-text);
  border-radius: 0.75rem;
  max-width: 100%;
  align-self: flex-start;
}

.chat-item-wrapper.right {
  align-self: flex-end;
}

.chat-item {
  background-color: var(--white);
  color: var(--black-ea);
  padding: 1rem 1.375rem;
  display: flex;
  border-radius: 0.75rem;
  position: relative;
}

.chat-connected-message {
  font-size: .75rem;
  line-height: 1.125rem;
  color: #696868;
  text-align: center;
  margin: 1.5rem 0;
}

.chat-item-wrapper.right .chat-item {
  background-color: #BAC7F0;
  margin-left: auto;
}

.chat-item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: .5rem solid transparent;
  border-bottom: .5rem solid transparent;
  border-right: 1rem solid var(--white);
  left: -.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.chat-item-wrapper.right .chat-item::before {
  border-right: 0;
  border-top: .5rem solid transparent;
  border-bottom: .5rem solid transparent;
  border-left: 1rem solid #BAC7F0;
  left: auto;
  right: -.75rem;
}

.chat-item-avatar {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 2rem;
  position: relative;
}

.chat-item-avatar::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #05ca89;
  bottom: 0.125rem;
  right: -0.125rem;
}

.chat-item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.chat-item-message {
  display: flex;
  flex-direction: column;
}

.chat-item-wrapper.right .chat-item-message {
  align-items: flex-end;
}

.chat-item-message label {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  margin-bottom: 0.625rem;
}

.chat-item-message .message {
  white-space: pre-wrap;
}

.chat-item-message .message.typing {
  color: #b7c7ff;
}

.chat-footer-wrapper {
  background-color: rgb(255, 255,255, 0.8);
  color: var(--black-ea);
}

.chat-input-group {
  position: relative;
  min-height: 3.75rem;
  padding: 1rem 2rem 0 2rem;
}

.chat-continue-wrapper {
  padding: 1rem 2rem;
}

.chat-input-group textarea {
  border: 1px solid transparent;
  min-height: 100%;
  width: 100%;
  padding: .75rem 1rem;
  font-size: 1rem;
  transition: 0.15s ease-in-out;
  border: 1px solid #131313;
  border-radius: 0.25rem;
  resize: none;
}

.chat .btn-send {
  padding: .5rem 1rem;
  white-space: nowrap;
}

.chat .btn-send.reverse {
  flex-direction: row-reverse;
}

.chat .btn-send .icon {
  font-size: 1.5rem;
}

.chat-input-group textarea:focus {
  border-color: var(--primary);
  outline: none;
}

.chat-input-group .placeholder-text {
  color: var(--black-ea);
}

.chat .online {
  display: flex;
}

.chat-select {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  padding: 1.25rem 1.5rem;
  background: #fff;
}

.chat-select-radio {
  display: flex;
  align-items: center;
}

.chat-select-radio input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.chat-select-radio input[type="checkbox"]:checked + label::before {
  border-width: 6px;
  border-color: var(--app-primary);
}

.chat-select-radio label {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
}

.chat-select-radio label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 1px solid #DBDBDB;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  box-sizing: border-box;
}

.chat-select-radio label span {
  color: var(--black-ea);
}

.btn-continue {
  border: 0;
  font-size: 1rem;
  width: 100%;
  justify-content: center;
  height: 3rem;
}

.btn-continue:hover {
  cursor: pointer;
}

.chat-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}

/* Chat Skeleton */
.skeleton {
  background-color: var(--skeleton);
  border-radius: 0.75rem;
  height: 1rem;
}

.skeleton-primary {
  background-color: var(--skeleton-primary);
  border-radius: 0.75rem;
  height: 1rem;
}

/* Chat Head Skeleton */
.chat-head-skeleton {
  display: flex;
  align-items: center;
  width: 100%;
}

.skeleton-avatar {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 1rem;
}

.skeleton-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.625rem;
}

.skeleton-name {
  width: 60%;
}

.skeleton-description,
.skeleton-rate {
  width: 80%;
}

/* Chat Body Skeleton */
.skeleton-message {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.chat-item-wrapper-skeleton {
  width: 80%;
}

.chat-item-wrapper.chat-item-wrapper-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--app-primary);
  gap: .5rem;
  box-shadow: none;
}

.chat-item-skeleton {
  display: flex;
  align-items: center;
}

.chat-item-skeleton .skeleton-avatar {
  width: 3.75rem;
  height: 3.75rem;
}

.skeleton-username {
  width: 50%;
}

.skeleton-message-content {
  width: 100%;
}

.skeleton-online {
  display: flex;
  align-items: center;
}

.skeleton-online .skeleton-avatar {
  width: 2.875rem;
  height: 2.875rem;
  margin-right: 0.25rem;
}

.skeleton-online-content {
  flex: 1;
}

.skeleton-online-content-1 {
  width: 20%;
  margin-bottom: 0.25rem;
}

.skeleton-online-content-2 {
  width: 40%;
}

/* Dialog */
.dialog-overlay,
.notify {
  inset: 0px;
  position: fixed;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.15s ease-in-out;
  background-color: #fff;
}


.notify {
  background-color: rgb(19, 19, 19, 0.5);
  z-index: 10000;
}

.notify .dialog-content {
  position: relative;
  background-color: #fff;
  border-radius: 0.5rem;
}

.notify .dialog-head {
  padding: 2rem 2.5rem;
  background-color: #fafafa;
  color: #131313;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.dialog-head .online {
  display: flex;
}

.dialog-head .online-info h4 {
  font-weight: normal;
  margin-bottom: 0.25rem;
}
.dialog-head .online-info p {
  font-size: var(--typography-label-size);
  line-height: var(--typography-label-line-height);
}

.notify .dialog-body {
  padding: 2rem 2.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.notify .recap-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.notify .recap-avatar {
  width: 7.5rem;
  height: 7.5rem;
  margin-bottom: 1.25rem;
}

.notify .recap-info h4 {
  font-size: var(--typography-h3-size);
  line-height: var(--typography-h3-line-height);
  margin-bottom: 0.75rem;
}

.notify .recap-info p {
  font-size: var(--typography-body-size);
  line-height: var(--typography-body-line-height);
}

.notify .recap-rate {
  justify-content: center;
  align-items: center;
}

.notify .stars svg path {
  color: #131313;
}

.notify h2 {
  font-size: var(--typography-h3-size);
  line-height: var(--typography-h2-line-height);
  max-width: 30rem;
  width: 100%;
  text-align: center;
  margin: 3rem auto;
}

.notify .separator {
  height: 1px;
  background-color: var(--grey-text);
  width: 100%;
  margin-bottom: 3rem;
}

.notify .btn-primary {
  width: 100%;
  margin: 3rem 0;
  border-radius: .5rem;
  height: 3rem;
  justify-content: center;
}

.dialog-container {
  width: 100%;
  height: 100%;
  position: relative;
  background: white;
}

.dialog-body {
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* Form checkout */
.form-section {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
}

.form-wrapper {
  padding: 2rem 1rem 0 1rem;
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
}

.form-content {
  width: 100%;
  max-width: 600px;
}

.form-title {
  font-size: 2rem;
  line-height: normal;
  margin-bottom: 1rem;
}

.form-subtitle {
  font-size: 1.125rem;
  line-height: normal;
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.form-subtitle-2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}

.form-banner {
  width: 40%;
  height: 100vh;
  position: relative;
}

.form-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  filter: blur(8px);
  width: 100%;
}

.form-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-recap-messages {
  background-color: rgba(0,0,0,.6);
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  border-radius: .75rem;
  max-width: 544px;
}

.form-recap {
  border-radius: 1.75rem;
  overflow: hidden;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.form-recap-head {
  color: #fff;
  padding: 1.25rem;
  display: flex;
}

.recap-avatar {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 1rem;
  background-color: #b3b3b3;
  position: relative;
}

.recap-avatar .image-avatar {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.recap-avatar .avatar-ai {
  position: absolute;
  right: -.25rem;
  bottom: 0;
  font-size: 1.5rem;
  height: 1.75rem;
  width: 1.75rem;
  background-color: var(--app-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recap-info h4 {
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

.recap-info p {
  font-size: 0.8rem;
  font-weight: 400;
  margin-bottom: 0.625rem;
}

.recap-rate {
  display: flex;
  flex-direction: column;
}

.stars {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-right: 2px;
}

.stars li {
  margin-right: 2px;
}

.stars li:last-child {
  margin-right: 0;
}

.stars img {
  width: 1.125rem;
  height: 1.125rem;
}

.recap-rate p {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0;
}

.form-recap-body {
  padding: 1.25rem;
  color: #fff;
}

.form-recap-body ul {
  padding-left: 1.5rem;
}

.form-recap-body li {
  padding: 0.25rem 0;
}

.form-recap-body h4 {
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.625rem;
}

.form-recap-body .message {
  font-size: 1.125rem;
  line-height: normal;
}

.form-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading {
  animation: spin 1s linear infinite;
  color: var(--app-primary);
}

.form-wrapper .online {
  display: flex;
  align-items: center;
  margin: 3rem 0;
}

.avatars {
  position: relative;
  height: 2.8175rem;
  padding-left: calc(2.8175rem * 3);
}

.avatars .avatar {
  width: 2.8175rem;
  height: 100%;
  border-radius: 50%;
  background-color: #b3b3b3;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.avatars .avatar:nth-child(2) {
  left: 2rem;
}

.avatars .avatar:nth-child(3) {
  left: 4rem;
}

.online-info h4 {
  font-size: 1.125rem;
  line-height: normal;
  font-weight: 500;
  color: var(--app-primary);
}

.online-info p {
  line-height: 2rem;
}

.form-content-note {
  color: #131313;
  font-size: .75rem;
  margin-top: .75rem;
  text-align: center;
}

.form-separator {
  height: 1px;
  background-color: #b3b3b3;
  width: 100%;
}

.form-brand {
  height: 5rem;
  width: 60%;
  margin: 1rem auto 0;
}

.form-brand img {
  width: 100%;
  max-width: 100%;
}

/* Terms of Service Modal */
.read-disclaimer {
  font-size: .75rem;
  color: var(--black-ea);
  cursor: pointer;
  text-decoration: underline;
  background-color: transparent;
  border: none;
}

.read-disclaimer.md {
  color: var(--grey-text);
  margin-right: auto;
}





/* Responsive Design */
@media (max-width: 1400px) {}

@media (max-width: 1200px) {
  .expert-profiles {
    margin-left: calc((100vw - 100%) / 2);
  }

  .popular-questions {
    margin-left: calc((100vw - 100%) / 2);
  }
}

@media (max-width: 1024px) {
  .chat-head {
    padding: 1rem;
  }

  .chat-list {
    padding: 1rem;
  }

  .chat-footer-wrapper {
    padding-bottom: 1rem;
    margin-bottom: 0;
  }

  .chat-continue-wrapper {
    padding-bottom: 0;
  }

  .form-wrapper {
    max-width: 100%;
  }

  .form-banner {
    display: none;
  }
}

@media (max-width: 768px) {
  .container {
      padding: 0 1.5rem;
  }

  .hero-content-right {
    display: none;
  }

  .hero-content-right.chat-modal-wrapper {
    display: flex;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .chat-modal-wrapper .chat {
    border-radius: 0;
  }

  .chat-modal-wrapper .chat-head {
    border-radius: 0;
  }

  .chat-modal-wrapper .chat-body {
    background-color: #fff;
  }

  .chat-modal-wrapper .chat-list {
    gap: .75rem;
    justify-content: flex-end;
  }

  .chat-modal-wrapper .chat-footer-wrapper {
    background-color: #fafafa;
  }

  .chat-modal-wrapper .chat-footer {
    padding: 10px 1rem 0 1rem;
  }

  .chat-modal-wrapper .btn-send {
    border-radius: .5rem;
    padding: .75rem 1rem;
  }

  .btn-close-chat-mobile {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    color: var(--white);
    padding: 0;
  }

  .btn-close-chat-mobile .icon {
    font-size: 1.5rem;
  }

  .chat-modal-wrapper .chat-item {
    background-color: #f7f7f7;
    padding: 1rem 1.375rem;
  }

  .chat-modal-wrapper .chat-item::before {
    border-right-color: #f7f7f7;
  }

  .chat-modal-wrapper .chat-input-group {
    margin-bottom: 0;
    padding-top: 1rem;
  }

  .chat-modal-wrapper .chat-input-group textarea {
    min-height: 100px;
  }

  .chat-modal-wrapper .chat-input-group .placeholder-text {
    display: none;
  }

  .chat-modal-wrapper .online-experts {
    display: none;
  }

  .chat-modal-wrapper .chat .btn-send {
    width: 100%;
    justify-content: center;
  }

  .chat-modal-wrapper .chat-suggestions-online {
    display: flex;
    margin-top: 1.5rem;
  }

  .chat-suggestions-online .expert-avatars img {
    width: 2rem;
    height: 2rem;
  }

  .chat-suggestions-online .expert-count span {
    color: #696868;
  }

  .chat-suggestions-online .online-indicator {
    width: .5rem;
    height: .5rem;
  }
    
  .hero {
    padding-bottom: 3.5rem;
    display: flex;
    flex-direction: column;
    height: 45rem;
  }

  .hero .logo {
    height: 2rem;
    margin-bottom: .5rem;
  }

  .hero-content {
    padding-top: 0;
    flex: 1;
  }

  .hero h1 {
      font-size: 2rem;
  }

  .hero h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .hero-top-mobile {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0 1.5rem;
  }

  .hero-top-mobile .laureles {
    width: 7.25rem;
    height: 7.25rem;
  }

  .hero-content-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .search-container {
    display: flex;
    flex-direction: column;
  }
  
  .example-queries {
    display: none;
  }

  .search-container .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .hero-bottom {
    display: none;
  }

  .categories {
    padding: 2rem 1.5rem;
  }

  .category-filters {
    gap: .75rem;
  }

  .popular-questions {
    padding: 2rem 0 2rem 1.5rem
  }

  .collab-container {
      flex-direction: column;
  }

  .collab-container .btn-outline-white {
    width: 100%;
    justify-content: center;
  }

  .collab-content {
    padding: 2rem 1.5rem;
  }

  .collab-image {
    width: 100%;
    height: 200px;
  }

  .credentials-container {
    gap: 2rem;
    flex-wrap: wrap;
  }

  .credential img {
    max-width: 100%;
  }

  .expert-profiles h2 {
    text-align: center;
  }
}

@media (max-width: 642px) {
  .hero {
    height: calc(var(--vh, 100%) - 3rem);
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .search-container {
    margin-top: auto;
  }

  .chat {
    height: 100%;
  }

  .notify {
    padding: 1rem;
    align-items: flex-start;
  }

  .notify .dialog-content {
    width: 100%;
  }

  .notify .dialog-head {
    padding: 1.5rem 1rem;
  }

  .notify .dialog-body {
    padding: 1.5rem 1rem;
  }

  .notify .recap-avatar {
    width: 5rem;
    height: 5rem;
  }

  .notify h2 {
    margin: 2rem auto;
  }

  .notify .separator {
    margin-bottom: 2rem;
  }

  .notify .btn-primary {
    margin: 2rem 0;
  }

  .form-wrapper {
    padding-top: 2rem;
  }

  .form-title {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  .form-subtitle {
    margin-bottom: .75rem;
    font-size: 1rem;
    line-height: 1.125rem;
  }

  .form-subtitle-2 {
    font-size: 1.125rem;
    line-height: 1.25rem;
    margin-top: 4rem;
  }

  .form-recap-head {
    padding: .5rem;
  }

  .form-control .control {
    height: 3rem;
  }

  .form-content-note {
    text-align: left;
  }
}

@media (max-width: 325px) {
  .credentials-container {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 768px) and (max-height: 768px) {
  .form-wrapper {
    padding-top: 1rem;
  }

  .form-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .form-subtitle-2 {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.125rem;
    margin-bottom: .75rem;
  }
}

/* Animations */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}