.center-container.align-left {
    text-align: left;
}

.center-container.align-center {
    text-align: center;
}

.center-container.align-right {
    text-align: right;
}

.center-container{
	margin-bottom:30px;
}

/*Hides Extra Items*/
.header-wrap, section#cta-target, .footer, .social-links-section, .rc-anchor-logo-img.rc-anchor-logo-img-large, #glt-translate-trigger{
	display:none;
}

div#apexchat_prechat_invitation_wrapper {
    display: none !important;
}

/* List each specific ID you want to target */
/* #ssdi-basics,
#eligibility,
#conditions {
    scroll-margin-top: 150px;
}
 */

.bottom-img-container img{
	 width: 100%;
    margin-top: 90px !important;
}

/*Header Styling Begin*/

html {
    scroll-behavior: smooth !important;
}

/* Geist Font */
@font-face {
    font-family: 'Geist';
    src: url('/wp-content/themes/evok-advertising-levin-law/fonts/gaist/Geist-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('/wp-content/themes/evok-advertising-levin-law/fonts/gaist/Geist-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('/wp-content/themes/evok-advertising-levin-law/fonts/gaist/Geist-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geist';
    src: url('/wp-content/themes/evok-advertising-levin-law/fonts/gaist/Geist-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Playfair Display Font */
@font-face {
    font-family: 'Playfair Display';
    src: url('/wp-content/themes/evok-advertising-levin-law/fonts/playfair/PlayfairDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/wp-content/themes/evok-advertising-levin-law/fonts/playfair/PlayfairDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/wp-content/themes/evok-advertising-levin-law/fonts/playfair/PlayfairDisplay-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/wp-content/themes/evok-advertising-levin-law/fonts/playfair/PlayfairDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/wp-content/themes/evok-advertising-levin-law/fonts/playfair/PlayfairDisplay-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Apply the fonts */
body {
    font-family: 'Geist', -apple-system, BlinkMacSystemFont, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', Georgia, serif !important;
    -webkit-font-smoothing: antialiased;
}

h1{
	color: #FFF;
font-family: "Playfair Display";
font-size: clamp(3rem, 5vw, 4.375rem) !important;
font-style: normal;
font-weight: 900 !important;
line-height:clamp(3.25rem, 5vw, 4.5rem);
}

h2{
font-size: clamp(1.6rem, 5vw, 2.188rem) !important;
font-style: normal;
font-weight: 900 !important;
line-height:clamp(1.688rem, 5vw, 2.5rem);
}

h3{
	font-size: clamp(1.5rem, 5vw, 2rem) !important;
	font-weight: 900 !important;
}

h4{
	font-size: clamp(1.25rem, 5vw, 1.75rem) !important;
	font-weight: 900 !important;

}

h4{
	font-size: clamp(1.25rem, 5vw, 1.75rem) !important;
	font-weight: 900 !important;

}

h5{
	font-size: clamp(1rem, 5vw, 1.188rem) !important;
	font-weight: 900 !important;

}

p, li{
	
	font-size: 1rem !important;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem !important; 
	color: #3d4554;
}

/* .padding-top-bottom{
	padding-top:120px;
	padding-bottom:120px;
} */


.capture-page-body{
    font-family: "Geist", sans-serif;
}

/*Header Background Color*/
.capture-header{
	padding: 8px 0 24px;
	border-bottom: 1px solid #E2E8F0;
	background: #0A1F43;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	position: sticky;
    top: 0;
    z-index: 1000;
	
}

.max-width-container{
	padding:120px 24px;
	width: 100%;
	max-width: 1504px;
	margin: auto;
}

.max-width-container-two{
	padding:120px 24px 0;
	
	width: 100%;
	max-width: 1504px;
	margin: auto;
}

.max-width-header{
	padding:0 24px;
	width: 100%;
	max-width: 1504px;
	margin: auto;
}

/*Top Header Begin*/
.top-header-section{
	display:flex;
	flex-wrap: wrap;
	justify-content: right;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	padding-bottom: 8px;
	column-gap: 16px;
	row-gap:16px;
}

.top-link-item{
/* 	padding: 0 16px; */
	color: white;
	font-size:0.75rem;
	font-style: normal;
	font-weight: 400;
}
.top-link-item:hover{
	color:#D4A83A;
}

.top-link-item:focus{
	color:white;
}

.top-link-item:hover svg path{
	stroke:#D4A83A;
}

.top-link-item:focus svg path{
	stroke:white;
}

#main-phone-number{
	display: flex;
	align-items: center;
	gap: 5px;
}
/*Top Header End*/

/*Bottom Header Begin*/
.bottom-header-section{
	margin-top: 8px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	align-items: center;
	flex-wrap: wrap;
}

.capture-logo-container{
	display:flex;
/* 	flex-wrap: wrap; */
	align-items: center;
	column-gap: 24px;
}

.header-link-button-container{
	display:flex;
	align-items: center;
	column-gap: 24px;
}

span.slogan{
	color: #b1b6c2;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 12.5px; /* 125% */
	letter-spacing: 1px;
	text-transform: uppercase;
}

.capture-link-container{
	display: flex;
	column-gap: 32px;
	row-gap: 32px;
	align-items: center;
	flex-wrap: wrap;
}

.capture-nav-link{
	color: white;
	font-size: clamp(0.785rem,5vw,0.875rem);
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.7px;
	text-transform: uppercase;
}

.capture-nav-link:hover{
	color: #D4A83A;
}

.capture-nav-link:focus{
	color: white;
}


.capture-header-button{
	display: flex;
	padding: 8px 24px;
	justify-content: center;
	align-items: center;
	background: #D4A83A;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
	font-size: clamp(0.6rem,5vw,0.875rem);
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 133.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #0A1F43;
	text-align: center;
}

.capture-header-button:hover{
	background: #bd9435 !important;
	color: #0A1F43;
}
/*Header Styling End*/


/*Hero Banner Styling Begin*/
.capture-hero-banner-section{
min-height: 1020px;
background: #0A1F43;
background-repeat: no-repeat;
background-size: cover;
}

.box{
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	padding-bottom: 32px;
}


.hero-grid-container{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 64px;
	align-items: self-start !important;
	/* padding-top: 120px;
	padding-bottom: 120px; */
	justify-content: space-between;
	align-items: center;
	/* flex-wrap: wrap; */
}
.hero-left-side{
	max-width: 670px;
	width: 100%;
}

.hero-tag-container{
	border: 1px solid rgba(212, 168, 58, 0.20);
background: rgba(212, 168, 58, 0.10);
padding: 8px 16px;
    display: inline-flex;
	
}

.hero-tag{
color: #D4A83A;
font-size: clamp(0.7rem, 5vw, 0.75rem);
font-style: normal;
font-weight: 700;
line-height: 16px; /* 133.333% */
letter-spacing: 2.4px;
text-transform: uppercase;
}

.hero-tag::before {
    content: '';
    background-image: url(https://levinlaw.com/wp-content/uploads/2026/01/Background-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px; 
    display: inline-block;
    margin-right: 8px;
}

h1.capture-heading-xl{
	margin-top: 32px;
}

.gold{
	color: #D4A83A !important;
}

.hero-text-block p{
	margin-top: 24px;
	color: #FFFFFF;
		font-size: clamp(1rem, 5vw, 1.25rem) !important;
	font-style: normal;
	font-weight: 400;
	line-height: clamp(1.7rem, 5vw, 2rem) !important; 
	
}

.button-group{
	display: flex;
	gap: 16px;
	margin-top: 46px;
	flex-wrap: wrap;
}

.capture-hero-button{
	padding: 16.5px 32px 17.5px 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 133.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #0A1F43;
	text-align: center;
}



.primary-button{
background: #D4A83A;
}

.footer-second-button{
	background-color: #223556;
}

.primary-button:hover{
	background-color: #bd9435;
	color: #0A1F43;
}

.secondary-button{
background: #0a1f43;
color: white;
}

.secondary-button:hover{
	background-color: rgb(8, 23, 53);
	color: white;
}

.secondary-button::before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 8px; /* space between icon and text */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3E%3Cpath d='M10.6933 12.9733C10.8654 13.0524 11.0593 13.0704 11.2431 13.0245C11.4268 12.9786 11.5895 12.8715 11.7042 12.7208L12 12.3333C12.1553 12.1263 12.3566 11.9583 12.588 11.8426C12.8194 11.7269 13.0746 11.6667 13.3333 11.6667H15.8333C16.2754 11.6667 16.6993 11.8423 17.0119 12.1548C17.3244 12.4674 17.5 12.8913 17.5 13.3333V15.8333C17.5 16.2754 17.3244 16.6993 17.0119 17.0119C16.6993 17.3244 16.2754 17.5 15.8333 17.5C11.8551 17.5 8.03979 15.9197 5.22674 13.1066C2.4137 10.2936 0.833344 6.47826 0.833344 2.50001C0.833344 2.05798 1.00894 1.63406 1.3215 1.3215C1.63406 1.00894 2.05798 0.833344 2.50001 0.833344H5.00001C5.44204 0.833344 5.86596 1.00894 6.17852 1.3215C6.49108 1.63406 6.66668 2.05798 6.66668 2.50001V5.00001C6.66668 5.25875 6.60644 5.51394 6.49072 5.74537C6.37501 5.97679 6.207 6.1781 6.00001 6.33334L5.61001 6.62584C5.45702 6.74266 5.34919 6.90883 5.30484 7.09614C5.26048 7.28344 5.28233 7.48032 5.36668 7.65334C6.50558 9.96656 8.3787 11.8373 10.6933 12.9733Z' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/*Numbers Info Container*/
.numbers-info-container{
	display: flex;
	margin-top: 48px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.number{
	color: #D4A83A;
font-family: "Playfair Display";
font-size: 28.6px;
font-style: normal;
font-weight: 900;
line-height: 36px; /* 125.874% */
}

.info{
	color:#ffffff96;	
	font-family: "Geist";
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 15px; /* 150% */
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*Form*/
/* .gform_wrapper label[for^="choice_"] {
    pointer-events: none;
} */

/*Form*/
.gform_wrapper label[for^="choice_"] {
    pointer-events: none;
}
.gform_wrapper .gfield-choice-input {
    pointer-events: auto;
}

/* Allow links inside checkbox labels to be clickable */
.gform_wrapper label[for^="choice_"] a {
    pointer-events: auto;
    cursor: pointer;
}

span.gfield_required.gfield_required_text {
    color: #f6462c;
    display: none !important;
}

.gform_wrapper .gfield-choice-input {
    pointer-events: auto;
}

span.gfield_required.gfield_required_text {
    color: #f6462c;
    display: none !important;
}

h2.gform_submission_error.hide_summary{
	font-size:1rem !important
}

.gform-container{
	background-color: #0c1e42 !important;
	padding: 40px;
	border-top: 4px solid #D4A83A;
	border-left: 1px solid rgba(212, 168, 58, 0.20);
	border-right: 1px solid rgba(212, 168, 58, 0.20);
	border-bottom: 1px solid rgba(212, 168, 58, 0.20);


}

.gform-heading{
color: white !important;
}



.gform-text, .gchoice.gchoice_7_11_0{
color: white !important;
font-size: 0.875rem !important;
font-style: normal;
font-weight: 400;
line-height: 1.25rem !important;
margin-bottom: 24px;
}

label.gfield_label{
color: white !important;
font-size: 0.75rem !important;
font-style: normal;
font-weight: 400 !important;
line-height: 16px; /* 133.333% */
letter-spacing: 1.2px;
text-transform: uppercase;
}

::placeholder {
	color: #0a1f4384 !important;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: normal;
	padding-left: 10px !important;

}

input[type="text"], input[type="email"], input[type="tel"], input[type="checkbox"], textarea, select, input[type="radio"]  {
border: 1px solid #0a1f43;
background: white !important;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
padding-left: 10px !important;
font-size: 14px !important;
}

div#input_7_9 {
    width: 100%;
    display: block;
}

.gform_wrapper.gform-theme--framework form input:not([type=checkbox]), .gform_wrapper.gform-theme--framework form select, .gform_wrapper.gform-theme--framework form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #63aed6;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #053452;
    font-family: Hind Madurai, sans-serif;
    font-size: 20px;
    font-weight: 700 !important;
    height: 41px;
    padding: .5em 10px !important;
}

div#gform_confirmation_message_7 {
    color: white !important;
}

/*Checkbox text*/
.gform_wrapper .gfield-choice-input[type="checkbox"] {
    cursor: pointer;
}

input.gfield-choice-input{
	padding: 0 !important;
}

label#label_7_9_0, label#label_7_11_0{
	color: white !important;
font-size: 0.875rem !important;
font-style: normal;
font-weight: 400;
line-height: 1.25rem !important;
	
}

label#label_7_7_1, label#label_7_9_0, label#label_7_11_0{
font-size: 10px;
font-style: normal;
font-weight: 400 !important;
line-height: 12.5px; /* 125% */
font-family: "Geist", sans-serif !important;
	color:white !important;
}

textarea#input_7_6 {
    height: 120px;
}

.gform_wrapper.gform-theme--framework form .gform_footer .gform_button.btn.button{
	padding: 16.5px 32px 17.5px 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 16px; /* 133.333% */
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #0A1F43;
	text-align: center;
	background-color: #D4A83A !important;
}

.gform_wrapper.gform-theme--framework form .gform_footer .gform_button.btn.button:hover{
	background-color: #bd9435 !important;
}

/*Bottom Bar*/
.bottom-container-bar{
	background-color: #0A1F43;
	border-top: 6px solid white !important;
	padding: 32px 0;
}

.bottom-bar-content{
	background: #131e30;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 160px;
	row-gap: 20px;
}
.bottom-bar-content:hover{
	background: transparent;
}

.bottom-bar-image{
	width: 57px;
}

h5.bottom-bar-text{
	color: #ffffff96 !important;
	font-weight: 900;
}

/*Two Column Styling*/
.tagline-heading-text {
    display: flex;
    flex-direction: column;
	gap: 16px;
	margin-bottom: 24px;
}

span.tagline{
color: #D4A83A;
font-family: "Playfair Display";
font-size: 0.813rem;
font-style: normal;
font-weight: 900;
line-height: 20px; /* 145.985% */
letter-spacing: 1.4px;
text-transform: uppercase;
}

.navy-blue{
	color: #0A1F43 !important;
}

.navy-blue p{
		color: #0A1F43 !important;

}

.off-white{
	color:#ffffff96 !important;
}

.white{
	color:white;
}

.block-box{
border-left: 4px solid #D4A83A;
background: #0A1F43 !important;
padding: 32px;
}

.block-box-border{
border: 1px solid #D4A83A;
padding: 32px;
}

.block-box-text{
	color: #FFF;
	font-family: "Playfair Display";
	font-size: 1rem;
	font-style: normal;
	font-weight: 900;
	line-height: 28px; /* 172.839% */
	letter-spacing: 0.324px;
}

.card-repeater-container {
    display: flex;
    flex-direction: column;
	gap: 24px;
}

.info-card{
border: 1px solid #E2E8F0;
background: rgba(241, 245, 249, 0.30);
padding: 32px;
transition: all 0.3s ease;
}

.info-card:hover{
border-left: 4px solid #D4A83A;
background: rgba(241, 245, 249, 0.30);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}


.flexed{
	display: flex;
	gap: 16px;
}

.grided{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
/*Two Column Styling End*/


/*Card Deck Styling Begin*/

/* .card-content-section{
padding-top: 120px;
	padding-bottom: 120px;
} */

.card-deck-repeater-container{
	margin-top: 62px;
}

.card-deck-grid {
    display: grid;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    grid-template-columns: repeat(4, 1fr);
}

.card-deck-grid.three {
    display: grid;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
}

.card-deck-heading{
	width:100%;
}

.card-deck-icon-container {
    width: 100%;
}

.card-deck-card{
	border: 1px solid #E2E8F0;
	padding: 32px;
	transition: all 0.3s ease;
}

#appeal-process .card-deck-card:hover{
border-left: 4px solid #D4A83A;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 8px 10px -6px rgba(0, 0, 0, 0.10);
}

.card-deck-card:hover{
	background: rgba(255, 255, 255, 0.124) !important;
;
}

.card-deck-text {
	width: 100%;
}

.card-deck-text p{
	color: rgba(255, 255, 255, 0.60);
}

.flexed-column{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.section-intro{
	text-align: center;
}

#eligibility{
	/* background-image: url(https://levinlaw.com/wp-content/uploads/2026/01/Section-1.jpg); */
	    width: 100% !important;
    background-size: cover;
}

.card-deck-text p{
	color: white;
	margin-top: 16px;
}

/*Image Text Section*/
.image-text-grid-container{
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 64px;
	align-items: center;
	/* padding-top: 120px;
	padding-bottom: 120px; */
	justify-content: space-between;
	align-items: center;
	/* flex-wrap: wrap; */
}

ul {
    list-style: none;
    padding-left: 0;
}

ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8 14.6666C11.6819 14.6666 14.6667 11.6818 14.6667 7.99992C14.6667 4.31802 11.6819 1.33325 8 1.33325C4.3181 1.33325 1.33333 4.31802 1.33333 7.99992C1.33333 11.6818 4.3181 14.6666 8 14.6666Z" stroke="%23D4A83A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/><path d="M6 8.00008L7.33333 9.33341L10 6.66675" stroke="%23D4A83A" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

ul li.arrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.33331 8H12.6666' stroke='%23D4A83A' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 3.33301L12.6667 7.99967L8 12.6663' stroke='%23D4A83A' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");    background-repeat: no-repeat;
}

.border-top{
	border-top: 1px solid rgba(255, 255, 255, 0.10)
}

/* Base styles for all screens */
#three-grid {
    display: grid;
    gap: 32px;
}

