﻿@font-face {
  font-family: 'Bruno Ace SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/brunoacesc/v7/ptROTiycffFLBuiHjdJDl634LQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Coiny';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/coiny/v17/gyByhwU1K989PXwb.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsX_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WC2UW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WCwkW_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WC-UR_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WC9wR_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WC7sR_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lexend/v26/wlptgwvFAVdoq2_F94zlCfv0bz1WC5IR_LA.ttf) format('truetype');
}
@font-face {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/russoone/v18/Z9XUDmZRWg6M1LvRYsH-yA.ttf) format('truetype');
}
:root {
  --bg1: #240636;
  --bg2: #b480d1;
}
.background-transition {
  transition: background-color 0.5s ease;
}
.text-shadow {
  text-shadow: 2px 2px 2px #000;
}
html,
body {
  min-height: 100%;
  margin: 0;
}
body {
  background: radial-gradient(ellipse at center, var(--bg2) -40%, var(--bg1) 100%);
}
.coming-soon {
  font-family: "Coiny";
  font-weight: bold;
  color: white;
  font-size: 32pt;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
header {
  padding-top: 15px;
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  font-family: "Coiny";
  font-weight: bold;
  color: white;
  font-size: 32pt;
  width: 500px;
}
header .logo span {
  color: #a2c561;
}
header menu {
  width: 800px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}
header menu a {
  color: white;
  font-family: "Lexend";
  text-decoration: none;
  transition: color ease-in 0.5s;
}
header menu a:hover {
  color: #a2c561;
}
h1,
h2 {
  color: white !important;
  font-family: "Lexend";
}
.search {
  width: 60%;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}
.search h1 {
  font-family: "Lexend";
  color: white;
  text-align: center;
}
.search-bar-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding: 18px;
  background-color: #0000003f;
  border-radius: 10px;
}
.search-bar-form {
  width: 100%;
}
.search-bar-inner {
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
}
.search-field {
  flex: 1;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 54px;
  margin-right: 10px;
}
.search-field--location {
  display: flex;
  align-items: center;
}
.search-input {
  border: none;
  outline: none;
  font-size: 15px;
  color: #333;
  width: 100%;
  background: transparent;
}
.search-input--location {
  min-width: 120px;
}
.search-radius-divider {
  width: 1px;
  height: 30px;
  background-color: #ccc;
  margin: 0 10px;
  flex-shrink: 0;
}
.search-radius {
  border: none;
  outline: none;
  font-size: 15px;
  color: #333;
  background: transparent;
  cursor: pointer;
  padding-right: 4px;
}
.search-btn {
  background-color: #43a047;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 0 28px;
  height: 54px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  transition: background-color 0.5s ease;
}
.search-btn:hover {
  background-color: #347c37;
}
.colour-swatches {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1000;
}
.colour-swatch {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.colour-swatch:hover {
  transform: scale(1.25);
  border-color: rgba(255, 255, 255, 0.9);
}
.colour-swatch.active {
  border-color: #fff;
  transform: scale(1.15);
  box-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .search-bar-inner {
    flex-direction: column;
    gap: 10px;
  }
  .search-field {
    width: 100%;
    margin-right: 0;
  }
  .search-btn {
    width: 100%;
    justify-content: center;
  }
}
#chat-panel {
  margin-top: 1rem;
  background-color: #0000003f;
  border-radius: 10px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#chat-messages {
  flex: 1;
  max-height: 500px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  color: #fff;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
  padding-bottom: 10px;
}
#chat-messages::-webkit-scrollbar {
  width: 6px;
}
#chat-messages::-webkit-scrollbar-track {
  background: transparent;
}
#chat-messages::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
#chat-messages a {
  color: white !important;
}
#chat-messages .chat-msg {
  padding: 10px 14px;
  border-radius: 8px;
  line-height: 1.5;
  max-width: 85%;
}
#chat-messages .chat-msg.system {
  align-self: flex-end;
  background-color: #d83d1a;
  color: #fff;
  border-bottom-right-radius: 2px;
}
#chat-messages .chat-msg.user {
  align-self: flex-end;
  background-color: #43a047;
  color: #fff;
  border-bottom-right-radius: 2px;
}
#chat-messages .chat-msg.assistant {
  align-self: flex-start;
  background-color: rgba(255, 255, 255, 0.12);
  color: #f0e6ff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom-left-radius: 2px;
}
#chat-status {
  min-height: 1.2em;
  font-family: "Lexend", sans-serif;
  font-size: 0.8rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  transition: opacity 0.3s ease;
}
.chat-input-bar {
  display: flex;
  align-items: center;
  gap: 0;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.searchtype {
  border: none;
}
.search-type-label {
  width: 150px;
  font-family: "Lexend", sans-serif;
  font-size: 10pt;
}
/* Typing indicator */
.chat-typing-indicator {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 0;
}
.chat-typing-indicator span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 0.4;
  animation: typingBounce 1.2s infinite ease-in-out;
}
.chat-typing-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}
.chat-typing-indicator span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes typingBounce {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  40% {
    transform: translateY(-6px);
    opacity: 1;
  }
}
.reset {
  font-family: "Lexend", sans-serif;
  width: 90px;
  display: block;
  font-size: 10pt;
  text-decoration: none;
  text-align: right;
}
.results-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Lexend", sans-serif;
  font-size: 13px;
  color: #f0e6ff;
  margin-top: 10px;
}
.results-table td {
  padding: 12px 16px;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  line-height: 1.6;
}
.results-table td small {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.3);
}
.results-table td p {
  margin: 10px 0 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  font-style: italic;
}
.results-table tr:hover td {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.2s ease;
}
.message-text .results-table {
  background: rgba(255, 255, 255, 0.5);
}
.message-text .results-table td {
  color: black !important;
}
.message-text .results-table td p {
  color: black !important;
}
#user-phone {
  background: white;
  padding: 10px 20px;
  border-radius: 10px;
}
#phonenumberholder {
  width: 500px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: flex;
  flex-direction: column;
}
#phonenumberholder h3 {
  color: white;
  font-family: Lexend;
  margin-bottom: 5px;
}
#phonenumberholder small {
  margin-bottom: 20px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-family: Lexend;
}
#phonenumberholder #phonenumber {
  display: flex;
  flex-direction: row;
}
#phonenumberholder #phonenumber input[type=number] {
  padding: 10px 20px;
  width: 60%;
  border-radius: 3px;
  border: none;
}
#phonenumberholder #phonenumber button {
  width: 40%;
  padding: 11px 21px;
  background: #a2c561;
  border: 1px solid #a2c561;
  color: white;
  font-weight: bold;
  border-radius: 3px;
}
#phonenumberholder #timer {
  text-align: center;
  font-family: Lexend;
  background: #0000004d;
  padding: 30px;
  margin-top: 20px;
  border-radius: 10px;
  color: white;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.72);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.modal-card {
  background: linear-gradient(135deg, #240636 0%, #3a0f58 100%);
  border: 1px solid rgba(180, 128, 209, 0.35);
  border-radius: 14px;
  padding: 40px 44px;
  max-width: 440px;
  width: 90%;
  text-align: center;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.55);
  font-family: 'Lexend', sans-serif;
}
.modal-icon {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.modal-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-family: 'Lexend', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}
.modal-card p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.93rem;
  line-height: 1.6;
  margin: 0 0 28px;
}
.modal-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.modal-btn-primary {
  background: #43a047;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Lexend', sans-serif;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  line-height: 1.4;
  transition: background-color 0.3s ease;
}
.modal-btn-primary:hover {
  background: #347c37;
  color: #fff;
  text-decoration: none;
}
.modal-btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Lexend', sans-serif;
  cursor: pointer;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.modal-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}
#startCallSpinner {
  display: none;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  vertical-align: middle;
  margin-right: 5px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}