﻿.founder-hero {
    background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('images/about-banner.jpg');
    background-size: cover;
    background-position: center;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

    .founder-hero h1 {
        font-size: 64px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .founder-hero p {
        font-size: 18px;
        letter-spacing: 1px;
    }
.main-section {
    padding: 50px 0;
    background: #f5f7fb;
}

.section-title {
    text-align: center;
    margin-bottom: 35px;
}

    .section-title h2 {
        font-size: 34px;
        font-weight: 700;
        color: #1d3557;
        margin-bottom: 10px;
    }

    .section-title p {
        color: #666;
        font-size: 15px;
    }

.circular-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.table-head {
    background: #1d3557;
    color: #fff;
    font-weight: 600;
    padding: 16px 20px;
    font-size: 18px;
}

.circular-table {
    width: 100%;
    border-collapse: collapse;
}

    .circular-table th {
        background: #e9eef5;
        color: #1d3557;
        padding: 14px;
        font-size: 15px;
        border-bottom: 1px solid #dfe5ec;
        text-align: left;
    }

    .circular-table td {
        padding: 15px 14px;
        border-bottom: 1px solid #eee;
        vertical-align: middle;
        font-size: 15px;
    }

    .circular-table tr:hover {
        background: #f8fbff;
        transition: 0.3s;
    }

.date-badge {
    background: #e63946;
    color: #fff;
    padding: 7px 12px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
}

.download-btn {
    background: #1d3557;
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
    display: inline-block;
}

    .download-btn:hover {
        background: #e63946;
        text-decoration: none;
    }

.pdf-icon {
    color: #d90429;
    margin-right: 6px;
    font-size: 16px;
}

.notice-title {
    font-weight: 600;
    color: #222;
    line-height: 24px;
}

.search-panel {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.search-box {
    width: 100%;
    height: 45px;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    padding-left: 15px;
    outline: none;
}

.search-btn {
    background: #1d3557;
    color: #fff;
    border: none;
    padding: 11px 25px;
    border-radius: 6px;
    font-weight: 600;
}

    .search-btn:hover {
        background: #e63946;
    }

@media(max-width:768px) {

    .page-banner h1 {
        font-size: 30px;
    }

    .circular-table {
        display: block;
        overflow-x: auto;
    }
}
