/*====CONTACTS====*/

.contacts {
background-color: #F8FAFC;

  .select {
    display: flex;
    align-items: center;
    height: 50px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #CBD5E1;
    color: #94A3B8;
    text-align: left;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 3.25rem;
    letter-spacing: 0.004rem;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.6s, color 0.6s;
    padding: 0 20px;

    /* Style for select */
    background-image: url("/../assets/images/chev-down.png");
    background-repeat: no-repeat;
    background-position: right 15px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .select option {
    color: black;
  }

  .input-error {
    font-family: "Roboto";
    font-size: 12px;
    color: darkred;
  }

  .label-text {
    font-family: "Roboto";
    font-size: 12px;
    color: forestgreen;
  }

  .contacts-banner-section {
    position: relative;
    height: 40vh;
    overflow: hidden;
    background-color: #F8FAFC;

    .banner-svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    .banner-contacts {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      clip: rect(0, auto, auto, 0);
    }

    .banner-content {
      position: fixed;
      top: 18%;
      left: 0;
      width: 100%;
    }

    .banner-text {
      color: #F8FAFC;
      padding-left: 20px;
      text-align: left;
    }

    .banner-info-title {
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 2px;
      color: #F8FAFC;
    }

    .banner-title {
      font-size: 45px;
      font-weight: 800;
      letter-spacing: 2px;
      color: #F8FAFC;
    }
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }

  .contacts-banner-section {
    .banner-text {

      p.banner-info-title {
        font-family: "Roboto";
        color: #F8FAFC;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 2px;
        margin-bottom: 15px;
      }
      p.banner-title {
        font-family: "Roboto";
        color: #F8FAFC;
        font-size: 45px;
        font-weight: 800;
        letter-spacing: 2px;
        margin-bottom: 15px;
      }
      .banner-title {
        font-family: "Roboto";
        color: #F8FAFC;
        font-size: 45px;
        font-weight: 800;
        letter-spacing: 2px;
        margin-bottom: 15px;
      }
    }
  }

  .banner-contacts {
    padding-top: 150px;
    height: 150vh;
  }
  .contacts-section-1 {
    margin: 75px 0 75px 0;

    .contact-info {
      margin: 0 15px 25px 15px;

      p.contact-info-title{
        font-family: "Roboto";
        color: #0F172A;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
      }
      p.contact-info-text{
        font-family: "Roboto";
        color: #0F172A;
        font-size: 15px;
        font-weight: 500;
        text-align: center;
      }
    }
    p.contact-form-top-title {
      font-family: "Roboto";
      color: #BFDBFE;
      font-size: 20px;
      margin-bottom: 10px;
      margin-top: -25px;
      //font-weight: 700;
    }
    .contact-form {
      padding: 25px;

      background-color: #F1F5F9;
      border: 1px solid #CBD5E1;
      border-radius: 8px;



      p.contact-form-title {
        font-family: "Roboto";
        color: #0F172A;
        font-size: 16px;
        font-weight: 700;
      }
      p.contact-form-label {
        font-family: "Roboto";
        color: #0F172A;
        font-size: 14px;
        font-weight: 400;
        margin: 25px 0 5px 0;
      }


      //autorizo check
      .authorize-checkbox-container {
        display: flex;
        align-items: center;
      }

      .authorize-checkbox-input {
        height: 19px;
        width: 19px;
        border-radius: 8px;
      }

      .authorize-checkbox-input-label {
        font-family: "Roboto";
        color: #0F172A;
        font-size: 14px;
        font-weight: 400;
        margin-left: 8px;
        margin-top: 2px;
        margin-right: 35px;
      }

      .newsletter-checkbox-container {
        display: flex;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 10px;
      }

      .newsletter-checkbox-input {
        height: 19px;
        width: 19px;
        border-radius: 4px;
        cursor: pointer;
      }

      .newsletter-checkbox-label {
        font-family: "Roboto";
        color: #0F172A;
        font-size: 14px;
        font-weight: 400;
        margin-left: 8px;
        margin-top: 2px;
        cursor: pointer;
      }

      .form-input {
        height: 48px;
        width: 100%;
        border-radius: 8px;
        padding: 8px 12px 8px 20px;
        border: 1px solid #CBD5E1;
        color: #94A3B8;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto";
      }
      .form-input::placeholder {
        color: #94A3B8;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto";
      }
      .form-textarea {
        width: 100%;
        border-radius: 8px;
        font-family: "Roboto";
        padding: 15px 12px 8px 20px;
        border: 1px solid #CBD5E1;
        color: #94A3B8;
        font-size: 16px;
        font-weight: 400;
        //color: #F1F5F9;
      }
      .form-textarea::placeholder {
        color: #94A3B8;
        font-size: 16px;
        font-weight: 400;
        font-family: "Roboto";
      }
      .form-send-button {
        margin-top: 30px;
        display: flex;
        align-items: center;
        height: 50px;
        width: 100px;
        background-color: #2563EB;
        border: 1px solid #2563EB;
        color: #fff;
        text-align: center;
        font-family: "Roboto";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 3.25rem;
        letter-spacing: 0.004rem;
        text-decoration: none;
        border-radius: 8px;
        transition: background-color 0.6s, color 0.6s;
        padding: 0 20px;
        justify-content: center;

        .right-arrow {
          margin-left: 25px;
        }
      }
    }
  }

  .contacts-section-2 {
    padding: 0 0 0 0;

    .home-section-8-map {
      background-image: url("/../assets/images/map_temp.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      height: 650px;
    }

    .section-map-filter {
      background-color: #E2E8F0;
      height: 110px;
      padding: 30px 0;

      ul.map-filter {
        list-style-type: none;
        display: flex;
        padding-inline-start: 0;
      }
      li {
        margin: 0 10px;
      }


      .map-search-button {
        display: flex;
        align-items: center;
        height: 50px;
        width: 165px;
        background-color: #2563EB;
        border: 1px solid #2563EB;
        color: #fff;
        text-align: center;
        font-family: "Roboto";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 3.25rem;
        letter-spacing: 0.004rem;
        text-decoration: none;
        border-radius: 8px;
        transition: background-color 0.6s, color 0.6s;
        padding: 0 20px;
        justify-content: center;
      }

      .map-simple-button {
        display: flex;
        align-items: center;
        height: 50px;
        background-color: #E2E8F0;
        border: 1px solid #2563EB;
        color: #E2E8F0;
        text-align: center;
        font-family: "Roboto";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 3.25rem;
        letter-spacing: 0.004rem;
        text-decoration: none;
        border-radius: 8px;
        transition: background-color 0.6s, color 0.6s;
        padding: 0 20px;
        justify-content: center;
      }

      .map-search-select {
        display: flex;
        align-items: center;
        height: 50px;
        width: auto;
        min-width: 400px;
        background-color: #ffffff;
        border: 1px solid #CBD5E1;
        color: #94A3B8;
        text-align: left;
        font-family: "Roboto";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 3.25rem;
        letter-spacing: 0.004rem;
        text-decoration: none;
        border-radius: 8px;
        //transition: background-color 0.6s, color 0.6s;
        padding: 0 20px;
        //padding: 0 20px 0 40px;
        /* Style for select */
        background-image: url("/../assets/images/chev-down.png");
        background-repeat: no-repeat;
        background-position: right 15px center;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
      }
      .map-search-select option {
        color: black; /* Adjust text color */
      }

      /* Style for select box container */
      .map-filter li {
        position: relative; /* Position relative for absolute positioning of magnifying glass */
      }

      /* Style for magnifying glass */
      .map-search-select::before {
        content: url("/../assets/images/search.png");
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: auto;
      }


    }

    p.section-title {
      font-family: "Roboto";
      color: #334155;
      font-size: 40px;
      font-weight: 700;
      text-align: left;
      line-height: 44px;
    }


    p.right-text-sub-title {
      font-family: "Roboto";
      color: #475569;
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 15px;
      text-align: left;
    }





    .section-buttons {
      margin-top: 25px;

      ul {
        display: flex;
        padding-inline-start: 0;
        list-style-type: none;

        li {
          margin-right: 15px;
        }
      }

      .go-simple-button {
        display: flex;
        align-items: center;
        height: 40px;
        width: 100%;
        border: 2px solid #2563EB;
        color: #2563EB;
        text-align: center;
        font-family: "Roboto";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 3.25rem;
        letter-spacing: .004rem;
        text-decoration: none;
        border-radius: 8px;
        transition: background-color .6s, color .6s;
        padding: 0 20px;
        justify-content: center;

        .right-arrow {
          margin-left: 10px;
        }
      }

      .go-button {
        display: flex;
        align-items: center;
        height: 40px;
        width: 100%;
        background-color: #2563EB;
        border: 1px solid #2563EB;
        color: #fff;
        text-align: center;
        font-family: "Roboto";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 3.25rem;
        letter-spacing: .004rem;
        text-decoration: none;
        border-radius: 8px;
        transition: background-color .6s, color .6s;
        padding: 0 20px;
        justify-content: center;

        .right-arrow {
          margin-left: 10px;
        }
      }
    }


  }

}
@media (max-width: 1000px) {

  .contacts .contacts-banner-section {
    height: 35vh;
    //background-image: url("/../assets/images/banner-mobile-contacts.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contacts .contacts-banner-section .banner-text p.banner-info-title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .contacts .contacts-banner-section .banner-text p.banner-title {
    font-size: 25px;
  }

  .contacts .banner-text {
    padding: 0 5px;
  }
  .contacts .banner-contacts {
    padding-top: 30%;
  }
  .contacts .contacts-section-1 {
    margin: 30px 0 50px 0;
  }
  .contacts .contacts-section-2 p.section-title {
    font-size: 25px;
    text-align: center;
  }
  .contacts .contacts-section-2 p.right-text-sub-title {
    font-size: 20px;
    text-align: center;
  }
  .contacts .contacts-section-2 {
    padding: 30px 0 0 0;
  }
  .contacts .map-filter ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .contacts .contacts-section-2 .section-map-filter .map-search-select {
    width: 100%;
    min-width: 100%;
  }
  .contacts .contacts-section-2 .section-map-filter ul.map-filter {
    display: block!important;
  }
  .contacts .contacts-section-2 .section-map-filter {
    height: auto;
  }
  .contacts .contacts-section-2 .section-map-filter .map-search-button {
    width: 100%;
    margin-top: 15px;
  }
}