

.container {
    width: 900px;
    margin: auto;
    background: white;
    padding: 1px;
}
.ftable {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

.ftable th, 
.ftable td {
    border: 1px solid #000;
    padding: 10px;
    font-size: 14px;
}

.ftable th {
    text-align: center;
    font-size: 16px;
}

.ftable td {
    vertical-align: top;
}

.pink {
    background-color: #ff0066;
    color: #fff;
    font-weight: bold;
}

/* Alternate row color (optional) */
.ftable tr:nth-child(even) {
    background-color: #f2f2f2;
}
/* Top Link */
.top-link {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.top-link a {
    text-decoration: none;
    color: black;
}


/* Job Section */
.job-section {
    border: 1px solid #ccc;
}

.job-title {
    background: #b30000;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}

.job-section ul {
    padding: 20px;
}

.job-section ul li {
    margin-bottom: 10px;
    font-size: 16px;
}

.job-section ul li a {
    color: blue;
    text-decoration: none;
    font-weight: bold;
}

.job-section ul li a:hover {
    text-decoration: underline;
}
.ftable td {
    font-size: 18px;
    font-weight: 600;
}

.table td {
    
    font-weight: 600;
}
.table-text {
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    color: #121010;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.navbar {
    background: #070808;
    text-align: center;
    padding: 5px;
}

body{
    margin:0;
    font-family: Arial, sans-serif;
}

.center h4{
    margin:0;
    font-size:22px;
}

.center h5{
    margin:0;
    font-size:14px;
}

.center p{
    margin:0;
    font-size:12px;
}


.navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #000;
}
ul {
    padding-left: 20px;
}

ul li {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
}

.navbar a {
    color: #fff;
    font-weight: bold;
    padding: 10px 15px;
    text-decoration: none;
}

.navbar a:hover {
    background: red;
}
.navbar a:hover {
    color: yellow;
}
.header {
    background: linear-gradient(135deg,#7f1d1d,#5d0c1a);
    padding: 20px 0;
    margin: 10;

    color: white;
}

.header-container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    align-items: center;
}



.center {
    flex: 9;
    text-align: center;
}

.logo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid white;
}
.main-header h1{
    margin: 2px;
    font-size:50px;
    letter-spacing:1px;
}

.main-header h5{
    margin:0;
    font-size:20px;
    letter-spacing:1px;
}
.main-header p{
    margin:7;
    font-size:25px;
    letter-spacing:1px;
    font-weight:bold;
    color: #000;
}

.main-header{
    background: linear-gradient(135deg,#7f1d1d,#581919);
    color:white;
    text-align:center;
    
}
.section-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    margin-bottom:10px;
}

.section{
    max-width:900px;
    margin:auto;
    background:white;
    padding:25px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.3);
}
.footer-links{
    text-align:center;
    margin-top:20px;
    padding:10px;
    border-top:2px solid black;
    font-size:14px;
}
/* Section Heading */
.section-heading {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #ae0d0d;
    padding: 10px;
}

/* Table Head */
.table-head {
    text-align: center;
    font-weight: 700;
    background: #f2f2f2;
    padding: 10px;
}

.table-up {
    text-align: center;
    font-weight: 700;
    background: #ad900e;
    padding: 10px;
}

/* Post Name */
.post-name {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

/* Bold Text */
.bold {
    font-weight: 700;
}

/* Green Text */
.green {
    color: #2f08ac;
    font-weight: 700;
}
.red {
    color: #d51327;
    font-weight: 700;
}
.left-col {
    width: 30%;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
/* List Style */
.list-style {
    padding-left: 20px;
}

.list-style li {
    margin-bottom: 6px;
    line-height: 1.6;
}

/* Highlight Important Line */
.highlight {
    background: yellow;
    font-weight: 700;
    padding: 2px 5px;
}
.last-link a {
    color: blue;
    font-weight: 700;
    text-decoration: none;
}

.last-link a:hover {
    color: red;
    text-decoration: underline;
}
.footer-links a{
    text-decoration:none;
    color:blue;
    font-weight:bold;
    margin:0 5px;
}

.footer-links a:hover{
    text-decoration:underline;
}

.footer{
    text-align:center;
    font-size:13px;
    padding:10px;
}
