.gantt-section {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    padding: 40px;
    border-radius: 20px;
    margin: 40px 0;
    text-align: center;
    border: 2px solid #e7b123;
}

.gantt-section .section-title {
    font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    font-size: 2rem;
    color: white;
    margin-bottom: 20px;
    font-weight: 600;
}

.gantt-section iframe {
    width: 100%;
    height: 900px;
    border: none;
    border-radius: 15px;
    background: white;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
