.machine-section {
    background:#fff;
    padding: 50px 0;
}
.machine-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.machine-subtitle {
    font-size: 1rem;
    color: #b2093a;
    margin-bottom: 40px;
}
.machine-image {
    position: relative;
    max-width:100%;
}
.info-box {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.info-box h6 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.info-box p {
    font-size: 0.875rem;
    margin: 0;
}
.arrow {
    position: absolute;
    width: 50px;
    height: 2px;
    background: #000;
}
.arrow::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #000;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media (max-width: 768px) {
    .arrow {
        display: none;
    }
    .info-box {
        display: none;
    }
}



.custom-navbar {
    background-color: #f8f9fa; /* Light background color */
    padding:20px 0;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  }
  .custom-navbar a {
    color: #b2093a; /* Bootstrap's primary blue color */
    text-decoration: none;
    margin: 0 15px;
    font-weight: 500;
  }
  .custom-navbar a:hover {
    text-decoration: underline;
  }


/* capabilities-section */
.capabilities-title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .description {
    color: #6c757d;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .carousel-item img {
    height: auto;
    border-radius: 8px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
  }


/* 
  circle-container */

 .advantage{
    background-color: #f6e8e8;
    padding:50px 0;
 }

  .circle-container {
    text-align: center;
    margin-bottom: 20px;
  }

  .circle-image {
    width:500px; /* Adjust size for circles */
    height:500px;
  }

  .circle-number {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333; /* Neutral color for the numbering */
    
  }
  /* ---tablesection-- */

  table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
}

th, td {
    border: 1px solid #282222;
    padding: 8px;
    text-align: center;
}

th {
    background-color: #f4f4f4;
    font-weight: bold;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f1f1f1;
}

.highlight {
    font-weight: bold;
}
 
#Range{
  background: url(../img/project/project-5-3.png);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;

}

@media (max-width: 768px) {
  .Range {
      display: none;
  }
}
/* operational-benefit */
.Bending{
  border: #b2093a 1px solid ;
  border-radius: 4px;
  padding: 15px 15px;
}

/* --additionalfeatures-- */


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.header {
  text-align: center;
  margin-bottom: 40px;
}

.header h1 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.header p {
  font-size: 1rem;
  color: #555;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
}

.feature {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}

.feature-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 3rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.1);
}

.feature h2 {
  color: #b2093a;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.feature p {
  font-size: 1rem;
  color: #555;
}
.Features{
  background: url(../img/newimg/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  
}
/* --faq-- */



.faqi{
  width: 80%;
}

/* ---new--section */
.brochure1{
  background-color: #d3d3d3 !important;
}
.content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin: 20px;
}

.brochure {
  width: 300px;
  max-width: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 25px;
  font-size: 1rem;
  color: #b2093a;
  text-decoration: none;
  border: 1px solid #b2093a;
  border-radius: 5px;
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s;
  text-align: center;
}

.button:hover {
  background-color: #b2093a;
  color: #fff;
}

.button svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .content {
      flex-direction: column;
      gap: 20px;
  }

  .button {
      font-size: 0.9rem;
      padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  h3 {
      font-size: 1.5rem;
  }
}

/* --last-section-- */

.title-line {
  width: 60px;
  height: 2px;
  background-color: #007bff;
  margin: 10px auto 30px;
}

.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  
}

.product {
  text-align: center;
  width: 200px;
  color:#ddd;
  background-color: #b2093a;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 15px;
  transition: transform 0.3s;
}

.product img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}

.product:hover {
  transform: translateY(-5px);
}

.product-title {
  font-size: 1rem;
  color: #e8e5e5;
  margin-top: 10px;
}

@media (max-width: 768px) {
  h1 {
      font-size: 1.5rem;
  }

  .products {
      gap: 5px;
  }

  .product {
      width: 150px;
  }
}

@media (max-width: 480px) {
  h1 {
      font-size: 1.2rem;
  }

  .product {
      width: 161px;
  }

  .product-title {
      font-size: 0.9rem;
  }
}


/* ---extracss-- */
@media (max-width: 767px) {
  .h6, h6 {
      font-size: 16px;
      padding-top: 22px;
  }
}

/* new-css--- */
.easy{
  color: #b2093a !important;
}
.monot{
  font-weight: 600;
  color: #b2093a !important;
}
.gear{
  background-color: #f4f4f4;
  padding: 15px 0px;
}
.highlight {
  font-weight: bold;
  background-color: #b2093a;
  color: #e5f1fe;
}
.tb{
  background: #ddd !important;
  border: #000 solid 1px;
}
.roller{
  font-size: 14px;
  padding: 12px 12px;
  background-color: #fff;
  color: #000;
}
/* --pre0bending--- */
@media (max-width: 768px) { /* Adjust breakpoint as needed */
  .features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
  }
}