.x-fence {
    border-bottom: 1px solid rgba(45, 53, 139, .5);
    margin-bottom: 20px;
}

.featured-list-1 {  list-style-type:none; }
.featured-list-1 li {  
    background-image: URL(../images/bullet-01.png);
    background-repeat:no-repeat;
    background-position:0 16px;
    padding-left:50px;
  }
  .featured-list-1 h4 {  
    margin:0;
    padding-top:12px;
  }
  .featured-list-1 li {  
    border-top: 1px dotted #ccc;
  }
  .featured-list-1 li:first-of-type {  border-top: none;
  }

  .bg-highlight {
    background-color: rgba(245, 40, 145, .25);
  }


.process-wrapper .process-single-item {
  position: relative;
  margin-bottom: 80px;
}
.process-wrapper .process-single-item-holder {
  display: table;
  width: 100%;
}
.process-wrapper .process-single-item .process-icon {
    position: relative;
    width: 123px;
    height: 123px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 2.1875rem 0 rgba(119, 119, 120, 0.13);
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.process-wrapper .process-content {
   position: relative;
   padding-top: 6px;
}
.process-wrapper .process-content p {
    font-size: 13px;
    line-height: 1.6;
}
@media (min-width:768px){
  .process-wrapper .process-single-item .process-icon {
      width: 140px;
      height: 140px;
  }
  .process-wrapper .process-content p {
      font-size: 16px;
  }
}
.process-wrapper .process-single-item svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 80%;
}
.process-wrapper .process-image {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width:992px){
  .process-wrapper .process-image {
      max-width: 100%;
      margin-top: 70px;
  }
}
@media (min-width:1200px){
  .process-wrapper .process-image {
      margin-top: 0;
  }
}


