.contact-info-page {
  text-align: center;
}
.contact-header {
  padding: 100px 0 40px;
}

.subtitle {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 700;
}

.title {
  font-size: 36px;
  font-weight: 500;
  color: #151515;
  margin-bottom: 20px;
  line-height: 1.2;
}

.description {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  color: #151515;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 80px;
}

.contact-item {
  text-align: center;
}

.icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-label {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  font-weight: 600;
}

.contact-info-link {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  justify-content: center;
}
.contact {
    margin-top: 50px;
}
iframe {
  width: 100%;
}
.form-contact {
    padding: 50px 10% 0;
}
#frm-action-5724 {
    display: grid;
    grid-template-columns: repeat(2,auto);
    column-gap: 30px;
    row-gap: 10px;
}
#frm-action-5724 > .bp_form_field:first-child {
    grid-column: span 2;
}
#frm-action-5724 > .bp_form_field {
  border-bottom: 2px solid #e5e5e5;
  transition: all 0.3s ease;
}
#frm-action-5724 > .bp_form_field textarea {
  width: 100%;
  height: 118px;
  resize: none;
  margin-top: 20px;
  padding: 0;
  border: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  box-shadow: none;
  border-radius: 4px;
  appearance: none;
  background: transparent;
}
#frm-action-5724 > .bp_form_field:hover {
    border-color: #151515;
}
#frm-action-5724 textarea:focus {
  border-color: rgba(133, 133, 133, 0.8);
  outline: 0;
}
#frm-action-5724 > .bp_form_field input[type=text],
#frm-action-5724 > .bp_form_field input[type=number]{
        height: 44px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    box-shadow: none;
        background-color: transparent;
    padding: 10px 0 0;
    border-radius: 4px;
    width: 100%;
    text-overflow: ellipsis;
    border: none !important;
}
.bp-btn-send {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    padding: 0 40px;
    margin-top: 30px;
    border-radius: 4px;
        min-width: 120px;
        min-height: 50px;
        background: #222222;
        color: #fff;
}
#frm-action-5724 > .bp_form_field:nth-child(4) {
    border: none;
}
input:not([type="submit"]):not([type="checkbox"]):focus-visible,
select:focus-visible,
textarea:focus-visible {
  box-shadow: none;
  outline: 0;
}
.bp_form_label_up {
    display: none;
}
.bee-title_form {
        font-size: 10px;
    font-weight: 700;
    color: #858585;
    margin-bottom: 5px;
    letter-spacing: 0;
}
.bee-contact-form__heading {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.bee-contact-form__subheading {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #27262c;
}
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 60px;
  }

  .title {
    font-size: 2.2rem;
  }

  .description {
    font-size: 1rem;
  }
}
@media (max-width:480px) {
    #frm-action-5724 {
        grid-template-columns: repeat(1,auto);
    }
    #frm-action-5724 > .bp_form_field:first-child {
            grid-column: span 1;
    }
}
