/* ==================================================
   JourneyMark Premium Trip Cards
==================================================*/

.category-trips-single{
    margin-bottom:40px;
}

.category-trips-single-inner-wrap{
    overflow:hidden;
    border-radius:18px;
    background:#fff;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s ease;
}

.category-trips-single-inner-wrap:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.16);
}

.category-trip-fig{
    position:relative;
    overflow:hidden;
    margin:0;
}

.category-trip-fig img{
    width:100%;
    height:420px;
    object-fit:cover;
    transition:.6s ease;
}

.category-trips-single:hover img{
    transform:scale(1.08);
}

.category-trip-fig:after{
    content:"";
    position:absolute;
    inset:0;
    background:
    linear-gradient(
    180deg,
    rgba(0,0,0,.08) 0%,
    rgba(0,0,0,.18) 45%,
    rgba(0,0,0,.78) 100%);
}

.category-trip-content-wrap{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:28px;
    z-index:5;
    color:#fff;
}

.category-trip-title{
    margin:10px 0;
    font-size:30px;
    line-height:1.2;
    font-weight:700;
}

.category-trip-title a{
    color:#fff;
    text-decoration:none;
}

.category-trip-title a:hover{
    color:#d9b56d; /* JourneyMark gold */
}

.category-trip-desti{
    font-size:14px;
    opacity:.95;
    margin-bottom:12px;
}

.wpte-trip-price-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:15px;
}

.category-feat-ribbon{
    background:#d9b56d;
    color:#111;
    font-weight:700;
    border-radius:30px;
    padding:8px 16px;
}

.category-trip-budget{
    margin-top:18px;
}

.wpte-button-group{
    display:none;
}
/* ===========================================
   JourneyMark Premium Overlay Layout
=========================================== */

.category-trip-fig{
    position:relative;
}

.jm-card-overlay{

    position:absolute;

    inset:0;

    z-index:20;

    display:flex;

    flex-direction:column;

    justify-content:space-between;

    padding:24px;

    pointer-events:none;
}

.jm-card-top{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;
}

.jm-card-bottom{

    color:#fff;
}

.category-trip-title{

    font-size:32px;

    font-weight:700;

    margin:10px 0;
}

.category-trip-title a{

    color:#fff;
}

.category-trip-title a:hover{

    color:#d4af37;
}

.category-trip-desti{

    color:#fff;

    opacity:.9;

    margin-bottom:10px;
}

.category-trip-budget{

    margin:0;
}

.wpte-trip-price-wrapper{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:15px;
}

.category-feat-ribbon{

    background:#d4af37;

    border-radius:30px;

    padding:8px 18px;

    color:#111;

    font-size:13px;

    font-weight:700;
}

/* Hide plugin footer button */
.wpte-button-group{

    display:none;
}

/* Make the entire card clickable */
.category-trip-fig > a{

    position:absolute;

    inset:0;

    z-index:15;

    text-indent:-9999px;
}