.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);
}


.border-radius {
  border-radius: 20px;
}
.nowrap {
    white-space: nowrap;
}


/* HIGHLIGHT SECTION */
    .hl-flex-row {
  display: flex;
  flex-wrap: nowrap;          /* keep all three on one line            */
  gap: 5px;                   /* modern browsers → 5 px gutter         */
}
.rounded-sm {
  border-radius: 10px;
}

/* --- Flex children --------------------------------------------------- */
.hl-flex-1 {
  flex: 1 1 0;                /* each image panel gets equal width     */
}

/* (optional) gap fallback for older Safari / IE11 --------------------- */
@supports not (gap: 5px) {
  .hl-flex-1:not(:last-child) { margin-right: 5px; }
}

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


.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;
    color: #016636;
  }
  
  .faqs-wrapper .panel-title a:before,
  .faqs-wrapper .panel-title a:after {
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    background-color: #016636;
    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;
  }


  /* Key Features */
  .sv-collapse .panel,
  .sv-collapse .panel-heading{
      padding: 0;
      border-radius: 0;
      box-shadow: none;
      margin: 0 !important;
  }
  .sv-collapse .panel{
      border-bottom: 1px solid #E1E1F0;
  }
  .sv-collapse div[role="tab"] >h4{
      margin: 0;
  }
  .sv-collapse div[role="tab"]  a{
      display: block;
      width: 100%;
      color: inherit !important;
      padding: 20px 0;
      display: table;
      position: relative;
      padding-right: 60px;
  }
  .sv-collapse .panel-body{
      padding: 15px 0 25px;
      font-size: 16px;
  }
  /* .sv-collapse div[role="tab"] a span,
  .sv-collapse div[role="tab"] a i{
      display: table-cell;
      vertical-align: middle;
  } */
  
  .sv-collapse div[role="tab"] a i{   
      width: 45px;
      height: 45px;
      border-radius: 50%;
      text-align: center;
      font-size: 40px;
      font-weight: 900;
      line-height: 45px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      color: #016636;    
      border: 1px solid #016636;
      transition: all 0.5s ease-out;
  }
  
  .sv-collapse div[role="tab"] a.collapsed i{
      transform: translateY(-50%) rotate(0deg);
      color: #ffffff;
      background-color: #016636;
  }

  /* Key Features END */


      /* Fence-list */

      .image-container {
        position: relative;
        display: block;
        overflow: hidden;
        padding-left: 0px;
        padding-right: 0px;
      }
      
      .image-container img {
        width: 100%;
        display: block;
        height: auto;
      }
      
      .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.3s ease;
      }
      .image-container:hover .overlay {
        background-color: rgba(0, 0, 0, 0.6); 
      }
      
     
      .overlay .service-text {
        position: relative; 
        color: white;
        font-size: 2.6em;
        font-weight: 700;
        text-align: center;
        z-index: 2;
      }
      @media (max-width: 1600px) {
        .overlay .service-text {
          font-size: 1.8em;
        }
      }
      @media (max-width: 1200px) {
        .overlay .service-text {
          font-size: 2.2em;
        }
      }
    
      @media (max-width: 991px) {
        .overlay .service-text {
          font-size: 1.9em;
        }
      }
      
   
      /* .image-container::after {
        content: '';
        position: absolute;
        top: 30px; 
        left: 30px; 
        right: 30px; 
        bottom: 30px; 
        border: 2px solid transparent; 
        z-index: 1; 
        transition: border 0.3s ease-in-out;
        pointer-events: none; 
      } */
      
      .image-container:hover::after {
        border-color: #fff;
      }
      
      .row.pt-md > .image-container {
        padding-left: 2px; 
        padding-right: 2px; 
      }
      
      @media (min-width: 768px) { 
        .row.pt-md > .image-container {
          padding-left: 2px;
          padding-right: 2px;
        }
      }
      
      
        /* Fence-list End */
    
        .f-hr {
          border: none;
          height: 1px; 
          background: linear-gradient(to right, rgba(50, 168, 82, 0), #016636, rgba(50, 168, 82, 0)); 
          margin: 20px 0; 
          display: block; 
        }

        .fw-hr {
          border: none;
          height: 1px; 
          background: linear-gradient(to right, rgba(50, 168, 82, 0), #fff, rgba(50, 168, 82, 0)); 
          margin: 20px 0; 
          display: block; 
        }

        .br-40 {
          border-radius: 40px;
        }



        .custom-position {
        margin-bottom: -100px;
    }

    

     @media (max-width: 767px) {
      .custom-position {
        display: none;
    }
    }



    .well {
      padding: 30px;
    }




/* Initial state of the image, off-screen to the right */
.img-slide-in {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  visibility: hidden;
}

/* State of the image when it slides in */
.img-visible {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}





/* Custom stain section */

img.picket { 
    width: 50px;
    transition: transform 0.35s ease;   
    will-change: transform; 
}
.picket-tip:hover img.picket {
  transform: translateY(-20px);  
}

/* ───────── core wrapper (unchanged) ───────── */
.picket-tip {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Tooltip bubble (unchanged except now centred via translateX) */
.picket-tip-content {
  width: 200px;
  position: absolute;
  z-index: 5;
  padding: 35px 0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .7s ease, visibility .7s ease;}

.picket-tip-content p {
  margin-top: 40px;   
  text-transform: capitalize;
}

/* Bubble placement: ABOVE the picket */
.picket-tip[data-position="4"] .picket-tip-content{
  top: -140px;                 /* nudge if needed */
  left: -15px;
  transform: translateX(50%);
}

/* ───────── reveal on hover ───────── */
.picket-tip:hover .picket-tip-content{
  opacity: 1;
  visibility: visible;
}

/* ───────── line + arrow ───────── */
.picket-tip-content::before,
.picket-tip-content::after{
  content:"";
  position:absolute;
  bottom: 80px;                 /* aligns both */
  height:1px;
  background:#fff;
}

/* LINE BODY – grows to the right */
.picket-tip-content::before{
  left: 0;                      /* anchored at picket edge */
  width:0;
  transition:width .4s;
}
.picket-tip:hover .picket-tip-content::before{
  width: 145px;                 /* length of visible line */
}

/* ARROW HEAD – little > bracket */
.picket-tip-content::after{
  width: 80px;                       /* length of diagonal leg   */
  transform: rotate(-225deg);        /* ← restores OG angle      */
  transform-origin: 0 50%;           /* matches OG pivot point   */
  left: 0;                           /* shares anchor w/ ::before */
  bottom: 80px;                      /* keep on same baseline    */
  content: "";
  position: absolute;
  height: 1px;
  background: #fff;
  opacity: 1;                        /* always visible once shown */
  transition: opacity .5s ease;      /* (OG behaviour)           */
}

/* ───────── kill legacy dot / halo ───────── */
.picket-tip-dot,
.picket-tip-radius{display:none!important;}


@media (max-width: 1720px) {
    .stain-pickets .picket-tip:nth-last-child(-n+5) .picket-tip-content{
  left: auto;
  right: -15px;             
  transform: none;          
}

.stain-pickets .picket-tip:nth-last-child(-n+5) .picket-tip-content::before,
.stain-pickets .picket-tip:nth-last-child(-n+5) .picket-tip-content::after{
  right: 0;                 
  left: auto;                
  transform-origin: 100% 50%;
}


.stain-pickets .picket-tip:nth-last-child(-n+5) .picket-tip-content::before{
  width: 0;
}
.stain-pickets .picket-tip:nth-last-child(-n+5):hover .picket-tip-content::before{
  width: 145px;            
}


.stain-pickets .picket-tip:nth-last-child(-n+5) .picket-tip-content::after{
  width: 80px;
  transform: rotate(-135deg); 
}

.picket-tip:nth-last-child(-n+5)[data-position="4"] .picket-tip-content{
  top: -140px;                
  right: -15px;
  transform: translateX(-50%);
}

}


@media (max-width: 1010px) {
    .picket-tip:nth-last-child(-n+5)[data-position="4"] .picket-tip-content{
  top: -140px;                 
  right: -25px;
  transform: translateX(-50%);
}
.picket-tip[data-position="4"] .picket-tip-content{
  top: -140px;                 /* nudge if needed */
  left: -25px;
  transform: translateX(50%);
}
}

/* Custom stain section End*/