.hero-section-1{background:#0c2729;border-radius:25px;margin:0 10px 10px;padding:80px 20px}.hero-container{margin:0 auto;max-width:1260px;text-align:left}.hero-heading{color:#fff;margin-bottom:24px;max-width:720px}.hero-subheading{color:#b9bbc6;margin-bottom:32px;max-width:640px}.hero-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-start}.hero-btn-primary{background-color:#e94333;border:1px solid #e94333;border-radius:8px;color:#fff;padding:14px 28px;transition:all .2s ease}.hero-btn-primary:hover{background-color:#c9382b;border-color:#c9382b;transform:translateY(-2px)}.hero-btn-secondary{background-color:transparent;border:1px solid #fff;border-radius:8px;color:#fff;padding:14px 28px;transition:all .2s ease}.hero-btn-secondary:hover{background-color:#fff;color:#000;transform:translateY(-2px)}.carousel-section-container{background-color:#143637;border-radius:25px;margin:40px auto 0;max-width:1260px;padding:15px 25px}.carousel-section{flex-wrap:wrap}.carousel-section,.carousel-text-block{align-items:center;display:flex}.carousel-static-text{color:#b9bbc6;font-size:16px;font-weight:600;line-height:1.4}.carousel-separator{background-color:#ffffff33;height:60px;margin-left:24px;width:1px}.continuous-carousel-wrapper{flex:1;margin-left:40px;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;filter:brightness(0) invert(1);height:22px;max-width:none;object-fit:contain;width:auto}@keyframes scroll-loop{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.hero-section-1{padding:70px 20px}.carousel-section{align-items:flex-start;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:left}.continuous-carousel-wrapper{margin-left:0;width:100%}.carousel-track{min-width:100%;width:fit-content}.carousel-image{margin-right:24px}.carousel-image img{height:22px}}