body {
  color: #777;
  font-family: verdana;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  width: 100%;
  background: #e0e0e0;
}
section.bplfut {
    background-color: white;
}
img.bnmpkf {
    width: 100%;
}
.h3, h3{
  color: #000;
}
.pt-5{
  padding-top: 30px;

}
.pb-5{
  padding-bottom: 30px;
}
.desktop-logo{
  display: block;
}

.mobile-logo{
  display: none;
}

.carousel-caption a{
  color: #fff;
  font-size: 20px;
}

.prod-features p{
  line-height: 25px;
  color: #000;
}

.prod-power{
      border: 3px solid #ed1b23;
    box-shadow: 0 8px 6px -6px black;
}

.prod-power h4{
  background: #ed1b23;
  padding: 10px;
  font-weight: bold;
  color: #fff;
      margin-bottom: -2px;
}

.prod-power h4 a{
  color: #fff;
}

.prod-text p{
  font-size: 14px;
  line-height: 28px;
  color: #000;
}

.prod-text h2{
  color: #000;
  margin-bottom: 40px;
}

.prod-features li{
  color: #000;
  line-height: 30px;
  font-size: 14px;
}

.nav-tabs>li>a{
  font-size: 16px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff !important;
    cursor: default;
    background-color: #e32525;
    border: 1px solid #e32525;
    border-bottom-color: transparent;
}

.soc1{
  position: fixed;
  right: 0;
  z-index: 999;
  top: 35%;
  display: block;
}

.soc2{
  position: fixed;
  right: 0;
  z-index: 999;
  top: 44%;
  display: block;
}

.prod-nav{
    width: 1000px;
    margin-left: -250px;
    background: #dadada;
    padding: 10px;
}

nav {
  display: block;
  margin-top: 10px;
}

.menu { display: block; margin-left: 40px; }

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:first-child { margin-left: 0; }

.menu li a {
  font-weight: 500;
  text-decoration: none;
  padding: 12px 18px;
    font-size: 15px;
  display: block;
  color: #000;
  transition: all 0.2s ease-in-out 0s;
      /*border: 1px solid #040404;*/
    border-radius: 10px;
}

.menu li a:hover,
.menu li:hover>a {
      color: #fff;
    background: #ed1b23;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 250px;
  position: absolute;
  left: 0px;
  background: #dadada;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: #000;
  background: transparent;
   padding: 12px 15px;
   border-bottom: 1px dotted #000;
   border-radius: 0px;
}

/*.prod-nav li a{
  list-style-type: square;
}*/

.menu ul li a:hover,
.menu ul li:hover>a {
  background: #ed1b23;
  color: #fff;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 249px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #ed1b23;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
      margin-top: 10px;
}

.responsive-menu:hover {
  background: #ed1b23;
  color: #fff;
  text-decoration: none;
}

