.jaimachine-content{
    text-align: center;
    padding-top:2rem;
}
.jaimachine-content img{
    max-width: 250px;
}
.jaimachine-content h2{
    color: #CE5F0A;
    font-weight: 900;
    font-size: 30px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.view-btn{
    background-color: #CE5F0A;
    color:#fff;
    font-weight: 700;
    font-size:16px;
    padding:10px 20px;
    border:none;
    border-radius: 12px;
}
.jai-products h2{
    color:#000;
    font-weight: 700;
    font-size: 25px;
}
.jai-products img{
    max-width: 100%;
}
.jai-products p{
    color:#000;
    opacity: 0.7;
    font-weight: 700!important;
    font-size: 18px;
    text-align: center;
    padding-top:1rem;
}
/* .surfaceplanner-section , .spindlemodular-section , .jigsaw-section{
    background-color: #FFF6F7;
} */
.spindle-img img{
    max-width: 100%;
}
.border-shape{
    border-bottom: 3px solid #CE5F0A !important;
    width: 35px;
    margin:0 auto;
}
.modal.and.carousel {
    position: fixed;
  }
  .carousel-inner img{
    max-width: 100%;
  }

.carousel-control-prev-icon {
    background-image: url(../images/product-left-icon.webp);
    width: 50px;
    height: 50px;
}
.carousel-control-next-icon {
    background-image: url(../images/product-right-icon.webp);
    width: 50px;
    height: 50px;
}
@media (max-width:577px){
    .catalogue-box{
        display: block!important;
        text-align: center!important;
    }
    .view-btn {
        margin-top: 1rem;
    }
    .jai-products p{
        font-size:16px;
    }
}
.univesal-content{
    text-align: center;
    padding-top:2rem;
}
.univesal-content img{
    max-width: 250px;
}
.univesal-content h2{
    color: #CE5F0A;
    font-weight: 700;
    font-size: 30px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.view-btn{
    background-color: #CE5F0A;
    color:#fff;
    font-weight: 700;
    font-size:16px;
    padding:10px 20px;
    border:none;
    border-radius: 12px;
}
.univesal-products h2{
    color:#000;
    font-weight: 700;
    font-size: 25px;
}
.univesal-products img{
    max-width: 100%;
    margin-bottom:1rem;
}
.univesal-products p{
    color:#000;
    opacity: 0.7;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    padding-top:1rem;
}
.border-shape{
    border-bottom: 3px solid #CE5F0A !important;
    width: 35px;
    margin:0 auto;
}
.modal.and.carousel {
    position: fixed;
  }
  .carousel-inner img{
    max-width: 100%;
  }

.carousel-control-prev-icon {
    background-image: url(/assets/Images/product-left-icon.webp);
    width: 50px;
    height: 50px;
}
.carousel-control-next-icon {
    background-image: url(/assets/Images/product-right-icon.webp);
    width: 50px;
    height: 50px;
}
.modal {
    overflow-y: hidden!important; /* Allow vertical scrolling */
  }
@media (max-width:577px){
    .catalogue-box{
        display: block!important;
        text-align: center!important;
    }
    .view-btn {
        margin-top: 1rem;
    }
    .modal-title{
        font-size: 14px!important;
    }
    .jai-products h2 {
        font-size: 18px;
    }
    .univesal-products h2 {
        font-size: 18px;
    }
}
.modal-title{
    font-size: 16px;
    font-weight: 800;
}
.dropdown-item:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: #ce5f0a!important;
    font-weight: 700;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff!important;
    text-decoration: none;
    background-color: #ce5f0a!important;
    font-weight: 700;
}