/* Custom styles for About Us section */

.about-label { 
  font-family: "Poltawski Nowy";
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px; /* 133.333% */

  background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-hd {
    color: #000;
    font-family: 'Playfair';
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
}
.text-black { 
  color: #000 !important; 
}
.about-sub {
    color: #000;
    font-family: Playfair;
    font-size: 50px;
    font-style: italic;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 45px;
}
.about-right-hd {
  color: #000;
  font-family: Playfair;
  font-size: 39px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px; /* 148.718% */
  padding-top: 30px;
}
.about-paragraph strong {
    color: #3C3C3C;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
}
.about-paragraph {
  color: #3C3C3C;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  width: 90%;
}
.about-us .stat-item {
    width: 90%;
}
/* Typography helpers */
.lh-18 { 
  line-height: 1.8; 
}
.fst-italic { 
  font-style: italic; 
}

/* Gradient text for subtitle */
.gradient-text {
  background: linear-gradient(90deg, #000 0%, #666 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Button icon circle */
.btn-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.icon-black {
  width: 16px;
  filter: brightness(0);
}

/* Watermark block */
.kanzo-watermark { 
  opacity: 0.1; 
}
.max-w-400 { 
  max-width: 400px; 
}
.watermark-tagline { 
  font-size: 1.2rem; 
  letter-spacing: 2px; 
  color: #999; 
  font-weight: 300; 
}
 /* catalogue-description section button style */
.catalogue-description {
    padding: 40px 0;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
}
.catalogue-description button.quote-btn {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 28.5px;
    padding: 9px 11px 9px 27px;
    line-height: 40px;
    font-family: "Inter Tight";
    font-size: 17px;
    letter-spacing: 0.28px;
    font-weight: 400;
}
.catalogue-description .arrow-circle {
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    border-radius: 100px;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin-left: 20px;
}

/* Kanzo badge with background and overlay logo */
.kanzo-badge-bg {
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}
.kanzo-badge-bg img {
  width: 100%;
  height: auto;
  display: block;
}
.kanzo-badge-overlay {
    position: relative;
    top: 205px;
    left: 26%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 340px;
}
.kanzo-logo-center {
  width: 100%;
  height: auto;
  display: block;
}


@media(max-width:580px) {
  .about-hd {
    font-size: 30px;
    line-height: 38px;
  }
  .about-sub {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 35px;
  }
  
  .about-right-hd {
    font-size: 33px;
    margin-bottom: 0 !important;
  }

  .about-paragraph {
    font-size: 16px;
  }
}



/* Stats section */
.stat-number { 
    margin-bottom: 0;
    color: #000;
    font-family: Poppins;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 45px;
    padding-bottom: 25px;
}
.stat-label { 
  color: #000;
  font-family: Playfair;
  font-size: 26px;
  font-style: italic;
  font-weight: 500;
  line-height: 58px; /* 223.077% */
  margin-bottom: 0;
}
.stat-item {
    margin-bottom: 30px;
    border-bottom: 1px #DEDEDE solid !important;
}
/* Utilities extracted from inline styles */
.fs-90 { 
  font-size: 0.9em; 
}
.fw-600 { 
  font-weight: 600; 
}
.w-30 { 
  width: 30px; 
}
.h-5 { 
  height: 5px; 
}
.h-20px { 
  height: 20px; 
}
.h-80 { 
  height: 80px; 
}
.h-100px { 
  height: 100px; 
}
.h-200px { 
  height: 200px; 
}
.h-300px { 
  height: 300px; 
}
.h-400 { 
  height: 400px; 
}
.w-120 { 
  width: 120px; 
}
.max-h-150 { 
  max-height: 150px; 
}
.max-w-120 { max-width: 120px; }
.max-w-150 { max-width: 150px; }
.max-w-200 { max-width: 200px; }
.obj-cover { object-fit: cover; }
.opacity-50 { opacity: 0.5; }
.btn-square-40 { width: 40px; height: 40px; }
.avatar-50 { width: 50px; height: 50px; object-fit: cover; }
.avatar-60 { width: 60px; height: 60px; object-fit: cover; }

.slide .slide-bg-img {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}





@media(max-width:580px) {
  .stat-item {
    margin-bottom: 15px;
  }
  .stat-number {
    font-size: 43px;
    line-height: 33px;
  }

  .stat-label {
    font-size: 20px;
  }
}




.slide .container { position: relative; z-index: 1; }

/* Product Categories — refined styles */
.product-heading {
    color: #FFF;
    font-family: Playfair;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 58px;
    margin-bottom: 55px;
}
.categories-slider {
    padding-bottom: 120px;
}
.top-number {
    margin-bottom: 25px;
}
 .pc-index{
 color: #FFF;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 58px; /* 386.667% */
}
.pc-underline{
  height:1px;
  background:#2A2A2A;
  border-radius:2px;
  transition: all 0.3s ease;
}

.pc-underline.active,
.product-list:hover .pc-underline{
  background: #ffffff;
  height: 3px;
  opacity: 1;
}/* Product categories card animation without changing layout */
.product-categories .col-lg-3{
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.product-categories .col-lg-3.pc-active{
  opacity: 1;
  transform: scale(1.02);
}

.product-categories .col-lg-3:not(.pc-active){
  opacity: 0.7;
}

.product-card{
  min-height:380px;
  background:#151515;
  border:1px solid rgba(255,255,255,.08);
  box-shadow: 0 12px 28px rgba(0,0,0,.45), inset 0 0 0 1px rgba(255,255,255,.03);
  transition: all 0.3s ease;
  position: relative;
}

/* Golden border on hover */
.product-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: inherit;
  transition: all 0.3s ease;
  z-index: 3;
  pointer-events: none;
}

.product-card:hover::before {
  border-color: #d4aa2a;
}

/* Update underline on card hover */
.product-card:hover ~ .pc-underline,
.product-list:hover .pc-underline {
  background: #ffffff !important;
  height: 1px;
  opacity: 1;
}

.product-card .card-gradient{
  position:absolute;
  inset:0;
  background:linear-gradient(0deg, rgba(0,0,0,.85) 0%, rgba(0,0,0,.45) 45%, rgba(0,0,0,0) 100%);
  z-index:1;
}
.product-card .pc-content{
  position:absolute;
  left:0; right:0; bottom:0;
  z-index:2;
  padding: 15px 35px 37px;
}
.product-card h5{ color:#fff; }
.product-card .pc-content small{ 
  letter-spacing:.03em; 
  color: #FFF;
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}
.product-card .pc-content h5{ 
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
}
.view-all-product {
color: #F7DD7B;
font-family: "Inter Tight";
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: 40px; /* 235.294% */
padding-left: 23px;
}
#industryModal .modal-dialog .modal-body {
    padding: 30px 77px 77px !important;
}
/* Text truncation styles */
.product-card .pc-content p{ 
  color: #FFF;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 23px; /* 153.333% */

  font-size:.9rem;
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
  /* max-height: 2.7em;  */
}

/* Show full text on hover */
.product-card:hover .pc-content p {
  -webkit-line-clamp: unset;
  line-clamp: unset;
  max-height: none;
}

/* Optional: Add a slight card lift on hover */
.product-card:hover {
  transform: translateY(-5px);
}

.pc-cta{ 
  border-radius: 28.5px;
  border: 1px solid #F7DD7B;
  box-shadow: 0 4px 1.3px 52px rgba(0, 0, 0, 0.25) inset;
  margin: 15px 0;
}
.pc-cta:hover{ background:rgba(240,193,75,.1); }

.coming-soon-card{
  /* Match total height: top-number (25px margin-bottom) + product-card (380px) + button (~56px) = 461px */
  min-height:461px;
  border:2px dashed #383838;;
  background:#161616;
  border-radius: 20px !important;
}
.coming-soon-card .coming-ring{
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background-color: #2C2C2C;
}
.coming-soon-card .coming-ring img {
    max-width: 70px;
    flex-shrink: 0;
}
/* tighten spacing between steps and cards */
.product-categories .pc-steps{ margin-bottom:.75rem !important; }

/* make cards a bit taller on large screens to emphasize imagery */
@media (min-width: 992px){
  .product-card{ min-height:420px; }
  /* Match total height: top-number (25px margin-bottom) + product-card (420px) + button (~56px) = 501px */
  .coming-soon-card{ min-height:501px; }
}

/* full dots left */
  .slick-dots {
    position: absolute;
    /* left: 350px; */
    display: block;
    width: 100%;
    padding: 7px 20px 2px 12px;
    margin-top: 0;
    list-style: none;
    text-align: left;
    /* align-items: center; */
    justify-content: center;
    display: flex;

    /* background-color: #D9D9D9; */
    border-radius: 16px;
    /* top: 470px; */
    

  }
  .slick-slider {
    padding-bottom: 50px;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    top: -1px;
    margin: 0 3px !important;
    padding: 0;
    cursor: pointer;
    align-items: center;

  }
  .slick-dots li button {
    width: 16px;
    height: 16px;
    display: flex;
    
    align-items: center;
    justify-content: center;
    /* border: 1px solid #aaa; */
    background-color:transparent;
    border-radius: 50%;
  }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 4px;
    left: 4px;
    justify-content: center;
    border-radius: 50%;
    padding: 2px;
    width: 8px;
    height: 8px;
    background-color: #DEB954;
      
    content: '';
    text-align: center;
    /* opacity: 0;  another ponits shadow not visible */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }








@media(max-width:580px) {

  .section__head {
    text-align: center;
  }
  .product-heading {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 40px;
  }

}

/* rating stars helper */
.rating-stars .star{
  color: currentColor; /* inherit from .text-warning */
  margin-right: .25rem;
  font-size: 0.95rem;
  line-height: 1;
}

/* Industries Served Section */
.industries-served {
  background-color: #ffffff;
  padding: 150px 0;
}

.industries-logo {
  max-width: 180px;
  height: auto;
}

.industries-list {
  margin-top: 3rem;
}

.industry-item {
  border-bottom: 1px solid #e0e0e0;
  padding: 2rem 0;
  position: relative;
  overflow: visible;
}

.industry-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #FFD700, #FFA500);
  transition: width 0.3s ease;
  z-index: 2;
}

.industry-item:hover::after {
  width: 100%;
}

.industry-item:last-child {
  border-bottom: none;
}

.industry-row {
  display: grid;
  grid-template-columns: 80px 1fr 200px 2fr auto;
  gap: 2rem;
  align-items: flex-start;
  transition: all 0.3s ease;
  position: relative;
}

.industry-image-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: -40px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  visibility: hidden;
}

