.hero-section-1{text-align:center}.hero-announcement{background-color:#f50;border-radius:8px;color:#fff;display:inline-block;margin-bottom:15px;padding:6px 14px}.hero-heading,.hero-subheading{margin-bottom:15px}.hero-subheading{margin-left:auto;margin-right:auto;max-width:700px}.hero-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.hero-btn-primary{background-color:#f50;border:1px solid #f50;color:#fff}.hero-btn-primary:hover{background-color:#e14e00;border-color:#e14e00}.hero-btn-secondary{background-color:#fff;border:1px solid #ccc;color:#000}.hero-btn-secondary:hover{background-color:#f3f3f3}.hero-testimonials{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-top:30px;position:relative;text-align:center}.testimonial-item{max-width:220px;transition:transform .3s ease}.testimonial-item:hover{transform:scale(1.05)}.stars{display:flex;gap:4px;justify-content:center;margin-bottom:8px}.stars svg{height:24px;width:24px;fill:#f9b348;stroke:rgba(0,0,0,.5);stroke-width:1}.hero-testimonial-text{color:#444;font-size:13px;line-height:1.4}@media (max-width:768px){.hero-testimonials .testimonial-item{display:none}.hero-testimonials .testimonial-item:nth-child(2){display:block}}.carousel-section-container{margin:20px auto;max-width:1160px;padding:0 20px}.carousel-section{flex-wrap:wrap}.carousel-section,.carousel-text-block{align-items:center;display:flex}.carousel-static-text{color:#111;font-size:16px;font-weight:700;line-height:1.4;max-width:200px}.carousel-separator{background-color:#000;height:60px;width:1px}.continuous-carousel-wrapper{flex:1;overflow:hidden;position:relative}.carousel-track{animation:scroll-loop 30s linear infinite;display:flex;width:max-content}.carousel-loop{display:flex}.carousel-image{flex:0 0 auto;margin-right:40px;transition:transform .3s ease}.carousel-image:hover{transform:scale(1.1);z-index:2}.carousel-image img{display:block;height:40px;max-width:none;object-fit:contain;width:auto}@keyframes scroll-loop{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.carousel-section{align-items:center;flex-direction:column}.carousel-text-block{flex-direction:column;gap:10px;margin-bottom:20px}.carousel-separator{display:none}.carousel-static-text{max-width:100%;text-align:center}.continuous-carousel-wrapper{width:100%}.carousel-track{min-width:100%;width:fit-content}.carousel-image{margin-right:24px}.carousel-image img{height:30px}}