/* Hero Section */
.contract-hero-section {
    background: #0e2954;
    color: #ffffff;
    text-align: center;
    padding: 100px 0 0;
}
.contract-hero-section.has-pb {
    padding-bottom: 100px;
}
.contract-hero-section h1 {
    font-size: 48px;
    line-height: 1.25;
    font-family: "Proxima Nova Extrabld";
    margin-bottom: 12px;
}
.contract-hero-section p {
    font-size: 16px;
    line-height: 1.33;
    margin-bottom: 0;
}

.contract-value-proposition-section {
    background: #0e2954;
    color: #ffffff;
    padding: 80px 0 100px;
}
.contract-value-proposition-section .value-proposition-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 30px 0;
}
.contract-value-proposition-section .value-proposition-row .value-proposition-col {
    width: 33.33%;
    padding: 0 15px;
}
.contract-value-proposition-section .value-proposition-row .value-proposition-col .value-proposition-content {
    text-align: center;
}
.contract-value-proposition-section .value-proposition-row .value-proposition-col .value-proposition-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    margin-bottom: 30px;
}
.contract-value-proposition-section .value-proposition-row .value-proposition-col h3 {
    font-size: 24px;
    line-height: 1.25;
    font-family: "Proxima Nova Bold";
    margin-bottom: 12px;
}
.contract-value-proposition-section .value-proposition-row .value-proposition-col p {
    font-size: 16px;
    line-height: 1.33;
    margin-bottom: 0;
    text-align: left;
}
/* Contract Programs Carousel Wrapper */
.contract-programs-carousel-wrapper {
    position: relative;
}

.contract-programs-carousel {
    overflow: hidden;
    width: calc(100% + 20px);
    padding: 10px;
    margin: -10px;
}
/* Contract Programs Carousel Navigation */
.contract-programs-carousel-btn {
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    box-shadow: 0px 3px 12px 4px rgba(20, 20, 20, 0.05);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: absolute;
    top: calc(50% - 22px);
    z-index: 1;
}

.contract-programs-carousel-btn:hover:not(:disabled) {
    background-color: #0e2954;
    border-color: #0e2954;
}

.contract-programs-carousel-btn:hover:not(:disabled) i {
    border-color: #ffffff;
}

.contract-programs-carousel-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.contract-programs-carousel-btn i {
    width: 10px;
    height: 10px;
    border: 2.5px solid #0e2954;
    border-right: 0;
    border-bottom: 0;
    position: relative;
    transition: border-color 0.3s ease;
}

.contract-programs-carousel-prev {
    left: -22px;
}
.contract-programs-carousel-prev i {
    transform: rotate(-45deg);
    left: 2px;
}

.contract-programs-carousel-next i {
    transform: rotate(135deg);
    left: -2px;
}
.contract-programs-carousel-next {
    right: -22px;
}


.contract-programs-grid-section {
    background-color: #f6f7fb;
    padding: 50px 0;
}

.contract-programs-grid-section .partnership-brand-column-container{
    min-height: 150px;
}

.how-contracts-work-section {
    padding: 80px 0 0;
}
.how-contracts-work-section h2 {
    font-size: 36px;
    line-height: 1.25;
    font-family: "Proxima Nova Bold";
    margin-bottom: 24px;
    text-align: center;
}
.how-contracts-work-section .contracts-work-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 20px 0;
}
.how-contracts-work-section .contracts-work-col {
    width: 25%;
    padding: 0 10px;
}
.how-contracts-work-section .contracts-work-card {
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    height: 100%;
    color: #fff;
    background-color: #0e2954;

}
.how-contracts-work-section .contracts-work-card .contracts-work-card-heading {
    min-height: 60px;
}
.how-contracts-work-section .contracts-work-card h3 {
    font-size: 22px;
    line-height: 1.25;
    font-family: "Proxima Nova Bold";
    margin-bottom: 8px;
}
.how-contracts-work-section .contracts-work-card .card-content * {
    font-size: 16px;
    line-height: 1.33;
}
.how-contracts-work-section .contracts-work-card .card-content ul {
    text-align: left;
}
.how-contracts-work-section .contracts-work-card .card-content ul li {
    list-style-type: disc;
    margin-bottom: 4px;
}
.how-contracts-work-section .contracts-work-card .card-content ul li:last-child {
    margin-bottom: 0;
}
.how-contracts-work-section .contracts-work-card .card-content ul li a {
    color: #ffffff;
    text-decoration: underline !important;
}

