@font-face {
    font-family: 'abc-arizoneflare-light';
    src: url('../../fonts/ABCArizonaFlare-Light-Trial.woff2') format('woff2'),
         url('../../fonts/ABCArizonaFlare-Light-Trial.woff') format('woff'),
         url('../../fonts/ABCArizonaFlare-Light-Trial.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* 👈 add this line */
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'abc-arizoneflare-light', sans-serif;
    position: relative;
}

body {
    display: flex;
    flex-direction: column;
    letter-spacing: 0.2px;
    
}

.bg-1 {
    background-image: url('/img/Login Page.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #c3b1a6;
}

.bg-color-1 {
    background-color: #c3b1a6;
    color: #70392e;
}

/* BOTTOM NAV */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #70392e;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    transition: transform 0.3s ease-in-out;
}

.bottom-nav.hide {
    transform: translateY(100%);
}

.bottom-nav a {
    text-decoration: none;
    color: #927061; /* Default icon color */
    text-align: center;
}

.bottom-nav a.active {
    color: #c3b1a6; /* Active icon color */
}

.bottom-nav img.icon {
    display: block;
    height: 24px;
    margin: 0 auto;
}

.bottom-nav i.icon {
    display: block;
    height: 24px;
    margin: 0 auto;
    font-size: 1.5em;
}

.bottom-nav span {
    font-size: 0.8em;
}

/* For desktop view */
@media (min-width: 768px) {
    .bottom-nav {
        position: fixed;
        top: auto;
        display: flex;
        justify-content: space-around;
    }
}

.text-color-1 {
    color: #6f3a2e;
}


/* HOME */
.thai-text {
    font-size: 0.8rem;
    margin-top: -6px;
    position: relative;
    z-index: 1; 
}

.service-text {
    font-size: 1rem;
}

.content {
    flex: 1; 
}

.carousel-inner img {
    object-fit: cover;
}

.custom-embed {
    margin-top: 20px;
}

/* Custom carousel indicators */
.carousel-indicators {
    position: absolute;
    left: 10px;
    flex-direction: row;
}

.carousel-indicators li {
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 2px;
    margin: 2px;
    transition: width 0.3s ease;
}

.carousel-indicators .active {
    width: 20px;
    background-color: #ffffff;
}

/* Hide the arrows */
.carousel-control-prev,
.carousel-control-next {
    display: none;
}

.btn-reservation {
    background-color: #70392e;
    color: #c3b1a6;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    background-image: url('/img/icons/Right Arrow.png');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 8px 16px;
    transition: background-image 0.3s ease;
}

.btn-reservation:hover {
    background-image: url('/img/icons/Right Arrow Br.png');
    /* background-color: #5a2d24; */
    color: #c3b1a6;
}

/* Horizontal scroll container */
.horizontal-scroll-container {
    overflow-x: auto;
    /* padding: 20px; */
    scroll-behavior: smooth;
    margin-bottom: 3rem;
}

.horizontal-scroll-container::-webkit-scrollbar {
    display: none; 
}

.horizontal-scroll-item {
    position: relative;
    margin-right: 15px;
}

.horizontal-scroll-item img {
    width: auto;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
    /* filter: brightness(60%); */
}

.service-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px 10px 15px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-title {
    /* color: #e0d3c7; */
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: normal;
}

.service-title-thai {
    color: #b8b8b8;
    font-size: 0.4rem;
    margin-top: 0.1rem;
}

.service-price {
    color: #d7d4d3;
    font-size: 0.5rem;
    align-self: flex-start;
    margin-left: 2px;
    margin-bottom: 2px; 
}

.service-price-amount {
    color: #d7d4d3;
    font-size: 0.7rem;
    align-self: flex-start; 
}

/* RESERVATION */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11% 6%;
}

.profile-header {
    position: relative;
}


.notification-icon {
    position: absolute;
    top: 0px; 
    right: 0px; 
    font-size: 1.3rem; 
    cursor: pointer; 
}

.header-1 {
    background-color: #70392e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.rating-header {
    align-items: center;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.rating-place {
    font-size: 0.6rem;
}

.close-icon {
    width: 2em;
    cursor: pointer;
}

.close-img {
    width: 50%;
    height: auto;
    display: block;
}

.close-img {
    width: 20px;
    height: auto;
    display: block;
}

.container {
    padding: 0 20px 80px 20px;
}

.service-body {
    position: relative;
    /* background-image: url('/img/background/Thai Tradional Massage Background.jpg'); */
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 120px); 
    padding: 20px;
    color: #ffffff; 
    padding-bottom: 5rem !important;
    flex: 1;
    flex-direction: column;
    display: flex;
}

