h2 {
  font-size: 35px !important;
}
.iso-box span {
  font-size: 20px;
}
.premium-hero {
  position: relative;
  min-height: 490px;
  background: url(https://www.dataentryexpert.com/img/Amazon-Data-Entry-Services-10.webp)
    center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 77px;
}
.premium-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(15 15 60 / 0.75), rgb(0 0 0 / 0.25));
}
.premium-content {
  position: relative;
  text-align: center;
  max-width: 900px;
  padding: 20px;
  color: #fff;
  margin-top: 30px;
}
.premium-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.4;
}
.hero-trust-text {
  font-size: 18px;
  line-height: 1.6;
  color: #e6ebff;
  max-width: 780px;
  margin: 0 auto 25px;
  text-align: center;
}
.iso-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #fff;
}
.iso-box img {
  width: 90px;
}
.ten-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #fff;
}
.ten-box img {
  width: 100px;
  padding-top: 7px;
}
@media (max-width: 768px) {
  .premium-content {
    margin-top: 20px !important;
  }
  .premium-hero {
    background: linear-gradient(9deg, #3b0086, #0064f9) !important;
    min-height: 420px;
  }
  .premium-title {
    font-size: 35px;
  }
  .hero-trust-text {
    font-size: 18px;
    line-height: 1.6;
    padding: 0 8px;
  }
  .iso-box img {
    width: 80px;
  }
  .ten-box img {
    width: 111px;
  }
  .ten-box span {
    padding-bottom: 5px;
  }
}
.ison-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 20px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.iso-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #fff;
}
.ten-box {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #fff;
}
.iso-box img {
  width: 80px;
}
.iso-box,
.ten-box span {
  font-size: 20px;
}
@media (max-width: 768px) {
  .iso-box,
  .ten-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ison-section {
    flex-direction: row;
    gap: 15px;
  }
  .iso-box img {
    width: 75px;
  }
  .ten-box span {
    font-size: 16px;
  }
  .iso-box span {
    font-size: 16px;
  }
}
.breadcrumb-new {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
#breadcrumb {
  width: 1140px;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 15px;
}
#breadcrumb a,
#breadcrumb span {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
#breadcrumb i {
  margin-right: 4px;
}
@media (max-width: 768px) {
  #breadcrumb {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    flex-wrap: wrap !important;
    font-size: 14px;
    line-height: 20px;
  }
  #breadcrumb a,
  #breadcrumb span {
    white-space: normal !important;
  }
}
.section-title {
  font-weight: 700;
  color: #212529;
}
.section-subtitle {
  color: #000;
}
.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  height: 100%;
  box-shadow: 0 6px 18px rgb(0 0 0 / 0.08);
  transition: all 0.3s ease;
}
.service-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.service-desc {
  font-size: 17px;
  color: #000;
  margin-bottom: 15px;
}
.service-link {
  text-decoration: none;
  font-weight: 600;
  color: #0d6efd;
}
.service-link:hover {
  color: #0d6efd !important;
}
.service-table-box {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #383a3e;
  overflow: hidden;
}
.service-row {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 20px 30px;
  border-bottom: 1px solid #383a3e;
  transition: background 0.25s ease;
}
.service-row:last-child {
  border-bottom: none;
}
.service-row:hover {
  background: #f8faff;
}
.service-text {
  flex: 1;
  font-size: 17px;
  line-height: 1.6;
  color: #000;
}
.service-divider {
  width: 3px;
  height: 50px;
  background: #000;
  opacity: 0.75;
  flex-shrink: 0;
}
.service-cta {
  width: 320px;
  text-align: end;
  flex-shrink: 0;
}
.service-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82%;
  background: #021450;
  color: #fff;
  font-size: 16px;
  padding: 14px 10px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.25s ease;
}
.service-cta a:hover {
  background: #021450;
  color: white o !important;
}

a:hover {

  color: white o !important;
}