#three-grid .card-deck-card {
    min-height: 252px;
}



.stats-container {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
	padding-top: 32px;
}

.stat-content div.off-white p{
	    color: #ffffff96 !important;
}

.stat-content div.off-white a{
	    color: #ffffff96 !important;
	font-weight: 400 !important;
}

.stat-left-side,.stat-right-side{
	display: flex;
	flex-direction: column;
	gap:32px;
}

.stat-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.stat-number {
    width: 50px;
    height: 50px;
    border: 2px solid #d4a83a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4a83a;
    font-size: 24px;
    font-weight: bold;
    flex-shrink: 0;
}

.stat-content h3 {
    color: #d4a83a;
    font-size: 22px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.stat-content p {
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    font-size: 15px;
}


#three-grid-container{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}



/*Cards Column Styling*/

.block-box-top{
border-top: 4px solid #D4A83A;
background: #0A1F43 !important;
padding: 32px;
}

.block-box-item{
	text-align: center;
	margin-bottom: 48px;
}

.border-bottom-facts{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	padding-bottom: 16px;
}

.box-items-separator{
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.disclaimer-text{
	text-align: center;
}

.left-border-info-box{
border-left: 4px solid #E2E8F0;
padding-left: 10px;
}

.white-box{
	padding: 32px;
	border: 2px solid #0A1F43;
	background-color: #f3f4f6;
}

.button-width {
    width: 100%;
}


div#our-firm-id {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap:32px;
}

div#our-firm-id .left-border-info-box{
	    border-left: 0;
}