.service-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); 
    z-index: 0;
}

.service-container {
    position: relative;
    /* z-index: 1;  */
}

.service-title {
    position: relative;
    z-index: 1; 
}

.reservation-card, .login-card {
    background-color: #ede4df;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    color: #70392e;
}

.reservation-method {
    margin-top: 30px;
}

.reservation-method h5 {
    margin-bottom: 20px;
}

.reservation-method .btn {
    margin-bottom: 10px;
}

.cancel-reservation-btn, .register-reservation-btn, .login-reservation-btn, .button {
    background-color: #70392e;
    color: #c3b1a6;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 1rem;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}

.cancel-reservation-btn:hover, .register-reservation-btn:hover, .login-reservation-btn:hover, .button:hover {
    background-color: #5a2d24;
}

.row img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.reservation-card span{
    font-size: 0.8rem;
}

.description-reserve{
    font-size: 0.7rem;
    line-height: 1;
    /* text-align: justify; */
}

.logo-img {
    width: 13em;
}

select#state {
    width: 100%;
    box-sizing: border-box;
}

/* Apply specific styles for mobile devices */
@media (max-width: 767px) {
    select#state {
        font-size: 14px;
        padding: 10px;
    }
}

.select-group label, .select-date label, .select-state label {
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.select-group select {
    border: none;
    border-bottom: 1px solid #70392e;
    width: 100%;
    padding: 5px 20px 5px 5px; /* Adjust padding for arrow space */
    background-color: transparent;
    color: #70392e;
    appearance: none;
    background-image: url('/img/icons/Down Arrow.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px 8px;
}

.select-date select, .select-state select {
    border: none;
    /* border-bottom: 1px solid #70392e; */
    width: 40%;
    padding: 5px 20px 5px 5px; /* Adjust padding for arrow space */
    background-color: transparent;
    color: #70392e;
    appearance: none;
    background-image: url('/img/icons/Down Arrow.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px 8px;
}

.location-text {
    font-size: 0.6rem;
    margin: 0 !important;
}

.location-list {
    margin-top: 30px;
}

.location-list h5 {
    margin-bottom: 20px;
}

.location-item {
    padding: 5px 10px 10px 10px;
    border-bottom: 1px solid #70392e; /* Add bottom border */
}

.location-item img {
    width: 24px;
}

.location-item .heart-icon {
    width: 24px;
    cursor: pointer;
}

.location-item .location-name {
    font-size: 1rem;
    /* font-weight: bold; */
}

.location-item .distance {
    color: #70392e;
}

.time-slot button {
    background-color: #ede4df;
    color: #70392e;
    border: none;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 0.7rem;
    cursor: pointer;
    margin-right: 3px;
    margin-top: 3px;
}

.time-slot button.active {
    background-color: #70392e;
    color: #c3b1a6;
}

.time-slot button:hover {
    background-color: #5a2d24;
    color: #c3b1a6;
}

.submit-button {
    display: block;
    width: 90%;
    padding: 10px;
    background-color: #70392e;
    color: #c3b1a6;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    margin-top: 20px;
}

.submit-button:hover {
    background-color: #5a2d24;
}

h3, h5 {
    color: #70392e;
}

.location-list a {
    color: #70392e; /* Set link color to dark brown */
    text-decoration: none; /* Remove underline */
}

.location-card {
    background-color: #ede4df;
    border: 1px solid #70392e;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.location-card .location-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.location-card .heart-icon {
    width: 24px;
    cursor: pointer;
}

.location-card .details {
    margin-top: 10px;
}

.location-card .details span {
    line-height: 1.2rem;
    display: block;
    margin-bottom: 5px;
}

.location-card .details small {
    font-size: 0.6em;
}

.tel, .hours {
    display: inline-block;
}

.date-day-slot-container {
    overflow-x: auto;
}

.date-day-slot {
    display: flex;
}

.date-slot {
    background-color: #ede4df;
    border: 1px solid #70392e;
    border-radius: 10px;
    color: #70392e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin: 3px;
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 0.8rem;
}

.date-slot.active {
    background-color: #70392e;
    color: #c3b1a6;
}

.select-date select {
    border: none;
    border-bottom: 1px solid #70392e;
    width: 40%;
    padding: 5px 20px 5px 5px; /* Adjust padding for arrow space */
    background-color: transparent;
    color: #70392e;
    appearance: none; 
    background-image: url('/img/icons/Down Arrow.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16px 8px;
}

.tel, .hours {
    display: inline-block;
}

.heart-icon {
    width: 24px;
    cursor: pointer;
}

.heart-icon.active {
    background-image: url('/img/icons/Heart Solid.png');
}

.rewards-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.history-button {
    background-color: #d1c2bd;
    color: #70392e;
    padding: 5px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.points-section {
    margin-bottom: 20px;
}

.points-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.points-details div {
    display: flex;
    align-items: center;
}

.points-details img {
    width: 1.5em;
    height: 1.5em;
    margin-left: 5px;
}

.points-section h3 {
    margin: 0;
}

.state-outlet-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.state-select,
.outlet-select {
    width: 48%;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #70392e;
    background-color: transparent;
    color: #70392e;
}

.redemption-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.redemption-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ede4df;
    padding: 10px;
    border-bottom: 1px solid #70392e;
    border-radius: 10px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #70392e;
}

.redemption-item:hover {
    background-color: #d1c2bd;
    text-decoration: none;
    color: #70392e;
}

.history-list {
    margin-top: 20px;
}

.history-item {
    border-bottom: 1px solid #70392e;
    padding: 10px 0;
}

.history-item .item-name {
    font-weight: bold;
}

.history-item .points {
    float: right;
    font-weight: bold;
}

.history-item .details {
    font-size: 0.7rem;
    color: #70392e;
}

.details-place {
    margin-top: -5px;
}

.no-more-history {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 20px;
}

.item-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 20px;
}

.item-title {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.item-description {
    margin-bottom: 20px;
    font-size: 0.8rem;
    line-height: 1;
}

.details-table {
    width: 100%;
    border-collapse: collapse;
}

.details-table td {
    border: none;
    padding: 0 5px;
    align-content: baseline;
}

.details-table .small-font {
    font-size: 0.8em;
}

.messages-header {
    margin-bottom: 20px;
}

.message-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.message-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #70392e;
    cursor: pointer;
    position: relative;
}

.date-container {
    display: flex;
    align-items: center; 
}

.message-item span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
}

.no-more-messages {
    text-align: center;
    margin-top: 70px;
    font-style: italic;
    font-size: 12px;
}

.reservation-messages, .reservation-messages a {
    text-align: start;
    margin-top: 5px;
    font-size: 12px;
}

.reservation-messages a {
    text-decoration: underline;
    color: #70392e;
}

.no-more-history {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 20px;
}

.profile-img {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    border: 1px white solid;
}

.big-profile-img {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    border: 1px white solid;
    margin-bottom: 15px;
    position: absolute;
}

.profile-details {
    max-width: 100%;                
    overflow: hidden;
}

.email {
    display: inline-block;         
    max-width: 100%;               
    white-space: nowrap;           
    overflow: hidden;              
    text-overflow: ellipsis;            
}

.email-wrap a {
    white-space: normal; /* Allow text to wrap */
    word-break: break-all; /* Break long words if needed */
}

.profile-details {
    flex: 1;
}

.profile-details-info {
    border-bottom: 1px solid #6f3a2e;
}

.profile-details h2,
.profile-details p {
    margin: 0;
}

.my-profile-btn {
    background-color: #d2c2bd;
    /* background-color: #c3b1a6; */
    color: #70392e;
    border: none;
    padding: 2px 15px;
    border-radius: 10px;
    font-size: 0.85rem;
}

.profile-info-container {
    width: 100%;
    box-sizing: border-box;
    height: -webkit-fill-available;
    padding: 20px 0 0 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.account-info-container {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.package-place {
    font-size: 0.6rem;
}

.account-info {
    background-color: #c3b1a6;
    color: #6f3a2e;
    /* 3/4 of the page */
    box-sizing: border-box;
    /* height: -webkit-fill-available; */
    overflow-y: auto;
    width: 100%;
    margin-bottom: auto;
    /* min-height: calc(107vh - 30vh); */
    min-height: 90vh;
}

.choices.is-disabled .choices__item {
    color: #6f3a2e !important;
}
}

.account-main {
    padding: 20px 20px 50px 20px !important;
    border-radius: 10px;
}

.account-profile {
    padding: 40px 20px 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    margin-top: 65px;
    display: flex;
    flex-direction: column;
}

.account-rating, .welcome-container {
    padding: 40px 20px 50px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    flex: 1;
}

.account-info .amount {
    font-size: 2.5rem;
}

.account-info .profile {
    font-size: 1rem;
    margin-top: -10px;
    text-align: end;
}

.account-info .expiry {
    font-size: 0.5rem;
    margin-top: -10px;
}

.account-info .package,
.location-package,
.account-info .expire,
.date-package {
    font-size: 0.5rem;
}

.history {
    margin: 20px 0;
}

.history .history-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #70392e;
}

.history .history-item .details .location {
    flex: 1;
    font-size: 1rem;
}

.history .history-item .details .date {
    flex: 1;
    font-size: 0.6rem;
}

.history .history-item .history-amount {
    text-align: right;
    font-size: 0.8rem;
    font-weight: bold;
}

.history .history-item .points {
    text-align: right;
    font-size: 0.6rem;
}

.history .history-item .details .date {
    font-size: 0.5rem;
    font-weight: bold;
}

.qr-header {
    /* border-bottom: 1px solid #6f3a2e; */
    align-items: end;
    margin-top: -10px;
}

.no-more-history {
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}

.massage-progress {
    font-size: 0.8rem;
    word-wrap: break-word;
    white-space: normal;
}

.progress-bar {
    color: #c3b1a6;
    background-color: #6f3a2e;
    border: 1px solid #6f3a2e;
}

.progress {
    background-color: #c3b1a6;
    border: 1px solid #6f3a2e;
}

.location-package,
.date-package {
    font-size: 0.8rem;
}

.idno,
.name,
.email {
    font-size: 1.1rem;
}

.idno {
    margin-top: -8px !important;
}

.profile-name {
    color: #c3b1a6;
}

.promo-body {
    /* background-image: url('/img/background/Background Ramadan Promo Extended.jpg'); */
    background-size: cover;
    background-position: center;
    padding: 20px;
    /* color: #c3b1a6; */
    color: #70392F;
    position: relative;
    flex: 1;
    flex-direction: column;
    display: flex;
}

.promo-title {
    font-size: 30px;
    margin-bottom: 0;
}

.promo-discount {
    font-size: 70px;
    margin-bottom: 0;
}

.promo-discount span {
    font-size: 40px;
}

.promo-service {
    margin-top: -20px;
}

.promo-body .promo-navigation a {
    color: #70392F;
}

.service-body .promo-navigation a {
    color: #ffffff;
    z-index: 1;
}

.promo-navigation a img{
    height: 16px;
}

.arrow-left {
    rotate: 180deg;
}

.accordion-container {
    margin-top: 40px;
}

.accordion {
    background-color: rgba(255, 0, 0, 0);
    margin-top: 20px;
    cursor: pointer;
    border: none;
    outline: none;
    text-align: left;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    /* color: #c3b1a6; */
    color: #70392F;
    position: relative; /* For positioning the line and arrow */
}

.accordion::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    /* background-color: #c3b1a6; */
    background-color: #70392F;
    display: block;
    transition: background-color 0.3s ease; /* Add transition for smooth effect */
}

.accordion-light::after {
    background-color: white;
}

.accordion-beige::after {
    background-color: #C3B0A6;
}

.accordion.active::after {
    background-color: rgba(255, 0, 0, 0); /* Make the line invisible when active */
}

.accordion::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    /* background-color: #c3b1a6; */
    background-color: #70392F;
    display: block;
}