@media (max-width: 768px) {
  .service-row {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 22px;
  }
  .service-divider {
    display: none;
  }
  .service-cta {
    width: 100%;
    text-align: left;
  }
  .service-cta a {
    width: 100%;
    justify-content: center;
  }
}
.benefit-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.08);
}
.card-number {
  position: absolute;
  top: 5px;
  right: 5px;
  color: var(--hover-color);
  font-size: 18px;
  font-weight: 700;
  padding: 6px 12px;
}
.accounting-point {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
}
.icon {
  width: 46px;
  min-width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #1c55ae;
}
.content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.content h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: #111;
  padding-top: 7px;
}
.content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
}
@media (max-width: 991px) {
  .accounting-point {
    gap: 14px;
  }
  .icon {
    font-size: 28px;
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .content h3 {
    font-size: 20px;
  }
  .content p {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .accounting-point {
    gap: 12px;
  }
  .icon {
    font-size: 26px;
    width: 36px;
    min-width: 36px;
    height: 36px;
    padding-top: 7px;
  }
  .content h3 {
    font-size: 19px;
  }
  .content p {
    font-size: 17px;
    line-height: 1.6;
  }
}
.why-choose-section {
  background: #f7f9fc;
}
.why-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}
.why-card {
  background: #efefef;
  border-radius: 14px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.12);
  height: 100%;
  transition: color 0.35s ease;
}
.why-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: var(--clr);
  z-index: 3;
}
.why-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--clr);
  transition: width 0.15s ease;
  z-index: 1;
}
.why-card:hover::after {
  width: 100%;
}
.why-card > * {
  position: relative;
  z-index: 4;
}
.icon-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #1f4f9c;
  flex-shrink: 0;
  transition: 0.35s;
}
.icon-circle img {
  width: 35px;
  height: 35px;
}
.why-card p {
  margin: 0;
  font-weight: 600;
  font-size: 17px;
  transition: 0.35s;
}
.why-card:hover p {
  color: #fff;
}
.why-card:hover .icon-circle {
  color: #fff;
}
.green {
  --clr: #1db954;
}
.purple {
  --clr: #7a1fa2;
}
.orange {
  --clr: #ff7a00;
}
.teal {
  --clr: #00897b;
}
.blue {
  --clr: #1976d2;
}
.pink {
  --clr: #e91e63;
}
@media (max-width: 768px) {
  .why-desc {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .mm {
    margin-top: 38px;
  }
}
.service-card {
  background: #fff;
  border-radius: 18px;
  padding: 25px 25px 25px 25px;
  text-align: center;
  height: 100%;
  border: 4px solid #fff0;
  transition: all 0.3s ease;
  margin: 5px;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgb(0 0 0 / 0.15);
}
.service-icon {
  width: 72px;
  height: 72px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  margin: 0 auto 22px;
  box-shadow: none !important;
}
.service-card h3 {
  font-weight: 600;
  margin-bottom: 14px;
  color: #000;
}
.service-card p {
  font-size: 17px;
  color: #000;
}
.service-card.blue {
  border-color: #1c55ae;
}
.service-card.blue .service-icon {
  color: #1c55ae;
  border-color: #1c55ae;
}
.service-card.red {
  border-color: #e63946;
}
.service-card.red .service-icon {
  color: #e63946;
  border-color: #e63946;
}
.service-card.green {
  border-color: green;
}
.service-card.green .service-icon {
  color: green;
}
.service-card.orange {
  border-color: #ff8c00;
}
.service-card.orange .service-icon {
  color: #ff8c00;
  border-color: #ff8c00;
}
.service-card.navy {
  border-color: #0b2545;
}
.service-card.navy .service-icon {
  color: #0b2545;
  border-color: #0b2545;
}
.service-card.purple {
  border-color: #8e44ad;
}
.service-card.purple .service-icon {
  color: #8e44ad;
  border-color: #8e44ad;
}
.steps-wrapper {
  background: #fff;
  padding: 45px 40px;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgb(0 0 0 / 0.08);
}
.steps-heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 35px;
  color: #111;
}
.step-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  position: relative;
}
.step-item::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 45px;
  width: 2px;
  height: calc(100% - 0px);
  background: #6e7493;
}
.step-item:last-child::before {
  display: none;
}
.step-circle {
  width: 45px;
  height: 45px;
  min-width: 45px;
  border-radius: 50%;
  background: #002d62;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
}
.step-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
}
.step-content p {
  font-size: 17px;
  line-height: 1.6;
  color: #000;
}
.inquiry-form-box {
  background: #fff;
  padding: 40px 35px;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgb(0 0 0 / 0.08);
}
.inquiry-form-box h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.inquiry-form-box .form-control {
  padding: 12px 14px;
  font-size: 16px;
}
.inquiry-form-box button {
  padding: 12px;
  font-size: 17px;
  font-weight: 600;
}
.comparison-section {
  background: #f8f9fa;
}
.card-title1 {
  background-color: red;
  padding: 10px;
  font-size: 22px;
  color: white !important;
}
.card-title2 {
  background-color: #158415;
  padding: 10px;
  font-size: 22px;
  color: white !important;
}
.comparison-card {
  background: #fff;
  padding: 30px 30px 5px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgb(0 0 0 / 0.06);
}
.comparison-card.highlight {
  border: 2px solid #198754;
  background: #f6fffa;
}
.comparison-card.highlight1 {
  border: 2px solid red;
  background: #fff6f6;
}
.comparison-list li {
  font-size: 17px;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}
