.products-top-part .nav-view{
    margin: 30px 0;
}
.products-top-part .nav-view .nav-items {
    background-color: #000000; /* Black background */
    padding: 20px 26px;        /* Padding for inner spacing */
    color: #fff;               /* White text color */
    font-size: 22px;           /* Font size */
    font-weight: 600;          /* Font weight */
    position: sticky;
    top: 0;
    left: 0;
}
.right-side-full {
    width: 100%;
}


.products-top-part .nav-white {
    border: 1px solid #00000047;
    background-color: #ffff !important;
    color: #000000 !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}

.products-top-part .nav-downlode:hover{
    /* background-color: #FA4729 !important; */
    color: #ffff !important; 
    transition: 0.5s all ease-in-out;
}
.products-top-part .Brochure-title{
    font-size: 18px;
    text-align: center;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    width:100%;
}

.downlode-btn{
    margin-top: 20px;
 background-color: #FA4729; 
 padding: 10px 20px;
 display: flex;
 justify-content: center;
 color: #fff; 
 border: 0; 
 transition: 0.5s all ease-in-out;
 overflow: hidden;
}
.downlode-btn:hover {
    background-color: #a5a5a5;
}
.right-part-txt{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
}
 .right-part-img{
    max-width: 800px;
    height: 400px;
}
 .right-part-img img{
    height: 100%;
    width: 100%;
}
.nav-stop-view{
    position: sticky;
    width: 341px;
    margin-top: 0px;
    margin-bottom: 0px;
    top: 110px;
}

/*img gallery*/
/* Gallery styles */
.img-gallery-magnific {
    display: flex;
    gap: 10px;
}
.magnific-img {
    position: relative;
    display: inline-block;
}
.magnific-img img {
    width: 100%;
    height: 212px;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}
.magnific-img i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}
.magnific-img:hover img {
    transform: scale(1.1);
}
.magnific-img:hover i {
    opacity: 1;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
    justify-content: center;
}

.gallery img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.gallery img:hover {
    border-color: #333;
}

.gallery .img-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%);
    -khtml-clip-path: polygon(0 0, 100% 0%, 100% 100%);
    -moz-clip-path: polygon(0 0, 100% 0%, 100% 100%);
    -ms-clip-path: polygon(0 0, 100% 0%, 100% 100%);
    -o-clip-path: polygon(0 0, 100% 0%, 100% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%);
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: all 350ms ease;
    -khtml-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    transform: scale(0);
    transform-origin: top right;
}
.gallery .img-container::after {
    content: "";
    display: block;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
    -khtml-clip-path: polygon(0 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 100%, 0 100%);
    -ms-clip-path: polygon(0 0, 100% 100%, 0 100%);
    -o-clip-path: polygon(0 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: all 350ms ease;
    -khtml-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    transform: scale(0);
    transform-origin: bottom left;
}

.gallery .img-container{
    overflow: hidden;
    position: relative;
}
.gallery .img-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%);
    -khtml-clip-path: polygon(0 0, 100% 0%, 100% 100%);
    -moz-clip-path: polygon(0 0, 100% 0%, 100% 100%);
    -ms-clip-path: polygon(0 0, 100% 0%, 100% 100%);
    -o-clip-path: polygon(0 0, 100% 0%, 100% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%);
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: all 350ms ease;
    -khtml-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    transform: scale(0);
    transform-origin: top right;
}
.gallery .img-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
    -khtml-clip-path: polygon(0 0, 100% 100%, 0 100%);
    -moz-clip-path: polygon(0 0, 100% 100%, 0 100%);
    -ms-clip-path: polygon(0 0, 100% 100%, 0 100%);
    -o-clip-path: polygon(0 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    background-color: rgba(0, 0, 0, .4);
    -webkit-transition: all 350ms ease;
    -khtml-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
    transform: scale(0);
    transform-origin: bottom left;
}
.gallery .img-container:hover .up-icon {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
}
.gallery .img-container .up-icon{
position: absolute;
    top: 50%;
    cursor: pointer;
    left: 50%;
    transform: translate(-50%, -50%);
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 300ms linear 70ms;
    -khtml-transition: all 300ms linear 70ms;
    -moz-transition: all 300ms linear 70ms;
    -ms-transition: all 300ms linear 70ms;
    -o-transition: all 300ms linear 70ms;
    transition: all 300ms linear 70ms;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.gallery .img-container:hover:after {
    transform: scale(1);
}
.gallery .img-container:hover::before {
    transform: scale(1);
}

/* Popup Styling */
.popup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 5px;
}

.popup .controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.popup .controls button {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 10px;
}

.popup .controls button:hover {
    background: rgba(255, 255, 255, 1);
    border: 3px solid #fff;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ff4d4d;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
}.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
    justify-content: center;
}

.gallery img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid #ddd;
    border-radius: 5px;
}

.gallery img:hover {
    border-color: #333;
}

/* Popup Styling */
.popup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 5px;
}

.popup .controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.popup .controls button {
    background: #803a3aa7;
    border: none;
    height: 66px;
    width: 73px;
    cursor: pointer;
    font-size: 31px;
    color: #ffff;
    border-radius: 5px;
    margin: 0 0px;
}

