/* Common Product Page Css Start */
.product-details-wrap {
  background: #f6f7f7;
  margin-top: 300px;
}
.single-pro-content {
  top: -330px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.product-get-quote-container{
  background: #f6f7f7;
}

/* Common Product Page Css End */
/* ecp */

.single-pro-img img {
  width: 75%;
  height: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}

.list-style li {
  list-style: disc; /* Ensure the list uses a disc as the bullet */
  margin-left: 16px; /* Remove default margin for cleaner alignment */
}

/* Marine Solutions Page Start */
.functioning-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.marine-solutions .product-title {
  font-size: var(--medium-font);
  font-weight: bold;
}
.marine-solutions .product-title-after {
  position: relative;
  display: inline-block; /* Ensures the yellow bar only aligns with the text */
}

.marine-solutions .product-title-after::after {
  content: "";
  position: absolute;
  bottom: -10px; /* Distance below the text */
  left: 0;
  width: 40px; /* Length of the yellow bar */
  height: 5px; /* Thickness of the yellow bar */
  background-color: #ffc107; /* Yellow color */
}

/* Marine Solutions Page End */

/* Heavy Machinery & Equipment start */
.services-links {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* Creates 5 equal columns */
  gap: 16px; /* Spacing between grid items */
  align-items: center; /* Optional, for vertical alignment */
  justify-items: center; /* Centers the links within each grid cell */
  height: 100%;
}

.services-links a {
  padding: 8px 20px;
  background: #ffa500 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 8px rgba(22, 22, 21, 0.6); /* Subtle elevation effect */
  border-radius: 2px;
  opacity: 1;
  width: 100%;
  text-align: center;
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.services-links li {
  padding: 8px 20px;
  background: #ffa500 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 8px rgba(22, 22, 21, 0.6); /* Subtle elevation effect */
  border-radius: 2px;
  opacity: 1;
  width: 100%;
  text-align: center;
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Heavy Machinery & Equipment end */

/* Heavy Machinery & Equipment - 1  Start*/
.bg-gray {
  background-color: #f6f7f7;
}


/* Heavy Machinery & Equipment - 1 End*/

/* ========== material-handling-applications-1 =========== */
/* Custom Grid */
.custom-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.custom-grid-item {
  border-radius: 8px;
  text-align: start;
}

.custom-grid-item .border {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.custom-grid-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.custom-grid-item h5 {
  margin-top: 16px;
  font-size: var(--regular-font);
  font-weight: 600;
}

#material-handling-applications .custom-grid-item h5 {
  margin-top: 0px;
  font-size: var(--regular-font);
  font-weight: 600;
}



.custom-grid-item p {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
}

.product-column{
  width: 100%;
  padding: 10px;
  height:100%;
  min-height: 400px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(198,198,197,0.35);
}

.product-category-row{
  height: 210px;
}

.product-column-img-container{
  width: 100%;
  max-width: 273px;
  height: 153px;
  overflow: hidden;
  border: 0px;
  margin: 5px auto;
}

.product-column-img-container img{
  width: 100%;
  max-width: 273px;
}



.product-column-detail-container .product-details{
  margin: 10px 0;
}

.product-column-detail-container .product-details p{
  margin: 0;
  padding: 0;
  color: #000000;
}

.product-details p.ptitle{
  color: #6F6F6F;
  font-size: 12px;
  line-height: 14px;
}

.product-details p.pdetails{
  font-size: var(--regular-font);
  font-weight: var(--fw-bold);
  line-height: 24px;
}

.product-intro{
  font-size: var(--regular-font);
  line-height: 26px;
  font-weight: normal;
}

.product-intro p{
  font-family: "UniversLight", sans-serif;
  font-size: var(--regular-font);
  line-height: 26px;
  color: #000000;
}

.product-intro p span{
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  font-size: var(--medium-font);
}

/* Swiper JS Styles */
.swiper {
  width: 100%;
  height: 195px;
}

.swiper-wrapper{
  width: 100%;
  margin: 0px auto;
}

.swiper-slide {
  background: #fff;
  display: block;
  width: 116px;
  height: 150px;
  margin-left: 10px;
  margin-right: 10px;
}

.swiper-slide .img-wrapper{
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide .img-wrapper img{
  width: 118px;
  height: 118px;
}
.swiper-slide .title-wrapper{
  display: block;
  width: 100%;
  margin-top: 10px;
}

.swiper-slide .title-wrapper h6{
  font-size: 16px;
  font-weight: normal;
  color: #161615;
  text-align: left;
  position: relative;
  transition: all 0.2s ease-out;
}

.swiper-slide .title-wrapper h6::after{
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  border: 0;
  background-color: #000;
  position: absolute;
  top: 25px;
  left: 0px;
  transition: all 0.2s ease-out;
}

.swiper-slide:hover{
  cursor: pointer;
}

.swiper-slide:hover h6::after{
  width: 110px;
  background-color: #FAB600;
  transition: all 0.2s ease-out;
}

.swiper-button-next{
  
}

/*.swiper-button-next,
.swiper-button-prev {
  color: #FAB600;
  width: 15px;
  height: 30px;
}

.swiper-button-next:after, .swiper-button-prev:after{
  width: 15px;
  height: 30px;
}*/

.swiper-button-next,
.swiper-button-prev {
  background-color: white;
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  padding: 8px 16px;
  border-radius: 100%;
  border: 2px solid black;
  color: red;
}

.swiper-button-prev {
  background-image: url("icons/box-arrow-in-left.svg");
}

.swiper-button-next {
  background-image: url("icons/box-arrow-in-right.svg");
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.swiper-pagination-bullet{
  margin-top: 10px;
  /*background-color: #FAB600 !important;*/
  background-color: #333333 !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction{
  top: 162px;
}


.marine-product-link:hover{
  cursor: pointer;
}

a.btn-product-details{
  width: 90%;
  max-width: 280px;
  height: 40px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  text-transform: uppercase;
  color: #000000;
  font-size: var(--regular-font);
  font-weight: var(--fw-bold);  
}

a.btn-product-details:hover{
    color: var(--bs-color-orange);
}


/* CSS For Product Details */
.product-details-img{
  display: flex;
  align-items: center;
  justify-content: center;
}

h3.product-type{
  position: relative;
  font-weight: var(--fw-bold);
  font-size: var(--title-font);
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;            
}

h1.product-model{
  position: relative;
  font-weight: var(--fw-bold);
  font-size: var(--medium-font);
  letter-spacing: 0;
  color: #000000;
  opacity: 1;            
  display: inline-block;
}

h1.product-model::after {
  content: "";
  position: absolute;
  bottom: -5px; /* Distance below the text */
  left: 0;
  width: 100%; /* Adjust length of the yellow bar */  
  height: 5px; /* Thickness of the yellow bar */
  background-color: #ffc107; /* Yellow color   */
}

.btn-product-details-request-price{
  display: block;
  width: 100%;
  max-width: 430px;
  height: 30px;
  background-color: #FAB600;
  border: 0.5px solid #707070;
  font-weight: var(--fw-bold);
  font-size: var(--regular-font);
  text-align: center;
  color: #000000;
  margin: 15px 0;
}

.breadcrumb-title hr{
  width: 100%;
  max-width: 430px;
  height: 1px;
  border: 1px solid #707070;
  background-color: #707070;
  margin-top: 30px;
}

.key-specs-data p{
  margin: 15px 0;  
}

.key-specs-data p:first-of-type{
  margin-top: 25px;
}

.key-specs-data p:last-of-type{
  margin-bottom: 20px;
}

.key-specs-data p span{
  display: block;
  width: 100%;
  max-width: 430px;
}

.key-specs-data p span.specs-title{
  font-weight: var(--fw-bold);
  font-size: var(--regular-font);  
  color: #6F6F6F;
}

.key-specs-data p span.specs-data{
  font-weight: var(--fw-bold);
  font-size: var(--medium-font);  
  color: #000000;
}

.product-overview-section{
  width: 100%;
  background-color: #F6F7F7;
  padding: 20px;  
}

.product-overview-container{
  padding: 56px 0;
}

.product-overview-column{  
  padding: 10px 15px;
  max-width: 100%;
}

.product-overview-column h3{
  font-size: var(--title-font);
  color: #000000;  
  margin-bottom: 25px;
}

.product-overview-column h4{
  font-size: var(--medium-font);
  color: #000000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-overview-column p{
  font-size: var(--regular-font);
  color: #000000;    
}

/* Product Details Tab Style */
#product-detail-tab-container .nav-item {
  width: 25%;
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  border: 0px solid;
  border-left: 1px solid #707070;
}

#product-detail-tab-container .nav-item button{
  width: 100%;
  border-radius: 0;
}

#product-detail-tab-container .nav-item:last-of-type{
  border-right: 1px solid #707070;
}

#product-detail-tab-container .nav-bcatproducts .nav-link.active {
  color: #000000;
  background-color: transparent;
}

#product-detail-tab-container .nav-link {
  color: #000000;
}

