.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: 0;
    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;
  }


  /* 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: 0;
      text-align: center;
      font-size: 40px;
      font-weight: 900;
      line-height: 45px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      color: #592A83;    
      border: 1px solid #592A83;
      transition: all 0.5s ease-out;
  }
  
  .sv-collapse div[role="tab"] a.collapsed i{
      transform: translateY(-50%) rotate(0deg);
      color: #ffffff;
      background-color: #592A83;
  }

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

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

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




        /* Home page intro */

  /* Collage media container */
.fab-media { position: relative; min-height: 430px; }

/* Base figure styling */
.fab-media .fab-photo { 
    position: absolute; 
    top: var(--y); 
    left: var(--x); 
    width: var(--w); 
    margin:0; 
    padding:0; 
    border:6px solid #fff; 
    background:#fff; 
    box-shadow:0 18px 46px -12px rgba(12,32,56,.28);
    transform: rotate(var(--rot)) translateZ(0); 
    transform-origin: 50% 50%;
    transition: transform .55s cubic-bezier(.22,.68,.37,1), box-shadow .55s, filter .55s; 
}

/* Layering order */
.fab-media .fab-back { z-index:1; }
.fab-media .fab-front { z-index:2; }

/* Image fill */
.fab-media .fab-photo img { 
    display:block; 
    width:100%; 
    height:100%; 
    object-fit:cover; 
}

/* Interactive polish */
.fab-media .fab-photo:hover { 
    transform: rotate(var(--rot)) scale(1.06); 
    box-shadow:0 28px 64px -14px rgba(12,32,56,.42); 
    /* z-index:20;  */
}
.fab-media .fab-photo:focus-within { outline:2px solid #1b6dc1; outline-offset:4px; }

/* Gentle float animation on first image for a bit of life */
@keyframes fabFloat { 
    0%,100% { transform: rotate(var(--rot)) translateY(0); } 
    50% { transform: rotate(calc(var(--rot) + 1deg)) translateY(-6px); } 
}
.fab-media .fab-back { animation: fabFloat 11s ease-in-out infinite; }

/* Larger screens: give more vertical space so rotated image stays within section */
@media (min-width: 1200px) {
    .fab-media { min-height: 560px; }
}

/* Responsive: stack on small & medium (<992px) screens to prevent overlap */
@media (max-width: 991px) {
    .fab-media { min-height: unset; }
    .fab-media .fab-photo { 
        position: static; 
        width:100% !important; 
        transform:none !important; 
        animation:none; 
        margin:0 0 5rem; 
    }
    .fab-media .fab-photo img { height:auto; }
}

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
    .fab-media .fab-photo, .fab-media .fab-back { animation:none !important; transition:none; }
}


/* Home page intro end */




.well {
    border-radius: 0px;
}



/* trust Float */

.trust-float {
  position: absolute;
  left: 50%;
  bottom: -140px;                            
  transform: translateX(-50%);  
  z-index: 2;                               
}

/* trust Float EMD*/




/* 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: #592A83;     
  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: #000;      
  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: #ffffff; }



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




@media (max-width: 767px) { 
  .cta-split .cta-flex-row {
    flex-direction: column;
  }
  .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*/


.pt-7 {
    padding-top: 7px;
}


.ep-number {
    position: absolute;
    top: 10px;
    right: 48px;    
    background: #fff;
    height: 40px;
    width: 40px;
    color: #592A83;
    display: flex;               
    align-items: center;        
    justify-content: center;     
    font-weight: 600;         
    font-size: 22px;  
}

@media (min-width: 1200px) and (max-width: 1530px) {
.ep-number {     
    background: #592A83;    
    color: #fff;   
}
}

