
.pc-default.section-case-study-a{
	padding: 5% 5%;
	background-image: url(/wp-content/uploads/2026/02/lines-bg.png);
	background-size: 55em;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.pc-default.section-case-study-a:after{
	content:'';
	position: absolute;
	right: 6em;
	top: 2em;
	width: 10em;
	height: 44em;
	background-image: url(/wp-content/uploads/2026/02/arrows-bg-clic.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: -1;
}

.pc-default.section-case-study-a h1{
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 2em;
}

.pc-default.section-case-study-a h1 span{
  display: block;
  font-size: .6em;
  font-weight: 400;
  color: rgba(0,0,0,.65);  
}




.section-case-study-a h2 em,.section-case-study-b h2 em, .section-case-study-c h2 em, .section-case-study-d h2 em{
    display: inline-block;
    background: rgba(0, 127, 253, .1);
    color: #0056a6;
    border: 1px solid rgba(0, 127, 253, .25);
    border-radius: 50px;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .3rem .9rem;
    margin-bottom: 0.9rem;
    font-style: normal;
    left: -0.5em;
    position: relative;
}

.section-case-study-a h2 span,.section-case-study-b h2 span, .section-case-study-c h2 span, .section-case-study-d h2 span{
	display: block;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #0056a6;
	margin-bottom: 0.6rem;
}

.section-case-study-a h2 ,.section-case-study-b h2 , .section-case-study-c h2, .section-case-study-d h2{
	position: relative;
	font-size: 2em;
	line-height: 0.9;
	margin-bottom: 0.8em;
	margin-top: 0em;
}

.section-case-study-a h2:before ,.section-case-study-b h2:before , .section-case-study-c h2:before, .section-case-study-d h2:before{
	content:'';
	position: absolute;
	left: 0;
	bottom: -0.4em;
	width: 3em;
	height: 0.2em;
	background: #0056a6;
	border-radius: 900em;
}


.metric-counter {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
  margin-bottom: 1em;
}

.metric-counter .count {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 0.9rem;
  padding: 1.05rem 1.25rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.07);
  line-height: 1.15;
	position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
  font-weight: 900;
	overflow: hidden;
  text-align: center;
  color: #0056a6;
}

.metric-counter .count:before {
    content: '';
    position: absolute;
    bottom: -0.9em;
    right: -1.4em;
    width: 4em;
    height: 4em;
    background-image: url(https://www.cliclocal.net/wp-content/uploads/2026/02/C-blue-light.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.metric-counter .count:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0,0,0,.09);
}

.metric-counter .count strong {
  font-size: 1.4em;
  font-weight: 800;
  letter-spacing: -0.02em;
  /* display: inline-block; */
  margin-right: .25rem;
}

.metric-counter .count span {
  display: block;
  margin-top: .4rem;
  font-size: 0.6rem;
  color: rgba(0,0,0,.65);
  font-weight: 400;
}

 

.section-case-study-b{
	padding: 5% 5%;
	background-image: url(/wp-content/uploads/2026/01/blue-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
	color: white;
}

.section-case-study-b h2 em{
	background: white;
}

.section-case-study-b h2{
	color: white;
}

.section-case-study-c{
	padding: 5% 5%;
background-image: url(/wp-content/uploads/2026/02/lines-bg.png);
	background-size: cover;
    background-repeat: no-repeat;
	background-color: #eff1f9; 
}

.case-testimonial{
    background: linear-gradient(135deg,#0d3b8e 0%,#007ffd 100%);
    border-radius: 16px;
    color: white;
    padding: 2.3rem 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.case-testimonial:before {
    content: '';
    position: absolute;
    bottom: -0.9em;
    right: -5.4em;
    width: 12em;
    height: 8em;
    background-image: url(https://www.cliclocal.net/wp-content/uploads/2026/02/C-blue-light.png);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.3;
    filter:brightness(100);
}

.case-testimonial .author{
	display: block;
	font-size: .8em;
}

.case-testimonial .author strong{
	display: block; 
	font-size: 1.3em; 
}

.section-case-study-c .aligncenter{
	position: relative;
	margin-top: -2.4em;
}

.section-case-study-d{
	padding: 5% 5%;	
}

.case-image-test{
	position: relative;
	margin-top: -4.7em;
}

@media screen and (min-width: 5.001em) and (max-width: 25em) {
  /* NEW QUERIES */

.pc-default.section-case-study-a h1{
	font-size: 1.7em;
}
	
.section-case-study-a img ,.section-case-study-b img , .section-case-study-c img, .section-case-study-d img{
	max-width: 17em;
}	
	

  /* END NEW QUERIES */
}

@media screen and (max-width: 35em) and (min-width: 25.001em) {
  /* NEW QUERIES */
.pc-default.section-case-study-a h1{
	font-size: 1.7em;
}
	
.section-case-study-a img ,.section-case-study-b img , .section-case-study-c img, .section-case-study-d img{
	max-width: 24em;
}	
	

  /* END NEW QUERIES */
}

@media screen and (max-width: 39.938em) and (min-width: 35.001em) {
  /* NEW QUERIES */

.section-case-study-a img ,.section-case-study-b img , .section-case-study-c img, .section-case-study-d img{
	max-width: 30em;
}	
	
  /* END NEW QUERIES */
}

@media screen and (max-width: 55em) and (min-width: 39.939em) {
  /* NEW QUERIES */

.section-case-study-a img ,.section-case-study-b img , .section-case-study-c img, .section-case-study-d img{
	max-width: 30em;
}	

  /* END NEW QUERIES */
}

@media screen and (max-width: 59.999em) and (min-width: 55.001em) {
  /* NEW QUERIES */

  /* END NEW QUERIES */
}

@media screen and (min-width: 60em) and (max-width: 63.938em) {
  /* NEW QUERIES */

  /* END NEW QUERIES */
}

@media screen and (max-width: 75em) and (min-width: 63.939em) {
  /* NEW QUERIES */

  /* END NEW QUERIES */
}

@media screen and (max-width: 85em) and (min-width: 75.001em) {
  /* NEW QUERIES */

  /* END NEW QUERIES */
}

@media screen and (max-width: 95.001em) and (min-width: 85.001em) {
  /* NEW QUERIES */

  /* END NEW QUERIES */
}

@media screen and (max-width: 125em) and (min-width: 95.001em) {
  /* NEW QUERIES */

	.section-case-study-a ,.section-case-study-b , .section-case-study-c, .section-case-study-d{
		padding: 5% 7%!important;
	}	

  /* END NEW QUERIES */
}

@media screen and (min-width: 125.001em) and (max-width: 999.9em) {
  /* NEW QUERIES */

	.section-case-study-a ,.section-case-study-b , .section-case-study-c, .section-case-study-d{
		padding: 5% 10%!important;
	}

  /* END NEW QUERIES */
}