.industry-item:hover .industry-image-wrapper {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.industry-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.industry-item:hover .industry-row {
  background-color: rgba(255, 215, 0, 0.02);
  padding: 1rem;
  border-radius: 8px;
}

.industry-number {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #666;
  letter-spacing: 0.05em;
  opacity: 0.7;
}

.industry-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #111;
  margin: 0;
  letter-spacing: -0.01em;
}

.industry-image-wrapper {
  position: relative;
  width: 200px;
  height: 140px;
}

.industry-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transform: rotate(-3deg);
}

.industry-description {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.industry-description p {
  margin: 0;
  color: #555;
  font-size: 0.875rem;
  line-height: 1.5;
  flex: 1;
  font-weight: 400;
  opacity: 0.85;
}

.industry-arrow-btn {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border: 1px solid #000000;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.industry-item:hover .industry-arrow-btn {
  background: linear-gradient(to right, #C5962F,#E7C562,#F7DD7B,#EFD271,#E3C05D,#DEB853);
  border-color: transparent;
}
#industryModalLabel {
   color: #000;
    font-family: Playfair;
    font-size: 50px !important;
    font-style: italic;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 20px;
}
#industryModal .modal-dialog.modal-dialog-centered  {
    max-width: 1210px;
    width: 100%;
}
.modal-description {
    color: #3C3C3C;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}
#industryModal .modal-dialog.modal-dialog-centered .modal-image {
    max-width: 377px;
    width: 100%;
    margin: 0 auto;
    flex-shrink: 0;
    text-align: center;
}
.modal-dialog .modal-body {
    padding: 30px 77px 77px;
}
.icon-gold {
  width: 11px;
  height: 11px;
  /* filter: brightness(0) saturate(100%) invert(67%) sepia(68%) saturate(446%) hue-rotate(8deg) brightness(92%) contrast(87%); */
  transition: all 0.3s ease;
}