/* Accordion Section */


/* Header Wrapper - Icon + Title */
.accordion-header-wrapper {
    text-align: center;
    margin-bottom: 48px;
}

.accordion-icon-top {
    margin-bottom: 16px;
}

.accordion-icon-top svg {
    width: 48px;
    height: 48px;
}



/* Accordion Items */
.accordion-wrapper {
    max-width: 896px;
    margin: 0 auto;
}

.accordion-item {
    border: 1px solid #E2E8F0;
	background: #FFF;
    margin-bottom: 16px;
    overflow: hidden;
}

.accordion-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a1a;
    transition: background-color 0.3s ease;
}




.accordion-question {
    flex: 1;
    padding-right: 20px;
}



/* Arrow Icon */
.accordion-arrow {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%2364748B' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.accordion-button.active .accordion-arrow {
    transform: rotate(180deg);
}

/* Accordion Content */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-answer {
    padding: 0 24px 24px 24px;
    line-height: 1.6;
    color: #4a4a4a;
}

.accordion-answer p:last-child {
    margin-bottom: 0;
}


.side-img{
	width: 100%;
}

/*Footer*/

a.contact-footer-a:hover{
    color: #D4A83A !important;
    text-decoration: none;
}

a.contact-footer-a:focus{
    color: white !important;
    text-decoration: none;
}


