
/* product detail */
    
.download-btn {
    background: linear-gradient(to bottom, #FF4B40, #BE1C12);
    color: white;
    border: none;
    height: 40px;
    width: 100%;
    max-width: 230px;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
  }

     .SecnsSec{
     margin-bottom: 30px !important;
  }
  .download-btn:hover {
    opacity: 0.9;
    transform: scale(1.02);
  }

  .cardbtn {
    border: 1px solid #ed4b41;
    border-radius: 10px;
    background-color: #FFD5D3;
    padding: 20px;
  }

  @media (max-width: 576px) {
    .text-center {
      margin-top: 15px;
    }
      .SecnsSec{
      padding: 20px 15px;
  }
  .banner-heading {
         font-size: 15px !important;
        width: 100%;
}
  .productHeading{
    font-size: 18px !important;
   line-height: inherit !important;
}
  }
  .productmachineimg{
  border: 1px solid #ed4b41; border-radius: 20px;
  height: 500px;
 width: 100%;
   /* padding: 40px; */
  /* border-radius: 28px; */
  }
   @media (max-width:600px) {
  .productmachineimg{
    padding: none;   
     height: auto !important; 
 }
}
  @media (max-width: 600px) {
  .productmachineimg {
    height: auto !important;          /* mobile me auto height */
  }
  }

.table-bordered{
 border-color:  #ed4b41;
}
   table {
    border-collapse: separate; /* important for border-radius to work */
    border: 1px solid;

    border-radius: 10px;
    overflow: hidden;
  }



td{
  font-size: 17px
}
.headerbgcolor1 {
    background: radial-gradient(at bottom right, rgb(167, 16, 16) 0%, black 60%);
    color: white;
    height: 432px;
   }

  @media (max-width:600px) {
    .headerbgcolor1 {
      height: 220px;
    }
  }
/* product drail */
.cardbtn {
border: 1px solid #ed4b41;
border-radius: 10px;
background-color: #FFD5D3;
padding: 20px;
}
/* vdo */
.vdoOutrBox{
width: 39%;
margin-top: 1rem;
padding: 0.5rem;
box-sizing: border-box;
display: flex;
flex-direction: column;
}
.vdoOutrBox2{
border: 1px solid #ed4b41;
border-radius: 20px;
padding: 20px;
}
.productImg{
width: 58%;
margin-top: 1rem;
padding: 0px;
/* height: 500px; */
box-sizing: border-box;
}
.product-conatier{
display: flex; 
flex-wrap: wrap; 
margin: -0.5rem;
gap: 20px;
align-items: flex-start;
justify-content: space-between;
}
.productHeading{
color: #ed4b41;
font-size: 33px;
line-height: 49px;
 font-weight: bold;
  max-width: 50%;
}
@media (max-width: 992px) {
.product-conatier{
  display: contents;
  flex-wrap: wrap; 
  margin: -0.5rem;
} 
.productImg{
  width: 100%;
  margin-top: 1rem;
  /* padding: 0px;
  box-sizing: border-box; */
}
.vdoOutrBox{
  width: 100%;
  margin-top: 1rem;
  padding: 0.5rem;
  box-sizing: border-box;
}
.productHeading{
  /* color: #ed4b41;
  font-size: 40px;
  line-height: 49px;
   font-weight: bold; */
    max-width: 100%;
}
}

/* product bnnr */
.imagebg {
position: relative;
text-align: center;
}
.imagebg img {
width: 100%;
height: auto;
/*display: block;*/
border-radius: 10px; /* optional */
}
.banner-heading {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
font-size: 40px;
font-weight: bold;
text-shadow: 2px 2px 6px rgba(0,0,0,0.6); /* for readability */
}
@media(max-width: 768px) {
.banner-heading {
  font-size: 26px;
}
}
/* Only for 768px */
@media (width: 768px) {
  .SecnsSec {
    padding: 1rem;
  }
}

/* Only for 1024px */
@media (width: 1024px) {
  .SecnsSec {
    padding: 1rem;
  }
}
