/* Import font */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* CSS Reset */
.threatscene-contact-wrapper *,
.threatscene-contact-wrapper *::before,
.threatscene-contact-wrapper *::after {
  box-sizing: border-box;
}

.threatscene-contact-wrapper {
  font-family: "Inter", sans-serif;
}

.threatscene-contact-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.threatscene-contact-wrapper img,
.threatscene-contact-wrapper picture,
.threatscene-contact-wrapper video,
.threatscene-contact-wrapper canvas,
.threatscene-contact-wrapper svg {
  display: block;
  max-width: 100%;
}

.threatscene-contact-wrapper input,
.threatscene-contact-wrapper button,
.threatscene-contact-wrapper textarea,
.threatscene-contact-wrapper select {
  font: inherit;
}

.threatscene-contact-wrapper .container {
  max-width: 1200px;
  padding-inline: 20px;
  margin-inline: auto;
}

/* Form Messages */
.form-messages {
  margin-bottom: 20px;
}

.form-messages.success {
  background: #d4edda;
  color: #155724;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #c3e6cb;
  margin: 10px 0;
}

.form-messages.error {
  background: #f8d7da;
  color: #721c24;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #f5c6cb;
  margin: 10px 0;
}

/* Dropdown CSS */
.threatscene-contact-wrapper .selection__dropdown {
  position: relative;
  width: 48.5%;
}

.threatscene-contact-wrapper .selection__dropdown label {
  display: block;
  margin-bottom: 12px;
  cursor: pointer;
}

.threatscene-contact-wrapper .selection__dropdown .dropdown-button {
  width: 100%;
  text-align: left;
  border: 1px solid #ccc;
  background: white;
  cursor: pointer;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  color: #000;
}

.threatscene-contact-wrapper .selection__dropdown .dropdown-button:focus {
  outline: 2px solid #021ef2;
}

.threatscene-contact-wrapper .selection__dropdown .dropdown-options {
  display: none;
  position: absolute;
  width: 100%;
  max-height: 190px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background: white;
  z-index: 10;
  border-radius: 8px;
}

.threatscene-contact-wrapper .selection__dropdown .dropdown-options button {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: left;
  border: none;
  background: white;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  padding-left: 25px;
  color: #281010d1;
}

.threatscene-contact-wrapper .selection__dropdown .dropdown-options button:hover {
  background-color: #f0f0f0;
}

.threatscene-contact-wrapper .selection__dropdown .dropdown-options button.selected {
  background-color: #021ef2;
  color: white;
}

/* Main Contact Area */
.threatscene-contact-wrapper .contact__area {
  padding-block: 60px;
}

.threatscene-contact-wrapper .contact__title h1 {
  font-size: 24px;
  line-height: 32px;
  color: #111827;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
}

.threatscene-contact-wrapper .radio__button__group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 80%;
  margin: auto;
}

.threatscene-contact-wrapper .radio__button__group button {
  width: fit-content;
  text-align: left;
  border: 2px solid #f5f5f5;
  background: #fff;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 8px;
  cursor: pointer;
  transition: .3s;
  color:#000;
}

.threatscene-contact-wrapper .radio__button__group button.button__active {
  border-color: #fecaca;
}

.threatscene-contact-wrapper .radio__button__group button.button__active:hover {
  background: #fef2f2;
}

.threatscene-contact-wrapper .radio__button__group button:hover {
    background: #f5f5f5;
    color: black;
}
.threatscene-contact-wrapper .security__breach__title h1 {
    color: #fff;
}
.threatscene-contact-wrapper .form__title__heading h1 {
    margin-bottom: 6px;
    color: #fff;
}
.threatscene-contact-wrapper .radio__button__group button:focus {
  color: #021ef2;
  border-color: #021ef2;
}

/* Security Breach Card */
.threatscene-contact-wrapper .security__breach__card {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  border-radius: 10px;
  border: 1px solid #fca5a5;
  margin-bottom: 40px;
}

.threatscene-contact-wrapper .security__breach__list {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  padding: 24px;
  border: 1px solid #f3f4f6;
  border-radius: 8px;
}

.threatscene-contact-wrapper .contact__form {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  width: 65.3%;
  border-radius: 10px;
}

.threatscene-contact-wrapper .form__base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 65px;
}

.threatscene-contact-wrapper .security__breach__container {
  width: 30.8%;
}

