.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: "\f2fd";
    font-family: "Font Awesome 6 Sharp";
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    z-index: 1;
    /* background-color: #a5926e; */
    border-radius: 0;
    color: #a5926e;
  }
  
  .faqs-wrapper .panel-title a:before,
  .faqs-wrapper .panel-title a:after {
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    background-color: #a5926e;
    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: 10px 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: #a5926e;    
      border: 1px solid #a5926e;
      transition: all 0.5s ease-out;
  }
  
  .sv-collapse div[role="tab"] a.collapsed i{
      transform: translateY(-50%) rotate(0deg);
      color: #ffffff;
      background-color: #a5926e;
  }

  /* 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: 2px; 
          background: #a5926e; 
          margin: 20px 0; 
          display: block; 
        }

        .fw-hr {
          border: none;
          height: 2px; 
          background: #fff; 
          margin: 20px 0; 
          display: block; 
        }

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

        span.ep-number {
          color: #a5926e;
          font-size: 8rem;
          font-weight: 900;   
          padding-right: 1.7rem;
        }
        .ep-title {
          font-size: 3rem;
          color: #232323;
        }


        
          .decorative-bg-alt{
            background: url('../images/decorative-bg-alt.jpg') no-repeat right bottom;
            margin:0 auto;  
            max-width: 2000px;
          }   
          /* @media (max-width:1500px){
            .decorative-bg-alt{
              width: 1500px;
            }
          }        */
         
          @media (max-width:1199px){
            .decorative-bg-alt{
              background-image:none;
              background-color:#f3f3f3;
            }
          }
        


          .fl-flex-row {
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
          }

          .fl-flex-item{
            flex:1 1 calc((100% - 5px)/2);
            max-width:calc((100% - 5px)/2);   /* still no bigger than 50 % – gap */
            box-sizing:border-box;
          }
          @media (max-width: 767px){
            .fl-flex-item{
              flex: 1 1 100%;
              max-width: 100%;
            }
          }
     
        .fl-flex-overlay{
          position:relative;
          overflow:hidden;          
      }
      
      /* image */
      .fl-flex-overlay img{
          transition:transform .6s ease;
      }
      
      /* zoom effect */
      .fl-flex-overlay:hover img{
          transform:scale(1.12);   
      }
      
 
      .flex-fl-text-overlay{
          position:absolute;
          top:50%;
          left:50%;
          transform:translate(-50%,-50%);
          color:#fff;
          text-align:center;
      }


      .fl-container {
        margin: auto;
      }

      .well {
        border-radius: 0px;
      }



      .fence-ul-list{
        list-style:none;
        margin:0;
        padding:0;
    }
    
    /* space for the icon */
    .fence-ul-list li{
        position:relative;
        padding-left:2em; 
        font-size:1.6em;    
        line-height: 1;      
    }
    
    /* FA-Sharp bullet */
    .fence-ul-list li::before{
        content:"\f00c";
        font-family:"Font Awesome 6 Sharp","Font Awesome 6 Pro"; 
        font-weight:900;           
        position:absolute;
        left:0;
        top:0.1em;
        font-size:2em;             
        color:#a5926e;              
    }

    /* Trust Bar Anchor Tag */
    .trust h4 a {
        color: #ffffff;
    }
    
    .trust h4 a:hover{
        color: #a5926e;
    }
    /* Trust Bar Anchor Tag END */


    /* Vinyl Color Swatch */
    .color-palette {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }

    .color-swatch {
        width: 15rem;
        height: 10rem;
        border: 2px solid #ccc;
        /* border-radius: 50%; */
        background: var(--swatch-color);
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: border 0.2s;
    }
    
    /* .color-swatch:focus, */
    .color-swatch:hover {
        border: 2px solid #333;
    }
    /* Vinyl Color Swatch END */