body {
    background-color: #f4f4f4; /* Light background for a clean look */
    color: #333; /* Dark text for contrast */
}

/* Navigation Buttons */
/* Navigation Bar */
.navbar {
    background-color: transparent; /* Transparent background */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Subtle shadow for depth */
}

.nav-link {
    color: #333; /* Dark color for links */
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #017bff; /* Accent color on hover */
}
.nav-link.btn-rounded {
    border: 1px solid transparent;
    border-radius: 20px;
    margin: 0 5px;
    padding: 5px 15px;
    transition: all 0.3s ease;
}

.nav-link.btn-rounded:hover {
    border-color: #EE2424;
    background-color: #f8f9fa;
    color: #444444;
}

.hero-content h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
}

/* Footer Styles */
.footer {
    background-color: #222;
    color: #ddd;
}

/* Additional custom styles */


/* Navigation and Hero Section Styles */
/* [Existing styles] */



/* Footer Styles */
.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/img/hero.jpg') no-repeat center center;
    background-size: cover;
    color: #fff; /* White text for contrast */   
    padding: 200px 0;
}

.nav-section h1{
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    margin: 0;
}
.hero-section h2{
margin-bottom: 20px;
}

.nav-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/img/hero.jpg') no-repeat center center;
    background-size: cover;
    color: #fff; /* White text for contrast */   
    padding: 60px 0;
}

.hero-section h1{
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    margin-bottom: 0;
}
.hero-section h2{
margin-bottom: 20px;
}

/* Main Section Styles */

/* Services and Industries Sections */
.services .service-card, .industries .industry-card {
    background: #fff;
    padding: 0px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.after-card-image{
    padding: 20px;
}

.services .service-card:hover, .industries .industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.service-card img, .industry-card img {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service-card h3, .industry-card h3 {
    font-weight: 600;
    color: #333;
}

/* Responsive Layout Adjustments */
@media (max-width: 768px) {
    .services .service-card, .industries .industry-card {
        margin-bottom: 30px;
    }
}


/* Footer */
.footer {
    background-color: #2c3e50; /* Dark background */
    color: #ecf0f1; /* Light text */
}


.footer h5 {
    color: #fff;
    font-weight: 700;
}

.footer ul {
    padding: 0;
}

.footer ul li {
    list-style-type: none;
}

.footer img {
    max-height: 50px;
}

.footer-bottom {
    font-size: 0.8rem;
}

/* Additional custom styles */



/* Footer Enhancement */
.footer {
    background-color: #2D2D2D; /* Darker tone */
    border-top: 5px solid #EE2424; /* Company color accent */
}

/* Example CSS Updates for a Modern Look */

.img-responsive{
    width: 100%;
}

.pagetitle{
    font-family: 'Montserrat', sans-serif;
}