body {
    direction: rtl;
    text-align: right;
    font-family: "Tajawal", sans-serif;
}
.header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    background: transparent;
}
.text-primary-yellow{
    color: #d8a951;
}
.disabled-container {
    pointer-events: none;
}

.personal-info-btn{
    background-color: white;
    color: #c59447;
    border: 1px solid #c59447;
    padding:10px 15px;
    border-radius: 5px;

}

.rest-area-btn{
    background-color: white;
    color: rgb(41, 41, 41);
    border: 1px solid rgb(41, 41, 41);
    padding:10px 15px;
    border-radius: 5px;
}

.rest-area-btn.active{
    background-color: #d8a951;
    color: white;
    border: 1px solid #d8a951;
    padding:10px 15px;
    border-radius: 5px;
}

#cartItemsContainerPersonal{
    box-shadow: rgba(128, 128, 128, 0.3) 0px 0px 10px;
    border-radius: 10px;
}
.personal-info-btn:hover,.personal-info-btn.active,.personal-info-btn:focus{
    background-color: #c59447;
    color: white;
}
.navbar-nav .nav-link {
    color: white !important;
    margin-right: 20px;
    transition: color 0.3s ease, border-bottom 0.3s ease;
    border-bottom: 2px solid transparent;
    font-weight: 900;
}
.navbar-nav .nav-link:hover {
    color: #efcf6f !important;
    border-bottom: 2px solid #efcf6f;
}
.mainInsideHeader {
    border-bottom: solid 1px #f1f1f1;
}
.mainInsideHeader .nav-link {
    color: black !important;
}
.navbar-nav {
    margin-right: auto;
    margin-left: auto;
}
.navbar-toggler {
    border: none;
}
.fas.fa-bars {
    color: white;
    font-size: 1.5rem;
}
.main-banner {
    height: 100vh;
    position: relative;
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.carousel-item {
    height: 100vh;
    background-size: cover;
    background-position: center;
}
.carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
    text-shadow: 2px 2px 4px #000;
}
.carousel-caption span {
    color: #efcf6f;
}
.dropdown-menu {
    text-align: right;
}

.home-about-section {
    padding: 60px 0;
}
.home-about-section .image {
    max-width: 100%;
    height: auto;
}
.home-about-section h2 {
    color: #333;
}
.home-about-section p {
    color: #666;
}
.home-about-section .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.btn {
    max-width: 250px !important;
    border-radius: 15px 0px 15px 0px !important;
    font-weight: bold;
}
.btn-outline-primary {
    border-color: #efcf6f !important;
    color: #efcf6f !important;
    padding: 10px 20px;
    margin: 0 auto;
}
.btn-outline-primary:hover {
    background-color: #efcf6f;
    color: #fff !important;
}
.btn-primary {
    background-color: #efcf6f;
    border: solid 1px #efcf6f;
    color: #333;
}

