/* ========================================================= */
/*                      GENERAL STYLES                       */
/* ========================================================= */

/* General Section Styling */
.about-intro, .cta-section {
    text-align: left;
    padding: 40px 20px;
    background: #fff;
}
.about-intro, .cta-sectionBtn {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
}
.about-intro h1, .cta-section h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.about-intro p, .cta-section p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
}

.cta-sectionBtn {
    text-align: center;
    padding: 40px 20px;
    background: #fff;
}
.cta-sectionBtn p {
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
}
/* ========================================================= */
/*                     ABOUT SECTIONS                        */
/* ========================================================= */

.about-history, 
.about-mission, 
.about-values, 
.about-industries, 
.about-team {
    padding: 40px 20px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.about-history h2, 
.about-mission h2, 
.about-values h2, 
.about-industries h2, 
.about-team h2 {
    font-size: 26px;
    text-align: left;
    color: #0056b3; /* Blue heading */
    margin-bottom: 15px;
}

.about-history p, 
.about-mission p, 
.about-team p {
    font-size: 16px;
    color: #555;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

/* ========================================================= */
/*                     CORE VALUES SECTION                   */
/* ========================================================= */

.about-values ul {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
}

.about-values ul li {
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
    color: #333;
}

/* ========================================================= */
/*                     INDUSTRIES SECTION                    */
/* ========================================================= */

.industries-list ul {
    list-style: none;
    text-align: left;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}

.industries-list ul li {
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
    color: #333;
}

/* ========================================================= */
/*                       CTA BUTTON                          */
/* ========================================================= */

.cta-button {
    display: inline-block;
    background: #0056b3; /* Blue button */
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background 0.3s ease-in-out;
}

.cta-button:hover {
    background: #004080; /* Darker blue on hover */
}


.justify-text {
    text-align: left;
    line-height: 1.6; /* Improves readability */
    margin-bottom: 5px; /* Adds spacing between paragraphs */
    max-width: 90%;
} 

/* ========================================================= */
/*                 RESPONSIVE DESIGN (MOBILE)                */
/* ========================================================= */

@media (max-width: 768px) {
    .about-history p, 
    .about-mission p, 
    .about-team p {
        text-align: center;
    }
}
