.navbar-brand {
  display: inline-flex;
  align-items: center;
}

#header .navbar-brand img.logo {
  width: auto;
  max-width: 290px;
  max-height: 44px;
  object-fit: contain;
}

#header .navbar-brand > img.quadra-header-logo {
  display: block !important;
  width: 220px !important;
  max-width: 24vw !important;
  height: auto !important;
  max-height: 40px !important;
  object-fit: contain !important;
}

#footer .image-holder > img[alt="QUADRA FIT"] {
  width: auto;
  max-width: 300px;
  max-height: 56px;
  object-fit: contain;
}

#footer .image-holder > img.quadra-footer-logo {
  display: inline-block !important;
  width: 260px !important;
  max-width: 70vw !important;
  height: auto !important;
  max-height: 52px !important;
  object-fit: contain !important;
}

.yoga-product-card {
  color: inherit;
  overflow: hidden;
}

.yoga-product-card figure img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.quadra-product-swiper {
  padding-bottom: 56px;
}

.quadra-product-swiper .swiper-slide {
  height: auto;
}

.quadra-product-swiper .yoga-product-card {
  min-height: 100%;
}

.quadra-social-text {
  display: inline-flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .social-links a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

#footer .social-links a:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  transform: translateY(-2px);
}

#footer .social-links .pe-3 {
  padding-right: .6rem !important;
}

.quadra-language-item {
  display: flex;
  align-items: center;
}

.quadra-language-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 14px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: var(--dark-color);
  font-size: 14px;
  line-height: 1;
}

.quadra-language-label span {
  font-weight: 500;
}

.quadra-language-select {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none;
  cursor: pointer;
}

#google_translate_element {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.goog-te-banner-frame,
.goog-te-gadget {
  display: none !important;
}

body {
  top: 0 !important;
}

.quadra-feature-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quadra-feature-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  color: var(--dark-gray-color);
  font-size: 18px;
  line-height: 1.5;
}

.quadra-feature-list svg {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  color: var(--primary-color);
  margin-top: 1px;
}

.quadra-process {
  background: var(--gray-color-100);
}

.quadra-latest-blog .display-header h2 {
  margin-bottom: 8px;
}

.quadra-latest-blog {
  padding-top: 72px !important;
}

.quadra-blog-more {
  min-width: 160px;
}

.quadra-home-post-grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.quadra-blog-card {
  color: inherit;
  overflow: hidden;
}

.quadra-blog-card figure img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.quadra-blog-card .card-body {
  display: flex;
  min-height: 172px;
  flex-direction: column;
  justify-content: center;
  padding: 22px 22px 24px;
}

.quadra-blog-card-meta {
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.quadra-blog-card .card-title {
  margin: 0;
  color: var(--secondary-color);
  font-size: 24px;
  line-height: 1.22;
}

.quadra-process-item {
  border-top: 1px solid var(--gray-color-300);
  padding-top: 24px;
}

.quadra-process-number {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
}

.quadra-footer-copy {
  max-width: 760px;
  margin: 0 auto;
}

.contact-form .form-control {
  min-height: 54px;
  border: 1px solid var(--gray-color-300);
  border-radius: 20px;
  padding: 12px 18px;
  font-size: 17px;
}

.contact-form textarea.form-control {
  min-height: 180px;
}

.quadra-post-content {
  color: var(--dark-gray-color);
  font-size: 20px;
  line-height: 1.8;
}

.quadra-post-content h2,
.quadra-post-content h3 {
  color: var(--secondary-color);
  margin-top: 1.5em;
}

@media (max-width: 991px) {
  #header .navbar-brand img.logo {
    max-width: 210px;
    max-height: 38px;
  }

  #header .navbar-brand > img.quadra-header-logo {
    width: 170px !important;
    max-width: 56vw !important;
    max-height: 34px !important;
  }

  #footer .image-holder > img[alt="QUADRA FIT"] {
    max-width: 230px;
    max-height: 48px;
  }

  #footer .image-holder > img.quadra-footer-logo {
    width: 210px !important;
    max-height: 44px !important;
  }

  .quadra-language-item {
    padding-top: 10px;
  }

  .quadra-language-label {
    width: 100%;
    justify-content: space-between;
  }

  .quadra-blog-card figure img {
    height: 260px;
  }

  .quadra-blog-card .card-body {
    min-height: auto;
  }
}
