.Navbar-module__cJzEcG__navbar{z-index:100;width:90%;max-width:1200px;padding:1rem 2rem;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__navbar-container{justify-content:space-between;align-items:center;display:flex}.Navbar-module__cJzEcG__navbar-logo{z-index:101;align-items:center;display:flex}.Navbar-module__cJzEcG__Navlogo{border-radius:10%;width:70px;transition:transform .3s}.Navbar-module__cJzEcG__Navlogo:hover{transform:scale(1.05)}.Navbar-module__cJzEcG__navbar-links{gap:2rem;list-style:none;display:flex}.Navbar-module__cJzEcG__nav-link{color:var(--color-text-main);padding:.5rem 0;font-size:1rem;font-weight:500;transition:color .3s;position:relative}.Navbar-module__cJzEcG__nav-link:after{content:"";background-color:var(--color-accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__nav-link:hover:after{width:100%}.Navbar-module__cJzEcG__menu-toggle{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:27px;height:20px;padding:0;display:none;position:relative}.Navbar-module__cJzEcG__burger-line{background-color:var(--color-text-main);border-radius:7px;width:100%;height:3px;transition:all .3s ease-in-out}.Navbar-module__cJzEcG__menu-toggle.open .Navbar-module__cJzEcG__burger-line:first-child{transform:translateY(9px)rotate(45deg)}.Navbar-module__cJzEcG__menu-toggle.open .Navbar-module__cJzEcG__burger-line:nth-child(2){opacity:0;transform:translate(-20px)}.Navbar-module__cJzEcG__menu-toggle.open .Navbar-module__cJzEcG__burger-line:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.Navbar-module__cJzEcG__mobile-drawer{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);opacity:0;z-index:99;background:#050b14fa;flex-direction:column;justify-content:center;align-items:center;width:100%;height:0;transition:all .5s cubic-bezier(.4,0,.2,1);display:none;position:absolute;top:100%;left:0;overflow:hidden}.Navbar-module__cJzEcG__mobile-drawer.open{opacity:1;border-bottom:1px solid var(--border-color);height:400px;padding:2rem 0}.Navbar-module__cJzEcG__mobile-nav-links{flex-direction:column;align-items:center;gap:2rem;width:100%;list-style:none;display:flex}.Navbar-module__cJzEcG__mobile-nav-link{color:var(--color-text-main);font-size:1.5rem;font-weight:600;transition:all .3s}.Navbar-module__cJzEcG__mobile-nav-link:hover{color:var(--color-accent);transform:scale(1.1)}@media (max-width:540px){.Navbar-module__cJzEcG__navbar{width:95%;padding:.75rem 1.5rem}.Navbar-module__cJzEcG__navbar-links{display:none}.Navbar-module__cJzEcG__menu-toggle,.Navbar-module__cJzEcG__mobile-drawer{display:flex}.Navbar-module__cJzEcG__Navlogo{width:85px}}
.Footer-module__S6Hkya__footer{background-color:var(--color-bg-darker);border-top:1px solid var(--border-color);margin-top:auto;padding:4rem 2rem 2rem}.Footer-module__S6Hkya__footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;max-width:1200px;margin:0 auto 3rem;display:grid}.Footer-module__S6Hkya__footer-brand h2{text-align:center;margin-bottom:1rem;font-size:2rem}.Footer-module__S6Hkya__footer-brand p{color:var(--color-text-muted);text-align:center;line-height:1.6}.Footer-module__S6Hkya__footer-links h3,.Footer-module__S6Hkya__footer-contact h3{color:var(--color-text-main);margin-bottom:1.5rem;font-size:1.2rem}.Footer-module__S6Hkya__footer-links ul{list-style:none}.Footer-module__S6Hkya__footer-links li{margin-bottom:.8rem}.Footer-module__S6Hkya__footer-links a{color:var(--color-text-muted)}.Footer-module__S6Hkya__footer-links a:hover{color:var(--color-accent)}.Footer-module__S6Hkya__footer-contact p{color:var(--color-text-muted);margin-bottom:.8rem}.Footer-module__S6Hkya__footer-bottom{text-align:center;border-top:1px solid var(--border-color);color:var(--color-text-muted);padding-top:2rem;font-size:.9rem}
.Hero-module__ZARIfG__hero{justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem 2rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__hero:after{content:"";z-index:3;pointer-events:none;background:linear-gradient(#0000 0%,#0009 40%,#000 100%);width:100%;height:250px;position:absolute;bottom:0;left:0}.Hero-module__ZARIfG__hero-background{z-index:1;background-color:#0000;background-image:radial-gradient(circle at 50% 30%,#1e40af66 0%,#000000f2 80%),url(/fancy-car-bg.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__hero-content{z-index:2;text-align:center;max-width:800px;position:relative}.Hero-module__ZARIfG__hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}.Hero-module__ZARIfG__hero-subtitle{color:var(--color-text-muted);margin-bottom:2.5rem;max-width:600px;margin-inline:auto;font-size:clamp(1.5rem,2vw,1.25rem);line-height:1.6}.Hero-module__ZARIfG__hero-cta{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}
.calendar-module__G3YYmW__contact-header{width:90%;margin:auto}.calendar-module__G3YYmW__section-title{align-self:center;margin:0 auto 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.calendar-module__G3YYmW__table-holder{width:100%;overflow-x:auto}
.AboutUs-module__Rj00zW__about-section{padding:8rem 2rem;overflow:hidden}.AboutUs-module__Rj00zW__about-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:900px){.AboutUs-module__Rj00zW__about-container{grid-template-columns:1fr}}.AboutUs-module__Rj00zW__about-content{flex-direction:column;gap:1.5rem;display:flex}.AboutUs-module__Rj00zW__about-text{color:var(--color-text-muted);font-size:1.1rem;line-height:1.8}.AboutUs-module__Rj00zW__stats-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.AboutUs-module__Rj00zW__stat-item{text-align:center;border-radius:16px;flex-direction:column;gap:.5rem;padding:1.5rem;transition:transform .3s;display:flex}.AboutUs-module__Rj00zW__stat-item:hover{transform:translateY(-5px)}.AboutUs-module__Rj00zW__stat-number{font-size:2.5rem;font-weight:800;line-height:1}.AboutUs-module__Rj00zW__stat-label{color:var(--color-text-main);font-size:.9rem;font-weight:500}.AboutUs-module__Rj00zW__about-image-wrapper{border-radius:20px;position:relative;overflow:hidden}.AboutUs-module__Rj00zW__about-image{object-fit:cover;z-index:2;border-radius:20px;width:100%;height:auto;transition:transform .5s;position:relative;box-shadow:0 20px 40px #0006}.AboutUs-module__Rj00zW__about-image-wrapper:hover .AboutUs-module__Rj00zW__about-image{transform:scale(1.02)}.AboutUs-module__Rj00zW__about-image-decoration{z-index:1;background:radial-gradient(circle,#3b82f633 0%,#0000 60%);width:120%;height:120%;position:absolute;top:-10%;left:-10%}.AboutUs-module__Rj00zW__animate-hidden{opacity:0;transition:opacity .8s ease-out,transform .8s cubic-bezier(.175,.885,.32,1.275);transform:translateY(40px)}.AboutUs-module__Rj00zW__animate-visible{opacity:1;transition:opacity .8s ease-out,transform .8s cubic-bezier(.175,.885,.32,1.275);transform:translateY(0)}.AboutUs-module__Rj00zW__delay-1{transition-delay:.1s}.AboutUs-module__Rj00zW__delay-2{transition-delay:.3s}.AboutUs-module__Rj00zW__shadoww{background:linear-gradient(#00000b 0%,#00000bcc 40%,#00000b00 100%);width:100%;height:100px}
.Testimonials-module__ItA9Ha__testimonials-section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.Testimonials-module__ItA9Ha__testimonials-header{text-align:center;margin-bottom:4rem}.Testimonials-module__ItA9Ha__testimonials-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.Testimonials-module__ItA9Ha__testimonial-card{border-radius:16px;flex-direction:column;gap:1.5rem;padding:2rem;transition:transform .3s;display:flex}.Testimonials-module__ItA9Ha__testimonial-card:hover{border-color:#fff3;transform:translateY(-5px)}.Testimonials-module__ItA9Ha__stars{color:#fbbf24;letter-spacing:2px;font-size:1.2rem}.Testimonials-module__ItA9Ha__testimonial-text{color:var(--color-text-main);flex-grow:1;font-size:1rem;font-style:italic;line-height:1.6}.Testimonials-module__ItA9Ha__testimonial-author h4{margin-bottom:.2rem;font-size:1.1rem}.Testimonials-module__ItA9Ha__author-car{color:var(--color-text-muted);font-size:.9rem}
.Projects-module__ICTKvq__projects-page{min-height:100vh;padding:8rem 0 0}.Projects-module__ICTKvq__projects-header{text-align:center;margin-bottom:4rem;padding:0 2rem}.Projects-module__ICTKvq__gallery-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1400px;margin:0 auto 6rem;padding:0 2rem;display:grid}.Projects-module__ICTKvq__gallery-item{border-radius:16px;transition:transform .4s,box-shadow .4s;overflow:hidden}.Projects-module__ICTKvq__gallery-item:hover{border-color:var(--color-primary-light);transform:translateY(-8px);box-shadow:0 15px 35px #0009}.Projects-module__ICTKvq__gallery-image-container{width:100%;height:280px;position:relative;overflow:hidden}.Projects-module__ICTKvq__gallery-image{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .6s}.Projects-module__ICTKvq__gallery-item:hover .Projects-module__ICTKvq__gallery-image{transform:scale(1.08)}.Projects-module__ICTKvq__gallery-info{text-align:center;padding:1.5rem}.Projects-module__ICTKvq__gallery-info h3{color:var(--color-text-main);margin-bottom:.5rem;font-size:1.3rem}.Projects-module__ICTKvq__gallery-info p{color:var(--color-primary-light);font-size:.95rem;font-weight:500}
.Services-module__A_tMzG__services-page{max-width:1200px;min-height:100vh;margin:0 auto;padding:8rem 2rem 4rem}.Services-module__A_tMzG__services-header{text-align:center;margin-bottom:4rem}.Services-module__A_tMzG__services-container{flex-direction:column;gap:3rem;margin-bottom:5rem;display:flex}.Services-module__A_tMzG__service-card{border-radius:20px;padding:3rem;transition:transform .3s}.Services-module__A_tMzG__service-card:hover{border-color:var(--color-primary-light);transform:translateY(-5px)}.Services-module__A_tMzG__service-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.Services-module__A_tMzG__service-card-header h2{font-size:2rem;font-weight:700}.Services-module__A_tMzG__service-price{font-size:1.5rem;font-weight:800}.Services-module__A_tMzG__service-description{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.Services-module__A_tMzG__features-section{border-top:1px solid #ffffff14;margin-top:2rem;padding-top:2rem}.Services-module__A_tMzG__features-heading{text-transform:uppercase;letter-spacing:.06em;color:var(--color-accent);align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:1.05rem;font-weight:700;display:flex}.Services-module__A_tMzG__service-features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem;display:grid}.Services-module__A_tMzG__feature-card{background:#ffffff06;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;justify-content:flex-start;gap:.75rem;padding:1.25rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Services-module__A_tMzG__feature-card:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#3b82f680,#0000);width:100%;height:2px;transition:opacity .3s;position:absolute;top:0;left:0}.Services-module__A_tMzG__feature-card:hover{background:#ffffff0d;border-color:#60a5fa59;transform:translateY(-3px);box-shadow:0 10px 30px -10px #00000080,0 0 20px #3b82f61f}.Services-module__A_tMzG__feature-card:hover:before{opacity:1}.Services-module__A_tMzG__addon-card{background:#f59e0b06;border-color:#f59e0b33}.Services-module__A_tMzG__addon-card:before{background:linear-gradient(90deg,#0000,#f59e0b99,#0000)}.Services-module__A_tMzG__addon-card:hover{border-color:#f59e0b73;box-shadow:0 10px 30px -10px #00000080,0 0 20px #f59e0b26}.Services-module__A_tMzG__feature-card-header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.Services-module__A_tMzG__feature-title-wrap{flex:1;align-items:center;gap:.75rem;display:flex}.Services-module__A_tMzG__feature-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.Services-module__A_tMzG__core-icon{color:#60a5fa;background:#3b82f626;border:1px solid #60a5fa4d}.Services-module__A_tMzG__addon-icon{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}.Services-module__A_tMzG__feature-title{color:var(--color-text-main);font-size:1.025rem;font-weight:600;line-height:1.35}.Services-module__A_tMzG__included-tag{text-transform:uppercase;letter-spacing:.05em;color:#93c5fd;white-space:nowrap;background:#3b82f61f;border:1px solid #3b82f640;border-radius:20px;padding:.25rem .6rem;font-size:.725rem;font-weight:600}.Services-module__A_tMzG__addon-tag{color:#fef08a;white-space:nowrap;background:linear-gradient(135deg,#f59e0b33,#d9770640);border:1px solid #f59e0b66;border-radius:20px;padding:.25rem .65rem;font-size:.725rem;font-weight:700;box-shadow:0 0 10px #f59e0b26}.Services-module__A_tMzG__feature-description{color:var(--color-text-muted);margin:0;padding-left:2.25rem;font-size:.9rem;line-height:1.6}@media (max-width:640px){.Services-module__A_tMzG__service-features-grid{grid-template-columns:1fr}.Services-module__A_tMzG__feature-card-header{flex-direction:column;align-items:flex-start}.Services-module__A_tMzG__feature-description{padding-left:0}}.Services-module__A_tMzG__services-cta{text-align:center;background:linear-gradient(145deg,#1e40af1a 0%,#0003 100%);border-radius:20px;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 2rem;display:flex}.Services-module__A_tMzG__services-cta h2{font-size:2rem}.Services-module__A_tMzG__services-cta p{color:var(--color-text-muted);max-width:600px;font-size:1.1rem}.Services-module__A_tMzG__service-requirement{margin-top:20px}
.ContactForm-module__j1WgZG__contact-section{min-height:calc(100vh - 300px);padding:8rem 2rem 4rem}.ContactForm-module__j1WgZG__contact-container{max-width:800px;margin:0 auto}.ContactForm-module__j1WgZG__contact-header{text-align:center;margin-bottom:3rem}.ContactForm-module__j1WgZG__contact-form{flex-direction:column;gap:1.5rem;padding:3rem;display:flex}.ContactForm-module__j1WgZG__form-group{flex-direction:column;gap:.5rem;display:flex}.ContactForm-module__j1WgZG__form-group label{color:var(--color-text-main);font-size:.95rem;font-weight:500}.ContactForm-module__j1WgZG__form-group input,.ContactForm-module__j1WgZG__form-group select,.ContactForm-module__j1WgZG__form-group textarea{border:1px solid var(--border-color);color:var(--color-text-main);background-color:#ffffff08;border-radius:8px;padding:1rem;font-family:inherit;font-size:1rem;transition:border-color .3s,box-shadow .3s}.ContactForm-module__j1WgZG__form-group input:focus,.ContactForm-module__j1WgZG__form-group select:focus,.ContactForm-module__j1WgZG__form-group textarea:focus{border-color:var(--color-primary-light);outline:none;box-shadow:0 0 0 2px #3b82f633}.ContactForm-module__j1WgZG__form-group select option{background-color:var(--color-bg-dark);color:var(--color-text-main)}.ContactForm-module__j1WgZG__multiselect-container{width:100%;position:relative}.ContactForm-module__j1WgZG__multiselect-trigger{border:1px solid var(--border-color);min-height:52px;color:var(--color-text-main);cursor:pointer;background-color:#ffffff08;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:border-color .3s,box-shadow .3s;display:flex}.ContactForm-module__j1WgZG__multiselect-trigger:focus,.ContactForm-module__j1WgZG__multiselect-trigger.ContactForm-module__j1WgZG__open{border-color:var(--color-primary-light);outline:none;box-shadow:0 0 0 2px #3b82f633}.ContactForm-module__j1WgZG__multiselect-values{flex-wrap:wrap;flex:1;align-items:center;gap:.4rem;display:flex}.ContactForm-module__j1WgZG__multiselect-placeholder{color:var(--color-text-muted);font-size:.95rem}.ContactForm-module__j1WgZG__multiselect-tag{color:#93c5fd;background:#3b82f633;border:1px solid #60a5fa66;border-radius:6px;align-items:center;gap:.35rem;padding:.2rem .6rem;font-size:.85rem;font-weight:500;display:inline-flex}.ContactForm-module__j1WgZG__tag-remove{color:#93c5fd;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 .15rem;font-size:1.1rem;line-height:1;display:inline-flex}.ContactForm-module__j1WgZG__tag-remove:hover{color:#fff}.ContactForm-module__j1WgZG__dropdown-arrow{color:var(--color-text-muted);align-items:center;transition:transform .2s;display:flex}.ContactForm-module__j1WgZG__multiselect-trigger.ContactForm-module__j1WgZG__open .ContactForm-module__j1WgZG__dropdown-arrow{transform:rotate(180deg)}.ContactForm-module__j1WgZG__multiselect-dropdown{border:1px solid var(--border-color);z-index:50;background-color:#081225;border-radius:8px;flex-direction:column;gap:.2rem;max-height:240px;padding:.4rem;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 25px #00000080}.ContactForm-module__j1WgZG__multiselect-option{cursor:pointer;color:var(--color-text-main);border-radius:6px;align-items:center;gap:.65rem;padding:.65rem .75rem;font-size:.95rem;transition:background-color .2s;display:flex}.ContactForm-module__j1WgZG__multiselect-option:hover{background-color:#ffffff12}.ContactForm-module__j1WgZG__multiselect-option.ContactForm-module__j1WgZG__selected{color:#60a5fa;background-color:#3b82f626;font-weight:500}.ContactForm-module__j1WgZG__option-checkbox{accent-color:var(--color-primary-light);cursor:pointer;width:16px;height:16px}.ContactForm-module__j1WgZG__submit-btn{width:100%;margin-top:1rem;font-size:1.1rem}.ContactForm-module__j1WgZG__collapse{justify-content:center;gap:1rem;width:100%;display:flex}@media screen and (max-width:610px){.ContactForm-module__j1WgZG__collapse{flex-direction:column;justify-content:center;gap:1rem;width:100%;display:flex}}
.Showcase-module__7XH1AW__showcase{max-width:1200px;margin:0 auto;padding:6rem 2rem}.Showcase-module__7XH1AW__showcase-header{text-align:center;margin-bottom:4rem}.Showcase-module__7XH1AW__showcase-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.Showcase-module__7XH1AW__showcase-card{flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.Showcase-module__7XH1AW__showcase-card:hover{border-color:#fff3;transform:translateY(-10px);box-shadow:0 10px 30px #00000080}.Showcase-module__7XH1AW__card-image-container{width:100%;height:250px;position:relative;overflow:hidden}.Showcase-module__7XH1AW__image-placeholder{background-color:var(--color-bg-darker);background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .5s}.Showcase-module__7XH1AW__showcase-card:hover .Showcase-module__7XH1AW__image-placeholder{transform:scale(1.05)}.Showcase-module__7XH1AW__card-content{flex-direction:column;flex-grow:1;justify-content:flex-start;padding:1.5rem;display:flex}.Showcase-module__7XH1AW__card-content h3{color:var(--color-text-main);margin-bottom:.5rem;font-size:1.25rem}.Showcase-module__7XH1AW__card-content p{color:var(--color-text-muted);font-size:.95rem;line-height:1.5}.Showcase-module__7XH1AW__logoDesign{border-radius:10px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-width:320px;max-width:700px;margin:3rem auto 0;transition:all .5s;display:flex;box-shadow:10px 25px 30px -5px #0d52c166}.Showcase-module__7XH1AW__logoDesign:hover{transition:all .3s;transform:translateY(-10px);box-shadow:10px 25px 30px -5px #0d52c1cc}.Showcase-module__7XH1AW__logoHolder{text-align:center;font-size:1.7rem}
