:root {
  --primary-blue: #04045b;
}

.header-top-left-content ul {
  display: flex;
  gap: 20px;
}



.header-top-left-content ul li a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.header-top-left-content ul li a img {
  width: 24px;
}

.home-banner .slider-effect .img-slider {
  width: 100%;
}

.home-banner .slider-effect .content-left {
  z-index: 1;
  background: transparent;
}

.home-banner .box-content h1 {
  font-size: 56px;
  line-height: 60px;
  font-weight: 700;
  color: #000000;
}

.flat-title .title {
  color: var(--primary-blue);
}

.custom-list li {
  font-size: 16px;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
}

.custom-list li i {
  color: green;
  font-size: 12px;
  position: relative;
  top: 7px;
}

.client-section .brand-item img {
  height: 80px;
  object-fit: contain;
}

.client-section .swiper-wrapper {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.store-item-info {
  background: var(--primary-blue);
}

.store-item-info .store-heading {
  color: #fff;
}

.about-content-wrap img {
  border-radius: 16px;
}

.card-product .card-product-info .price sub {
  font-size: 12px;
  position: relative;
  opacity: 0.5;
  bottom: -1px;
  font-family: "Albert Sans", sans-serif;
}

.mb_25 {
  margin-bottom: 25px;
}

.pl-50 {
  padding-left: 50px !important;
}

.tf-store-list h5 {
  font-size: 32px;
  line-height: 40px;
}

.tf-store-list p {
  font-size: 16px;
  line-height: 24px;
}


/* side bar */

.tf-shop-sidebar {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

}

.tf-shop-sidebar h5 {
  background: #F1F1F1;
  color: #000;
  text-align: start;
  padding: 10px 20px;
  font-size: 18px;
}

.canvas-body {
  padding: 20px 20px !important;

}

.canvas-filter {
  max-width: 410px;
  position: sticky;
  top: 0px;
  height: 100%;
}

.enquire-wrap {
  display: flex;
  gap: 1rem;
  padding-top: 20px;
  border-top: 1px solid #eee;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;

}

.btn-fill1 {
  background-color: #000;
  border: 1px solid #000;
  color: var(--white);
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-wrap a {
  width: 100%;
}

.widget-content-inner p {
  font-size: 16px;

}

.tf-product-media-thumbs .swiper-wrapper {
  flex-direction: column;
  gap: 1rem;
}

.breadcrumb {
  display: flex;
  justify-content: end;
  margin-bottom: 0px;
}

.blog-detail-main h2 {
  font-size: 32px;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-body-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;

}

.blog-detail-main h3 {
  font-size: 28px;
  line-height: 34px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-detail-main h4 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-body-content {
  padding: 0px 0px 30px;
}

.blog-body-content ul {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none
}

.blog-body-content ul li {
  font-size: 16px;
}

.blog-body-content ul li::before {
  content: " ";
  height: 6px;
  margin-left: -16px;

  width: 6px;
  display: block;
  background-color: var(--primary-blue);
  transform: translateY(16px);
  border-radius: 2px
}

/* bulk-section */
.bulk-section {
  padding: 80px 0px;



}


.wrapper {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: auto;
  border: 1px solid #eee;
}

.wrapper header {
  color: #6990F2;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}

/* Replacing form styles with upload-form */
.upload-form {
  height: 167px;
  display: flex;
  cursor: pointer;
  margin: 10px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  border: 2px dashed #6990F2;
}

/* Same color for icons and text inside upload-form */
.upload-form :where(i, p) {
  color: #6990F2;
}

.upload-form i {
  font-size: 50px;
}

.upload-form p {
  margin-top: 15px;
  font-size: 16px;
}

.progress-area .row,
.uploaded-area .row {
  margin-bottom: 10px;
  background: #E9F0FF;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.progress-area .row i,
.uploaded-area .row i {
  color: #6990F2;
  font-size: 30px;
}

.progress-area .row .content,
.uploaded-area .row .content {
  width: 100%;
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.progress-area .details,
.uploaded-area .row .details {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  justify-content: space-between;
  flex-direction: column;
}

.progress-area .content .progress-bar {
  height: 6px;
  width: 100%;
  margin-bottom: 4px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.progress-bar .progress {
  height: 100%;
  width: 0%;
  background: #6990F2;
  border-radius: inherit;
  transition: width 0.3s ease;
}

.uploaded-area {
  max-height: 232px;
  overflow-y: auto;
}

.uploaded-area.onprogress {
  max-height: 150px;
}

.uploaded-area::-webkit-scrollbar {
  width: 0px;
}

.uploaded-area .row .details {
  margin-left: 15px;
  flex-direction: column;
}

.uploaded-area .row .details .size {
  color: #404040;
  font-size: 11px;
}

.uploaded-area i.fa-check {
  font-size: 16px;
}

/* Mobile responsive */
@media (max-width: 480px) {
  .wrapper {
    width: 90%;
    padding: 20px;
  }

  .upload-form {
    height: 130px;
    border-width: 1.5px;
  }

  .upload-form i {
    font-size: 40px;
  }

  .upload-form p {
    font-size: 14px;
  }

  .progress-area .new-row,
  .uploaded-area .new-row {
    padding: 10px 15px;
  }

  .progress-area .new-row i,
  .uploaded-area .new-row i {
    font-size: 24px;
  }

  .uploaded-area {
    max-height: 150px;
  }
}

.tf-content-right {
  margin-right: 0px;
  padding: 30px;
  border-radius: 24px;
  border: 1px dashed #000;
}

input {
  border: 1px solid #BEBEBE !important;
  border-radius: 12px;
}

textarea {
  border: 1px solid #BEBEBE !important;
  border-radius: 12px;
}


input[type="radio"] {
  border-radius: 0px !important;
}


.btn-dark {
  background: #000;
  color: #fff;
}

.customized-product h4 {
  font-size: 18px;
  line-height: 30px;
  padding-left: 20px;
  margin-bottom: 0;
}

.customized-product a {
  max-width: 220px;
  text-align: center;
  height: 50px;
}

.customized-body {
  padding: 20px 0px;
}

.new-row {
  padding: 20px;
  background: #cff0cf;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border-radius: 12px;
}

.add-on {
  height: 120px !important;
}

.add-on i {
  font-size: 32px !important;
}

.customized-product {
  display: flex;
  justify-content: space-between;
  grid-area: 3rem;
  align-items: center;
  background: #fff;
  border: 2px dashed #04045b;
  padding: 6px;
  border-radius: 30px;
}

.tf-product-media-wrap .swiper {
  width: 100%;
  height: 100%;
}

.tf-product-media-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tf-product-media-wrap .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tf-product-media-wrap .swiper-slide img {
  border-radius: 12px;
}

.tf-product-media-wrap .swiper {
  width: 100%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.tf-product-media-wrap .swiper-slide {
  background-size: cover;
  background-position: center;
}

.tf-product-media-wrap .mySwiper2 {
  height: 80%;
  width: 100%;
}

.tf-product-media-wrap .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.tf-product-media-wrap .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.tf-product-media-wrap .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.tf-product-media-wrap .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.color-wrap {
  padding: 20px 0px 0px;
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.tf-store-info p {
  font-size: 16px;
  line-height: 24px;
}

.map-section {
  padding: 40px 0px 80px;
}

.google-map iframe {
  border-radius: 12px;
  height: 500px;
}

.contact-form {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: unset !important;
  padding: 60px 30px;
}

.banner-hero-collection-wrap .card-box p {
  font-size: 20px !important;
  line-height: 30px !important;
  font-style: italic;
  margin-bottom: 15px;

}

.founder-image img {
  border-radius: 24px;



}

.founder-image {
  padding-left: 50px;
  height: 650px;

}

.founder-image img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  object-fit: cover;

}

.banner-hero-collection-wrap {
  padding: 60px 0px;
}