body {
    background-color: #254a1f !important;
}
body.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}


nav {
    max-width: 480px !important;
    margin: auto !important;
    overflow: hidden !important;
    
}

.main-header {
    background: #fff url('../images/dashboard/background.png') no-repeat center center;
    max-height: 50px !important;
}

footer {
    max-width: 480px !important;
    z-index: 1037 !important;
    margin: auto !important;
    background: #fff url('../images/dashboard/background.png') no-repeat center center;
    max-height: 50px !important;
}

.main-footer{
    display: flex;
    align-items: center;
}


.wrapper {
    max-width: 480px !important;
    margin: auto !important;
    overflow: hidden !important;
    background: #fff url('../images/dashboard/background.png') no-repeat center center;
}

.content-wrapper{
    background: #fff url('../images/dashboard/background.png') no-repeat center center;
}

.app-icon {
    width: 28px !important;
}

/* Sidebar Start */
#profile{
    margin: 20px 0px 10px 20px;
    text-align: center;
}
#profile-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #254a1f;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto 10px;
    color:white;
}

/* Sidebar End */


#profile h4 {
    font-size: 14px;
    margin: 0;
    color: #333;
    text-align: center;
}
.points-box {
    font-weight: 600;
    text-align: center;
    padding: 12px 0;
    color: #555;
}

.profile-card {
    justify-content: center;
    width: 100%;
}

.profile-card img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    display: block;  
   
}

.profile h4 {
    font-size: 14px;
    margin: 0;
    color: #333;
    text-align: center;
}
.profile {
    margin: 20px 0px 20px 20px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    text-align: center;
    padding: 20px;
}
.feature-item  {
    text-decoration:none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feature-item a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feature-item img {
    width: 80px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 6px;
}
.feature-item span {
    font-size: 14px;
    font-weight: bold;
    display: block;
    color: #878787; 
}


.main-footer img {
    width: 40px;
    height: 32px;
}


/* forgot password  */
.forgot_password-box {
    text-align: center;
}

.forgot_password-box form {
margin: 0 auto;
}

.forgot_password-box .form-control {
    border: 1px solid #254a1f;
    padding: 14px;
    margin-bottom: 10px; 
    width: 100%; 
    border-radius: 6px;
    font-size: 15px;
    box-sizing: border-box;
    width:90%;
}

.forgot_password-box .btn-forgot_password {
    width: 90%;
    padding: 14px;
    background-color: #254a1f;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.forgot_password-box .btn-forgot_password:hover {
    background-color: #89a84f;
}

.forgot_password-box .forgot-link {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    display: block;
}
.forgot_password-box .forgot_password-link {
    margin-top: 15px;
    font-size: 14px;
    color: #89a84f;
    text-decoration: none;
    display: block;
}

.forgot_password-box .forgot-link strong {
    color: #9cba61;
    font-size: 15px;
}
.forgot_password-box .forgot_password-link strong {
    color: #9cba61;
    font-size: 15px;
}
#email{
    display: inline-block !important;
}

/* forgot password  end */

/* sign-up */
.signup-box {
    padding-left: 38px;
}

.signup-box form {
    margin: 0 auto;
}

.signup-box .form-control {
    border: 1px solid #254a1f;
    padding: 14px;
    margin-bottom: 10px; 
    width: 100%; 
    border-radius: 6px;
    font-size: 15px;
    box-sizing: border-box;
    width:90%;
}

.signup-box .btn-signup {
    width: 90%;
    padding: 14px;
    background-color: #254a1f;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.signup-box .forgot-link {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    display: block;
}
.signup-box .signup-link {
    margin-top: 15px;
    font-size: 14px;
    color: #89a84f;
    text-decoration: none;
    display: block;
}

.signup-box .forgot-link strong {
    color: #9cba61;
    font-size: 15px;
}
.signup-box .signup-link strong {
    color: #9cba61;
    font-size: 15px;
}


.label_terms_and_condition {
    font-size: 14px;
}
/* sign-up end */

/* rewards */
.rewards-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow-y: auto;
}

.reward-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #fff 75%, #254a1f 25%);
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    min-height: 110px;
    width: 100%;
    max-width: 420px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.1s ease-in-out;
}
.reward-card:hover {
    text-decoration: none;
    color: #254a1f;
}