#product-detail-tab-container .nav-item {
  border-bottom: 3px solid white;
}

#product-detail-tab-container .navactive, 
#product-detail-tab-container .nav-item:hover {
  border-bottom: 3px solid white;
}

#product-detail-tab-container .nav-item button:hover{
  color: black;
}

#product-detail-tab-container button.active{
  /*border-bottom: 10px solid #FAB600;*/
}

#product-detail-tab-container button.active::after{  
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #FAB600;
    background-image: url('../images/icons/tab-indicator-15x15.png'); /* Set the image path */
    background-repeat: no-repeat;    
    background-position: 50% 50px;
}

#product-detail-tab-container .nav-item .nav-link {
  color: #000000;
  font-size: var(--medium-font);
  font-weight: var(--fw-bold);
  text-transform: uppercase;
}

#product-detail-tab-container{
  margin-top: 100px;
  margin-bottom: 100px;
}

.tab-content{
  padding-top: 50px;
}

.tab-content h2{
  font-size: var(--title-font-sm);
  font-weight: var(--fw-bold);
}

.tab-content h3{
  font-size: var(--medium-font);
  font-weight: var(--fw-bold);
}

.tab-content h4{
  font-size: var(--medium-font);
  font-weight: var(--fw-bold);
}

.tab-content p{
  font-size: var(--regular-font);
  color: #000000;
}

