#crz-logo img {
  width: 77px;
  margin: 0px 30px;
  margin-top: 22px;
}
.caption-text {
  margin: 0 clamp(2rem, 7vw, 4.625rem);
}
.caption-text img {
  width: 550px;
  padding-left: 90px;
  margin-top: 370px;
}
#features {
  margin-top: 20px;
}
#features .icon {
  width: 100px;
  padding: 34px;
  border-radius: 50px;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
}
#features .icon img {
  width: 100%;
}
#features h5.qodef-e-title {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}
#categories {
  margin-top: 40px;
  margin-bottom: 120px;
}
div#categories h1 {
  text-align: left;
}

.banner-bg {
  background: #00000096;
}
#page-banner {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
#page-banner h1 {
  margin: 0;
  color: white;
  padding: 200px 0px;
  text-align: center;
  font-size: 50px;
}
#products-area .portfolio {
  width: 25% !important;
}
#products-area .blog-grid .hentry-middle {
  padding: 1.8em 1.2em;
  border: 1px solid #0000001c;
  border-top: unset;
}
#filters {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  gap: 15px;
  padding-bottom: 10px;
  scrollbar-width: thin; /* Firefox */
}

#filters li {
  list-style: none;
  flex: 0 0 auto;
}

#filters::-webkit-scrollbar {
  height: 6px;
}

#filters::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.filters li a {
  font-size: 12px;
}

.brandio-sign {
  display: flex;
  align-items: center;
}
.brandio-sign img {
  margin-left: 10px;
  width: 75px;
}
.site-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 97%;
  margin: 0 auto;
}
.site-info p {
  letter-spacing: 0 !important;
  margin: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
footer {
  border-top: 1px solid #0000001a;
}
.elementor-12964 .elementor-element.elementor-element-14213ac .qodef-qi-tabs-horizontal .qodef-tabs-horizontal-content {
    font-size: 18px !important;
}

.elementor-12964 .elementor-element.elementor-element-29eb9c3 {
    height: 430px;
}


@media only screen and (max-width: 600px) {
  .caption-text img {
    width: 290px !important;
    padding-left: 30px;
    margin-top: 260px;
  }
  .is-header-small .site-navigation .layout-medium {
    position: static;
    width: 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
  .is-header-small .site-branding {
    position: absolute;
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #crz-logo {
    width: max-content;
    text-align: center;
    margin: 0 auto;
  }
  #crz-logo img {
    width: 77px;
    margin: 0px 30px;
    margin: 0 auto;
    margin-top: 22px;
  }
  #page-banner h1 {
    padding: 110px 0px;
    font-size: 37px;
  }
  #page-banner {
    background-attachment: unset;
  }
  #page-banner h1 {
    padding: 90px 0px;
    font-size: 37px;
  }
  #products-area .portfolio {
    width: 50% !important;
  }
  #filters {
    gap: 0;
  }
  #products-area span.product-title {
    font-size: 18px;
  }

  .brandio-sign {
    justify-content: center;
    margin-bottom: 10px;
  }
  .site-info {
    display: block;
  }
  .copy-right {
    font-size: 17px !important;
    margin-bottom: 9px !important;
  }
  .site-info p {
    font-size: 12px;
  }
}
