:root {
    --primary-color: #2c3e5096;
    --secondary-color: #1ABC9C;
    --tertiary-color: #ECF0F1;
    --text-color: #2c3e50;
    --text-color-light: #c1c4c5;
    --font-family: 'poppins', sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family);
    color: var(--text-color);
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
p{
    text-align: justify;
}
nav {
    position: fixed;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 50px;
    z-index: 3000;


}

nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    font-size: 1rem;
    color: var(--text-color-light);
    text-transform: uppercase;
    transition: color 0.3s;
}
a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.2s ease;
}

#header-text a {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2C3E50;
    text-decoration: none;
    transition: color 0.3s ease;
}

#header-text a:hover {
    color: #1ABC9C;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
}

nav ul li a {
    color: #2C3E50;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s ease, transform 0.3s ease;
}

nav ul li a:hover {
    color: #1ABC9C;
    transform: scale(1.1);
}

/* Project Intro */
.project-intro {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding: 120px;
    background-color: #EEE0C3;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: 100vh;
}
.project-intro-img{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    padding: 60px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    min-height: 100vh;
    background-image: url("images/Group 1.png");
    background-size: 100vb;
}



.project-summary {
    text-align: left;
    color: #c1c4c5;
}

.project-summary h1 {
    font-size: 3rem;
    color: #2C3E50;
    margin-bottom: 20px;
    border-left: 5px solid #304642;
    padding-left: 15px;
}

.project-summary .project-role,
.project-summary .project-duration {
    font-size: 1rem;
    color: #7F8C8D;
    margin-bottom: 10px;
    font-style: italic;
}

.project-summary .project-description {
    font-size: 1.2rem;
    margin-top: 20px;
    color: #34495E;
}

/* Details Section */
.project-details {
    padding: 60px;
    background-color: white;
    border-radius: 10px;
    margin: 40px auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    
}
.grid{
    grid-template-columns: 35% 35%;
    display: grid;
    flex-wrap: wrap;
    gap: 75px;
    margin: 10px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.grid2{
    flex: 1;
    grid-template-columns: 49% 49%;
    gap: 20px;
    display: grid;
    flex-wrap: wrap;
    width: 100%;
    padding: 25px;
  	margin-bottom: 50px;
}
.grid2 h3{
    text-align: left;
    padding: 25px;
    font-weight: 800;
}

.grid3{
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 32% 32% 32%;
    gap: 10px;
    margin-top: 50px;
  	margin-bottom: 50px;
    align-items: center;
    justify-content: center;
}

.grid3 img{
    width: 80%;
    border-radius: 2px;
}
    
.grid3 .features{
    padding: 20px;
  	margin-bottom: 50px;
}

.grid3 .featuresimg{
    width: 100%;
    margin-top: 10px;
}
.grid3 p{
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
}


.grid2 p{
    padding: 5px;
    text-align: justify;
    font-size: 18px;
}

.grid2 h2{
    font-size: xx-large;
    padding: 29px;
    text-align: left;
    justify-content: left;
}
.grid2 img{
    width: 90%;
    justify-content: center;
    align-self: center;
    margin: 20px;
    border-radius: 20px;
}
.grid h2{
    margin-bottom: 5px;
    font-size: 26px;
}

.grid p{
    font-size: 18px;
    line-height: 180%;
    max-width: 700px;
}
.grid4{
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 31% 31% 31%;
    gap: 25px;
  	margin-bottom: 25px;
    align-items: center;
    justify-content: center;
}
.grid4 img{
    width: 100%;
    border-radius: 2px;
}
/* Gallery Section */
.project-gallery {
    padding: 60px;
    background-color: #ECF0F1;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.project-gallery h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 40px;
    color: #2C3E50;
    border-bottom: 2px solid #1ABC9C;
    display: inline-block;
    padding-bottom: 5px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.gallery-item {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gallery-item:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.portfolio-image{
    width: 100%;
}

.button {
    display: inline-block; /* Ensures button styling works correctly */
    margin: 0 auto; /* Center horizontally */
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 10px;
    background-color: white; /* Initial background color */
    color: #304642; /* Text color */
    border: 2px solid var(--primary-color); /* Border color */
}

/* Hover Effect */
.button:hover {
    background-color: #304642; /* Change background color */
    color: white; /* Change text color */
}

/* Centering Button in Parent Div */
.grid2 div {
    display: flex; /* Use flexbox for centering */
    flex-direction: column; /* Stack elements vertically */
    align-items: left; /* Center horizontally */
    justify-content: center; /* Center vertically */
    text-align: center; /* Align text in the center */
    gap: 10px; /* Add space between elements */
}



/* Footer */
footer {
    text-align: center;
    padding: 40px;
    background: linear-gradient(90deg, #D5DBDB, #ECF0F1);
    color: #2C3E50;
    font-size: 1rem;
}

.fa {
    padding: 15px;
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px;
    border-radius: 50%;
    transition: transform 0.3s, background-color 0.3s;
}

.fa:hover {
    color: var(--secondary-color);
}

.fa-instagram {
    color: var(--primary-color)
}

.fa-linkedin {
    color: var(--primary-color);
}

/* Overlay styles */
.construction-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Semi-transparent black */
    display: flex;
    justify-content: center;
    align-items: center;    
    z-index: 2000; /* Make sure it sits above all other elements */
}

/* Message container */
.construction-message {
    text-align: center;
    color: #fff;
    background: #f39c12; /* Bright orange for visibility */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}


