.products-hero-banner{background:linear-gradient(rgb(13 44 84 / .85),rgb(13 44 84 / .9)),url(https://images.unsplash.com/photo-1629909613654-28e377c37b09?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed;padding:50px 0;color:#fff;min-height:500px;display:flex;align-items:center}.hero-flex{display:flex;align-items:center;justify-content:space-between;gap:60px}.hero-text{flex:1}.hero-text h1{font-size:3.5rem;font-weight:800;margin-bottom:25px;color:#fff;line-height:1.2}.hero-text p{font-size:1.15rem;color:rgb(255 255 255 / .9);margin-bottom:35px;line-height:1.6;max-width:540px}.hero-services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px}.hero-service-card{display:flex;align-items:center;gap:15px;background:rgb(255 255 255 / .1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgb(255 255 255 / .2);padding:15px 20px;border-radius:12px;transition:all 0.3s ease}.hero-service-card:hover{background:rgb(255 255 255 / .2);transform:translateY(-3px)}.hs-icon{width:45px;height:45px;background:rgb(255 255 255 / .2);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#f8c146;font-size:1.2rem;flex-shrink:0}.hero-service-card h4{font-size:1rem;font-weight:700;margin-bottom:3px;color:#fff}.hero-service-card p{font-size:.8rem;color:rgb(255 255 255 / .7);margin:0;line-height:1.3}.hero-image-container{flex:0 0 500px;height:400px;border-radius:30px;overflow:hidden;box-shadow:0 20px 40px rgb(0 0 0 / .3);border:5px solid rgb(255 255 255 / .1)}.hero-image-container img{width:100%;height:100%;object-fit:cover}@media (max-width:991px){.products-hero-banner{padding:60px 0;text-align:center}.hero-flex{flex-direction:column;gap:50px}.hero-text{width:100%}.hero-services-grid{text-align:left}.hero-image-container{width:100%;height:300px;flex:none}.hero-text h1{font-size:2.5rem}}@media (max-width:768px){.hero-services-grid{grid-template-columns:1fr}.sidebar{position:static}}.why-us-section{background-image:url(https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80);background-attachment:fixed;background-size:cover;background-position:center;position:relative}.why-us-section::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(10 25 47 / .8);z-index:1}.why-us-section .container{position:relative;z-index:2}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.why-item{display:flex;gap:20px;padding:40px;background:#fff;border-radius:12px;transition:all 0.3s;border:1px solid #fff0}.why-item:hover{box-shadow:0 15px 30px rgb(0 0 0 / .3);border-color:rgb(0 0 0 / .05);transform:translateY(-5px)}.why-icon{flex-shrink:0;width:60px;height:60px;background:var(--secondary-color);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--primary-color)}.why-content h4{font-size:1.15rem;font-weight:700;margin-bottom:8px;color:#333}.why-content p{font-size:.9rem;color:#666;line-height:1.5;margin:0}@media (max-width:900px){.why-grid{grid-template-columns:1fr}}.faq-section{padding:50px 0;background:#fff}.faq-item{border-bottom:1px solid #eee;margin-bottom:15px}.faq-question{padding:20px 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.1rem;font-weight:600;color:#333}.faq-question i{transition:transform 0.3s;color:var(--accent-color)}.faq-item.active .faq-question i{transform:rotate(45deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows 0.4s ease-out}.faq-item.active .faq-answer{grid-template-rows:1fr}.faq-answer>div{overflow:hidden}.faq-answer p{padding-bottom:20px;color:#666;line-height:1.6;margin:0}.category-item-wrapper{display:flex;justify-content:space-between;align-items:center}.category-item-wrapper a{flex:1}.sub-toggle{background:none;border:none;padding:5px 10px;cursor:pointer;color:#999;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center}.sub-toggle:hover{color:var(--primary-color)}.sub-toggle i{font-size:.8rem;transition:transform 0.3s ease}.has-children.active .sub-toggle i{transform:rotate(90deg)}.sub-category-list{list-style:none;padding-left:20px;margin-top:5px;display:none;border-left:1px solid #eee;margin-left:15px}.has-children.active>.sub-category-list{display:block;animation:fadeIn 0.3s ease}.sub-category-list li{margin-bottom:5px}.sub-category-list a{font-size:.85rem;color:#777!important;padding:5px 10px!important;background:none!important}.sub-category-list a:hover{color:var(--primary-color)!important;padding-left:15px!important}@keyframes fadeIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}