:root {
  --_brand---primary-light: #f0fdfa;
  --_brand---primary: #0d9488;
  --_brand---text-dark: #1e293b;
  --_brand---text-body: #64748b;
  --_brand---white: #fff;
  --_brand---primary-dark: #0f766e;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.section-default {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-alt {
  background-color: var(--_brand---primary-light);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-dark {
  background-color: var(--_brand---primary);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.container-default {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.text-center {
  text-align: center;
}

.hidden {
  display: none;
}

.heading-1 {
  color: var(--_brand---text-dark);
  word-spacing: 2px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
}

.heading-2 {
  color: var(--_brand---text-dark);
  word-spacing: 2px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.heading-3 {
  color: var(--_brand---text-dark);
  font-family: Inter, system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.heading-4 {
  color: var(--_brand---primary);
  letter-spacing: .5px;
  word-spacing: 3px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.paragraph-default {
  color: var(--_brand---text-body);
  word-spacing: 1px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-small {
  color: var(--_brand---text-body);
  word-spacing: 1px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.text-white {
  color: var(--_brand---white);
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.navbar {
  z-index: 100;
  background-color: var(--_brand---white);
  border-bottom: 1px solid #0000000d;
  padding-top: 8px;
  padding-bottom: 8px;
  transition-property: box-shadow;
  transition-duration: .3s;
  position: sticky;
  top: 0;
}

.nav-link {
  color: var(--_brand---text-dark);
  letter-spacing: .3px;
  word-spacing: 2px;
  border-radius: 6px;
  padding: 12px 16px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition-property: background-color, color, transform;
  transition-duration: .25s;
  transition-timing-function: ease;
}

.nav-link:hover {
  background-color: var(--_brand---primary-light);
  color: var(--_brand---primary);
  transform: translate(0, -1px);
}

.header-banner {
  background-color: var(--_brand---primary);
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.hero-section {
  background-size: cover;
  min-height: 600px;
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
}

.hero-overlay {
  background-color: #0006;
  background-image: url('../images/hero-smilo-office.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0;
}

.footer-section {
  background-color: var(--_brand---primary);
  padding-top: 60px;
  padding-bottom: 20px;
}

.cta-banner {
  background-color: var(--_brand---primary);
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.card-service {
  background-color: var(--_brand---white);
  transition: transform .3s ease, box-shadow undefined undefined;
  text-align: center;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 12px #0000000f;
}

.card-service:hover {
  transform: translate(0, -5px);
  box-shadow: 0 8px 30px #0000001f;
}

.card-team {
  background-color: var(--_brand---white);
  transition: transform .4s ease, box-shadow undefined undefined;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px #0000000f;
}

.card-team:hover {
  transform: translate(0, -8px);
  box-shadow: 0 10px 35px #0000001a;
}

.card-blog {
  border-radius: 12px;
  transition-property: transform;
  transition-duration: .3s;
  overflow: hidden;
  box-shadow: 0 2px 12px #0000000f;
}

.card-blog:hover {
  transform: translate(0, -5px);
  box-shadow: 0 8px 30px #0000001f;
}

.card-testimonial {
  background-color: var(--_brand---primary-light);
  transition: transform .3s ease, box-shadow undefined undefined;
  border-radius: 12px;
  padding: 30px;
}

.card-testimonial:hover {
  transform: translate(0, -5px);
  box-shadow: 0 8px 24px #00000014;
}

.card-faq {
  cursor: pointer;
  border-bottom: 1px solid #e2e8f0;
  padding-top: 20px;
  padding-bottom: 20px;
  transition-property: background-color;
  transition-duration: .2s;
}

.card-faq:hover {
  background-color: var(--_brand---primary-light);
}

.btn-primary {
  background-color: var(--_brand---primary);
  color: var(--_brand---white);
  word-spacing: 1px;
  border-radius: 8px;
  padding: 16px 28px;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition-property: background-color, box-shadow, transform;
  transition-duration: .3s;
  display: inline-block;
  box-shadow: 0 2px 8px #0d94884d;
}

.btn-primary:hover {
  background-color: var(--_brand---primary-dark);
  transform: translate(0, -2px);
  box-shadow: 0 6px 20px #0d948866;
}

.btn-outline {
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--_brand---white);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--_brand---white);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--_brand---white);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--_brand---white);
  color: var(--_brand---white);
  word-spacing: 1px;
  background-color: #0000;
  border-radius: 8px;
  padding: 16px 28px;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: .3s;
  display: inline-block;
}

.btn-outline:hover {
  background-color: var(--_brand---white);
  color: var(--_brand---primary);
}

.img-rounded {
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.img-team-photo {
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  width: 100%;
  height: 280px;
  display: block;
}

.img-blog-thumb {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.img-gallery {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 200px;
  transition-property: transform;
  transition-duration: .3s;
  display: block;
}

.img-gallery:hover {
  transform: scale(1.05);
}

.img-service-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.social-icon {
  color: #fff;
  background-color: #ffffff26;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 0;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition-property: background-color, transform;
  transition-duration: .25s;
  display: flex;
}

.social-icon:hover {
  background-color: #ffffff4d;
  transform: scale(1.1);
}

.star-rating {
  color: #f59e0b;
  font-size: 18px;
}

.faq-answer {
  max-height: 0;
  transition-property: max-height;
  transition-duration: .3s;
  overflow: hidden;
}

.faq-answer.faq-answer-open {
  max-height: 500px;
}

.btn-phone {
  color: var(--_brand---primary);
  letter-spacing: .3px;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-links {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.nav-right {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.logo-text {
  color: var(--_brand---primary);
  letter-spacing: -.5px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 26px;
  font-weight: 800;
  text-decoration: none;
}

.hero-content {
  z-index: 1;
  max-width: 600px;
  position: relative;
}

.footer-heading {
  color: var(--_brand---white);
  word-spacing: 2px;
  margin-bottom: 20px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.footer-text {
  color: #fffc;
  margin-bottom: 10px;
  font-family: Inte;
  font-size: 14px;
  line-height: 24px;
}

.footer-link {
  color: #fffc;
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
  transition-property: color;
  transition-duration: .2s;
  display: block;
}

.footer-link:hover {
  color: var(--_brand---white);
}

.footer-column {
  padding-right: 20px;
  font-family: Inte;
}

.footer-copyright {
  text-align: center;
  border-top: 1px solid #fff3;
  margin-top: 40px;
  padding-top: 20px;
}

.footer-copyright-text {
  color: #fff9;
  margin-bottom: 0;
  font-size: 13px;
}

.map-container {
  background-color: #e2e8f0;
  border-radius: 12px;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  overflow: hidden;
}

.contact-info-item {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.contact-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  color: var(--_brand---primary);
  flex-shrink: 0;
  margin-right: 12px;
  font-size: 0;
  font-weight: 400;
  line-height: 0;
  overflow: hidden;
}

.form-placeholder {
  background-color: var(--_brand---primary-light);
  border-radius: 12px;
  padding: 30px;
}

.contact-icon-img {
  object-fit: contain;
  flex-shrink: 0;
  order: -1;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 12px;
}

.form-input {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  transition-property: border-color;
  transition-duration: .2s;
}

.form-input:focus {
  border-color: var(--_brand---primary);
}

.form-textarea {
  resize: vertical;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  width: 100%;
  min-height: 120px;
  margin-bottom: 16px;
  padding-top: 12px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
}

.form-label {
  color: var(--_brand---text-dark);
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.collection-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.collection-grid-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.team-card-content {
  padding: 20px 15px;
}

.testimonial-quote {
  color: var(--_brand---text-body);
  margin-bottom: 16px;
  font-size: 16px;
  font-style: italic;
  line-height: 28px;
}

.testimonial-name {
  color: var(--_brand---text-dark);
  word-spacing: 2px;
  font-size: 15px;
  font-weight: 700;
}

.empty-state-hidden {
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
  position: absolute;
  overflow: hidden;
}

.collection-list-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icons-row {
  grid-column-gap: 8px;
  margin-top: 16px;
  display: flex;
}

.flex-block {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: flex-start;
  align-items: center;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.collection-list-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

@media screen and (max-width: 991px) {
  .grid-3, .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-1 {
    font-size: 38px;
    line-height: 46px;
  }

  .header-banner {
    min-height: 150px;
  }

  .hero-section {
    min-height: 500px;
    padding-top: 100px;
  }

  .collection-grid-3, .collection-grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .grid-2, .grid-3, .grid-4, .collection-grid-3, .collection-grid-2, .collection-grid-4 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section-default, .section-alt, .section-dark {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-1 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-section {
    min-height: 400px;
    padding-top: 80px;
  }
}


