.mobile-prod {
    position: fixed;
    top: 40px;
    right: -100%; /* Start off the screen */
    width: 100%;
    height: calc(100vh - 40px);
    background-color: rgba(0, 0, 0, 0.8); /* Transparent black background */
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.4s ease-in-out; /* Smooth slide-in effect */
    padding: 20px; /* Optional: add padding for spacing */
}

.mobile-prod ul {
    list-style-type: none;
    text-align: center;
}

.mobile-prod ul li {
    margin: 20px 0;
}

.mobile-prod ul li a {
    color:white;
    font-size: 24px;
    text-decoration: none;
}
.mobile-prod span {
    color: white;
    font-size: 24px;
    text-decoration: none;
}
.mobile-prod span {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

/* Show the mobile menu */
.show-prod {
    right: 0; /* Slide menu to visible on screen */
}
.close-btn-s {
    position: absolute;
    top: 40px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-btn-s:hover {
    color: #ff0000; /* Change to red when hovered */
}


.blues {
    color: #007bff !important;
}
.hiddens {
    display: block;
}


.mobile-prod-view {
    position: fixed;
    top: 40px;
    right: -100%; /* Start off the screen */
    width: 100%;
    height: calc(100vh - 40px);
    background-color: rgba(0, 0, 0, 0.8); /* Transparent black background */
    color: white;
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align items at the top */
    justify-content: flex-start; /* Start items from the top */
    padding: 20px; /* Optional: add padding for spacing */
    overflow-y: auto; /* Enable vertical scrolling */
    transition: right 0.4s ease-in-out; /* Smooth slide-in effect */
  
}

.mobile-prod-view ul {
    list-style-type: none;
    text-align: center;
}

.mobile-prod-view ul li {
    margin: 10px 0;
}

.mobile-prod-view ul li a {
    color:white;
    font-size: 24px;
    text-decoration: none;
}
.mobile-prod-view span {
    color: white;
    font-size: 24px;
    text-decoration: none;
}
.mobile-prod-view span {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

/* Show the mobile menu */
.show-prod-view {
    right: 0; /* Slide menu to visible on screen */
}


.mobile-prod-soft {
    position: fixed;
    top: 40px;
    right: -100%; /* Start off the screen */
    width: 100%;
    height: calc(100vh - 40px);
    background-color: rgba(0, 0, 0, 0.8); /* Transparent black background */
    color: white;
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align items at the top */
    justify-content: flex-start; /* Start items from the top */
    padding: 20px; /* Optional: add padding for spacing */
    overflow-y: auto; /* Enable vertical scrolling */
    transition: right 0.4s ease-in-out; /* Smooth slide-in effect */
}

.mobile-prod-soft ul {
    list-style-type: none;
    text-align: center;
}

.mobile-prod-soft ul li {
    margin: 10px 0;
}

.mobile-prod-soft ul li a {
    color:white;
    font-size: 24px;
    text-decoration: none;
}
.mobile-prod-soft span {
    color: white;
    font-size: 24px;
    text-decoration: none;
}
.mobile-prod-soft span {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

/* Show the mobile menu */
.show-prod-soft {
    right: 0; /* Slide menu to visible on screen */
}

.mobile-prod-solu {
    position: fixed;
    top: 40px;
    right: -100%; /* Start off the screen */
    width: 100%;
    height: calc(100vh - 40px);
    background-color: rgba(0, 0, 0, 0.8); /* Transparent black background */
    color: white;
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align items at the top */
    justify-content: flex-start; /* Start items from the top */
    padding: 20px; /* Optional: add padding for spacing */
    overflow-y: auto; /* Enable vertical scrolling */
    transition: right 0.4s ease-in-out; /* Smooth slide-in effect */
}

.mobile-prod-solu ul {
    list-style-type: none;
    text-align: center;
}

.mobile-prod-solu ul li {
    margin: 10px 0;
}

.mobile-prod-solu ul li a {
    color:white;
    font-size: 24px;
    text-decoration: none;
}
.mobile-prod-solu span {
    color: white;
    font-size: 24px;
    text-decoration: none;
}
.mobile-prod-solu span {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

/* Show the mobile menu */
.show-prod-solu {
    right: 0; /* Slide menu to visible on screen */
}

.mobile-prod-seg {
    position: fixed;
    top: 40px;
    right: -100%; /* Start off the screen */
    width: 100%;
    height: calc(100vh - 40px);
    background-color: rgba(0, 0, 0, 0.8); /* Transparent black background */
    color: white;
    display: flex;
    flex-direction: column; /* Stack items vertically */
    align-items: flex-start; /* Align items at the top */
    justify-content: flex-start; /* Start items from the top */
    padding: 20px; /* Optional: add padding for spacing */
    overflow-y: auto; /* Enable vertical scrolling */
    transition: right 0.4s ease-in-out; /* Smooth slide-in effect */
}

.mobile-prod-seg ul {
    list-style-type: none;
    text-align: center;
}

.mobile-prod-seg ul li {
    margin: 10px 0;
}

.mobile-prod-seg ul li a {
    color:white;
    font-size: 24px;
    text-decoration: none;
}
.mobile-prod-seg span {
    color: white;
    font-size: 24px;
    text-decoration: none;
}
.mobile-prod-seg span {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }

/* Show the mobile menu */
.show-prod-seg {
    right: 0; /* Slide menu to visible on screen */
}