/* humblepilates/assets/css/home.css */
/* CSS Variables untuk Warna Branding */
:root {
    --primary-color: #aa4126;
    --secondary-color: #f4d6be;
}

/* Main Content */
main {
    padding: 50px;
    min-height: 80vh;
}

/* Home Content */
.home-content {
    margin-top: 60px;
    margin-bottom: 60PX;
}

.home-content h1.title_ {
    font-family: "DM Serif Display", serif;
    font-size: 2rem;
    max-width: 600px;
    line-height: 1.1;
    margin-bottom: 5px;
    color: #aa4126;
    font-weight: 800;
    width: unset;
    text-transform: uppercase;
}

.home-content p.decrp {
    width: 400px;
}

/* Filter Options */
.filter-options {
    margin-bottom: 100px !important;
}

.filter-options label {
    margin-right: 10px;
    font-weight: bold;
    color: #aa4126;
    font-family: "DM Serif Display", serif;
    font-weight: 600;
}



/* Packages Grid */
.packages {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.package-card {
    background-color: #fff;
    border-radius: 5px;
    padding: 0;
    max-width: 100%;
    min-width: 250px;
    width: unset;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.package-card h3 {
    margin-bottom: 10px;
    color: var(--primary-color);
    font-family: "Marcellus", serif;
}

.package-card p {
    margin-bottom: 10px;
    color: #605e5e;
    height: 80px;
    font-size: 0.9em;
}

/* Package Info */
.package-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 14px;
    color: #555;
}

.package-info p {
    display: flex;
    align-items: center;
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-size: 15px;
}

.package-info .label {
    font-weight: bold;
    color: #aa4126;
    margin-right: 10px;
    width: 100px;
}

.package-info i {
    margin-right: 10px;
    color: #aa4126;
    font-size: 18px;
}

/* Responsive */


p.descrp {
    max-width: 400px;
    width: unset;
    line-height: 1.3;
}

.col-md-4.mb-4 {
    padding: unset;
    /* width: 23%; */
    width: 100%;
    max-width: 300px;
}

.img-clsss {
    height: 20;
    height: 186px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.filter-options.mb-4 {
    /* margin: auto; */
    margin-top: 40px;
}

h5.card-title.package-title {font-size: 21px;}

.info-sds {
    display: flex;
}

p.inf-dmsi {
    height: unset;
}

p#left {
    margin-left: auto;
}

img.card-img-top.img_pckg {
    width: 100%;
    height: unset;
}


link {}

.price-buttn {
    display: grid;
    grid-template-columns: 50% 50%;
    height: fit-content;
    border-top: 1px solid #cbcbcb;
    padding-top: 10px;
}

.price_view.d-flex.justify-content-between.align-items-center.mb-3 {
    display: block !important;
    margin-bottom: 0px !important;
}

span.original-price.text-decoration-line-through {
    width: 100%;
    display: block !important;
}

span.discounted-price.fw-bold {
    font-size: 1.em;
}

button#book_now {
    margin-right: auto;
}

form.mt-2 {
    margin-left: auto;
}

select#category {
    max-width: 400px;
    padding-left: 0;
    font-weight: 600;
    border: unset;
    border-radius: 0;
    border-bottom: 1px solid #aa4126;
    background: unset;
}



@media (max-width: 968px) {
 .packages {
        align-items: center;
    }

    .package-card {
        width: 100%;
        max-width: 100%;
    }
    .col-md-4.mb-4{max-width: 320px;}
    .home-content{

padding: 10px;

box-sizing: border-box;
}

    .subscription.class{padding: 10px;}
    .filter-options.mb-4{padding: 20px;margin-bottom: 20px !important;}

    .package-card{}
}



.card-body {}


@media (max-width: 750px) {

    
.card.h-100.package-card {
    width: 100%;
    max-width: unset;
}

    .col-md-4.mb-4{max-width: 300px;width: 100%;}

    

}


.hero-title {
    position: absolute;
    z-index: 99;
    bottom: 0;
    color: white;
    width: 100%;
    padding: 10px;
    background: linear-gradient(#00000000, rgb(0 0 0 / 46%));
}

select#category:focus {
    border-color: unset;
    box-shadow: unset;
    border-bottom: 1px solid #aa4126;
}

main.container.mt-4 {
    padding-top: 0;
}

.subscription.class {
    background: #aa4126;
    border-radius: 10px;
    color: white;
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    overflow: hidden;
}

.subscription h1 {
    text-align: right;
    font-family: "DM Serif Display", serif;
    font-size: 2rem;
    /* font-weight: 800; */
    text-transform: uppercase;
    width: 400px;
    margin-left: auto;
    color: white;
}

.subscription class p {}

.subscription p {
    text-align: right;
    width: 400px;
    margin-right: 0;
    margin-left: auto;
    font-family: arial;
    font-size: 13px;
    line-height: 1.4;
    height: 200px;
}

.gradient-black {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(transparent, rgb(0 0 0 / 24%));
    z-index: 99;
}

h1 {
    font-family: "DM Serif Display", serif;
    font-size: 2rem;
    max-width: 600px;
    line-height: 1.1;
    margin-bottom: 5px;
    color: #aa4126;
    font-weight: 800;
    width: unset;
    text-transform: uppercase;
}

.description h1 {
    text-align: center;
    margin: auto;
    font-size: 1.6rem;
}

p#desk {
    text-align: center;
    margin: auto;
}

label.form-label {
    text-align: center;
}

select#category {
    text-align: center;
    margin: auto;
    padding: unset;
}

.class-date-category {
    margin-top: 100px;
}