:root {
    --primary-color: rgba(95, 108, 55, 1);
    --secondary-color: rgba(240, 101, 34, 1);
    --gray-color: rgba(231, 231, 231, 1);


}.dots-cell {
  display: none;
} 
.more-btn{
    display:none;
} .mobile-cards { display: none; }  /* نخفي الكروت */
  .table-container { display: block; }
.mobile-filters { display: none; }  /* نخفي نسخة الموبايل */
  #aside_1 { display: block; }
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #fff;

}

.containery {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.card-custom {
    border: none;
    border-radius: 15px;

    overflow: hidden;
}

.profile-header {
    background: url("./images/image_fav.png") center/cover no-repeat;
    height: 180px;
    border-radius: 12px;
    margin-bottom: -60px;
    position: relative;
    z-index: 1;
}

.profile-sidebar {

    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 25px 1px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.header_setting {
    background: linear-gradient(200.33deg, rgba(255, 255, 255, 0) 29.71%, rgba(227, 204, 55, 0.15) 92.1%);
    text-align: center;
}

.menu-item .toggle {
    position: relative;
    width: 44px;
    height: 24px;
    background-color: #ccc;
    border-radius: 12px;
    transition: background-color 0.3s;

}

.menu-item {
    align-items: center;
    display: flex;
    gap: 6px;
    cursor: pointer;
}

.menu-item img {
    width: 20px;
    height: 20px;

}

.menu-item span {
    flex: 1;
}

.toggle::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    top: 2px;
    right: 2px;
    transition: transform 0.3s;
}

.dark-mode .toggle {}

.dark-mode .toggle::before {
    transform: translateX(-20px);
}

.profile-img-wrapper {
    position: relative;
    display: inline-block;
}

.profile-sidebar img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin-top: -70px;
    background: #fff;
}

.language-selector {
    position: relative;
    display: inline-block;
    margin: 20px 0;
}




.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;

    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    z-index: 100;
    display: none;
    overflow: hidden;
    margin-top: 5px;
}

.language-dropdown.show {
    display: block;
    animation: fadeIn 0.3s ease;
}

