.map {
  margin-top: 100px;
  position: relative;
  height: 705px;

  img {
    width: 100%;
    max-height: 457px;
  }

  .pin-container {
    width: 160px;
    height: 160px;
    max-width: 160px;
    max-height: 160px;
    position: absolute;
    top: 165px;
    left: 224px;

    display: flex;
    align-items: center;
    justify-content: center;

    .layer-3 {
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background: #2b695629;

      display: flex;
      align-items: center;
      justify-content: center;

      .layer-2 {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #2b69564a;

        display: flex;
        align-items: center;
        justify-content: center;

        .pin {
          width: 30px;
          height: 30px;
          background: #2b6956;
          border: 4px solid #ffffff;
          border-radius: 50%;
          box-shadow: 0px 23px 49px 0px #0000000a;
        }
      }
    }
  }

  .contact-info {
    position: absolute;

    width: 669px;
    height: 514px;
    max-width: 669px;
    max-height: 514px;
    top: 191px;
    left: 650px;
    padding: 60px;

    border-radius: 20px;
    box-shadow: 0px 23px 49px 0px #0000000a;

    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #ffffff;

    h3 {
      font-weight: 700;
      font-size: 40px;
      line-height: 80px;
      letter-spacing: 0%;
      text-transform: capitalize;
      color: #080a12;
    }

    ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 30px;

      li {
        display: flex;
        align-items: center;
        gap: 24px;

        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #080a12;

        .icon {
          width: 65px;
          min-width: 65px;
          height: 65px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #d63832;
          border: none;
          border-radius: 50%;

          img {
            width: 25px;
            height: 25px;
          }
        }
      }
    }
  }
}

.contact {
  width: 100% !important;
  min-width: 343px;
  margin-top: 120px;
  position: relative;
  min-height: 850px;

  .contact-breadcrumb {
    background-color: #d63832;
    height: 333px;
    min-height: 333px;

    display: flex;
    flex-direction: column;
    align-items: center;

    h1 {
      font-weight: 700;
      font-size: 48px;
      line-height: 80px;
      letter-spacing: 0%;
      text-align: center;
      color: #ffffff;
    }

    p {
      width: 397px;
      font-weight: 400;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 0%;
      text-align: center;
      color: #ffffff;
    }

    .wave1,
    .wave2 {
      position: absolute;
    }

    .wave1 {
      top: -10px;
      left: -100px;
    }

    .wave2 {
      top: 20px;
      right: 0;
    }
  }

  .contact-form {
    width: fit-content !important;
    min-width: 343px !important;
    min-height: 608px;
    border-radius: 20px;
    background-color: #ffffff;
    padding: 61px 118px;
    position: absolute;
    z-index: 10;
    top: 200px;
    left: 120px;
    right: 120px;
    box-shadow: 0px 23px 49px 0px #0000000a;

    display: flex;
    flex-direction: column;
    gap: 24px;

    .form-header {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;

      .form-item {
        width: 413px;
        min-width: 413px;

        display: flex;
        flex-direction: column;
        gap: 12px;

        label {
          font-weight: 400;
          font-size: 18px;
          line-height: 32px;
          letter-spacing: 0%;
          color: #5a524c;
        }

        input {
          font-weight: 600;
          font-size: 24px;
          line-height: 32px;
          letter-spacing: 0%;
          color: #0d0e0c;
          padding-bottom: 24px;

          border: none;
          outline: none !important;
          border-bottom: 2px solid #ebe5db;
        }
      }
    }

    .form-item {
      width: 100%;
      margin-top: 24px;

      display: flex;
      flex-direction: column;
      gap: 12px;

      label {
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        letter-spacing: 0%;
        color: #5a524c;
      }

      textarea {
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0%;
        color: #0d0e0c;
        padding-bottom: 24px;
        resize: none;

        border: none;
        outline: none !important;
        border-bottom: 2px solid #2b6956;
      }
    }

    .submit-form {
      margin-top: 24px;

      display: flex;
      align-items: center;
      justify-content: space-between;

      .terms {
        display: flex;
        align-items: center;
        gap: 8px;

        p {
          font-weight: 400;
          font-size: 16px;
          line-height: 40px;
          letter-spacing: 0%;
          color: #5a524c;

          a {
            font-weight: 600;
            font-size: 16px;
            line-height: 40px;
            letter-spacing: 0%;
            color: #5a524c;
            text-decoration: none;
          }
        }
      }

      button {
        width: 228px;
        height: 48px;
        border: none;
        border-radius: 95px;
        background: #d63832;

        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        color: #ebecf0;
      }
    }
  }
}

