.aals {
    margin: 12px 0;
}

.aals-controls-head {
    display: flex;
    justify-content: space-between;
    align-items: self-end;;
    width: 100%;
    margin-bottom: 30px;
}
.aals-controls-title h2{
    margin: 0;
    padding: 0;
}

.aals-controls {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

#ui-datepicker-div.ui-datepicker th {
    background-color: #000;
}

.aals-date {
    width: 150px !important;
    max-width: 100%;
    padding: 10px 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    height: 40px !important;
    text-align: center;
    cursor: pointer !important;
}

.aals-reset {
    margin: 0 !important;
    padding: 0px !important;
    height: 20px;
    width: 20px;
    margin-right: 15px !important;
    text-align: center;
    padding-bottom: 2px !important;
    transform: rotate(45deg);
    background-color: #000 !important;
}

.aals-reset--hidden {
    display: none !important;
}

.aals-reset:hover {
    color: #fbf851 !important;
}

.aals-status {
    margin: 10px 0;
}

.aals-msg {
    padding: 10px 12px;
    border-radius: 10px;
    background: #f7f7f7;
}

.aals-msg--warn {
    background: #fff6e5;
}

.aals-msg--error {
    background: #ffe8e8;
}

.aals-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
    gap: 14px;
}

.aals-card {
    border: 1px solid #eee;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}

.aals-card:hover {
    box-shadow: 4.78px -4.78px 17.93px -5.98px #fbf851;
}

.aals-card__link {
    text-decoration: none;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.aals-card__link:hover {
    color: #050b20 !important;
}

.aals-card__media {
    border-radius: 12px;
    overflow: hidden;
    max-height: 230px;
    transition: all 0.3s ease;
}

.aals-card__link:hover .aals-card__media {
    scale: 1.02;
}

.aals-thumb {
    width: 100%;
    height: auto;
    display: block;
}

.aals-thumb--placeholder {
    height: 140px;
    background: #f2f2f2;
}

.aals-card__title {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 1.2;
    transition: all 0.3s ease;
}

.aals-card:hover .aals-card__title {
    text-decoration: underline;
}

.aals-card__content {
    width: 100%;
    padding: 0 10px;
}

.aals-card__extra {
    padding: 0 10px 10px;
    font-size: 14px;
    opacity: 0.9;
}

.aals-features {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    font-size: 12px;
}

.aals-price {
    margin-top: 20px;
    font-size: 18px;
}

.aals-card__action {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.aals-card__button {
    border: 2px solid #000;
    border-radius: 10px;
    width: 110px;
    text-align: center;
    background-color: #000;
    color: #fbf851;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.aals-card:hover .aals-card__button {
    background-color: #fbf851;
    color: #000;
}

.aals-feature-item {
    padding-left: 30px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.aals-feature-title {
    font-size: 16px;
}

.aals-feature-subtitle {
    font-weight: 500;
}

.aals-feature-value {
    font-size: 11px;
    opacity: 0.8;
}


/*two cars shortcode*/
.aals-two-cards-section {
    margin-bottom: 100px;
}

.aals-two-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.aals-two-card {
    position: relative;
    1 overflow: hidden;
}

.aals-two-cards-title {
    margin-bottom: 30px;
}

.aals-two-card__image {
    height: 300px;
    overflow: hidden;
}

.aals-two-card__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: all 0.3s ease;
}

.aals-two-card__image:hover img {
    scale: 1.02;
}

.aals-two-card h3 {
    font-size: 30px;
    margin: 0;
    color: #050B20;
    margin-top: 15px;
    transition: all 0.3s ease;
}

.aals-two-card:hover h3 {
    text-decoration: underline;
}

.aals-two-card__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    z-index: 2;
    transition: all 0.3s ease;
}

.aals-two-card:hover .aals-two-card__badge {
    box-shadow: 4.78px -4.78px 17.93px -5.98px #fbf851;
}

.aals-two-card__badge span {
    display: block;
    font-size: 12px;
    opacity: 0.8;
}

@media (max-width: 786px) {
    .aals-controls-head {
        flex-direction: column;
    }
    .aals-feature-title {
        font-size: 14px;
    }

    /*two cars shortcode*/
    .aals-two-cards {
        grid-template-columns: 1fr;
    }

    .aals-two-card h3 {
        font-size: 18px;
    }

    .aals-two-card__image {
        height: 200px;
    }
}