.popup .controls button:hover {
    background: #803a3aa7;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #b10808;
    color: white;
    border: none;
    /* padding: 10px; */
    cursor: pointer;
    font-size: 39px;
    border-radius: 50%;
    height: 41px;
    width: 41px;
    line-height: 7px;
}

@media screen and (max-width:994px) {
    .right-part-img {
        max-width: 400px;
        height: 100%;
    }
}
@media screen and (max-width: 880px) {
    .products-top-part .nav-view .nav-items {
        padding: 15px 19px;
        font-size: 18px !important;
    }
    .downlode-btn {
        font-size: 14px;
      }  
}

@media screen and (max-width:670px) {
    .products-top-part .Brochure-title {
        font-size: 15px;
        line-height: 21px;
    } 
        .popup .controls button {
            height: 61px;
            width: 48px;
            font-size: 20px;
        }
}


@media screen and (max-width: 430px) {
    .tab-content.active {
        width: 279px;
    }
}


/*table content*/
.table-contnet{
     position: relative;
 }
.custom-txt{
    position: absolute;
    background-color: rgb(2, 2, 97);
    display: inline-block;
    top: -45px;
    border-radius: 0 25px 0 0;
    color: #ffff;
    padding: 10px 89px 11px 10px;
}
table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgb(0, 0, 59); /* Blue border for table */
    margin: 20px 0;
}

th {
    background-color: rgb(2, 2, 97); /* Dark blue background for table headers */
    color: white; /* White text for headers */
    padding: 5px;
    text-align: left;
}

td {
    color: hsla(0, 100%, 1%, 0.973); /* White text for table data cells */
    padding: 10px;
    text-align: left;
    font-weight: 600;
    border: 1px solid blue; /* Blue border for table cells */
}

/* tr:nth-child(even) {
    background-color: rgba(0, 0, 255, 0.1); 
} */

tr:nth-child(odd) {
    background-color: transparent; /* Default background for odd rows */
}

@media screen and (max-width:767px) {
    .table-contnet{
        overflow-x:scroll;
    }
    .custom-txt {
        position: relative;
        background-color: rgb(2, 2, 97);
        display: inline-block;
        top: 21px;
    }    
}

@media screen and (max-width:396px) {
    .tab-content.active {
        width: 310px;
    }
}









.chemical-table-container {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow-x: auto; /* For horizontal scrolling on smaller screens */
  }

  /* Header for the table */
  .chemical-table-header {
    background-color: #003E51;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    font-size: 1.5em;
    bottom: -21px;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  /* Table styles */
  .chemical-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 1em;
  }

  /* Table headers and cells */
  .chemical-table th,
  .chemical-table td {
    padding: 12px;
    border: 1px solid #ddd;
  }

  /* Header row */
  .chemical-table th {
    background-color: #005E76;
    color: white;
    text-align: center;
  }

  /* Even rows for better readability */
  .chemical-table tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  /* Hover effect for table rows */
  .chemical-table tr:hover {
    background-color: #f1f1f1;
  }

  /* Font size for smaller cells */
  .chemical-table td {
    font-size: 17px;
    font-weight: 600;    
}

  /* Responsive styling for small screens */
  @media screen and (max-width: 768px) {
    /* .chemical-table-container {
      padding: 5px;
    }

    .chemical-table-header {
      font-size: 1.2em;
      padding: 10px;
    }

    .chemical-table th,
    .chemical-table td {
      font-size: 0.85em;
      padding: 8px;
    }

    .chemical-table td {
      text-align: right;
      padding: 8px 0;
      border: none;
      position: relative;
    }

    .chemical-table td::before {
      content: attr(data-label);
      position: absolute;
      left: 0;
      text-align: left;
      font-weight: bold;
      color: #005E76;
    } */

    /* .chemical-table th,
    .chemical-table tr {
      display: block;
    } */
  }

  @media screen and (max-width:991px) {
    .table-contnet {
        position: relative;
        width: 1200px;
    }
    .chemical-table {
        width: 1200px;
    }    
  }


  @media screen and (max-width: 840px) {
    .table-contnet {
        position: relative;
        width: 600px;
    }
    .table-contnet {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 767px) {
    .table-contnet {
        position: relative;
        width: 400px;
    }
    /* .table-contnet {
        overflow-x: scroll;
    } */
}
@media screen and (max-width: 767px) {
    .table-contnet {
        position: relative;
        width: 400px;
    }
    /* .table-contnet {
        overflow-x: scroll;
    } */

    .chemical-table-header {
    bottom: -20px;
    }
}

@media screen and (max-width: 575px) {
    /* .table-contnet {
        position: relative;
        width: 200px;
    } */
    .table-contnet {
        position: relative;
        width: 400px;
    }
    .chemical-table th, .chemical-table td {
        padding: 0 10px;
        font-size: 12px;
        line-height: 19px;
    }
    .chemical-table-header {
      font-size: 14px;
    }
    /* .table-contnet {
        overflow-x: scroll;
    } */
}