body {
    font-family: Arial, sans-serif;
}

/* Top Buttons */
.top-btn-container {
    background: #faf9d5;
    padding: 20px 0;
}

.top-button {
    background: #03215a;
    color: #fff;
    border-radius: 30px;
    padding: 8px 25px;
    font-weight: 600;
    text-decoration: none;
    margin: 0 15px;
    display: inline-block;
}

/* Navbar */
.main-navbar {
    background: #04255c;
}

.main-navbar .nav-link {
    color: #fff !important;
    font-weight: 500;
    padding: 12px 18px !important;
}

.main-navbar .nav-link:hover {
    background: rgba(255,255,255,0.1);
}

/* Marquee / Ticker */
.ticker {
    background: #b21f2d;
    color: #fff;
    padding: 8px;
    font-weight: 600;
}

/* Hero Section */
.hero-section {
    background: url('top-banner.webp') center/cover no-repeat;
    min-height: 550px;
    position: relative;
}

.hero-overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    inset: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 60px 0;
    color: #fff;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    color: #e8ff4f;
}

.register-btn {
    background: #03215a;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
}

/* Form Card */
.form-box {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.form-box label {
    font-weight: 600;
    font-size: 14px;
}

.submit-btn {
    background: #04255c;
    color: #fff;
    font-weight: 600;
    width: 100%;
    padding: 10px;
}
.submit-btn:hover {
    background: #03215a!important;
    color: #fff;
}

/* About Section */
.red-line {
    width: 120px;
    height: 4px;
    background: #b21f2d;
}

/* Important Notice Section */
.important-section {
    background: #04255b;
}

.notice-card {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    padding: 25px;
}

.notice-btn {
    background: #04255b;
    color: #fff;
    padding: 8px 25px;
    font-weight: 600;
    border-radius: 5px;
}

.notice-btn:hover {
    background: #031a40!important;
    color: #fff;
}
.key-heading {
    font-weight: 700;
    font-size: 32px;
    color: #0a1d5c;
}

.underline {
    width: 200px;
    height: 4px;
    background: #c40018;
    margin-bottom: 30px;
}

.key-table th {
    background: #08235c;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.key-table td {
    font-size: 18px;
    padding: 18px 20px;
    vertical-align: middle;
}

.key-table tr {
    border-color: #ddd;
}

.key-table td a {
    color: #0a53be;
    text-decoration: underline;
    font-weight: 600;
}
.important-heading {
    font-size: 32px;
    font-weight: 700;
    color: #0a1d5c;
}

/* Separator Lines With Star */
.separator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.separator .line {
    width: 180px;
    height: 4px;
    background: #c40018;
    margin: 0 10px;
}

.separator .star {
    font-size: 22px;
    color: #1a1a1a;
}

/* Table Style */
.dates-table th {
    background: #08235c;
    color: white;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding: 15px;
}

.dates-table td {
    font-size: 18px;
    padding: 18px 20px;
    vertical-align: middle;
}

.dates-table tr {
    border-color: #ddd;
}

h2, h4 {
    color: #222;
}

ul li {
    margin-bottom: 6px;
}

.btn-more {
    background-color: #0d6efd;
    border-radius: 4px;
    font-weight: 500;
    text-transform: lowercase;
}

.btn-more:hover {
    background-color: #0b5ed7;
}
