.elementor-938 .elementor-element.elementor-element-3395992c{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--align-items:start;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-938 .elementor-element.elementor-element-3395992c:not(.elementor-motion-effects-element-type-background), .elementor-938 .elementor-element.elementor-element-3395992c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-938 .elementor-element.elementor-element-781aaf53{--spacer-size:50px;}.elementor-938 .elementor-element.elementor-element-f1ccaa6{--display:flex;--overlay-opacity:0.7;}.elementor-938 .elementor-element.elementor-element-f1ccaa6::before, .elementor-938 .elementor-element.elementor-element-f1ccaa6 > .elementor-background-video-container::before, .elementor-938 .elementor-element.elementor-element-f1ccaa6 > .e-con-inner > .elementor-background-video-container::before, .elementor-938 .elementor-element.elementor-element-f1ccaa6 > .elementor-background-slideshow::before, .elementor-938 .elementor-element.elementor-element-f1ccaa6 > .e-con-inner > .elementor-background-slideshow::before, .elementor-938 .elementor-element.elementor-element-f1ccaa6 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://staging.cpsgroup.co.uk/wp-content/uploads/2026/04/Hi-Res-Swirl-Black-scaled.png");--background-overlay:'';}.elementor-938 .elementor-element.elementor-element-368ab8b{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:600;color:var( --e-global-color-primary );}.elementor-938 .elementor-element.elementor-element-368ab8b a{color:var( --e-global-color-text );}.elementor-938 .elementor-element.elementor-element-e8cf0a2{--display:flex;--overlay-opacity:0.7;}.elementor-938 .elementor-element.elementor-element-e8cf0a2::before, .elementor-938 .elementor-element.elementor-element-e8cf0a2 > .elementor-background-video-container::before, .elementor-938 .elementor-element.elementor-element-e8cf0a2 > .e-con-inner > .elementor-background-video-container::before, .elementor-938 .elementor-element.elementor-element-e8cf0a2 > .elementor-background-slideshow::before, .elementor-938 .elementor-element.elementor-element-e8cf0a2 > .e-con-inner > .elementor-background-slideshow::before, .elementor-938 .elementor-element.elementor-element-e8cf0a2 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-image:url("https://staging.cpsgroup.co.uk/wp-content/uploads/2026/04/Hi-Res-Swirl-Black-scaled.png");--background-overlay:'';}@media(max-width:1024px){.elementor-938 .elementor-element.elementor-element-3395992c{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-938 .elementor-element.elementor-element-3395992c{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for shortcode, class: .elementor-element-7dfebb0 *//* ================================
   CPS FiboSearch Styling
   ================================ */

/* Main search wrapper */
.dgwt-wcas-search-wrapp {
  max-width: 720px;
  margin: 0 auto 50px;
}

/* Search input */
.dgwt-wcas-search-input {
  background: #08080d !important;
  color: #fff !important;
  border: 1px solid rgba(255, 0, 255, 0.65) !important;
  border-radius: 999px !important;
  padding: 16px 56px 16px 24px !important;
  font-family: "Sora", sans-serif !important;
  font-size: 16px !important;
  box-shadow: 0 0 24px rgba(255, 0, 255, 0.12);
}

/* Placeholder text */
.dgwt-wcas-search-input::placeholder {
  color: rgba(255, 255, 255, 0.55) !important;
}

/* Search icon/button area */
.dgwt-wcas-search-submit {
  background: transparent !important;
  border: none !important;
  color: #ff00ff !important;
}

/* Search icon */
.dgwt-wcas-ico-magnifier {
  fill: #ff00ff !important;
}

/* Suggestions dropdown */
.dgwt-wcas-suggestions-wrapp {
  background: #08080d !important;
  border: 1px solid rgba(255, 0, 255, 0.45) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.45) !important;
  border-radius: 0 0 18px 18px !important;
  overflow: hidden;
}

