.home-membership-section1 {
    background-image: url('/wp-content/uploads/2025/05/header3-bg-scaled.png');
    background-repeat: no-repeat;
    -webkit-background-size: 130%;
    background-size: 130%;
    background-position: center top;
    /*height:700px;*/
    /*margin-bottom:425px;*/
}
.hms1-inner {
    padding:75px 0;
}

.hms1-header {
    text-align: center;
    margin-bottom:50px;
}

.hms1h-toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    align-items : center;
    max-width:180px;
    margin:0 auto;
    color:var(--dark-green-color);
}

.hms1h-toggle-col1,
.hms1h-toggle-col3 {
    font-weight: bold;
}
.hms1h-toggle-col2 {
    font-size: 40px;
}

.hms1-plan-box {
    background-color: #fff;
    border-radius: 10px;
    padding:45px;
    box-shadow:0 0 15px rgba(0,0,0,0.1);
}

.hms1pb-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
}

.hms1pb-column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border:1px solid #efefef;
    padding:35px;
    border-radius: 10px;
    position: relative;
}
.hms1pbc-plus-favorite {
    position: absolute;
    top:10px;
    right:10px;
    border-radius: 50px;
    padding:5px 15px;
    background-color: var(--light-green-color);
    color:var(--dark-green-color);
    border:1px solid #d1f3e1;
    font-size: 13px;
    font-weight: 500;
}

.hms1pb-column .fa-star {
    color:gold
}
.hms1pb-column.essential .fa-star {}
.hms1pb-column.plus .fa-star {
    font-size: 25px;
}
.hms1pb-column.premium .fa-star {
    font-size: 40px;
}

.hms1pb-column-icon {
    min-height:60px;
}

.hms1pb-column .price {
    font-size: 55px;
    color:var(--dark-green-color);
    font-weight: 700;
}

.hms1pb-column .price .small {
    font-size: 16px;
    color: #00000085;
    font-weight: 300
}

.hms1pb-column p,
.hms1pb-column ul {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
}
.hms1pb-column ul {
    padding:0 0 0 17px;
    margin:0;
}

.hms1pb-column-text {
    min-height:280px;
}


.home-membership-section2 {
    padding:0 0 50px 0 ;
}

.hms2-header {
    text-align: center;
    margin-bottom:50px;
}

.hms2-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}

.hms2-column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border:1px solid #CDFFE2;
    text-align: center;
    padding:30px 30px 5px 30px;
    border-radius: 10px;
}
.hms2-column img {
    width:330px;
    height:auto;
}

.hms2-column.highlight {
    box-shadow:0 0 25px rgba(0,0,0,0.15);
}

.home-membership-section3 {
    padding:50px 0;
}

.hms3-header {
    margin-bottom:50px;
}









@media only screen and (max-width: 1300px) {
    .home-membership-section1 {
        -webkit-background-size: 150%;
        background-size: 150%;
    }
}

@media only screen and (max-width: 1200px) {
    .home-membership-section1 {
        -webkit-background-size: 165%;
        background-size: 165%;
    }
    .hms1pb-container {
        gap: 15px;
    }
}

@media only screen and (max-width: 1100px) {
    .hms1pb-column {
        padding: 25px;
    }
    .hms1-plan-box {
        padding: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .home-membership-section1 {
        -webkit-background-size: 230%;
        background-size: 230%;
    }
    .hms1pb-container {
        flex-direction: column;
        gap: 35px;
    }
    .hms1-plan-box {
        max-width:700px;
        margin:0 auto;
    }
    .hms1pb-column {
        padding: 35px;
    }
    .hms1-plan-box {
        padding: 45px;
    }

}

@media only screen and (max-width: 900px) {
    .home-membership-section1 {
        -webkit-background-size: 260%;
        background-size: 260%;
    }
    .hms2-container {
        flex-direction: column;
    }

    .hms2-column {
        min-width:500px;
        max-width:500px;
        margin:0 auto;
    }
}

@media only screen and (max-width: 700px) {
    .home-membership-section1 {
        -webkit-background-size: 285%;
        background-size: 285%;
    }
}

@media only screen and (max-width: 600px) {
    .home-membership-section1 {
        -webkit-background-size: 360%;
        background-size: 360%;
    }
    .hms2-column {
        min-width: 100%;
        max-width: 100%;
    }
}


@media only screen and (max-width: 500px) {
    .home-membership-section1 {
        -webkit-background-size: 470%;
        background-size: 470%;
    }
}

@media only screen and (max-width: 400px) {
    /*.home-membership-section1 {
        margin-bottom: 1500px;
    }*/

    .hms1pb-container {
        gap: 15px;
    }

    .hms1pb-column {
        padding: 20px;
    }
    .hms1-plan-box {
        padding: 10px;
    }
    .hms1pb-column .price {
        font-size: 40px;
    }
    .hms1pb-column p, .hms1pb-column ul {
        font-size: 16px;
    }

}