.accordion-light::before {
    background-color: white;
}

/* beige theme */
.accordion-beige::before {
    background-color: #C3B0A6;
}

.accordion.active {
    /* border-left: 1px solid #c3b1a6; */
    border-left: 1px solid #70392F;
    /* border-right: 1px solid #c3b1a6; */
    border-right: 1px solid #70392F;
}

.accordion-light.active {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.accordion-beige.active {
    border-left: 1px solid #C3B0A6;
    border-right: 1px solid #C3B0A6;
}

.arrow-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    height: 16px; 
}

.panel {
    display: none;
    /* color: #70392e; */
    /* background-color: rgba(255, 0, 0, 0); */
    /* background-color: #ede4df; */
    padding: 10px;
    font-size: 14px;
    /* border-left: 1px solid #c3b1a6;
    border-right: 1px solid #c3b1a6;
    border-bottom: 1px solid #c3b1a6; */
    border-left: 1px solid #70392F;
    border-right: 1px solid #70392F;
    border-bottom: 1px solid #70392F;
}

.panel.active {
    display: block;
}

.panel ul {
    list-style-type: none;
    padding: 0;
}

.panel ul li {
    margin-bottom: 10px;
}

.accordion.active .arrow-icon {
    transform: translateY(-50%) rotate(90deg);
}

