.special-offers-section {
    max-width: 1440px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.special-offers-section h2 {
    font-family: 'Montserrat';
    font-size: 42px;
    font-weight: 700;
    color: #1b3b6b;
    text-align: center;
    margin-bottom: 50px;
}

.special-offers-section a.btn {
    font-size: 18px;
    font-weight: 500;
    padding: 12px 20px;
    background: #1b3c6f;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 50px;
    transition: all 0.3s ease;
}

html .special-offers-section .content-wrapper a.btn:focus {
    text-decoration: unset;
    background: #1b3c6f;
    color: #FFFFFF;
}

.special-offers-section a.btn:hover i {
    transform: translateX(5px);
}

.special-offers-section a.btn i {
    margin-left: 5px;
    transition: all 0.3s ease;
}

.special-offers-section a.btn {
    display: none
}

.special-offers-section .lot-item .text-content a.btn.reserve-now {
    display: block;
}

.special-offers-section .lot-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    row-gap: 40px;
}

.special-offers-section .lot-item {
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #eee;
}

.special-offers-section .lot-item .text-content {
    text-align: left;
    padding: 20px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.special-offers-section .lot-item .text-content h3 {
    font-size: 24px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #1b3b6b;
    text-align: left;
}

.special-offers-section .lot-item .text-content .price {
    color: #169d53;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    display: block;
}

.special-offers-section .lot-item .text-content .expiration-date {
    font-size: 15px;
    margin-bottom: 20px;
    color: red;
}

.special-offers-section .lot-item .text-content .property-length,
.special-offers-section .lot-item .text-content .description {
    text-align: left;
}

.special-offers-section .lot-item .text-content .property-length {
    font-size: 18px;
    margin-bottom: 10px;
}

.special-offers-section .lot-item .text-content .description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.special-offers-section .lot-item .text-content .description ul li {
    font-size: 18px;
    font-family: 'Montserrat'
}

.special-offers-section .lot-item .text-content .property-length i {
    margin-right: 8px;
}

.special-offers-section .lot-item .text-content a.btn {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    background: #1b3c6f;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 100%;
    display: block;
    margin-top: auto;
}

.special-offers-section .lot-item .text-content a.btn:hover {
    background: transparent;
    color: #1b3b6b;
}

.special-offers-section .lot-item .text-content a.btn:focus {
    text-decoration: none;
}

.special-offers-section .lot-item .featured-image {
    padding: 20px 20px 0 20px;
    position: relative;
}

.special-offers-section .lot-item .featured-image img {
    width: 100% !important;
    /* height: 300px !important; */
    /* max-width: unset !important; */
    object-fit: cover;
}

.special-offers-section .lot-item .featured-image .badge {
    background: red;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
}

/* Modal Styles */
.special-offers-section .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.special-offers-section .modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 10px 30px 60px 30px;
    border: 1px solid #888;
    width: 40%;
    text-align: right;
    margin-bottom: 20px;
}

.special-offers-section .modal-content form {
    text-align: center;
}

.special-offers-section .modal-content button {
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    background: #1b3b6b !important;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 30px;
    width: 86%;
}

.special-offers-section .modal-content button:focus {
    color: #FFFFFF;
}

.special-offers-section .modal-content .at-need,
.special-offers-section .modal-content .pre-need {
    text-align: left;
    border-radius: 10px;
    padding: 20px;
    border: solid 1px #1b3b6b;
    width: 600px;
    margin: auto;
}

.special-offers-section .modal-content .at-need {
    margin-bottom: 20px;
}

.special-offers-section .modal-content .at-need label,
.special-offers-section .modal-content .pre-need label {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.special-offers-section .modal-content .at-need label input,
.special-offers-section .modal-content .pre-need label input {
    margin-right: 20px;
}

.special-offers-section .modal-content .at-need label .info,
.special-offers-section .modal-content .pre-need label .info {
    font-weight: 400;
}

.special-offers-section .modal-content .at-need .info .bold,
.special-offers-section .modal-content .pre-need .info .bold {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.special-offers-section .modal-content .at-need label input::after,
.special-offers-section .modal-content .pre-need label input::after {
    background: #169d53;
}

.special-offers-section .modal-content h4 {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 700;
    color: #1b3b6b;
    text-align: center;
    margin-bottom: 50px;
}

.special-offers-section .close {
    color: #aaa;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
}

.special-offers-section .close:hover,
.special-offers-section .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1440px) {
    .special-offers-section {
        max-width: 1300px;
    }

    .special-offers-section .lot-item .text-content h3 {
        font-size: 20px;
    }

    .special-offers-section .lot-item .text-content .property-length {
        font-size: 16px;
    }

    .special-offers-section .lot-item .text-content .description ul li {
        font-size: 16px;
    }

    .special-offers-section .lot-item .featured-image .badge {
        font-size: 13px;
    }
}

@media (max-width: 1340px) {
    .special-offers-section {
        max-width: 1200px;
    }

    .special-offers-section h2 {
        font-size: 38px;
    }

    .special-offers-section .lot-item .text-content a.btn {
        font-size: 14px;
    }

    .special-offers-section .lot-item .featured-image .badge {
        font-size: 12px;
    }
}

@media (max-width: 1279px) {
    .special-offers-section {
        max-width: unset;
        padding: 100px 40px;
    }

    .special-offers-section .lot-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 992px) {
    .special-offers-section .lot-item .featured-image .badge {
        right: 20px;
    }
}

@media (max-width: 767px) {
    .special-offers-section {
        padding: 100px 20px 0;
    }

    .special-offers-section .lot-wrapper {
        grid-template-columns: 1fr;
    }

    .special-offers-section h2 {
        font-size: 32px;
        line-height: 35px;
    }

    .special-offers-section .lot-item .text-content h3 {
        font-size: 16px;
    }

    .special-offers-section .lot-item .text-content .price {
        font-size: 16px;
    }

    .special-offers-section .lot-item .text-content .expiration-date {
        font-size: 12px;
    }

    .special-offers-section .lot-item .text-content .property-length {
        font-size: 12px;
    }

    .special-offers-section .lot-item .text-content .description ul li {
        font-size: 12px;
    }

    .special-offers-section .lot-item .text-content a.btn {
        font-size: 12px;
    }

    .special-offers-section .lot-item .featured-image .badge {
        font-size: 10px;
    }
}