@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Noto+Kufi+Arabic:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    font-family: "Cairo", serif;
    background: linear-gradient(to right , #fdf1f0, #e7f2fc);
    direction: rtl;
    scroll-behavior: smooth;

}
*,html{
    font-family: "Cairo", serif;
    scroll-behavior: smooth;
}
:root{
    --event:#f3f3f3b2;
    --odd:#fff;
}
.left-border-gray{
    border-left:1px solid rgb(200, 200, 200) ;
}
.pt-10{
    padding-top: 10px;
}
.size-30{
    font-size: 30px;
}
.mt-10{
    margin-top: 10px;
}
#img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-no{
    border: none;
    background: none;
}
.img-logo{
    width: 40px;
    height: 40px;
}
.img-logo-60{
    width: 60px;
    height: 60px;
}
.show-text{
    transition: 0.2s;
    position: relative;
    cursor: pointer;
}
 .text-limit-200{
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;


}
.limited-text {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em; /* Adjust based on line height */
    line-height: 1.5em; /* Adjust for proper spacing */
  }
  
 .text-limit-150{
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;


}
p-20{
    padding: 20px;
}

.pr-30{
    padding-right: 30px;
}
.min-width-300px{
    min-width: 300px;
}
.hide-hover .element{
display: none;
}
.hide-hover:hover .element{
display: flex;
}
.top-up-20{
    top: -20px;
}
.show-text .hide-text{
transform: translateY(10px);
opacity: 0;
pointer-events: none;
}
.show-text:hover .hide-text{
transform: translateY(0px);
opacity: 1;
pointer-events: auto;
}
.flex{
    display: flex;
}
.flex-column{
    flex-direction: column;
}
.flex-between{
    justify-content: space-between;
}
.flex-end{
    justify-content: end;
}
.flex-start{
    justify-content: start;
}
.gap-1{
    gap: 10px;
}
.gap-2{
   gap: 20px;
}
.align-center{
    align-items: center;
}
.justify-center{
    justify-content: center;
}

.h-full{
    height: 100vh;
}

.pos-fixed{
    position: fixed;
}

.z-999{
z-index: 999;
}
.fixed{
    position: fixed;
}
.top-0{
    top:0px;
}
.left-0{
    left:0px;
}
.top-10{
    top:10px;
}
.top-30{
    top:30px;
}
.left-10{
    left:10px;
}
.right-10{
    right:10px;
}
.right-30{
    right:30px;
}
.m-10{
    margin: 10px;
}
.bottom-10{
    bottom: 20px;
}
.p-8{
    padding: 8px;
    box-sizing: border-box;
}
.add-to-cart{
    transition: 0.2s;
}
.add-to-cart:hover{
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}
.show-hover-container .show-hover{
display: none;
}
.show-hover-container:hover .show-hover{
display: flex;
}
.p-10{
    padding: 10px;
    box-sizing: border-box;
}
.p-5{
    padding: 5px;
    box-sizing: border-box;
}
.border-gray{
    border: 1px solid rgba(115, 115, 115, 0.501);
}
.p-0{
    padding: 0px;
}
.p-20{
    padding: 20px;
    box-sizing: border-box;
}
.w-84{
    width: 84%;
}
.z-index-99{
    z-index: 99;
}
.m-0{
    margin:0px;
}
.bottom-110{
    bottom: 110%;
}
.h-max-content{
    height: max-content;
}

.bg-dark{
    background: #002333;
}
.bg-white{
    background: #fff;
}
.bg-blur {
    position: relative;
    background: transparent;
    backdrop-filter: blur(18px);
    width: 100%;
}

.a-black{
    text-decoration: none;
    color: black;
}
.a-white{
    text-decoration: none;
    color: white;
}
.color-white{
    color: #fff;
}
.checked-border-5{
    border: 5px solid #d90000;
}
.border-bottom-1{
    border-bottom: 1px solid rgba(161, 161, 161, 0.429);
}
.line-height-10{
    line-height: 10px;
}
.size-13{
    font-size: 13px;
}
.rounded-100{
border-radius: 50%;
}
.w-250{
    width: 250px;
}
.w-full{
    width: 100%;
}
.w-50per{
    width: 50%;
}

.shadow{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);

}

