/* The Spot Construction: brand-asset and responsive layout safeguards. */

.header-1,
.header-2 {
  min-height: 100px;
}

.header-1 .header-main,
.header-2 .header-main {
  min-height: 100px;
}

.header-logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
}

.header-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 72px;
  object-fit: contain;
}

.header-main .header-right,
.header-main .mean__menu-wrapper {
  min-width: 0;
}

.header-main .mean__menu-wrapper {
  flex: 1 1 auto;
}

.header-main .main-menu > nav > ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
}

.header-1 .header__hamburger,
.header-2 .header__hamburger {
  flex: 0 0 auto;
}

.header-1 .header__hamburger .contact-btn,
.header-2 .header__hamburger .contact-btn {
  white-space: nowrap;
}

.offcanvas__logo a {
  display: inline-flex;
  align-items: center;
}

.offcanvas__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 180px;
  max-height: 92px;
  object-fit: contain;
}

.preloader .spinner-wrap .preloader-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .spinner-wrap .preloader-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 112px;
  object-fit: contain;
}

.about-left-item-style-1 .client-item.founder-profile {
  display: flex;
  width: min(100%, 360px);
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 28px;
  margin-left: 60px;
}

.about-left-item-style-1 .client-item.founder-profile > img {
  display: block;
  flex: 0 0 auto;
  width: 320px;
  height: 400px;
  max-width: 100%;
  border: 4px solid var(--theme);
  border-radius: 12px;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 14px 32px rgb(29 32 35 / 18%);
}

.about-left-item-style-1 .client-item .text {
  min-width: 0;
}

.about-left-item-style-1 .client-item .founder-profile-copy span {
  display: block;
  color: var(--header);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
}

.about-left-item-style-1 .about-image img,
.feature-image-style-1 > img,
.feature-content-style-1 .thumb img,
.contact-left-image-inner img {
  object-fit: cover;
}

.about-left-item-style-1 .about-image img,
.contact-left-image-inner img {
  object-position: center top;
}

.contact-wrapper,
.breadcrumb-wrapper,
.bg-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.site-credit {
  display: inline;
  margin-left: 6px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li {
  align-items: flex-start;
  gap: 12px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .icon {
  display: inline-flex;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 16px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content {
  min-width: 0;
  flex: 1 1 auto;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content p {
  font-size: 13px;
  line-height: 1.35;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content h4 {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
  word-break: normal;
}

.footer-wrapper .footer-newsletter .content > a,
.footer-wrapper .single-footer-widget .widget-title > a {
  display: inline-flex;
  align-items: center;
}

.footer-wrapper .footer-newsletter .content > a img,
.footer-wrapper .single-footer-widget .widget-title > a img {
  display: block;
  width: auto;
  height: auto;
  max-width: 230px;
  max-height: 150px;
  object-fit: contain;
}

.footer-wrapper iframe,
.googpemap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
}

.project-box-items-style-2 .project-image img,
.gallery-card-item-inner .gallery-image img {
  object-fit: cover;
}

@media (max-width: 1399px) {
  .header-main .main-menu ul li {
    margin-inline-end: 20px;
  }

  .header-1 .header__hamburger,
  .header-2 .header__hamburger {
    gap: 28px;
    margin-left: 24px;
  }

  .about-left-item-style-1 .client-item.founder-profile {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .header-main .mean__menu-wrapper {
    flex: 0 0 auto;
  }

  .header-main .main-menu > nav > ul {
    display: block;
    white-space: normal;
  }
}

@media (max-width: 991px) {
  .header-1,
  .header-2,
  .header-1 .header-main,
  .header-2 .header-main {
    min-height: 86px;
  }

  .header-logo img {
    max-width: 128px;
    max-height: 64px;
  }

  .header-1 .container-fluid,
  .header-2 .container-fluid {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 575px) {
  .header-1,
  .header-2,
  .header-1 .header-main,
  .header-2 .header-main {
    min-height: 78px;
  }

  .header-1 .container-fluid,
  .header-2 .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }

  .header-1 .header-logo img,
  .header-2 .header-logo img {
    width: auto;
    max-width: 106px;
    max-height: 58px;
  }

  .header-1 .header__hamburger,
  .header-2 .header__hamburger {
    gap: 14px;
  }

  .offcanvas__info {
    width: min(360px, 100%);
  }

  .offcanvas__logo img {
    width: auto;
    max-width: 145px;
    max-height: 78px;
  }

  .about-left-item-style-1 .client-item {
    align-items: flex-start;
  }

  .about-left-item-style-1 .client-item.founder-profile {
    width: 100%;
    align-items: center;
    margin-top: 24px;
  }

  .about-left-item-style-1 .client-item.founder-profile > img {
    width: min(100%, 280px);
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .about-left-item-style-1 .client-item .founder-profile-copy span {
    font-size: 16px;
    text-align: center;
  }

  .offcanvas__wrapper {
    padding: 20px 18px;
  }

  .offcanvas__wrapper .offcanvas-title {
    font-size: 27px;
    line-height: 1.2;
  }

  .offcanvas__wrapper .offcanvas__content .social-icon a {
    width: 44px;
    height: 44px;
    line-height: 44px;
  }

  .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list {
    margin-bottom: 32px;
  }

  .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    font-size: 14px;
  }

  .offcanvas__wrapper .offcanvas__content .offcanvas__contact .contact-list li .content h4 {
    font-size: 14px;
  }

  .footer-wrapper .footer-newsletter .content > a img,
  .footer-wrapper .single-footer-widget .widget-title > a img {
    max-width: 190px;
    max-height: 125px;
  }
}