.comparison-list li:last-child {
  border-bottom: none;
}
#whatsappFloat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 52px;
  height: 52px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  box-shadow: 0 6px 16px rgb(0 0 0 / 0.25);
  z-index: 9999;
  text-decoration: none;
  transition: all 0.3s ease;
}
#whatsappFloat:hover {
  background: #1ebe5d;
  transform: translateY(-3px);
}
@media (max-width: 767px) {
  #whatsappFloat {
    width: 48px;
    height: 48px;
    font-size: 24px;
    right: 15px;
    bottom: 15px;
  }
}
.chat-widget,
.chat-widget *,
.chat-launcher,
.chat-launcher *,
.chat-launcher-modern,
.chat-launcher-modern * {
  font-family: "roboto" Poppins;
}
.chat-launcher {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  padding: 14px 22px;
  border-radius: 10px;
  font-family: "roboto" Poppins;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 30px rgb(37 99 235 / 0.35);
  z-index: 9999;
  animation: softPulse 2.8s infinite;
}
@keyframes softPulse {
  0% {
    box-shadow: 0 0 0 0 rgb(37 99 235 / 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px #fff0;
  }
  100% {
    box-shadow: 0 0 0 0 #fff0;
  }
}
.chat-widget {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 420px;
  height: 600px;
  background: #f1f5f9;
  border-radius: 18px;
  box-shadow: 0 15px 45px rgb(0 0 0 / 0.35);
  display: none;
  flex-direction: column;
  font-family: "roboto" Poppins;
  z-index: 9999;
}
@media (max-width: 480px) {
  .chat-widget {
    width: 94%;
    height: 88vh;
    left: 3%;
  }
}
#whatsappFloat {
  display: none !important;
}
.chat-header {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
}
.chat-close {
  border: none;
  background: #d1d5db;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}
.chat-body {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
}
.msg-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
}
.msg-row.ai {
  justify-content: flex-start;
}
.msg-row.user {
  justify-content: flex-end;
}
.avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 13px;
}
.avatar.ai {
  background: linear-gradient(135deg, #2563eb, #60a5fa);
}
.avatar.ai {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  margin-top: 6px;
}
.msg-row.ai .typing {
  margin-top: 10px;
}
.avatar.user {
  background: #64748b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.bubble {
  max-width: 70%;
  border-radius: 14px;
  line-height: 1.6;
  padding: 10px 12px;
  font-size: 13.5px;
}
.ai .bubble {
  background: #fff;
}
.user .bubble {
  background: #2563eb;
  color: #fff;
}
.chat-form {
  margin: 6px 0 18px 36px;
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 6px 18px rgb(0 0 0 / 0.08);
  max-width: 70%;
}
.chat-form .chat-input {
  width: 100%;
  padding: 9px 12px;
  margin-bottom: 10px;
  font-size: 13.5px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #f8fafc;
  outline: none;
}
.chat-form .chat-input:focus {
  border-color: #2563eb;
  background: #fff;
}
.chat-error {
  font-size: 12px;
  color: #dc2626;
  margin-bottom: 6px;
}
.chat-form .chat-btn {
  display: block;
  margin: 6px auto 0;
  padding: 8px 20px;
  font-size: 13.5px;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  background: #2563eb;
  color: #fff;
  cursor: pointer;
}
.chat-form .chat-btn:hover {
  background: #1d4ed8;
}
.chat-input-area {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  border-top: 1px solid #e5e7eb;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
#userInput {
  flex: 1;
  min-height: 40px;
  max-height: 100px;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  font-size: 14px;
  line-height: 1.4;
  font-family: "roboto" Poppins;
  resize: none;
  overflow-y: auto;
  white-space: pre-wrap;
  box-sizing: border-box;
}
#userInput:focus {
  outline: none;
  box-shadow: none;
  border-color: #d1d5db;
}
#sendBtn {
  font-size: 15px;
  height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  border: none;
  background: #2563eb;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sendBtn:hover {
  opacity: 0.9;
}
.typing {
  font-size: 13px;
  color: #64748b;
}
.typing span {
  animation: blink 1.4s infinite both;
}
.typing span:nth-child(2) {
  animation-delay: 0.2s;
}
.typing span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.wp-inline {
  font-family: "roboto" Poppins;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #25d366;
  color: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
}
.wp-inline img {
  width: 20px;
  height: 20px;
}
.wp-inline:hover {
  background: #1ebe5d;
}
@media (max-width: 480px) {
  .chat-launcher {
    padding: 12px 16px;
    font-size: 14px;
    border-radius: 28px;
  }
  .chat-widget {
    width: 94%;
    height: 78vh;
    left: 3%;
    bottom: 80px;
    border-radius: 10px;
  }
  .chat-header {
    padding: 12px 14px;
  }
  .chat-title {
    font-size: 14px;
    font-weight: 600;
  }
  .chat-close {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  .chat-body {
    padding: 14px;
  }
  .bubble {
    max-width: 82%;
    font-size: 13.5px;
    padding: 10px 12px;
  }
  .avatar {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
  .chat-form {
    margin: 8px 0 16px 34px;
    padding: 12px;
    max-width: 82%;
  }
  .chat-form .chat-input {
    font-size: 13px;
    padding: 9px 10px;
  }
  .chat-form .chat-btn {
    font-size: 13px;
    padding: 8px 18px;
  }
  .chat-input-area {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px;
    flex-wrap: nowrap;
  }
  #userInput {
    flex: 1 1 auto;
    min-width: 0;
    height: 38px;
    font-size: 14px;
    padding: 0 10px;
  }
  .emoji-btn {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    font-size: 18px;
  }
  #sendBtn {
    min-width: 64px;
    height: 38px;
    padding: 0 12px;
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .wp-inline {
    font-size: 11.5px;
    padding: 4px 10px;
  }
  .wp-inline img {
    width: 13px;
    height: 13px;
  }
}
.feedback-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6px;
  width: 100%;
}
.fb-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.fb-emoji {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #f1f5f9;
  font-size: 22px;
  border-radius: 12px;
  cursor: pointer;
  transition:
    transform 0.2s,
    background 0.2s;
}
.fb-emoji:hover {
  transform: scale(1.12);
  background: #e5e7eb;
}
.fb-label {
  margin-top: 6px;
  font-size: 11px;
  color: #64748b;
  line-height: 1.2;
  min-height: 14px;
}
.launcher-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ef4444;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
}
.chat-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chat-transcript {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 10px;
  background: #f3f4f6;
  border: none;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
}
.chat-transcript.dormant {
  opacity: 0.4;
  pointer-events: none;
}
.chat-transcript.active {
  opacity: 1;
  background: #fff;
  animation: ctaPulse 2s infinite;
}
.chat-transcript.active:hover {
  background: #2563eb;
  color: #fff;
  animation: none;
  box-shadow: 0 4px 12px rgb(37 99 235 / 0.35);
}
.chat-close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: #fff;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .chat-transcript span {
    display: none;
  }
}
.emoji-btn {
  position: relative;
  z-index: 5;
  pointer-events: auto;
}
.emoji-picker {
  position: absolute;
  bottom: 68px;
  left: 12px;
  width: 260px;
  max-height: 200px;
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 12px 35px rgb(0 0 0 / 0.25);
  display: none;
  grid-template-columns: repeat(8, 1fr);
  gap: 6px;
  overflow-y: auto;
  z-index: 10000;
}
.emoji-picker.show {
  display: grid;
}
.emoji-picker span {
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  padding: 4px;
  border-radius: 6px;
  transition: 0.15s;
}
.emoji-picker span:hover {
  background: #f1f5f9;
  transform: scale(1.15);
}
.purpose-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.purpose-card {
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #dbe2ea;
  background: #fff;
  cursor: pointer;
  transition: 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.purpose-card:hover {
  border-color: #2563eb;
  background: #f8fafc;
  box-shadow: 0 6px 16px rgb(37 99 235 / 0.12);
  transform: translateY(-1px);
}
.purpose-title {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}
.purpose-sub {
  font-size: 12px;
  color: #6b7280;
}
.emoji-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f5f9;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
.attach-btn:hover,
.emoji-btn:hover {
  background: #e5e7eb;
}
.chat-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.chat-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: #d1fae5;
}
.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  border: 1px solid #fff;
  box-shadow:
    0 0 0 rgb(34 197 94 / 0.7),
    0 0 6px rgb(34 197 94 / 0.8);
  animation: onlinePulse 1.6s infinite;
}
@keyframes onlinePulse {
  0% {
    box-shadow: 0 0 0 0 rgb(34 197 94 / 0.6);
  }
  70% {
    box-shadow: 0 0 0 6px #fff0;
  }
  100% {
    box-shadow: 0 0 0 0 #fff0;
  }
}
@media (max-width: 480px) {
  .chat-status {
    font-size: 11px;
  }
}
.msg-status {
  font-size: 10px;
  margin-top: 4px;
  text-align: right;
  color: #c7d2fe;
}
.msg-status.seen {
  color: #93c5fd;
}
.sound-toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 30px;
  padding: 0 10px;
  background: #f3f4f6;
  border-radius: 18px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  user-select: none;
}
.sound-left {
  display: flex;
  align-items: center;
  gap: 6px;
}
.sound-switch {
  width: 36px;
  height: 18px;
  background: #d1d5db;
  border-radius: 999px;
  position: relative;
  transition: 0.25s;
}
.switch-thumb {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: 0.25s;
}
.sound-toggle-wrap.on .sound-switch {
  background: #16a34a;
}
.sound-toggle-wrap.on .switch-thumb {
  transform: translateX(18px);
}
.chat-ended-inline {
  text-align: center;
  margin: 16px 0;
  font-size: 13px;
  color: #000;
  position: relative;
}
.chat-ended-inline::before,
.chat-ended-inline::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28%;
  height: 1px;
  background: #e5e7eb;
}
.chat-ended-inline::before {
  left: 0;
}
.chat-ended-inline::after {
  right: 0;
}
#userInput {
  resize: none;
  overflow-y: auto;
  scrollbar-width: none;
}
#userInput::-webkit-scrollbar {
  width: 0;
  height: 0;
}
