@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary:#f59e0b;--primary-hover:#fbbf24;--text-dark:#111827;--text-light:#f9fafb;--bg-light:#f9fafb;--bg-dark:#1f2933;--border:#0000000d;--shadow:#00000014}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-light);color:var(--text-dark);font-family:Inter,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:inherit}h1,h2,h3{font-weight:700}.page-container{max-width:1200px;margin:auto;padding:100px 40px 40px}@media (max-width:768px){.page-container{padding:80px 20px 20px}}.btn{background:var(--primary);color:var(--text-dark);border:none;border-radius:999px;padding:14px 28px;font-weight:700;transition:all .3s}.btn:hover{background:var(--primary-hover);transform:translateY(-2px)}.navbar{z-index:999;background-color:#0000;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1rem 2rem;transition:all .3s;display:flex;position:sticky;top:0;box-shadow:0 4px 15px #00000012}.logo{width:auto;max-height:60px;display:block}.logo:hover{transition:transform .3s;transform:scale(1.1)}.menu{background-color:#fff;border-radius:12px;align-items:center;gap:2rem;padding:.5rem 1rem;display:flex}.menu a{color:#1f2937;font-weight:600;text-decoration:none;transition:all .3s}.menu a:hover{color:#fff;background-color:#fbbf24;border-radius:8px;padding:.4rem .8rem}.menu a.active-link{color:#fff;background-color:#f59e0b;border-radius:8px;padding:.4rem .8rem}.menu .btn{color:#fff;background:#f59e0b;border-radius:12px;padding:.6rem 1.5rem;font-weight:700;transition:all .3s}.menu .btn:hover{background:#fbbf24;transform:translateY(-2px)}.hamburger{cursor:pointer;flex-direction:column;justify-content:space-between;width:28px;height:22px;display:none}.hamburger span{background:#1f2937;border-radius:2px;width:100%;height:3px;transition:all .3s}.hamburger.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:768px){.hamburger{display:flex}.menu{background-color:#fff;border-radius:0;flex-direction:column;gap:2rem;width:260px;height:100vh;padding:2rem;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-6px 0 24px #00000026}.menu.open{transform:translate(0)}.menu a{font-size:1.2rem}.menu .btn{text-align:center;width:70%;padding:.8rem 1.2rem;font-size:1.1rem}}.nav-overlay{z-index:900;background:#00000080;position:fixed;inset:0}.footer{color:#f9fafb;text-align:center;background:linear-gradient(135deg,#1f2933,#111827);border-radius:16px 16px 0 0;padding:20px 15px;font-size:14px;line-height:1.5;transition:all .3s;box-shadow:0 -5px 20px #00000026}.footer:hover{background:linear-gradient(135deg,#111827,#0f172a);transform:translateY(-2px)}@media (max-width:480px){.footer{padding:15px 12px;font-size:12px}}.hero{background:url(/assets/hero-DGWulVU7.jpg) 50%/cover no-repeat;justify-content:center;align-items:center;width:100%;min-height:100vh;padding-top:70px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1;background:#00000080;position:absolute;inset:0}.hero-text{z-index:2;text-align:center;background:#ffffff0d;border-radius:24px;max-width:720px;padding:40px 50px;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 20px 60px #0003}.hero-text:hover{transform:translateY(-4px);box-shadow:0 25px 75px #0000004d}.hero-text h1{color:#f9fafb;margin-bottom:18px;font-size:36px;font-weight:800}.hero-text p{color:#d1d5db;margin-bottom:28px;font-size:18px;line-height:1.6}@media (max-width:768px){.hero-text h1{font-size:32px}.hero-text{padding:30px 24px}}.section{text-align:center;color:#111827;background:#f9fafb;padding:60px 40px;transition:background .3s,color .3s}.section.dark{color:#f9fafb;background:#1f2933}.section-title{margin:0 0 10px;font-size:36px;font-weight:800;color:#5ed921!important}.section-text{max-width:720px;color:inherit;margin:0 auto 15px;font-size:17px;line-height:1.7}.section-image{border-radius:8px;max-width:100%;height:auto;margin-top:15px;box-shadow:0 4px 10px #0000001a}.section-children{flex-wrap:wrap;justify-content:center;gap:30px;margin-top:30px;display:flex}.text-red{color:red!important}.text-blue{color:#00f!important}.text-green{color:green!important}.text-yellow{color:#ff0!important}@media (max-width:768px){.section{padding:40px 20px}.section-title{font-size:28px}.section-children{gap:20px}}.section:nth-of-type(3){text-align:center;margin-top:0;padding-top:0}.section:nth-of-type(3) .section-title,.section:nth-of-type(3) .section-text,.section:nth-of-type(3) .section-children{margin-top:0}.services-container{flex-wrap:wrap;justify-content:center;gap:40px;margin-top:40px;display:flex}.service-card{text-align:center;width:220px}.service-image{border-radius:50%;width:170px;height:170px;margin:0 auto 15px;overflow:hidden}.service-image img{object-fit:cover;width:100%;height:100%}.service-btn{color:#fff;cursor:pointer;background-color:#2f5e1a;border:none;border-radius:25px;padding:10px 22px;font-size:14px}.service-detail{background:#f3f4f6;border-radius:12px;flex-wrap:wrap;align-items:flex-start;gap:40px;max-width:1200px;margin-top:40px;margin-left:auto;margin-right:auto;padding:40px;display:flex}.section.dark .service-detail{background:#1f2933}.service-detail-image{flex:300px}.service-detail-image img{border-radius:12px;width:100%;height:auto;box-shadow:0 4px 12px #0000001a}.service-detail-text{color:inherit;flex:2 400px}.service-detail-text h2{margin-bottom:15px;font-size:28px}.service-detail-text p{margin-bottom:20px;line-height:1.6}@media (max-width:768px){.service-detail{flex-direction:column;gap:20px}.service-detail-text h2{font-size:24px}}.about-page{color:#f9fafb;background:#0f172a;padding:6rem 2rem}.about-container{max-width:1200px;margin:0 auto}.about-hero{text-align:center;margin-bottom:5rem}.about-hero h1{font-size:3rem;font-weight:900}.about-hero h1 span{color:#f59e0b}.about-hero p{color:#e5e7eb;margin-top:1.2rem;max-width:700px;margin-inline:auto;font-size:1.2rem;line-height:1.7}.about-block{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:6rem;display:grid}.about-block.reverse{direction:rtl}.about-block.reverse>*{direction:ltr}.about-text h2{color:#fbbf24;margin-bottom:1rem;font-size:2rem}.about-text p{color:#e5e7eb;margin-bottom:1rem;font-size:1rem;line-height:1.8}.about-image img{object-fit:cover;border-radius:20px;width:100%;box-shadow:0 25px 60px #00000073}@media (max-width:900px){.about-block{grid-template-columns:1fr;gap:2.5rem}.about-hero h1{font-size:2.2rem}}@media (max-width:480px){.about-page{padding:4rem 1.5rem}.about-text h2{font-size:1.6rem}}.contact-page{gap:40px;max-width:1200px;margin:100px auto;padding:0 20px;display:flex}.contact-details{background:linear-gradient(145deg,#fff,#f7f7f7);border-radius:24px;flex:1;padding:40px;box-shadow:0 20px 50px #00000014}.contact-details h2{color:#111827;margin-bottom:16px;font-size:30px;font-weight:800}.contact-details p{color:#374151;margin-bottom:20px;font-size:16px}.contact-details ul{margin-bottom:20px;padding:0;list-style:none}.contact-details ul li{color:#111827;margin-bottom:10px;font-size:15px}.map-container iframe{border-radius:16px;width:100%;height:250px}.contact-form-container{background:linear-gradient(145deg,#fff,#f7f7f7);border-radius:24px;flex:1;padding:40px;box-shadow:0 20px 50px #00000014}.contact-form .form-group{flex-direction:column;margin-bottom:22px;display:flex}.contact-form label{color:#111827;margin-bottom:8px;font-weight:600}.contact-form input,.contact-form textarea{border:1px solid #0000001a;border-radius:16px;padding:16px 18px;font-size:15px;transition:all .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:#f59e0b;outline:none;box-shadow:0 0 12px #f59e0b4d}.submit-btn{color:#fff;background:#f59e0b;border:none;border-radius:24px;width:100%;padding:14px 0;font-size:16px;font-weight:700;transition:all .3s}.submit-btn:hover{background:#fbbf24;transform:translateY(-2px)}.status{text-align:center;border-radius:12px;margin-top:16px;padding:12px;font-size:15px;font-weight:600}@media (max-width:1024px){.contact-page{flex-direction:column;gap:30px;margin:80px auto}}@media (max-width:480px){.contact-details,.contact-form-container{padding:30px 20px}}.sidebar{background:linear-gradient(145deg,#fff,#f3f4f6);border-radius:16px;flex-direction:column;width:280px;height:calc(100vh - 70px);padding:24px;display:flex;position:sticky;top:70px;box-shadow:0 10px 25px #0000000d}.sidebar h3{color:#1f2937;letter-spacing:.5px;margin-bottom:24px;font-size:20px;font-weight:800}.sidebar ul{flex-direction:column;gap:14px;display:flex}.sidebar li a{color:#374151;background:#fff;border-radius:12px;padding:14px 16px;font-weight:600;transition:all .3s;display:block;box-shadow:0 4px 10px #00000008}.sidebar li.active a,.sidebar li a:hover{color:#fff;background:#f59e0b;transform:translate(4px)}@media (max-width:1024px){.sidebar{border-radius:0;flex-direction:row;width:100%;height:auto;padding:12px;position:static;overflow-x:auto}.sidebar ul{flex-direction:row;gap:12px}.sidebar li a{padding:10px 12px}}.product-card{background:linear-gradient(145deg,#fff,#f7f7f7);border-radius:16px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 12px 30px #00000014}.product-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #00000026}.product-image{border-bottom:1px solid #0000000d;width:100%;height:260px;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-image img{transform:scale(1.08)}.product-info{flex-direction:column;flex:1;padding:18px 16px;display:flex}.product-info h3{color:#111827;margin-bottom:10px;font-size:17px;font-weight:700}.details{color:#555;margin-bottom:14px;font-size:14px;line-height:1.6}.product-footer{justify-content:flex-end;margin-top:auto;display:flex}.product-footer button{color:#fff;background-color:#f59e0b;border:none;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:600;transition:background .3s,transform .2s}.product-footer button:hover{background-color:#fbbf24;transform:translateY(-2px)}@media (max-width:768px){.product-image{height:220px}}.page-layout{background:#f3f4f6;min-height:100vh;display:flex}.page-layout .sidebar{background:#fff;border-right:1px solid #0000000d;border-radius:16px;width:260px;padding:20px}@media (max-width:1024px){.page-layout{flex-direction:column}.page-layout .sidebar{border-bottom:1px solid #0000000d;border-right:none;width:100%}}@media (max-width:480px){.content{padding:20px 15px}.content h2{font-size:22px}.grid{gap:18px}}.page-layout{background:#f3f4f6;min-height:100vh;padding-top:70px;display:flex}.content{flex:1;padding:40px}.content h2{color:#111827;text-transform:capitalize;margin-bottom:28px;font-size:28px;font-weight:700}.grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:28px;display:grid}.empty{color:#777;text-align:center;margin-top:40px;font-size:16px}@media (max-width:1024px){.page-layout{flex-direction:column}}@media (max-width:480px){.content{padding:20px 15px}.content h2{font-size:22px}.grid{gap:18px}}.tracking-page{background:#fff;border-radius:24px;max-width:600px;margin:5rem auto;padding:3rem;box-shadow:0 20px 50px #00000014}.tracking-page h1{text-align:center;color:#111827;margin-bottom:1rem;font-size:28px}.tracking-page p{text-align:center;color:#555;margin-bottom:2.5rem;font-size:16px}.tracking-page form{flex-direction:column;gap:1.2rem;display:flex}.tracking-page input,.tracking-page textarea{border:1px solid #0000001a;border-radius:16px;padding:14px 16px;font-size:15px;transition:all .3s}.tracking-page input:focus,.tracking-page textarea:focus{border-color:#f59e0b;outline:none;box-shadow:0 0 12px #f59e0b40}.tracking-page button{color:#fff;background:#f59e0b;border:none;border-radius:24px;padding:12px 0;font-weight:700;transition:all .3s}.tracking-page button:hover:not(:disabled){background:#fbbf24;transform:translateY(-2px)}.success,.error{text-align:center;border-radius:12px;margin-top:1rem;padding:.8rem;font-size:.95rem}.success{color:#1e7e34;background:#e6f4ea}.error{color:#b02a37;background:#f8d7da}@media (max-width:600px){.tracking-page{margin:2rem 1rem;padding:2rem}}