a.homer { background: #FC6D58; }
 @media (min-width: 768px) and (max-width: 979px) {

.mainWrap { width: 768px; }

.menu ul { top: 37px; }

.menu li a { font-size: 12px; }

a.homer { background: #ed1b23; }
}
 @media (max-width: 767px) {

  .desktop-logo{
  display: none;
}

.mobile-logo{
  display: block;
}

  .footer-caption {
    background: #ed1b23;
    padding: 5px !important;
    line-height: 20px;
}

  .prod-nav{
    width: 100%;
    margin-left: 0px;
    background: #dadada;
    padding: 10px;
}

.mainWrap {
  width: auto;
  padding: 50px 20px;
}

.menu { display: none; }

.responsive-menu { display: block; }

nav {
  margin: 0;
  background: none;
}

.menu li {
  display: block;
  margin: 5px 0;
}

.menu li a {
  background: #fff;
  color: #797979;
}

.menu li a:hover,
.menu li:hover>a {
  background: #FC6D58;
  color: #fff;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}

.menu ul ul {
  left: 0;
  transform: initial;
}

.menu li>ul ul:hover { transform: initial; }
}


.carousel-caption {
    background: #000000ab;
    right: 10%;
    left: 10%;
        bottom: 8px;
    padding-bottom: 0px;
    padding-top: 0px;
    }

    .carousel-caption h3{
    color: #fff;
    margin-top: 5px;
    }

    .cls{
      margin-top: 30px;
    }

    .cls li{
      display: inline-block;
    }

.color{
    color:#ed1b23;
    font-weight: 700;
    margin-bottom: 20px;
    }

    .box{
      border: 3px solid #ed1b23;
    }

    .footer{
      background: #2d2d2d;
      padding-top: 0px;
      padding-bottom: 0px;
    }

    .footer a{
      color: #fff;
    }

    .footer .fa{
      color: #fff;
    }

     .footer h3{
      color: #fff;
      text-align: left;
    }

    .footer p{
      color: #fff;
      font-size: 14px;
      line-height: 20px;
    }

    .footer-padding{
      padding: 30px;
    }

    .footer-hr{
      margin-top: 10px;
      margin-bottom: 10px;
    }

    .footer-caption{
      background: #ed1b23;
      padding: 15px;
    }

    .footer-caption p{
      color: #fff;
          margin: 0 0 0px;
    }

    .about{
      background: #fff;
      padding: 30px;
    }

    .about p{
      font-size: 14px;
      color: #000;
      line-height: 20px;
    }

    .about h2{
      color: #000;
          margin-bottom: 20px;
    }

    .abt-img img{
      vertical-align: middle;
      margin-top: 30px;
    }

    .abt-li{
      color: #000;
      font-size: 14px;
    line-height: 25px;
    }

    .abc li{
          display: block;
    line-height: 30px;
    color: #000;
    font-size: 13px;
    }

    .abc .fa{
      color: red;
    }

    .tabbable-panel {
  border:1px solid #eee;
  padding: 10px;
}

.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid rgb(0, 0, 0);
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #32465B;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}


/* li space */
.li-space{
  margin: 10px;
  line-height: 15px;
}
.prod-img{
  border: 2px solid red; 
  margin-top: 10PX;
}
/* @media  (max-width: 979px){
  .prod-img{
    width:200px;
    height: 220px;
  } 
} */
.brand-img{
  border: 2px solid;
  margin: 12px;
  border-radius: 10px;
}

.bg-white{
  background: #fff;
}



.prod-list li {
  display: block;
  background-color: inherit;
  color: black;
  padding: 15px 12px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  border-radius: 4px;
  border-bottom: 1px dotted #777;
}

.prod-list li a{
  text-decoration: none;
  color: #000;
}

.prod-list li:hover {
  background-color: #ef1c24;
  color: #fff !important;
}

.prod-list li a:hover {
  color: #fff;
}

.prod-list li.active {
  background-color: #ef1c24;
  color: #fff !important;
}
.prod-list li.active a {
  color: #fff !important;
  text-decoration: none;
}

.prod-list{
  border: 1px solid #ccc;
  background-color: #dfe8eb;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  padding: 20px;
}

.tabcontent p{
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
.specification-img img{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.product-ul li{
 color: #000;
 margin: 7px 0px;
}
.product-heading{
  color: #000;
}
.product-table{
  margin: 30px 0px;
}

@media (max-width: 767px) {
  .menu {
    display: block;
    margin-left: 0px!important;
    padding: 0!important;
}
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid rgb(0, 0, 0);
    color: #fff !important;
    cursor: default;
    background-color: #e32525;
    border-radius: 5px 5px 0 0;
}
p.prndfr {
    padding: 10px;
    text-align: center;
    background-color: #2a2929;
    color: white;
    font-size: 19px;
    margin: 0 5px 10px;
}

.product-gallery-responsive {
    max-width: 1100px;
    margin: 20px auto;
}

/* THUMBNAIL LOGIC */
/* Layout container */
.product-gallery-layout {
    max-width: 1000px;
    margin: 30px auto;
}

/* Thumbnail Column Styling */
.thumb-column-vertical {
    padding-right: 5px; /* Tight gap between thumbs and main image */
}

.thumb-item {
    cursor: pointer;
    margin-bottom: 10px;
    transition: opacity 0.3s;
}

.thumb-item .img-thumbnail {
    border-radius: 0; /* Square look like the image */
    border: 2px solid transparent;
    padding: 0;
}

/* Active Thumbnail (Darker border as seen in your machine image) */


/* Carousel Adjustments */
.custom-vertical-layout-slider .carousel-inner > .item {
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Overlay Navigation (Transparent arrows) */
.slider-overlay-nav {
    background-image: none !important;
    width: 50px;
    color: #999;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.slider-overlay-nav:hover {
    color: #333;
    opacity: 1;
}

.slider-overlay-nav .glyphicon {
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.product-gallery-responsive {
    max-width: 1100px;
    margin: 20px auto;
}

/* THUMBNAIL LOGIC */
.thumb-flex-container {
    display: flex;
    gap: 10px;
}

/* Desktop View (768px and up) */
@media (min-width: 768px) {
    .thumb-flex-container {
        flex-direction: column; /* Stack vertically on the left */
    }
    .main-slider-column {
        padding-left: 5px;
    }
}

/* Mobile View (Below 768px) */
@media (max-width: 767px) {
    .thumb-flex-container {
        flex-direction: row; /* Stack horizontally on the bottom */
        justify-content: center;
        margin-top: 15px;
    }
    .thumb-item {
        width: 80px; /* Smaller thumbs for mobile */
    }
}

/* Styling Items */
.thumb-item {
    cursor: pointer;
    transition: all 0.3s ease;
}

.thumb-item .img-thumbnail {
    border-radius: 0;
    border: 2px solid transparent;
}


/* Smooth Slider Transition */
.custom-resp-slider .carousel-inner > .item {
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-arrow {
    background-image: none !important;
    width: 5%;
    color: #999;
}

.mach-slider {
  display: flex;
  gap: 15px;
  max-width: 900px;
  margin: auto;
  align-items: center;
}

.mach-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mach-thumb {
  width: 80px;
  cursor: pointer;
  opacity: 0.5;
  border: 2px solid transparent;
  transition: 0.3s;
}

.mach-thumb.mach-active,
.mach-thumb:hover {
  opacity: 1;
  border-color: #f5a623;
}

.mach-main {
  position: relative;
  flex: 1;
}

.mach-viewport {
  overflow: hidden;
  height: 480px;
}

.mach-track {
  display: flex;
  height: 100%;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.mach-slide {
  min-width: 100%;
  height: 100%;
  object-fit: contain;
}

/* arrows */
.mach-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  color: #fff;
  border: none;
  font-size: 26px;
  padding: 8px 12px;
  cursor: pointer;
  z-index: 5;
}

.mach-prev { left: 10px; }
.mach-next { right: 10px; }

/* MOBILE */
@media (max-width: 768px) {
  .mach-slider {
    flex-direction: column;
  }

  .mach-thumbs {
    flex-direction: row;
    order: 2;
    justify-content: center;
  }

  .mach-thumb {
    width: 70px;
  }

  .mach-viewport {
    height: 320px;
  }
}

  .swiper-main {
            width: 100%;
            height: 400px;
            margin-bottom: 10px;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .swiper-main .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f5f5f5;
        }

        .swiper-main .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .swiper-thumbs {
            width: 100%;
            height: 100px;
            box-sizing: border-box;
            padding: 0;
        }

        .swiper-thumbs .swiper-slide {
            width: 23%;
            height: 100%;
            opacity: 0.6;
            cursor: pointer;
            border-radius: 5px;
            overflow: hidden;
            border: 2px solid transparent;
            transition: all 0.3s ease;
        }

        .swiper-thumbs .swiper-slide:hover {
            opacity: 0.8;
            border-color: #a81111;
        }

        .swiper-thumbs .swiper-slide-thumb-active {
            opacity: 1;
            border-color: #a81111;
        }

        .swiper-thumbs .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .swiper-button-next,
        .swiper-button-prev {
            color: #a81111;
            background: rgba(255, 255, 255, 0.8);
            width: 40px!important;
            height: 40px!important;
            border-radius: 50%;
        }

        .swiper-button-next:after,
        .swiper-button-prev:after {
            font-size: 20px;
        }

        .swiper-pagination-bullet-active {
            background: #a81111;
        }

        @media (max-width: 768px) {
            .swiper-main {
                height: 300px;
            }

            .swiper-thumbs {
                height: 80px;
            }
        }


        .swiper-button-next, .swiper-button-prev {

    color: #a81111!important;
}
.swiper-button-next:after, .swiper-button-prev:after {
   
    font-size: 22px!important;
  
}

section.plfkisdhamds {
    background-color: white;
}

span.colfgp {
    /* float: left; */
    background: #ca171d;
    padding: 16px 30px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #FFF;
    font-weight: normal;
}
h3.colklfhamds {
    border: 1px solid #e8e8e8;
}


@media (max-width: 767px) {
    img.mifgp {
    width: 100%;
}
}

 .newspecification-tabs {
            margin-top: 20px;
        }
        
        .spec-tab-nav {
            display: flex;
            list-style: none;
            padding: 0;
            margin: 0;
            border-bottom: 2px solid #e0e0e0;
        }
        
        .spec-tab-item {
            margin-right: 30px;
        }
        
        .spec-tab-link {
            display: flex;
            align-items: center;
            padding: 15px 5px;
            background: transparent;
            color: #999;
            text-decoration: none;
            transition: all 0.3s ease;
            font-weight: 400;
            font-size: 15px;
            border-bottom: 3px solid transparent;
            position: relative;
        }
        
        .spec-tab-link:before {
            content: '';
            width: 18px;
            height: 18px;
            border: 2px solid #999;
            border-radius: 50%;
            margin-right: 8px;
            transition: all 0.3s ease;
            background: transparent;
        }
        
        .spec-tab-item.active .spec-tab-link {
            color: #ca171d;
            border-bottom-color: #ca171d;
        }
        
        .spec-tab-item.active .spec-tab-link:before {
            border-color: #ca171d;
            background: #ca171d;
            box-shadow: inset 0 0 0 3px #fff;
        }
        
        .spec-tab-link:hover {
            color: #ca171d;
            text-decoration: none;
        }
        
        .spec-tab-link:hover:before {
            border-color: #ca171d;
        }
        
        .spec-tab-item.active .spec-tab-link:hover {
            color: #ca171d;
        }
        
        .spec-tab-content {
            padding: 20px;
            background: #fff;
            /* border: 1px solid #ddd; */
            border-top: none;
            /* min-height: 300px; */
        }
        
        .spec-tab-pane {
            display: none;
        }
        
        .spec-tab-pane.active {
            display: block;
        }
        
        .spec-param-image {
            max-width: 100%;
            height: auto;
            margin: 0 auto;
            display: block;
        }
        
        .spec-diagram-text,
        .spec-floorplan-text {
            font-size: 16px;
            line-height: 1.8;
            color: #333;
            text-align: center;
            padding: 20px;
        }
        
        @media (max-width: 768px) {
            .spec-tab-link {
                padding: 10px 15px;
                font-size: 14px;
            }
            .spec-tab-item {
    margin-right: 5px;
}
        }
        .dottect {
            position: relative;
            padding-left: 20px;
            margin-top: 15px;
        }
        
        .dottect::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            background: #ca171d;
            border-radius: 50%;
        }
  
        .video-container {
            position: relative;
            display: inline-block;
            cursor: pointer;
        }
        
        .play-button-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background: rgba(202, 23, 29, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            z-index: 10;
        }
        
        .play-button-overlay:hover {
            background: rgba(202, 23, 29, 1);
            transform: translate(-50%, -50%) scale(1.1);
        }
        img.mifgp {
    width: 100%;
}
        
        .play-button-overlay::before {
            content: '';
            width: 0;
            height: 0;
            border-left: 25px solid #fff;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            margin-left: 5px;
        }
        
        .video-container img {
            display: block;
            width: 100%;
        }

             .event-modal {
         display: none;
         position: fixed;
         z-index: 9999;
         left: 0;
         top: 0;
         width: 100%;
         height: 100%;
         overflow: auto;
      }

      .event-modal-overlay {
         position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background-color: rgba(0, 0, 0, 0.7);
      }

      .event-modal-content {
         position: relative;
         background-color: #fefefe;
         margin: 5% auto;
         padding: 0;
         border: 1px solid #888;
         width: 90%;
         max-width: 600px;
         box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
         animation: slideIn 0.4s;
         border-radius: 5px;
         z-index: 10000;
      }

      @keyframes slideIn {
         from {
            transform: translateY(-50px);
            opacity: 0;
         }
         to {
            transform: translateY(0);
            opacity: 1;
         }
      }

      .event-modal-close {
         color: #aaa;
         position: absolute;
         right: 15px;
         top: 10px;
         font-size: 35px;
         font-weight: bold;
         z-index: 10001;
         cursor: pointer;
         line-height: 1;
      }

      .event-modal-close:hover,
      .event-modal-close:focus {
         color: #000;
      }

      .event-modal-title {
         background-color: #f1f1f1;
        padding: 10px;
    font-size: 19px;
    margin: 0;
         text-align: center;
         border-bottom: 1px solid #ddd;
         border-radius: 5px 5px 0 0;
      }

      .event-modal-body {
         padding: 20px;
      }

      @media screen and (max-width: 768px) {
         .event-modal-content {
            width: 95%;
            margin: 10% auto;
         }
         
         .event-modal-title {
            font-size: 20px;
            padding: 15px;
         }
         img.evnftspf {
    width: 100%;
}
  
         .event-modal-body {
            padding: 15px;
         }
      }

      @media screen and (max-width: 480px) {
         .event-modal-content {
            width: 98%;
            margin: 15% auto;
         }
         
         .event-modal-title {
            font-size: 18px;
            padding: 12px;
         }
         
         .event-modal-body {
            padding: 10px;
         }
         .colfgpt a {
            position: absolute;
            bottom: 4px;
            right: 20px;
            color: white;
            background-color: red;
            padding: 5px 10px;
            font-size: 15px;
            border-radius: 27px;
        }
      }

      .colfgpt a {
          position: absolute;
          bottom: 12px;
          right: 49px;
          color: white;
          background-color: red;
          padding: 10px 20px;
          font-size: 18px;
          border-radius: 27px;
      }