
body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f4f4f4;
}

.navbar {
    background-color: #0f3f46;
}

.navbar-brand img {
    height: 50px;
}

.hero {
    background: linear-gradient(135deg, #0f3f46, #0b2c31);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.section-title {
    color: #0f3f46;
    font-weight: bold;
    margin-bottom: 30px;
}

.btn-custom {
    background-color: #0f3f46;
    color: white;
    border: none;
}

.btn-custom:hover {
    background-color: #0b2c31;
}

.footer {
    background-color: #0f3f46;
    color: white;
    padding: 20px 0;
    text-align: center;
}