.new-section {
    padding: 60px 0;
    text-align: center;
}
.new-section h2 {
    color: black;
}
.new-section h3 {
    color: #efcf6f;
}
.column {
    background: white;
    padding: 80px 20px 20px 20px;
    position: relative;
    margin-top: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.column .circle-img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.column img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.column h4 {
    font-size: 20px;
    font-weight: bold;
    color: black;
}
.column h5 {
    font-size: 22px;
    color: #efcf6f;
}
.column p {
    font-size: 16px;
    color: darkgrey;
}
.column a {
    color: #efcf6f;
    text-decoration: none;
}

.new-section-two {
    padding: 60px 0;
}
.new-section-two .content h2 {
    font-size: 22px;
    font-weight: bold;
    color: black;
}
.new-section-two .content p {
    font-size: 16px;
    font-weight: 600;
    color: black;
}
.btn-primary {
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 20px;
    transition: background-color 0.3s, color 0.3s;
    background-color: #efcf6f;
    border-color: #efcf6f;
}
.btn-primary:hover {
    background-color: #fff;
    color: #efcf6f;
    border: 1px solid #efcf6f;
}

.products-section {
    padding: 60px 0;
    text-align: center;
}
.products-section h2 {
    font-size: 22px;
    color: black;
    margin-bottom: 30px;
    position: relative;
}
.products-section h2 .navs {
    float: inline-end;
}

.product-img {
    max-width: 100px;
}
.owl-prev,
.owl-next {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #efcf6f;
    border: solid 1px #efcf6f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0px !important;
    font-size: medium;
}
.owl-prev:focus,
.owl-next:focus {
    background-color: #efcf6f;
    border: solid 1px #efcf6f !important;
    color: #fff;
}
.products-section .product-card {
    border: none;
    background: none;
}
.products-section .product-card .product-img {
    background: #fdfaf1;
    padding: 5px;
    position: relative;
    height: 250px;
    max-width: 100%;
}
.products-section .product-card .product-img span {
    position: absolute;
    top: 0px;
    right: 0px;
    background: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
}

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

.product-card .product-category {
    font-size: 12px;
    color: #999;
    margin-bottom: 0;
}

.product-name {
   font-size: 16px;
   color: #333;
   font-weight: 500;
}
.product-card .product-name {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}



hr {
    border-color: #efcf6f49;
}

.product-card .product-price,
.product-price {
    font-size: 16px;
    color: #efcf6f;
    font-weight: normal;
    margin-bottom: 10px;
}

.products-section .product-card .product-link {
    color: #efcf6f;
    text-decoration: none;
    border: 1px solid #efcf6f;
    padding: 5px 10px;
    border-radius: 8px;
    transition: background-color 0.3s, color 0.3s;
}
.products-section .product-card .product-link:hover {
    background-color: #efcf6f;
    color: #333;
}

.home-after-menu {
    background-image: url("../images/home-after-menu.jpg");
    min-height: 350px;
    background-position: top center;
    background-repeat: no-repeat;
    color: #fff;
}

.testimonials-section {
    text-align: center;
    margin: 50px 0;
}

.custom-in-modal{
    border: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.q-btn {
    border: 1px solid #efcf6f;
    color: #efcf6f;
    background-color: transparent;
    padding: 5px;
    margin: 0;
    border-radius: 6px;
    height: fit-content;
    width: fit-content;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.q-btn:hover,
.q-btn:focus {
    background-color: #efcf6f;
    color: white;
    border-color: transparent;
    outline: none;
}

.btn-outline-primary-yellow{
    border-color: #efcf6f;
    color: #efcf6f;
}

.btn-outline-primary-yellow:hover{
    background-color: #efcf6f;
    color: white;
}

.y-text{
    color: #efcf6f;
}

.custom-modal-dialog {
    max-width: 40%;
    border-radius: 20px;
}

.modal-body .left{
    width: 45%;
}
.modal-body .right{
    width: 65%;
}

.testimonial-card {
    display: flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.testimonial-card .testimonial-info {
    flex: 1;
}

.testimonial-card .testimonial-img {
    flex-shrink: 0;
    width: 30%;
    margin-left: 20px;
}

.testimonial-card .testimonial-img img {
    width: 100%;
    border-radius: 10px;
}

.testimonial-card .testimonial-rating {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #efcf6f;
}

.testimonial-card .testimonial-rating i {
    margin-right: 5px;
}

.testimonial-card .testimonial-text {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.5;
    text-align: start;
}

.testimonial-card .testimonial-name {
    font-size: 20px;
    color: #efcf6f;
    margin-top: 10px;
    text-align: start;
}


.footer-section {
    background-color: #000;
    color: #fff;
    font-family: "Tajawal", sans-serif;
}

.footer-logo-img {
    width: 150px;
}

.footer-contact-info li {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.footer-contact-info li i {
    margin-left: 10px;
    font-size: 18px;
}

.footer-title {
    color: #efcf6f;
    font-size: 20px;
    font-weight: bold;
}

.footer-link {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.footer-link:hover {
    color: #efcf6f;
}

.footer-subscription-text {
    font-size: 14px;
    color: #efcf6f;
}

.footer-subscription-form .form-control {
    border-radius: 0;
    background-color: #000;
    border: 1px solid #efcf6f;
    color: #fff;
}

.footer-subscription-form .btn {
    background-color: #efcf6f;
    border: none;
    color: #000;
}

.footer-divider {
    border-color: #444;
}

.footer-copyright {
    font-size: 14px;
    color: #efcf6f;
}

.search-form {
    border: 1px solid #d7ba64;
    border-radius: 10px;
    padding: 15px;
}
.form-section {
    border-bottom: 1px solid #d7ba64;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.form-section:last-child {
    border-bottom: none;
}
.form-section-title {
    font-size: 1rem;
    color: #6c757d;
}
.form-section-title span {
    float: left;
    font-size: 0.875rem;
}
.custom-radio {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 1rem;
}
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #d7ba64;
    border-radius: 5px;
}
.custom-radio input:checked ~ .checkmark {
    background-color: #d7ba64;
}
.range-section input[type="range"] {
    width: 100%;
}
.range-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.range-inputs input {
    width: 45%;
    border: 1px solid #d7ba64;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}
.login-image {
    background-image: url('../images/login.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100vh;
}
        .login-image::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity and color as needed */
            z-index: 1;
        }
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    z-index: 9;
}
.loginForm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-align: center;
    z-index: 9;
    width: 60%;
}

.loginLogo {
    max-height: 60px;
}
.loginForm label {
    text-align: start;
    display: block;
}
.contact-map {
    border-radius: 20px 0px 20px 0px;
    max-width: 100%;
}
.contact-map iframe {
    border-radius: 20px 0px 20px 0px;
    width: 100%;
    height: 350px;
}

.custom-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.image-section {
    background-image: url('../images/contact.png');
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 800px;
}
.content-section {
    width: 50%;
    padding: 50px;
}
.content-section h1 {
    font-size: 36px;
    font-weight: 700;
    color: #ffdd57;
}
.content-section p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.steps {
    margin-bottom: 30px;
}
.steps li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.steps li span {
    background-color: #ffdd57;
    color: black;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.btn-custom {
    background-color: #d8a951;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.btn-custom:hover {
    background-color: #c59447;
}
.min-50 {
    min-height: 50vh;
}

.stepper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.step {
    text-align: center;
    flex: 1;
    position: relative;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 25%;
    right: 50%;
    width: 100%;
    height: 2px;
    background: #ccc;
    z-index: -1;
    transform: translateY(-50%);
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #ccc;
}

.step.active .circle {
    border-color: #d4af37;
    color: #d4af37;
}

.step.active::after {
    background: #d4af37;
}

.step-text {
    margin-top: 10px;
    font-size: 14px;
    color: #ccc;
}

.step.active .step-text {
    color: #d4af37;
}

/*order summary*/

.order-summary {
    max-width: 800px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 20px;
}

.order-summary h1 {
    text-align: right;
    color: #b88a53;
    font-size: 24px;
    margin-bottom: 20px;
}

.order-item {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    align-items: center;
}

.item-image {
    flex: 0 0 150px;
    margin-left: 20px;
    border-radius: 50%;
    padding: 5px;
    /* background: linear-gradient(to right, #d4af37, #fff); */
    box-sizing: border-box;
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.item-image img {
    width: 100%;
    /* border-radius: 50%; */
    display: block;
}

.item-details {
    flex: 1;
    text-align: right;
    padding: 10px 15px;
}

.item-details h2 {
    color: #b88a53;
    font-size: 18px;
    margin-bottom: 5px;
}

.item-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    color: #544827;
}

.item-description {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.item-quantity,
.item-price,
.item-additions {
    font-size: 16px;
    color: #b88a53;
    margin: 5px 0;
}

.item-quantity b,
.item-price b,
.item-additions b {
    font-size: 16px;
    color: #544827;
    margin: 5px 0;
}
/* .item-quantity::before,
.item-price::before,
.item-additions::before {
    content: "• ";
    color: #d4af37;
} */

.item-additions img {
    vertical-align: middle;
}

.order-totals {
    text-align: right;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.order-totals p {
    font-size: 16px;
    margin: 5px 0;
    color: #333;
}

.order-totals p:last-child {
    font-weight: bold;
}

ul.paymentOptions {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.paymentOptions li {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: solid 1px #544827;
    border-radius: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #544827;
    box-shadow: 1px 1px 5px #ccc;
}

ul.paymentOptions li span {
    display: block;
    font-size: 2.5rem;
}

ul.paymentOptions li.active {
    border: solid 1px #D7BA64;
    background-color: #D7BA64;
    color: #fff;
}
.price-container {
    width: 100%;
    margin: 20px auto;
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.price-item .price-value {
    color: #f0ad4e; /* Adjust the color to match the yellow in the image */
}

.price-item.total .price-value {
    font-weight: bold;
}

.price-label {
    margin-left: 20px;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #ccc;
    border-color: #ccc;
    color: #999;
}

.order-success-header {
    margin-top: 50px;
    font-size: 24px;
    font-weight: bold;
}
.order-success-sub-header {
    font-size: 16px;
    color: #6c757d;
}
.order-number {
    color: #ffcc33;
    font-weight: bold;
}
.illustration {
    width: 300px;
    margin: 20px auto;
}
.btn-gold {
    background-color: #d4af37;
    border-color: #d4af37;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
}
.btn-outline-gold {
    border-color: #d4af37;
    color: #d4af37;
    font-size: 16px;
    padding: 10px 20px;
}




.order-tracking-header-title {
    font-size: 24px;
    font-weight: bold;
    color: #d4af37;
    margin-top: 20px;
}
.order-tracking-card {
    border-radius: 10px;
    padding: 0px 25px 0px;
    margin-bottom: 20px;
}
.order-tracking-card h5 {
    color: #544827;
    font-weight: bold;
    margin-bottom: 10px;
}
.order-tracking-card img {
    width: 100%;
    max-width: 200px;
    border-radius: 10px;
}
.order-tracking-status {
    color: #544827;
    font-weight: bold;
}
.order-tracking-details {
    font-size: 14px;
    color: #6c757d;
}
.order-tracking-status {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
}
.order-tracking-price {
    font-size: 16px;
    color: #F6C61C;
    margin: 0px;
}
.order-tracking-price span {
    font-weight: bold;
    color: #544827;
    font-size: 16px;
}
.order-tracking-client {
    font-size: 14px;
    color: #544827;
    margin: 0px;
}
.order-tracking-client span {
    font-weight: bold;
    color: #544827;
    font-size: 16px;
}
.order-tracking-total-price {
    font-size: 24px;
    font-weight: bold;
    color: #d4af37;
    text-align: right;
    margin-top: 20px;
}
.order-tracking-progress-status {
    font-size: 14px;
    color: #6c757d;
    position: relative;
    padding-right: 25px;
}
.order-tracking-progress-check {
    color: #d4af37;
    position: absolute;
    right: 0;
    top: 0;
}
.order-tracking-container {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}
.order-tracking-progress {
    list-style-type: none;
    padding: 0;
}

.order-tracking-header-title {
    font-size: 24px;
    font-weight: bold;
    color: #d4af37;
    margin-top: 20px;
}
.order-tracking-progress {
    list-style-type: none;
    padding: 0;
}
.order-tracking-progress li {
    position: relative;
    padding-right: 35px;
    margin-bottom: 10px;
    color: #d4af37;
}
.order-tracking-progress li::before {
    content: '\2713';
    position: absolute;
    right: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    background-color: #fff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 18px;
}
.order-tracking-progress li::after {
    content: '';
    position: absolute;
    right: 9px;
    top: 25px;
    width: 2px;
    height: 50px;
    background-color: #e0e0e0;
}
.order-tracking-progress li:last-child::after {
    display: none;
}
.order-tracking-progress li.active::before,
.order-tracking-progress li.completed::before {
    border-color: #d4af37;
    background-color: #d4af37;
}
.order-tracking-progress li.completed::before {
    content: '\2713';
}
.order-tracking-progress li.active::after,
.order-tracking-progress li.completed::after {
    background-color: #d4af37;
}
.order-tracking-status {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 10px;
}
.order-tracking-status.active,
.order-tracking-status.completed {
    color: #d4af37;
}
.order-tracking-progress-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #999;
}
.order-tracking-progress-description {
    font-size: 14px;
    color: #999;
}
.order-tracking-progress li.active .order-tracking-progress-title,
.order-tracking-progress li.completed .order-tracking-progress-title {
    color: #d4af37;
}
.order-tracking-progress li.active .order-tracking-progress-description,
.order-tracking-progress li.completed .order-tracking-progress-description {
    color: #333;
}


/*
the breadcrumbs
*/
.breadcrumb {
    background: transparent;
}
.breadcrumb a {
    display: inline-block;
    color: #544827;
    padding: 5px 0px 0px 10px;
}
.breadcrumb span {
    display: inline-block;
    color: #544827;
    padding: 5px 0px 0px 10px;
}


/*
user profile
*/
.profile-header {
    background-size: cover;
    color: white;
    padding: 50px 0;
    width: 100%;
    position: relative;
    height: 300px; /* Adjust height as needed */
  }
  .profile-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: -75px; /* Half of the image height */
    left: 50%;
    transform: translateX(-50%);
  }
  .profile-image img {
    width: 100%;
    height: auto;
  }
  .profile-info {
    margin-top: 100px; /* Adjust based on image size */
    text-align: center;
  }
  .full-width {
    width: 100%;
  }

  .account-details-card {
    background: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.account-details-card h3 {
    color: #D7BA64;
}
.form-label {
    color: #544827;
}
.form-control {
    border-color: #D7BA64;
    position: relative;
    padding-right: 40px;
}
.form-control::placeholder {
    color: #D7BA64;
}
.form-control-icon {
    position: absolute;
    top: 70%;
    right: 10px;
    transform: translateY(-50%);
    color: #D7BA64;
}
.password-toggle-icon {
    position: absolute;
    top: 70%;
    left: 10px;
    transform: translateY(-50%);
    color: #D7BA64;
    cursor: pointer;
}
.btn-save {
    background-color: #D7BA64;
    color: white;
    border: none;
}
.btn-save:hover {
    background-color: #c2a553;
}

/* user orders list */
.orders-list-item-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}
.orders-list-item-circle {
    width: 15px;
    height: 15px;
    background-color: #544827;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.orders-list-item-header {
    margin-top: 5px;
    margin-bottom: 20px;
}
.orders-list-item-header h5 {
    display: inline;
    color: #544827;
    font-size: 24px;
    margin: 0;
}
.orders-list-item-header span {
    color: #d7ba64;
    font-size: 24px;
}
.orders-list-item-header a {
    background-color: #544827;
    color: white !important;
    border: none;
    border-radius: 20px;
    padding: 5px 15px;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin: 15px auto;
}
.orders-list-item-details {
    display: flex;
    justify-content: space-between;
    text-align: right;
    margin: 20px 0;
}
.detail-item {
    width: 45%;
}
.detail-item p {
    margin: 0;
    color: #544827;
    font-size: 16px;
}
.detail-item p.value {
    color: #946F0C;
    display: inline-block;
}
.colon {
    color: #544827;
    width: 130px;
    display: inline-block;
    font-family: 'tajawal';
    font-weight: bold;
    font-size: 18px;
    vertical-align: middle;
    margin-bottom: 0px !important;
}
.colon span {
    float: left;
}
.detail-item span.value {
    display: inline-block;
    vertical-align: middle;
}
.orders-list-item-footer {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
}
.orders-list-item-footer button {
    background-color: #d7ba64;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 30px;
    position: relative;
    top: 20px;
}

.custom-container {
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fff;
}
.section-title {
    color: #8E98A8;
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: right;
}
.info-title {
    color: #544827;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: right;
}
.info-box {
    display: flex;
    align-items: center;
    background-color: rgba(215, 186, 100, 0.19);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #544827;
}
.info-box i {
    margin-left: 10px;
    color: #544827;
}
.status-title {
    color: #544827;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-align: right;
}
.btn-track-order {
    background-color: #544827;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.table-custom {
    background-color: #FBF6EA;
    border-collapse: collapse;
    width: 100%;
}
.table-custom th, .table-custom td {
    border: 1px solid #FBF6EA;
    padding: 10px;
    text-align: center;
}
.table-custom th {
    background-color: #FBF6EA;
    color: #544827;
    font-size: 1rem;
}
.table-custom td {
    background-color: #FFFAF2;
    color: #544827;
    font-size: 1rem;
}
.section-title {
    color: #D7BA64;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
}
.price-total {
    font-weight: bold;
}

/** vip bookings*/
.vip-booking-image-container {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 20px;
}

.vip-booking-image-container img {
    width: 100%;
    border-radius: 10px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    display: none;
}

.vip-booking-overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.vip-booking-image-container.active .overlay {
    display: block;
}

.vip-booking-image-container.active .vip-booking-overlay-text {
    color: rgba(245, 185, 9, 1);
}
button.viptable {
    width: 100%;
    display: block;
    border: 0px;
    padding: 0;
    margin: 0;
    background: transparent;
}
.viptable .viptable-top-bottom {
    padding: 5px;
    border: solid 1px #ccc;
    width: 100%;
    border-radius: 15px;
    height: 10px;
    display: block;
    margin: 10px auto;
}

.viptable .viptable-middle {
    padding: 5px;
    border: solid 1px #ccc;
    width: 100%;
    border-radius: 50%;
    min-height: 70px;
    display: block;
    margin: 10px auto;
}


@media (max-width: 768px) {
    .custom-container {
        flex-direction: column;
    }
    .image-section, .content-section {
        width: 100%;
    }
    .image-section {
        border-radius: 0;
        height: 300px;
    }
    .content-section {
        padding: 20px;
    }
}


@media (max-width: 768px) {
    .loginForm {
        position: relative;
        font-weight: bold;
        text-align: center;
        z-index: 9;
        width: 75%;
        right: auto;
        left: 25%;
    }
}