/* FAQ Fixes */
.section-faqs {
    background-color: #f3f3f3;
  }
  .faq-accordian{
    overflow: hidden;
  }
  .faq-accordian .hide-initially{
    height: 0;
    transform: scaleY(0);    
    transform-origin: top;
    transition: transform 0.25s ease;
  }
  .faq-accordian .panel:nth-child(5){
    margin-bottom: 12px;
  }
  .faq-accordian .hide-initially.show-more-faqs{
    height: auto;
    margin-top: 12px;
    transform: scaleY(1);
  }
  .show-hide-more-faqs.hide-this-button{
    display: none !important;
  }
  .section-faqs .faqs-wrapper .faq-more-btn{
    margin-top: 16px;
  }
  .section-faqs .faqs-wrapper .faq-more-btn a{
    display: block;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .faqs-wrapper .panel,
  .faqs-wrapper .panel-default > .panel-heading {
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
  }
  .faqs-wrapper .panel-title,
  .faqs-wrapper .panel-title a {
    position: relative;
  }
  .faqs-wrapper .panel-title a {
    padding: 25px 50px;
    background-color: #fff;
    border: 1px solid #f2f6f9;
    display: block;
  }
  .faqs-wrapper .panel-title:before {
    content: "\f059";
    font-family: "FontAwesome";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    z-index: 1;
  }
  
  .faqs-wrapper .panel-title a:before,
  .faqs-wrapper .panel-title a:after {
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    background-color: #000;
    transition: transform 0.35s ease-in-out;
    height: 1px;
    width: 20px;
    right: 13px;
  }
  
  .faqs-wrapper .panel-title a.collapsed:before {
    transform: rotate(90deg);
  }
  
  .faqs-wrapper .panel-default > .panel-heading + .panel-collapse > .panel-body {
    background-color: #fff;
    border: 1px solid #f2f6f9;
  }
  .faqs-wrapper .panel-group .panel + .panel {
    margin-top: 12px;
  }


/* ----------------- */
/* Social Media Varient 1 */

.social-media-variant h2 {
	font-size: 46px;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	margin-bottom: 20px;
}
.social-media-variant h2 .over {
	font-size: 26px;
	font-style: italic;
	font-weight: 500;
	margin-bottom: 10px;
}
.social-media-variant .pl-0 {
	padding-left: 0;
}
.social-media-variant .pr-0 {
	padding-right: 0;
}
.social-media-variant .sm-blurb {
	padding: 20px;
}
.social-media-variant .sm-blurb p {
	opacity: 0.5;
}
.social-media-variant .sm-container {
	width: 100%;
	display: block;
}
@media (min-width: 1450px) {
  .social-media-variant .sm-container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
}
.social-media-variant .mytable .col-6 {
	display: block;
	width: 100%;
}

@media (min-width: 768px) {
	.social-media-variant .mytable .col-6 {
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}	
}
.social-media-variant-v1 .sm-widget-list{
	display: block;
	width: 100%;
}
.social-media-variant-v1 .sm-widget-list .sm-widget {
	display: table;
	float: left;
	height: 360px;
	width: 50%;
	position: relative;
	opacity: 1;
	transition: all 0.7s ease-out;
	z-index: 1;
}
.social-media-variant .sm-widget-list .widget-img {
  	display: block;
  	overflow: hidden;
}
.social-media-variant .sm-widget-list .widget-img img {
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  position: relative;
}
@media (min-width: 1200px) {
	.social-media-variant-v1 .sm-widget-list{
		display: table;
		max-width: 540px;
		float: right;
	}
	.social-media-variant-v1 .sm-widget-list .sm-widget {
		width: 270px;
		float: left;
	}
}
.social-media-variant .sm-widget-list .sm-widget span,
.social-media-variant .sm-widget-list .sm-widget img {
	position: relative;
	z-index: 3;
}
.social-media-variant-v1 .sm-widget-list .sm-widget span {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 105px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}
.social-media-variant .sm-widget-list .fb-widget{
	background: #37579A;
}
.social-media-variant .sm-widget-list .insta-widget{
	background: linear-gradient(222deg, #3344E3 4.24%, #FF5778 52.12%, #FFB424 98.5%);
}
.social-media-variant .sm-widget-list .tiktok-widget{
	background: #2F2E30;
}
.social-media-variant .sm-widget-list .fb-widget:hover{
	background: #4E71BB;
}
.social-media-variant .sm-widget-list .insta-widget:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	transition: all 0.7s ease-out;
	opacity: 0;
	background: linear-gradient(222deg, #5767F9 4.24%, #FF7A94 52.12%, #FFC24D 98.5%);
}
.social-media-variant .sm-widget-list .insta-widget:hover:after {
	opacity: 1;
}
.social-media-variant .sm-widget-list .tiktok-widget:hover{
	background: #49484A;
}

/* Social Media Varient 1 End */



/* Pulsating V4  */

.features-text-popup {
  position: relative;
  background: #ccc;
  padding: 15px;
  width: auto;
  max-width: 850px;
  margin: 20px auto;
  transition: 1s all;
  overflow-y: auto;
  height: auto;
  max-height: calc(80vh - 20px);
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .features-text-popup {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* .features-text-popup img {
  max-width: 100%;
} */

.pulsating-variant-v4.product-features .feature-img {
  position: relative;
  display: table;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .pulsating-variant-v4.product-features .feature-img {
    margin: 0;
  }
}

.pulsating-variant-v4.product-features .feature-show,
.pulsating-variant-v4.product-features .feature-dot {
  position: absolute;
  width: 40px;
  height: 40px;
}

.pulsating-variant-v4.product-features .feature-dot:before,
.pulsating-variant-v4.product-features .feature-dot:after,
.pulsating-variant-v4.product-features .feature-show {
  background-color: #8BC944;
  border-radius: 0;
}

.pulsating-variant-v4.product-features .feature-dot:before,
.pulsating-variant-v4.product-features .feature-dot:after {
  position: relative;
  content: "";
  display: block;
}

.pulsating-variant-v4.product-features .feature-dot:before {
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50%;
  animation: pulse-ring 3s cubic-bezier(0.1, 0.61, 0.255, 1) infinite;
}

.pulsating-variant-v4.product-features .feature-dot:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

.pulsating-variant-v4.product-features .feature-dot span {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 0;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  left: 13px;
  line-height: 40px;
}

.pulsating-variant-v4.product-features .feature-show:before,
.pulsating-variant-v4.product-features .feature-show:after {
  display: none;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }

  80%,
  100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.f-hr {
  border: none;
  height: 2px;
  background: rgba(0, 0, 0, .1);
  margin: 20px 0;
  display: block;
}

/* CONTAINER-FLUID */
  @media (max-width: 768px) {
    .container-fluid .row [class*='col-'] {
      padding-left: 0;
      padding-right: 0;
    }
    
    .container-fluid p,
    .container-fluid h1,
    .container-fluid h2,
    .container-fluid .lead {
      padding-left: 15px !important;
      padding-right: 15px !important;
      margin-left: 15px !important;
      margin-right: 15px !important;
    }
  }




/* .mfp-close-btn-in .mfp-close {
  background: #8BC944;
  opacity: 1;
  color: #fff !important;
  font-size: 32px;
} */

/* Pulsating V4 END  */


/* Response Page */
.response-wrapper {
    margin: 10px 0 60px 0;
    padding: 32px 20px 16px;
    background-color: #FFF;
    border-radius: 8px;
    border: 3px solid #FFF;
    box-shadow: 0 0 40px rgba(0,0,0,0.22);
    text-align: center;
    transition: background-color 0.3s ease; /* Smooth transition for background color */
    min-height: 320px;
  }
  
  .response-wrapper:hover {
    background-color: #f1f1f1; /* Very light grey color on hover */
  }
  
  
  .response-titlebox {
    margin:10px 0 60px 0;
    padding:32px 20px 16px;
    background-color:#2D358B;
    border-radius:8px;
    border:3px solid #2D358B;
    box-shadow: 0 0 40px rgba(0,0,0,0.22);
    text-align:center;
  }
  
  .response-photo {
    margin-right:12px;
  }
  .response-wrapper h4 {
    margin-bottom:20px;
  }
  .response-stars {
    display:block;
    margin:auto;
    margin-bottom:20px;
    width:100px;
  }
  .response-disclaimer {
    margin-top:40px;
    font-size:.85em;
    color:#aaa;
    text-align:center;
  }
  @media (max-width: 767px) {
    .fafa-padding-left {
        padding-left: 10px;
    }
  }
/* response page END */

/* response page v2 */
.thank-you div.well.well-white {
    border-top-left-radius: 0; 
    border-top-right-radius: 0;
}
.thank-you hr {
    border-top: 1px solid #3879b7;
}
.thank-you img {
    border-top-left-radius: 4px; 
    border-top-right-radius: 4px;
}




/*TABS - For Styles */


.sv-tabs ul.nav-tabs{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;    
    border: 0;
    flex-wrap: wrap; 
}
/* @media (max-width: 991px) {
  .sv-tabs ul.nav-tabs {
      gap: 0; 
  }
} */
.sv-tabs ul.nav-tabs li{
    display: flex; 
    flex-direction: column;
    flex: 1 1 0%;
    min-width: 150px; 
    margin: 20px;      
     
}
.sv-tabs ul.nav-tabs li a{
    display: flex;
    justify-content: center;
    align-items: center;          
    padding: 15px;
    transition: all 0.35s ease-out;
    border-radius: 0;
    height: 100%;
    color: #fff;
    background: #3879b7; 
    
} 
.sv-tabs ul.nav-tabs li a:hover{
    background-color: red !important;   
   
} 
.sv-tabs ul.nav-tabs li.active a,
.sv-tabs ul.nav-tabs li:hover a{
    color: #fff;
}
.sv-tabs ul.nav-tabs li a {
  -webkit-tap-highlight-color: transparent;
}
.sv-tabs ul.nav-tabs li.active a{
    background-color: #000;
    
}

/* .sv-tabs ul.nav-tabs li:hover:not(.active) a{
    background-color: red !important;
    
} */

.sv-tabs ul.nav-tabs {
  padding: 0 !important;
  margin: 0 !important;
}
/* TABS - For Styles END */




/* CSS For Quote Section */
.quote-section .qs-quote-block {
  background-image: url("../company/about-us/images/fence-company-paralax.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: top right;
  min-height: 400px;

 
}
.quote-section .qs-quote-block .qs-text blockquote {
  color: #fff;
  font-weight: 500;
  font-style: italic;
  font-size: 30px;
  border: none;
  font-family: "Open Sans", sans-serif;
  text-shadow: 2px 2px #000;
  padding: 10px 30px;
}
.quote-section .qs-quote-block .qs-text blockquote::before {
  position: absolute;
  font-size: 3em;
  line-height: 1;
  top: 0;
  left: 0;
  content: "\201C";
}

.quote-section .qs-quote-block .qs-text blockquote::after {
  position: absolute;
  float:right;
  font-size:3em;
  line-height: 1;
  right:2;
  bottom:7;
  content: "\201D";
}
.quote-section .qs-quote-block .qs-text cite {
  color: #fff;
  font-weight: 300;
  font-size: 21px;
  display: block;
  text-shadow: 1px 1px #000;
  position: relative;
  left: 200px;
}
/* .quote-section .qs-quote-block .qs-text cite::before {
  content: "\2014 \2009";
  float: left;
  padding: 15px 10px 0 0;
} */
@media (min-width: 768px) {
  .quote-section .qs-quote-block .qs-text blockquote {
    font-size: 25px;
  }
  .quote-section .qs-quote-block .qs-text blockquote::before {
    left: -10px;
  }
  .quote-section .qs-quote-block .qs-text cite {
    left: 250px;
  }
}

.blurb-holder {
  border: 1px solid transparent;
  transition: all 0.6s ease;
  background: transparent;
  padding: 10px;
  border-radius: 8px;
  overflow: hidden;
  max-width: 345px;
  margin: 0 auto;
}
.blurb-holder:hover {
  background: #fafafa;
  border-color: #1429a9;
}
.blurb-holder h4 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #161616;
  font-size: 20px;
  transition: all 0.6s ease;
}
.blurb-holder:hover h4 {
  color: #1429a9;
}
@media (min-width: 768px) {
  .blurb-holder {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .blurb-holder h4 {
    font-size: 24px;
  }
}
/* Paralax END*/




@media (max-width: 767px) {
  #gallery--zoom-transition.fade-in-animation-box,
  #gallery--zoom-transition.fade-left-animation-box,
  #gallery--zoom-transition.fade-right-animation-box,
  #gallery--zoom-transition.fade-out-animation-box,
  #gallery--zoom-transition.carousel-fade-out-animation-box,
  #gallery--zoom-transition.carousel-fade-left-animation-box,
  #gallery--zoom-transition.carousel-fade-in-animation-box {
    opacity: 1 !important;
    transition: none !important;
    overflow: visible !important;
  }
}

/* PROJECT SUB PAGES */
.project-padding-top {
  padding-top: 12%;
}

@media (max-width: 767px) {
  .project-padding-top {
    padding-top: 25%;
  }
}

.new-hero .overlay-subpage {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); 
  display: flex;
  align-items: center;
  justify-content: center;
}


#gallery--zoom-transition a {
  display: inline-block;
  position: relative;
  overflow: hidden !important;
}

#gallery--zoom-transition a img {
  display: block;
  width: 100%;
  height: auto;
}

#gallery--zoom-transition a::before {
  content: "Click to Zoom";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); 
  color: #fff; 
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none; 
}

