
/* General Content
__________________________________________________  */



.case-study-container {
    max-width: 1200px;
    margin:0 auto;
    padding:3rem;
}

.case-study-header {
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    height: auto;
   
}

.case-study-container .cta-box  {
    max-width: 100%;
    margin:0 auto;
    width: 400px;
}


/* Clean, professional scale for the page title */
.case-study-header h1 {
 
    font-size: 2.5em;
    line-height: 1.2;
    color: #102a43;
    margin-bottom: 1rem;
    display: block;
    margin: 0 auto 1rem auto;
    text-align: center;
    padding-bottom: 2rem;
    /* border-bottom: 2px solid #eaeaea; */
}

#page .case-study-header h1 {
    font-family: 'Kurale', cursive;
    font-family:Raleway, Verdana, Corbel, sans-serif;
    font-size: 3em;
    color: #2c4d65;
    text-transform: none;
    text-shadow: 2px 2px 5px #777;
    font-weight: 400;
    border-bottom: none;
    padding: 0 3%;
    margin: 2% 0;
}

#page .case-study-header h1 span.subText    {
    font-family:Raleway, Verdana, Corbel, sans-serif;
    font-size: .65em;
    text-transform: uppercase;

}

/* Make the government compliance badges readable and prominent */
.gov-meta-badges {
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    width: 100%;
}




.gov-meta-badges .badge {
    display: inline-block;
	background: #002d62; /* Solid federal blue for high visibility */
	color: #ffffff; /* High contrast crisp white text */
    margin-right: 0.5rem;
	font-size: .9em;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 10px 15px;
}




/* Clear 2-column grid layout for desktop, falls back to 1 column on mobile */
.case-study-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
}

.case-study-container::after, .case-study-header::after    {
    content:'';
    display: block;
    clear:both;
}

@media (min-width: 768px) {
    .case-study-grid {
        grid-template-columns: 1fr 3fr;
        padding: 0 30px 0 0;
    }
}


.case-study-visual figure.large-mockup  {
    width:450px;
    height: 338px;
    padding-top:30px;
}

.case-study-visual figure.large-mockup img  {
    width:100%;
    height: auto;
    max-width: 450px;
}

#page .case-study-grid .case-study-details h2, section.case-study-details h3  {
    font-family: 'Julius Sans One', Verdana, 'Trebuchet MS', Arial, Calibri, sans-serif;
    color: #ae563b;
    border-bottom: 3px solid #ae563b;
    padding-bottom: 1%;
    font-size: 2.1em;
    font-weight: bold;
    text-shadow: none;
    line-height: 1.35em;
    margin-bottom: 10px;
}



section.case-study-details, section.case-study-visual   {
    padding: 0;
}

section.case-study-details h3  {
    font-size: 1.6em;
    border-bottom: none;
    margin-bottom: 0;
    color: #2c4d65;
    padding-left: 3%;
}
    
.case-study-details ul {
    padding-left: 1.2rem;    
    margin: 1.5rem 0 3rem 3.1rem;
    list-style: none;
    
}

.case-study-details li {
    margin-bottom: 0.75rem;
    line-height: 1.6;
    text-indent: -40px;
}


section.case-study-details p, .coming-soon p {
    color: #47627f;
    font-size: 1.1em;
    margin-left: 3%;
    margin-top: 0;
    margin-bottom: 1.1em;
}

section.case-study-details ul li p .sub-title    {
    font-family: Raleway, Verdana, Corbel, sans-serif;
    font-size: 1.2em;
    letter-spacing: 1px;
}



.btn-download {
    display: inline-block;
    background: #005a9c; /* Clean federal blue tone */
    color: #ffffff;
    padding: 0.8rem 1.5rem;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.btn-download:hover, .btn-download:focus-visible {
    background: #c07f2b;
    color: #ffffff;
}

.last   {
    
}
