/* Basic styling */
       
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
	   body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
			 min-height: 100%;
        }

        /* Top contact info and social media section */
        .top-bar {
            /* background-color: #333;*/
			background: linear-gradient(90deg, #000000 0%, #090128 100%);
            color: #fff;
            padding: 10px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
            transition: top 0.3s;
        }
        .contact-info {
            font-size: 0.9em;
            margin-left: 20px;
        }
        .contact-info a {
            color: #ff9900;
            margin: 0 15px;
            text-decoration: none;
        }
        .social-icons {
            display: flex;
            margin-right: 20px;
        }
        .social-icons a {
            color: #fff;
            margin: 0 5px;
            text-decoration: none;
            font-size: 1.2em;
        }

       
		
		
   
    /* Sidebar Navigation */
    #navSidebar {
			
		
        position: fixed;
        top: 0;
        left: -250px;
        width: 150px;
        height: 100%;
        background-color: #000;
        color: #fff;
        transition: 0.3s ease;
        overflow-y: auto;
        z-index: 999;
    }

    #navSidebar ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #navSidebar ul li {
        padding: 5px 20px;
        border-bottom: 1px solid #555;
    }

    #navSidebar ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
    }

    /* Open Sidebar */
    #navSidebar.open {
        left: 0;
    }

		
		 /* Header section */
        header {
            display: flex;
           /* justify-content: center;
            align-items: center; */
			justify-content: space-between; /* Align logo to the left and menu icon to the right */
			align-items: center;

            background-color: rgba(255, 255, 255, 0.8);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            padding: 10px 20px;
            position: fixed;
            width: 100%;
            top: 40px;
            z-index: 999;
            transition: top 0.3s;
        }
        header.sticky {
            top: 0;
        }
        .logo img {
            height: 50px;
            margin-right: 20px;
        }
        nav ul {
            list-style-type: none;
            margin: 0;
            padding-top: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        nav ul li {
            margin: 0 15px;
        }
        nav ul li a {
            text-decoration: none;
            color: #333;
            font-weight: bold;
            padding: 5px 10px;
            transition: color 0.3s;
        }
        nav ul li a:hover {
            color: #ff9900;
        }

        /* Responsive navigation menu */
        .menu-icon {
            display: none;
            font-size: 24px;
            cursor: pointer;
			color: #fdbf3b;
			 padding-bottom: 8px;
			 margin-left: auto;
        }

        /* Banner section */
		
		.banner1 {
            margin-top: 140px; /* Adjusted for fixed header and top bar */
            position: relative;
           
			 background: url('../../images/4102882_974.jpg') no-repeat center center;
			
            background-size: cover;
            height: 400px;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 0 20px;
        }
		.bannerAbout {
            margin-top: 140px; /* Adjusted for fixed header and top bar */
            position: relative;
           
			 background: url('../../images/about.jpeg') no-repeat center center;
			
            background-size: cover;
            height: 400px;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 0 20px;
        }
		.bannerimg
		{
			 background: url('../../images/devops-virtualization-fb.png') no-repeat center center;
		}
		.bannerimgAbout
		{
			 background: url('../../images/about.jpeg') no-repeat center center;
		}
		.bannerimgService
		{
			background: url('../../images/4102882_974.jpg') no-repeat center center;
		}
		.bannerimgContact
		{
			background: url('../../images/contact.jpeg') no-repeat center center;
		}
        .banner {
            margin-top: 140px; /* Adjusted for fixed header and top bar */
            position: relative;
           /* background: url('../../images/gradient.png') no-repeat center center;*/
			
			
            background-size: cover;
            height: 400px;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            padding: 0 20px;
        }
        .banner h1 {
            font-size: 2.5em;
            font-weight: bold;
            margin: 0;
        }
        .banner p {
            font-size: 1.2em;
            max-width: 600px;
            margin: 10px 0;
        }
        .banner .buttons {
            margin-top: 20px;
        }
        .banner .buttons a {
            background-color: #ff9900;
            color: #fff;
            padding: 10px 20px;
            margin: 0 10px;
            text-decoration: none;
            border-radius: 4px;
        }
        .banner .buttons a:hover {
            background-color: #333;
        }

	.social-icons a {
		color: #fff;
		margin: 0 8px;
		font-size: 1.2em;
		transition: color 0.3s;
	}
	.social-icons a:hover {
		color: #ff9900; /* Change color on hover */
	}
	
	
       
        
        /* Responsive Styles */
        @media (max-width: 768px) {
            .top-bar {
                 display: none;
			   height: 0;
			   overflow: hidden;
            }
			.banner {
				margin-top: 90px;
			}
            header {
				Top:0;
				flex-wrap: wrap;	
				height: 62px;
            }
            .menu-icon {
                display: block;
				
				float:right;
            }
			.expertise-item {
				flex: 1 1 calc(33.333% - 40px); /* Adjust for larger screens */
			}
            nav ul {
                flex-direction: column;
                display: none;
            }

            nav ul.show {
                display: flex;
            }

            .banner h1 {
                font-size: 28px;
            }

            .banner p {
                font-size: 16px;
            }

            footer {
                text-align: center;
            }

            .footer-container {
                flex-wrap: wrap;
            }

            .footer-column {
                width: 100%;
                margin-bottom: 20px;
            }
        }


/* For screens smaller than 480px (e.g., small phones) */
@media (max-width: 480px) {
    /* Header */
    header {
        padding: 10px;
    }
    header nav ul.show {
        gap: 5px;
    }

    /* Banner */
    .banner h1 {
        font-size: 1.5rem;
    }
    .banner p {
        font-size: 0.9rem;
    }
    .banner .buttons a {
        font-size: 0.8rem;
        padding: 8px 12px;
    }

    /* Footer */
    .footer-container {
        flex-direction: column;
        text-align: center;
    }
    .footer-column {
        margin-bottom: 20px;
    }
    .footer-social-icons {
        justify-content: center;
    }
	.content {
        
        max-width: 1500px;
       
    }
	
}
		
		
		.content {
			
        padding: 40px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }
	.content-Top{
		margin-top:100px;
	}
    .content h2 {
        text-align: center;
        font-size: 2.2em;
        margin-bottom: 30px;
        color: #333;
    }
	.content-header {
            text-align: center;
            margin-bottom: 40px;
        }
        .content-header h2 {
            font-size: 2.2em;
            color: #333;
            margin: 0;
        }
        .content-header p {
            font-size: 1.1em;
            color: #666;
            max-width: 600px;
            margin: 10px auto 0;
        }
    .expertise-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
		
    }
    .expertise-item {
		
        background-color: #f9f9f9;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        text-align: center;
        transition: transform 0.3s;
    }
    .expertise-item:hover {
        transform: translateY(-5px);
    }
    .expertise-item h3 {
        font-size: 1.5em;
        color: #333;
        margin-bottom: 15px;
    }
    .expertise-item p {
        font-size: 1em;
        color: #555;
    }
    .expertise-item i {
        color: #ff9900;
        font-size: 1.8em;
        margin-bottom: 10px;
    }
	/* Our Happy Clients Section */
