body {
    font-family: Avenir !important;
    margin: 0;
    padding: 0;
}

.container {

    max-width: 99%;  /*v1*/
    margin: 0 auto;
    padding: 0 ;


}


 .phone-email-container {
            margin-left: auto; /* Pushes the container to the far right */
            display: flex;
            align-items: center; /* Ensures the icons and text are vertically centered */
            gap: 3vw; /* Space between the phone and email */
            padding-right: 5vw%; /* Adjust padding as necessary */
        }

        .contact-item {
            display: flex;
            align-items: center; /* Aligns icon and text inline */
        }

        .contact-item a {
            color: #000; /* Set your desired text color */
            text-decoration: none;
            font-weight: bold;
            font-size: 1.2vw; /* Adjust as needed */
            display: flex;
            align-items: center;
        }

        .contact-item i {
            margin-right: 0.6vw; /* Space between the icon and the text */
            transition: color 0.3s ease; /* Smooth transition effect on hover */
        }

        .contact-item a:hover i {
            color: #007BFF; /* Color change for icon on hover */
}


header {
display: flex;
    background-color: #FFFFFF;
    color: #013220;
    padding: 10px 0;
    
}
/* Dropdown container */
/* General menu styling */


/* Dropdown container */
.dropdown {
    position: relative; /* Allows dropdown-services to be positioned absolutely */
}

/* Dropdown content hidden by default */
.dropdown-services {
    display: none;  /* This hides the dropdown by default */
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #ededed;
    min-width: 250px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1;
}

/* Style each dropdown item */
.dropdown-services  {
   
}

/* Style dropdown links */
.dropdown-services  a {
    color: #00008B;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 0.8vw;
}

/* Display dropdown content on hover */
.dropdown:hover .dropdown-services {
    display: block; /* Show the dropdown when hovering over the parent */
}

/* Hover effect for dropdown links */
.dropdown-services li a:hover {
    background-color: #ddd;
     display: block;
}

