* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    background-color: #f5f5f5;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header {
    background-color: #0c3272;
    color: white;
    padding: 15px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.logo-inner {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid #b92b46;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #b92b46;
    font-size: 10px;
    text-align: center;
}

.header-text h1 {
    font-size: 26px;
    margin-bottom: 5px;
}

.header-text p {
    font-size: 14px;
}

.alert-button {
    background-color: #2196F3;
    color: white;
    border: none;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    cursor: pointer;
    margin-left: 20px;
}

.nav {
    background-color: #116a3d;
    display: flex;
    justify-content: flex-start;
}

.nav a {
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 14px;
    transition: background-color 0.3s;
}

.nav a:hover {
    background-color: #444;
}


/* privacy policy */
 .breadcrumb {
            padding: 15px 20px;
            background-color: #f9f9f9;
            border-bottom: 1px solid #ddd;
            font-size: 14px;
        }
        .breadcrumb a {
            color: #b92b46;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .page-title {
            padding: 20px;
            border-bottom: 1px solid #ddd;
        }
        .page-title h1 {
            font-size: 24px;
            color: #333;
        }
        .policy-content {
            padding: 20px;
        }
        .policy-section {
            margin-bottom: 25px;
        }
        .policy-section h2 {
            font-size: 20px;
            color: #b92b46;
            margin-bottom: 15px;
            padding-bottom: 5px;
            border-bottom: 1px solid #eee;
        }
        .policy-section h3 {
            font-size: 18px;
            color: #444;
            margin: 15px 0 10px;
        }
        .policy-section p, .policy-section ul, .policy-section ol {
            margin-bottom: 15px;
            font-size: 15px;
        }
        .policy-section ul, .policy-section ol {
            padding-left: 20px;
        }
        .policy-section li {
            margin-bottom: 5px;
        }
        .policy-date {
            font-style: italic;
            color: #666;
            margin-top: 30px;
            font-size: 14px;
        }
        .policy-highlight {
            background-color: #f9f9f9;
            padding: 15px;
            border-left: 4px solid #b92b46;
            margin-bottom: 20px;
        }

.welcome-text {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.links-section {
    text-align: center;
    padding: 10px;
    font-size: 13px;
    color: #2196F3;
}

.links-section a {
    color: #2196F3;
    text-decoration: none;
    margin: 0 5px;
}

.links-section a:hover {
    text-decoration: underline;
}

.exam-links {
    text-align: center;
    padding: 5px;
    font-size: 12px;
}

.exam-links a {
    color: #2196F3;
    text-decoration: none;
    margin: 0 5px;
}

.ad-section {
    text-align: center;
    padding: 15px;
    border: 1px solid #ddd;
    margin: 15px auto;
    max-width: 600px;
    background-color: #f9f9f9;
}

.ad-button {
    background-color: #2196F3;
    color: white;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    margin-right: 10px;
}

.job-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0;
}

.job-button {
    width: 24%;
    margin: 0.5%;
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.job-button:nth-child(1) {
    background-color: #ff9800;
}

.job-button:nth-child(2) {
    background-color: #3f51b5;
}

.job-button:nth-child(3) {
    background-color: #e91e63;
}

.job-button:nth-child(4) {
    background-color: #795548;
}

.job-button:nth-child(5) {
    background-color: #f44336;
}

.job-button:nth-child(6) {
    background-color: #009688;
}

.job-button:nth-child(7) {
    background-color: #e91e63;
}

.job-button:nth-child(8) {
    background-color: #2196F3;
}

.promo-section {
    display: flex;
    border: 1px solid #ddd;
    margin: 20px;
    background-color: white;
}

.promo-image {
    width: 40%;
}

.promo-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.promo-text {
    width: 60%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.promo-text h3 {
    margin-bottom: 15px;
    color: #333;
}

.promo-text p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.result-sections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px 20px;
}

.result-section {
    width: 32%;
    background-color: white;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.result-header {
    background-color: #b92b46;
    color: white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.result-content {
    padding: 15px;
}

.result-content ul {
    list-style-type: none;
}

.result-content ul li {
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.result-content ul li:before {
    content: "•";
    color: #b92b46;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.result-content a {
    color: #2196F3;
    text-decoration: none;
}

.result-content a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .job-button {
        width: 48%;
    }

    .result-section {
        width: 100%;
    }
}


 /* Footer Styles */
        .footer {
            background: #222;
            color: #fff;
            padding: 20px 0;
            /* margin-top: 30px; */
            max-width: 1000px;
            margin: 0px auto;
        }
        
        .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .footer-section {
            width: 22%;
            padding: 10px;
        }
        
        .footer-section h3 {
            color: #fff;
            font-size: 16px;
            margin-bottom: 15px;
            border-bottom: 2px solid #b92b46;
            padding-bottom: 5px;
            display: inline-block;
        }
        
        .footer-section p {
            font-size: 13px;
            line-height: 1.5;
            margin-bottom: 10px;
        }
        
        .footer-section.about .contact span {
            display: block;
            font-size: 13px;
            margin-bottom: 7px;
        }
        
        .footer-section.about .socials {
            margin-top: 15px;
        }
        
        .footer-section.about .socials a {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: #333;
            color: white;
            border-radius: 50%;
            text-align: center;
            line-height: 30px;
            margin-right: 5px;
            transition: all 0.3s;
        }
        
        .footer-section.about .socials a:hover {
            background: #b92b46;
            transform: scale(1.1);
        }
        
        .footer-section ul {
            list-style-type: none;
        }
        
        .footer-section ul li {
            margin-bottom: 8px;
        }
        
        .footer-section ul li a {
            color: #ddd;
            text-decoration: none;
            font-size: 13px;
            transition: color 0.3s;
        }
        
        .footer-section ul li a:hover {
            color: #b92b46;
            padding-left: 5px;
        }
        
        .footer-section.subscribe form {
            display: flex;
            margin-bottom: 10px;
        }
        
        .footer-section.subscribe input[type="email"] {
            width: 70%;
            padding: 8px;
            border: none;
            border-radius: 4px 0 0 4px;
            font-size: 13px;
        }
        
        .footer-section.subscribe .btn-subscribe {
            width: 30%;
            background: #b92b46;
            color: white;
            border: none;
            border-radius: 0 4px 4px 0;
            cursor: pointer;
            font-size: 13px;
            transition: background 0.3s;
        }
        
        .footer-section.subscribe .btn-subscribe:hover {
            background: #a01a35;
        }
        
        .footer-bottom {
            max-width: 1000px;
            margin: 0 auto;
            text-align: center;
            padding: 10px 0;
            border-top: 1px solid #444;
            margin-top: 20px;
            font-size: 13px;
        }
        
        .footer-bottom p {
            margin: 5px 0;
            color: #aaa;
        }
        
        @media (max-width: 768px) {
            .job-button {
                width: 48%;
            }
            .result-section {
                width: 100%;
            }
            .footer-section {
                width: 100%;
                margin-bottom: 20px;
            }
        }