.happy-clients {
    text-align: center;
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.happy-clients h2 {
    font-size: 2em;
    color: #333;
    margin-bottom: 10px;
}

.happy-clients p {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 30px;
}

.testimonial-carousel {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    overflow: hidden;
}

.testimonial {
    display: none;
    text-align: left;
    padding: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s;
}

.testimonial.active {
    display: block;
}

.client-info {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.client-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #f0b429;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.indicator {
    width: 12px;
    height: 12px;
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.indicator.active {
    background-color: #f0b429;
}

.client-logos {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.client-logos img {
    width: 100px;
    height: auto;
    transition: transform 0.3s;
}

.client-logos img:hover {
    transform: scale(1.1);
}
footer {
        background-color: #333;
        color: #fff;
        padding: 40px 20px;
        font-size: 0.9em;
		position: relative; /* Ensure footer stays at the bottom */
    }
    .footer-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));		
        gap: 20px;
        max-width: 1200px;
        margin: 0 auto;
		position: relative;
    }
    .footer-column {
        margin-bottom: 20px;
    }
    .footer-column h3 {
        font-size: 1.2em;
        color: #ff9900;
        margin-bottom: 15px;
    }
    .footer-column p, .footer-column a {
        color: #ddd;
        margin: 5px 0;
        text-decoration: none;
    }
    .footer-column a:hover {
        color: #ff9900;
    }
    .footer-column ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .footer-column ul li {
        margin: 8px 0;
    }

    /* Social Icons */
    .footer-social-icons {
        display: flex;
        gap: 15px;
        margin-top: 10px;
    }
    .footer-social-icons a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #555;
        color: #fff;
        font-size: 1.2em;
        transition: background-color 0.3s, transform 0.3s;
        text-decoration: none;
    }
    .footer-social-icons a:hover {
        background-color: #ff9900;
        transform: scale(1.1);
    }
    .footer-social-icons .facebook:hover {
        background-color: #3b5998;
    }
    .footer-social-icons .twitter:hover {
        background-color: #1da1f2;
    }
    .footer-social-icons .linkedin:hover {
        background-color: #0077b5;
    }
    .footer-social-icons .instagram:hover {
        background-color: #e4405f;
    }

    .footer-bottom {
        text-align: center;
        margin-top: 30px;
        border-top: 1px solid #444;
        padding-top: 15px;
        font-size: 0.8em;
    }
	.menu-icon i {
    font-size: 24px;
    cursor: pointer;
    color: #3; /* Change to your preferred color */
	position: relative;
    z-index: 1001; /* Ensure it stays on top */
}


.about-us {
	margin-top: 100px;
    padding: 50px 20px;
    background-color: #f9f9f9;
    color: #333;
    font-family: Arial, sans-serif;
}

.about-us .container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-us h1, .about-us h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}

.about-us p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-us ul {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 1.1rem;
}

.about-us ul li {
    margin-bottom: 10px;
}

.about-us .team {
    margin-top: 40px;
    text-align: center;
}

.about-us .team-member {
    display: inline-block;
    margin: 15px;
    text-align: center;
    width: 200px;
    vertical-align: top;
}

.about-us .team-member img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.about-us .team-member h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #555;
}

.about-us .team-member p {
    font-size: 1rem;
    color: #777;
}


/* Responsive Design */
@media (max-width: 768px) {
    .about-us .team-member {
        width: 150px;
    }

    .about-us .team-member img {
        width: 80px;
        height: 80px;
    }

    .about-us h1, .about-us h2 {
        font-size: 1.5rem;
    }

    .about-us p, .about-us ul li {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .about-us {
        padding: 30px 10px;
    }

    .about-us h1, .about-us h2 {
        font-size: 1.3rem;
    }

    .about-us .team-member {
        width: 100px;
    }

    .about-us .team-member img {
        width: 60px;
        height: 60px;
    }

    .about-us p, .about-us ul li {
        font-size: 0.9rem;
    }
}


 