/*
Theme Name: Industrial Child
Template: industrial
Version: 1.0
Description: Child theme for Industrial theme
Author: Your Name
*/.testimonial-wrap .owl-stage {
    display:flex;
}

.testimonial-wrap .owl-item {
    width:100% !important;
}

.testimonial-wrap .owl-item li {
    width:100%;
}

.testimonials-outer-wrap {
    overflow:hidden;
}/*** Write your CSS structure here. ***/
/*
     FILE ARCHIVED ON 03:03:22 Dec 03, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:52:22 Jan 18, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.782
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.013
  esindex: 0.014
  cdx.remote: 14.433
  LoadShardBlock: 64.569 (3)
  PetaboxLoader3.datanode: 97.256 (5)
  load_resource: 81.205
  PetaboxLoader3.resolve: 38.804
  loaddict: 25.432
*/.testimonial-wrap {
    opacity:0;
}

.testimonial-wrap.owl-loaded {
    opacity:1;
}

.owl-stage {
    transition: none !important;
}.featured-header {
    width: 100%;
    height: 260px;          /* adjust as needed */
    overflow: hidden;
    position: relative;
}

.featured-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* Wrapper */
.testimonials-simple {
    padding: 20px 0;
}

/* Grid layout */
.testimonial-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Card */
.testimonial-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.1);
}

/* Layout inside card */
.testimonial-user {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

/* Image */
.testimonial-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 3px solid #f2f2f2;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Text */
.testimonial-content h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.testimonial-content h4 {
    margin: 3px 0 10px;
    font-size: 13px;
    font-weight: 500;
    color: #777;
}

.testimonial-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* Responsive */
@media (max-width: 991px) {
    .testimonial-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .testimonial-item {
        padding: 18px;
    }

    .testimonial-image {
        width: 65px;
        height: 65px;
    }

    .testimonial-content h3 {
        font-size: 15px;
    }

    .testimonial-content p {
        font-size: 13px;
    }
}
.testimonial-item br {
    display: none;
}

/* ## Contact Info */
.contact-info {
  line-height: 1.4286em;
  list-style: none;
  padding: 0;
}
.contact-info li {
  border-radius: 4px;
  padding: 7px 12px 7px 44px;
  position: relative;
}
.contact-info li::before {
  border-right: 1px solid;
  bottom: 1px;
  content: "";
  left: 0;
  position: absolute;
  top: 1px;
  width: 31px;
}
.contact-info i {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
}

.contact-info-no-icon {
  padding-left: 0 !important;
}

/** Sidebar Version */
.sidebar .contact-info li {
  background-color: #f7f7f7;
  margin-top: 5px;
}
.sidebar .contact-info li::before {
  border-right-color: #e1e2e2;
}

/** Footer Versions */
.site-footer-default .contact-info li {
  margin-top: 6px;
}
.site-footer-default .contact-info li::before {
  border-right-color: rgba(52, 52, 52, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 31px;
}

.site-footer-modern .contact-info li {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  padding-top: 10px;
}
.site-footer-modern .contact-info li::before {
  display: none;
}

/** Transparent version */
.contact-info.transparent li {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-info.transparent li::before {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.contact-info.transparent li i {
  color: #fff;
}

/** Classic header version */
header.classic .contact-info.transparent li {
  border: 1px solid #d9d9d9;
}
header.classic .contact-info.transparent li::before {
  border-right-color: #d9d9d9;
}
header.classic .contact-info.transparent li i {
  color: #8c8c8c;
}