.language-option {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.language-option:hover {
    background: #f5f5f5;
}



.flag {
    width: 24px;
    height: 18px;
    margin-right: 10px;
    object-fit: cover;
    border-radius: 2px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-group {
    max-width: 260px;
    /* اختياري */
}

#from {
    background-color: var(--gray-color);
    border: none;


}

.price-input {
    position: relative;
    border-radius: 7px;
}

.price-input input {
    width: 100%;
    height: 30px;
    padding-right: 48px;
    /* مساحة للـ QR */
    padding-left: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    direction: ltr;
    /* يضمن ظهور الأرقام من اليسار حتى بصفحة RTL */
    text-align: left;
    /* الأرقام تبقى على اليسار */
    box-sizing: border-box;
    background-color: rgba(231, 231, 231, 1);
}

.price-input .suffix {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* ما يمنع الضغط داخل الحقل */

    color: rgba(95, 108, 55, 1);
}


/* إخفاء الأسهم بحقول number (اختياري) */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.instruction {
    margin-top: 30px;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}

.edit-icon {
    position: absolute;
    bottom: 2px;
    right: -58px;
    background: #556b2f;
    color: #fff;
    border-radius: 8px;
    padding: 5px 7px;
    font-size: 14px;
    cursor: pointer;

}

.toggle-password {
   position: absolute;
  right: 290px;              /* بدل 290px بخليه ملاصق يمين */
                 /* ينزل بالنص عمودياً */
  transform: translateY(-150%);
  cursor: pointer;
  color: #777;
  font-size: 18px;
  transition: color 0.3s;
}

.toggle-password_login {
    position: absolute;
    right: 10px;
}

.popup-menu {
    position: absolute;
    top: 80px;
    right: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    width: 250px;
    z-index: 100;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.popup-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.popup-item {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #f1f1f1;
    cursor: pointer;
    transition: background-color 0.2s;
    color: #444;
    text-decoration: none;
    direction: ltr;
}

.profile-sidebar h6 {
    margin-top: 12px;
    font-weight: 600;
}

.btn-premium {
    border: 1px solid #556b2f;
    color: #556b2f;
    border-radius: 25px;
    font-size: 14px;
    padding: 8px 14px;
    margin-top: 10px;
    margin-bottom: 15px;
    width: 100%;
    font-weight: 500;
}

.btn-premium:hover {
    background-color: #556b2f;
    color: #fff;
}

.sidebar-menu {
    text-align: left;
}

.sidebar-menu .nav-link {
    border-radius: 8px;
    padding: 10px 12px;

    display: flex;
    align-items: center;
    color: #333;

    margin-top: 7px;
}

.sidebar-menu .nav-link i {
    margin-right: 8px;
    font-size: 18px;
    color: #556b2f;
}

.sidebar-menu .nav-link.active i {

    color: white;
}

.sidebar-menu .nav-link.active {
    background-color: #556b2f !important;
    color: white;
}

.form-container {

    border-radius: 12px;

    padding: 20px;
    width: 75%;
    margin-top: 40px;
}

.form-label i {
    margin-right: 6px;
    color: #556b2f;
}

.form-container input {
    background-color: rgba(231, 231, 231, 1);
    ;
}

.left-section2 {
    flex: 1;
    padding: 20px;


}

.vendor_img {
    width: 500px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.right-section2 {
    flex: 1;
    padding: 20px;

}

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

.rating-table th {
    text-align: left;
    padding: 12px 15px;
    border-bottom: 2px solid #eaeaea;
}

.rating-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eaeaea;
}

.rating-table tr:last-child td {
    border-bottom: none;
}

.notifications-panel {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 400px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    overflow: hidden;

}

.notifications-panel.active {
    display: block;
}

.cancellation-panel {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 400px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    overflow: hidden;

}

.cancellation-panel.active {
    display: block;
}


.div_vendor {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    width: 90%;
    padding: 12px;
    margin-bottom: 20px;
}

.view-panel {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 400px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    overflow: hidden;

}

.vieew-panel.active {
    display: block;
}






.panel-header {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(176.23deg, rgba(255, 255, 255, 0) 10.98%, rgba(227, 204, 55, 0.12) 80.96%);
    align-items: center;
    padding: 12px;

}

.close-panel {
    background-color: var(--secondary-color);
    color: white;
    border: transparent;
    padding: 5px 7px;

    font-size: 18px;
    cursor: pointer;
}

.notification-card {
    display: flex;
    align-items: flex-start;
    background-color: rgba(245, 246, 243, 1);
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;

    align-items: center;
}

.notif-icon {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    object-fit: cover;
    margin-right: 14px;
    border: 1px solid #ccc;
    padding: 2px;
    background: #fff;
}

.notif-content {
    flex: 1;
    /* ياخد كل العرض المتاح */
}

.notif-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notif-title {
    font-size: 16px;
    color: var(--secondary-color);
}

.notif-time {
    font-size: 12px;
    color: #888;
    white-space: nowrap;
    margin-left: 10px;
}

.notif-desc {
    font-size: 11px;
    color: rgba(29, 29, 29, 1);
    margin-top: 4px;

}

.notifications-panel .container {
    max-height: 400px;
    /* 👈 ارتفاع أقصى */
    overflow-y: auto;
    /* 👈 يضيف Scroll عمودي */
    padding-right: 6px;
    /* مساحة صغيرة عشان السكروول ما يغطي النص */
}

.empty-notifications {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    color: #555;
    padding: 20px;
}

.empty-notifications .empty-img {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
}

.empty-notifications .empty-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.booking-card {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.hotel-img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

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

.status-btn {
    background: #556b2f;
    color: #fff;
    border: none;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
}

.rating {
    color: #f1c40f;
    font-weight: bold;
}

.sections-title {


    font-weight: bold;
    font-size: 18px;
    color: #556b2f;



}

.toggle-icon {
    transition: transform 0.3s;
}

button[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

.empty-notifications .empty-desc {
    font-size: 14px;
    color: #888;
}

.comment-box {
    min-height: 150px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 15px;
    background-color: var(--gray-color);

    color: rgba(122, 122, 122, 1);
}

.page-container {
    display: flex;
    min-height: 100vh;
}

.btn_mobile {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}



.carousel-inner img {
    border-radius: 10px;
    object-fit: cover;
    height: 350px;
    width: 100%;
}

.tab-content {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}

.host-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.calendar {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

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

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    text-align: center;
}

.day {
    height: 45px;
    line-height: 45px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}

.day.disabled {
    background-color: #eee;
    color: #aaa;
    cursor: not-allowed;
}

.day.available {
    background-color: #f7f7f7;
    color: #333;
}

.day.available:hover {
    background-color: #d6e9c6;
}

.day.selected {
    background-color: #f37021;
    color: #fff;
    font-weight: bold;
}

.extra-service {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    background-color: rgba(231, 231, 231, 1);
    margin-top: 15px;

}

.btn-book {
    background: #556B2F;
    color: #fff;
    font-size: 18px;
    padding: 12px;
    border-radius: 10px;
    width: 100%;
    border: transparent;
}

.bank-option {
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

.bank-option.selected {
    background: #e0e0e0;
    /* رمادي عند الاختيار */
    border-color: #aaa;
}

.card-custom {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.btn-custom {
    background-color: #556B2F;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    width: 100%;
}

.info-label {
    font-size: 14px;

    color: rgba(29, 29, 29, 1);
    margin-bottom: 13px;

}

.info-box {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 12px;
    margin-bottom: 10px;
}

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

.thumbs img {
    height: 80px;
    width: 50%;
    object-fit: cover;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: 0.3s;
    aspect-ratio: 1/1;

}

.thumbs img:hover {
    opacity: 0.7;
}

.btn:hover {
    background-color: transparent;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
}

/* Grid افتراضي */
:not(.list-view) .list-content {
    display: none !important;
}

:not(.list-view) .grid-content {
    display: block !important;
}

/* في List View */
.list-view .grid-content {
    display: none !important;
}

.list-view .list-content {
    display: flex !important;
}

.row-10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    /* 10 صور في السطر */
    gap: 12px;
    align-items: start;
}

.item {
    text-align: center;
}

.thumb {
    width: 45%;
    aspect-ratio: 1 / 1;
    /* مربع */
    object-fit: cover;
    /* قص ذكي للصورة */
    border-radius: 8px;

}

.line-1 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 6px;
}

.line-2 {
    font-size: 0.8rem;
    color: #555;
}

/* Navbar */
/* .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    background-color: white;
    flex-wrap: wrap;
    position: relative;
} */

.logo img {
    height: 30px;
    width: auto;
}

.nav-links {
    display: flex;
    gap: 52px;
    flex-wrap: wrap;
    justify-content: center;
    flex: 1;
}

.nav-links a {
    text-decoration: none;
    color: black;
    font-weight: 500;
}

.nav-links a.active {
    color: #556B2F;
    font-weight: bold;
}

.login-btn {
    background-color: #556B2F;
    color: white;
    border: none;
    padding: 12px 50px;
    border-radius: 7px;
    font-weight: bold;
    cursor: pointer;
}

.btn_activity {
    background-color: rgba(231, 231, 231, 1);
    color: rgba(122, 122, 122, 1);
    border: none;
    padding: 8px 50px;
    border-radius: 7px;
    font-weight: bold;
    cursor: pointer; 
     width: 150px;   
}

.btn_activity.active {
    background-color: var(--primary-color);
    color: white;
}

.hotel-content2 {
    padding: 0px 20px;
}

.listing-body {
    padding: 0px 20px;
}

.loadmore {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 50px;
    border-radius: 7px;
    font-weight: bold;
    cursor: pointer;
}

/* زر القائمة بالموبايل */


.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

.service-item {

    display: flex;
    align-items: center;
    justify-content: space-between;
    /* لتوزيع المحتوى بين الطرفين */



}

.confirmation-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.confirmation-modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-content2 {
    background: white;
    border-radius: 15px;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    text-align: center;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cancel {
    color: white;
    border: transparent;
    padding: 8px 45px;
    margin-top: 15px;
    border-radius: 5px;

}

.day-name {
    color: var(--primary-color);
    font-weight: bold;
}

.service-time {
    color: rgba(122, 122, 122, 1)
}

.service-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* التصنيفات */
.categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
    background: linear-gradient(176.23deg, rgba(255, 255, 255, 0) 10.98%, rgba(227, 204, 55, 0.12) 80.96%);


}

.containernew {

    height: 90vh;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
    display: flex;
    overflow: hidden;

}

/* Conversations side */
.conversations-side {
    width: 30%;
    border-right: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
}

.conversations-header {
    color: var(--primary-color);
}

.user-info {
    display: flex;
    align-items: center;
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.balance-card {
    border-radius: 12px;
    padding: 15px;
    /* margin-bottom: 20px; */

    text-align: center;
}

.balance-card h5 {
    margin: 0;
    font-weight: 600;
}

.balance-card p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

.history-card {
    border-radius: 12px;
    background-color: #f8f9fa;
    padding: 7px 7px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.history-card img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 12px;
}

.history-info {
    flex: 1;
}

.history-info h6 {
    margin: 0;
    font-weight: 600;

}

.history-info p {
    margin: 2px 0 0 0;
    font-size: 14px;
    color: #888;
}

.history-date {
    text-align: right;
    font-size: 12px;
    color: #aaa;
}



@media (max-width: 576px) {
    .history-card {
    
        align-items: flex-start;
    }

    .history-date {
        text-align: left;
        margin-top: 5px;
    }
}

.header-icons span {
    margin-left: 15px;
    color: #54656f;
    cursor: pointer;
}

.search-box {
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.search-box input {
    width: 100%;
    padding: 8px 15px;
    border: none;
    border-radius: 20px;
    background-color: #f5f5f5;
    outline: none;
}

.conversations-list {
    flex: 1;
    overflow-y: auto;
}

.conversation {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s;
}

.conversation:hover {
    background-color: rgba(245, 246, 243, 1)
}

.conversation.active {
    background-color: rgba(245, 246, 243, 1);
}

.conversation-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    flex-shrink: 0;
}

.conversation-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conversation-info {
    flex: 1;
    min-width: 0;
}

.conversation-name {
    font-weight: bold;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.conversation-preview {
    font-size: 14px;
    color: var(--secondary-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.conversation-time {
    font-size: 12px;
    color: #999;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.time-text {
    margin-bottom: 3px;
}

.message-icon {
    color: #128C7E;
    font-size: 14px;
}

/* Chat side */
.chat-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #e5ddd5;
}

.chat-header {
    padding: 7px;
    background: linear-gradient(176.23deg, rgba(255, 255, 255, 0) 10.98%, rgba(227, 204, 55, 0.12) 80.96%);

    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.chat-header-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    flex-shrink: 0;
}

.chat-header-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chat-header-info {
    flex: 1;
}

.chat-header-name {
    font-weight: bold;
}

.chat-header-status {
    font-size: 13px;
    color: rgba(241, 101, 34, 1);
}

.chat-header-actions {
    display: flex;
}

.chat-header-actions span {
    margin-left: 15px;
    color: #54656f;
    cursor: pointer;
}



.container-main {
    max-width: 1400px;
    margin: 0 auto;
    background: white;
    border-radius: 15px;

    overflow: hidden;
}






.wrapper {
    display: flex;
}


/* Sidebar ثابت عرضه */
.wrapper aside {
    flex: 0 0 110px;
    /* عرض ثابت */
}

/* Main ياخد باقي المساحة */
.wrapper main {
    flex: 1;
}





.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 29px;

    background: linear-gradient(176.23deg, rgba(255, 255, 255, 0) 10.98%, rgba(227, 204, 55, 0.12) 80.96%);

}

.main-header h2 {
    color: var(--dark-text);
    margin: 0;
    font-size: 1.5rem;
}

/* Table Styles */
.table-container {
    overflow-x: hidden;
     width: 100%;

}

.booking-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    min-width: 900px;
}

.booking-table th {
    background-color: var(--secondary-color);
    color: white;
    padding: 15px 12px;
    text-align: left;
    font-weight: 600;
    font-size: 0.9rem;
}

.booking-table td {
    padding: 15px 12px;
    border-bottom: 1px solid var(--border-color);
    vertical-align: middle;
}

.booking-table tr {
  border-bottom: 1px solid #ddd;
}
.booking-table tr:last-child {
  border-bottom: none; /* إلغاء آخر فاصل */
}

.hotel-info {
    display: flex;
    align-items: center;
}

.hotel-image2 {
    width: 70px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.hotel-details h5 {
    margin: 0;
    font-size: 1rem;
    color: var(--dark-text);
}

.hotel-details p {
    margin: 5px 0 0 0;
    font-size: 0.85rem;
    color: var(--light-text);
}







.date {
    font-weight: 500;
    color: var(--dark-text);
}

.nights {
    color: var(--light-text);
    font-size: 0.9rem;
}

.status {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    min-width: 90px;
}

.status-completed {
    background-color: var(--primary-color);
    color: white;
}

.status-pending {
    background-color: #fef5e7;
    color: #f39c12;
}

.status-cancelled {
    background-color: #fdecea;
    color: #e74c3c;
}

.status-confirmed {
    background-color: #e7f4f4;
    color: #3498db;
}

.action-btn {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-btn:hover {
    background: var(--secondary-color);
}

.action-btn i {
    margin-right: 5px;
}

/* Pagination Styles */
.pagination-container {
    display: flex;
    justify-content: end;
    margin-top: 25px;
}

.pagination {
    margin: 0;
     gap: 6px; 
}

.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-link {
    display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;   /* حجم موحد للمربع */
  height: 38px;
  border: 1px solid rgba(163, 169, 143, 1);
  border-radius: 8px;
  color: var(--primary-color);
  font-weight: 500;
  transition: all 0.2s ease;

}

/* Responsive Styles */
@media (max-width: 992px) {
    .wrapper {
        flex-direction: column;
    }

    aside {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid var(--border-color);
    }

    main {
        padding: 15px;
    }
}


.chat-messages {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    background-color: white;
}

.message {
    max-width: 70%;
    padding: 10px 15px;
    border-radius: 7.5px;
    margin-bottom: 10px;
    position: relative;
    word-wrap: break-word;
}

.message.received {
    background-color: rgba(231, 231, 231, 1);
    /* رمادي فاتح */
    align-self: flex-start;
    border-top-left-radius: 0;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
}

.message.sent {
    background-color: rgba(95, 108, 55, 1);
    /* أخضر فاتح */
    align-self: flex-end;
    border-top-right-radius: 0;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.13);
    color: white;
}

.message-time {
    font-size: 11px;
    color: #999;
    text-align: right;
    margin-top: 5px;
}

.chat-input {
    padding: 15px;
    background-color: white;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.chat-input i {
    color: white;
    margin: 0 10px;
    cursor: pointer;
}

.chat-input input {
    flex: 1;
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    outline: none;
    background-color: rgba(231, 231, 231, 1);
}

.send-button {
    background-color: rgba(95, 108, 55, 1);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}


.map-container {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.map-iframe {
    width: 100%;
    height: 300px;
    border: none;
}

.time-works-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.time-item {
    flex: 1;
    display: flex;
    align-items: flex-start;
    padding: 20px;

    border-radius: 10px;
    transition: all 0.3s ease;
    min-height: 120px;
}

.time-works-row2 {
    display: flex;
    flex-wrap: wrap;


}

.time-item2 {
    flex: 0 0 calc(50% - 20px);
    /* عنصرين في الصف مع وجود مسافة بينهما */
    display: flex;
    align-items: flex-start;

    padding: 8px 10px;


}


@media (max-width: 576px) {
    .thumbs img {
        height: auto;
    }

    .container {
        padding: 20px 15px;
    }

    .sections-title {
        font-size: 1.2rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .time-item {
        flex-direction: row;
        text-align: left
    }

    .time-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.time-icon {
    font-size: 1.8rem;
    color: #3498db;
    margin-right: 15px;
    min-width: 40px;
}

.time-content {
    flex: 1;
}

.duration-title {
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.category {
    border: 1px solid #ccc;
    border-radius: 7px;
    width: 217px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    color: #556B2F;
    background-color: white;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    flex-shrink: 0;
}

.category img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.category.active {
    background-color: #556B2F;
    color: white;
    border: none;
}

/* Slider */
.slider {
    position: relative;
    max-width: 100%;
    margin: 20px 0;
    overflow: hidden;
    border-radius: 10px;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    width: 100%;
    display: none;
    object-fit: cover;
    /* لتغطية كامل المساحة بدون تشويه */
    aspect-ratio: 16 / 9;
    /* مثال: نسبة 16:9 */
    border-radius: 10px;
}

.slide.active {
    display: block;
}



.prev {
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
}


.next {
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
}


/* موبايل */


/* موبايل صغير جدًا */
@media (max-width: 480px) {
    .category {
        width: 100px;
        font-size: 12px;
    }

    .category img {
        width: 16px;
        height: 16px;
    }
}

.search-container {

  position: sticky;
    z-index: 9999;
    max-width: 1000px;
    /* margin: -10px 0 auto; */
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    bottom: 20px;
    left: 6%;
    right: auto;
    /* align-items: center; */
    /* display: flex
; */
    align-self: center;


}

.search-container p {
    text-align: left;
    padding-left: 40px;
}

.search-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    margin-left: 20px;
    gap: 10px;


}

.search-input {
    padding: 10px 10px 10px 40px;
    /* زيادة البادينج على اليسار لمساحة الصورة */
    font-size: 14px;
    border: 1px solid rgba(163, 169, 143, 1);
    border-radius: 30px;
    width: 1000px;
    outline: none;
    height: 40px;
    box-sizing: border-box;
    background-color: rgba(231, 231, 231, 1);


}

.search-wrapper img {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
}


.slider-container {
    position: relative;
    max-width: 100%;
    margin-top: 20px;
}

.listings-slider {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 15px;
    padding: 10px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.listings-slider::-webkit-scrollbar {
    display: none;
}

.listing-card {
    min-width: 280px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: none;
    flex-shrink: 0;
    position: relative;
    padding: 10px 0;
}

.listing-img-container {
    position: relative;
    padding: 0 10px;
    /* أضفنا padding لجعل الصورة تبتعد عن الجوانب */
    margin-top: 10px;
    /* يمكنك تعديل هذه القيمة حسب الحاجة */
}

.listing-img {
    height: 230px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.list-view .listing-card {
    flex-direction: row;
    height: 150px;
}

.list-view .listing-img {
    width: 200px;
    height: 100%;
}

/* أيقونة القلب */
.favorite-btn {
    position: absolute;
    top: 10px;
    right: 23px;
    background-color: white;
    width: 35px;
    height: 35px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    z-index: 2;
}

.favorite-btn i {
    color: #d63384;
    font-size: 16px;
}

.price-per-hour {
    color: rgba(86, 86, 86, 1);
}

/* أيقونة التقييم */
.rating-badge {
    position: absolute;
    bottom: 23px;
    right: 23px;
    background: rgba(245, 246, 243, 1);
    ;
    color: rgba(16, 16, 16, 1);
    padding: 4px 8px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    font-size: 12px;
    z-index: 2;
}

.rating-badge-hotel {
    position: absolute;
    bottom: -100px;
    right: 13px;

}

.rating-badge img {

    margin-right: 3px;
    width: 15px;
}



.listing-price {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 14px;

    text-align: end;
}

.listing-price-hotal {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 14px;


}

.listing-address {
    color: #6c757d;
    margin-bottom: 5px;
}

.slider-controls {
    display: flex;
    justify-content: flex-end;
    gap: 21px;
    margin-top: -10px;
    background: linear-gradient(176.23deg, rgba(255, 255, 255, 0) 10.98%, rgba(227, 204, 55, 0.12) 80.96%);
    padding: 20px;
}

.slider-btn {
    width: 40px;
    height: 40px;

    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
}

.slider-btn:hover {
    background-color: #f1f1f1;
}

.slider-btn i {
    font-size: 20px;
    color: white
}

.container-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (min-width: 768px) {

   
    .container-wrapper {
        flex-direction: row;
    }


}

.left-section {
    flex: 0.7;
}

#listings.list-view .col-lg-4 {
    flex: 0 0 100%;
    /* عمود واحد بالافتراضي */
    max-width: 100%;
}


.compact-hotel-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    overflow: hidden;
    display: flex;
    height: 100px;
    /* ارتفاع أصغر للكارد */
    position: relative;
    /* مهم لتحديد موقع العناصر المطلقة */
    padding: 10px;
}

.hotel-image {
    width: 100px;

    object-fit: cover;
}

.right-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hotel-card {
    background-color: white;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.hotel-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

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

.price {
    color: var(--secondary-color);
    font-weight: bold;
}

.success-icon {
    font-size: 60px;
    margin-bottom: 15px;
    color: #4cd964;
}

.messages {
    color: rgba(122, 122, 122, 1);

    line-height: 1.6;
    margin-bottom: 25px;
}

.cost-table {
    width: 88%;
    border-collapse: collapse;
    margin: 25px 0;
    background: linear-gradient(200.33deg, rgba(255, 255, 255, 0) 13.43%, rgba(227, 204, 55, 0.15) 86.77%);

    border-radius: 10px;
    overflow: hidden;
}



.cost-table td {
    padding: 12px 15px;
    text-align: left;
  border-bottom: 1px dotted #333;    /* حدود منقطة */


}

.cost-table td:nth-child(2) {

    color: var(--secondary-color);
    font-weight: bold;
}

.cost-table tr:last-child td {
    border-bottom: none;

    background: linear-gradient(200.33deg, rgba(255, 255, 255, 0) 13.43%, rgba(227, 204, 55, 0.15) 86.77%);

}

.per-light {
    color: #28a745;
}

.view-more {
    text-align: center;
    margin: 20px 0;
}

.view-more-btn {
    color: #f06522;
    font-weight: bold;
    text-decoration: none;
}

.right-elements {
    position: absolute;
    right: 10px;
    top: 0px;
    /* تعديل هنا ليكون في الأعلى */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    /* زيادة المسافة بين العناصر */
}

.right-image {
    width: 650px;
    object-fit: cover;
    height: 300px;
    object-position: center;
    margin-left: 64px;
    /* يركز على منتصف الصورة */


}

.right-image2 {
    width: 715px;


    object-position: center;
    /* يركز على منتصف الصورة */


}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.view-all {
    color: var(--background-color);
    font-weight: 700;
    font-size: 18px;


}

footer {
    padding: 20px;
    background-color: rgba(40, 54, 24, 1);
    ;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
}

/* Logo section */
.logo-section {
    flex: 1 1 250px;
}

.logo-section img {
    width: 200px;
    margin-top: 20px;
}

.logo-section p {
    font-size: 12px;
    color: #ccc;
    line-height: 1.5;
    max-width: 250px;
}

/* Follow on + icons inline */
.follow-icons {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 13px;
}

.follow-icons span {
    margin-right: 10px;
    color: rgba(255, 255, 255, 1)
}

.social-icons a {
    margin-right: 10px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: orange;
}

/* Sections */
.section-list {
    flex: 1 1 200px;
}

.section-list h3 {
    margin-bottom: 10px;
}

.section-list a {
    display: block;
    font-size: 14px;
    color: white;
    text-decoration: none;
    margin: 5px 0;
}

.section-list a:hover {
    text-decoration: underline;
}

/* Terms under sections */
.terms_footer {
    margin-top: 15px;
    display: flex;

              /* مسافة بين الروابط */
  flex-wrap: wrap;          /

}

.terms_footer a {
    display: inline-block;
    color: white;
    margin-right: 15px;
    font-size: 14px;
    text-decoration: underline;
}

.terms_footer a:hover {
    text-decoration: underline;
}

/* Contact icons style */
.contact-info {
    flex: 1 1 200px;
}

.contact-info h3 {
    margin-bottom: 10px;
}


.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.contact-item i {
    background-color: rgba(255, 255, 255, 1);
    color: var(--background-color);
    padding: 6px 2px;
    border-radius: 5px;
    margin-right: 8px;
    font-size: 14px;
    width: 20px;
    text-align: center;

}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

/*         
        .form-group label {
            display: block;
            margin-bottom: 10px;
            font-weight: 600;
            color: #333;
            font-size: 18px;
        } */
/* Copyright */
.copyright {
    margin-top: 20px;
    font-size: 12px;
    color: #aaa;
    text-align: center;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    padding: 10px 20px;
    background-color: #fff;
}

/* Icon with notification */
.icon-wrapper {
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.icon-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.icon-wrapper .notif {
    position: absolute;
    bottom: -4px;
    left: 32%;
    transform: translateX(-50%);
    background-color: rgba(241, 101, 34, 1);
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 0px 3px;
    border-radius: 50%;
}

/* Settings button */
.settings-btn {
    display: flex;
    align-items: center;
    background-color: rgba(231, 231, 231, 1);
    border: none;
    border-radius: 20px;
    padding: 9px 12px;
    font-size: 12px;
    cursor: pointer;
    color: var(--primary-color)
    ;

}

.settings-btn img {
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.caret {
    margin-left: 6px;
    width: 10px;
    height: 10px;
}

/* Bell icon round background */
.bell-wrapper {
    position: relative;
    background-color: #e8e8e3;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bell-wrapper img {
    width: 18px;
    height: 18px;
}

.bell-wrapper .notif {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: #f36c21;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 0px 3px;
    border-radius: 50%;
}

.containerr {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
}

.form-section {
    flex: 1;
    min-width: 320px;
    padding: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo_full {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.logo span {
    color: #b93f1d;
}

.tabs {
    display: flex;
    margin: 20px 0;
    border-radius: 6px;
    overflow: hidden;
    background: #eee;
}

.tab {
    flex: 1;
    text-align: center;
    padding: 17px;
    cursor: pointer;

    background: #eee;
    transition: background 0.3s;
    color: rgba(122, 122, 122, 1);
}

.tab.active {
    background: #556b2f;
    color: white;
}

.input-group {
    margin-bottom: 15px;
}

.input-group input {
    width: 96%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 1rem;
}

.input-group i {
    margin-right: 8px;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.btn {
    width: 100%;
    padding: 15px;
    background: var(--background-color);
    ;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
}

.btn:hover {
    background: var(--background-color);
    ;
}

.terms {
    font-size: 0.85rem;
    margin: 15px 0;
    text-align: center;
  

}
.flag-icon{
    border-radius: 50%;
}

.terms a {
    color: var(--background-color);
    ;
    text-decoration: underline;
    font-weight: bold;
}

.skip {
    color: rgba(241, 101, 34, 1);
    font-weight: bold;
    cursor: pointer;
    font-size: 0.9rem;
    margin: 0 auto;
 
    text-decoration: underline;
}

.image-section {
    flex: 1;
    min-width: 300px;
    background: url('./images/login-page.png') no-repeat center;
    background-size: 650px auto;
    /* حجم أصغر للصورة */
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}



/* الأشكال الدائرية */
.circle {
    position: absolute;
    border-radius: 50%;
}

.circle.green {
    width: 100px;
    height: 100px;
    top: 20px;
    right: 20px;
    background: url('./images/Ellipse\ 75.png') no-repeat center/cover;


}

.circle.orange {
    width: 100px;
    height: 100px;
    bottom: 20px;
    right: 20px;
    background: url('./images/Ellipse\ 74\ \(1\).png') no-repeat center/cover;
}

.country-selector {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0 10px;

    cursor: pointer;
    white-space: nowrap;
    height: 100%;
    flex-shrink: 0;
    /* ما يتقلص */
}


.country-flag {
    width: 20px;
    height: 15px;
    object-fit: cover;
}

.country-code {
    color: #555;
}

.country-dropdown {
    position: absolute;
    top: 40%;
    left: 80px;
    width: 350px;
    max-height: 300px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10;
}


.country-dropdown.show {
    display: block;
}

.country-option {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.country-option:hover {
    background-color: #f5f5f5;
}

.country-option .flag {
    flex-shrink: 0;
}

.country-option .name {
    flex-grow: 1;
}

.country-option .code {
    color: #777;
}

#phone-input {
    flex: 1;
    /* يملأ باقي المساحة */
    border: none;
    padding: 0 10px;
    font-size: 16px;
    height: 100%;
    outline: none;
    box-sizing: border-box;
}

#phone-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    height: 45px;
    margin-bottom: 15px;
}

#phone-input:focus {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.2);
}

.email-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    height: 45px;
    background: #fff;
    position: relative;
}


.register-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 6px;

    height: 45px;
    background-color: rgba(231, 231, 231, 1);
    padding: 1px 14px;
    position: relative;
    overflow: visible;
    /* مهم يضل visible مش hidden */
    width: 95%;
}

.form-group {
    margin-bottom: 25px;
    position: relative;
}

.form-group label {
    display: block;

    color: rgba(163, 169, 143, 1);
    font-size: 16px;
}

.price-input-container {
    display: flex;
    align-items: center;
    border: 2px solid #e1e1e1;
    border-radius: 8px;
    overflow: hidden;
    background-color: var(--gray-color);
}

.login-mobile {
    display: none;

}

/* ترتيب النافبار */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

/* روابط النافبار */
.nav-links {
    display: flex;
    gap: 20px;
}

/* زر الموبايل (☰) */
.menu-toggle {
    display: none;
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
}

/* login desktop يظهر فقط على الشاشات الكبيرة */
.login-desktop {
    display: inline-block;
    margin-right: 20px;

}

/* login mobile يختفي بشكل افتراضي */

.mobile-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* الموبايل (أصغر من 768px) */


.price-input {
    flex: 1;
    border: none;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    /* تغيير إلى اليسار */
    outline: none;
    background-color: var(--gray-color);
}

.currency {

    padding: 15px;
    font-weight: 600;

    min-width: 60px;
    text-align: center;
}

.email-wrapper i {
    color: var(--background-color);
    ;
    font-size: 16px;
    padding: 0 8px;
    /* كان 10px -> قللناها */
    flex-shrink: 0;
}

.register-wrapper input {
    background-color: rgba(231, 231, 231, 1);
    border: transparent;
    width: 95%;

    border-radius: 6px;

    font-size: 16px;
    box-sizing: border-box;
    outline: none;


}

.register-wrapper input:focus {

    box-shadow: none;
    /* تمنع أي ظل يظهر عند التركيز */
}

.register-wrapper i.fa-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #555;
}

.register-wrapper i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #555;
}

.email-wrapper input {
    flex: 1;
    border: none;
    padding: 0 2px;
    /* قللنا المسافة اليسار */
    font-size: 16px;
    height: 100%;
    outline: none;
    box-sizing: border-box;
    padding: 0px 11px;
}

.verification-code {
    display: flex;
    justify-content: center;
    gap: 10px;
    /* المسافة بين المربعات */
    margin: 20px 0;
}

.verification-code input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s;
}

.verification-code input:focus {
    border-color: #556b2f;
    /* نفس لون الزر عندك */
    box-shadow: 0 0 3px rgba(85, 107, 47, 0.5);
}

.resend-wrapper {
    display: flex;
    flex-direction: column;
    /* الأيقونة فوق والنص تحت */
    align-items: center;
    /* متمركزين بالنص */
    /* مسافة بين الأيقونة والنص */
    margin: 0 auto;
    text-align: center;
}

.countdown-number {
    color: rgba(241, 101, 34, 1);
    font-weight: 700;
}

.checkbox-wrapper {
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    font-size: 14px;
    gap: 10px;
}

.checkbox-wrapper input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.checkbox-wrapper a {
    color: #007BFF;
    text-decoration: none;
    margin-left: 4px;
}

.checkbox-wrapper a:hover {
    text-decoration: underline;
}

.vendor-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.rating {
    font-size: 12px;
    background-color: rgba(240, 241, 238, 1);
    border-radius: 8px;
}

/* Sidebar */
aside {
    background-color: #fff;
    font-size: 14px;
}

.load-more-btn {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 500;
    padding: 8px 20px;
    border: none;
    border-radius: 6px;
    transition: 0.3s ease;
}

.load-more-btn:hover {
    background-color: var(--primary-color);
    transform: translateY(-2px);

}


aside .section-title::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #d9534f;
    /* أحمر */
    margin-top: 3px;
}

aside ul {
    padding-left: 0;
    margin-bottom: 20px;
}

aside ul li {
    list-style: none;
    color: #999;
    margin: 6px 0;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}

aside ul li:hover {
    color: #333;
}

aside ul li.fw-bold {
    color: #198754 !important;
    /* أخضر bootstrap */
}
.payment_btn{
    padding: 12px 65px;

}
.card_width{
    width: 85%; height: 135px;
}
.chat_btn{
background-color: var(--primary-color); color: white; border: none; padding: 8px 25px; border-radius: 8px;   float: right;  margin-top: -54px;
    margin-right: 90px;

}
@media (max-width: 992px) {

    .page-container {
        flex-direction: column;
    }

    .right-section2 {
        width: 100%;
    }
}

/* استجابة للشاشات الصغيرة */
@media (max-width: 1200px) {
    .row-10 {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 700px) {
    .row-10 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .row-10 {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 768px) {
    .cost-table td {

    text-align: center;



}
    .terms_footer {
    flex-direction: column; /* توضع الروابط تحت بعض */
    gap: 10px;              /* مسافة رأسية أصغر */
  }
  
    .history-info h6 {
padding-top: 9px;
}
    .profile-sidebar {
        box-shadow: none;
    }
    .sidebar-menu ul {
    display: flex;
    flex-direction: row !important;  /* Tabs جنب بعض */
    flex-wrap: nowrap;               /* ما ينزلوا سطر جديد */
    overflow-x: auto;                /* يطلع Scroll أفقي */
    -webkit-overflow-scrolling: touch; /* سكرول ناعم للموبايل */
    gap: 8px;
    width: 100%;
    padding-bottom: 5px;             /* مساحة صغيرة تحت لتوضيح السكرول */
  }

  .sidebar-menu ul li {
    flex: 0 0 auto;       /* كل Tab ياخذ حجم المحتوى تبعه */
    text-align: center;
    white-space: nowrap;  /* يمنع النص يلف سطر */
  }

  /* إخفاء Premium to Vendor */
  .sidebar-menu ul li:first-child {
    display: none;
  }
    .toggle-password {
        right: 55px;
        
    }
    .form-container{
        width: 100%;
        margin-top: 0px !important;
    }
    .chat_btn{
      
    margin-right: 17px;
    margin-top: -34px;

}
    .card_width{
    width: 100%; 
 
}
    .cost-table {
        width: 100%;
    }
     .payment_btn {
        display: block;          
        width: 100%;          
        max-width: 400px;       
        margin: 10px auto;     
        text-align: center;    
        padding: 12px 0;        
    }
    #mobile_order {
        order: 1;
    }

    .form-section {

        padding: 40px;
    }

    .right-image2 {
        width: auto;
        order: 2;

    }

    .right-image {
        height: auto;
        width: 350px;
        margin-top: 50px;
        margin-left: auto;
        
    }

    .checkbox-wrapper {

        gap: 0px;
        font-size: 13px;
    }
   


    .terms {
        text-align: center;
    }

    .containerr {
        flex-direction: column;
    }

    .image-section {
        order: -1;
        height: 200px;
    }

    #phone-wrapper {
        width: 100%;
        height: 50px;
    }

    .btn_continu {
        background-color: var(--primary-color) !important;
        color: white !important;
    }

    #phone-input {
        font-size: 18px;
    }

    .list-view .listing-card {
        flex-direction: column;
        height: auto;
    }

    .list-view .listing-img {
        width: 100%;
        height: 200px;
    }



/* حاوية الـ dropdown */
#nationality-wrapper {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
}

.view-btn {
    cursor: pointer;
    width: 15px;
    height: 15px;


    transition: transform 0.2s;
}

.view-btn:hover {
    transform: scale(1.1);
}

/* الأيقونة السهم */
#nationality-wrapper i.fa-caret-down {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    cursor: pointer;
    font-size: 14px;
}

/* حقل الإدخال */
#nationality-wrapper input {
    width: 100%;



    cursor: pointer;
}

/* القائمة المنسدلة */
#nationality-dropdown {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    /* خليها فوق الكل */
    max-height: 200px;
    overflow-y: auto;
}


/* خيار */
#nationality-dropdown .option {
    padding: 10px 15px;
    cursor: pointer;
    transition: background 0.2s ease;
    font-size: 14px;
}

/* hover */
#nationality-dropdown .option:hover {
    background: rgba(95, 108, 55, 0.1);
    /* لون مشابه للعنوان عندك */
}

/* أيقونة الصورة (اليسار) */
#nationality-wrapper img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.radio-row {
    display: flex;
    justify-content: center;
    /* لتوسيطهم */
    gap: 12px;
    /* مسافة بين الأزرار */
}

.radio-row input[type="radio"] {
    position: absolute;
    opacity: 0;
    /* نخفي الـ input الأصلي */
}

.radio-row label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    /* مسافة بين الدائرة والنص */
    min-width: 160px;
    padding: 10px;
    border: 1px solid #ccc;
    /* بوردر رمادي */
    border-radius: 8px;
    background: #fff;
    /* خلفية بيضاء */
    transition: background-color .2s, border-color .2s;
    font-size: 13px;
    color: var(--primary-color);
}

