﻿.bg-custom {
    background-color: #1199c2;
}

.nav-link {
     color:white !important;
}

.navbar-brand {
    color:white !important;
   
}

.navbar-brand1 {
    font-size: 18px;
    font-family:cursive;
    color: darkmagenta; 
   

}

.flex-container {
    display: flex; /* Enables Flexbox */
    flex-wrap: wrap; /* Allows items to wrap on smaller screens */
    justify-content: center; /* Centers items horizontally */
    gap: 20px; /* Adds space between items */
    padding: 20px;
}

.upload-box, .image-box {
    flex: 1; /* Makes both boxes grow equally */
    min-width: 300px; /* Prevents them from getting too small */
    border: 1px solid #ccc;
    padding: 10px;
}

img {
    max-width: 100%; /* Makes image responsive */
    height: auto;
}




.navbar-brand2 {
    color: black;
    font-size: 20px;
}

.jumbotron {
    background-color: lightblue;
    font-family: Calibri;
    color: crimson;
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    position: relative;
}

.jumbotron1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color:lightblue;
    height:120px;
}

.navbar-brand3 {
    color:darkmagenta;
    font-family: Calibri;
    font-size: 40px;
  

}

.nav-item dropdown {
    background-color:aquamarine

}

.expertise-section {
    max-width: 900px;
    margin: 60px auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: left;
    font-family:Calibri;
    
}

    .expertise-section h2 {
       
        color: #003366;
        margin-bottom: 30px;
        font-size: 28px;
        text-align: left;
    }

.expertise-list {
    list-style: none;
    padding: 0;
    text-align: left;

}

    .expertise-list li {
        margin: 12px 0;
        padding: 12px;
        background: #e6f2ff;
        border-left: 4px solid #003366;
        font-size: 16px;
        color: #333;
        text-align: left;
    }

        .expertise-list li strong {
            color: #003366;
            text-align: left;
        }


.dropdown-item {
    .navbar

{
    background-color: #004080;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}

.Project Management {
    background-color: lightblue;
    font-family: Calibri;
    color: crimson;
    background-repeat: no-repeat;
    background-size: 100% 100vh;
    position: relative;
}

.navbar-brand4 {
    width: 100%;
    text-align: right; /* aligns text to the right */
    padding: 20px; /* optional spacing */
    font-size: 24px; /* header font size */
    font-family: Arial, sans-serif; /* professional font */
}

.Project {
    font-family:Calibri: 22px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    color: #004080 !important
}

.hero-container {
    /* Set the background image */
    
    /* Ensure the image covers the entire area */
    background-size: cover;
    background-position: center;
    /* Set a height for the container */
    height: 400px;
    /* Position: relative allows absolute positioning of text inside */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* Make text readable on dark backgrounds */
}

.hero-text {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); /* Optional: dark overlay for readability */
    padding: 20px;
    border-radius: 10px;
}
