.home-footer {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #588dbb;
}
.home-footer1 {
  gap: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  max-width: var(--dl-size-size-maxwidth);
  padding: 4rem 1rem 1rem 1rem;
}
.home-icon-group1 {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-container33 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-logo2 {
  font-weight: bold;
  text-align: center;
  font-size: var(--fs-700);
  color: var(--dl-color-gray-white);
}

.cbp-contact-info {
  width: 45%;
  gap: 2rem;
  display: flex;
  color: #ffff;
  flex-direction: column;
}
.contact-top {
  gap: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-top img {
  width: 100%;
  max-width: 12rem;
  border-radius: 50%;
}
.carissa-label-title {
  font-size: x-large;
}
.carissa-label-title em {
  font-size: medium;
}
.contact-bottom {
  gap: 1rem;
  width: 100%;
  display: flex;
  max-width: 25rem;
  flex-direction: column;
}
.contact-bottom .contact-info {
  display: flex;
  flex-direction: column-reverse;
}
.home-icon12 {
  fill: #101010;
  width: 34px;
  height: 34px;
}
.tech-team {
  text-decoration: underline;
}
.tech-team:hover {
  text-decoration: none;
}
.title-form-wrapper {
  display: flex;
  flex-direction: row;
}
.home-container32 {
  display: flex;
  margin: 0 auto;
  max-width: 60rem;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}
.main-form-wrapper {
  width: 85%;
}

/* FORM */

.custom-form {
  max-width: 600px;
  margin: 0 auto;
  font-family: "Arial", sans-serif;
  padding: 20px;
  box-sizing: border-box;
}

.field-list {
  border-radius: 8px;
  padding: 15px;
}

.fieldset {
  margin-bottom: 15px;
}

.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.caption {
  font-size: 16px;
  margin-bottom: 5px;
}

.input-field,
.select-field,
.textarea-field {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.select-wrapper {
  position: relative;
}

.arrow-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.input-prefix {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.radio-field {
  margin-right: 5px;
}

.submit-button {
  margin-left: 20px;
  padding: 10px 20px;
  background-color: var(--bs-black);
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.submit-button:hover {
  background-color: var(--bs-white);
  color: var(--bs-black);
}
/* Tablet responsiveness */
@media (max-width: 1200px) {
  .title-form-wrapper {
    display: flex;
    flex-direction: column;
  }
  .main-form-wrapper {
    width: 100%;
  }
}

/* Mobile responsiveness */
@media (max-width: 600px) {
  .custom-form {
    padding: 10px;
  }

  .field-list {
    padding: 10px;
  }

  .input-field,
  .select-field,
  .textarea-field {
    font-size: 14px;
  }

  .submit-button {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .home-footer1 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-container32 {
    flex-direction: column;
    width: 100%;
  }
  .home-container33 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
  .home-logo2 {
    width: 100%;
    text-align: center;
  }
  .cbp-contact-info {
    width: 90%;
  }

  .home-icon-group1 {
    padding: 1rem;
  }
}
@media (max-width: 479px) {
  .home-footer1 {
    padding: var(--dl-space-space-unit);
  }
  .home-logo2 {
    width: 100%;
    padding: 2rem 0;
    text-align: left;
    font-size: var(--fs-600);
  }
  .home-container33 {
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
  }
}
