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

.navbar .brand-logo img {
  display: block;
  width: 144px;
  max-width: 32vw;
  height: auto;
  max-height: 36px;
  object-fit: contain;
}

.footer .footer-info .footer-logo-img {
  margin-bottom: 34px;
  line-height: 1;
}

.footer-logo-img img {
  width: 192px;
  max-width: 42vw;
  height: auto;
  max-height: 43.2px;
  object-fit: contain;
}

.quadra-language-item {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.quadra-language-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 6px 10px;
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

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

.quadra-language-select option {
  color: #343148;
}

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

body {
  top: 0 !important;
}

.discount {
  background-image: linear-gradient(rgba(247, 202, 201, .7), rgba(247, 202, 201, .7)), url("../yibazhan/images/discount-bg.png");
}

.quadra-products-section {
  background: #ffffff;
}

.quadra-product-grid {
  row-gap: 30px;
}

.quadra-product-grid.owl-carousel {
  display: block;
}

.quadra-product-grid.owl-carousel .owl-stage {
  display: flex;
}

.quadra-product-grid.owl-carousel .owl-item {
  display: flex;
  height: auto;
}

.quadra-product-grid.owl-carousel .quadra-product-slide {
  display: flex;
  width: 100%;
  height: 100%;
}

.quadra-product-grid.owl-carousel .owl-dots {
  margin-top: 22px;
}

.quadra-product-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #ededed;
  background: #ffffff;
  color: #343148;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.quadra-product-card:hover {
  border-color: rgba(247, 202, 201, .85);
  color: #343148;
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(52, 49, 72, .12);
}

.quadra-product-card figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #343148;
}

.quadra-product-card figure img {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform .35s ease, opacity .35s ease;
}

.quadra-product-card figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(52, 49, 72, .78);
  color: #ffffff;
  text-align: center;
  opacity: 0;
  transition: opacity .25s ease;
}

.quadra-product-card figcaption p {
  margin: 0;
  color: inherit;
  font-size: 16px;
  line-height: 1.55;
}

.quadra-product-card:hover figure img {
  opacity: .78;
  transform: scale(1.05);
}

.quadra-product-card:hover figcaption {
  opacity: 1;
}

.quadra-product-body {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: center;
  padding: 22px 20px;
  text-align: center;
}

.quadra-product-body h3 {
  margin: 0;
  color: #343148;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.service .service-item {
  background: #ffffff;
}

.service .service-item:hover,
.service .service-item.active {
  background: #343148;
  color: #ffffff;
}

.service .service-item h3,
.service .service-item p {
  color: inherit;
}

.service .service-item .service-icon:before,
.service .service-item .service-icon:after {
  background: #F7CAC9;
}

.service .service-item:hover .service-icon:before,
.service .service-item:hover .service-icon:after,
.service .service-item.active .service-icon:before,
.service .service-item.active .service-icon:after {
  background: #F7CAC9;
}

.navbar-dark .navbar-nav .nav-link {
  position: relative;
}

.navbar-dark .navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 12px;
  height: 1px;
  background: currentColor;
  opacity: .18;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  background: rgba(255, 255, 255, .1);
}

.footer .container-fluid {
  background-image: linear-gradient(rgba(52, 49, 72, .9), rgba(52, 49, 72, .9)), url("../yibazhan/images/footer-bg.png");
}

.blog .blog-img img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.blog .blog-text h2 a {
  color: #343148;
  text-decoration: none;
}

.blog .blog-text h2 a:hover {
  color: #F7CAC9;
}

.blog-empty,
.form-status-message {
  width: 100%;
  margin-top: 14px;
  color: #343148;
  text-align: center;
}

.form-status-message {
  text-align: left;
  font-weight: 600;
}

.form-status-message.success {
  color: #1b7f45;
}

.form-status-message.error {
  color: #b42318;
}

.contact .contact-form .control-group {
  margin-bottom: 16px;
}

.single .single-content h1,
.single .single-content h2,
.single .single-content h3 {
  color: #343148;
}

.single .single-content p {
  font-size: 17px;
  line-height: 1.8;
}

.single .single-content img {
  max-height: 520px;
  object-fit: cover;
}

.recent-post {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 18px;
  color: inherit;
  text-decoration: none;
}

.recent-post img {
  width: 88px;
  height: 72px;
  object-fit: cover;
}

.recent-post strong {
  display: block;
  color: #343148;
  line-height: 1.35;
}

.recent-post span {
  color: #777;
  font-size: 13px;
}

.quadra-social-links a[hidden] {
  display: none !important;
}

.fa-rss::before { content: "RSS"; font-size: .62em; font-weight: 700; }
.fa-globe::before { content: "GL"; font-size: .62em; font-weight: 700; }
.fa-share-alt::before { content: "SH"; font-size: .62em; font-weight: 700; }

@media (max-width: 991px) {
  .navbar .brand-logo img {
    width: 115.2px;
    max-height: 28.8px;
  }

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

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

@media (max-width: 767.98px) {
  .quadra-product-card figure img {
    height: 260px;
  }

  .quadra-product-body h3 {
    font-size: 20px;
  }
}
