.colorful-line {
    width: 100px; /* Adjust width of the line */
    height: 3px; /* Adjust height of the line */
    background: #add8e6; /* Single color */
    margin-bottom: 20px; /* Adjust margin as needed */
}
.company-logo img {
    max-height: 150px;
    max-width: 150px;
    margin-left: 125px;
    margin-right: 250px ;
    border-radius: 5px;
}
.static-bar {
    background-color: #add8e6; /* Light blue background color */
    color: #333; /* Text color */
    padding: 10px 20px ;/* Aligns items to the start and end of the flex container */
    display: flex;
    border-radius: 5px;
}

.phone-email {
    margin-left: auto;
    float:right;
/* Pushes the phone number and email to the right */
}

.phone, .email {
    margin-right: 20px; /* Adds spacing between phone number and email */
    color: #ffffff; /* Text color */
    text-decoration: none;
    align-items: right;
}

.email:hover {
    text-decoration: underline;
}
p {
    text-align: justify;
  }
/* Styling for navigation */
.aboutcompany{
    display: flex;
    align-items: center;
    justify-content: space-between; 
    position: relative;
}
.menu-icon{
    display:none;
    cursor: pointer;
}
.bar {
    width: 25px;
    height: 3px;
    background-color: #000; /* Adjust color as needed */
    margin: 5px 0;
}
.navigation {
    display: flex;
    align-items: right;
    margin-left: 450px;
}

.nav-link {
    margin-right: 15px;
    color: #100000;
    text-decoration: none;
}
.nav-link:hover {
    text-decoration: none;
    color: #add8e6;; /* Change color on hover (your choice) */
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    z-index: 1;
}