.description {
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 1.1rem;
    /* text-align: justify;  */
}

.price {
    font-weight: bold;
    color: #ffffff; 
}

.price-table th, 
.price-table td {
    padding: 5px; 
    margin: 0;    
    border-spacing: 0; 
    line-height: 1.2; 
}

.price-table {
    border-collapse: collapse; 
    width: 65%; 
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.price-table th {
    font-weight: normal;
    font-size: 12px;
}

.price-table td {
    font-size: 0.6rem;
}

.profile a {
    color: #6f3a2e;
}

.settings {
    margin-top: auto;
    border-top: 1px solid #70392e;
}

.setting-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    background: transparent;
    border-bottom: 1px solid #70392e;
    cursor: pointer;
}

.setting-item:hover {
    background-color: rgba(112, 57, 46, 0.1);
}

.setting-item span {
    font-size: 1rem;
}

.setting-item button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.3s ease; /* Smooth transition effect */
}

.setting-item button:hover {
    outline: none !important;
}

.version-info {
    margin-top: 20px;
    font-size: 0.8rem;
}

.arrow-right {
    width: 10px;
    height: auto;
}

.improvement {
    margin-top: 20px;
}

.improvement-item {
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #70392e;
    background: transparent;
    cursor: pointer;
    color: #6f3a2e;
    text-align: left;
    border-radius: 10px;
    transition: background-color 0.3s, color 0.3s;
    font-size: 0.8rem;
}