.ep-well {
    margin-top: 20px;
    background: #f1f1f1; 
    display: flex;
    flex-direction: row;  
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ep-well:nth-child(2),
.ep-well:nth-child(4) {
  background: #f9f9f9; 
}



@media (min-width: 767px) {

.ep-well {
  background: #fff; 
}
}



@media (min-width: 1200px) {
    .ep-number {    
    display: flex;   
    top: 10px;
    right: 36px;        
}
.ep-well {
  background: #fff; 
}
.ep-well:nth-child(2),
.ep-well:nth-child(4) {
  background: #fff; 
}
}

@media (min-width: 1530px) {
.ep-mammoth .ep-col-5-padding {
    padding-left: 0;
}
.ep-well {
  background: #000;   
}

.ep-well p, .ep-well h4 {
    color: #fff;
}

.ep-well:nth-child(2),
.ep-well:nth-child(4) {
  background: #592A83; 
  color: #fff;
}
}


@media (max-width: 1200px) {
.ep-well:nth-child(2),
.ep-well:nth-child(3) {
  background: #000; 
  color: #fff;
}


.ep-well p, .ep-well h4 {
    color: #fff;
}

.ep-well:nth-child(1),
.ep-well:nth-child(4) {
  background: #592A83; 
  color: #fff;
}
.ep-mammoth .ep-col-5-padding {
    padding-left: 0;
}

.ep-well {
    margin-top: 7px;
}

}
@media (max-width: 991px) { 
        .ep-number {    
    display: none;    
}
}

/* Testimonial Slider */

  /* Testimonial-variant */

        /* Testimonial-variant */

.cf-main-well {
  background-color: #f1f1f1;
  max-width: 2000px;
  padding: 60px 60px 120px 60px;
  margin-bottom: -100px;
}


/* Adjust padding for mobile screens */
@media (max-width: 768px) {
    .cf-main-well {
        padding: 30px 30px 80px 30px; /* Reduce padding for smaller screens */
    }
}

@media (max-width: 480px) {
    .cf-main-well {
        padding: 20px 20px 80px 20px; /* Further reduce padding for very small screens */
    }
}

.cf-well {
    background-color: #222;
    color: #fff;
    padding: 40px;
    margin: 0 20px; 
    min-height: 350px;
}

@media (max-width: 767px) {
  .cf-well {
    min-height: 525px;
  }
}

@media (min-width: 767px) {
  .cf-well {    
    min-height: 700px;
  }
}
@media (min-width: 991px) {
  .cf-well {    
    min-height: 600px;
  }
}
@media (min-width: 1200px) {
  .cf-well {    
    min-height: 700px;
  }
}
@media (min-width: 1360px) {
  .cf-well {    
    min-height: 620px;
  }
}
@media (min-width: 1500px) {
  .cf-well {    
    min-height: 565px;
  }
}
@media (min-width: 1600px) {
  .cf-well {    
    min-height: 500px;
  }
}

@media (min-width: 1800px) {
  .cf-well {    
    min-height: 465px;
  }
}

.cf-well p b { 
  color: #fff;
  padding-top: 10px;  
}

.cf-quote {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 1.2;
}

.o-line, .o-line-white {
  position: relative;
  display: inline-block;
}

.o-line::after {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 4px;
  background-color: #592A83; 
  bottom: 100%;  
  left: 0;       
  margin-bottom: 8px; 
}


.o-line-white::after {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 4px;
  background-color: #fff; 
  bottom: 100%;  
  left: 0;       
  margin-bottom: 8px; 
}


/* Position the Slick arrows inside the .cf-main-well area */
.cf-main-well .cf-prev,
.cf-main-well .cf-next {
  position: absolute;
  top: 50%;        
  transform: translateY(-50%);
  z-index: 2;      
  background: none;
  border: none;
  color: #592A83;     
  font-size: 6rem; 
  cursor: pointer;
}

.cf-main-well .cf-prev {
  right: 170px; 
}
.cf-main-well .cf-next {
  right: 100px;
}

.cf-vertical {
  position: absolute;
  width: 2px;
  height: 45px;
  background-color: #999; 
  opacity: 10%;
  top: 50%;
  right: 157px; 
  transform: translateY(-50%);
  z-index: 20;
}

@media (max-width: 767px) {
  .cf-position {
    display: none;
  }
  .cf-position-mobile .cf-prev,
.cf-position-mobile .cf-next {
  position: absolute;
  top: -30px;        
  transform: translateY(-50%);
  z-index: 2;      
  background: none;
  border: none;
  color: #592A83;     
  font-size: 6rem; 
  cursor: pointer;
}

.cf-position-mobile .cf-prev {
  left: 100px; 
}
.cf-position-mobile .cf-next {
  right: 100px; 
}

.cf-btn-mobile {
  padding-top: 100px;
}

.cf-vertical {
  position: absolute;
  width: 2px;
  height: 45px;
  background-color: #999; 
  opacity: 10%;
  top: -30px; 
  right: 50%; 
  transform: translateY(-50%);
  z-index: 2;
}

}

@media (min-width: 767px) {
  .cf-position-mobile {
    display: none;
  }
}


.testimonialptl {
    padding-top: 7px;
    background:url('/images/fence-picket-bg.png');background-repeat:no-repeat;background-size:cover;background-position:right bottom
} 
@media (max-width: 991px) {
  .testimonialptl {
    background-position:left bottom
  }
}


@media (min-width: 991px) {
.testimonialptl {
    padding-top: 75px;
} 
}


/* Testimonial Slider END*/



.custom-well {
            border-radius: 0px;
            padding: 25px;
            background: #592A83;   
            margin-bottom: 7px;         
        }




        /* Trust */

.trust-v01 {
  background: url('/images/mammoth-picket-overlay-purple.png') no-repeat center bottom;
  background-size: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

/* Mobile version */
@media (max-width: 767px) {
  .trust-v01 {
    background-image: url('/images/mammoth-picket-overlay-purple-mobile.png');
  }
}
.trust-title {
  position: relative;
  display: inline-block;      
  color: #fff;               
  font-weight: 600;
  font-size: 32px;            
  text-align: center;
  /* text-transform: uppercase; */
}

.trust-title::before,
.trust-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;               
  height: 3px;               
  background: #fff;       
}

.trust-title::before {
  right: 100%;
  margin-right: 15px;         
}

.trust-title::after {
  left: 100%;
  margin-left: 15px;
}

        /* Trust END*/



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



/* idrive- */

.i-drive-power-system-section {
  background-color: #f3f3f3; /* <-- stays behind */
  background-image: url('/images/i-drive-power-system-bg-alt.jpg');
  background-repeat: no-repeat;
  background-size: auto; /* don’t stretch */
  background-position: center center;
}

@media (max-width: 991px) {
    .i-drive-power-system-section  {
    background: #f3f3f3;
    }
}


/* idrive- END */
