body {
    font-family: "Tajawal";
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
    direction: rtl; /* لغة عربية */
}
* {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cod-sidox-content {
    width: 1350px;
    margin: 0 auto;
}
header nav ul a:hover {
    background: #0c79ff2e;
    padding: 10px;
}
header nav ul a {
    padding: 6px 10px;
    border-radius: 5px;
    transition: .3s;
    font-family: 'Tajawal';
    font-size: 15px;
    font-weight: 500;
    color: black;
}
.closeMenu svg {
    width: 24px;
    height: 25px;
    fill: var(--colorsidox);
}
button.openMenu {
    display: none;
}
button.closeMenu {
    display: none;
}
header nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.openMenu {
    display: none;
    all: unset;
    padding: 8px;
    background: #f6891e2b;
    place-items: center;
    border-radius: 5px;
    color: var(--colorsidox);
    cursor: pointer;
    transition: .3s;
}
.header-container {
    max-width: 1280px;
    margin-inline: auto;
    width: 100%;
    display: flex;
    flex-wrap: inherit;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
header .logo img {
    display: block;
    width: 100%;
    height: 50px;
}
.content-top {
    margin: 0 auto;
    background: #0c79ff;
}
header {
    display: flex;
    height: 66px;
    background: #fff;
    box-shadow: 0 4px 20px -3px rgb(0 0 0 / 12%);
    margin-bottom: 15px;

}
ul.social-icons li a.youtube {
    background-color: #ff0000;
    color: #fff;
}
ul.social-icons li a.tiktok {
    background-color: #2d282b;
    color: #fff;
}
ul.social-icons li a.whatsapp {
    background-color: #2a9d01;
    color: #fff;
}
ul.social-icons li a.instagram {
    background-color: #e4405f;
    color: #fff;
}
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 0.9em;
    height: 42px;
    width: 1350px;
    margin: 0 auto;
}
a.boton-contact {
    background: #0c79ff;
    padding: 7px;
    border-radius: 20px;
    width: 120px;
    font-family: 'Tajawal';
    color: white;
    display: flex;
    justify-content: center;
}

.social-icons img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.contact-info a {
    color: #555;
    text-decoration: none;
    margin-left: 15px;
}

.contact-info span {
    color: #555;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.logo img {
    height: 40px;
}

.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.main-menu li {
    margin-right: 20px;
}
.contact-info a,.contact-info span {
    color: white;
}
.contact-info {
    display: flex;
    align-items: center;
}
ul.social-icons {
    list-style: none;
    display: flex;
    gap: 6px;
    padding: 0;
}
ul.social-icons li {
    display: inline-block;
}
ul.social-icons li a.facebook {
    background-color: #3b5998;
    color: #fff;
}
ul.social-icons li a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25%;
    overflow: hidden;
    transition: transform 0.3s;
    text-decoration: none;
}
ul.social-icons li a i {
    font-size: 16px;
}
.main-menu li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}
i.fa-brands.fa-wordpress {
    margin: 0 6px 0 6px;
    color: black;
}
.contact-info i {
    margin-right: 7px;
}
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 21px;
    background-color: #ffffff;
    border: 1px solid #eee;
}
.hero2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.hero-content {
    flex: 1;
    padding-right: 20px;
}
.hero-content-1 h1,.hero-content-2 h1 {
    text-align: center;
    background: #0c79ff2e;
    padding: 5px;
    font-size: 20px;
    border-radius: 10px;
}
.hero-sidox-content .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 14px;
}
.hero-sidox-content .feature {
    padding: 15px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
    transition: all .3s;
    background: white;
}
.hero-sidox-content h4 {
    margin: 5px 0 10px;
    color: #007bff;
    font-weight: 600;
}
.hero-sidox-content .icon {
    font-size: 30px;
    color: #007bff;
}
.hero-content-1 {
    width: 920px;
    background: #ffffff;
    padding: 15px 25px 15px 25px;
}
.hero-content-2 {
    width: 413px;
    background: #ffffff;
    padding: 15px 25px 15px 25px;
}
.hero-content h1 {
    font-size: 2.5em;
    color: #007bff;
    margin-bottom: 10px;
}

.hero-content p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 20px;
}

.hero-buttons button,button.button-buy {
    width: 130px;
}
button.button-buy {
    color: #007bff;
    font-weight: 600;
    background: #ffffff;
}
.hero-buttons {
    margin-top: 40px;
}
i.fa.fa-cart-arrow-down {
    font-size: 15px;
    color: #007bff;
    margin-left: 4px;
}
.hero-buttons button {
    padding: 9px 18px;
    margin-left: 15px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    border: 1px solid #007bff;
    font-family: 'Tajawal';
}

.preview-button {
    background-color: #ffffff;
    color: #000000;
    font-weight: 700;
}

.add-button {
    background-color: #007bff;
    color: #fff;
}

.hero-image {
    flex: 1;
    text-align: center;
}

.hero-image img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}
.footerContainer {
    width: 100%;
    padding: 48px 30px 20px;
}
.footerBottom {
    padding: 20px;
    text-align: center;
    border-top: 1px solid #eee;
}
.socialIcons a {
    text-decoration: none;
    padding: 9px;
    background-color: #dbdbdba1;
    margin: 9px;
    border-radius: 50%;
    width: 44px;
    height: 43px;
    display: block;
    font-size: 12px;
    text-align: center;
}
.footerNav {
    margin: 30px 0;
}
.footerNav ul li a {
    color: #000000;
    margin: 13px;
    text-decoration: none;
    font-size: 15px;
    transition: .5s;
    font-family: 'Tajawal';
}
.footerNav ul li a:hover {
    background-color: #007bff;
    padding: 10px;
    border-radius: 10px;
    opacity: 1;
    color: #ffffff;
}
.footerBottom p {
    color: #000000;
}
a#sidox {
    font-weight: 700;
    color: #007bff;
}
.footerNav ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
}
.socialIcons a i {
    font-size: 2em;
    color: #007bff;
}
.categories-style-1, .socialIcons {
    display: flex;
    justify-content: center;
}
.imgsidox {
    width: 130px;
    margin: 0 auto 20px;
}

footer {
    background: #fff;
    box-shadow: 0 -4px 20px -3px rgb(0 0 0 / 12%);
    margin-top: 40px;
    font-family: 'Tajawal';

}

@media (max-width: 768px) {

  /* إظهار زر فتح القائمة */
  .openMenu {
    display: inline-block;
  }

  /* القائمة تكون مخفية بشكل افتراضي */
  .menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    flex-direction: column;
    width: 200px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 4px;
    z-index: 10;
  }

  /* عند فتح القائمة */
  .menu.open {
    display: flex;
  }

  /* زر إغلاق القائمة */
  .closeMenu {
    display: inline-block;
    align-self: flex-end;
    margin: 10px;
  }

  /* روابط القائمة بشكل عمودي */
  .menu li {
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
  }

  .boton-contact {
    display: none; /* يمكن إخفاؤه أو تغييره حسب التصميم */
  }
}