.p_114px {
  padding: 114px 0;
}
.inside_banrr_cont {
  max-width: 730px;
  margin: auto;
  text-align: center;
}
.inside_banrr_cont p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.lft_cateotr .accordion {
  border-right: 1px solid #ddd;
  max-width: 100%;
  width: 100%;
  font-family: serif;
  padding-right: 34px;
}

.lft_cateotr .accordion-item {
  border: 0 !important;
}

.lft_cateotr .accordion-header {
  font-family: "Adobe Caslon Pro";
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  cursor: pointer;
  font-size: 22px;
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid #0000001a;
}

.lft_cateotr .accordion-icon {
  font-size: 28px;
  transition: transform 0.3s ease;
}

.lft_cateotr .accordion-item.active .accordion-icon::before {
  content: "–";
}

.lft_cateotr .accordion-icon::before {
  content: "+";
}

.lft_cateotr .accordion-content {
  font-family: "HvDTrial Brandon Grotesque";
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
}

.lft_cateotr .accordion-item.active .accordion-content {
  max-height: 200px;
  padding: 10px 0;
}

.lft_cateotr .custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  color: #555;
  position: relative;
  padding-left: 30px;
  margin: 8px 0;
}

.lft_cateotr .custom-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.lft_cateotr .custom-radio .checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.lft_cateotr .custom-radio input[type="radio"]:checked ~ .checkmark {
  border-color: #000;
  background-color: #000;
}

.lft_cateotr .custom-radio input[type="radio"]:checked ~ .checkmark::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 4px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.outr_catebox {
  padding: 100px 0 140px 0;
}
.lft_cateotr .custom-radio input[type="radio"]:checked ~ .label-text {
  color: #000;
}

.outr_catebox .container-fluid {
  padding: 0 60px !important;
}

.rgt_imgcate img {
  filter: grayscale(1);
}
.cntrlft_srchbox {
  display: flex;
  border: 1px solid #0000001a;
}
.teosrchcm {
  display: flex;
  align-items: center;
  width: 90%;
}
.teosrchcm div {
  width: 50%;
  margin: 8px 0;
  padding: 0 20px;
  border-right: 1px solid #00000014;
}
.teosrchcm input {
  font-family: "HvDTrial Brandon Grotesque";
  font-size: 16px;
  font-weight: 400;
  border: 0;
  outline: 0;
  padding: 5px 0;
}
.srch_icn {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.cntr_catebox {
  padding: 0 15px;
}

.heding_cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 0px 0;
    border-bottom: 1px solid #00000014;
    padding-bottom: 30px;
}
.heding_cate .rgt_cateslect .slct_hd h5 {
  font-family: "HvDTrial Brandon Text";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
}
.heding_cate .lfy_hd h3 {
  font-family: "Adobe Caslon Pro";
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  color: #000;
  margin: 0;
}

.slct_boxm .cate_drop {
  position: relative;
  width: 165px;
  font-family: Arial, sans-serif;
}
.slct_boxm .cate_drop-btn {
  width: 100%;
  padding: 10px 35px 6px 10px;
  background: #f5f5f500;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: left;
  border-radius: 0;
  position: relative;
  transition: background 0.3s;
  font-size: 16px;
  line-height: 1.3;
  color: #727272;
}

.slct_boxm .cate_drop-btn:hover {
  background: #e0e0e0;
}

.slct_boxm .cate_drop .arrow {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.slct_boxm .cate_drop.active .arrow {
  transform: translateY(-50%) rotate(-135deg);
}

.slct_boxm .cate_drop-list {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  display: none;
  z-index: 10;
}

.slct_boxm .cate_drop-list li {
  padding: 8px 12px;
  cursor: pointer;
  transition: background 0.2s;
}

.slct_boxm .cate_drop-list li:hover {
  background: #f0f0f0;
}

.slct_boxm .cate_drop.active .cate_drop-list {
  display: block;
}
.rgt_cateslect {
  display: flex;
  align-items: center;
  gap: 10px;
}
.isnide_cateboxctr .img_lftinsdecte img {
    max-width: 230px;
    max-height: 230px;
    height: 100%;
    width: 100%;
}
.isnide_cateboxctr {
    display: flex;
    align-items: center;
    gap: 26px;
}
.isnide_cateboxctr .rgt_contcate h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
}
.isnide_cateboxctr .rgt_contcate .rewsotr .img_rws img {
    max-width: 80px;
    width: 100%;
}
.isnide_cateboxctr .rgt_contcate .rewsotr {
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 0;
}
.isnide_cateboxctr .rgt_contcate .rewsotr .rews_txt {
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
}