.button-dean { background-color: #b47cfd; background-image: linear-gradient(to right, #b47cfd, #ff7fc2); border: none; color: #fff; padding: 10px 20px; border-radius: 5px; cursor: pointer; transition: background-image 0.3s ease; } .button-dean:hover { background-image: linear-gradient(to right, #ff7fc2, #b47cfd); } .gradient-text { background: linear-gradient(to right, #b37bfd, #ff7fc2); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; } .grow-on-hover, .border--services { transition: transform 0.3s ease-in-out; } .grow-on-hover:hover { transform: scale(1.02); } .background-blur-middle { position: relative; z-index: 0; } .background-blur-middle::before { content: ""; position: absolute; inset: 0; background-image: url('https://deandavis.co.uk/wp-content/uploads/2025/02/bg-glow-section.webp'); background-repeat: no-repeat; background-position: center; background-size: 80%;  opacity: 0.4; pointer-events: none; z-index: -1; }  @media (max-width: 991px) { .background-blur-middle::before { background-size: 80%; } }  @media (max-width: 767px) { .background-blur-middle::before { background-size: 90%; } }  @media (max-width: 478px) { .background-blur-middle::before { background-size: 200%; } } .two-col-text{ column-count:2; column-gap: var(--space-m);  @media(max-width: 991px){ column-gap:var(--space-s); }  @media(max-width: 767px){ column-count:1; } } .card-testimonial-34__rating { background-image: linear-gradient(to right, var(--primary-light), var(--primary)); -webkit-background-clip: text; background-clip: text; color: transparent; } #cn-notice-buttons { color:#0b0119;!important }