#gallery--zoom-transition a:hover::before {
  opacity: 1; 
}


/* image gallery changes */
.gallery-section {
  padding: 2px 4px;
  margin: 0px;
  
}


.clipped-image {
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 600px;
  object-fit: cover;
  display: block;
  aspect-ratio: 4 / 3; 
  object-position: top;
}


.custom-clip1 {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  max-height: 1080px;
  object-fit: cover;
  display: block;
  aspect-ratio: 32 / 9;
  object-position: top;
}


.sentence-case {
    text-transform: capitalize;
}




/* Plan Your Fence */

/* --- Step Box Styling --- */
/* .step-box {
    background: #f9f9f9;
    border-left: 5px solid #007B5E;
    padding: 20px 20px 20px 50px;
    margin-bottom: 30px;
    border-radius: 0px;
    position: relative;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease-in-out;
}

.step-box:hover {
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}


.step-box::before {
    content: attr(data-step);
    position: absolute;
    top: 20px;
    left: 15px;
    width: 28px;
    height: 28px;
    background: #026937;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
}


.step-box h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}


.step-box h4 span.under {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    margin-top: 5px;
}

.step-box p,
.step-box ul {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

.step-box ul {
    padding-left: 20px;
    list-style-type: disc;
}

.step-box a {
    color: #026937;
    text-decoration: underline;
}

.step-box a:hover {
    text-decoration: none;
} */
/* Plan Your Fence  END*/



