
.brand-row{ display:flex; gap:10px; flex-wrap: nowrap;}
.landing_pg::before {content: '';
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Transparent black */
  z-index: 1;
  pointer-events: none;
}
.landing_pg .carousel-item .container {
  position: relative;
  z-index: 2; /* Ensures content is above overlay */
  color: #fff; /* Optional styling */
  padding: 20px;
}


.container {
  max-width: 1200px;
  margin: auto;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: #333;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 40px;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.brand-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  height: 100%;
  text-align: center;
  position: relative;
  border-top: 4px solid transparent; /* for color accent */
}
.brand-card img {align-content: center;}

.brand-card:hover {
  transform: translateY(-8px);
  transition: transform 0.3s ease; 
}

.brand-logo {
  max-width: 180px;
  margin-bottom: 20px;
}

.brand-name {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.brand-desc {
  flex-grow: 1;
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
}


.brand-card.Jakelane {
    border-top: 4px solid #f55a22;
}
.brand-card.schuco {
    border-top: 4px solid #78b833;
}
.brand-more-btn {
  display: inline-block; 
  background-color: #f9f9f9;
  margin: 0 auto;
  padding: 12px 28px;
  color: #000;
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.brand-more-btn:hover {
  border-bottom: 2px solid #78b833;
  color: #78b833;
}
/*sliding content*/
.scrolling-container {
  width: 100%;
  overflow: hidden;
  background-color: #81be41;
  white-space: nowrap;
  padding: 10px 0;
  position: relative;
}

.scrolling-track {
  display: flex;
  width: max-content;
  animation: scroll-left 50s linear infinite;
}

.scrolling-content {
  font-size: 1.75rem;
  font-weight: 500;
  color: #fffdf6;
  padding-right: 2rem; /* Space between repeated blocks */
}

/* Keyframes for infinite scroll */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*ABOUT US*/
.about-jakeline {
   padding-top: 80px;padding-bottom: 80px;}
.col-md-6.about-jak {padding-left: 30px;}
.section-icon {
  color: #7b7c5f;
  background-color: #F0EEE0; padding: 20px; margin-right: 14px;
}

.feature-desc a {
  font-size: 1.28rem;
  color: #000;
  margin-bottom: 0;
}
.abt-jk {
  object-fit: contain;
}

/*OUR PRODUCTS*/

.products-tab::before,.schuco-pdt-tab::before {
    height: 320px !important;
}
.schuco-pdt-tab{background-image: url(../images/schuco/schuco_products.jpg);
padding-top: 85px;
    /* background-size: cover; */
    position: relative;
    background-size:100% 406px;
    background-repeat: no-repeat;}
.products-tab {
    background-image: url(../images/jakelane/jakelane-products-.jpg);
    padding-top: 85px;
    /* background-size: cover; */
    position: relative;
    background-size:100% 406px;
    background-repeat: no-repeat;
}
.products-tab:before,.schuco-pdt-tab:before {
    content: '';
    height: 100%;
    background: #0c000094;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;}
.tab-content.pdt-tab {padding: 30px;}
.tab-content ul li{padding-bottom: 10px;}
.container.jakelane-pdts{max-width: 1280px;}
.product-section{margin-top: 50px;}
@media screen and (max-width:768px){.container.jakelane-pdts{margin: 0px 30px; padding: 20px 15px;}.tab-content.pdt-tab{padding: 30px 5px;}}

.section-label {
  letter-spacing: 2px;
  font-weight: bold;
  color: #7b7c5f;
}

.headline {
  font-size: 2.2rem;
  font-weight: 600;
  color: #2d2d1f;
}

.btn-custom {
  background-color: #7b7c5f;
  color: white;
  font-weight: 600;
  border: none;
}

.btn-custom:hover {
  background-color: #65664e;
}

.nav-tabs .nav-link {
  color: #2d2d1f;
  font-weight: 500;
}

.products-tab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #858666 #858666 #fff;
}
/*WHY JACKELANE*/
.benefits-section {
  color: #2e2e1f;
}

.benefits-subtitle {
  font-weight: 600;
  letter-spacing: 2px;
  color: #5e5e4d;
}

.benefits-title {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.4;
}

.benefit-box {
  border: 1px solid #6dbb30;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  z-index: 1;
}
.benefit-box img{width: 90px;}

/* ICON IMAGE HANDLER */
.icon-default {
  opacity: 1;
  z-index: 2;
}
.icon-hover{display: none;}

.center-hover:hover .icon-default {
  opacity: 0; display: none;
}

.center-hover:hover .icon-hover {
  opacity: 1;display:inline-block;
  z-index: 1;position: relative;
}

/* TEXT AND LIST STYLING */
.jackelane-adv {
  position: relative;
  z-index: 2;
  transition: color 0.4s ease;
}

 h5.jackelane-adv {
  font-weight: 600;
  margin-top: 20px;
}


/* HOVER BACKGROUND TRANSITION */
.center-hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0%;
  width: 100%;
  background-color: #6dbb30;
  z-index: 1;
  transition: height 0.5s ease-in-out;
}

.center-hover:hover::before {
  height: 100%;
}

/* TEXT COLOR ON HOVER */
.center-hover:hover .jackelane-adv{
  color: #fff;
}
.benefits-row {
  display: flex;
  flex-wrap: wrap;
}

.benefits-row > .col-md-4 {
  display: flex;
  flex-direction: column;
}

.benefit-box {
  flex-grow: 1;
}
@media screen and (max-width:768px){.mb-hide{display: none;}.benefits-section{padding-left:20px;padding-right:20px; }}

/*FEATURES SECTION*/
.jackelane_features,.sucho_features {
  background-color: #636366;
  padding: 60px 0;
  font-family: 'Helvetica Neue', sans-serif;
}
.jackelane_features p,.sucho_features p,.jackelane_features h5,.sucho_features h5{color: #ffffff;}

.section-label {
  text-transform: uppercase;
  font-weight: bold;
  color: #6b6b4f;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #2e2e1f;
  margin-top: 15px;
  line-height: 1.4;
}

.section-description {
  margin-top: 20px;
  color: #75756c;
  font-size: 1rem;
  max-width: 90%;
}
.heading.no-bg .feature-line {
    background: #000;width: 73px;
    height: 2px;
    background: #fff;
    content: "";
    display: inline-flex;
    margin-right: 5px;
    top: 0;
    float: left;
    margin-top: 8px;
}
.feature-icon {margin-right: 14px;}
.feature-icon img {width: 60px;}
.feature-img{
  position: relative;
  display: inline-block;
}
.feature-img img {
  object-fit: cover;
  border-radius: 8px;

}
.main-img {
  display: block;
  width: 100%;
  height: auto;
}
.logo-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 130px; /* Adjust as needed */
  height: auto;
  z-index: 2;
}



.jakelane-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    margin-top: 20px;
  }
  .jakelane-table td {
    padding: 10px 15px;
    text-align: left;
    vertical-align: middle;
  }

  .jakelane-table th {
    font-weight: 600;
    color: #000;
    padding: 10px 15px 0px 15px;
  }

  .jakelane-table td {
    color: #666;
  }

  .jakelane-table tr:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  @media (max-width: 768px) {
    .jakelane-table,
    .jakelane-table tbody,
    .jakelane-table tr,
    .jakelane-table td,
    .jakelane-table th {
      display: block;
      width: 100%;
    }
    .jakelane-table tr {
      margin-bottom: 20px;
    }
  }
  .service-col {
    height: 120px;
    text-align: center;
    padding: 0;
    transition: transform .8s ease-in-out;
    display: flex;
    align-items: center;
    border-right: 1px solid #9e9e9e69;
    justify-content: center;
}
.service-col h3 {
    color: #000;
    font-size: 17px;
    margin-top: 12px;
    font-family: "Brandon Grotesque Bold";
    text-transform: capitalize;
}
/*SCHUECO*/
.schueco_features{margin-top: 60px;}
.card {
  /*flex: 1 1 calc(33.33% - 2rem);*/ /* Default for 3 in a row */
position: relative;
  z-index: 1;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out forwards;
}
 