/* اللون عند التمرير */
.radio-row label:hover {
    background: #f8f8f8;
}

/* دائرة الراديو */
.dot {
    width: 18px;
    height: 18px;
    border: 2px solid #aaa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .2s, background-color .2s;
}

.dot::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: transparent;
    transition: background-color .2s;
}

/* الزر المختار */
input[type="radio"]:checked+label {
    background: #e0e0e0;
    /* رمادي فاتح */
    border-color: #999;
}

input[type="radio"]:checked+label .dot {
    border-color: var(--primary-color);
    background: #d0d0d0;
}

input[type="radio"]:checked+label .dot::after {
    background: var(--primary-color);
    /* تعبئة النقطة */
}

#minusAdult {
    background-color: transparent;
    border: 1px solid var(--gray-color);
    color: rgba(30, 30, 30, 1);
    width: 25px;
}

#plusAdult {
    background-color: transparent;
    border: 1px solid var(--gray-color);
    color: rgba(30, 30, 30, 1);
}


.div_vendor {
    width: 100%;
}

.thumbs {
    display: none;
}

.login-btn {
    margin-bottom: 20px;
}

.radio-row label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 2px;
    /* مسافة بين الدائرة والنص */
    min-width: 127px !important;
    padding: 4px !important;
    border: 1px solid #ccc;
    /* بوردر رمادي */
    border-radius: 8px;
    background: #fff;
    /* خلفية بيضاء */
    transition: background-color .2s, border-color .2s;
    font-size: 13px;
    color: var(--primary-color);
}