.improvement-item:hover {
    background-color: rgba(112, 57, 46, 0.1);
}

.improvement-item.selected {
    background-color: #70392e;
    color: #c3b1a6;
}

textarea {
    border: none;
    border: 1px solid #70392e;
    background: transparent;
    color: #6f3a2e;
    width: 100%;
    margin-top: 20px;
    resize: none; 
    box-sizing: border-box; 
    padding: 10px; 
    font-family: inherit; 
    font-size: inherit; 
    border-radius: 10px;
}

textarea.remarks {
    border: none;
    border-bottom: 1px solid #6f3a2e;
    background: transparent;
    color: #6f3a2e;
    width: 100%;
    margin-top: 0px;
    resize: none; 
    box-sizing: border-box; 
    padding: 0px; 
    font-family: inherit; 
    font-size: inherit; 
    border-radius: 0px;
    outline: none;
}

/* Placeholder styling for textarea */
textarea::placeholder {
    color: grey;
}

/* Placeholder styling for input */
input::placeholder {
    color: #727272;
}

.clickable {
    cursor: pointer;
}

.star-container {
    display: inline-block;
}

.star-icon {
    width: 50px;
    margin-right: 5px;
}

/* Add this CSS to your stylesheets */

.form-group {
    position: relative;
}

.form-label {
    top: 0;
    left: 0;
    font-size: 0.75em;
    color: #6f3a2e;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    margin-bottom: 0;
    display: block;
}

.form-label-password-message {
    top: 0;
    left: 0;
    font-size: 0.7em;
    color: #838381;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    margin-bottom: 0;
    display: block;
}

.form-input,
.form-select {
    width: 100%;
    padding: 0;
    border: none;
    border-bottom: 1px solid #6f3a2e;
    background-color: transparent;
    font-size: 1em;
    color: #6f3a2e;
    outline: none;
}

.form-input-modal {
    width: 100%;
    padding: 0;
    border: none;
    background-color: #c3b1a6;
    font-size: 1.2em;
    color: #6f3a2e;
    outline: none;
}

.popup-otp-message {
    margin-top: 15px;
}

.input-message {
    border: 1px solid #6f3a2e !important;
}

.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/img/icons/Down Arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1em;
    padding-right: 1.5em; /* To provide space for the arrow */
}

.form-input:focus,
.form-select:focus {
    border-bottom-color: #6f3a2e;
}

.tab-menu {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
    background-color: transparent;
}

