.ceo-profile-td {
    vertical-align: top;   /* IMPORTANT for table cells */
    text-align: left;
    padding: 5px;
}

.ceo-profile {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);    
    justify-content: flex-start;
}

.ceo-image img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #2c3e50;
}

.ceo-details h2 {
    margin: 0;
    font-size: 22px;
    color: #2c3e50;
}

.ceo-details h4 {
    margin: 5px 0 10px;
    font-size: 15px;
    color: #777;
    font-weight: normal;
}

.ceo-details p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}
.ceo-details {
    background: linear-gradient(135deg, #0f3a5d, #1f5f8b);
    color: #ffffff;
    padding: 30px 35px;
    border-radius: 14px;
    max-width: 700px;
    font-family: "Segoe UI", Arial, sans-serif;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.ceo-name {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.ceo-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffd36a;
    margin-bottom: 6px;
}

.ceo-service {
    font-size: 14px;
    font-weight: 500;
    color: #cfe8ff;
    margin-bottom: 22px;
}

.ceo-education h5 {
    font-size: 17px;
    margin-bottom: 12px;
    border-left: 4px solid #ffd36a;
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ceo-education ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ceo-education li {
    background: rgba(255, 255, 255, 0.08);
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.ceo-education li strong {
    display: block;
    font-size: 15px;
    color: #ffffff;
}

.ceo-education li span {
    font-size: 13px;
    color: #e0f1ff;
}

/* Responsive */
@media (max-width: 600px) {
    .ceo-details {
        padding: 20px;
    }
    .ceo-name {
        font-size: 22px;
    }
}
.tender-td {
    background: #f4f7fb;
    padding: 12px;
    vertical-align: top;
    font-family: "Segoe UI", Arial, sans-serif;
}

.tender-box {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    padding: 15px;
}

.tender-header {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 2px solid #336699;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.tender-header h3 {
    margin: 0;
    font-size: 18px;
    color: #336699;
    font-weight: 700;
}

.tender-badge {
    background: #d62828;
    color: #fff;
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 20px;
    font-weight: bold;
}

.tender-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tender-list li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

.tender-list li:last-child {
    border-bottom: none;
}

.tender-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
}

.tender-actions {
    display: flex;
    gap: 6px;
}

.btn-download {
    text-decoration: none;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
}

.btn-download.pdf { background: #c1121f; }
.btn-download.doc { background: #003566; }
.btn-download.zip { background: #6a4c93; }

.btn-download:hover {
    opacity: 0.85;
}


.sifc-link {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0b3c5d, #1f6f8b);
    color: #ffffff;
    padding: 12px 16px;
    margin-top: 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 6px 14px rgba(0,0,0,0.2);
    transition: all 0.25s ease-in-out;
}

.sifc-link:hover {
    background: linear-gradient(135deg, #145374, #2686a6);
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(0,0,0,0.3);
}

.sifc-badge {
    background: #ffd60a;
    color: #000;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.top-links {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.top-links a {
    color: #003566;
    text-decoration: none;
    padding: 2px 4px;
    transition: color 0.2s ease;
}

.top-links a:hover {
    color: #c1121f;
    text-decoration: underline;
}

.divider {
    color: #999;
    margin: 0 4px;
}
.logo-img {
    height: 150px;
    width: auto;
    object-fit: contain;
}

.banner-img {
    height: 150px;
    width: 80%;
    object-fit: cover;
    border-radius: 10px;
}
.ayat-banner {
    max-width: 1200px;
    width: 100%;
    height: 150px;
    border-radius: 8px;
    
}

/* LEFT SIDEBAR CONTAINER */
td.left-sidebar {
    background: #D6D7D9;
    border-right: 1px solid #bfc3c7;
}

/* SIDE MENU TABLE */
#sideMenu {
    width: 100%;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

/* MENU ROW */
#sideMenu tr {
    border-bottom: 1px solid #c2c5c9;
}

/* BULLET CELL */
#sideMenu td:first-child {
    width: 28px;
}

/* LINKS */
#sideMenu a {
    display: block;
    padding: 6px 5px;
    color: #003366;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* HOVER EFFECT */
#sideMenu a:hover {
    background: #296DC0;
    color: #ffffff;
    padding-left: 10px;
}

/* HEADER IMAGE */
.sidebar-header img {
    width: 100%;
    height: auto;
    border-bottom: 2px solid #296DC0;
}

/* OPTIONAL ACTIVE LINK */
#sideMenu a.active {
    background: #296DC0;
    color: #ffffff;
}

/* SPACING CLEANUP */
#sideMenu img {
    vertical-align: middle;
}