/* Buyers Eligibility Section */
.buyers-eligibility-section {
    padding: 80px 0 0;
}
.buyers-eligibility-section .buyers-section-title {
    text-align: center;
    margin-bottom: 40px;
}
.buyers-eligibility-section .buyers-section-title h2 {
    font-size: 36px;
    line-height: 1.25;
    font-family: "Proxima Nova Bold";
    margin-bottom: 12px;
}
.buyers-eligibility-section .buyers-section-title p {
    font-size: 16px;
    line-height: 1.33;
    margin-bottom: 0;
    text-align: center;
}
.buyers-eligibility-section .buyers-eligibility-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 20px 0;
}
.buyers-eligibility-section .buyers-eligibility-column {
    width: 33.33%;
    padding: 0 10px;
}

.buyers-eligibility-section .buyers-eligibility-content {
    border-radius: 4px;
    padding: 36px;
    text-align: center;
    height: 100%;
    background-color: #f6f7fb;
}
.buyers-eligibility-section .buyers-eligibility-content h3 {
    font-size: 24px;
    line-height: 1.25;
    font-family: "Proxima Nova Bold";
    margin-bottom: 8px;
}
.buyers-eligibility-section .buyers-eligibility-content * {
    font-size: 16px;
    line-height: 1.33;
}
.buyers-eligibility-section .buyers-eligibility-content ul {
    text-align: left;
}
.buyers-eligibility-section .buyers-eligibility-content .card-content ul li {
    list-style-type: disc;
}
.buyers-eligibility-section .contracts-work-card .card-content ul li:last-child {
    margin-bottom: 0;
}
.buyers-eligibility-section .buyers-eligibility-content .card-content ul li a {
    text-decoration: underline !important;
}

.inventory-estimate-variability-section {
    padding: 80px 0 0;
}
.inventory-estimate-variability-section h2 {
    font-size: 36px;
    line-height: 1.25;
    font-family: "Proxima Nova Bold";
    margin-bottom: 12px;
    text-align: center;
}
.inventory-estimate-variability-section .inventory-description * {
    font-size: 16px;
    line-height: 1.33;
}
.inventory-estimate-variability-section .inventory-description p {
    margin-bottom: 8px;
}
.inventory-estimate-variability-section .inventory-description p:last-child {
    margin-bottom: 0;
}
.inventory-estimate-variability-section .inventory-description ul {
    margin-left: 0;
}
.inventory-estimate-variability-section .inventory-description ul:last-child {
    margin-bottom: 0;
}
.inventory-estimate-variability-section .inventory-description ul li {
    list-style: none;
    padding-left: 22px;
    background-image: url(../images/blue-check-sign.svg);
    background-repeat: no-repeat;
    background-position: left top 4px;
    margin-bottom: 4px;
}
.inventory-estimate-variability-section .inventory-description ul li:last-child {
    margin-bottom: 0;
}
.inventory-estimate-variability-section .inventory-two-col-data {
    margin-top: 50px;
    margin-inline: -30px;
    gap: 40px 0;
}
.inventory-estimate-variability-section .inventory-two-col-data .col-md-6 {
    padding-inline: 30px;
}
.inventory-estimate-variability-section .inventory-two-col-data h3 {
    font-size: 24px;
    line-height: 1.25;
    font-family: "Proxima Nova Bold";
    margin-bottom: 8px;
    text-align: center;
}
.inventory-estimate-variability-section .inventory-two-col-data p {
    font-size: 16px;
    line-height: 1.33;
    margin: 0;
}

.contracts-form-section .contract-form-card {
    background-color: #f6f7fb;
    border-radius: 4px;
    padding: 60px 0;
}
.contracts-form-section .contract-form-card .contract-form-title {
    text-align: center;
    margin-bottom: 40px;
}
.contracts-form-section .contract-form-card .contract-form-title .form-icon {
    display: inline-flex;
    margin-bottom: 12px;
}
.contracts-form-section .contract-form-card .contract-form-title h2  {
    font-size: 36px;
    line-height: 1.25;
    font-family: "Proxima Nova Bold";
    margin-bottom: 12px;
}
.contracts-form-section .contract-form-card .contract-form-title h2:last-child  {
    margin-bottom: 0;
}
.contracts-form-section .contract-form-card .contract-form-title p {
    font-size: 16px;
    line-height: 1.33;
    margin-bottom: 0;
}


/* 4-Step Process Navy Boxes */
.contracts-process-step-box {
    background: #0e2954;
    color: #ffffff;
    padding: 40px 30px;
    border-radius: 4px;
}

