.sunitafe {
}

.sunitafe .tafe-page-section {
    background-color: #f8f9fa;
}

body:has(.sunitafe) {
    background-color: #f8f9fa;
}

.sunitafe .form-select {
    background-color: white;
}

.sunitafe .form-select:disabled {
    background-color: lightgray;
}

.sunitafe .tafe-page-section.tafe-page-section_hero {
    background-color: white; /* White background for Sunraysia Institute */
    padding-top: 7.5vh;
    padding-bottom: 7.5vh;
    background-image: url('{!$Resource.SuniTAFEBanner}');
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px solid #cccccc; /* Grey border under hero section */
}

.sunitafe .tafe-page-section.tafe-page-section_hero h1.title {
    font-family: "Raleway", "Proxima Nova", "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    padding-left: 10%;
    color: white;
    font-size: 7vw;
    text-transform: uppercase;
}

.sunitafe .tafe-page-section.tafe-page-section_hero p {
    color: white;
    font-weight: 600;
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 2rem;
}

.sunitafe .tafe-page-section.tafe-page-section_nav {
    background-color: white;
    padding: 0.5rem;
    padding-left: 5%;
}

.sunitafe .tafe-page-section.tafe-page-section_nav .tafe-logo-image {
    height: 50px;
    width: 250px;
    position: relative;
    bottom: 0px;
    background-repeat: no-repeat, no-repeat;
    background-image: url('{!$Resource.SuniTAFELogo}');
    background-size: contain;
}

/* Button Styles */
.sunitafe .btn-primary {
    background-color: #005596; /* New button color for Sunraysia Institute */
    border-color: #005596;
}

.sunitafe .btn-primary:hover {
    background-color: #004477; /* Darker shade for hover effect */
    border-color: #004477;
}

/* Link Styles */
.sunitafe a {
    color: #1a3e72;
}

.sunitafe a:hover {
    color: #142d54;
}

/* Form Styles */
.sunitafe .form-control:focus {
    border-color: #1a3e72;
    box-shadow: 0 0 0 0.2rem rgba(26, 62, 114, 0.25);
}

/* Alert Styles */
.sunitafe .alert-primary {
    background-color: #1a3e72;
    border-color: #1a3e72;
    color: white;
} 