@font-face {
    font-family: 'PlexSans-Light';
    src: url('../fonts/LSGovernment_Fonts/LSGOV.woff2')
}

@font-face {
    font-family: 'PlexSans-Regular';
    src: url('../fonts/LSGovernment_Fonts/LSGOV.woff2')
}

/* Base Styles */
* {
    box-sizing: border-box;
}

body {
    font-family: 'PlexSans-Light', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    background-color: #ffffff;
    color: #333;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 0;
    padding: 0;
}

/* Header Styles */
.user-nav {
    display: none;
}

#header {
    background-color: #fdfdfd;
    width: 100%;
    min-height: 0px;
    padding: 20px 0;
    border-bottom: 2px solid #d2853e;
}

#header .brand {
    background-color: #ffffff;
    margin-left: 45px;
    width: 245px;
    min-height: 123px;
    position: relative;
    border: none;
    background: url('../img/SourceLALogo.png') no-repeat left top 9px;
    background-size: contain;
    overflow: hidden;
}

/* Typography */
h1, h2, h3, h4, h5 {
    font-family: 'PlexSans-Light', Arial, sans-serif;
    color: #252525;
    line-height: 1.4;
    margin-bottom: 20px;
}

h1 {
    font-size: clamp(28px, 4vw, 35px);
    font-weight: 800;
    line-height: 1.2;
}

h2 {
    font-size: clamp(24px, 4vw, 40px);
    font-weight: 600;
}

