/* Custom styles to match the design */
.bg-primary-custom {
  background-color: #0d6efd;
}
.category-card {
  transition: transform 0.3s ease;
  cursor: pointer;
}
.category-card:hover {
  transform: translateY(-5px);
}
.product-card {
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.product-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.sub-category-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.sub-category-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.price-text {
  color: #0d6efd;
  font-weight: bold;
}
.seller-text {
  color: #6c757d;
  font-size: 0.9em;
}
.footer-bg {
  background-color: #eef8ff;
}

.telugu_txt {
  font-family: "Mallanna", sans-serif;
  font-size: 25px;
}

.telugu_txt2 {
  font-family: "Ramabhadra", sans-serif;
}
.eng_txt {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  color: #000;
}

.official-position {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.2;
  font-family: "Manrope", sans-serif;
}

.official-title {
  font-weight: 600;
  color: #007ebe;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
}

.bg_head {
  background-color: #e1f2ff;
}
.object-fit-cover {
  object-fit: cover;
  height: 100%;
}
.img_1 {
  width: 40%;
  object-fit: contain;
}

.crd_height {
  height: 105px !important;
}

.crd_clr {
  background-color: #c9def0;
}

.bg_shop {
  background-color: #f1f9ff;
}

.bg_shop {
  position: relative;
  /* padding-top: 60px; /* leave space for top border  
  padding-bottom: 60px; leave space for bottom border */
}

.bg_shop::before,
.bg_shop::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px; /* height of the border image */
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  z-index: 1;
}

.bg_shop::before {
  top: 0;
  background-image: url("../images/bor_top.svg");
}

.bg_shop::after {
  bottom: 0;
  background-image: url("../images/bor_bottom.svg");
}

.price_txt {
  color: #0071c9;
}

.pro_txt {
  font-size: 14px;
}
.bg_11 {
  background-color: #e3f1fd;
}
.bg_12 {
  background-color: #e3f1fd;
}
.img_sty {
  width: 100px;
  /* height: 100px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_heig {
  max-height: 80px;
}
.shopsm_txt {
  font-size: 14px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .col-xxl-1-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.img_sty {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_heig {
  max-height: 50px;
}

.shopsm_txt {
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  word-break: break-word;
}

.custom-bg {
  background-color: #f9f6e4;
  min-height: 320px;
  position: relative;
}

.bg-shape {
  position: absolute;
  top: 0;
  right: -62px;
  width: 65%;
  height: 100%;
  background: url("../images/shape_1.svg") no-repeat right bottom;
  background-size: cover;
  z-index: 0;
  opacity: 1;
}

.custom-img {
  width: 200px;
  max-width: 100%;
  object-fit: contain;
  z-index: 1;
}

.custom_btnclr {
  background-color: #0071c9;
}
.list-unstyled li {
  line-height: 35px;
}

.list-unstyled li a {
  font-size: 14px;
  color: #0e0f1d;
}
.list-unstyled li a:hover {
  color: #0071c9;
}

@media only screen and (max-width: 600px) {
  .col-xxl-1-5 {
    flex: 0 0 auto;
    width: 100%;
  }
}