.well {
    border-radius: 0px;
}


.steps-image-left img {
    position: absolute;
    top: -300px;
    left: -250px;
    width: 400px;
    height: auto;

}

.steps-image-left2 img {
    position: absolute;
    top: -280px;
    left: -350px;
    width: 400px;
    height: auto;

}

.steps-image-right img {
    position: absolute;
    top: -400px;
    right: -175px;
    width: 400px;
    height: auto;

}

@media (max-width: 1320px) {
    .steps-image-left img, .steps-image-right img, .steps-image-left2 img {
        display: none;   
     }
}



/* for pros */
.asv16 .asv16-image-left img,
.asv16 .asv16-image-right img {
  border-radius: 0px;
}

.asv16 .asv16-image-left,
.asv16 .asv16-image-right {
  margin-bottom: 20px;
}

.asv16 .asv16-image-left,
.asv16 .asv16-image-right {
  aspect-ratio: 4/ 3;
}

.asv16 .asv16-image-left img,
.asv16 .asv16-image-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asv16 .asv16-list-items li:not(:last-child) {
  margin-bottom: 12px;
}

.asv16 .asv16-list-items {
  list-style: none;
  padding: 0;
}

.asv16 .asv16-list-items li i {
  color: #8BC944;
  margin-right: 4px;
}