/* Each suggestion */
.dgwt-wcas-suggestion {
  background: #08080d !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 12px 16px !important;
}

/* Hover suggestion */
.dgwt-wcas-suggestion:hover,
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-selected {
  background: rgba(255, 0, 255, 0.12) !important;
}

/* Suggestion title */
.dgwt-wcas-st-title {
  color: #ff00ff !important;
  font-family: "Sora", sans-serif !important;
  font-size: 14px !important;
}

/* Suggestion price */
.dgwt-wcas-st-title strong,
.dgwt-wcas-sp {
  color: #c8d300 !important;
}

/* Product image in suggestions */
.dgwt-wcas-si img {
  background: #f3f3f3 !important;
  border-radius: 4px !important;
}

/* Remove FiboSearch white wrapper */
.dgwt-wcas-search-wrapp,
.dgwt-wcas-search-wrapp *,
.dgwt-wcas-search-form,
.dgwt-wcas-sf-wrapp {
  background-color: transparent !important;
}

/* Remove inner white field area */
.dgwt-wcas-sf-wrapp {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Actual search input */
.dgwt-wcas-search-input {
  background: #05050a !important;
  color: #fff !important;
  border: 1px solid #ff00ff !important;
  border-radius: 999px !important;
  box-shadow: 0 0 24px rgba(255, 0, 255, 0.18) !important;
}

/* Remove white submit/button background */
.dgwt-wcas-search-submit,
.dgwt-wcas-search-submit:hover,
.dgwt-wcas-search-submit:focus {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Keep placeholder subtle */
.dgwt-wcas-search-input::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-d413950 *//* ================================
   CPS Hire Category Landing Page
   ================================ */
   
   /* Main Hire Catalogue Background */
body.tax-product_cat,
body.tax-product_cat .site-main,
body.tax-product_cat .woocommerce,
body.tax-product_cat .elementor-section,
body.tax-product_cat .elementor-container,
body.tax-product_cat .elementor-widget-shortcode {
    background-color: #000000;
}

.cps-hire-cat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    max-width: 1280px;
    margin: 60px auto 90px;
}

/* Card */

.cps-hire-cat-card {
    display: flex;
    flex-direction: column;
    min-height: 360px;
    background: #08080d;
    border: 1px solid rgba(255,255,255,.16);
    overflow: hidden;
    text-decoration: none;
    transition: all .25s ease;
}

/* Hover */

.cps-hire-cat-card:hover {
    transform: translateY(-5px);
    border-color: #ff00ff;
    box-shadow: 0 0 28px rgba(255,0,255,.2);
}

/* Category Image */

.cps-hire-cat-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    background-color: #f3f3f3;
    flex-shrink: 0;
}

/* Category Title */

.cps-hire-cat-card h3 {
    color: #ff00ff;
    font-family: "Sora", sans-serif;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 500;
    padding: 18px 20px 12px;
    margin: 0;
}

/* Browse Products Link */

.cps-hire-cat-card::after {
    content: "Browse Products →";
    color: rgba(255,255,255,.78);
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px 20px;
    margin-top: auto;
}

/* Tablet */

@media (max-width: 1024px) {

    .cps-hire-cat-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
    }

    .cps-hire-cat-image {
        height: 220px;
    }

}

/* Mobile */

@media (max-width: 767px) {

    .cps-hire-cat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin: 35px auto 60px;
    }

    .cps-hire-cat-card {
        min-height: 260px;
    }

    .cps-hire-cat-image {
        height: 160px;
    }

    .cps-hire-cat-card h3 {
        font-size: 16px;
        padding: 14px 14px 10px;
    }

    .cps-hire-cat-card::after {
        font-size: 12px;
        padding: 0 14px 14px;
    }

}

/* Small Mobile */

@media (max-width: 480px) {

    .cps-hire-cat-grid {
        grid-template-columns: 1fr;
    }

}/* End custom CSS */