@media screen and (max-width: 450px) {
  body.container-fluid {
    display: block;
  }

  .map {
    width: 100%;
    max-width: 321px;
    height: auto;
    margin-top: 16px;
    position: relative;

    img {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 14px;
    }

    .pin-container {
      top: 40px;
      left: 250px;
      transform: translateX(-50%);

      .layer-3 {
        width: 100px;
        height: 100px;
        .layer-2 {
          width: 60px;
          height: 60px;
          .pin {
            width: 25px;
            height: 25px;
          }
        }
      }
    }

    .contact-info {
      position: absolute;
      width: 280px !important;
      height: auto !important;
      top: 210px;
      left: 50%;
      transform: translateX(-50%);
      padding: 16px;
      gap: 12px;
      box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);

      h3 {
        font-size: 16px !important;
        line-height: normal;
      }

      ul {
        gap: 8px;
        li {
          font-size: 12px;
          gap: 10px;
          .icon {
            width: 28px !important;
            height: 28px !important;
            min-width: 28px !important;
            img {
              width: 12px;
              height: 12px;
            }
          }
        }
      }
    }
  }

  .contact {
    min-height: auto;
    max-width: 321px;
    margin-top: 120px !important;

    .contact-breadcrumb {
      height: 161px;
      min-height: 161px;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;

      h1,
      p {
        display: none;
      }
    }

    .contact-form {
      position: relative;
      max-width: 343px !important;
      top: -60px;
      left: 0;
      right: 0;
      width: 100%;
      margin: 0 auto;
      height: auto;
      min-height: auto;
      padding: 20px;

      .form-header {
        display: flex;
        flex-direction: column;
        gap: 0;
      }

      .form-item {
        width: 280px !important;
        max-width: 300px !important;
        min-width: 200px !important;
        margin-top: 15px;
        align-self: center;

        label {
          font-size: 12px !important;
        }

        input,
        textarea {
          width: 100% !important;
          font-size: 14px !important;
        }
      }

      .submit-form {
        flex-direction: column;
        gap: 20px;
        button {
          width: 100%;
        }
      }
    }
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .map {
    margin-top: 80px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: center;
    justify-items: center;
    height: auto;
    min-height: 520px;

    img {
      grid-area: 1 / 1;
      width: 100%;
      height: 100%;
      max-height: none;
      object-fit: cover;
    }

    .container {
      grid-area: 1 / 1;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      pointer-events: none;
    }

    .pin-container {
      position: absolute;
      pointer-events: auto;
      top: 45%;
      left: 15%;
      transform: translate(-50%, -50%);
    }

    .contact-info {
      position: absolute;
      width: 100%;
      max-width: 460px;
      height: auto;
      max-height: none;
      padding: 32px;
      gap: 20px;
      pointer-events: auto;
      top: 35%;
      left: 40%;

      h3 {
        font-size: 32px;
        line-height: 56px;
      }

      ul {
        gap: 20px;

        li {
          font-size: 18px;
          line-height: 24px;
        }
      }
    }
  }

  .contact {
    margin-top: 100px;
    min-height: auto;

    .contact-breadcrumb {
      height: 260px;
      min-height: 260px;
    }

    .contact-form {
      position: static;
      margin: -80px auto 0;
      max-width: 900px;
      min-height: auto;
      padding: 40px 48px;

      .form-header {
        grid-template-columns: 1fr 1fr;
        gap: 16px;

        .form-item {
          width: 100%;
          min-width: 0;
        }
      }

      .submit-form {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;

        button {
          align-self: flex-end;
        }
      }
    }
  }
}