@media (min-width: 768px) {
  .asv16 .asv16-image-left,
  .asv16 .asv16-image-right {
    aspect-ratio: 1/ 2;
  }
  .asv16 .asv16-image-right img {
    border-radius: 0px;
  }

  .asv16 .asv16-image-left img {
    border-radius: 0px;

  }

}
/* for pros END*/


/* for pros testimonials */

.testimonials-v2 .section-title {
    text-align: center;
}

.testimonials-v2 .tv2-avatar{
    box-shadow: rgba(153, 153, 153, 0.2) 0px 7px 29px 0px;
    border: 8px solid #fff;
    display: inline-block;
}

.testimonials-v2 .tv2-avatar-wrapper{
    text-align: center;
}
.testimonials-v2 .tv2-name{
    text-align: center;
}
.testimonials-v2 .tv2-list {
    padding: 40px 80px 40px 80px;
    background: #fff;
    box-shadow: rgba(153, 153, 153, 0.2) 0px 7px 29px 0px;
}

.testimonials-v2 .tv2-each {
    margin: 0 10px;
}

.testimonials-v2 .tv2-quote {
    position: relative;
    padding-top: 68px;
    margin-top: 48px;
    border-top: 1px solid #8BC944;
}

.testimonials-v2 .tv2-icon {
   font-size: 24px;
   padding: 8px 16px;
   display: inline-block;
   position: absolute;
   left: 50%;
   top: 0;
   transform: translate(-50%, -50%);
}

.testimonials-v2 p{
    margin-bottom: 0;
    text-align: center;
}

.testimonials-v2 .tv2-dots {
    text-align: center;
}
.testimonials-v2 .tv2-dots ul {
    display: inline-block;
    color: transparent;
    list-style: none;
    padding: 0;
 }
 .testimonials-v2 .tv2-dots ul li{
   display: inline;
   margin: 0 5px;
 }
 .testimonials-v2 .tv2-dots ul li button{
   background: #8BC944;
   border: none;
   outline: none;
   width: 12px;
   height: 12px;
   padding: 0;
 }
 .testimonials-v2 .tv2-dots ul li.slick-active button{
    background: #026937;
  }

  @media screen and (min-width: 992px) {
    .testimonials-v2 .tv2-quote {
        border-top: none;
        border-left: 1px solid #8BC944;
        padding-left: 68px;
        padding-top: 40px;
        margin-top: 0;
     }
     .testimonials-v2 .tv2-dots ul {
        padding-left: 68px;
     }
     .testimonials-v2 .tv2-dots,
     .testimonials-v2 .tv2-name,
     .testimonials-v2 p{
        text-align: start;
    }
    .testimonials-v2 .tv2-avatar-wrapper{
        padding-top:24px;
    }
    .testimonials-v2 .tv2-name{
        padding-top:24px;
    }
     .testimonials-v2 .tv2-icon {
        left: 0;
        top: 50%;
        transform: translate(-50%, -50%);
     }
}

@media (min-width:1200px){
    .testimonials-v2 .tv2-avatar-wrapper{
        padding-top:12px;
    }
}

