.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  	margin-bottom: 30px;
}

.logo {
    width: 300px; /* Adjust the logo size as needed */
    max-width: 100%;
}

.footer-container {
    background-color: #0A004A;
    color: #fff;
}

.footer {
    background-color: #0A004A;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo {
    width: 200px; /* Adjust this value as needed */
    max-width: 100%; /* Ensures the logo doesn’t exceed its container */
}

.footer .left-content, .footer .right-content {
    display: flex;
    flex-direction: column;
}

.footer .left-content h3, .footer .left-content p {
    margin: 5px 0;
}

.footer .left-content h3 {
    font-size: 1.2rem;
    font-weight: bold;
}

.footer .right-content p {
    margin: 5px 0;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.footer .right-content p svg {
    margin-right: 8px;
}

.footer .social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.footer .social-icons img {
    width: 24px;
    height: 24px;
    filter: invert(1);
}

.footer .copyright {
    margin-top: 10px;
    font-size: 0.8rem;
    text-align: center;
    width: 100%;
}

.ticketForm #field_departmentId{
Display:none;
}

.ticketForm #field_cf_class_id{
Display:none;
}

.ticketForm #field_cf_site_id{
Display:none;
}