h2.capture-heading-footer{
	margin-top: 16px !important;
	color: white;
}

.footer-text-block p{
	color: #ffffff96 !important;
	margin-top: 16px;
	font-size: 18px !important;
}

.button-group-listed{
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin: 48px 0;
}

.capture-footer-button{
	padding: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.footer-links-flexed{
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	align-items: center;
}

.info-footer{
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 16px; /* 133.333% */
letter-spacing: 2.4px;
text-transform: uppercase;
}

.glass-box{
	border: 1px solid rgba(255, 255, 255, 0.10);
background: rgba(255, 255, 255, 0.05);
padding:32px;
}

/*Footer Grid*/
.footer-bottom-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}

.footer-bottom-container{
border-top: 1px solid rgba(255, 255, 255, 0.10);
padding: 64px 0;
}

.footer-logo-section{
display: flex;
flex-direction: column;
align-items: flex-start;
align-self: stretch;
gap: 30px;

}

.footer-img-logo{
    width: 97px;
}

.icons-contact-info{
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
}

.icon-contact-flexed{
    display: flex;
    align-items: center;
    gap:16px;
}

p.contact-link-items{
    font-size: 14px !important;
}

p.contact-link-items a{
    color: white;
    text-decoration: none;
    font-weight: 400 !important;
}