.row_features {
  display: flex;
  flex-wrap: wrap;
  
}

.row_features > .col-md-4, .row_features > .col-md-6{
  display: flex;
  flex-direction: column;margin-bottom: 30px;
}

.card {
  flex-grow: 1;
}

.row_features:nth-child(1) .card:nth-child(1) { animation-delay: 0.1s; }
.row_features:nth-child(1) .card:nth-child(2) { animation-delay: 0.3s; }
.row_features:nth-child(1) .card:nth-child(3) { animation-delay: 0.5s; }
.row_features:nth-child(2) .card:nth-child(1) { animation-delay: 0.7s; }
.row_features:nth-child(2) .card:nth-child(2) { animation-delay: 0.9s; }

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card img {
  width: 100%;
  height: auto;
  display: block;
}

.card-content {
  padding: 1rem;
}

.card-content h3 {
  color: green;
  margin-top: 0;
}

.card-content h4 {
  margin: 0.2rem 0;
}

/*WHY SCHECO*/
.card-header button {color: #fff;text-decoration: none;font-weight: bold;font-size: 1.1rem;}
.card-header{background-color: #6dbb30;}
.card-header button:hover{color: #000;}
.cardcol {
  background-color: #6dbb30;
  border: 2px solid #6dbb30; 
  margin-bottom: 10px;
}

.card-body {
  background-color: #f8f7f1;
  text-align: left;
}

.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background-color: #a4a281;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  position: absolute;
  left: -40px;
  top: 30%;
}
.why-schueco{background-color: #FDFBEF;}
/*MCM STYLESHEET*/
.data-box {
      background: #fff;
     box-shadow:
        0 -8px 20px rgba(0, 0, 0, 0.08),  /* top shadow */
        0 4px 12px rgba(0, 0, 0, 0.08); 
      padding: 30px;
    }
.technical-title {
      background-color: #2b2b2b;
      color: white;
      padding: 10px;
      font-weight: bold;
      font-size: 18px;
    }

    /*.emoji-title {
      font-weight: bold;
      font-size: 18px;
      margin-top: 30px;
    }*/

    .table td, .table th {
      vertical-align: top;
      padding: 8px 12px;
    }

    .table-borderless td,
    .table-borderless th {
      border: none;
    }

    .table td:first-child {
      width: 40%;
      font-weight: 600;
      white-space: nowrap;
    }

    .table td:last-child {
      width: 60%;
    }
/*FEATURES SECTION*/
.mcm-honors{
  background-color: #f7f7f7;
  padding: 60px 0;
  font-family: 'Helvetica Neue', sans-serif; margin-top: 50px;
}


.heading.no-bg .feature-line {
    background: #000;width: 73px;
    height: 2px;
    background: #fff;
    content: "";
    display: inline-flex;
    margin-right: 5px;
    top: 0;
    float: left;
    margin-top: 8px;
}
.feature-icon {margin-right: 14px;}
.feature-icon img {width: 30px;}
.feature-img{
  position: relative;
  display: inline-block;
}
.feature-img img {
  object-fit: cover;
  border-radius: 8px;

}
.mcm-product ul li{padding-bottom: 10px;}
.process-col .card{padding: 30px;}
.process-col .card img {
  width: 100%;
  height: auto;
  display: block;
}
.applications .service-box img {
    height: 45px;
}
/*Product tab MCm*/
.gallery-item {
      margin-bottom: 30px;
      text-align: center;
    }
    .gallery-item h5 {
      margin-top: 10px;
      font-weight: 600;
    }
    .gallery-item p {
      font-size: 0.9rem;
      color: #555;
    }
    .gallery-img {
      width: 100%;
      min-height: 300px;
      object-fit: contain;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      cursor: pointer;
      transition: transform 0.3s;
    }
    .gallery-img:hover {
      transform: scale(1.03);
    }
    .modal-img {
      width: 100%;
      height: auto;
      border-radius: 8px;
    }
    /*Kalinga*/
     .btn-brochure:hover {
      background-color: #5aa428 !important; /* darker shade */
      transform: scale(1.05);              /* subtle zoom effect */
      transition: all 0.3s ease-in-out;
    }
@media (max-width:768px){.gallery-img {
      width: 100%;
      min-height: 200px;}

@media (max-width:768px){.brand-row {flex-wrap: wrap;}}