.tab-button {
    padding: 0.75em 1.5em;
    cursor: pointer;
    background-color: transparent;
    color: #6f3a2e;
    border: none;
    outline: none !important;
    transition: background-color 0.3s ease-in-out;
    flex: 1; /* Equal width buttons */
}

.tab-button.active {
    border-bottom: 3px solid #6f3a2e;
    outline: none !important;
}

.button:focus {
    outline: none !important;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.short-line {
    border-bottom: 0.5rem solid #6f3a2e;
    width: 20%;
    border-radius: 0.5rem;
}

.forgot-password {
    text-align: right;
    margin-top: 0.5em;
}

.forgot-password a {
    font-size: 0.875em;
    color: #6f3a2e;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

/* Styles for the proceed as guest link */
.proceed-as-guest {
    text-align: center;
    margin-top: 1em;
}

.proceed-as-guest a {
    font-size: 1em;
    color: #6f3a2e;
    text-decoration: underline;
    background-color: transparent;
    transition: color 0.2s ease-in-out;
}

.proceed-as-guest a:hover {
    color: #6f3a2e;
}

/* Style for checkbox */
.form-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 1em;
    height: 1em;
    border: 2px solid #6f3a2e;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    margin-right: 0.5em;
    position: relative;
}

.form-checkbox:checked {
    background-color: #6f3a2e;
    border-color: #6f3a2e;
    color: #6f3a2e;
}

.form-checkbox:checked::before {
    content: '✓';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 1em;
    color: #c3b1a6;
}

/* Style for the terms label */
.form-checkbox-label {
    font-size: 0.875em;
    color: #6f3a2e;
    display: inline;
}

/* Style for links in the terms label */
.form-checkbox-label a {
    text-decoration: underline;
    color: #6f3a2e;
    transition: color 0.2s ease-in-out;
}

.form-checkbox-label a:hover {
    color: #6f3a2e;
}

.button:disabled {
    background-color: #6f3a2e;
    cursor: not-allowed;
}

button:focus {
    outline: none !important;
}

.mobile-code {
    flex: 0 0 20%; 
    padding: 0 0.5rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    appearance: none; 
    outline: none;
}

.start-container {
    position: fixed;
    bottom: -700px;
    left: 0;
    right: 0;
    transition: bottom 1s ease-out;
    will-change: bottom;
}


.visible {
    bottom: 0;
}

.input-container {
    position: relative; 
    display: inline-block;
}

.verified-container {
    display: flex;
    gap: 10px;  /* Adds space between the spans */
    align-items: center;
}

.verified-span {
    position: absolute; 
    top: 20%; 
    right: 0px; 
    transform: translateY(-50%); 
    background-color: #6f3a2e;
    color: #c3b1a6; 
    padding: 0px 5px;
    border-radius: 5px; 
    font-size: 0.75em; 
    white-space: nowrap; 
}

/* SUCCESS MESSAGE DURING LOGIN */
.success-overlay, .unread-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999; 
    transition: opacity 0.5s ease-out; 
}

.success-message {
    background-color: #c3b1a6; 
    color: #6f3a2e; 
    border: 2px solid #6f3a2e; 
    padding: 20px 20px 5px 20px;
    border-radius: 5px;
    text-align: center;
    opacity: 1;
}

.unread-message {
    background-color: #c3b1a6; 
    color: #6f3a2e; 
    border: 2px solid #6f3a2e; 
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    opacity: 1;
    margin: 20px;
}

.success-overlay.show {
    display: flex; 
    opacity: 1; 
}

.unread-overlay.show {
    display: block; 
    opacity: 1; 
}

.success-overlay.fade-out, .unread-overlay.fade-out {
    opacity: 0; 
}

.unread-count {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%); /* centers text inside bell */
    font-size: 8px;
    font-weight: bold;
    color: #70392e; /* make it visible inside */
    pointer-events: none; /* so clicking still triggers the bell */
}

.alert.alert-success {
    position: absolute;
    width: 100%;
}

.spinner-border, .sr-only {
    color: #c3b1a6 !important; /* Replace #3498db with your desired color */
}

/* FAQ SECTION */
.faq-answer {
    display: none;
    background-color: #b3a298;
}

.arrow-down-faq {
    position: absolute;
    right: 20px;
    transition: transform 0.3s ease;
    height: 10px; 
}

.arrow-right-faq {
    position: absolute;
    right: 20px;
    transition: transform 0.3s ease;
    height: 16px; 
}

.arrow-icon-fqa.rotate {
    transform: translateY(-50%) rotate(90deg);
}