.dropdown-content a {
    color: #100000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    color: #add8e6;
    text-decoration: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.bold-text {
    font-weight: bold; /* Make the text bold */
}
.colorful-line {
    width: 100px; /* Adjust width of the line */
    height: 3px; /* Adjust height of the line */
    background: #add8e6; /* Single color */
    margin-bottom: 20px; /* Adjust margin as needed */
}
.video-container {
    position: relative;
    height: 50vh;
    overflow: hidden;
    border-radius: 5px;
}
#video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}
.video-container img {
    width: 100%;
    height: 90%;
    display: block;
    border-radius: 5px;
}
.heading-container {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    max-width: 500px;
    height: 25%;
    background-color: #add8e6;
    z-index: 1;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.heading-container h2 {
    color: #fff; /* Set text color */
    margin: 0;
    text-align: center; /* Center text */ /* Prevent wrapping */
    overflow: hidden; /* Hide overflow text */
    text-overflow: ellipsis;
    margin-top: 3.5%; /* Show ellipsis for overflow text */

}


.productcontainer {
    background-color: #f0f0f0; /* Set background color */
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
}
.manufacturing_products{
    background-color: #ffffff;
    padding: 20px;

}
.image {
    margin-right: 20px;
}
.image img {
    width: 225px;
    height: auto;
    display: block;
    border-radius: 5px;
}
.image-wrapper_1 {
    display: inline-block;
}
.image p {
    text-align: center;
    margin-top: 5px;
}
li::before {
    /*content: "\2022";*/
    margin-right: 5px;
    margin-left: 5px /* Adjust spacing between tick mark and text */
}
.summary-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    background-color: #0B2B43;
    color: white;
    border-radius: 5px;
  }
  .summary-container a{
    text-decoration: none;
    color:#add8e6;
  }
  
  .column {
    flex-basis: 23%; /* Adjust the width of each column */
    margin-bottom: 20px; /* Add spacing between columns */
  }
  
  .column img {
    width: 100px; /* Make the logo fill the column width */
  }
  
  .column h3 {
    margin-bottom: 10px;
  }
  
  .column ul {
    list-style-type: none; /* Remove bullets from the list */
    padding: 0;
  }
  
  .column ul li a {
    color: white;
    text-decoration: none;
  }
  
  .column ul li a:hover {
    color: #add8e6; /* Change color on hover */
  }
  
  .row .column {
    flex-basis: 48%; /* Adjust the width of each column */
  }

  .thin-line {
    border-top: 1px solid #ccc; /* Add a top border to create a thin line */
    width: 100%; /* Take full width of the container */
    margin-top: 20px; 
    color: #add8e6;/* Add some spacing */
  }
.information-container {
    display: flex;
    justify-content: space-between;
    margin: 15px ;
}

.column_1 {
    width: 60%;
    margin-right:25px;
}
.column_2 {
    width: 40%;
}
.section {
    margin-bottom: 20px;
}

.product-gallery {
    display: flex;
    flex-wrap: wrap;
}

.product-gallery .image {
    margin-right: 20px;
    margin-bottom: 20px;
}

.scrollable-images {
    position: relative;
    overflow-x: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.image-wrapper_2 {
    display: flex;
    transition: transform 0.5s ease;
}

.image-wrapper_2 img {
    width: 100%;
    height: 350px;
}
.image-indicators {
    display: flex;
    justify-content: center;
    margin: 10px;
}

.image-indicator {
    width: 10px;
    height: 10px;
    border-color: #ffffff;
    border-radius: 50%;
    background-color: #ccc; /* Default color */
    margin: 0 5px;
    cursor: pointer;
}

.image-indicator.active {
    background-color: grey; /* Active color */
}
.ordering-requirements {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
    margin: 5px;
}

.ordering-requirements h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.ordering-requirements li {
    margin-bottom: 5px;
}
.slider-container {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    margin: 20px 0;
    position: relative;
    padding-bottom: 10px; /* space for scrollbar */
}

.slider {
    display: flex;
    gap: 10px;
}

.slide {
    display: inline-block;
    width: 300px;
    text-align: center;
    vertical-align: top;
    flex-shrink: 0;
}

.slide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s;
}

.slide p {
    margin: 10px 0 0;
}

.slide img:hover {
    transform: scale(1.05);
}

/* Custom scrollbar */
.slider-container::-webkit-scrollbar {
    height: 15px;
}

.slider-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.slider-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.slider-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}
@media screen and (max-width: 768px) {
    .heading-container {
        left: 5%;
        transform: none;
        max-width: 500px;/* Remove the translation */
    }
    .heading-container h2{
        margin-top:7.5%;
        font-size: 20px;
    }
    .images_1 {
        flex-wrap: wrap; /* Allow images to wrap onto multiple lines */
    }
    
    .image_1 {
        flex-basis: 100%;
        width: calc(100% - 40px); /* Calculate width to account for margin */
        margin: 0 auto 20px auto; /* Center image and add bottom margin */
        height: auto; /* Allow image height to adjust based on content */
    }
    .company-logo img{
        max-height: 150px;
        max-width: 150px;
        margin-left: 100px;
        margin-right: 250px ;
        border-radius: 5px;
    }
    .slide {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        flex-shrink: 0;
        width:100%
    }
    .slider {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
}
@media screen and (max-width: 430px) and (min-width :312px){
    .heading-container {
        left: 5%;
        transform: none;
        width:90%;/* Remove the translation */
    }
    .information-container{
        flex-direction: column;
    }
    .column_1{
        width:100%;
    }
    .column_2{
        width:100%;
    }
    .product-gallery {
        /* display: flex; */
        /* flex-wrap: wrap; */
        width: 100%;
    }
    .image img {
        width: 100%;
    }
    .image{
        margin-left: 20px;
        margin-right:30px;
    }
    .heading-container h2 {
        margin-top: 5.5%;
        font-size: 15px;
    }
    .slide {
        display: inline-block;
        text-align: center;
        vertical-align: top;
        flex-shrink: 0;
        width:100%
    }
    .slider {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
  }