.wf-services .col-8,
.wf-services .col-4 {
	width: 100%;
	display: block;
}

@media (min-width: 1400px) {
	.wf-services .col-4 {
		width: 33%;
		display: table-cell;
	}

	.wf-services .col-8 {
		width: 67%;
		display: table-cell;
	}

	h3.mt-md {
		margin-top: 0;
	}

    .wf-services-wrapper.mytable{
        max-width: 2000px;
        margin: auto;
    }

}

.wf-services .wf-services-wrapper {
	position: relative;
	background-color: #2b5314;
	overflow: hidden;
	z-index: 1;
}

.wf-services .wf-services-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../images/tree-bg.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.1;
	z-index: 0;
}

.wf-services .services-widget-box {
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
	width: 100%;
}

@media (min-width: 768px) {
	.wf-services .services-widget-box {
		width: 50%;
		float: left;
	}
}

.wf-services .services-widget-box:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: all 0.35s ease-out;
}

.wf-services .services-widget-box:hover:after {
	background: rgba(0, 0, 0, 0.5);
}

.wf-services .services-widget-box>img {
	width: 100%;
	transform: scale3d(1, 1, 1);
	transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
	display: block;
	margin: 0;
	line-height: 0;
	height: auto;
}

.wf-services .services-widget-box:hover>img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	-moz-transform: scale3d(1.1, 1.1, 1.1);
	-ms-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

.wf-services .services-widget-box .widget-caption {
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 32px 24px;
	z-index: 2;
}

.wf-services .services-widget-box .widget-caption h3 {
	color: #fff;
	margin-bottom: 20px;
	font-size: 24px;
	margin-top: 18px;
}

.wf-services .section-title h2 span.over,
.wf-services .services-widget-box .widget-caption h3 span.over {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 16px;
}

.wf-services .section-title h2 span.over:after,
.wf-services .services-widget-box .widget-caption h3 span.over:after {
	content: '';
	position: relative;
	display: table;
	width: 40px;
	height: 3px;
	border-radius: 2px;
	margin-top: 16px;
	background: #B42318;
}

.wf-services .section-title {
	padding: 32px;
}

.wf-services .section-title h2 {
	text-transform: inherit;
	font-size: 36px;
}

.wf-services .wf-service-btn span.btn {
	font-size: 14px;
	margin-bottom: 0;
	padding: 14px 24px;
}

@media (min-width: 1200px) {
	.wf-services .section-title h2 {
		font-size: 56px;
	}

	.wf-services .services-widget-box .widget-caption h3 {
		font-size: 36px;
	}

	h3.mt-md {
		margin-top: 40px;
	}
	.wf-services .wf-service-btn span.btn {
		font-size: 20px;
		margin-bottom: 0;
		padding-right: 40px;
		padding-left: 40px;
		padding-top: 21px;
		padding-bottom: 18px;
	}
}

.wf-services .section-title h2 span.over {
	color: #212121;
}

.wf-services .services-widget-box .widget-caption p {
	width: 100%;
	opacity: 0;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 24px;
	transition: all ease-in-out 0.8s;
}

.wf-services .services-widget-box:hover .widget-caption p {
	animation-name: fadeFromBottom;
	-webkit-animation-name: fadeFromBottom;
	animation-duration: 800ms;
	-webkit-animation-duration: 800ms;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

@keyframes fadeFromBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		-moz-transform: translateY(100%);
		-ms-transform: translateY(100%);
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@media only screen and (min-width: 1024px) {
	.wf-services .services-widget-box .widget-caption h3 {
		margin-top: 40px;
	}
}


/* ================================
   Wimauma Services – MOBILE ONLY
   ================================ */
@media (max-width: 767.98px) {

  /* Layout: stack cleanly and breathe */
  .wf-services.wimauma-fencing-services {
    padding-bottom: 0; /* pb-md already on section */
  }
  .wf-services .services-widget-box {
    margin-bottom: 18px;
  }

  /* So text stays readable over photos */
  .wf-services .services-widget-box:after {
    background: rgba(0,0,0,0.45); /* darker overlay on phones */
  }

  /* Title column */
  .wf-services .section-title {
    padding: 20px 16px 8px;
  }
  .wf-services .section-title h2 {
    font-size: clamp(24px, 6.2vw, 30px);
    line-height: 1.1;
    margin: 0;
  }
  .wf-services .section-title h2 span.over {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .wf-services .section-title h2 span.over:after {
    width: 32px;
    margin-top: 10px;
  }

  /* Card caption area */
  .wf-services .services-widget-box .widget-caption {
    padding: 18px 16px 20px;
  }

  /* Headline on each card */
  .wf-services .services-widget-box .widget-caption h3 {
    font-size: clamp(20px, 6vw, 26px);
    line-height: 1.15;
    margin: 6px 0 10px;
  }
  .wf-services .services-widget-box .widget-caption h3 span.over {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .wf-services .services-widget-box .widget-caption h3 span.over:after {
    width: 28px;
    height: 3px;
    margin-top: 10px;
  }

  /* Body copy must be visible on touch (no hover on mobile) */
  .wf-services .services-widget-box .widget-caption p {
    opacity: 1 !important;
    transform: none !important;
    font-size: 14px;
    line-height: 1.35;
    margin: 0 0 14px;
  }

  /* Button: compact, not full-bleed */
  .wf-services .wf-service-btn {
    pointer-events: none; /* visual only; the whole card <a> is clickable */
  }
  .wf-services .wf-service-btn .btn {
    display: inline-block;
    width: auto;                 /* stop the red plank */
    max-width: 80%;              /* guard for long labels */
    padding: 12px 20px;
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    white-space: normal;         /* wrap if needed */
  }