.elementor-229 .elementor-element.elementor-element-1823cca{--display:flex;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-1823cca */.wa-wrap {
  max-width: 360px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.wa-phone {
  background: #171717;
  padding: 10px;
  border-radius: 42px;
  box-shadow: 0 25px 60px rgba(0,0,0,.35);
}

.wa-screen {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: #e5ddd5;
}

.wa-notch {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 96px;
  height: 20px;
  border-radius: 999px;
  background: #171717;
  z-index: 30;
}

.wa-header {
  background: #075e54;
  color: white;
  padding: 32px 12px 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.wa-icon,
.input-icon {
  display: inline-block;
  background-color: currentColor;
  flex-shrink: 0;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.wa-icon {
  width: 20px;
  height: 20px;
  opacity: .9;
}

.wa-icon.small {
  width: 16px;
  height: 16px;
}

.input-icon {
  width: 16px;
  height: 16px;
  color: #6b7280;
}

/* SVG URLs */

.wa-back {
  mask-image: url("https://teinvyta.com/wp-content/uploads/2026/05/arrow-left-1.svg");
  -webkit-mask-image: url("https://teinvyta.com/wp-content/uploads/2026/05/arrow-left-1.svg");
}

.wa-video {
  mask-image: url("https://teinvyta.com/wp-content/uploads/2026/05/video-1.svg");
  -webkit-mask-image: url("https://teinvyta.com/wp-content/uploads/2026/05/video-1.svg");
}

.wa-call {
  mask-image: url("https://teinvyta.com/wp-content/uploads/2026/05/phone-1.svg");
  -webkit-mask-image: url("https://teinvyta.com/wp-content/uploads/2026/05/phone-1.svg");
}

.wa-dots {
  mask-image: url("https://teinvyta.com/wp-content/uploads/2026/05/dots-vertical-1.svg");
  -webkit-mask-image: url("https://teinvyta.com/wp-content/uploads/2026/05/dots-vertical-1.svg");
}

.wa-smile {
  mask-image: url("https://teinvyta.com/wp-content/uploads/2026/05/smile-1.svg");
  -webkit-mask-image: url("https://teinvyta.com/wp-content/uploads/2026/05/smile-1.svg");
}

.wa-clip {
  mask-image: url("https://teinvyta.com/wp-content/uploads/2026/05/paperclip-1.svg");
  -webkit-mask-image: url("https://teinvyta.com/wp-content/uploads/2026/05/paperclip-1.svg");
}

.wa-camera {
  mask-image: url("https://teinvyta.com/wp-content/uploads/2026/05/camera-1.svg");
  -webkit-mask-image: url("https://teinvyta.com/wp-content/uploads/2026/05/camera-1.svg");
}

.wa-microphone {
  color: white;
  mask-image: url("https://teinvyta.com/wp-content/uploads/2026/05/mic-1.svg");
  -webkit-mask-image: url("https://teinvyta.com/wp-content/uploads/2026/05/mic-1.svg");
}

.wa-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  flex-shrink: 0;
}

.wa-user {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 500;
}

.wa-user span {
  display: block;
  font-size: 10px;
  opacity: .8;
  margin-top: 2px;
}

.wa-chat {
  min-height: 460px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background-color: #e5ddd5;
}

.wa-day {
  align-self: center;
  background: rgba(255,255,255,.8);
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 10px;
  color: #666;
  box-shadow: 0 1px 2px rgba(0,0,0,.08);
  margin-bottom: 4px;
}

/* CHAT */

.wa-row {
  display: flex;
  opacity: 0;
  transform: translateY(14px);

  animation-duration: 11s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.wa-row.left {
  justify-content: flex-start;
}

.wa-row.right {
  justify-content: flex-end;
}

.wa-msg-1 { animation-name: wa-msg-1-loop; }
.wa-msg-2 { animation-name: wa-msg-2-loop; }
.wa-msg-3 { animation-name: wa-msg-3-loop; }
.wa-msg-4 { animation-name: wa-msg-4-loop; }
.wa-msg-5 { animation-name: wa-msg-5-loop; }

.wa-bubble {
  max-width: 78%;
  padding: 6px 10px;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,.12);
}

.wa-bubble.white {
  background: white;
  border-top-left-radius: 4px;
}

.wa-bubble.green {
  background: #dcf8c6;
  border-top-right-radius: 4px;
}

.wa-bubble p {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: #1f2937;
}

.wa-single-time,
.wa-time span {
  font-size: 9px;
  color: #6b7280;
}

.wa-single-time {
  display: block;
  text-align: right;
  margin-top: 2px;
}

.wa-time {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
}

/* CHECKS */

.wa-checks {
  display: inline-flex;
  align-items: center;
  margin-left: -1px;
}

.wa-check {
  width: 12px;
  height: 12px;
  display: inline-block;

  background-color: #9ca3af;

  mask: url("https://teinvyta.com/wp-content/uploads/2026/05/check-1.svg") center / contain no-repeat;
  -webkit-mask: url("https://teinvyta.com/wp-content/uploads/2026/05/check-1.svg") center / contain no-repeat;

  animation-duration: 11s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.wa-msg-2 .wa-check {
  animation-name: wa-check-2-bg;
}

.wa-msg-3 .wa-check {
  animation-name: wa-check-3-bg;
}

.wa-msg-5 .wa-check {
  animation-name: wa-check-5-bg;
}

.wa-check-second {
  margin-left: -8px;
}

/* CARD */

.wa-card {
  max-width: 78%;
  background: #dcf8c6;
  border-radius: 16px;
  border-top-right-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,.12);
}

.wa-card-inner {
  padding: 6px;
}

.wa-card-preview {
  background: white;
  border-radius: 12px;
  overflow: hidden;
}

.wa-card img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  display: block;
}

.wa-card-text {
  padding: 6px 10px;
}

.wa-card-text strong {
  display: block;
  font-size: 12px;
  color: #1f2937;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wa-card-text span {
  display: block;
  font-size: 10px;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-time {
  padding: 0 8px 4px;
}

/* TYPING */

.wa-typing {
  animation: wa-typing-loop 11s linear infinite both;
}

.typing-box {
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  background: white;
  padding: 8px 12px;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0,0,0,.12);
}

.typing-box span {
  width: 6px;
  height: 6px;
  background: #9ca3af;
  border-radius: 50%;
  animation: wa-bounce 1s ease-in-out infinite;
}

.typing-box span:nth-child(2) {
  animation-delay: .15s;
}

.typing-box span:nth-child(3) {
  animation-delay: .3s;
}

/* INPUT */

.wa-input {
  background: #f0f0f0;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.wa-input-box {
  flex: 1;
  background: white;
  border-radius: 999px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.wa-input-box > span:nth-child(2) {
  flex: 1;
  font-size: 12px;
  color: #9ca3af;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wa-mic {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #075e54;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* MESSAGE ANIMATIONS */

@keyframes wa-msg-1-loop {
  0%, 4% { opacity: 0; transform: translateY(14px); }
  8%, 92% { opacity: 1; transform: translateY(0); }
  96%, 100% { opacity: 0; transform: translateY(14px); }
}

@keyframes wa-msg-2-loop {
  0%, 16% { opacity: 0; transform: translateY(14px); }
  20%, 92% { opacity: 1; transform: translateY(0); }
  96%, 100% { opacity: 0; transform: translateY(14px); }
}

@keyframes wa-msg-3-loop {
  0%, 34% { opacity: 0; transform: translateY(14px); }
  38%, 92% { opacity: 1; transform: translateY(0); }
  96%, 100% { opacity: 0; transform: translateY(14px); }
}

@keyframes wa-msg-4-loop {
  0%, 62% { opacity: 0; transform: translateY(14px); }
  66%, 92% { opacity: 1; transform: translateY(0); }
  96%, 100% { opacity: 0; transform: translateY(14px); }
}

@keyframes wa-msg-5-loop {
  0%, 76% { opacity: 0; transform: translateY(14px); }
  80%, 92% { opacity: 1; transform: translateY(0); }
  96%, 100% { opacity: 0; transform: translateY(14px); }
}

/* CHECK COLORS */

@keyframes wa-check-2-bg {
  0%, 34% { background-color: #9ca3af; }
  35%, 92% { background-color: #53bdeb; }
  96%, 100% { background-color: #9ca3af; }
}

@keyframes wa-check-3-bg {
  0%, 52% { background-color: #9ca3af; }
  53%, 92% { background-color: #53bdeb; }
  96%, 100% { background-color: #9ca3af; }
}

@keyframes wa-check-5-bg {
  0%, 88% { background-color: #9ca3af; }
  89%, 92% { background-color: #53bdeb; }
  96%, 100% { background-color: #9ca3af; }
}

/* TYPING */

@keyframes wa-typing-loop {
  0%, 54% {
    opacity: 0;
    transform: translateY(10px);
  }

  58%, 63% {
    opacity: 1;
    transform: translateY(0);
  }

  67%, 100% {
    opacity: 0;
    transform: translateY(-4px);
  }
}

@keyframes wa-bounce {
  0%, 80%, 100% {
    transform: translateY(0);
    opacity: .45;
  }

  40% {
    transform: translateY(-4px);
    opacity: 1;
  }
}/* End custom CSS */