.btn_mobile {
    width: 90%;
}

.vendor_img {
    width: 300px;

}

.rating-circle {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
}

.average-rating {
    font-size: 2rem;
}

.rating-table {
    display: block;
    overflow-x: auto;
}

.header h1 {
    font-size: 1.5rem;
}

.main-header {
    flex-direction: column;
    align-items: flex-start;
}

.main-header h2 {
    margin-bottom: 15px;
}



.conversations-side {
    /* width: 100%; */
    display: none;
   
}

.chat-side {
    width: 100%;
  
}

.conversations-side.active {
    display: flex;
}

.chat-side.active {
    
}

.time-item2 {
    flex: 0 0 100%;
    /* عنصر واحد في الصف على الشاشات الصغيرة */
}

#time-content_des {
    color: rgba(122, 122, 122, 1)
}

.services-grid {
    grid-template-columns: repeat(2, 1fr);
}

.time-works-row {
    flex-direction: column;
}

.btn_activity {
  width: 120px;
  padding: 8px 17px;
}

.logo img {
    height: 20px;
    width: auto;
}

.navbar {
  
}

.menu-toggle {
    display: block;
    order: 3;
    margin-left: auto;
}


.loadmore {
    position: relative;
    left: 17%;
    transform: translateX(-50%);
    order: 2;
}