.threatscene-contact-wrapper .form__title {
  background: #021ef2;
  color: #fff;
  padding: 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.threatscene-contact-wrapper .security__breach__top {
  background: #ef4444;
  color: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 24px;
}

.threatscene-contact-wrapper .security__breach__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.threatscene-contact-wrapper .security__breach__title h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.threatscene-contact-wrapper .security__breach__top p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.threatscene-contact-wrapper .security__breach__body {
  padding: 24px;
}

.threatscene-contact-wrapper .security__breach__body button {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  background: #ef4444;
  border: none;
  padding: 12px 8px;
  border-radius: 8px;
  margin-bottom: 15px;
  cursor: pointer;
}

.threatscene-contact-wrapper .security__breach__body p {
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.threatscene-contact-wrapper .security__breach__list ul li {
  display: flex;
  gap: 10px;
  color: #4b5563;
  font-size: 14px;
}

.threatscene-contact-wrapper .security__breach__list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.threatscene-contact-wrapper .security__breach__list ul li.list__leading {
  color: #28313f;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.threatscene-contact-wrapper .security__breach__list ul li.list__leading svg {
  color: #3dcc72;
  width: 20px;
}

.threatscene-contact-wrapper .security__breach__list svg {
  width: 20px;
  color: #0e29f3;
}

.threatscene-contact-wrapper .form__title__heading {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 5px;
}

.threatscene-contact-wrapper .form__title__heading h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.threatscene-contact-wrapper .form__title p {
  font-size: 14px;
  line-height: 20px;
}

.threatscene-contact-wrapper .contact__form form {
  padding: 24px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.threatscene-contact-wrapper .contact__form form label {
  font-size: 14px;
  line-height: 14px;
  color: #0a0a0a;
  display: inline-block;
  font-weight: 500;
}

.threatscene-contact-wrapper .input__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 48.5%;
  justify-content: space-between;
}

.threatscene-contact-wrapper .input__container input,
.threatscene-contact-wrapper .message__input textarea {
  width: 100%;
  margin-top: 12px;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
}

.threatscene-contact-wrapper .input__container input:focus,
.threatscene-contact-wrapper .message__input textarea:focus {
  outline: 2px solid #021ef2;
}

.threatscene-contact-wrapper .input__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.threatscene-contact-wrapper .selection__dropdown.reason__dropdown {
  width: 100%;
}

.threatscene-contact-wrapper .message__input textarea {
  height: 118px;
}

.threatscene-contact-wrapper .single__checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
}

.threatscene-contact-wrapper .checkbox__container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-block: 25px;
}

.threatscene-contact-wrapper .form__sumbit button {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  color: #fff;
  background: #808ef8;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 10px;
}

.threatscene-contact-wrapper .form__sumbit button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.threatscene-contact-wrapper .form__sumbit p {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #6b7280;
}

.threatscene-contact-wrapper .security__breach__container {
  display: block;
}

.threatscene-contact-wrapper .form__base.full__form .contact__form {
  width: 100%;
}

.threatscene-contact-wrapper .sticky__base {
  position: sticky;
  top: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .threatscene-contact-wrapper .security__breach__container {
    width: 50%;
    margin: auto;
  }

  .threatscene-contact-wrapper .form__base {
    gap: 50px;
  }

  .threatscene-contact-wrapper .contact__form {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .threatscene-contact-wrapper .input__flex {
    flex-direction: column;
    gap: 25px;
  }

  .threatscene-contact-wrapper .input__container {
    width: 100%;
  }

  .threatscene-contact-wrapper .selection__dropdown {
    width: 100%;
  }

  .threatscene-contact-wrapper .security__breach__container {
    max-width: 320px;
    margin: auto;
    width: unset;
  }

  .threatscene-contact-wrapper .radio__button__group button {
    max-width: 320px;
    width: 100%;
    margin: auto;
  }
}



.country-select.inside {
    width: 100% !important;
}

.threatscene-contact-wrapper .contact__form .whyusphrases ul {
    list-style-type: disc !important;
    padding-left: 18px;
    margin-bottom: 20px;
}

.threatscene-contact-wrapper .contact__form .whyusphrases ul li {
    font-size: 14px;
    line-height: 30px;
    color: #0a0a0a;
    font-weight: 500;
}

#threatscene-contact-form input {
	display: block;
}

.alart-form-text {
	padding: 20px;
	padding-bottom: 0;
}
.alart-form-text p{
	margin-bottom: 0;
}