.project-card img {
    height: 200px;
    object-fit: cover;
}

.project-card {
    transition: transform 0.2s;
}

.project-card:hover {
    transform: scale(1.02);
}
.hero {
    background: url("../img/banner.jpg");
    background-size: cover;
    background-position: center;
    height: 320px;
    display: flex;
    align-items: center;
}

.hero h1 {
    font-size: 42px;
}
.project-card img {
    height: 220px;
    object-fit: cover;
}

.project-card:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}
#project-image {
    border-radius: 6px;
}
.hero {
    height: 320px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: white;
}

.project-hero {
    height: 420px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: white;
}

.hero-overlay {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.hero-overlay h1 {
    font-size: 36px;
    font-weight: bold;
}

.hero-overlay p {
    font-size: 18px;
}

.project-card img {
    height: 220px;
    object-fit: cover;
}

.project-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.project-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}


 body {
     margin: 0;
     font-family: Arial, sans-serif;
 }

.navbar {
    background-color: #0d6efd;
    padding: 12px 0;
}

.menu {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.menu li {
    margin: 0 20px;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 6px 10px;
}

.menu a:hover,
.menu a.active {
    background-color: #084298;
    border-radius: 5px;
}

body {
    background-color: #f8f9fa;
}

.company-banner {
    background: linear-gradient(to right, #0d6efd, #0a58ca);
    color: white;
    padding: 60px 0;
}

.company-logo {
    width: 120px;
    height: 120px;
    object-fit: contain;
    background: white;
    border-radius: 50%;
    padding: 10px;
}

.section-title {
    font-weight: 700;
    margin-bottom: 20px;
}

.info-icon {
    font-size: 22px;
    color: #0d6efd;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
}


.menu li {
    margin: 0 20px;
}

.menu a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 6px 10px;
}

.project-hero {
    height: 420px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.project-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.hero-overlay {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    z-index: 1;
}

.hero-overlay h1 {
    font-size: 38px;
    font-weight: 700;
}

.object-fit-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

