.agreements-banner {
    background: url('../images/contact.png') center/cover no-repeat;
    padding: 110px 20px;
    text-align: center;
    color: #fff;
}

.banner-content h1 {
    font-size: 46px;
    font-weight: 700;
}

.banner-content p {
    font-size: 20px;
    margin-top: 10px;
}

.content-section {
    padding: 60px 20px;
    background: #f8f9fa;
}

.container {
    max-width: 1100px;
    margin: auto;
}

h2 {
    color: #1a237e;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

h3 {
    color: #303f9f;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
}

.collab-item {
    margin-bottom: 25px;
}

.track-list {
    margin-left: 20px;
    font-size: 17px;
    line-height: 1.8;
}

.mou-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-top: 20px;
}

.btn-group {
    margin-top: 15px;
}

.btn-download,
.btn-view {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 6px;
    background: #1a237e;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
    transition: 0.3s;
}

.btn-download:hover,
.btn-view:hover {
    background: #0d165a;
}
