/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* General Styles */

body {
            background-color: white;
            font-family: 'Poppins', Arial, sans-serif;
            margin: 0;
            padding: 0;
	font-weight: 200;
        }
content {
            padding: 0px;
        }
/*img {
			
			border-radius: 20px;
			
		}*/
a {
            text-decoration: none;
        }

h1  {
            
	font-weight: 200;
        }
.gobig {
            
	font-weight: 200;
	font-size: 40px;
        }
		
.boxmein {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 0px solid #ddd;
    padding: 0px;
   /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    border-radius: 20px;
}
h2  {
            
	font-weight: 200;
        }
h3  {
            
	font-weight: 300;
        }


header {
    background-color: #ffffff; /* Slightly darker background #f4f4f4 */
    color: #000;
    padding: 1em 0;
    text-align: center;
   /* border-bottom: 1px solid #cccccc;  Hairline separator */
	z-index: 1;
	width: 100%;
}

header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header nav ul li {
    display: inline;
    margin: 0 1em;
}

header nav ul li a {
    color: #000;
    text-decoration: none;
    font-size: 0.85em; /* Smaller nav text */
}

main {
    /*padding: 2em 1em;*/

            margin: 0 auto;
            width: 100%;
        }

ul, ol {
    padding-left: 40px; /* Increase the indentation for bullet points */
    margin-bottom: 1em; /* Add some space below the list */
}




/*
.intro {
    padding: 2em 1em;
    text-align: left;
    background: #fff;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd; 
    position: relative;
    z-index: -1;
}

.intro h2 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
}

.intro h3 {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.intro p {
    margin-bottom: 1.5em;

}
*/

/* Consolidated Footer Styles */
 .menu-icon {
            color: black;
            font-size: 24px;
            cursor: pointer;
        }
        .content {
            padding: 40px;
        }
        .back-button {
            display: inline-flex;
            align-items: center;
            margin-bottom: 20px;
            padding: 10px 20px;
            background-color: #ffffff;
            color: black;
            text-decoration: none;
            border-radius: 5px;
            font-size: 18px;
            border: 3px solid #000;
            font-weight: bold;
        }
        .back-button::before {
            content: '\2329'; /* unicode back arrow icon */
            margin-right: 8px;
            font-size: 18px;
        }
        .main-title {
            font-size: 2.5em;
            margin: 0;
        }
        .date {
            color: gray;
            margin: 10px 0;
        }
 .image-container {
            margin-top: 20px;
            /*border-radius: 10px;*/
            overflow: hidden;
        }
        .image-container img {
            width: 100%;
            display: block;
        }
   
    
footer {
    background-color: #ffffff; /* Slightly darker background #f4f4f4 */
    color: #000;
    text-align: center;
    padding: 5px;
    position: relative;
    width: 100%;
    bottom: 0;
  /* border-top: 1px solid #cccccc;   Hairline separator */
	     font-size: 20px; 
}

footer .social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

footer .social-icons a {
    color: black;
    margin: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: relative;
}

footer .social-icons a img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

/* Portfolio Grid Styles */
.portfolio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

.portfolio-item {
    background: #fff;
    padding: 20px;
    margin: 20px;
   border-radius: 20px; 
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}

.portfolio-item a {
    text-decoration: none;
}

.portfolio-item img {
    max-width: 100%;
    height: auto;
   /* border-radius: 8px; */
}

/* Responsive Portfolio Grid */
@media (max-width: 768px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
}

.case-study-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto;
    /*border: 1px solid #ddd;*/
    padding: 10px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  /*  border-radius: 20px; */
}

.case-study-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
   /* border-radius: 8px;  */
}

.case-study-gallery img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

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

.client-logos .logo-gallery img {
    max-width: 150px;
    height: auto;
    margin: 10px;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.client-logos .logo-gallery img:hover {
    filter: none;
}



#background-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    background-size: cover;
}

.three-d-section {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: -3;
}

#three-d-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; /* Make sure the 3D container is behind the content */
}
