.mainbutton {
    display: flex;
    gap: 12px;
    align-items: center;
    padding-top:15px !important;
}

.button1 a {
    display: inline-block;
    background: #c00000;
    color: #fff;
    padding: 8px 13px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}

.button1 a:hover {
    background: #a00000;
    border-color: #a00000;
    color: #fff;
}

.button2 a {
    display: inline-block;
    background: #ffffff;
    color: #333;
    padding: 8px 13px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}

.button2 a:hover {
    background: #f5f5f5;
    border-color: #999;
    color: #333;
}

 .about-section{
    background:#f8f9fa;
}

.about-box{
    background:#fff;
    padding:20px;
    border-radius:10px;
    box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.about-box h3{
    color:#0d6efd;
    margin-bottom:5px;
}
