.section-title {
    text-align: center;
    margin-bottom: 40px;
}
.about-section {
    padding: 60px 0;
}
.about-section:hover {
    background-color: #f7f7f7;
    transition: background-color 0.3s ease;
}
.about-section h2 {
    font-size: 36px;
}
.about-section .content {
    margin-top: 20px;
    font-size: 18px;
}
.hover-effect:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}
.card {
background-color: #f8f9fa;
border: none;
border-radius: 10px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-card:hover {
transform: scale(1.05);
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.icon {
font-size: 40px;
margin-bottom: 15px;
}
.card-title {
font-size: 24px;
font-weight: 600;
margin-bottom: 15px;
}
.card-text {
font-size: 16px;
color: #6c757d;
}
.hse-section {
position: relative;
overflow: hidden;
}
.hse-content {
background-color: rgba(255, 255, 255, 0.9);
padding: 30px;
border-radius: 10px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}
.hse-content:hover {
transform: scale(1.02);
}
.section-title h2 {
font-weight: 700;
margin-bottom: 20px;
color: #0056b3;
}
.hse-content p {
font-size: 16px;
line-height: 1.6;
color: #343a40;
}
.company-strategy-section {
background-color: #f8f9fa;
padding: 50px 0;
}
.section-title h2 {
font-weight: 700;
margin-bottom: 20px;
color: #0056b3;
}
.strategy-card {
background-color: white;
border-radius: 10px;
padding: 20px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
margin-bottom: 20px;
}
.strategy-card:hover {
transform: translateY(-5px);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.strategy-icon {
text-align: center;
margin-bottom: 15px;
}
.strategy-card h3 {
font-size: 24px;
font-weight: 600;
color: #343a40;
text-align: center;
}
.strategy-card p {
font-size: 16px;
line-height: 1.6;
color: #343a40;
}