@font-face {
  font-family: "WhitneyCondensed-Semibold";
  src: url(../fonts/whitneycondensed-semibold.woff2) format("woff2"), url(../fonts/whitneycondensed-semibold.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'whitneycondensedbook';
  src: url(../fonts/whitneycondensed-book-webfont.woff2) format("woff2"), url(../fonts/whitneycondensed-book-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "baskervilleitalic";
  src: url(../fonts/librebaskerville-italic.woff2) format("woff2"), url(../fonts/librebaskerville-italic.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BentonSans-Medium";
  src: url(../fonts/bentonsans-medium.woff2) format("woff2"), url(../fonts/bentonsans-medium.woff) format("woff");
  font-weight: normal;
  font-style: italic;
}
/* ─── PP DeltaSerif-Beta ─── */
@font-face {
  font-family: 'PP DeltaSerif-Beta';
  src: url('../fonts/PPDeltaSerif-Beta-Light.woff2') format('woff2'),
       url('../fonts/PPDeltaSerif-Beta-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* ─── PP DeltaSans-Beta ─── */
@font-face {
  font-family: 'PP DeltaSans-Beta';
  src: url('../fonts/PPDeltaSans-Beta-ExtraBold.woff2') format('woff2'),
       url('../fonts/PPDeltaSans-Beta-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* ─── Whitney (non-condensed) ─── */
@font-face {
  font-family: 'Whitney';
  src: url('../fonts/Whitney-Book.woff2') format('woff2'),
       url('../fonts/Whitney-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whitney';
  src: url('../fonts/Whitney-Medium.woff2') format('woff2'),
       url('../fonts/Whitney-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Whitney';
  src: url('../fonts/Whitney-Semibold.woff2') format('woff2'),
       url('../fonts/Whitney-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ─── BentonSans ─── */
@font-face {
  font-family: 'BentonSans';
  src: url('../fonts/bentonsans-regular.woff2') format('woff2'),
       url('../fonts/bentonsans-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BentonSans';
  src: url('../fonts/bentonsans-bookitalic.woff2') format('woff2'),
       url('../fonts/bentonsans-bookitalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'BentonSans';
  src: url('../fonts/bentonsans-medium.woff2') format('woff2'),
       url('../fonts/bentonsans-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BentonSans';
  src: url('../fonts/bentonsans-mediumitalic.woff2') format('woff2'),
       url('../fonts/bentonsans-mediumitalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'BentonSans';
  src: url('../fonts/bentonsans-bold.woff2') format('woff2'),
       url('../fonts/bentonsans-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body{
  font-family: 'BentonSans', sans-serif;
  background: #E3DCD2;
}
header{
  background-color: #0B253F;
}
.item-image img{
object-fit: cover;
width: 100%;
height: 100%;
}
.btn-primary,.btn-reset{
  background-color: #991933;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-family: 'Whitney', 'Whitney Condensed', sans-serif;
  font-weight: 600;
  line-height: 24px;
  border: 0;;
  padding: 10px 20px;
  min-width: 120px;
  min-height: 44px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: background-color .4s ease-in-out, color .4s ease-in-out;
  transition: background-color .4s ease-in-out, color .4s ease-in-out;
  &:hover {
   background: #87162D;
  }
}
.header-text
{
font-size: 24px;
font-family: 'Whitney', 'Whitney Condensed', sans-serif;
font-weight: 500;
color: #0B253F;
margin: 16px 0 5px;
span{
  font-weight: 600;
}
}

.card-group{
/* position: absolute; */
width: 150px;
}
.nav-tabs{
  border-bottom: 4px solid rgba(11, 37, 63, 0.10);
gap: 40px;
}

#active-offers tr.active td{
  background-color: #a1eaa1
}
#profile table tbody td{
  background: #fff;
  color: #333;
}
#formResults{
  font-family: 'BentonSans', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #0B253F;
 margin-block: 30px;
}
.relative{
position: relative;
}
.nav-tabs .nav-link{
font-size: 18px;
background: none;
border: 0;
padding-left: 0;
padding-right: 0;
color: #0B253F;
min-height: 44px;
display: flex;
align-items: center;  
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
background: none;
border: 0;
color: #0B253F;
font-weight: 600;
position: relative;

}
.tab-content
{
  margin-top: 24px;
}
.nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #991933;
}
.table th, .table td{
  padding: 8px 12px;
  font-size: 16px;
}
.table  th{
  background: #0B253F;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.col_1{
width: 40%;
}
.col_2{
width: 30%;
}
.col_3{
width: 30%;
}
.caption-top caption{
font-size: 20px;
margin-top: 30px;
margin-bottom: 20px;
}
.form_flex{
display: flex; 
gap: 20px;
}
.button_wrap{
  
}
.btn-reset{
background: #E3DCD2;
margin-left: 15px;
color: #0B253F;
&:hover {
  background: #C7B6A7;
  color: #0B253F;
 }
}
.formWrap{
background:#fff;
padding: 25px;
width: fit-content;
margin-bottom: 30px;
}
/* @media (min-width: 768px) {
.gradient-form {
height: 100vh !important;
}
} */
@media (min-width: 769px) {

}