/* Start custom CSS for html, class: .elementor-element-60656d3 *//* ========================================
   YI'S DIY FOOTER
======================================== */

.yis-footer {
  width: 100%;
  padding: 55px 30px 25px;
  background: transparent;
  color: #344a6a;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  box-sizing: border-box;
}

.yis-footer *,
.yis-footer *::before,
.yis-footer *::after {
  box-sizing: border-box;
}

/* Three-column layout */

.yis-footer-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.55fr 1fr;
  column-gap: 90px;
  align-items: start;
}

/* All three columns start at the same height */

.yis-footer-column {
  min-width: 0;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

/* All three main titles */

.yis-footer-title {
  min-height: 32px;
  margin: 0 0 18px;
  padding: 0;
  color: #344a6a;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}

/* Remove the previous middle-column offset */

.yis-footer-info {
  padding-top: 0;
}

/* ========================================
   LEFT COLUMN
======================================== */

.yis-footer-links a {
  display: block;
  margin: 0 0 9px;
  padding: 0;
  color: #344a6a;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  text-decoration: none;
}

.yis-footer-links a:hover {
  color: #f29ca8;
}

/* ========================================
   MIDDLE COLUMN
======================================== */

.yis-contact-row {
  width: 100%;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 12px;
  align-items: start;
  margin: 0 0 15px;
  padding: 0;
  color: #344a6a;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

/* Contact icons */

.yis-contact-row i {
  width: 24px;
  margin-top: 4px;
  color: #4c86c6;
  font-size: 17px;
  line-height: 1;
  text-align: center;
}

/* Contact text */

.yis-contact-row a,
.yis-contact-row span {
  margin: 0;
  padding: 0;
  color: #344a6a;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
  text-decoration: none;
}

/* Keep phone, hours and email on one line */

.yis-contact-row:nth-of-type(2) a,
.yis-contact-row:nth-of-type(4) span,
.yis-contact-row:nth-of-type(5) span,
.yis-contact-row:nth-of-type(6) a {
  white-space: nowrap;
}

.yis-contact-row a:hover {
  color: #f29ca8;
}

/* ========================================
   RIGHT COLUMN
======================================== */

.yis-footer-social {
  padding-top: 0;
  align-items: flex-start;
}

.yis-social-icons {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 5px 0 0;
  padding: 0;
}

.yis-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #344a6a;
  font-size: 28px;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.yis-social-icons a:hover {
  color: #f29ca8;
  transform: translateY(-2px);
}

/* ========================================
   COPYRIGHT
======================================== */

.yis-footer-bottom {
  width: 100%;
  max-width: 1320px;
  margin: 40px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(52, 74, 106, 0.2);
  color: #344a6a;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

/* ========================================
   TABLET
======================================== */

@media (max-width: 1100px) {
  .yis-footer-container {
    grid-template-columns: 0.9fr 1.5fr 0.9fr;
    column-gap: 40px;
  }

  .yis-footer {
    padding-right: 24px;
    padding-left: 24px;
  }

  .yis-footer-title {
    font-size: 17px;
  }

  .yis-footer-links a,
  .yis-contact-row,
  .yis-contact-row a,
  .yis-contact-row span {
    font-size: 15px;
  }
}

/* ========================================
   MOBILE
======================================== */

@media (max-width: 767px) {
  .yis-footer {
    padding: 40px 24px 20px;
  }

  .yis-footer-container {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  .yis-footer-column,
  .yis-footer-info,
  .yis-footer-social {
    width: 100%;
    padding-top: 0;
    align-items: flex-start;
    text-align: left;
  }

  .yis-footer-title {
    min-height: 0;
    margin-bottom: 15px;
    white-space: normal;
  }

  .yis-contact-row:nth-of-type(2) a,
  .yis-contact-row:nth-of-type(4) span,
  .yis-contact-row:nth-of-type(5) span,
  .yis-contact-row:nth-of-type(6) a {
    white-space: normal;
  }

  .yis-footer-bottom {
    margin-top: 34px;
    text-align: left;
  }
}/* End custom CSS */