*{font-family:Raleway,sans-serif}html{scroll-behavior:smooth}::selection{background-color:#b50000;color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#b50000;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#700}.hero-diagonal{position:relative;display:flex;height:80vh;min-height:600px;overflow:hidden}.hero-section{position:relative;flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1)}.hero-section:first-child{clip-path:polygon(0 0,100% 0,80% 100%,0 100%);z-index:3}.hero-section:nth-child(2){clip-path:polygon(20% 0,100% 0,80% 100%,0 100%);margin-left:-15%;z-index:2}.hero-section:last-child{clip-path:polygon(20% 0,100% 0,100% 100%,0 100%);margin-left:-15%;z-index:1}.hero-section:hover{flex:1.5}.hero-section:hover .hero-content{transform:scale(1.05)}.hero-section:hover .hero-overlay{opacity:.7}.hero-content{position:relative;z-index:10;text-align:center;padding:2rem;transition:transform .5s ease}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity .5s ease}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transition:transform .5s ease}.hero-section:hover .hero-bg{transform:scale(1.1)}.cta-button{background:linear-gradient(135deg,#b50000,#700);position:relative;overflow:hidden;transition:all .3s ease}.cta-button:hover{background:linear-gradient(135deg,#700,#b50000);transform:translateY(-2px);box-shadow:0 10px 30px #b500004d}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.cta-button:hover:before{left:100%}.marquee-container{overflow:hidden;white-space:nowrap}.marquee-content{display:inline-flex;animation:marquee 25s linear infinite}.marquee-content:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.nav-link{position:relative}.nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#b50000;transition:width .3s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.counter{transition:transform .3s ease}.counter:hover{transform:scale(1.1)}.service-card{transition:all .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000001a}.img-zoom{overflow:hidden}.img-zoom img{transition:transform .5s ease}.img-zoom:hover img{transform:scale(1.1)}.swiper-pagination-bullet-active{background:#b50000!important}.swiper-button-next,.swiper-button-prev{color:#b50000!important}.swiper-button-next:after,.swiper-button-prev:after{font-size:1.25rem!important}.spinner{width:40px;height:40px;border:4px solid rgba(181,0,0,.1);border-left-color:#b50000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fade-in-section{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-in-section.visible{opacity:1;transform:translateY(0)}.text-gradient{background:linear-gradient(135deg,#b50000,#700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:768px){.hero-diagonal{flex-direction:column;height:auto;min-height:auto}.hero-section,.hero-section:first-child,.hero-section:nth-child(2),.hero-section:last-child{clip-path:none;margin-left:0;min-height:300px}.hero-section:hover{flex:1}}a:focus,button:focus,input:focus,textarea:focus,select:focus{outline:2px solid #B50000;outline-offset:2px}.skip-link{position:absolute;top:-100%;left:50%;transform:translate(-50%);padding:1rem 2rem;background:#b50000;color:#fff;z-index:9999;transition:top .3s ease}.skip-link:focus{top:0}
