body {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
}
a {
  color: #000;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: ">";
}
/* navbar */
.navbar {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.navbar-brand img {
  max-height: 50px;
}
.navbar-nav .nav-link:hover {
  opacity: 0.75;
}
.navbar-nav .dropdown .nav-link {
  border: none;
}
.navbar-nav .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  width: 250px;
}
.navbar-nav .dropdown-toggle::after {
  display: none;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    text-transform: uppercase;
    color: #000;
  }
}
/* homepage */
.homepage-section-top {
  height: 560px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage-section-top img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.homepage-section-top p {
  position: absolute;
  bottom: 15px;
  left: 25px;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin: 0;
}
.homepage-blog-container {
  background-color: #303030;
  color: #fff;
}
.homepage-blog-container a {
  color: #fff;
}
.blog-item-image {
  height: 430px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-item-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
/* Product Listing style */
.product-listing {
  background-color: #fff;
  padding: 30px 0 50px;
  margin-top: 20px;
}
.card {
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.12),
    0 5px 10px rgba(0, 0, 0, 0.08) !important;
}
/* Swiper custom styles */
.productsSwiper {
  padding: 10px 5px 50px;
}
.product-swiper-img,
.product-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.card:hover .product-swiper-img,
.card:hover .product-img {
  transform: scale(1.08);
}
.swiper-button-next,
.swiper-button-prev {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: bold;
  color: #007bff;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #f8f9fa !important;
}
/* blog */
.blog-name {
  color: #000;
  font-family: "Playfair Display";
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 32px;
}
.blog-big {
  margin: 80px 0 0 -80px;
  padding: 20px;
  background-color: #fff;
}
.blog-big--date {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.blog-big--name {
  color: #000;
  text-decoration: none;
  line-height: 40px;
}
.blog-small--name {
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.blog-single-post {
  width: 750px;
  max-width: 100%;
  margin: 60px auto;
}
.blog-single-post--hr {
  width: 100px;
  height: 1px;
  background: #d8d8d8;
  margin: 40px auto;
  border: none;
}
.blog-single-post p,
.blog-single-post li,
.blog-single-post td,
.blog-single-post th {
  font-size: 1.1rem;
  line-height: 170%;
  font-weight: lighter;
}
.blog-single-post h2 {
  font-size: 1.4rem;
  font-family: "Playfair Display";
  font-weight: 900;
  margin-bottom: 0.75em;
}
.blog-single-post h3 {
  font-size: 1.3rem;
  font-family: "Playfair Display";
  font-weight: 900;
  margin-bottom: 0.75em;
}
.blog-single-post table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.blog-single-post table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(
    --bs-table-color-state,
    var(--bs-table-color-type, var(--bs-table-color))
  );
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px
    var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.blog-single-post table > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.blog-single-post--share {
  background-color: #fff;
  position: absolute;
  font-weight: 300;
  display: inline-block;
  right: 0;
  top: -10px;
  padding-left: 10px;
}
.blog-single-post--share a {
  color: #d4d4d4;
  margin-left: 8px;
}
.block-list-image {
  height: 320px;
}
.block-list-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .block-list-image {
    height: 240px;
  }
}
/* Pagination styling */
.pagination {
  --bs-pagination-color: #007bff;
  --bs-pagination-hover-color: #0056b3;
  --bs-pagination-focus-color: #0056b3;
  --bs-pagination-active-bg: #007bff;
  --bs-pagination-active-border-color: #007bff;
}
.pagination .page-link {
  border-radius: 0.375rem;
  margin: 0 0.25rem;
  transition: all 0.2s;
}
.pagination .page-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
}
.pagination .page-item.active .page-link {
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}
/* footer */
.footer {
  border-top: solid 1px #d8d8d8;
  margin-top: 80px;
}
.footer ul a {
  color: #999999;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
}
.footer-social a {
  font-size: 20px;
  color: #000;
  margin: 5px;
}
.footer-bottom {
  color: #999999;
}
.footer-bottom img {
  height: 17px;
}