/* Mobile adjustments */
@media only screen and (max-width: 768px) {
    .menu {
        padding: 1% 5%;
    }
    .phone-email-container {
                display: none; /* Hides the phone number and email */
            }
}

       
 .menu {
            position: fixed;
            top: 0;
            left: 0%;
            right: 5%;
            width: 100%;
            background-color: rgba(255, 255, 255, 0.8);
            padding: 1% 10%;
            box-sizing: border-box;
            z-index: 1000;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .menu .logo {
            margin: 0% 0%;
        }

        .menu .logo img {
            width: 6vw;
	
	    
        }

        .menu ul {
`	   
            list-style-type: none;
            margin: 0;
            padding-left: 3vw;
            display: flex;
            gap: 2.5vw; /* Adds consistent spacing between items */
            align-items: center;
	
        }



        .menu ul li {
            margin-right: 0%;
            
        }

        .menu ul li:last-child {
            margin-right: 0;
        }

        .menu ul li a {
            text-decoration: none;
            color: #00008B;
            font-weight: bold;
            font-size: 1.2vw;

    display: block; 
        }

 .hamburger {
            display: none;
        }

        .sidebar {
            position: fixed;
            top: 0;
            right: -60%;
            width: 60%;
            height: 100%;
            background-color: #fff;
            color: #fff;
            box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
            z-index: 1001;
            transition: right 0.3s ease;
        }

        .sidebar.active {
            right: 0;
        }

        .sidebar h2 {
            text-align: center;
            margin: 20px 0;
            color: #fff;
            font-family: Avenir !important;
            font-size: 1.5rem;
        }

        .sidebar ul {
            list-style-type: none;
            padding: 0;
            text-align: center;
        }

        .sidebar ul li {
            padding: 10px 0;
            border-bottom: 1px solid #ccc;
        }

        .sidebar ul li:last-child {
            border-bottom: none;
        }

        .sidebar ul li a {
            color: #343a40;
            text-decoration: none;
            display: block;
            transition: 0.3s;
        }

        .sidebar ul li:hover {
            background-color: #ced4da;
        }

        .sidebar img {
            width: 30%;
            position: relative;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
        }

        @media only screen and (max-width: 768px) {
            .menu {
                padding: 1% 5%;
            }


            .menu ul {
                display: none;
            }

            .hamburger {
                display: block;
                position: fixed;
                top: 20px;
                right: 20px;
                cursor: pointer;
                z-index: 1001;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                width: 30px;
                height: 20px;
                padding: 5px;
                background-color: transparent;
                border: none;
                outline: none;
            }

            .hamburger div {
                width: 100%;
                height: 3px;
                background-color: #343a40;
                transition: background-color 0.3s ease;
            }

            .hamburger.active div {
                background-color: #fff;
            }

            .sidebar.active {
                right: 0;
            }

            .menu.active {
                display: flex;
            }

            .slider {
                height: 400px;
            }
        }


nav {
    display: flex;
    justify-content: space-between;
    align-items: left;
    max-height: 18vh;
}



nav ul {
    list-style-type: none;
    padding: 0;
    margin-right:50vw;
    display: flex;
    justify-content: space-between; /* Change alignment as needed */

}

nav ul li {
    border:0px solid rgba(255, 255, 255, 0.8); /* Add a border with desired styles */

border-right-width:0px;
border-left-width:0px;

    position: relative;
        font-family: Avenir !important;


}


nav ul li a {
    text-decoration: none;
   
    font-weight: bold;
    font-size:1vw;
    font-weight: 100;
    transition: color 0.3s ease;
}

nav ul li a:hover {
    color: #ff8c00;
    animation: bounce 0.5s ease infinite;
}


section {
    padding: 2% 0%;
}

#home {
    background-color: #f0f0f0;
    text-align: center;
    padding-top:-20px;
    margin-top:-10px;
    margin-bottom: -20px;
}

h1 {
    font-size: 1.5vw;
}


.text-overlay {
            position: relative;
            bottom: 15vw;
            left: 5vw;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.5);
            padding: 10px 20px;
            font-size: 1.6vw;
            border-radius: 5px;
            z-index: 10;
            max-width: 40%;
            font-family: Avenir !important;
        }

#about {
    background-color: #ddd;
    /* margin-top: -10%;  v1*/
    font-size:1.2vw;/* v1*/
  padding-left: 3%;
padding-right: 3%;/* v1*/
text-align: justify;/* v1*/
}

#products {
    background-color: #f0f0f0;
margin-top: -3%;
}

ul {
    list-style-type: disc;
    margin-left: 20px;

}

#services {
    background-color: #ddd;
margin-top: -1%;
 font-size:1.4vw;
  padding-left: 3%;
text-align: justify;/* v1*/
}

#contact {
    background-color: #f0f0f0;
font-size:1.3vw;
  padding-left: 3%;
}

footer {
    font-size:1vw;
    background-color: #0d2033;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

/* Add this animation rule */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}






#slider {
    background-color: #f0f0f0;
 margin-top: -15%; 
margin-bottom: 0; 
z-index: 2; 
width: 100%;
}

.slider {
    overflow: hidden;
    width: 100%;
    display: flex;
   
}

.slide {
    flex: 0 0 100%;

    transition: transform 0.3s ease;
    overflow: hidden;
}

.slide img {
    width: 100%;
    height: 70%;
}










.image-zoom {
    animation: zoomIn 15s linear infinite;
}

@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1); /* Adjust the scale factor for the desired zoom level */
    }
    100% {
        transform: scale(1);
    }
}



footer {
   
    color: #fff;
    text-align: center;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap; /* Enable wrapping for the horizontal section */
    justify-content: space-around;
    font-family: Avenir !important;

}

.footer-section {
    flex: 1;
    text-align: left;
    background-color:#183859 ;
padding-left:50px;
padding-right:50px;
color:#FFFFF7;

}


.footer-horizontal {
    flex-basis: 100%; /* Full width for horizontal section */
    text-align: center;
 background-color: #0d2033;
}


footer a {
    color: #FFFFF7; /* Change the color to red (you can use any valid color value) */
    text-decoration: none; /* Remove underlines (optional) */
}

/* Change the color of anchor elements on hover */
footer a:hover {
    color: #ff8c00; /* Change the color to green on hover (you can use any valid color value) */
}

.footer-quick-links-container {
    border-top: 1px solid #FFFFF7; /* Change the color and style as needed */
    padding-top: 10px; /* Add some spacing between the heading and links */
}

.image-pair {

    display: flex;  /* Use flexbox to place images in a row */
    justify-content: space-between;  /* Create space between the images */
    margin-bottom: 20px;  /* Add some space between pairs */
}

.image-pair a {
    flex: 1;  /* Make each image within a pair take up an equal amount of space */
}
.image-pair a img {
    width: 80%; /* Adjust the percentage value as needed */
}

        .custom-container {
            display: flex;
padding-right: 30px;
padding-bottom: 20px;
    background-color: #f0f0f0;

        }

        .custom-section {
            width: 50%;
            display: flex;
padding-left: 30px;
        }

        .custom-text {
            width: 60%;
            padding: 20px;
            box-sizing: border-box;
        }

        .custom-image {
            width: 45%;
            background-size: cover;
        }


  .services {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
        }

        .steel-service {
            width: 25%;
            margin: 2%;
            padding: 2%;
            background-color: #fff;
            border-radius: 1%;
            box-shadow: 0 0 1% rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
        }

        .steel-service:hover {
            transform: scale(1.05);
        }

    .soft-service {
            width: 28%;
            margin: 1%;
            padding: 2%;
            background-color: #fff;
            border-radius: 1%;
            box-shadow: 0 0 1% rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease-in-out;
        }

        .soft-service:hover {
            transform: scale(1.05);
        }
