 *{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;}html{scroll-behavior:smooth;}body{background-color:var(--bg);color:var(--text);line-height:1.6;padding-top:5rem;}:root{--primary:#2B2F36;--accent:#CAA24D;--surface:#F7F1E6;--bg:#FBFAF8;--text:#222427;--muted:#7A7F84;}.navbar{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:0.9375rem 3.75rem;background-color:var(--primary);z-index:1000;}.logo{display:flex;align-items:center;}.logo img{height:96px;background:#ffffff;padding:8px 10px;border-radius:8px;box-shadow:0 6px 18px rgba(11,26,36,0.08);display:block;}.logo a{text-decoration:none;}.navbar ul{list-style:none;display:flex;gap:30px;}.navbar ul li a{color:var(--surface);text-decoration:none;font-size:15px;font-weight:500;transition:color 0.3s ease;}.navbar ul li a:hover{color:var(--accent);}.navbar ul li a.active{color:var(--surface);font-weight:600;}.navbar{box-shadow:0 2px 14px rgba(33,37,41,0.08);}.menu-toggle{display:none;background:none;border:none;color:var(--surface);font-size:24px;cursor:pointer;padding:10px;}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;}.menu-toggle .hamburger{display:inline-block;width:26px;height:18px;position:relative;}.menu-toggle .hamburger span{position:absolute;left:0;right:0;height:3px;background:var(--surface);border-radius:2px;transition:transform 0.25s ease,top 0.25s ease,opacity 0.25s ease;}.menu-toggle .hamburger span:nth-child(1){top:0;}.menu-toggle .hamburger span:nth-child(2){top:50%;transform:translateY(-50%);}.menu-toggle .hamburger span:nth-child(3){bottom:0;}.menu-toggle.open .hamburger span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg);}.menu-toggle.open .hamburger span:nth-child(2){opacity:0;}.menu-toggle.open .hamburger span:nth-child(3){top:50%;transform:translateY(-50%) rotate(-45deg);}.mobile-menu{display:none;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background-color:var(--primary);padding:20px;box-shadow:0 2px 10px rgba(0,0,0,0.1);}.mobile-menu.active{display:flex;}.mobile-menu li{margin:10px 0;}@media (max-width:768px){.navbar{padding:10px 20px;}.navbar ul{display:none;}.menu-toggle{display:block;}.mobile-menu{display:none;}.mobile-menu.active{display:flex;}.categories-page{padding:50px 20px;}.categories-page h2{font-size:28px;margin-bottom:30px;}.categories-grid{grid-template-columns:1fr;gap:20px;}}header{background-color:var(--primary);padding:15px 60px;}nav ul{list-style:none;display:flex;gap:30px;justify-content:center;}nav ul li a{color:#ffffff;text-decoration:none;font-size:15px;font-weight:500;transition:color 0.3s ease;}nav ul li a:hover{color:#caa24d;}.hero{display:flex;align-items:center;justify-content:space-between;padding:5rem 3.75rem;background:linear-gradient(135deg,rgba(43,47,54,0.96) 0%,rgba(58,64,71,0.95) 100%);color:#ffffff;}.hero-text{max-width:55%;opacity:0;animation:fadeUp 1s ease forwards;}.hero-text h1{font-size:42px;margin-bottom:20px;line-height:1.2;font-weight:700;letter-spacing:-0.2px;}.highlight{color:var(--accent);}.hero-text p{font-size:16px;margin-bottom:30px;color:rgba(255,255,255,0.9);max-width:60ch;}.hero-image{opacity:0;animation:fadeUp 1.2s ease forwards;}.hero-image img{max-width:100%;height:auto;}.hero-image{perspective:1200px;display:flex;align-items:center;justify-content:center;}.hero-image img{--ty:0px;--r:-12deg;transform-origin:50% 50%;transform:translateY(var(--ty)) rotate(var(--r));will-change:transform;transition:transform 220ms ease;filter:drop-shadow(0 18px 32px rgba(11,26,36,0.12));animation:hero-float 6s ease-in-out infinite;}@keyframes hero-float{0%{--ty:0px;--r:-12deg;}50%{--ty:-14px;--r:-6deg;}100%{--ty:0px;--r:-12deg;}}.hero-image:hover img,.hero-image:focus-within img{animation-play-state:paused;transform:translateY(-10px) rotate(-6deg) scale(1.02);}@media (prefers-reduced-motion:reduce){.hero-image img{animation:none;transition:none;}}@media (max-width:768px){.hero-image img{animation:none;transform:none;filter:none;}}body>h1{text-align:center;font-size:36px;margin:40px 0 20px;color:var(--primary);}.about-section{padding:80px 60px;background-color:#ffffff;}.about-container{display:flex;gap:40px;align-items:center;opacity:0;animation:fadeUp 1s ease forwards;}.about-text{width:55%;}.about-text h2{font-size:30px;margin-bottom:20px;color:var(--primary);}.about-text p{font-size:16px;margin-bottom:15px;color:#555;}.about-image{width:45%;}.about-image img{width:100%;border-radius:6px;}.about-us-section{padding:5rem 3.75rem;background-color:#ffffff;}.about-us-container{display:flex;gap:40px;align-items:center;opacity:0;animation:fadeUp 1s ease forwards;}.about-us-text{width:55%;}.about-us-text h2{font-size:30px;margin-bottom:20px;color:var(--primary);}.about-us-text p{font-size:16px;margin-bottom:15px;color:#555;}.about-us-image{width:45%;}.about-us-image img{width:100%;border-radius:6px;}.buy-btn{background-color:var(--accent);border:none;padding:12px 26px;border-radius:6px;cursor:pointer;transition:transform 0.22s ease,box-shadow 0.22s ease;box-shadow:0 6px 18px rgba(202,162,77,0.18);}.buy-btn a{text-decoration:none;color:var(--primary);font-weight:700;font-size:14px;}.buy-btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(202,162,77,0.18);}.buy-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px rgba(0,0,0,0.25);}.categories-section{padding:4.375rem 3.75rem;background-color:#ffffff;}.categories-section h2{text-align:center;font-size:32px;margin-bottom:50px;color:var(--primary);}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:30px;}.category{background-color:var(--surface);border-radius:6px;overflow:hidden;text-align:center;opacity:0;animation:fadeUp 1s ease forwards;transition:transform 0.3s ease,box-shadow 0.3s ease;}.category:hover{transform:translateY(-6px);box-shadow:0 10px 25px rgba(0,0,0,0.1);}.category img{width:100%;height:200px;object-fit:cover;transition:transform 0.4s ease;}.category:hover img{transform:scale(1.05);}.category h3{padding:18px;font-size:18px;}.category h3 a{text-decoration:none;color:var(--primary);font-weight:600;}.categories-page{padding:70px 60px;background-color:#ffffff;}.categories-page h2{text-align:center;font-size:32px;margin-bottom:50px;color:var(--primary);}.vision-and-mission{background-color:#f5f6f8;padding:5rem 3.75rem;}.vision-mission-container{display:flex;gap:40px;align-items:center;opacity:0;animation:fadeUp 1.1s ease forwards;}.vision-mission-container img{max-width:100%;height:auto;border-radius:6px;}.text-container{width:55%;}.text-container h2{font-size:30px;margin-bottom:20px;color:var(--primary);}.text-container p{font-size:16px;margin-bottom:25px;color:#555;}.contact-section{background-color:var(--primary);color:#ffffff;padding:3.125rem 3.75rem;border-top:4px solid rgba(255,255,255,0.03);}.contact-section h2{font-size:26px;margin-bottom:20px;}.contact-info p{margin-bottom:8px;font-size:14px;}.social-media{margin-top:20px;}.social-media h3{margin-bottom:10px;font-size:18px;}.social-media a{color:var(--accent);text-decoration:none;font-weight:500;}.social-media a:hover{text-decoration:underline;}.footer-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start;align-content:start;}.footer-map{display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(255,255,255,0.06);border-radius:8px;padding:24px;min-height:260px;}.location-pin{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;margin-bottom:20px;}.location-pin span{font-size:52px;display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:rgba(202,162,77,0.23);}.location-pin p{margin:0;font-size:18px;font-weight:700;color:#ffffff;}.locations-table-wrapper{width:100%;overflow-x:auto;}.locations-table{width:100%;border-collapse:collapse;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.1);}.locations-table th,.locations-table td{padding:10px 12px;border-bottom:1px solid rgba(255,255,255,0.12);color:#fff;text-align:left;}.locations-table th{font-weight:700;color:#caa24d;background:rgba(255,255,255,0.04);}.locations-table tbody tr:last-child td{border-bottom:none;}.locations-table a{color:#caa24d;}.locations-table a:hover{text-decoration:underline;}.map-wrapper{position:relative;}.locate-btn{position:absolute;right:12px;bottom:12px;background:var(--accent);color:var(--primary);border:none;padding:8px 12px;border-radius:6px;cursor:pointer;font-weight:600;}.locate-btn:active{transform:translateY(1px);}.locate-btn[disabled]{opacity:0.6;cursor:default;}.contact-form{background:rgba(255,255,255,0.04);padding:18px;border-radius:8px;}.contact-form .form-row{margin-bottom:12px;}.contact-form label{display:block;margin-bottom:6px;color:#e6e6e6;font-size:14px;}.contact-form input,.contact-form textarea{width:100%;padding:10px 12px;border-radius:6px;border:1px solid rgba(255,255,255,0.08);background:rgba(255,255,255,0.02);color:#fff;font-size:14px;}.contact-form input::placeholder,.contact-form textarea::placeholder{color:rgba(255,255,255,0.6);}.contact-form .buy-btn{background-color:var(--accent);color:var(--primary);padding:10px 18px;border-radius:6px;border:none;}@media (max-width:768px){.footer-contact-grid{grid-template-columns:1fr;}.footer-map iframe{height:240px;}}@keyframes fadeUp{from{opacity:0;transform:translateY(25px);}to{opacity:1;transform:translateY(0);}}@media (max-width:992px){.hero{flex-direction:column;text-align:center;}.hero-text,.hero-image{max-width:100%;}.hero-image{margin-top:40px;}.vision-mission-container{flex-direction:column;}.vision-mission-container img,.text-container{width:100%;}.navbar{flex-direction:column;gap:15px;padding:10px 20px;}.logo img{height:80px;padding:6px 8px;}body{padding-top:100px;}nav ul{flex-direction:column;gap:15px;}}.products-section{padding:20px;max-width:1200px;margin:0 auto;}.product-table{width:100%;border-collapse:collapse;margin:20px 0;direction:rtl;font-size:14px;}.product-table th,.product-table td{border:1px solid #ddd;padding:12px;text-align:center;vertical-align:middle;}.product-table th{background-color:var(--primary);color:#ffffff;font-weight:600;}.product-table tr:nth-child(even){background-color:#f9f9f9;}.product-table tr:hover{background-color:#f0f0f0;}.product-table img{max-width:100px;height:auto;border-radius:4px;}.product-table a{color:var(--accent);text-decoration:none;font-weight:500;}.product-table a:hover{text-decoration:underline;}.info-table{width:100%;border-collapse:collapse;margin:20px 0;direction:rtl;font-size:16px;}.info-table th,.info-table td{border:1px solid #ddd;padding:15px;vertical-align:top;}.info-table th{background-color:var(--primary);color:#ffffff;font-weight:600;width:25%;text-align:right;}.info-table td{background-color:#f9f9f9;text-align:right;line-height:1.6;}.info-table tr:nth-child(even) td{background-color:#ffffff;}.info-table tr:hover td{background-color:#f0f0f0;}.info-table img{max-width:200px;height:auto;margin:5px;border-radius:4px;}.info-table a{color:var(--accent);text-decoration:none;font-weight:500;}.info-table a:hover{text-decoration:underline;}.projects-section{padding:20px;max-width:1200px;margin:0 auto;}.projects-table{width:100%;border-collapse:collapse;margin:20px 0;}.projects-table td{padding:10px;text-align:center;border:none;}.projects-table img{width:200px;height:150px;object-fit:cover;border-radius:8px;transition:transform 0.3s ease,box-shadow 0.3s ease;}.projects-table img:hover{transform:scale(1.05);box-shadow:0 4px 15px rgba(0,0,0,0.2);}@media (max-width:768px){.projects-table td{display:block;width:100%;padding:5px;}.projects-table img{width:100%;max-width:300px;}}.partners-section{padding:3.75rem 1.25rem;background-color:#f9f9f9;text-align:center;}.partners-section h2{font-size:28px;margin-bottom:40px;color:var(--primary);font-weight:600;}.slider-container{max-width:1200px;margin:0 auto;background-color:#ffffff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,0.1);overflow:hidden;padding:20px 0;}.slider{width:100%;overflow:hidden;}.slide-track{display:flex;animation:scroll 40s linear infinite;}.slide-track:hover{animation-play-state:paused;}.slide-track img{width:150px;height:80px;object-fit:contain;margin:0 20px;transition:transform 0.3s ease;filter:grayscale(100%);}.slide-track img:hover{transform:scale(1.1);filter:grayscale(0%);}@keyframes scroll{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}@media (max-width:768px){.slide-track img{width:120px;height:60px;margin:0 15px;}.partners-section h2{font-size:24px;}}@media (max-width:480px){.hero{padding:2rem 1rem;}.hero-text h1{font-size:2rem;}.navbar{padding:0.5rem 1rem;}.logo img{height:64px;padding:4px 6px;}.about-us-section,.categories-section,.vision-and-mission,.contact-section{padding:2rem 1rem;}.categories-grid{grid-template-columns:1fr;}.partners-section{padding:2rem 1rem;}.categories-page{padding:30px 10px;}.categories-page h2{font-size:24px;margin-bottom:20px;}}.products-table{padding:40px 60px;background-color:#ffffff;}.products-table h2{text-align:center;font-size:32px;margin-bottom:30px;color:#0f1e2e;}.products-table img{display:block;margin:20px auto;max-width:400px;width:100%;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,0.1);}.products-table table{width:100%;border-collapse:collapse;margin:20px auto;direction:rtl;font-size:16px;box-shadow:0 4px 8px rgba(0,0,0,0.1);border-radius:8px;overflow:hidden;}.products-table th,.products-table td{border:1px solid #ddd;padding:15px;vertical-align:top;text-align:right;}.products-table th{background-color:var(--primary);color:#ffffff;font-weight:600;font-size:18px;}.products-table td{background-color:#f9f9f9;line-height:1.6;color:#333;}.products-table tr:nth-child(even) td{background-color:#ffffff;}.products-table tr:hover td{background-color:#f0f0f0;transition:background-color 0.3s ease;}@media (max-width:768px){.products-table{padding:20px;}.products-table h2{font-size:28px;}.products-table table{font-size:14px;}.products-table th,.products-table td{padding:10px;}.products-table th{font-size:16px;}}.specialize-table{width:100%;border-collapse:collapse;margin:40px auto;direction:rtl;font-size:16px;box-shadow:0 4px 8px rgba(0,0,0,0.1);border-radius:8px;overflow:hidden;}.specialize-table th,.specialize-table td{border:1px solid #ddd;padding:15px;vertical-align:top;text-align:right;}.specialize-table th{background-color:#0f1e2e;color:#ffffff;font-weight:600;font-size:18px;}.specialize-table td{background-color:#f9f9f9;line-height:1.6;color:#333;}.specialize-table tr:nth-child(even) td{background-color:#ffffff;}.specialize-table tr:hover td{background-color:#f0f0f0;transition:background-color 0.3s ease;}@media (max-width:768px){.specialize-table{font-size:14px;}.specialize-table th,.specialize-table td{padding:10px;}.specialize-table th{font-size:16px;}}body>h2{text-align:center;font-size:36px;margin:60px 0 20px;color:var(--primary);font-weight:700;}.modal{display:none;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.9);justify-content:center;align-items:center;}.modal-content{max-width:90%;max-height:90%;object-fit:contain;}.close{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:bold;cursor:pointer;}.product-info p{font-size:13px;color:#666;margin-top:8px;line-height:1.4;}.product-info p strong{color:#0f1e2e;font-weight:600;}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:20px;max-width:1200px;margin:0 auto;}.product-card{background-color:var(--surface);border-radius:8px;box-shadow:0 6px 20px rgba(34,36,38,0.06);overflow:hidden;transition:transform 0.28s ease,box-shadow 0.28s ease;direction:rtl;}.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px rgba(0,0,0,0.15);}.product-image{width:100%;height:200px;object-fit:cover;cursor:pointer;transition:transform 0.3s ease;}.product-image:hover{transform:scale(1.05);}.product-info{padding:16px;}.product-name{font-size:18px;font-weight:700;color:var(--text);margin-bottom:8px;line-height:1.3;}.product-category{font-size:14px;color:var(--accent);font-weight:500;margin-bottom:12px;display:block;}.product-link{display:inline-block;background-color:var(--accent);color:var(--primary);padding:8px 16px;border-radius:4px;text-decoration:none;font-weight:500;font-size:14px;transition:background-color 0.3s ease;}.product-link:hover{background-color:#b8943d;color:#ffffff;}@media (max-width:768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;padding:15px;}.product-card{margin:0 auto;}.product-image{height:180px;}.product-info{padding:12px;}.product-name{font-size:16px;}}@media (max-width:480px){.products-grid{grid-template-columns:1fr;gap:12px;padding:10px;}.product-image{height:160px;}.product-info{padding:10px;}}
