/* MAP */
.timescare-contact-map {
  margin: 28px auto 0;
}

.timescare-contact-map__frame {
  margin: 0 auto;
  overflow: hidden;
}

.timescare-contact-map__frame iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

/* SECTION */
.timesqare-contactsection {
  padding: 50px 20px;
  max-width: 1350px;
  margin: auto;
  display: flex;
  gap: 30px;
}

.timesqare-contactsection-container {
  max-width: 1350px;
  margin: auto;
  display: flex;
  gap: 30px;
}

/* LEFT FORM */
.timesqare-contactsection-form {
  flex: 2;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  border: solid 1px #dcdcdc;
}

/* RIGHT SIDE */
.timesqare-contactsection-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.timesqare-contactsection-card {
  display: flex;
  gap: 15px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #dcdcdc;
  align-items: flex-start;
}

.timesqare-contactsection-icon {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);;
  padding: 10px;
  border-radius: 10px;
}
.timesqare-contactsection-icon img{
    height: 20px;
    width: 20px;
}

.timesqare-contactsection-card h4 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}

.timesqare-contactsection-card p {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
}

.timesqare-contactsection-card p a {
  color: inherit;
  text-decoration: none;
}

.timesqare-contactsection-card p a:hover,
.timesqare-contactsection-card p a:focus {
  color: var(--primary);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .timescare-contact-map {
    padding: 0 16px;
    margin-top: 20px;
  }

  .timescare-contact-map__frame {
    border-radius: 18px;
  }

  .timescare-contact-map__frame iframe {
    height: 300px;
  }

  .timesqare-contactsection-container {
    flex-direction: column;
  }
}
