/* General Body and Typography */
body {
    font-family: 'Arial', sans-serif;
    /* A common, readable sans-serif font */
    color: #333;
    background-color: #f8f9fa;
    /* Light grey background for the whole page */
    overflow-x: hidden;
    /* Prevent horizontal scroll due to floating buttons */
    text-align: justify;
}

/* Navbar Customizations */
.navbar {
    border-bottom: 1px solid #e0e0e0;
    height: 10vh;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
    /* Subtle shadow for depth */
}

.navbar-brand img {
    height: 10vh;
    width: auto;
    /* Adjust logo height */
}


.navbar-nav .nav-link {
    color: black !important;
    /* #333 Darker link color */
    font-weight: 600;
    margin-right: 3vh;
    /* Space between links */
    padding: 10px 0;
    /* Adjust padding for height control of links */
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #007bff !important;
    /* Blue hover/active color */
}

.navbar-nav .nav-link.active {
    /* Optional: Add an underline or border for active state */
    border-bottom: 2px solid #007bff;
}

.navbar-nav .btn-primary {
    background-color: #007bff;
    /* Bootstrap primary blue */
    border-color: #007bff;
    border-radius: 5px;
    /* Slightly rounded corners */
    padding: 8px 20px;
    font-weight: 500;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.navbar-nav .btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

/* Page Hero Section (Banner with Title and Breadcrumb) */
.page-hero {
    background: #44617F;
    /* linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://via.placeholder.com/1500x400?text=Industrial+Tools') no-repeat center center; */
    background-size: cover;
    height: 300px;
    /* Fixed height for the banner */
    position: relative;
}

.page-hero h1 {
    font-size: 3.5rem;
    /* Large, bold title */
    color: white;
}

.page-hero p.lead {
    font-size: 1.2rem;
    color: #ddd;
    /* Lighter text for breadcrumb */
}


/* About Us Content Section */
.about-content {
    background-color: #fff;
    padding-top: 5rem;
    /* More padding top */
    padding-bottom: 5rem;
    /* More padding bottom */
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    position: relative;
    padding-bottom: 10px;
    /* Space for underline */
}

.section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 90vh;
    height: 3px;
    background-color: #007bff;
    /* Blue underline */
    border-radius: 2px;
}

.about-content p {
    line-height: 1.8;
    margin-bottom: 1rem;
}

.about-content p strong {
    color: #007bff;
    /* Highlight Goal Line Ventures name */
}

.content-image {
    
    width: 95vh;
    height: 92vh;
}

/* Out Team section*/
/* Container */
.our-team {
    align-items: center;
    /* vertical alignment */
    justify-content: center;
    /* center horizontally */
    padding: 50px 20px;
    /* space inside section */
    background: #f9f9f9;
    gap: 30px;
    /* space between image and text */
}

/* Right Side (Content) */
.our-team-content {
    flex: 1.2;
    padding-left: 170px;
    padding-right: 170px;
    padding-bottom: 30px;
}

/* Heading */
.our-team-title {
    color: #333;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    /* you can change to center/right/left */
}

/* Paragraphs */
.our-team-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.container1 {
    background-color: #F8F9FA;

}

/*
h2 {
    font-weight: bold;
    margin-top: 40px;
}
*/
.company-profile {
    background-color: white;
    padding: 50px;
}

.profile-image {
    max-width: 100%;
    height: auto;
}


/* Last Footer section */

.footer {
    background-color: #44617F;
    color: #ffffff;
    padding: 3rem 0;
    text-align: left;
}

.footer .fcontainer-fluid {
    width: 100%;
}

.footer h5 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer p,
.footer li {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer ul li a:hover {
    color: #007bff;
    /* #fcd34d; */
}

.footer .fcontact-info div {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.footer .fcontact-info .bi {
    font-size: 1.25rem;
    margin-right: 1rem;
    color: #ffffff;
}

/* Social icons section */
.social-icons-footer div {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.social-icons-footer a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.social-icons-footer a:hover {
    color: #007bff;
    /* #fcd34d; */
}

.social-icons-footer .bi {
    font-size: 1.5rem;
    margin-right: 0.75rem;
}

.copyright {
    background-color: #f8f9fa;
    text-align: center;
    padding: 1rem;
    font-size: 0.875rem;
    color: #6c757d;
    max-height: 20px;
}