/* MODAL CHANGE PROFILE IMG */
@media (min-width: 576px) {
    .modal-dialog {
        margin: auto;
        max-width: 500px; /* Optional: Set a max width for the modal */
    }
}

/* Center modal vertically for larger screens */
@media (min-width: 992px) {
    .modal-dialog {
        margin-top: calc(100vh - 60%); /* Adjust the top margin for larger screens */
    }
}

.modal-backdrop {
    z-index: 0 !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #70392e;
    margin: 15% auto;
    border: 1px solid #70392e;
    width: 80%;
    max-width: 500px;
    border-radius: 4px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #c3b1a6 !important;
}

.modal-header h5 {
    color: #c3b1a6;
}

.close {
    color: #c3b1a6;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #c3b1a6;
    text-decoration: none;
    cursor: pointer;
}

.file-input {
    display: block;
    margin: 20px 0;
}

#imagePreview {
    text-align: center;
    margin-bottom: 20px;
}

#profilePreview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover; /* Ensures the image maintains aspect ratio */
    border: 2px solid #ddd;
}

/** QR Code */
.qr-code-container, .barcode-container {
    width: 100%; 
    max-width: 300px; 
    margin: 0 auto; 
    overflow: hidden; 
    text-align: center; 
}

.qr-code-container img, .barcode-container img {
    width: 100%; 
    height: auto;
}

.text-center {
    display: flex;
    flex-direction: column; 
    align-items: center;  
    justify-content: center; 
    max-width: 100%; 
}

.qr-code-container, .barcode-container {
    width: 100%; 
    max-width: 300px; 
    margin-bottom: 20px; 
}

.qr-code-container img, .barcode-container img {
    max-width: 100%; 
    height: auto; 
}

/** referral */
.refer-btn {
    background-color: #ede4df;
    color: #70392e;
    border: none;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 0.8rem;
    cursor: pointer;
    margin: 3px;
}

/** Message Toast */
/* Toast message styling */
.toast-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 5px;
    z-index: 9999;
    opacity: 0.9;
    color: #fff;
    font-size: 16px;
    transition: opacity 0.5s ease; /* Fade-out transition */
    background-color: rgba(0, 0, 0, 0.8); /* Add a background color for visibility */
    width: 75%;
}

/* Success and error-specific colors */
.toast-message.success {
    background-color: #70392e;
    color: #c3b1a6;
}

.toast-message.error {
    background-color: #70392e;
    color: #c3b1a6;
}

.toast-close-btn{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    color: #fff;
}

.gender .choices, .state .choices, 
.pax .choices, .service .choices,
.duration .choices {
    width: 100%;
}

.state-outlet-container .choices, .outlet-select .choices {
    width: 50%;
}

.choices {
    margin-bottom: 0px !important;
    margin-right: 10px !important;
    padding-right: 20px !important;
    font-size: 1em !important;
    width: 25%;
    border-bottom: 1px solid #6f3a2e;
}

.reservation-today .choices, .gender .choices {
    width: 100%;
}

.select-date .choices {
    border-bottom: none !important;
}

.select-state .choices, .select-date .choices{
    width: 50%;
}