.tab-content ul{
    margin-top: 0px;
    margin-bottom: 40px;
}

.tab-content ul li{
    margin-left: 45px;
    list-style: disc;
}


table.tbl-general-specification{
  width: 96%;
  margin: 0px auto 20px auto;
  border-collapse: collapse;
}

table.tbl-general-specification tr:first-child{
  background-color: #DDDDDD;  
  font-size: var(--medium-font);
  font-weight: var(--fw-bold);
}

tr{
  border-bottom: 1px solid #A0A0A0;
}

tr:nth-child(odd) {
    background-color: #FFFFFF; /* White for odd rows */
}

/* Set background color for even rows */
tr:nth-child(even) {
    background-color: #DDDDDD; /* Light gray for even rows */
}

td{
  padding: 10px;
  color: #000000;
}

/* Responsive Design Product List page */
@media (max-width: 992px) {
  .custom-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }
  .product-details-wrap {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .single-pro-content {
    position: relative;
    top: -100px;
    gap: 40px;
  }
  .services-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .custom-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .product-details-wrap {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .single-pro-content {
    position: relative;
    top: -80px;
    gap: 30px;
  }
  .services-links {
    grid-template-columns: repeat(1, 1fr);
  }

  #material-handling-applications .custom-grid-item h5{
    font-size: 22px;
  }

}

@media (max-width: 576px) {
  .services-links {
    grid-template-columns: repeat(1, 1fr);
  }
  .custom-grid {
    grid-template-columns: 1fr;
  }
  .product-details-wrap {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .single-pro-content {
    position: relative;
    top: -50px;
    gap: 30px;
  }
  #material-handling-applications .custom-grid-item h5{
    font-size: 22px;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  #material-handling-applications .custom-grid-item h5{
    font-size: 22px;
  }
}

/* ========== material-handling-applications-1 =========== */

/* Responsive Design Product Details page */

/* QHD Desktop & Laptops */
@media (min-width: 1920px) and (max-width: 2559px) {
  .product-details-container{
    margin-bottom: 150px;
  }
}

/* Large desktops and laptops */
@media (min-width: 1680px) and (max-width: 1919px) {
  .product-details-container{
    margin-bottom: 150px;
  }
}


/* Medium desktops and laptops */
@media (min-width: 1440px) and (max-width: 1679px) {
  .product-details-container{
    margin-bottom: 150px;
  }
}


/* Small  desktops and laptops */
@media (min-width: 1366px) and (max-width: 1439px){
  .product-details-container{
    margin-bottom: 150px;
  }
}


@media (max-width: 992px) {
  .product-details-container{
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .product-details-container{
    margin-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .product-details-container{
    margin-bottom: 50px;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .product-details-container{
    margin-bottom: 50px;
  }
}





