/* ==========================================================================
   Single Package Detail Page
   ========================================================================== */

/* ── Main Detail Section ── */
.pkg-detail-section {
    padding: 0;
}

/* ── Bootstrap Row Wrapper ── */
.pkg-detail-row {
    padding: 0px 40px;
}

/* ── Image column ── */
.pkg-detail-image {
    padding: 0;
    overflow: hidden;
    width: 600px;
    height: 290px;
    aspect-ratio: 118 / 65;
    flex-shrink: 0;
}

.pkg-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Content ── */
.pkg-detail-content {
    color: #fff;
}

.pos-right .pkg-detail-content {
    padding: 50px 50px 50px 0;
}

.pos-left .pkg-detail-content {
    padding: 50px 0 50px 50px
}

.pkg-about-label {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: 'Open Sans', sans-serif;
    color: #A6718A;
    margin-bottom: 10px;
    display: block;
}

.pkg-detail-title {
    font-size: 35px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin-bottom: 14px;
    line-height: normal;
    text-transform: capitalize;
}

.pkg-detail-desc {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    color: #fff;
    margin-bottom: 18px;
}

/* ── Meta Row (Points + Price/Action) ── */
.pkg-meta-row {
    margin-top: 6px;
}

.pkg-points-col {
    padding-right: 24px;
}

.pkg-action-col {
    padding-left: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    min-width: 180px;
}

/* ── Points / Checklist ── */
.pkg-points-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pkg-points-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    margin-bottom: 10px;
}

.pkg-points-list li:last-child {
    margin-bottom: 0;
}

.pkg-points-list li::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3ZM10.9326 13.5176L8.70703 11.293L7.29297 12.707L11.0674 16.4814L11.7686 15.6406L16.7686 9.64062L15.2314 8.35938L10.9326 13.5176Z' fill='%23A6718A'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* ── Price + Button Row ── */
.pkg-price-action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.pkg-amount {
    font-size: 35px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 1;
    margin-bottom: 4px;
}

.pkg-purchase-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    background: transparent;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    border-radius: 0;
}

.pkg-purchase-btn:hover {
    background: #fff;
    color: #1a0d1e;
}

.pkg-purchase-btn svg {
    transition: transform 0.3s;
}

.pkg-purchase-btn:hover svg {
    transform: translateX(4px);
}

/* ── Benefits Sub-section ── */

.pkg-benefits-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    min-height: 380px;
}

.pkg-benefits-image {
    border-radius: 6px;
    overflow: hidden;
    height: 360px;
}

.pkg-benefits-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pkg-benefits-content {
    color: #fff;
}

.pkg-benefits-label {
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b89cb8;
    margin-bottom: 10px;
    display: block;
}

.pkg-benefits-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 22px;
    color: #fff;
}

.pkg-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pkg-benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #c9b8cc;
    margin-bottom: 12px;
}

.pkg-benefits-list li::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3ZM10.9326 13.5176L8.70703 11.293L7.29297 12.707L11.0674 16.4814L11.7686 15.6406L16.7686 9.64062L15.2314 8.35938L10.9326 13.5176Z' fill='%23A6718A'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* ── Back button ── */
.pkg-back-wrap {
    padding: 30px 0 50px;
}

/* ── Responsive (Bootstrap handles grid columns) ── */

/* Laptop & Tablet Landscape (Fluid vw scaling matching responsive.css) */
@media (min-width: 768px) and (max-width: 1599.98px) {
    .pkg-detail-image {
        width: 33vw;
        height: 19vw;
    }

    .pkg-about-label {
        font-size: 1.1vw;
    }

    .pkg-detail-title {
        font-size: 2.08vw;
    }

    .pkg-detail-desc {
        font-size: 1.1vw;
        line-height: 1.6vw;
    }

    .pkg-points-list li,
    .package-benefits-list li,
    .package-benefits-content.active li {
        font-size: 1.1vw;
    }

    .pkg-amount {
        font-size: 2.08vw;
    }

    .pkg-purchase-btn {
        font-size: 0.8vw;
        letter-spacing: 0.2vw;
        padding: 0.8vw 1vw;
    }

    .pos-left .pkg-detail-content,
    .pos-right .pkg-detail-content {
        padding: 34px 60px;
    }
}