h3 {
    font-size: clamp(18px, 3vw, 20px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .5px;
}

p {
    font-family: 'PlexSans-Regular', Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 25px 0; /* increased bottom margin */
    color: #353535;
    font-size: clamp(16px, 2.5vw, 23px);
    line-height: 1.8;
    letter-spacing: .5px;
    word-spacing: 2px;
}

/* Layout Components */
.main-content-wrapper {
    margin-left: 0;
    padding: 0;
}

/* Container: full-width spread with breathing room on sides */
.container {
    width: 100%;
    max-width: none;     /* allow full expansion across viewport */
    margin: 0 auto;      /* keep consistent centering logic if needed */
    padding: 0 50px;     /* more space on left & right */
}

/* Hero Banner */
.hero-banner {
    width: 100%;
    margin-bottom: -77px;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Main Content Sections */
.main-content {
    padding: 120px 0; /* MORE space in the center (top & bottom) */
}

.intro-section {
    margin-bottom: 0px;
}

.content-block {
    padding: 24px; /* slightly more internal padding */
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.brand-name {
    font-weight: 900;
    color: #133b69;
}

/* Section Divider */
.section-divider {
    border: 0;
    border-top: 1.5px solid #c6c6c6;
    margin: 10px auto; /* larger gap between sections for airy center */
    width: 95%;
    display: block;
}

/* Main Sections */
.main-sections {
    margin-top: 10px;
}

.registration-section,
.recognition-section {
    padding: 60px;
    height: 100%;
}

.highlight-text {
    color: #133b69;
    font-weight: 900;
}

.section-description {
    margin-bottom: 25px;
}

/* Search Form Styles */
.search-form {
    margin-bottom: 25px;
}

.search-container {
    margin-bottom: 20px;
}

.company-input {
    font-family: 'PlexSans-Light', Arial, sans-serif;
    font-weight: 400;
    color: #232323;
    border: 1.6px solid #232323;
    border-radius: 0px;
    background: #f1f4f7;
    height: 42px;
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
}

.search-button-container {
    margin-top: 15px;
}

/* Button Styles */
.btn {
    display: inline-block;
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background-color: #133b69;
    user-select: none;
    vertical-align: middle;
    border: 0;
    border-radius: 0px;
    height: 48px;
    min-width: 160px;
    font-family: 'PlexSans-Light', Arial, sans-serif;
    transition: background-color 0.3s ease;
}

.btn:hover,
.btn:focus,
.btn:active {
    color: #ffffff;
    background-color: #0f2d52;
    text-decoration: none;
}

.search-btn {
    width: 100%;
    max-width: 200px;
}

/* Login Section */
.login-section {
    margin-top: 20px;
}

.login-text {
    font-size: clamp(14px, 2vw, 16px);
    margin-bottom: 0;
}

.login-label {
    color: #353535;
    font-weight: 600;
}

.login-link {
    color: #353535;
    text-decoration: underline;
    margin-left: 10px;
    font-family: 'PlexSans-Light', Arial, sans-serif;
}

.login-link:hover {
    color: #133b69;
    text-decoration: underline;
}

/* Recognition Section */
.recognition-banner {
    margin-bottom: 20px;
}

.section-image {
    width: 100%;
    max-width: 95%;
    height: auto;
    display: block;
}

.support-info {
    font-style: italic;
    font-size: clamp(14px, 2vw, 18px);
    margin-bottom: 0;
}

.support-email {
    color: #133b69;
    text-decoration: underline;
}

.support-email:hover {
    color: #0f2d52;
}

/* Footer */
.footer-banner {
    width: 100%;
    margin-top: -50px;
}

.footer-image {
    width: 100%;
    height: auto;
    display: block;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .container {
        padding: 0 35px; /* still more than original for side space */
    }
    
    #header .brand {
        margin-left: 15px;
    }
}

@media (max-width: 992px) {
    .main-sections {
        margin-top: 20px;
    }
    
    .registration-section,
    .recognition-section {
        margin-bottom: 40px;
    }
    
    .content-block {
        padding: 18px;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 16px;
    }
    
    #header {
        padding: 15px 0;
        text-align: center;
    }
    
    #header .brand {
        margin: 0 auto;
        float: none;
        width: 200px;
        min-height: 100px;
    }
    
    .container {
        padding: 0 20px; /* compact side padding on small screens */
    }
    
    .main-content {
        padding: 60px 0; /* scale down center spacing on mobile */
    }
    
    .intro-section {
        margin-bottom: 30px;
    }
    
    .content-block {
        padding: 12px;
        text-align: center;
    }
    
    .registration-section,
    .recognition-section {
        padding: 15px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .search-form {
        text-align: center;
    }
    
    .company-input {
        max-width: 100%;
        margin: 0 auto 15px auto;
    }
    
    .search-btn {
        width: 100%;
        max-width: 300px;
    }
    
    .login-section {
        text-align: center;
        margin-top: 15px;
    }
    
    .section-divider {
        margin: 60px auto; /* scaled-down gap */
    }
}

@media (max-width: 576px) {
    .container {
        padding: 0 12px;
    }
    
    #header .brand {
        width: 180px;
        min-height: 90px;
    }
    
    .main-content {
        padding: 24px 0;
                padding-right: 50px;
                Padding-left: 20px

    }
    
    .content-block {
        padding: 8px;
    }
    
    .registration-section,
    .recognition-section {
        padding: 10px;
    }
    
    .search-btn {
        padding: 14px 25px;
        font-size: 14px;
    }
    
    h2 {
        margin-bottom: 15px;
    }
    
    .section-description {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .btn {
        padding: 12px 20px;
        font-size: 14px;
        height: 44px;
    }
    
    .company-input {
        height: 40px;
        font-size: 14px;
    }
    
    .search-btn {
        height: 44px;
    }
}

/* Utility Classes */
.text-center {
    text-align: center;
    margin-top: 80px;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-20 {
    margin-top: 20px;
}

.responsive-iframe {
    width: 100%;
    height: 250px;
    max-width: 480px;
}

/* Cookie Consent (if needed) */
.cc-color-override-1438462623.cc-window {
    color: #FFF;
    background-color: #666666;
    font-family: Arial;
}

.cc-color-override-1438462623 .cc-btn {
    color: #FFF;
    background-color: #00A7FF;
    font-family: Arial;
}
