body {
  background: #02050a;
}

.ai-modal {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.ai-modal-content {
  background: #080E17;
  border-radius: 22px;
  padding: 40px;
  position: relative;
  color: #fff;
  border: 1px solid #4E4E4E;
}

.ai-close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  outline: 0;
  z-index: 9999;
  border: none;
  background-color: rgba(0, 0, 0, 0.1607843137);
  border-radius: 100%;
  padding: 0;
}

.ai-left {
  padding-right: 40px;
}
.ai-left h3 {
  font-size: 24px;
  font-weight: 700;
}
.ai-left p {
  color: #b7c0cc;
  margin: 15px 0 30px;
  font-size: 16px;
}
.ai-left .contact-list {
  list-style: none;
  padding: 0;
}
.ai-left .contact-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: #d5dbe3;
  font-size: 18px;
  padding-bottom: 15px;
}
.ai-left .contact-list li:not(:last-child) {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2509803922);
}
.ai-left .contact-list li .icon {
  width: 36px;
  height: 36px;
  background: #1de9ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.overlay {
  pointer-events: none;
}

.ai-modal .modal-dialog {
  max-width: 1000px;
}

.ai-right {
  border-radius: 18px;
}
.ai-right h2 {
  font-size: 30px;
  font-weight: 600;
}
.ai-right h2 span {
  background: linear-gradient(90deg, #00DFD1 0%, #3AE1FF 51%, #FF16DD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ai-right .sub-text {
  color: #b7c0cc;
  margin-bottom: 25px;
  font-size: 16px;
}
.ai-right .form-control {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 10px 16px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.ai-right .form-control::-moz-placeholder {
  color: #8e9aaa;
}
.ai-right .form-control::placeholder {
  color: #8e9aaa;
}
.ai-right .form-control:focus {
  box-shadow: none;
  border-color: #1de9ff;
}

.btn-ai-outline {
  background: transparent;
  border: 1px solid #1de9ff;
  color: #1de9ff;
  padding: 10px 22px;
  border-radius: 30px;
}
.btn-ai-outline:hover {
  background: #1de9ff;
  color: #000;
}

.btn-ai-primary {
  background: #fff !important;
  color: #000 !important;
  padding: 10px 28px;
  border-radius: 30px;
  font-weight: 500;
}
.btn-ai-primary:hover {
  opacity: 0.9;
  background: transparent !important;
  color: #fff !important;
  border: 1px solid #fff;
}

.ai-gradient-btn {
  padding: 14px 42px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  /* DOUBLE BACKGROUND TECHNIQUE */
  background: linear-gradient(#0b0f14, #0b0f14) padding-box, linear-gradient(85.33deg, #00EBDF -17.45%, #28FFAB 9.78%, #3867FF 50.05%, #E04ACD 100.53%) border-box;
  /* Subtle glow like image */
  box-shadow: 0 0 18px rgba(0, 235, 223, 0.15);
  transition: box-shadow 0.3s ease;
}
.ai-gradient-btn:hover {
  box-shadow: 0 0 28px rgba(224, 74, 205, 0.35);
}

.purpose-select option {
  background-color: #080E17;
  color: gray;
  opacity: 0.5;
}/*# sourceMappingURL=quote-modal.css.map */