.industry-item:hover .icon-gold {
  filter: brightness(0) saturate(0%);
}
.video-thumbnails-slider .slick-dots {
    display: none !important;
}
/* Responsive adjustments */
@media (max-width: 1199px) {
  .industry-row {
    grid-template-columns: 60px 1fr 180px 2fr auto;
    gap: 1.5rem;
  }
  
  .industry-image-wrapper {
    width: 180px;
    height: 120px;
  }
}

@media (max-width: 991px) {

  .catalogue-description {
    padding: 40px 0;
}
  .industries-served {
    padding: 100px 0;
  }
  .industry-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .industry-image-wrapper {
    width: 100%;
    max-width: 300px;
    height: 200px;
  }
  
  .industry-description {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .industry-arrow-btn {
    align-self: flex-end;
    position: relative;
    /* top: -85px; */
    
  }
  .modal-dialog .modal-body {
    padding: 10px 45px 50px !important;
}
#industryModalLabel {
    color: #000;
    font-family: Playfair;
    font-size: 41px !important;
 }
}
/* product categories bottom let life style  */
.let-life-flow {
    background-color: #00000033;
    color: #fcfcfc;
    padding: 100px 0;
}
.let-life-content img {
    max-width: 83px;
    width: 100%;
}
.life-cont {
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.categ-content {
  color: #FFF;
  font-family: "Inter Tight";
  font-size: 18px;
    font-style: normal;
    font-weight: 500;
  line-height: 28px;
}
/* Product categories card animation */
.product-categories {
      padding: 150px 0 0;
  background-image: url("../img/product-cat-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal-body .sub-box {
    padding-top: 25px;
}
.modal-body .sub-box .title {
    color: #000;
    font-family: "Poppins";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 0;
}
.modal-body .sub-box ul li  {
border-bottom: 1px solid #dedede;
    padding-top: 20px;
    padding-bottom: 18px;
}
.modal-body .sub-box ul li .count {
    background-color: #fffefe;
    border: 1px solid #e3e3e3;
    text-align: center;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    color: #3c3c3c;
    font-family: "Poppins";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
 .modal-body .sub-box ul li a {
    position: relative;
}
.modal-body .sub-box ul li .sub-link {
  text-decoration: none;
    color: #000;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 16px;
}
.modal-body .sub-box ul li a:before{
content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 11px;
    height: 8px;
    background: url(../img/right-sub-arrow.png) no-repeat center center;
    background-size: contain;
}
.modal-body .sub-box .tags .tage-box {
    text-decoration: none;
    background-color: #fff;
    border-radius: 26.5px;
    border: 1px solid #d9d9d9;
    padding: 6px 20px;
    color: #000;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-right: 6px;
}
.modal-body .sub-dropdown select.form-select {
  border-radius: 18px;
      font-size: 13px;
}
.modal-body .categorysearch .input-ct-search {
padding: 3px 15px;
}
.modal-body .sub-box .title {
     padding-bottom: 5px;
    padding-top: 15px;
}
.d-flex.tags {
    padding-top: 15px;
}
/* ══════════════════════════════════════════════════════
   LET LIFE FLOW SLIDER STYLES
   ══════════════════════════════════════════════════════ */

/* Main slider container */
.let-life-slider {
  width: 100%;                    /* ← Full width of parent */
  max-width: 860px;              /* ← Maximum width constraint */
}

/*  Individual slide styling */
.let-life-slider .slick-slide {
  padding: 0 10px;               /* ← Horizontal spacing between slides */
}

/*  Slider list container (Slick auto-generated) */
.let-life-slider .slick-list {
  overflow: hidden;              /* ← Hides slides outside viewport */
}

/*  Slider track (Slick auto-generated) */
.let-life-slider .slick-track {
  display: flex;                 /* ← Flexbox layout */
  align-items: center;           /* ← Vertical centering */
}

/*  Content wrapper for each slide */
.let-life-slider .let-life-content {
  outline: none;                 /* ← Removes focus outline */
}

/*  Image styling within slides */
.let-life-slider .let-life-content img {
  /* width: 60px;                   
  height: 60px;                  */
  object-fit: contain;           
  border-radius: 8px;            
}

/*  RESPONSIVE - Tablet & Mobile */
@media (max-width: 992px) {
  .let-life-slider {
    max-width: 100%;             
  }
  .about-paragraph {
    width: 100%;
  }
  .about-us .stat-item {
    width: 100%;
}
}
section.subscribe-section.subscribe-res-section .subscribe-btn {
    right: 51px;
    width: 42px;
    height: 42px;
}
@media(max-width:768px) {
  #industryModal .modal-dialog .modal-body .col-md-6:first-child {
    text-align: center;
    margin: 0 auto;
}
#industryModal .modal-dialog .modal-body {
    padding: 30px 40px 40px !important;
}
}
@media(max-width:580px) {
  .product-categories {
    padding: 100px 0 0;
  }
  section.subscribe-section.subscribe-res-section .subscribe-input {
        padding: 10px 0px 10px 15px;
        font-size: 13px;
    }
  section.subscribe-section.subscribe-res-section .subscribe-btn {
        width: 34px;
        height: 33px;
        right: 37px;
    }
  .industries-served {
    padding: 50px 0;
  }
  .modal-dialog .modal-body {
    padding: 20px 20px 40px !important;
}
#industryModalLabel {
    font-size: 38px !important;
 }
}
@media(max-width:376px) {
  section.subscribe-section.subscribe-res-section .subscribe-input {
        padding:7px 0px 7px 15px;
        font-size: 13px;
    }
  section.subscribe-section.subscribe-res-section .subscribe-btn {
               width: 32px;
        height: 29px;
        right: 34px;
    }
}
@media(max-width:368px) {
   section.subscribe-section.subscribe-res-section .subscribe-btn {
                   height: 26px;
        width: 33px;
        right: 30px;
    }

}
@media(max-width:px) {
   section.subscribe-section.subscribe-res-section .subscribe-btn {
           
       width: 32px;
        height: 24px;
        right: 27px;
    }

}