/* Tablet Portrait & Mobile Landscape (px scaling) */
@media (max-width: 767.98px) {

    .pos-left .pkg-detail-content,
    .pos-right .pkg-detail-content {
        padding: 30px 24px;
    }

    .pkg-detail-image {
        width: 100%;
        height: auto;
    }

    .pkg-about-label {
        font-size: 14px;
    }

    .pkg-detail-title {
        font-size: 26px;
    }

    .pkg-detail-desc {
        font-size: 16px;
    }

    .pkg-points-list li,
    .package-benefits-list li,
    .package-benefits-content.active li {
        font-size: 16px;
    }

    .pkg-amount {
        font-size: 26px;
    }

    .pkg-purchase-btn {
        font-size: 12px;
        padding: 10px 18px;
    }
}

/* Laptop/Tablet (stack meta-row to prevent squishing text) */
@media (max-width: 1199.98px) {
    .pkg-detail-image {
        width: 90% !important;
        max-width: 450px;
        margin: 40px auto 0;
        height: auto;
        aspect-ratio: 118/65;
    }

    .pkg-points-col {
        padding-right: 0;
        margin-bottom: 24px;
    }

    .pkg-action-col {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.25);
        padding-top: 24px;
        min-width: 0;
        width: 100%;
    }
}

/* Small mobile (px scaling & stack meta-row) */
@media (max-width: 575.98px) {

    .pkg-detail-row {
        padding: 0px 15px;
    }

    .pos-left .pkg-detail-content,
    .pos-right .pkg-detail-content {
        padding: 40px 15px;
    }

    .pkg-about-label {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .pkg-detail-title {
        font-size: 22px;
    }

    .pkg-price-action {
        align-items: flex-start;
        gap: 14px;
    }

    .skin-concerns-back-btn.float-end {
        float: none !important;
        display: block;
        text-align: center;
        margin: 30px auto;
        width: fit-content;
    }

    .pkg-purchase-btn {
        width: 100%;
        justify-content: center;
        font-size: 11px;
        letter-spacing: 2px;
    }

    .pkg-amount {
        font-size: 24px;
    }
}

/* ── New Package Benefits ── */
.package-benefits-sec {
    padding: 50px 0 0;
}

.package-benefits-grid {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 400px;
    margin-top: 30px;
}

.package-benefits-content {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.package-benefits-content h3 {
    color: #4a2840;
    /* Maroon title from ref */
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
}

.package-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.package-benefits-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 18px;
    color: #3b2033;
    /* Dark text from ref */
    padding: 12px 0;
    border-bottom: 1px solid rgba(59, 32, 51, 0.2);
    /* Subtle line */
}

.package-benefits-list li:last-child {
    border-bottom: none;
}

.package-benefits-list li::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 16px;
    margin-top: 6px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3C16.9706 3 21 7.02944 21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3ZM10.9326 13.5176L8.70703 11.293L7.29297 12.707L11.0674 16.4814L11.7686 15.6406L16.7686 9.64062L15.2314 8.35938L10.9326 13.5176Z' fill='%23A6718A'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1282px) {
    .package-benefits-list li::before {
        margin-top: 0px;
    }
}


@media (max-width: 991px) {
    .package-benefits-grid {
        grid-template-columns: 1fr;
        position: relative;
        overflow: hidden;
        border: none;
    }

    .package-benefits-image {
        display: none;
    }

    .package-benefits-grid::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 0;
        pointer-events: none;
    }

    .package-benefits-content {
        padding: 40px 30px;
        background: transparent;
        position: relative;
        z-index: 1;
    }

    .package-benefits-content h3 {
        color: #fff;
    }

    .package-benefits-list li {
        color: #eee;
        border-bottom-color: rgba(255, 255, 255, 0.15);
    }
}

@media (min-width: 1600px) {
    .pkg-points-col {
        max-width: 50%;
    }
}