.reward-info {
    padding: 15px;
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reward-title {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reward-desc {
    font-size: 13px;
    color: #555;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.reward-points {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}

.reward-action {
    background: #254a1f;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    text-transform: uppercase;
    height: 100%;
}

.rewards-box h1 {
    text-align: center;
    color: #254a1f;
    font-weight: 700;
    letter-spacing: 1px;
    padding-left: 40px;
}

.rewards-header {
    color: #254a1f;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* rewrads end */

/* services */
.services-box {
    background-size: cover;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    overflow-y: auto;
}
.service-section {
    margin: 15px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.service-section h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 5px;
}

.service-section p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 15px;
    color: #555;
}

.services-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
}

.services-scroll::-webkit-scrollbar {
    display: none; 
}

.service-card {
    min-width: 130px;
    background: #254a1f;;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 20px 10px;
    font-size: 14px;
    font-weight: bold;
    flex-shrink: 0;
    cursor: pointer;
    transition: transform 0.2s;
}

.service-card:hover {
    transform: scale(1.05);
}
/* services end */

/* appointments */
select, input, textarea {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 10px;
}

.date-box {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    gap: 8px;
}

.date-item {
    flex: 1;
    text-align: center;
    padding: 8px;
    border-radius: 10px;
    background: #f7f7f7;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #eee;
}

.date-item.active {
    background: #254a1f;
    color: #fff;
    font-weight: bold;
}

.time-slots {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
    color: #777;
    font-size: 14px;
}

.persons-box {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 15px 0;
}

.person-btn {
    flex: 1;
    border: 1px solid #ddd;
    padding: 10px 0;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    background: #f7f7f7;
    font-weight: bold;
    font-size: 14px;
}

.person-btn.active {
    background: #254a1f;
    color: #fff;
}

textarea {
    height: 70px;
    resize: none;
}

.submit-btn {
    margin-top: 20px;
    width: 100%;
    padding: 15px;
    background: #254a1f;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.date-box::-webkit-scrollbar {
    display: none;
}
.date-box {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;     /* Firefox */
}
/* appointments end */

/* products */
 .product-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    overflow-y: auto;
}

.products-box  h1{
    text-align: center;
    margin-bottom: 24px;
    color: #254a1f;
    font-weight: 700;
    letter-spacing: 1px;
}

.products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    width: 100%;
    max-width: 420px;
}

.product-card {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s;
    min-height: 140px;
}

.product-card:hover {
    transform: scale(1.03);
}

.product-image {
    background: #254a1f;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px; 
    font-size: 28px;
    color: #aaa;
    width: 100%; 
    object-fit: contain;
    

}

.product-info {
    padding: 12px;
}

.product-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.product-price {
    font-size: 13px;
    font-weight: bold;
    color: #444;
}
/* products end */

/* stores */
.stores-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    overflow-y: auto;
}


.stores-card {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    min-height: 110px;
    width: 100%;
    max-width: 420px;
}

.stores-name {
    background: #254a1f;
    color: white;
    font-weight: bolder;
    font-size: 13px;
    text-transform: uppercase;
    width: 120px;     
    display: flex;
    align-items: center;
    justify-content: center;
}


.stores-info {
    flex: 1;
    padding: 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

  
.stores-contact {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stores-address {
    font-size: 13px;
    color: #555;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.stores-points {
    font-weight: bold;
    font-size: 14px;
    color: #333;
}


.stores-box h1 {
    text-align: center;
    margin-bottom: 24px;
    color: #254a1f;
    /* font-size: 2rem; */
    font-weight: 700;
    letter-spacing: 1px;
}
/* stores end */

/* terms and conditions */

.terms_and_conditions-box {
    
    background-size: cover;
    box-shadow: 0 8px 32px rgba(60, 80, 60, 0.18);
    text-align: left;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    backdrop-filter: blur(2px);
}

.term_and_conditions-contents {
    padding: 10px 20px;
}

.terms_and_conditions-box h1 {
    text-align: center;
    margin-bottom: 24px;
    color: #254a1f;
    font-weight: 700;
    letter-spacing: 1px;
}

.terms_and_conditions-box h3 {
    margin-top: 28px;
    margin-bottom: 10px;
    color: #254a1f;
    font-size: 1.15rem;
    font-weight: 600;
}

.terms_and_conditions-box p {
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 16px;
    text-align: justify;
    }

.terms_and_conditions-box strong {
    color: #254a1f;
    font-weight: 600;
}

.terms_and_conditions-box a {
    color: #388e3c;
    text-decoration: underline;
    transition: color 0.2s;
}
.terms_and_conditions-box a:hover {
    color: #254a1f;
    text-decoration: none;
}
/* terms and conditions end */

/* redeem */
.redeem-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
} 

.redeems-box  h1{
    text-align: center;
    margin-bottom: 24px;
    color: #254a1f;
    font-weight: 700;
    letter-spacing: 1px;
}

.redeem-card {
    background: #fff;
}

.redeem-info {
    padding: 12px;
}

.redeem-title {
    font-size: 14px;
    font-weight: 1000;
    color: #333;
    margin-bottom: 5px;
}

.redeem-description {
    font-size: 13px;
    font-weight: bold;
    color: #444;
}

.btn-redeem {
    width: 100%;
    padding: 14px;
    background-color: #254a1f;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 20px;
    font-weight: bolder;
    cursor: pointer;
    margin-top: 8px;
}
.redeem-image{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.redeem-points {
    font-size: 16px;
    font-weight: 1000;
    color: #254a1f;
}
/* redeem end */

/* event and promos */
.events_promos_title{
    color:black;
}
/* event and promos end */