.contracts-step-number {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Eligibility Boxes - Remove Borders */
.contracts-eligibility-box {
    background: #f6f7fb;
    border: none;
    border-radius: 4px;
    padding: 40px 30px;
}

.partnership-brand-column .contracts-programs-grid-item {
    padding: 35px 40px;
}
.partnership-brand-column .contracts-programs-grid-item-image img {
    min-height: 80px;
}


.contract-testimonials-section.seller2023_testimonial_section .seller2023_section_title {
    margin-bottom: 60px;
}
.contract-testimonials-section .testimonial-row {
    gap: 50px 0;
}
.contract-testimonials-section .testimonial-card {
background-color: #f6f7fb;
    border-radius: 4px;
    padding: 0 28px 28px;
    height: 100%;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contract-testimonials-section .testimonial-card .testimonial-text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
    position: relative;
    padding-top: 42px;
}
.contract-testimonials-section .testimonial-card .testimonial-text::before {
    content: "";
    position: absolute;
    top: -21px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/testimonial-quote-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    height: 42px;
    width: 42px;
    background-size: 42px;
}
.contract-testimonials-section .testimonial-card .user-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}
.contract-testimonials-section .testimonial-card .user-wrapper .user-image{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}
.contract-testimonials-section .testimonial-card .user-wrapper .user-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.contract-testimonials-section .testimonial-card .user-wrapper .user-details {
    width: calc(100% - 62px);
}
.contract-testimonials-section .testimonial-card .user-wrapper .user-details h4 {
    font-size: 16px;
    line-height: 1.33;
    margin-bottom: 4px;
    font-family: "Proxima Nova Bold";
}
.contract-testimonials-section .testimonial-card .user-wrapper .user-details h4:last-child {
    margin-bottom: 0;
}
.contract-testimonials-section .testimonial-card .user-wrapper .user-details p {
    font-size: 16px;
    line-height: 1.33;
    margin-bottom: 0;
    font-family: "Proxima Nova Regular";
}

/* Form Container */
.contracts-form-section {
    background: #f6f7fb;
    border-radius: 4px;
    padding: 60px 40px;
    margin: 100px auto;
}

/* Form Styling */
.contracts-salesforce-form {
    max-width: 700px;
    margin: 0 auto;
}

.contracts-form-field {
    margin-bottom: 20px;
}

.contracts-form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #404040;
    margin-bottom: 4px;
}

.contracts-form-input,
.contracts-form-select,
.contracts-form-textarea {
    width: 100%;
    padding: 0 16px;
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    background-color: #ffffff;
    font-family: inherit;
    transition: border-color 0.2s;
    margin-bottom: 0;
}

.contracts-form-input:focus,
.contracts-form-select:focus,
.contracts-form-textarea:focus {
    outline: none;
    border-color: #153adc;
    box-shadow: 0 0 0 3px rgba(21, 58, 220, 0.1);
}

.contracts-form-select {
    background-position: right center;
}

.contracts-form-textarea {
    min-height: 120px;
    resize: vertical;
    padding-block: 12px;
}

/* Submit Button */
.contracts-form-submit {
    background: #153adc;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0;
    display: block;
}

.contracts-form-submit:hover {
    background: #0e2954;
}

.contracts-form-submit:active {
    transform: translateY(1px);
}

/* Required Field Indicator */
.contracts-form-required {
    color: #dc3545;
    margin-left: 2px;
}

/* Error States */
.contracts-form-input.error,
.contracts-form-select.error,
.contracts-form-textarea.error {
    border-color: #dc3545;
}

.contracts-form-error-message {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

/* Mobile Responsive */
@media (max-width: 767px) {
    .contracts-form-section {
        padding: 40px 20px;
    }

    .contracts-form-submit {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .how-contracts-work-section .contracts-work-col { width: 50%; }
    .contract-programs-grid-section .partnership-brand-column-container{ min-height: 120px; }
    .partnership-brand-column .contracts-programs-grid-item-image img { min-height: 62px !important;}
}

@media (max-width: 992px) {
    .buyers-eligibility-section .buyers-eligibility-column { width: 100%; }
    .contract-value-proposition-section .value-proposition-row .value-proposition-col { width: 100%; }
    .contract-programs-grid-section .partnership-brand-column-container{ min-height: 100px; }
    .contract-testimonials-section .testimonial-row { padding: 0 15px;}
}

@media (max-width: 768px) {
    .contracts-secondary-column.partnership-brand-column:last-child { margin-bottom: 30px; }
    .how-contracts-work-section .contracts-work-col { width: 100%; }
    .inventory-estimate-variability-section .inventory-two-col-data { margin-inline: -15px; }
    .inventory-estimate-variability-section .inventory-two-col-data .col-md-6 { padding-inline: 15px;}
    .contract-testimonials-section .testimonial-row { padding: 0 15px;}
}