.li-nostyle{
    list-style: none;
}
.mini-logo{
    width: 20px;
    height: 20px;
}
.text-gray{
    color: gray;
}
.px-5{
padding-left: 5px;
padding-right: 5px;
}
.px-10{
padding-left: 10px;
padding-right: 10px;
}
.px-15{
padding-left: 15px;
padding-right: 15px;
}
.px-20{
padding-left: 20px;
padding-right: 20px;
}
.py-5{
padding-top: 5px;
padding-bottom: 5px;
}
.py-10{
padding-top: 10px;
padding-bottom: 10px;
}
.py-15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.py-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.size-10{
    font-size: 10px;
}
.size-13{
    font-size: 13px;
}
.size-15{
    font-size: 15px;
}
.size-20{
    font-size: 20px;
}
.hover-v1{
    transition: 0.2s;
}
.hover-v1:hover{
    background: #0023332a;
    
}
.hover-bg-gray{
    
}
.hover-bg-gray:hover{
background-color: #cacacace;
}
.h-80{
    height: 80vh;
}
.pointer{
    cursor: pointer;
}

.bold-full{
    font-weight: bold;
}
.bold-400{
    font-weight: 400;
}
.bold-500{
    font-weight: 500;
}
.min-h-80vh{
    min-height: 80vh;
}
.grid{
    display: grid;
}
.grid-columns-20per-80per{
    grid-template-columns: 20% 79%;
}
.grid-columns-spe{
    grid-template-columns: 240px 1fr;
}
.grid-columns-1{
    grid-template-columns: repeat(1,1fr);
}
.grid-columns-2{
    grid-template-columns: repeat(2,1fr);
}
.grid-columns-3{
    grid-template-columns: repeat(3,1fr);
}
.grid-columns-4{
    grid-template-columns: repeat(4,1fr);
}
.grid-columns-5{
    grid-template-columns: repeat(5,1fr);
}
.grid-columns-6{
    grid-template-columns: repeat(6,1fr);
}
.grid-template-70-30{
    grid-template-columns: 70% 30%;

}
.bg-red{
    background: red;
}

.text-no-wrap{
    white-space: nowrap;
}
.m-t-10{
    margin-top: 10px;
}
.m-t-20{
    margin-top: 20px;
}
.m-t-30{
    margin-top: 30px;
}
.rounded-5{
    border-radius: 5px;
}
.rounded-10{
    border-radius: 10px;
}
.w-50{
    width: 50px;
}
.w-80{
    width: 80px;
}
.h-50{
    height: 50px;
}
.h-100{
    height: 100px;
}
.h-150{
    height: 150px;
}

.hover-show{
    position: relative;
}
.hover-show .content{
    position: absolute;
    bottom: 110%;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: 0.2s;
    max-width: 200px;
    width: max-content;
}
.hover-show:hover .content{
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
}


a{
    text-decoration: none;
}
.text-dark{
    color: #000b10;
}
.text-white{
    color: #ffffff;
}



/* Global Table Styling */
.table-bordered{
    max-width: 80vw;
    overflow-x: auto;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}
tr:nth-child(odd) {
    background-color: var(--odd);
}

/* Even Number Styles */
tr:nth-child(even) {
    background-color: var(--event);
}

table th, table td {
    white-space: nowrap;
    padding: 5px 15px;
    box-sizing: border-box;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 14px;
    text-align: center;
}

table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

/* table tr:hover {
    background-color: #f9f9f9;
} */

/* Thumbnail Styling */
table td img {
    width: 100px;
    height: auto;
    border-radius: 4px;
}

/* Status Button Styling */
table td .btn {
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

table td .btn-warning {
    background-color: #ffc107;
    color: #000;
    border: 1px solid #ffc107;
}

table td .btn-danger {
    background-color: #dc3545;
    color: #fff;
    border: 1px solid #dc3545;
}

table td .btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
}

table td .btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

/* Pagination Styling */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination a, .pagination span {
    padding: 8px 16px;
    margin: 0 4px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #007bff;
    border-radius: 4px;
}

.pagination a:hover {
    background-color: #f4f4f4;
}

.pagination .active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

/* Alert Styling */
.alert {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}



