/* ======== COMMON CLASS ======= */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-weight: 400;
}

.color__purple{
    color: #550043
}
/* ========= 1. MEMBERSHIP PAGE ============= */
.porster .poster-inner {
    background: #eaeaea;
}

.porster .poster-inner .poster-inner-content {
    padding: 23px;
    text-align: center;
}

.porster .poster-inner .poster-inner-content .mobtitle {
    color: #b89b4d;
    font-weight: 700;
    font-size: 25px;
}

.porster .poster-inner .poster-inner-content .mobtext {
    text-align: center;
    font-size: 22px;
    line-height: 1.6;
}

.porster .monthly-gift {
    background-color: #e9e9e9;
}

.porster .monthly-gift .monthly-gift-content .monthly-content-inner h1 span {
    color: #ffffff;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.3;
}

.porster .monthly-gift .monthly-gift-content .monthly-content-inner h3 span {
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
}

.porster .pricing-table {
    border-color: #b89b4d;
    border-width: 2px;
    border-style: solid;
    background-color: #FFF;
    padding-bottom: 15px;
    overflow: hidden;
    text-align: center;
}

.porster .pricing-table:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
}

.porster .pricing-table .pricing-table-header .title {
    background-color: #b89b4d;
    font-size: 16px;
    border-bottom: 1px solid #ececec;
    font-weight: bold;

}

.porster .pricing-table .pricing-table-header .price {
    color: #000;
    font-size: 32px;
}

.porster .pricing-table .pricing-table-items .title span {
    color: #550043;
    font-size: 25px;
    font-weight: 700;
}

.porster .pricing-table .pricing-table-items .bullet-item {
    padding: 7.5px 0;
    border-bottom: 1px solid #ececec;
}

.porster .pricing-table .pricing-table-items .bullet-item .text {
    font-size: 16px;
}

.porster .pricing-table .pricing-table-items a {
    color: #550043;
}

.porster .membership-plans .title {
    font-size: 23px;
    font-weight: 700;
}
.porster .pricing-content-text span {
    font-size: 12px
}

/* ========= 2.OFFERS PAGE ============= */
.offers .offers-service .title{
    font-size: 23px;
    font-weight: 700;
}
.offers .offers-service-content .offers-image{
    overflow: hidden;

}
.offers .offers-service-content .offers-image img{
    height: 100%;
    width: 100%;
    max-height: 525px;
    object-fit: cover;
}
.offers .offers-service-content  .offers-info{
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0px;
    text-align: center;
    padding: 20px 50px;
    width: 100%;
    max-width: 100%;
}
.offers .offers-service-content  .offers-info::before{
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.offers .offers-service-content  .offers-info h3{
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    position: relative;
}
.offers .offers-service-content  .offers-info a{
    color: #fff;
    position: relative;
    border: 2px solid currentColor;
    transition: all 0.5s ease-in-out;
}
.offers .offers-service-content  .offers-info a:hover{
    background-color: #ffffff;
    color: #000;
    border: transparent;
}

.mall-offers .title{
    color: #b89b4d!important;
    font-size: 27px;
}

.mall-offers .text {
    position: relative;
    z-index: 10;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
}
.mall-offers .text-inner {
    padding: 30px 30px 30px 30px;
    background-color: rgb(255, 255, 255);
    max-height: 385px;
}
.mall-offers .text-inner h4 span{
    font-size: 24px;
}
.mall-offers .text-inner .text-inner-centent{
    height: 100%;
    /* max-height: 220px; */
    min-height: 225px;
}
.mall-offers .text-inner .text-inner-centent h5 strong{
    font-size: 16px;
}
.mall-offers .text-inner a {
    width: 100% !important;
    max-width: 100% ; 
    padding-left: 0 ; 
    padding-right: 0 ;
    display: block;
    background-color: #b89b4d;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    color: #ffffff;
}
.mall-offers .section-title-container{
    border-bottom: 2px solid rgba(0,0,0,0.1);
}
.mall-offers .section-title {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.mall-offers .section-title-normal span {
    margin-right: 15px;
    padding-bottom: 7.5px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    margin-bottom: -10px;
    font-size: 22px;
    font-weight: 700;
}
.accordion-button:not(.collapsed)::before {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    position: absolute !important;
    left: 0 !important;
   
}
.accordion .accordion-item{
    border-top:1px solid #ddd!important ;
    border-radius: 0px !important;
    border: transparent ;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent !important;
    box-shadow: none !important;
}
.accordion-button::after {
    content: "\f107" !important;
    position: absolute;
    background-image: none !important;
    left: 0px;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    font-size: 20px;
   
}
.accordion-button:focus{
    border-color: transparent !important;
    box-shadow: none !important;
}
button.accordion-button {
    padding-left: 51px;
    font-size: 17px !important;
    font-weight: 600 !important;
}
.accordion-body {
    padding: 10px  45px;
}
.accordion-button:not(.collapsed){
    color: #000;
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0px;
    background-color: rgba(0,0,0,0.03) !important;
    color: #b89b4d;
    border-top: 1px solid #b89b4d !important;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}