p.contact-link-items a:hover{
    color: #D4A83A;
    text-decoration: none;
    font-weight: 400 !important;
}

.glass-box-footer{
    border: 1px solid rgba(255, 255, 255, 0.10);
padding: 16px;
background: rgba(255, 255, 255, 0.05);
}

p.glass-text-size{
font-size: 12px !important;
font-style: normal;
font-weight: 400;
line-height: 16px !important; /* 133.333% */
}

.bottom-footing{
    display: flex;
    justify-content: space-between;
    margin: auto;
    gap: 20px;
}

.max-width-footer{
	width: 100%;
	max-width: 1504px;
	margin: auto;
    padding: 0 24px;
}

.footer-bottom-container-secondary{
border-top: 1px solid rgba(255, 255, 255, 0.10);
padding-top: 32px;
margin-top:100px;
}


/*Privacy Section/Popup*/
p.reserved{
font-size: 10px !important;
font-style: normal;
font-weight: 400;
line-height: 15px; /* 150% */
letter-spacing: 1px;
text-transform: uppercase;
}

a.reserved{
font-size: 10px !important;
font-style: normal;
font-weight: 400;
line-height: 15px; /* 150% */
letter-spacing: 1px;
text-transform: uppercase;
}

a.reserved:hover{
color: #D4A83A !important;
}