/* Base button styles */
.btn {
    position: relative;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: max-content;
  }
  .btn-icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
}
  .btn-icon-small{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    font-size: 13px;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
}
  .btn-small {
    position: relative;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: max-content;
  }
  /* Floating effect on click */
  .btn:active::after ,
  .btn-icon:active::after ,
  .btn-icon-small:active::after ,
  .btn-small:active::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: scale(0);
    animation: floatEffect 0.5s ease-out;
  }
  
  @keyframes floatEffect {
    from {
      transform: scale(0);
      opacity: 1;
    }
    to {
      transform: scale(3);
      opacity: 0;
    }
  }
  
  /* Button color variations */
  .btn-primary { background: #007bff; }
  .btn-danger { background: #dc3545; }
  .btn-warning { background: #ffc107; color: #212529; }
  .btn-dark { background: #343a40; }
  .btn-success { background: #03c94f; }
  .btn-gray { background: #6c757d; }
  .btn-light { background: #f8f9fa; color: #212529; }
  
  /* Hover Effects */
  .btn:hover {
    filter: brightness(1.2);
  }
  
  /* Icon Support */
  .btn i {
    font-size: 18px;
  }
  
  /* Different Animation Effects */
  .effect1 { animation: bounce 0.3s ease-in-out; }
  .effect2 { animation: pulse 0.4s ease-in-out; }
  .effect3 { animation: rotate 0.5s ease-in-out; }
  
  @keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
  }
  
  @keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
  }
  
  @keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  


.w-40per{
    width: 40%;
}


  /* Input Styles */
.input {
    width: 100%;

    transition: all 0.3s ease;
    box-sizing: border-box;

        padding: 8px;
        border: 1px solid #ddd;
        background: #f9f9f9;
        border-radius: 4px;
        font-size: 14px;
  }
  
  .input:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
  }
  
  .input-effect1 {
    animation: inputShake 0.3s ease-in-out;
  }
  
  .input-effect2 {
    animation: inputGlow 0.5s ease-in-out infinite alternate;
  }
  
  @keyframes inputShake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
  }
  
  @keyframes inputGlow {
    from { box-shadow: 0 0 10px rgba(0, 123, 255, 0.5); }
    to { box-shadow: 0 0 20px rgba(0, 123, 255, 0.7); }
  }
.con-down-button{
    position: absolute;
    bottom: -20px;
    left: 0;
width: 100%;
display: flex;
justify-content: center;
}
.down-button{
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 
    0 1px 3px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(0, 0, 0, 0.05);
background: #d0d0d07c;
width: 35px;
height: 35px;
display: none;
align-items: center;
justify-content: center;
border-radius: 50%;

font-weight: bold;


}
.down-button:hover{
    background: #5d5d5d7e;

}

 .down-button .bx-chevron-down{
    display: none;
}
 .down-button .bx-chevron-up{
display: flex;
}
body.activedownwindow .down-button .bx-chevron-down{
    display: flex;
}
body.activedownwindow .down-button .bx-chevron-up{
display: none;
}

  .relative{
    position: relative;
  }
  /* Input with Icon */
  .input-group {
    position: relative;
    display: flex;
    align-items: center;
  }
  .w-300px{
    width: 300px;
  }
  .input-group .input {
    padding-right: 40px;

  }
  
  .input-group i {
    position: absolute;
    right: 12px;
    font-size: 20px;
    color: #007bff;
  }
  

.city-suggestions{
    position: absolute;
    width: 90%;
    top: 100%;
    left: 0;
    background-color: #fff;
    max-height: 300px;
    overflow-y: scroll;
}

.city-suggestions ul{
   list-style: none;
}
.li-city-suggestions{
    border-bottom: #61a7f2bc;
    cursor: pointer;
    padding: 5px 0px;
    box-sizing: border-box;
    list-style: none;
}




  /* --------------------------------- alert and animation ------------------------------- */
  /* Alert Window */
.alert-window {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    animation: slideIn 0.5s ease-out;
    z-index: 98;
  }
  
  .alert-content {
    display: flex;
    flex-direction: column;
    align-items: space-between;
    justify-content:center ;
    gap: 10px;
  }
  
  .alert-icon {
    font-size: 30px;
    color: #ff4d4d;
  }
  
  .alert-text {
    flex-grow: 1;
    margin-left: 15px;
  }
  
  .alert-title {
    font-size: 18px;
    margin: 0;
  }
  
  .alert-description {
    font-size: 14px;
    color: #777;
  }
  

  
  .alert-btn {
    padding: 8px 15px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .alert-btn:hover {
    background-color: #f0f0f0;
  }
  
  .yes {
    background-color: #4caf50;
    color: white;
  }
  
  .no {
    background-color: #ff4d4d;
    color: white;
  }
  
  /* Notification Window */
  .notification {
    display: flex;
    position: fixed;
    top: 20px;
    right: -10px;
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    animation: slideInNotification 0.5s ease-out forwards;
    z-index: 999;
  }
  
  .notification p {
    margin: 0;
  }
  

  /* Alert Window */
.alert-window {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    animation: slideIn 0.5s ease-out;
}

/* Notification Window */



.notification .btn-remove-notification {
    background: transparent;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

  /* Animations */
  @keyframes slideIn {
    0% {
      transform: translate(-50%, -50%) scale(0);
      opacity: 0;
    }
    100% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
  }
  
  @keyframes slideInNotification {
    0% {
      right: -10px;
    }
    100% {
      right: 0px;
    }
  }



  .custom-element{
    font-size: 0.8rem;
    box-sizing: border-box;
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: bold;
    width: max-content;
  
  }

  .success-custom{
    background: rgba(113, 221, 55,0.2);
    color: #71dd37;
  }
  
  .error-custom{
    background: rgba(255, 63, 63,0.2);
    color: #ff3f3f;
  }
  .primary-custom{
    background: rgba(63, 63, 255,0.2);
    color: #3f3fff;
  }
  
  .warning-custom{
    background: #fff675;
    color: #807800;
  }









  .pagination {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.pagination .page-item {
    margin: 0 3px;
}

.pagination .page-link {
    color: #333;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
}

.pagination .page-item.active .page-link {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.pagination .page-item.disabled .page-link {
    color: #bbb;
    cursor: not-allowed;
    background-color: #f8f9fa;
}

.pagination .page-link:hover {
    background-color: #f1f1f1;
    border-color: #ccc;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    font-weight: bold;
}

/* Customize ellipsis */
.pagination .page-item.disabled span.page-link {
    background: none;
    border: none;
    color: #666;
    font-weight: bold;
}


/* Error message styling */
.error-message {
    color: #ff0000;
    font-size: 14px;
    margin-top: 5px;
}

.input-group input:invalid,
.input-group textarea:invalid {
    border-color: #ff0000;
}

.input-group input:focus:invalid,
.input-group textarea:focus:invalid {
    outline: none;
    box-shadow: 0 0 5px 2px rgba(255, 0, 0, 0.5);
}

.outline-none{
    outline: none;
}


/* ---------------------------------- sidebar dropchild------------------------ */
/* Basic Sidebar Styling */
.sidebar-item {
    list-style: none;
}

.sidebar-item a {
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 10px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: background-color 0.3s ease;
}



/* For the checked state */
.checked {
    background-color: #007bff;
    color: #fff;
}

.checked a{
    color: #fff;
}

.checked:hover {
    background-color: #007bff;
    color: #fff;
}

/* Child Item Checked */
.childchecked {
    background-color: #f0f8ff; /* Light blue background for checked child */
    color: #007bff;
}

.childchecked:hover {
    background-color: #f0f8ff; /* Light blue background for checked child */
    color: #007bff;
}

/* Dropdown Styles */
.has-dropdown > a {
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    list-style: none;
    padding-left: 20px;
    background-color: #f9f9f9;
    border-left: 2px solid #007bff;
    transition: 0.2s;
}

.has-dropdown.open > .dropdown-menu {
    display: block;
}

.child-item a {
    padding: 10px;
    text-decoration: none;
    color: #333;
}

.child-item a:hover {
    background-color: #ddd;
}



/* Responsive: Smaller screens */
@media (max-width: 768px) {
    .pos-fixed {
        width: 200px;
    }

    .sidebar-item a {
        font-size: 14px;
    }
}

/* ---------------------------------- sidebar dropchild------------------------ */




    .container {
        max-width: 1200px;
        margin: 20px auto;
        padding: 20px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .form-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .form-header h2 {
        font-size: 24px;
        color: #444;
    }

   .btn-square-30{
    width: 30px;
    height: 30px;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
   }

    .btn-secondary {
        background-color: #6c757d;
        color: #fff;
    }

    .btn-secondary:hover {
        background-color: #5a6268;
    }

    /* Form Grid */
    .form-grid {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
        margin-bottom: 20px;
    }

    .input-group {
        display: flex;
        align-items: center;
        gap: 10px;
        border-radius: 4px;
    }

    .input-group i {
        font-size: 18px;
        color: #666;
    }

    .input-group input,
    .input-group textarea,
    .input-group select {
        flex: 1;
        padding: 8px;
        border: 1px solid #ddd;
        background: #f9f9f9;

        border-radius: 4px;
        font-size: 14px;
    }

    /* Selected Products */
    .selected-products {
        margin-top: 20px;
    }

    .selected-products label {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        display: block;
    }

    .selected-products-list {
        list-style: none;
        padding: 0;
    }

    .selected-products-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
        padding: 10px;
        background: #f9f9f9;
        border-radius: 4px;
        border: 1px solid #ddd;
    }

    .selected-products-list li img {
        width: 50px;
        height: 50px;
        border-radius: 4px;
    }

    .selected-products-list li input {
        width: 60px;
        padding: 5px;
        border: 1px solid #ddd;
        border-radius: 4px;
    }

    .selected-products-list li button {
        background: #dc3545;
        color: #fff;
        border: none;
        padding: 5px 10px;
        border-radius: 4px;
        cursor: pointer;
    }

    .selected-products-list li button:hover {
        background: #c82333;
    }

    /* Modal Styles */
    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .modal-content {
        background-color: white;
        margin: 10% auto;
        padding: 20px;
        width: 80%;
        max-width: 800px;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .close {
        float: right;
        cursor: pointer;
        font-size: 24px;
        color: #666;
    }

    .close:hover {
        color: #333;
    }

    .product-cards {
        display: grid;
        grid-template-columns: repeat(6,1fr);
        gap: 20px;
    }

    .product-card {
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        padding: 15px;
        text-align: center;
        /* background: #f9f9f9; */
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .product-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 10px;

    }

   


.hover-hide .element{
    display: none;
}
.hover-hide:hover .element{
    display: flex;
}
 


.hover-scale{
    transition: 0.2s;
    cursor: pointer;
}

.hover-scale:hover{
    transform: scale(1.05);
}

.sidebarcart{
    width: 0px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.2s;

}
body.sidebarcartActive .sidebarcart{
    width: 250px;
    padding: 10px;
}
.justify-end{
    justify-content: end;
}
.h-65vh{
    height: 65vh;
    max-height: 65vh;
    overflow-y: auto;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


.my-15{
    margin: 15px 0px;
}
.my-20{
    margin: 20px 0px;
}
.my-25{
    margin: 25px 0px;
}



.selected-image{
    border: 2px solid blue;
}


.content-element {
    width: 40%;
    position: relative;
    text-align: center;
  
}
.content-element img{
    width: 100%;
    height: 100%;
    object-fit: cover;  
}

.element-actions {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    gap: 5px;
    z-index: 99;
    pointer-events: none;
    opacity: 0;
}
.absolute{
    position: absolute;
}
.element-actions button {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content {
    margin: auto auto;
    padding:10px 20px;
    box-sizing:border-box;
    border: 1px solid #888;
    width: 80%;
    position: relative;
}
.content-images{
height:80vh;
overflow-y:auto;
width: 100%;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



.pagina-v2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.page-link {
    padding: 8px 12px;
    margin: 0 5px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    text-decoration: none;
}

.page-link:hover {
    background-color: #0056b3;
}

.page-number {
    
    margin: 0 5px;
    background-color: #f0f0f0;
    color: #333;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.page-number.active {
    background-color: #007bff;
    color: white;
}

.conatinerproduct{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 
    0 1px 3px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(0, 0, 0, 0.05);
display: flex;
flex-direction: column;
gap: 10px;
align-items: center;  
height: max-content;
cursor: pointer;
padding: 10px;
box-sizing: border-box;
transition: 0.2s;
}
.conatinerproduct:hover{
    transform: scale(1.05);
}
.conatinerproduct .img{
width: 100%;
height: 150px;
}
.conatinerproduct h3{
padding: 0;
margin: 0;
}
.conatinerproduct .img img{
width: 100%;
height: 100%;
object-fit: cover;
}



.error-window {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 400px;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 15px;
}

.error-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.error-list {
    max-height: 300px;
    overflow-y: auto;
}

.error-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}



.new{
    background: #97ff06;
}
.inprogress{
  background: #c44500;
}
.confirmed{
    background:#00d172;
}
.canceled{
    background:#f00000;

}
.delayed{
    background:#0085d1;

}
.noanswer{
    background:#eadf00;

}
.delivery{
    background:#0d00d1;

}
.pt-20{
    padding-top: 20px;
    box-sizing: border-box;
}
.pb-10{
    padding-bottom: 10px;
    box-sizing: border-box;
}
.pb-5{
    padding-bottom: 5px;
    box-sizing: border-box;
}
/* -------------------------------------------------------- dashboard ------------------------------------------------------ */
/* Dashboard Header */
.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    width: 100%;
}

.dashboard-header h1 {
    font-size: 2rem;
    color: #343a40;
    margin: 0;
    padding: 0;
}

.dashboard-header form {
    display: flex;
    gap: 15px;
}

.dashboard-header input[type="date"],
.dashboard-header select {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.dashboard-header button {
    padding: 8px 15px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.dashboard-header button:hover {
    background-color: #0056b3;
}

/* Status Cards */
.status-cards {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.status-cards .card {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;

}
.status-cards .card h3{
  padding: 0;
  margin: 0;
  font-size: 1rem;

}
.status-cards .card p{
  padding: 0;
  margin: 0;


}

.status-cards .card i {
    font-size: 2rem;
    margin-right: 10px;
}

/* Colors for the Status Cards */
.status-cards .card:nth-child(1) {
    background-color: #28a745; /* New */
}

.status-cards .card:nth-child(2) {
    background-color: #007bff; /* Confirmed */
}

.status-cards .card:nth-child(3) {
    background-color: #dc3545; /* Canceled */
}

.status-cards .card:nth-child(4) {
    background-color: #ffc107; /* Delayed */
}

.status-cards .card:nth-child(5) {
    background-color: #6c757d; /* No Answer */
}

.status-cards .card:nth-child(6) {
    background-color: #17a2b8; /* In Progress */
}

.status-cards .card:nth-child(7) {
    background-color: #343a40; /* Delivery */
}

/* User Status Cards */
.user-status-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.flex-wrap{
    flex-wrap: wrap;
}
.user-status-cards .user-card {
    flex: 1;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f9fa;
}

.user-status-cards .user-card img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.user-status-cards .user-card h3 {
    font-size: 1.2rem;
    color: #343a40;
}

.user-status-cards .user-card p {
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
}

/* Records Table */
.records-table {
    margin-top: 30px;
}

.records-table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.records-table table th,
.records-table table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: center;
}

.records-table table th {
    background-color: #007bff;
    color: white;
}

.records-table table td {
    background-color: #f8f9fa;
}

.records-table .pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.records-table .pagination a {
    text-decoration: none;
    padding: 8px 15px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
}

.records-table .pagination a:hover {
    background-color: #0056b3;
}



/* -------------------------------------------------------- dashboard ------------------------------------------------------ */
/* ------------------------------form landing page -------------------------------- */
/* Contact Form Container */
.contact-container {
    width: 80%;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;

}

/* Flex Layout for Contact Box */
.contact-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

/* Left Section (Form) */
.contact-left {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;

}

/* Section Titles */
.section-title {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}

/* Form Styling */
.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
}

.contact-form input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    box-sizing: border-box;
}

.contact-form input[type="text"]:focus {
    border-color: #007bff;
    outline: none;
}

/* Offers List */
.offers-list {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.offers-list li {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #f9f9f9;
    margin-bottom: 5px;
    border-radius: 5px;
    transition: 0.3s;
    cursor: pointer;
}

.offers-list li:hover {
    background: #e0e0e0;
}

.offers-list input[type="radio"] {
    margin-left: 10px;
    cursor: pointer;
}

.offers-list label {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/* Submit Button */
.contact-form .btn-primary {
    width: 100%;
    padding: 12px;
    font-size: 18px;
    font-weight: bold;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.contact-form .btn-primary:disabled {
    background: #aaa;
    cursor: not-allowed;
}

.contact-form .btn-primary:hover {
    background: #0056b3;
}

/* Right Section (Contact Info) */
.contact-right {
    flex: 1;
    padding: 20px;
    text-align: center;
}

.contact-right img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

/* Contact Info */
.contact-info {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

.contact-info i {
    color: #007bff;
    margin-left: 5px;
}

/* Social Icons */
.social-icons {
    margin-top: 15px;
}

.social-icons a {
    text-decoration: none;
    margin: 0 10px;
    font-size: 20px;
    color: #007bff;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #0056b3;
}



 .title-steps { font-size: 20px; font-weight: bold; margin-bottom: 20px; color: #333; }
        .steps-container { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px; padding: 15px; }
        .step { width: 110px; height: 110px; background: rgba(0, 123, 255, 0.1); border-radius: 50%;
                display: flex; flex-direction: column; align-items: center; justify-content: center;
                cursor: pointer; transition: .3s; font-size: 14px; font-weight: bold; padding: 10px; }
        .step:hover, .step.active { background: #007bff; color: #fff; transform: scale(1.1); }
        .step i { font-size: 26px; margin-bottom: 5px; }

        .footer {
            background-color: #111;
            color: white;
            text-align: center;
            padding: 30px 20px;
            width: 100%;
            box-sizing: border-box;
           
        }

        .footer h2 {
            margin-bottom: 10px;
            font-size: 24px;
        }

        .footer p {
            font-size: 14px;
            max-width: 600px;
            margin: auto;
            line-height: 1.5;
        }

       .footer .social-icons {
            margin-top: 15px;
        }

       .footer .social-icons a {
            display: inline-block;
            margin: 0 10px;
            color: white;
            font-size: 20px;
            transition: 0.3s;
        }

        .footer .social-icons a:hover {
            color: #007bff;
        }


        
.button-animation {
    position: relative;
    background: transparent;
    border: 3px solid gold;
    padding: 15px 30px;
    font-size: 20px;
    color: black;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.3s;
    z-index: 2;

}
.button-animation:hover {
    background: gold;
    color: #fff;
    box-shadow: 0 0 15px gold;
}
.button-animation .hand {
    position: absolute;
    right: -0px;
    bottom: -40px;
    width: 60px;
    animation: clickAnim 1.5s infinite;
}
@keyframes clickAnim {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(0.9); }
}
.button-animation:active {
    transform: scale(0.95);
}
.shards {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: gold;
    border-radius: 50%;
    opacity: 0;
    animation: explode 0.5s ease-out;
}
@keyframes explode {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(3) translate(var(--x), var(--y)); opacity: 0; }
}
     
.show-page-container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.show-page-image{
   height: 450px;
}
.show-page-image-sumi{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.button-qty{
    display: flex;
    align-items: center;
    background: rgba(180, 180, 180, 0.774);
    width: max-content;
    border-radius: 10px;
}
.button-qty button{
    border: none;
    background: none;
    transition: 0.2s;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 17px;
    cursor: pointer;
}
.button-qty-small{
    display: flex;
    align-items: center;
    background: rgba(180, 180, 180, 0.774);
    width: max-content;
    border-radius: 10px;
}
.img-100-100{
    width: 80px;
    height: 80px;
}
.align-end{
    align-items: end;
}
.align-start{
    align-items: start;
}
.button-qty-small button{
    border: none;
    background: none;
    transition: 0.2s;
    padding: 2px 10px;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
}
.button-qty-small button:hover{
    background: rgba(104, 104, 104, 0.774);

}
.bg-dark-light{
    background-color: rgba(0, 0, 0, 0.5);
}
.addtocart{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid gray;
    transition: 0.2s;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.addtocart i{
    font-size: 17px;
}

.button-qty button:hover{
   background: gray;
}
.show-page-image-sumi img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.drop-window-container{
    position: relative;
}
.drop-window-pages,
.drop-window-categories{
    position: absolute;
    transition: 0.2s;
    transform: translateY('-10px');
    opacity: 0;
    pointer-events: none;
    top: 50px;
    width: 200px;
    z-index: 99;
}
.drop-window-pages a,
.drop-window-categories a{
    color: #2a2a2a;
    cursor: pointer;
    padding: 6px 10px;
    border-bottom: 1px solid rgba(161, 161, 161, 0.1);
}
body.dropwindowActivePages .drop-window-pages{
    transform: translateY('0px');
    opacity: 1;
    pointer-events: auto;
}
body.sidebarcartActiveCategories .drop-window-categories{
    transform: translateY('0px');
    opacity: 1;
    pointer-events: auto;
}

.cart-order{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    background-color: #333333aa;
    z-index: 9999;
    display: none;
}
.cart-order.cartorderActive{

    display: block;
}

.homepage{
    display: flex;
}
.hidein1080{
    display: flex;
}
.btn-border{
    padding: 6px 10px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background: #fff;
    box-sizing: border-box;
    max-height: max-content;
}

.flex-column-600px{
    display: flex;
}

.hide-until-600{
    display: none;
}

.sticky{
    position: sticky;
}
.hide-logo{
    display: none;
}
.logo-ma{
    transition: 0.2s;
    animation : opacityanim 0.3s linear;

}
.translate-y-3up{
    transform: translateY(-3px);
}
.size-25{
    font-size: 25px;
}
.show-page-info{

}
@keyframes opacityanim {
    0%{
        transition: 0.2s;
      opacity: 0;
    }
    100%{
        transition: 0.2s;

        opacity: 1;
    }
}

.dropdownsearch{
    position: absolute;
    top: 50px;
    left: 0px;
    z-index: 999;
    width: 100%;

}
.dropdownsearch ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.dropdownsearch ul li{
    padding:5px 10px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.03);
    transition: 0.2s;
}
.dropdownsearch ul li:hover{
background: rgba(0, 0, 0, 0.03);
}
.items-center{
    align-items: center;
}

.width-half{
    width: 50%;
}
.sidebar-tablet-footer{
    display: flex;
    gap: 20px;
    font-size: 30px;
    text-align: center;
    justify-content: center;
}
.sidebar-tablet-footer a{
    color: #000;
}
.sidebar-tablet{
   width: 0px;
   padding: 20px 0px;
   overflow: hidden;
   transition: 0.2s;
   box-sizing: border-box;
}
.sidebar-tablet.sidebar-tablet-active{
   width: 250px;
   padding: 20px 20px;
   overflow: hidden;
}
.menu-ta{
    cursor: pointer;
    display: none;
}


.categories-side{
    transition: 0.2s
}
body.activedownwindow header{
    padding-bottom: 10px;
}
/* ----------------------------------------------------------- media classes ----------------------------------------- */

/* ----------------------------------------------------------- media classes ----------------------------------------- */
/* Responsive */
        @media (max-width: 1300px) {
            
    .product-cards {
        grid-template-columns: repeat(5,1fr);

    }
        }
        @media (max-width: 1250px) {
            .homepage{
                display: none;
            }
            .product-cards {
                grid-template-columns: repeat(4,1fr);
        
            }
        }
        @media (max-width: 1150px) {
            .show-page-container{
                grid-template-columns: repeat(1,1fr);
            }
            .show-page-info{
                text-align: center;
            }
            .media-1150-align-center{
                align-items: center;
            }
        }

        @media (max-width: 1080px) {
        .media-1000-min-h-20vh{
            min-height: 20vh;
        }
            .grid-media-1000-1{
                grid-template-columns: repeat(1,1fr);
            }
            .hidein1080{
                display: none;
            }
            .product-cards {
                grid-template-columns: repeat(3,1fr);
        
            }

        }
        @media (max-width: 750px) {

            .product-cards {
                grid-template-columns: repeat(2,1fr);
                gap: 8px;
        
            }
            .media-700-justify-content{
                justify-content: center;
               
            }



        }
        @media (max-width: 600px) {
            .down-button{
                display: flex;
            }
            body.activedownwindow .categories-side{
           height: 0px;
           padding-top:0px ;
           padding-bottom:0px ;
           overflow: hidden;
            }
            .sidebar-tablet.sidebar-tablet-active{
   width: 100%;
   padding: 20px 20px;
   overflow: hidden;
}
            .contact-container {
                width: 100%;
               
            }
            .show-page-image{
                height: 300px;
            }
            .show-page-image-sumi img{
                width: 65px;
                height: 65px;
                object-fit: cover;
            }
            
            .product-card {
             padding: 0px;
            }
            .product-card img {
                width: 100%;
                height: 150px;
            }
            .media-600-p-0{
                padding: 0px;
            }
            .media-600-hide{
                display: none;
            }
            .media-500-w-40{
                width: 30px;
            }
            .media-600-size-20{
                font-size: 20px;
            }
            .media-600-size-13{
                font-size: 13px;
            }
           .media-600-sticky{
            position: sticky;
            top: 10px;
           }
           .media-600-sticky-parent-h-100px{
            min-height: 100px;
           }
           .media-600-z-index-999{
               z-index: 999;
           }
            .hide-until-600{
                display: flex;
            }
            .media-600-order-1{
                order: 1;
                
            }
            .media-600-order-2{
                order: 2;
            }
        
            .flex-column-600px{
                flex-direction: column;
            }
            .media-600-w-100{
                width: 100%;
                min-width: 100%;
                max-width: 100%;
            }
            .footer h2 {
                font-size: 20px;
            }
            .footer p {
                font-size: 12px;
            }
        }
/* Responsive Design */
@media (max-width: 768px) {
    .contact-box {
        flex-direction: column;
        text-align: center;
    }

    .contact-left, .contact-right {
        width: 100%;
    }

    .offers-list li {
        justify-content: center;
    }
}
/* ------------------------------form landing page -------------------------------- */


@media screen and (max-width: 1050px) {
    
    .content-element{
        width: 80%;
    }

  }
@media screen and (max-width: 480px) {
    
    .content-element{
        width: 100%;
    }
    .swiper {
        width: 100%;
    }
  }

  