
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Styling the header */
.electronic-header {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.container {
    width: 90%;
    margin: 0 auto;
}

.electronic-header h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.electronic-header p {
    font-size: 14px;
    margin-bottom: 20px;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: inline-block;
    margin-right: 10px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

/* Styling the products section */
.products {
    background-color: #f4f4f4;
    padding: 20px 0;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 10px;
}
@media only screen and (max-width: 1024px) {

.product-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
grid-gap: 10px;
}

}

@media only screen and (max-width: 600px) {

    .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 10px;
}

}


.product {
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.product:hover {
    transform: translateY(-3px);
}

.product img {
    max-width: 100%;
    height: auto;
    border-radius: 10px; 
    
}

.product h3 {
    margin-top: 10px;
    font-size: 16px;
    height: 57px;
}

.product p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4;
    height: 70px;
}



.product button {
    margin-top: auto;
    background-color: black;
    color: #fff;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}

.product button:hover {
    background-color: #D4A800;
}


@import url('https://fonts.googleapis.com/css2?family=Allerta+Stencil&display=swap');

@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
.navbar-nav>li>a{
  font-family: 'Droid Arabic Kufi', serif;  text-transform: uppercase;
  font-size: 13.8px;
  margin-right:20px;
 
}

@media only screen and (max-width: 600px) {


#ullove{
    display: flex;
    flex-direction: row;
    width: 1128px;
    overflow-x: revert-layer;
    flex-wrap: nowrap;
}


}
#lin-k{
    color: #c59d44 !important; 
}
#ullove{
    display: flex;
    flex-direction: row;
    width: 1428px;
    overflow-x: revert-layer;
    flex-wrap: nowrap;
}
/* تطبيق التنقل المخصص */
::-webkit-scrollbar {
  width: 10px; /* عرض شريط التمرير */
  height: 5px;
}

/* شكل التمرير */
::-webkit-scrollbar-thumb {
  background-color: #888; /* لون الخلفية لشريط التمرير */
  border-radius: 5px; /* زاوية الانحناء */
}

/* شكل الزر الذي يتحرك */
::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* لون الخلفية عند التحويم */
}

/* تأثير تلاشٍ للتمرير */
::-webkit-scrollbar-track {
  background: transparent; /* تلاشٍ لشريط التمرير */
}

/* لون التحويل */
::-webkit-scrollbar-thumb:active {
  background-color: #777; /* لون الخلفية عند النقر */
}

.navbar-toggler {
    padding: .20rem .50rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid white;

    }

    .nav-link{

      color: #fff !important;
    }



.all-show{

  z-index: 10;
}
        body{
    background:#eee;
}

.card {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 5%);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 1rem;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem;
}
.footer {
      background-color: #333;
      color: #fff;
      padding: 20px 0;
      bottom: 0;
      width: 100%;
      text-align: center;
    }


.display-4{
    color: #fff;
    font-family: 'Droid Arabic Kufi', serif;
        text-transform: uppercase;
}
     .jumbotron {
  background: url('../img/b1.jpg')   center  ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: monospace;
}
  /* تعديلات CSS الخاصة */
  .navbar-brand {
    transition: all 0.5s cubic-bezier(0.92, -0.39, 1, 1) !important; 

    font-size: 24px !important;
    font-weight: bold !important;
    color: #c59d44 !important; /* 333 */
    
  }
.add-c{
    margin-top: auto;
    background-color: #FBC15B;
    color: #fff;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    display: block;
    width: 100%;
}
#button-addon2{
    border: #fff; color: #fff; background-color: #bd943a;
   font-family: 'Droid Arabic Kufi', serif;text-transform: uppercase;
}
#button-addon2:hover{
    background-color: #333;
} 

#search-d{
        width:30%;
        display: none;

    }
        
@media only screen and (max-width: 991px) {


  #search-d{
    width:100%;
    display: flex;

}
    
    
    }



    #button-addon22{
        border: #fff; color: #fff; background-color: #bd943a;
       font-family: 'Droid Arabic Kufi', serif;text-transform: uppercase;
    }
    #button-addon22:hover{
        background-color: #333;
    } 
    
    #search-dd{
            width:100%;
        }
            
    @media only screen and (max-width: 991px) {
    
    
      #search-dd{
        width:100%;
    }
        
        
        }
    
        /* إخفاء الخيارات عندما يكون عرض الشاشة أكبر من 988 بكسل */

        table{
            direction: rtl;
        }