.choices__inner {
    display: table-footer-group !important;
    background-color: #c3b1a6 !important;
    border: none !important;
    border-radius: 0px !important;
    font-size: 1em !important;
    width: 200px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.choices__item--choice {
    white-space: normal; 
}

.choices__list--single {
    padding: 0px 8px 0px 0px !important;
}

/* .choices__list--dropdown, .choices__list[aria-expanded] {
    width: 200px !important;
} */

.choices__list--dropdown .choices__item--choice {
    white-space: normal; /* Allow text wrapping inside the dropdown */
    word-break: break-word; /* Prevent overflow by breaking long words */
}

.choices__list--dropdown, .choices__list[aria-expanded] {
    width: 200px !important;
}

.rotate {
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.location-item.selected {
    background-color: #ede4df; 
    /* color: #c3b1a6; */
    border-radius: 10px;
    border: 2px solid #70392e;
}

.tab-buttons {
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
}

.tab-button {
    background-color: #c3b1a6;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    color: #70392e;
    /* border-radius: 5px; */
}

.tab-button.active {
    /* background-color: #70392e; */
    color: #70392e;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

a.read-all-button, a.read-all-button:active, a.read-all-button:focus {
    color: #70392e;
    text-decoration: none;
}

button {
    outline: none;
}

/* Message Page */
.row-message {
    display: grid;
    grid-template-columns: 150px auto; /* First column width fixed, second auto */
    margin: 0;
}

.row-message p {
    text-align: left;
    /* font-weight: bold; */
    color: #70392e;
    margin-bottom: 0px;

}

.row-message span {
    text-align: left;
}

.note-message {
    margin-top: 20px;
    font-size: 0.95rem;
}

.contact-message {
    margin-top: 10px;
    font-size: 0.95rem;
    /* font-style: italic; */
}

.btn-rate {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #70392e;
    color: #c3b1a6;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-rate:hover, .btn-rate:focus, .btn-rate.active {
    background-color: #6a3028;
    color: #c3b1a6;
}

.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagination li {
    margin: 0 2px; /* Spacing between items */
}

.pagination li a,
.pagination li span {
    color: #70392e !important; /* Custom color */
    text-decoration: none;
    font-size: 14px;
    padding: 8px 12px;
    border: 1px solid #70392e !important; /* Border around links */
    border-radius: 5px;
    transition: all 0.3s ease; /* Smooth hover effect */
    background-color: transparent !important;
}

.pagination li a:hover,
.pagination li span:hover {
    background-color: #70392e !important;
    color: #c3b1a6 !important;
}

.pagination li.active span {
    background-color: #70392e !important;
    color: #c3b1a6 !important;
    font-weight: bold;
    border-color: #70392e !important;
    z-index: 0 !important;
}

.pagination li.disabled span {
    color: #c3b1a6;
    pointer-events: none;
    background-color: #70392e;
}

/* Confirmation Aroma Treatment with Thai Bed */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}
.modal-box {
    background: #70392e;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    width: 320px;
    max-width: 90%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.modal-box h4,  .modal-box p{
    color: #c3b1a6;
}

.modal-box p{
    font-size: 14px;
}

.modal-actions {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    gap: 20px;
}
.btn-yes, .btn-no {
    width: 50%;
    background: #c3b1a6;
    color: #70392e;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
}

.upcoming-reservation-section {
    margin-top: 15px;
    margin-bottom: 15px;
}

.upcoming-reservation-card {
    background-color: #ede4df;
    border-radius: 10px;
    padding: 15px;
    color: #70392e;
}

.upcoming-reservation-card .confirmed-on {
    display: block;
    font-size: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.upcoming-reservation-card .outlet-name {
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.upcoming-reservation-card .reservation-info img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.upcoming-reservation-card .reservation-info span {
    font-size: 0.75rem;
}

.upcoming-reservation-card .reservation-remarks {
    font-size: 0.7rem;
    line-height: 1.2;
}

.upcoming-reservation-card .reservation-remarks p {
    font-size: 0.75rem;
    margin-top: 4px;
}

.upcoming-reservation-card .cancel-reservation-btn {
    margin-top: 12px;
}

.view-more-reservations {
    display: block;
    /* text-align: center; */
    margin-top: 10px;
    font-size: 0.8rem;
    color: #70392e;
    text-decoration: underline;
}

.no-upcoming-reservation {
    background-color: #ede4df;
    border-radius: 10px;
    padding: 15px;
    color: #70392e;
    font-size: 0.85rem;
    text-align: center;
}


/* VOUCHERS */
.vouchers-section h4,
.vouchers-section .fw-bolder {
    margin-bottom: 10px;
}

.voucher-card {
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.voucher-card-bg {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    min-height: 180px;
    display: flex;
    align-items: stretch;
    position: relative;
}

.voucher-card-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(112, 57, 46, 0.35);
    border-radius: 10px;
}

.voucher-card-content {
    position: relative;
    z-index: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    min-height: 180px;
}

.voucher-card-text {
    font-size: 1rem;
    margin: 0;
    line-height: 1.2;
}

.voucher-card-brand {
    font-size: 1rem;
    font-weight: bold;
}

.voucher-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
}

.voucher-card-expiry {
    font-size: 0.75rem;
}

.view-more-vouchers a {
    color: #70392e;
    font-size: 0.8rem;
    text-decoration: underline;
}

.no-voucher {
    color: #70392e;
    font-size: 0.9rem;
    font-style: italic;
}

.voucher-nearest-expiry {
    color: #70392e;
    font-size: 0.75rem;
}

.vouchers-list .voucher-card {
    margin-bottom: 15px;
}