.logo {

}

.nav-links {
    position: absolute;
    top: 50px;

    right: 0;

    flex-direction: column;
    width: 350px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 1000;
    gap: 10px;

}

.nav-links.active {
    max-height: 500px;
}

.nav-links a {
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
}

.categories {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
}

.mobile-controls {
    order: 3;
}


.nav-links {
  
}

.nav-links.active {
    display: flex;
}

.login-desktop {
    display: none;
    /* يخفي نسخة الديسكتوب */
}

.login-mobile {
    display: block;
    /* يظهر نسخة الموبايل */
    margin-top: 10px;
}
 
 
.table-container { display: none; }   /* نخفي الجدول */
  .mobile-cards { display: block; }     /* نعرض الكروت */

  .hotel-card {
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #eee;
  }

  .hotel-image2 {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
    margin-right: 12px;
  }

  .hotel-details {
    flex: 1;
  }

  .hotel-details h5 {
    margin: 0 0 6px 0;
    font-size: 16px;
    font-weight: bold;
  }

  .hotel-details .location,
  .hotel-details .rating {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
  }

  .hotel-details img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }

  .toggle-row {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
  }
    #aside_1 { display: none; }        /* نخفي السايدبار */
  .mobile-filters {
    display: flex;
    gap: 20px;
    margin: 10px 0;
  }
  .mobile-filters .dropdown {
    flex: 1;
  }
  .mobile-filters button {
    width: 100%;
    background: none;
    border: none;
    font-weight: bold;
    font-size: 14px;
    color: var(--primary-color);
 
    padding: 6px 0;
    text-align: left;
  }
.card-footer {
  display: flex;
  align-items: center; /* يخليهم بنفس الخط العمودي */
  gap: 10px; /* مسافة بسيطة بين العناصر */
}

}