
body { font-family: 'Arial', sans-serif; color: #333; }
.navbar { background-color: #f8f9fa; }
.hero { background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('https://northernmfg.com/wp-content/uploads/2025/08/maxresdefault.jpg') center/cover no-repeat; color: white; height: 80vh; display: flex; align-items: center; }
.service-card { transition: transform 0.3s; }
.service-card:hover { transform: translateY(-10px); }
.portfolio-item { overflow: hidden; border-radius: 8px; }
.portfolio-item img { transition: transform 0.5s; }
.portfolio-item:hover img { transform: scale(1.1); }
footer { background: #343a40; color: white; }
.row-details{
    margin-top: 3rem;
}
span{
    font-weight: bold;
}
.page-link{
    color: #ffffff;
}
.gallery-img {
    height: 250px;           /* Fixed height for uniformity */
    object-fit: cover;       /* Crop to fill without stretching */
    width: 100%;
}
.galary-color{
    background-color: #FFF1E6;
}
.handel{
    height: 22rem;
    
}

.success_mes {
    color: #155724;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
}
.success_bg{
    background: #d4edda;
}

.error_mes {
    color: #721c24;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
}
.error_bg{
    background: #ea8089;
}
