.tpcategory .tpcategory__icon img {
    max-width: 130px !important;
    border-radius: 50% !important;
}

/* Make Top Categories horizontally scrollable on small screens */
@media (max-width: 768px) {

  /* target the section and the custom row that contains category items */
  .category-area .custom-row.category-border,
  .category-area .custom-row.category-border .row {
    display: block !important;
  }

  /* individual category cards */
  .category-area .custom-row.category-border > .tpcategory,
  .category-area .custom-row.category-border > .tpcategory.mb-40 {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: auto !important;
    min-width: 120px;
    margin: 0 12px 24px 0 !important;
    padding: 0 !important;
    vertical-align: top;
    box-sizing: border-box;
  }

  /* wrapper that becomes the horizontal scroller */
  .category-area .custom-row.category-border {
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    padding-bottom: 12px !important;

    /* HIDE SCROLL BAR */
    scrollbar-width: none !important;      /* Firefox */
    -ms-overflow-style: none !important;   /* IE/Edge */
  }

  /* hide scrollbar for Chrome, Safari */
  .category-area .custom-row.category-border::-webkit-scrollbar {
    display: none !important;
  }

  /* inline layout for categories */
  .category-area .custom-row.category-border > .tpcategory {
    white-space: normal;
    display: inline-flex !important;
    flex: 0 0 auto !important;
  }

  /* inner layout */
  .category-area .tpcategory__icon img {
    display: block !important;
    margin: 0 auto !important;
    object-fit: cover !important;
    border-radius: 50% !important;
  }

  .category-area .col-,
  .category-area [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
  }

  /* end spacing */
  .category-area .custom-row.category-border::after {
    content: "";
    display: inline-block;
    width: 12px;
  }
}

/* Desktop: normal layout */
@media (min-width: 769px) {
  .category-area .custom-row.category-border > .tpcategory {
    display: block;
  }
}


/* Make Top Categories horizontally scrollable on small screens */
@media (max-width: 768px) {

  /* target the section and the custom row that contains category items */
  .category-area .custom-row.category-border,
  .category-area .custom-row.category-border .row {
    display: block !important;
  }

  /* individual category cards */
  .category-area .custom-row.category-border > .tpcategory,
  .category-area .custom-row.category-border > .tpcategory.mb-40 {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: auto !important;
    min-width: 50px;
    margin: 0 12px 24px 0 !important;
    padding: 0 !important;
    vertical-align: top;
    box-sizing: border-box;
  }

  /* wrapper that becomes the horizontal scroller */
  .category-area .custom-row.category-border {
    display: block !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    padding-bottom: 12px !important;

    /* HIDE SCROLL BAR */
    scrollbar-width: none !important;      /* Firefox */
    -ms-overflow-style: none !important;   /* IE/Edge */
  }

  /* hide scrollbar for Chrome, Safari */
  .category-area .custom-row.category-border::-webkit-scrollbar {
    display: none !important;
  }

  /* inline layout for categories */
  .category-area .custom-row.category-border > .tpcategory {
    white-space: normal;
    display: inline-flex !important;
    flex: 0 0 auto !important;
  }

  /* inner layout */
  .category-area .tpcategory__icon img {
    display: block !important;
    margin: 0 auto !important;
    object-fit: cover !important;
    border-radius: 50% !important;
  }

  .category-area .col-,
  .category-area [class*="col-"] {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
  }

  /* end spacing */
  .category-area .custom-row.category-border::after {
    content: "";
    display: inline-block;
    width: 12px;
  }
}

/* Desktop: normal layout */
@media (min-width: 769px) {
  .category-area .custom-row.category-border > .tpcategory {
    display: block;
  }
}

.custom-row.category-border.pb-45.justify-content-xl-between {
    padding: 0 !important;
}
section.category-area.pt-70.pb-70 {
    padding: 10px !important;
}
@media (max-width: 767px) {
    .tpcategory__icon {
        height: 50px;
        line-height: 110px;
        width: 50px;
    }
}
@media (max-width: 768px) {
  .mb-40 {
    margin-bottom: 20px;
}
  
  .tpcategory__icon {
    margin: auto auto 10px;
}
    .category-area .tpcategory__icon img {
        display: block !important;
        margin: 0 auto !important;
        object-fit: cover !important;
        border-radius: 50% !important;
        max-width: 50px !important;
    }
}
.tpcategory__icon span{
display: none !important;
}

/* Primary selector (matches screenshot: tpabout__inner-thumb) */
.about-area .tpabout__inner-thumb,
.about-area .tpabout__inner-thumb img {
  display: none !important;
}

/* Extra fallback selectors in case structure differs slightly */
.tpabout__inner-thumb,
.tpabout__inner-thumb img,
.tpbabout__inner-thumb,         /* previous typo-safe fallback */
.tpbabout__inner-thumb img {    
  display: none !important;
}

/* Target by alt text (exact match from screenshot) */
img[alt="About Our Story"] {
  display: none !important;
}

/* Target any placeholder image filename used by the theme */
img[src*="placeholder.png"],
img[src*="placeholder_"] {       /* some themes append suffixes */
  display: none !important;
}