html{scroll-behavior:smooth}body{font-family:Arial,sans-serif;background-color:#f9f9f9;color:#333;line-height:1.6}a{text-decoration:none;color:inherit}ul{list-style:none}*{margin:0;padding:0;box-sizing:border-box}.top-header{background:linear-gradient(to right,#000,#1a1a1a);color:#fff;display:flex;justify-content:space-between;align-items:center;padding:12px 30px;font-size:16px}.contact-info{text-align:end}.top-header .contact-info a{white-space:nowrap;color:#fff;text-decoration:none;margin-right:20px;font-size:16px}.top-header .contact-info a i{margin-right:6px}.greeting span{font-weight:500}.navbar{background:linear-gradient(265deg,#373b42,#000);display:flex;align-items:center;justify-content:space-between;padding:15px 30px;position:relative;z-index:1000;transition:all .3s ease-in-out}.navbar .logo img{width:150px;max-height:80px}.nav-links{list-style:none;display:flex;align-items:center;gap:25px}.nav-links li{position:relative}.nav-links a{color:#fff;text-decoration:none;font-size:20px;font-weight:500;padding:10px 12px;transition:.3s}.nav-links a:hover{color:#fc0}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#482e2e;flex-direction:column;width:220px;border-radius:4px;box-shadow:0 4px 10px rgba(0,0,0,.6);overflow:hidden}.dropdown-menu li a{padding:14px 16px;display:block;border-bottom:1px solid #000;font-size:16px}.dropdown-menu li a:hover{background:#383535;color:#fc0}.dropdown-menu{display:none;flex-direction:column}.dropdown-menu.open{display:flex}.menu-toggle{display:none;background:0 0;border:none;color:#fff;font-size:32px;cursor:pointer;z-index:1001}@media (max-width:992px){.menu-toggle{display:block;position:relative;right:0}.nav-links{position:absolute;top:100%;left:0;flex-direction:column;width:100%;max-height:0;overflow:hidden;background:linear-gradient(135deg,#000,#222);transition:max-height .3s ease-in-out}.nav-links.active{max-height:500px;gap:0}.nav-links li{width:100%;padding:14px 20px;text-align:center;border-bottom:1px solid #333}.dropdown-menu{position:static;width:100%}}body{transition:margin-top .3s ease-in-out}body{font-family:Arial,sans-serif;margin:0;padding:0;line-height:1.5;color:#222}section{padding:0}.container{max-width:1200px;margin:auto}.carousel{background:linear-gradient(135deg,#f9f9f9,#e6e9f0,#fdfbfb);width:100%;height:auto;overflow:hidden;position:relative}.carousel-track{display:flex;width:100%;height:auto;transition:transform .6s ease-in-out}.carousel-slide{width:100%;flex:1 0 100%;text-align:center}.carousel-slide img{width:100%;height:600px;object-fit:fill}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:0 0;color:#fff;border:none;font-size:32px;padding:8px 15px;cursor:pointer;z-index:10;border-radius:50%;transition:color .3s ease}.carousel-btn:hover{color:#ccc}.carousel-btn:active,.carousel-btn:focus{outline:0;box-shadow:none}.carousel-btn.prev{left:15px}.carousel-btn.next{right:15px}.carousel-dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:10px;z-index:10}.carousel-dots button{width:12px;height:12px;border-radius:50%;border:none;background:rgba(255,255,255,.6);cursor:pointer;transition:background .3s ease}.carousel-dots button.active{background:#3498db}@media (max-width:768px){.carousel-slide img{width:100%;height:350px;object-fit:fill}}.about-section{background:linear-gradient(135deg,#e0eafc,#cfdef3);padding:80px 20px;text-align:center}.about-heading{font-size:48px;line-height:54px;font-weight:800;background:linear-gradient(90deg,#2c3e50,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:20px;position:relative}.about-heading::after{content:"";display:block;width:100px;height:4px;background:#3498db;margin:15px auto 0;border-radius:2px}.about-intro{font-size:20px;line-height:26px;text-align:justify;color:#555;margin-bottom:50px;max-width:max-content;margin-left:50px;margin-right:50px}.about-columns{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.about-card{background:#fff;padding:25px 20px;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.1);width:280px;transition:transform .3s ease,box-shadow .3s ease}.about-card:hover{transform:translateY(-10px);box-shadow:0 12px 30px rgba(0,0,0,.15)}.about-icon{width:130px;height:130px;margin:0 auto 20px;border-radius:50%;background:linear-gradient(135deg,#e3f2fd,#bbdefb);display:flex;align-items:center;justify-content:center}.about-icon img{width:150px;height:150px;object-fit:contain}.about-card p{font-size:1rem;color:#333;margin:0;text-align:justify}.trending-products{padding:80px 20px;text-align:center;background:linear-gradient(135deg,#e0eafc,#cfdef3);background-size:cover;background-attachment:fixed;position:relative;color:#fff}.trending-products::before{content:"";position:absolute;inset:0;opacity:.08;pointer-events:none}.trending-products h2{font-size:40px;line-height:46px;font-weight:700;background:linear-gradient(90deg,#2c3e50,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:50px;display:inline-block;position:relative;z-index:1}.trending-products h2::after{content:"";display:block;width:120px;height:4px;background:#a8dadc;margin:12px auto 0;border-radius:2px}.product-scroll{display:flex;justify-content:center;flex-wrap:wrap;gap:25px;position:relative;z-index:1}.product-card{background:rgba(255,255,255,.95);border-radius:18px;overflow:hidden;width:260px;box-shadow:0 5px 18px rgba(0,0,0,.2);transition:transform .35s ease,box-shadow .35s ease;text-align:center;cursor:pointer}.product-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 10px 25px rgba(0,0,0,.35)}.product-card img{width:100%;height:180px;object-fit:cover;transition:transform .4s ease}.product-card:hover img{transform:scale(1.08)}.product-card h3{font-size:20px;line-height:24px;font-weight:600;margin:15px 0 10px;color:#2c3e50}.product-btn{display:inline-block;margin-bottom:20px;padding:10px 18px;border-radius:25px;font-size:.95rem;font-weight:600;background:linear-gradient(135deg,#3498db,#2ecc71);color:#fff;text-decoration:none;transition:all .3s ease}.product-btn:hover{background:linear-gradient(135deg,#2ecc71,#3498db);box-shadow:0 4px 15px rgba(0,0,0,.3)}.features-section{background:linear-gradient(135deg,#e0eafc,#cfdef3);padding:80px 20px;text-align:center}.features-heading{font-size:40px;line-height:46px;font-weight:700;background:linear-gradient(90deg,#2c3e50,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:50px;position:relative;display:inline-block}.features-heading::after{content:"";display:block;width:120px;height:4px;background:#3498db;margin:12px auto 0;border-radius:2px}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:30px;justify-items:center}.feature-item{background:rgba(255,255,255,.9);padding:30px 20px;border-radius:15px;transition:transform .3s ease,box-shadow .3s ease;text-align:center;width:100%;max-width:220px;display:flex;flex-direction:column;align-items:center;justify-content:center}.feature-item:hover{transform:translateY(-8px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.feature-item img{width:90px;height:90px;object-fit:contain;margin-bottom:15px;display:block}.feature-item p{font-size:1.15rem;font-weight:600;color:#2c3e50;margin:0}.rnd-section{background:linear-gradient(135deg,#e0eafc,#cfdef3);padding:80px 20px}.section-heading{text-align:center;font-size:40px;line-height:46px;font-weight:700;background:linear-gradient(90deg,#2c3e50,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 auto 50px auto;display:block;position:relative}.section-heading::after{content:"";display:block;width:120px;height:4px;background:#3498db;margin:12px auto 0;border-radius:2px}.rnd-content{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}.rnd-image img{max-width:450px;width:100%;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.15);transition:transform .3s ease-in-out}.rnd-image img:hover{transform:scale(1.05)}.rnd-text{flex:1;min-width:280px}.rnd-text p{font-size:18px;line-height:24px;text-align:justify;color:#333;max-width:600px}.certificates-section{background:linear-gradient(135deg,#f9f9f9,#e6e9f0,#fdfbfb);padding:80px 20px;text-align:center;border-radius:12px}.certificates-section .section-heading{font-size:40px;line-height:46px;font-weight:700;background:linear-gradient(90deg,#2c3e50,#3498db);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 auto 50px auto;display:block;position:relative}.certificates-section .section-heading::after{content:"";display:block;width:120px;height:4px;background:#3498db;margin:12px auto 0;border-radius:2px}.certificates{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.certificates img{max-width:120px;width:100%;background:#fff;border-radius:12px;padding:15px;box-shadow:0 8px 20px rgba(0,0,0,.15);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.certificates img:hover{transform:scale(1.1);box-shadow:0 12px 28px rgba(0,0,0,.25)}.thank-you{margin-top:30px;font-size:1.2rem;color:#444;font-weight:500}.footer{background-color:#000;color:#fff;padding:40px 40px 40px;font-family:Arial,sans-serif}.footer-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.footer-col h4{font-size:18px;margin-bottom:15px;font-weight:600;border-bottom:2px solid #fff;display:inline-block;padding-bottom:5px}.footer-col ul{list-style:none;padding:0}.footer-col ul li{margin:8px 0}.footer-col ul li a{color:#fff;text-decoration:none;transition:.3s}.footer-col ul li a:hover{color:gold}.footer-logo{width:120px;margin-bottom:10px}.footer-col p i{margin-right:8px;color:gold}.social-icons a{display:inline-flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;margin:0 8px;color:#fff;font-size:18px;transition:transform .3s ease}.social-icons a.facebook{background-color:#1877f2}.social-icons a.instagram{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.social-icons a.whatsapp{background-color:#25d366}.social-icons a:hover{transform:scale(1.2)}.specialization{text-align:center;margin-top:30px}.specialization hr{border:none;height:1px;background-color:#fff;margin:15px auto;width:50%}.specialization h4{font-size:20px;font-weight:600;margin-bottom:8px}.footer-bottom{text-align:center;padding:15px 0 0;border-top:1px solid rgba(255,255,255,.2);margin-top:20px;font-size:14px}@media (max-width:768px){.footer-container{grid-template-columns:1fr 1fr}}@media (max-width:480px){.footer-container{grid-template-columns:1fr;text-align:center}.social-icons{justify-content:center}}@media only screen and (min-width:426px) and (max-width:768px){body{font-size:15px}h1{font-size:32px!important;line-height:36px!important}h2{font-size:32px!important;line-height:36px!important}h3{font-size:20px}.rnd-text{text-align:-webkit-center}}@media only screen and (max-width:425px){h1{font-size:30px!important;line-height:36px!important}h2{font-size:30px!important;line-height:36px!important}h3{font-size:17px}.contact-info{display:none}.logo img{width:auto!important}.top-header{padding:10px 20px}.navbar{padding:10px 20px}.carousel-slide img{width:100%}.about-intro{font-size:16px!important;line-height:20px!important;margin:40px 0 40px}.about-section{padding:40px 20px}.trending-products{padding:40px 20px}.features-section{padding:40px 20px}.features{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.feature-item{padding:20px}.rnd-section{padding:40px 20px}.rnd-content p{font-size:16px!important;line-height:20px!important}.certificates-section{padding:40px 20px}.carousel-slide img{height:260px}}