@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css";.footer-logo{display:flex;flex-direction:column}@media screen and (max-width: 768px){.footer-container{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.footer-logo{align-items:center;text-align:center}.footer-section{text-align:center}.footer-logo img{max-width:200px}.footer-section h3{font-size:1.1rem}.footer-section ul li{font-size:.85rem}.map-container{height:200px}}.image-viewer-thumbnail{cursor:pointer;transition:opacity .2s}.image-viewer-thumbnail:hover{opacity:.9}.image-viewer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease}.image-viewer-content{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:40px}.image-viewer-full{max-width:90%;max-height:90%;object-fit:contain;transition:transform .3s ease}.image-viewer-full.zoomed{transform:scale(2);cursor:zoom-out}.image-viewer-close{border-radius:100px;position:fixed;top:10px;right:10px;background:transparent;border:none;color:#fff;font-size:2rem;cursor:pointer;margin:10px;padding:2px 10px;z-index:1001}.image-viewer-close:hover{opacity:.8}.image-viewer-close:hover{background:#ffffff40}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.image-viewer-full.zoomed{transform:scale(1.2)}}.loading-overlay{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-text{position:absolute;color:#fff;background:#000000b3;padding:10px 20px;border-radius:4px;font-size:14px}.blur{filter:blur(10px);transform:scale(1.1)}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;overflow-y:calc()}:root{--primary-color: #000000;--text-color: #ffffff}body{font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}body.menu-active{overflow:hidden}.header{position:fixed;top:0;left:0;width:100%;padding:1rem 2rem;background:transparent;z-index:1000;display:flex;align-items:center;justify-content:space-between;min-height:70px}.header.scrolled{background-color:#000}.header-logo{height:45px;width:auto;flex-shrink:0;margin-left:88px;z-index:1000}.navbar{display:flex;align-items:center;gap:3rem;margin-right:2rem;flex-shrink:0}.navbar a{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease;white-space:nowrap;display:inline-block}.navbar a:hover,.navbar a.active{color:#4b76c5}.hero{position:relative;width:100%;height:80vh;overflow:visible}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;filter:blur(15px);transform:scale(1.1)}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.hero-images{cursor:pointer}.hero-content{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 15px;color:#fff;max-width:1400px;margin:0 0 0 88px}.hero-title{font-size:3.2rem;font-weight:700;margin-bottom:1rem;line-height:1.2;max-width:1000px}.hero-subtitle{font-size:2rem;font-weight:700;color:#9c9c9c;margin-bottom:.5rem;max-width:900px;text-align:left}.hero-text{font-size:1.1rem;max-width:950px;color:#dadada;margin-bottom:2rem;padding-right:2rem;line-height:1.6}.ring-johnny{display:flex;align-items:center;justify-content:center;gap:1rem;background-color:#4b76c5;color:#fff;text-decoration:none;padding:1rem 2.5rem;border-radius:4px;font-weight:700;font-size:1.25rem;transition:background-color .3s ease;position:absolute;left:50%;transform:translate(-50%);z-index:10;bottom:-33px}.ring-johnny:hover{background-color:#3a5da3}.services{padding:80px 5% 40px;background-color:#fff;position:relative}.services-container{max-width:1400px;margin:0 auto;position:relative;padding:0 15px}.services-title{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:30px}.services-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-bottom:20px}.services-grid a{text-decoration:none}.service-item{display:flex;align-items:center;padding:.75rem;transition:all .2s ease;cursor:pointer;background-color:#fff}.service-item:hover{background-color:#f5f5f5}.service-item i{font-size:1.5rem;color:#4b76c5;margin-right:1rem}.service-item span{font-size:1rem;color:#333}.tire-svg{width:1.5rem;height:1.5rem;margin-right:1rem}.services-read-more{display:block;color:#4b76c5;text-decoration:none;font-size:1rem;font-weight:500;text-align:right;padding-right:15px;margin-bottom:20px}.mechanics{position:relative;padding:80px 0;color:#fff;text-align:center;background-color:#111;background-size:cover;background-position:center}.mechanics-container{position:relative;max-width:1400px;margin:0 auto;padding:0 5%}.mechanics-title{font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.mechanics-subtitle{font-size:1.2rem;margin-bottom:3rem;color:#fff;max-width:800px;margin-left:auto;margin-right:auto}.mechanics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;max-width:1200px;margin-left:auto;margin-right:auto}.mechanics-item{text-align:center}.mechanics-icon{width:4rem;height:4rem;margin-bottom:1.5rem}.mechanics-item h3{font-size:1.5rem;margin-bottom:1rem;font-weight:600}.mechanics-item p{font-size:1rem;color:#fff;line-height:1.6}.hamburger{display:none;cursor:pointer;margin-left:auto;padding:.5rem;z-index:1001;flex-shrink:0}.hamburger span{display:block;width:25px;height:3px;background-color:#fff;margin:5px 0;transition:all .3s ease}@media screen and (max-width: 1400px){.hero-subtitle{font-size:1.8rem}.hero-text{font-size:1rem}.service-item span{font-size:.95rem}.services-grid{grid-template-columns:repeat(4,1fr);gap:1.75rem}.hero-content{margin-left:60px}.ring-johnny{font-size:1.2rem}.header-logo{margin-left:60px}}@media screen and (max-width: 1200px){.hero-subtitle{font-size:1.8rem}.hero-text{font-size:1.2rem}.ring-johnny{font-size:1.15rem}.services-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}.hero-content{margin-left:40px}.mechanics-title{font-size:1.7rem}.mechanics-subtitle{font-size:1.1rem;margin-bottom:2.5rem}.mechanics-grid{gap:1.5rem}.mechanics-item h3{font-size:1.3rem}.navbar{gap:2.5rem}.navbar a{font-size:.95rem}.header-logo{margin-left:30px}}@media screen and (max-width: 992px){.hero-title{font-size:2.4rem}.hero-subtitle{font-size:1.6rem}.hero-text{font-size:.95rem;line-height:1.5}.ring-johnny{font-size:1.15rem;bottom:-30px}.services{padding:70px 3% 30px}.services-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.mechanics{padding:70px 0}.mechanics-title{font-size:1.5rem}.mechanics-subtitle{font-size:1rem;margin-bottom:2rem}.mechanics-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:800px}.mechanics-grid .mechanics-item:last-child{grid-column:1 / -1;max-width:350px;margin-left:auto;margin-right:auto}.mechanics-icon{width:3.5rem;height:3.5rem;margin-bottom:1.2rem}.mechanics-item h3{font-size:1.2rem;margin-bottom:.8rem}.mechanics-item p{font-size:.95rem}.services-read-more{right:calc(3% + 10px)}.hero-content{margin-left:30px}.header{padding:1.5rem 2rem}.navbar{gap:2rem}.navbar a{font-size:.9rem}.header-logo{margin-left:30px}}@media screen and (max-width: 768px){.header{padding:1rem 1.5rem}.hamburger{display:block}.navbar{display:none;position:fixed;top:0;left:0;width:100%;height:1000px;overflow-y:hidden;background-color:#000000f2;flex-direction:column;align-items:center;gap:2rem;padding-top:250px}.navbar.active{display:flex}.navbar a{font-size:1.2rem}.header-logo{margin-left:20px}.hero{height:60vh}.hero-content{justify-content:center;padding-bottom:100px;padding-top:60px;padding-right:25px}.hero-title{font-size:2rem;margin-bottom:.8rem}.hero-subtitle{font-size:1.4rem;margin-bottom:.6rem}.hero-text{font-size:.9rem;line-height:1.4}.services{padding:30px 3% 20px}.services-title{left:calc(3% + 8px);margin-top:25px}.services-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.service-item{padding:.5rem}.service-item i,.tire-svg{font-size:1.25rem;width:1.25rem;height:1.25rem;margin-right:.75rem}.service-item span{font-size:.85rem}.services-read-more{right:calc(3% + 8px)}.hero-content{margin-left:20px}.mechanics{padding:60px 0}.mechanics-container{padding:0 4%}.mechanics-title{font-size:1.4rem}.mechanics-subtitle{font-size:.95rem;margin-bottom:1.8rem}.mechanics-grid{gap:1.2rem}.mechanics-icon{width:3rem;height:3rem;margin-bottom:1rem}.mechanics-item h3{font-size:1.1rem;margin-bottom:.6rem}.mechanics-item p{font-size:.85rem}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero-content .hero-text,.hero-content .hero-title,.hero-content .hero-subtitle{padding-right:50px}.ring-johnny{bottom:-20px;padding:.8rem 2rem;font-size:1.1rem}}@media screen and (max-width: 576px){.hero{height:55vh}.hero-content{justify-content:center;padding-bottom:80px;padding-top:40px;padding-right:35px}.hero-title{font-size:1.8rem;margin-bottom:.6rem}.hero-subtitle{font-size:1.2rem;margin-bottom:.5rem}.hero-text{font-size:.85rem;line-height:1.3}.services-title{left:calc(3% + 5px);font-size:1.3rem}.services-read-more{right:calc(3% + 5px)}.hero-content{margin-left:15px;padding:0 10px}.services{padding:25px 2% 20px}.services-grid{grid-template-columns:repeat(2,1fr)}.service-item{position:relative;padding-left:1.2rem}.service-item i,.tire-svg{display:none}.service-item:before{content:"•";position:absolute;left:0;color:#4b76c5;font-size:1.2rem}.mechanics{padding:50px 0}.mechanics-container{padding:0 3%}.mechanics-title{font-size:1.5rem;margin-bottom:.8rem}.mechanics-subtitle{font-size:.9rem;margin-bottom:1.5rem}.mechanics-grid{grid-template-columns:1fr;gap:1.2rem;max-width:400px;margin-left:auto;margin-right:auto}.mechanics-icon{width:2.8rem;height:2.8rem;margin-bottom:.8rem}.mechanics-item h3{font-size:1rem;margin-bottom:.5rem}.mechanics-item p{font-size:.85rem}.mechanics-item{max-width:350px;margin-left:auto;margin-right:auto}.header-logo{margin-left:15px}.slider-section .item{flex:0 0 250px}.hero-content .hero-text,.hero-content .hero-title,.hero-content .hero-subtitle{padding-right:50px}.ring-johnny{bottom:-18px;padding:.7rem 1.5rem;font-size:.95rem}}@media screen and (max-width: 480px){.header,.header.scrolled{padding:.5rem 2%}.navbar a{font-size:1.3rem}.hero{height:50vh}.hero-content{justify-content:center;padding-bottom:70px;padding-top:30px}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:1.1rem}.hero-text{font-size:.8rem}.services{padding:20px 2% 15px}.services-title{left:calc(2% + 5px);top:20px}.services-grid{gap:.4rem}.service-item{padding:.4rem}.service-item i,.tire-svg{display:none}.service-item{position:relative;padding-left:1.2rem}.service-item:before{content:"•";position:absolute;left:0;color:#4b76c5;font-size:1.2rem}.service-item span{font-size:.85rem}.services-read-more{font-size:.8rem;bottom:-15px;right:calc(2% + 5px)}.hero-content{margin-left:10px;padding:0 5px}.header-logo{margin-left:10px}.slider-section .item{flex:0 0 200px}.hero-content .hero-text,.hero-content .hero-title,.hero-content .hero-subtitle{padding-right:50px}.ring-johnny{bottom:-15px;padding:.6rem 1.2rem;font-size:.85rem}}.about{padding:80px 0;background-color:#fff}.about-container{max-width:1400px;margin:0 auto;padding:0 5%;display:flex;gap:4rem;align-items:flex-start}.about-content{flex:0 0 35%}.about-title{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:1rem}.about-text{font-size:1rem;color:#333;line-height:1.6;margin-bottom:1.5rem}.about-link{display:inline-block;padding:.7rem 1.8rem;background-color:#4b76c5;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;font-size:.95rem;transition:background-color .3s ease}.about-link:hover{background-color:#3a5da3}.about-images{flex:1;display:flex;gap:1rem}.about-image{flex:1;height:280px;object-fit:cover;border-radius:4px;transition:transform .3s ease}.about-image:hover{transform:scale(1.01)}@media screen and (max-width: 1600px){.about-image{height:240px}}@media screen and (max-width: 1200px){.about-container{gap:3rem}.about-text{font-size:.95rem}.about-link{font-size:.9rem;padding:.65rem 1.6rem}.about-image{height:220px}}@media screen and (max-width: 992px){.about-container{flex-direction:column;gap:2rem}.about-content{flex:0 0 100%}.about-text{font-size:.9rem;margin-bottom:1.2rem}.about-link{font-size:.85rem;padding:.6rem 1.5rem}.about-images{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.about-image{height:200px}}@media screen and (max-width: 576px){.about{padding:60px 0}.about-title{font-size:1.3rem;margin-bottom:.7rem}.about-text{font-size:.8rem;margin-bottom:1rem}.about-link{font-size:.8rem;padding:.5rem 1.4rem;width:100%;text-align:center}.about-images{grid-template-columns:repeat(2,1fr);gap:.8rem}.about-image{height:180px}}@media screen and (max-width: 1350px){.about-container{flex-direction:column;gap:2rem;text-align:center;padding:0 5%}.about-content{flex:0 0 100%;max-width:800px;margin:0 auto}.about-images{display:none}}@media screen and (max-width: 1200px){.about-images{max-width:1000px}.about-image{height:350px}}@media screen and (max-width: 992px){.about-images{max-width:800px;gap:1.5rem}.about-image{height:300px}}footer{background-color:var(--primary-color);color:var(--text-color);padding:2rem 0;width:100%}.footer-container{max-width:1500px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:3rem;padding:0 2rem}.footer-logo img{max-width:250px;height:auto}.footer-section h3{font-size:1.2rem;margin-bottom:1rem;white-space:nowrap;font-weight:500}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem;font-size:.9rem;font-weight:300}.footer-section a{color:var(--text-color);text-decoration:none}.footer-section a:hover{text-decoration:underline}.map-container{width:100%;height:200px;border-radius:8px;overflow:hidden;position:relative}.map-container iframe{width:100%;height:100%;border:none;position:absolute;top:0;left:0;pointer-events:auto!important}@media screen and (max-width: 1325px){.footer-container{grid-template-columns:repeat(3,1fr);gap:2rem}.footer-logo{grid-column:1 / -1;justify-content:center}.footer-logo img{max-width:220px}.map-container{grid-column:1 / -1;height:250px}}@media screen and (max-width: 768px){.footer-container{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.footer-section{text-align:center}.footer-logo img{max-width:200px}.footer-section h3{font-size:1.1rem}.footer-section ul li{font-size:.85rem}.map-container{height:200px}}@media screen and (max-width: 480px){footer{padding:1.5rem 0}.footer-container{gap:1.5rem}.footer-logo img{max-width:180px}.footer-section h3{margin-bottom:.75rem}.map-container{height:180px}.hero-content .hero-subtitle{display:none}}@media screen and (max-width: 350px){.services-grid{grid-template-columns:1fr;gap:.4rem}.service-item{padding:.4rem .4rem .4rem 1.2rem}.service-item span{font-size:.8rem}.ring-johnny{font-size:.7rem}}#loadingOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:9998;opacity:1;transition:opacity .3s ease}#loadingOverlay.hidden{opacity:0}.fullscreen-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;z-index:9999;justify-content:center;align-items:center}.fullscreen-image{max-width:90%;max-height:80vh;object-fit:contain}.close-button{position:absolute;top:20px;right:20px;color:#fff;font-size:30px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#00000080;border-radius:50%;transition:background .3s}.close-button:hover{background:#fff3}.foretag-services{padding:80px 5%;background-color:#fff}.foretag-section-header{max-width:1400px;margin:0 auto 40px;text-align:left}.foretag-section-title{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:30px}.section-subtitle{font-size:1.1rem;color:#666}.foretag-services-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.foretag-service-card{padding:20px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:10px;border-radius:8px;transition:all .3s ease;background:#fff;box-shadow:0 2px 10px #0000001a}.foretag-service-title-container{display:flex;align-items:center;gap:10px;width:100%}.foretag-service-icon{font-size:1.5rem;color:#4b76c5;transition:transform .3s ease}.foretag-service-title{font-size:1.2rem;font-weight:600;color:#333;margin:0}.foretag-service-description{color:#666;font-size:.9rem;line-height:1.5}@media screen and (max-width: 1200px){.foretag-services-grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 992px){.foretag-section-title{font-size:1.4rem}.foretag-section-subtitle{font-size:1rem}}@media screen and (max-width: 768px){.foretag-section-title{font-size:1.3rem}.foretag-section-subtitle{font-size:.95rem}}@media screen and (max-width: 576px){.foretag-section-title{font-size:1.2rem}.foretag-section-subtitle{font-size:.9rem}}@media screen and (max-width: 480px){.foretag-section-title{font-size:1.1rem}.foretag-section-subtitle{font-size:.85rem}}@media screen and (max-width: 320px){.foretag-section-title{font-size:1.2rem}.section-subtitle{font-size:.8rem}}@media screen and (max-width: 900px){.foretag-services-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 600px){.foretag-services-grid{grid-template-columns:1fr}.foretag-service-card{padding:15px}.foretag-service-title{font-size:1.1rem}.foretag-service-description{font-size:.85rem}}.hero-section{max-width:1600px;margin:5rem auto;padding:0 2rem;display:grid!important;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.hero-section .hero-content{width:600px;padding-right:1rem;color:#333;text-align:left}.hero-section .hero-content h1{font-size:1.5rem;font-weight:600;color:#000;margin-bottom:30px}.hero-section .hero-content p{font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;color:#333}.hero-section .hero-images{display:grid;grid-template-columns:repeat(2,1fr);gap:1em}.hero-section .hero-images img{height:500px;object-fit:cover;border-radius:8px;transition:.3s ease}.hero-section .hero-images img:hover{transform:scale(1.01)}.slider-section{padding:40px 0;background-color:#fff;width:100%;overflow:hidden;-webkit-overflow-scrolling:touch}.slider{width:100%;height:var(--height);position:relative;overflow:hidden}.list{display:flex;gap:20px;position:relative;animation:scroll 40s linear infinite;will-change:transform;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.slider-image{flex:0 0 300px;width:300px;object-fit:cover;height:400px;border-radius:10px;overflow:hidden;transform:translateZ(0);backface-visibility:hidden;cursor:pointer}@keyframes scroll{0%{transform:translate(0) translateZ(0)}to{transform:translate(-3200px) translateZ(0)}}@media screen and (max-width: 1200px){.slider .list .item{width:250px}}@media screen and (max-width: 992px){.hero-section .hero-content h1{font-size:1.4rem}}@media screen and (max-width: 768px){.slider .list .item{width:200px}.hero-section{margin:1.5rem auto;padding:0 1rem}.hero-section .hero-content{width:85%}.hero-section .hero-content h1{font-size:1.3rem}.hero-section .hero-content p{font-size:.9rem;line-height:1.4}.list{animation:scroll 60s linear infinite;gap:15px}.item{flex:0 0 250px;height:300px}}@media screen and (max-width: 576px){.slider .list .item{width:180px}.slider .list .item img{padding:5px}.list{animation:scroll 80s linear infinite;gap:10px}.item{flex:0 0 200px;height:250px}.item img{box-shadow:none}.hero-section .hero-content h1{font-size:1.2rem}}@media screen and (max-width: 480px){.hero-section{margin:1rem auto;padding:0 .5rem}.hero-section .hero-content{padding:20px 10px}.hero-section .hero-content h1{font-size:1.1rem}.hero-section .hero-content p{font-size:.85rem}.hero-section .hero-images{grid-template-columns:1fr}.hero-section .hero-images img{height:250px}}@media screen and (max-width: 1250px){.hero-section{grid-template-columns:1fr;margin:2rem auto;padding:1.5rem 1.5rem 0}.hero-section .hero-content{padding-right:0;padding-top:1rem;max-width:800px;margin:0 auto;text-align:center}.hero-section .hero-content h1{text-align:center}.hero-section .hero-content p{text-align:center;font-size:.95rem}.hero-section .hero-images{display:none}}.phone-icon{width:24px;height:24px;filter:brightness(0) invert(1)}.contact-info{padding:80px 5%;background-color:#fff}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.contact-column h3{font-size:1.2rem;margin-bottom:1.5rem;color:#333;font-weight:600}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-item a{color:#666;text-decoration:none;transition:color .3s ease;font-size:1.1rem;display:flex;align-items:center;gap:1rem}.contact-item a:hover{color:#4b76c5}.contact-item i{font-size:1.2rem;color:#4b76c5}.social-links{display:flex;gap:1.5rem;justify-content:flex-start}.social-link{width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;background-color:#4b76c5;transition:all .3s ease}.social-link:hover{transform:translateY(-3px);background-color:#1877f2}.social-link i{font-size:1.2rem}.social-logo{width:45px;height:45px;border-radius:50%}.social-link:last-child{background-color:#1b1464}.social-link:last-child:hover{background-color:#1b1464;transform:translateY(-3px)}@media screen and (max-width: 992px){.contact-container{grid-template-columns:repeat(2,1fr)}.contact-column:last-child{grid-column:1 / -1}.social-links{justify-content:center}}@media screen and (max-width: 768px){.contact-container{grid-template-columns:1fr;gap:2rem}.contact-column{text-align:center}.contact-column h3{font-size:1.1rem}.contact-item{justify-content:center}.contact-item a{font-size:1rem}.social-links{justify-content:center}}@media screen and (max-width: 480px){.contact-info{padding:60px 5%}.contact-column h3{font-size:1rem;margin-bottom:1rem}.contact-item a{font-size:.9rem}.social-link{width:40px;height:40px}.social-link i{font-size:1rem}}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:0}.hero-content{position:relative;z-index:1}.ring-johnny{z-index:2}