/* 1. Restore Slick’s default */
.testimonials-v2 .tv2-dots ul li{
  display:inline-block;   /* not inline */
  margin:0 5px;
}

/* OR 2. Go modern and flex the whole list */
.testimonials-v2 .tv2-dots ul{
  display:flex;
  gap:10px;               /* replaces li margin if you want */
  justify-content:center; /* keep them centred */
}

.testimonials-v2 .tv2-dots ul li button::before{
  content:none;        /* don’t draw the • */
  display:none;        /* belt‑and‑suspenders */
}

/* for pros testimonials END*/


/* Split CTA */

.cta-split {
 
  margin: 0px;
}

.cta-split .cta-flex-row {
  display: flex;
  gap: 7px;
  flex-wrap: nowrap; 
}

.cta-split .cta-flex-item-left,
.cta-split .cta-flex-item-right {
  display: flex; 
  flex: 1 1 0;
  padding: 1rem 3rem;
  flex-direction: column;
  justify-content: space-between;             
}

/* ----- Left panel ----- */
.cta-split .cta-flex-item-left {
 align-items: end; 
  background: #026937;     
  text-align: right;        
}

.cta-split .cta-flex-item-left p {
  max-width: 400px; 
  margin-left: auto;      
}

/* ----- Right panel ----- */
.cta-split .cta-flex-item-right {
    align-items: start;
  background: #8BC944;      
  text-align: left;         
}
.cta-split .cta-flex-item-right p {
  max-width: 400px;       
}

/* ----- Helpful utility colours (if you don’t already have them) ----- */
.cta-split .text-white        { color: #ffffff; }
.cta-split .text-bright-green { color: #8BC944; }



.cta-split .btn.btn-secondary:hover {
  opacity: 0.85;
}




@media (max-width: 767px) { 
  .cta-split .cta-flex-row {
    flex-direction: column;
    gap: 0;
  }
  .cta-split .cta-flex-item-left {
    text-align: left;        
    align-items: flex-start; 
    justify-content: flex-start; 
  }
  .cta-split .cta-flex-item-left p {
    margin: 0;               
    max-width: 100%;         
  }


  .cta-split .cta-flex-item-right {
    align-items: flex-start; 
  }
  .cta-split .cta-flex-item-right p {
    max-width: 100%;
  }
}

/* Split CTA END*/


/* Split Warranty CTA END*/

.cta-split.warranty-cta { 
  position: relative;
}

.warranty-graphic {
  position: absolute;
  top: 50%;                    
  left: 50%;                   
  transform: translate(-50%, -50%);
  z-index: 2;                  
  pointer-events: none;       
}

/* (Optional) cap the badge size so it never overwhelms the text */
.warranty-graphic img {
  max-width: 250px;            /* tweak to taste */
  width: 100%;
  height: auto;
}



@media (min-width: 1364px){
.cta-split.warranty-cta .cta-flex-item-left,
.cta-split.warranty-cta .cta-flex-item-right {
  display: flex; 
  flex: 1 1 0;
  padding: 1rem 12rem;
  flex-direction: column;
  justify-content: space-between;             
}
}
@media (max-width: 1364px){
.warranty-graphic img {
  display: none;
}
}





/* Split Warranty CTA END*/



.trex-well-wrapper {
  border: 4px solid #8BC944;          /* lime‑green frame */
  background-color: #FFFFFF;
  margin-bottom: 44px;
  color: initial;
  transition: all 0.7s ease-in-out;
}

.trex-well-img img {
  width: 100%;
  display: block;
}

.trex-well-caption {
  padding: 16px;          
  flex: 1 1 auto;         
}

.trex-well-caption h4,
.trex-well-caption p {
  transition: color 0.7s ease-in-out;
}

/* Hover state */
.trex-well-wrapper:hover {
  background-color: #8BC944;          /* lime background */
  transform: scale(1.02);
}

.trex-well-wrapper:hover .trex-well-caption h4,
.trex-well-wrapper:hover .trex-well-caption p {
  color: #FFFFFF !important;          /* white text */
}

/* Optional: tighten gutter on small screens */
@media (max-width: 767px) {
  .trex-well-wrapper {
    margin-bottom: 32px;
  }
}



@media (min-width: 1200px) {
  .company-well-heights {
    min-height: 350px;
  }
}