.privacy-terms{
    display: flex;
    gap: 24px;
}

@media screen and (max-width: 901px){
/* 	    #ssdi-basics,
    #eligibility,
    #conditions, #free-consultation {
        scroll-margin-top: 175px !important;
    } */
}



@media screen and (max-width: 768px) {
    .stats-container {
        grid-template-columns: 1fr;
    }

	 .capture-accordion {
        padding: 60px 0;
    }
    
    .accordion-section-title {
        font-size: 2rem;
    }
    
    .accordion-button {
        font-size: 1rem;
        padding: 20px;
    }
    
    .accordion-answer {
        padding: 0 20px 20px 20px;
    }
	
	.privacy-lightbox-container {
    position: relative;
    width: 90% !important;
    max-width: 1200px;
    height: 70vh;
    background: white;
    border-radius: 8px;
}
	
	
}

@media screen and (min-width: 901px) {
    #three-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    #three-grid .card-deck-card {
        grid-column: span 2;
    }

    #three-grid .card-deck-card:nth-child(1) {
        grid-column: 1 / 3;
    }

    #three-grid .card-deck-card:nth-child(2) {
        grid-column: 3 / 5;
    }

    #three-grid .card-deck-card:nth-child(3) {
        grid-column: 5 / 7;
    }

    #three-grid .card-deck-card:nth-child(4) {
        grid-column: 2 / 4;
    }

    #three-grid .card-deck-card:nth-child(5) {
        grid-column: 4 / 6;
    }
}

/*Media Queries*/
@media screen and (max-width: 900px){
    .bottom-header-section{
        justify-content: center;
        gap:22px;
    }

    .hero-grid-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .bottom-bar-content{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 8px 16px;
    }

    .card-deck-grid, .card-deck-grid.three, #three-grid {
        display: grid;
        justify-content: center;
        gap: 32px;
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Reset all nth-child positioning for 2-column layout */
    #three-grid .card-deck-card {
        grid-column: auto !important;
    }
}

@media screen and (max-width: 591px){
    .capture-link-container{
        justify-content: center;
        display: flex;
    }
	
	.max-width-container {
    padding: 65px 24px;
}
	
		.max-width-container-two {
    padding: 65px 24px 0;
}
	
	.flexed {
    display: flex;
    gap: 16px;
		flex-direction: column;
}

    
}

@media screen and (max-width: 500px){
    .capture-link-container {
        display: flex;
        column-gap: 32px;
        row-gap: 32px;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .capture-logo-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        column-gap: 24px;
        justify-content: center;
        text-align: center;
    }
    
    .break-line{
        display:none;
    }

    .bottom-bar-content{
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;    
        padding: 8px 16px;
        text-align: center;
    }

    .card-deck-grid, .image-text-grid-container, .card-deck-grid.three, #three-grid, .grided  {
        display: grid;
        justify-content: center;
        gap: 32px;
        grid-template-columns: repeat(1, 1fr);
    }
    
    /* Reset all nth-child positioning for 1-column layout */
    #three-grid .card-deck-card {
        grid-column: auto !important;
    }

    div#our-firm-id {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
}

.footer-bottom-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
}

.bottom-footing{
            display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        text-align: center;
}

.privacy-terms {
    display: flex;
    gap: 24px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}
	
	.gform-container, .block-box {
    padding: 24px;
}
}

